

/* Some very basic styles to make things look sensible - you don't need to use these */

* {
  box-sizing: border-box;
  font-family: sans-serif
}


.instafeed {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  max-width: 64rem;
  margin: auto;
}


.instafeed a {
  display: block;
}


.instafeed a img {
   height: 100%;
width: 100%;
   object-fit: cover !important;
}




/*styling for wp div woocommerce single product */

button.single_add_to_cart_button{
    padding: 0 15px !important;
   /* background: #ffbe30 !important;*/
    color: #ffffff;
    font-size: 15px !important;
    line-height: 1 !important;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-border-radius: 50px !important;
    border-radius: 50px !important;
    margin: 0 auto;
    min-width: 200px !important;
    height: 45px !important;

background: #df2351;
  background: -webkit-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
  background: -o-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
  background: -moz-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
  background: linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;


}

/*input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
    display: inline-block;
    font-size: 14px;
    padding: 7px 12px;
    background-color: white !important;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 3px;
    transition: all .3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(255, 255, 255, 0.5) !important;
}
*/

h1.product_title{
  text-transform: none;
    letter-spacing: 0;
    font-family: Graphik,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
    line-height: 1.68421;
    margin-bottom: .8rem;
    /*font-weight: 600 !important;*/
   font-size: 30px !important;
   color:black !important;
}



/*remove quantity label */
.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

/*---------------------------------------------------*/
div.h6{color: black !important;}

html {
  scroll-behavior: smooth;
}

body {min-height:100%}

.bgquinta{color:white;}

/* The navigation bar */
.navbar {
background: rgba(0, 0, 0, 0.5);
 position: fixed; 
  top: 0; 
  /*width: 100%; */
  float:none;
   margin:0 auto;
  display: block;
  text-align: center;
  height: 60px !important;
}

/*/* Links inside the navbar */
.navbar a {
  color: white;
  font-size: 14px;
  font-family: 'AvenirLTW01-35Light';
}

/* Change background on mouse-over */
.navbar a:hover {
  color: white;
  font-weight: bold;
  }

.navbar a:focus, .navbar a:active {
  outline: none !important;
  box-shadow: none !important;
font-weight: bold;
color: white;
  
}



/* CSS used here will be applied after bootstrap.css */.btn-input {
   display: block;
}

.btn-input .btn.form-control {
    text-align: left;
}

.btn-input .btn.form-control span:first-child {
   left: 10px;
   overflow: hidden;
   position: absolute;
   right: 25px;
}

.btn-input .btn.form-control .caret {
   margin-top: -1px;
   position: absolute;
   right: 10px;
   top: 50%;
}


.dropdown-menu{
  outline: none !important;
  /*min-width: 110px !important;*/
  background-color:  rgba(0, 0, 0, 0.5) !important;
}

.mt-custom {
  margin-top: 10px !important;
}


.dropdown:hover>.dropdown-menu {
  display: block;
 background-color:  rgba(0, 0, 0, 0.5);
}

/*.dropdown-item{
   background-color:  rgba(0, 0, 0, 0.5) !important;
}
*/

.dropdown-menu-lang{
border: transparent !important;
}


.dropdown-item-lang{
 /* background-color:  rgba(0, 0, 0, 0.5) !important;*/
/*text-align: left !important;
border: transparent;
border: none;*/
}


/* Style all font awesome icons */
.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  /*background: #efece2;*/
  color: white;
}


.fa-instagram {
/*  background: #efece2;*/
  color: white;
}

.fa-youtube {
 /* background: #efece2;*/
  color: white;
}

.fa-black {
  /*background: #efece2;*/
  color: black;
}

/*-------------------end of navbar---------------*/



button {
/*  padding: 14px 16px;*/
  border: none;
  font-size: 14px;
  font-family: 'AvenirLTW01-35Light';
  outline: 0;
  background: transparent;
}

button:hover {
  background: #ddd;
  color: black;
  cursor: pointer;
}



/* Main content */
/* Add a top margin to avoid content overlay */
.main {
  margin-top: 30px; 
}



/*span elements inside the container div*/
span { font-weight: bold; }




a.one:link {color:white;}
a.one:visited {color:white;}
a.one:hover {color:#e7c827;
text-decoration:none;}




p {
  margin: 0;
  font-size: 1.0rem;
  font-family: 'AvenirLTW01-35Light', cursive;
  text-align: center;
}




input.about[type=button], input[type=submit], input[type=reset] {
  background-color: #efece2;
  color: black;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  font-family: 'AvenirLTW01-35Light';
  border:1px solid black; 
  font-size: 0.9rem;
  text-align: center;
}

input.about[type=submit]:hover {
   background-color: black;
 color:white;

}

.buttonHolder{ text-align: center; }






.embed-container {
  position: relative; 
  padding-bottom: 120%; 
  height: 0; 
  overflow: hidden;} 

.embed-container iframe, .embed-container object, .embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; }

  .separator-type, .title-type, .intro-type, .content-type .intro-type p {
  position: relative;
}
.intro-type .container {
  padding: 107px 0px 102px 0px !important;
}


.title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  }

.titleaerial {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  }



.titlestaff {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  }


/*.myholder{background-color: rgba(255,255,255,0.5);
height: 389px; float: right; width: 45%; margin-right: 30px; }*/

/*-------------------------------------clases------------------*/
.column-left{ float: left; width: 45%; margin-left: 22px; height: 230px;}
.column-right{ float: right; width: 45%; margin-right: 22px; height: 230px;}
.containerclasses{margin-top: 30px ;}
.containerclasses2{margin-top: 130px ;}



/*.izquierda-reservas{ float: left; width: 45%; margin-left: 30px; height: 400px; }
*/
.covid{
  background-color: #DC143C;
}


.derecha-reservas{ float: right; width: 45%; margin-right: 30px; height: 400px; }
.izquierda-reservas{ float: left; width: 45%; margin-left: 30px; height: 400px; }

.summary.entry-summary{margin-top: 30px !important;}

/*.derecha-reservas{ float: right; width: 100%; height: 389px; 
  margin-top: -100px; background: transparent !important; color: black !important;}
*/
.column-center{ display: inline-block; width: 30%; }


.whitetransparent {
  background-color: rgba(255,255,255,0.5);
}

.blacktransparent {
  /*background-color: transparent;*/
  color: white;
   background-color: rgba(0,0,0,0.5);
}

.completetransparent {
background-color: transparent;}

.quintafont{
  font-family: 'Kino MT', arial;
  font-size: 20px;
}



.greenmask{
    height: 80px;
    width: 40px;
    margin-bottom: 25px;
}


.bluemask{
    margin-bottom: 25px;
}

.quintatext{
  display: inline;
  margin-left: 20px;
   margin-right: 20px;
}

h1 {
  /*text-transform: uppercase;*/
  margin: 0;
 font-size: 100px;
  /*font-size: 5rem;*/
  white-space: nowrap;
  position: relative;
  font-family: 'AvenirLTW01-35Light';
  color: white;
  text-align: center;
  position: relative;
   /* font-size: 240%;*/
}



a.one:link {color:white;}
a.one:visited {color:white;}
a.one:hover {color:#e7c827;
text-decoration:none;}



h2 {
  font-size: 2.5rem;
  font-family: 'AvenirLTW01-35Light';
  text-align: center;
}


h2.a {
  font-size: 4rem;
  font-family: 'FuturaLTW01-Book';
  text-align: center;
}

h2.b {
  font-size: 3rem;
  font-family: 'AvenirLTW01-35Light';
  text-align: center;
}

h2.c {
  font-size: 4rem;
  font-family: 'FuturaLTW01-Book';
  text-align: center;
  color: white;
}

iframe{border: 0px;
/*display:block;*/
text-align: center;}

h3 {
  margin: 0;
  font-size: 2.5rem;
  font-family: 'Dancingscript', cursive;
  text-align: center;
   }

h3.a{color: white;}



h4 {
  margin: 0;
  font-size: 1.5rem;
  font-family: 'Dancingscript', cursive;
  text-align: center;
   }



p {
  margin: 0;
  font-size: 1.0rem;
  font-family: 'AvenirLTW01-35Light', cursive;
  text-align: center;
}

p.newfont{
  margin: 0;
  font-size: 1.0rem;
  font-family: 'AvenirLTW01-35Light', cursive;
}



div{text-align: center;}
/*container element*/
/*div { font-family: 'fontmenu', sans-serif; }*/


div.a {
  line-height: 2;
  font-size: 1.0rem;
  font-family: 'AvenirLTW01-35Light', cursive;
  width: 800px;
  display: inline-block; 
  margin: 10px; padding: 0px; 
  /*margin-left: -150px;*/
  text-align: center; 
  vertical-align: middle;
  margin: auto;
  }

  div.b {
  line-height: 2;
  font-size: 1.0rem;
  font-family: 'AvenirLTW01-35Light', cursive;
  width: 800px;
  display: inline-block; 
  margin: 10px; padding: 0px; 
  text-align: center; 
  vertical-align: middle;

  }

  div.c {
  line-height: 2;
  margin: 0;
  font-size: 1.0rem;
  font-family: 'AvenirLTW01-35Light', cursive;
 /* width: 800px;*/
  display: inline-block; 
  /*margin: 10px; padding: 0px; */
  /*margin-left: -100px;*/
  text-align: center; 
  vertical-align: middle;
  color: white;

  position:absolute;
left:0;
right:0;
  }


div.avatar {
    border-radius:50%;
    overflow:hidden;
    width:350px;
    height:350px;
    display: block;
  margin-left: auto;
  margin-right: auto;
 max-width: 100%;   
}

div.avatar img {   
    height:150%;
}

div.showsmobile{
   visibility: hidden;
}

div.promomobile{
   visibility: hidden;
}

div.promomobileindex{
   visibility: hidden;
}


input.about[type=button], input[type=submit], input[type=reset] {
  background-color: #efece2;
  color: black;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  font-family: 'AvenirLTW01-35Light';
  border:1px solid black; 
  font-size: 0.9rem;
  text-align: center;
}

input.about[type=submit]:hover {
   background-color: black;
 color:white;

}

.buttonHolder{ text-align: center; }


.contact {
  text-align: center;
  padding-top: 35px;
    
}

p.contact{
  font-size: 14px;
  font-family: 'AvenirLTW01-35Light';  
}


input.contact {
border: none;
padding-top: 30px;
}


input.contact[type=submit]:hover {
 font-weight: bold; 
 color:black;
background: transparent;
}





.embed-container {
  position: relative; 
  padding-bottom: 120%; 
  height: 0; 
  overflow: hidden;} 

.embed-container iframe, .embed-container object, .embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; }

  .separator-type, .title-type, .intro-type, .content-type .intro-type p {
  position: relative;
}
.intro-type .container {
  padding: 107px 0px 102px 0px !important;
}

.parallax {
  background-attachment: inherit !important;
}
.parallax {
  background-attachment: inherit !important;
}
.parallax {
  background-attachment: inherit !important;
  background-repeat: repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  z-index: -10;
}



/*arrow dowN*/
.arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 20px;
}

.arrows path {
  stroke: white;
  fill: transparent;
  stroke-width: 1px;  
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite; 
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
  animation-delay:-1s;
  -webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay:-0.5s;
  -webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 { 
  animation-delay:0s;
  -webkit-animation-delay:0s; /* Safari 和 Chrome */
}


/*FOOTER*/

.footer {
  left: 0;
  bottom: 0;
  background-color: #efece2;
  color: black;
  text-align: center;
  font-size: 17px ;
  font-family: 'AvenirLTW01-35Light';
  margin: -10px; padding: 0px; 
  flex-shrink: 0;
  clear: both;
  position: relative;
  height: 140px;
}



p.ifooter{
  font-size: 14px;
  font-family: 'AvenirLTW01-35Light';
  
}

.contactfooter {
  /*position: fixed;*/
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #efece2;
  color: black;
  text-align: center;
  font-size: 17px ;
  font-family: 'AvenirLTW01-35Light';
  /*margin: -10px; padding: 0px; */
  flex-shrink: 0;
  clear: both;
  position: fixed;
  height: 140px;
  margin-top: 300px;

}


p.cfooter{
  font-size: 14px;
  font-family: 'AvenirLTW01-35Light';
  
}

.containerquinta{background-color: rgba(0,0,0,0.5);
color: white;}

.ftindex{
/*  margin-top: 50px;*/
 /*position: fixed;*/
/*padding-top: -50px;*/
}

/* Style all font awesome icons */
.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  /*background: #efece2;*/
  color: white;
}


.fa-instagram {
/*  background: #efece2;*/
  color: white;
}

.fa-youtube {
 /* background: #efece2;*/
  color: white;
}

.fa-black {
  /*background: #efece2;*/
  color: black;
}



/*gallery*/


* {
  box-sizing: border-box;
}

body {
  margin: 0;
  /*font-family: Arial;*/
}

.header {
  text-align: center;
  padding: 32px;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}


@media screen and (max-width: 600px) {
  .containerclasses {
    width: 100%;
  }
  }


.columnshows {
  float: left;
  width: 25%;
  text-align: center;
}

/* Clear floats after the columns */
.rowshows:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .columnshows {
    width: 100%;
  }
}


.iconhoop {
    /*background: url('hoopsitoutline.png');*/
    height: 120px;
    width: 90px;
    /*display: block;*/
    /* Other styles here */
}

.iconcyr {
   /* height: 90px;*/
   height: 90px;
    width: 90px;
}

.iconfire {
    height: 90px;
    width: 50px;
}

.iconstaff {
    height: 90px;
    width: 140px;
}




iframe.promo{
    width: 896px !important;
    height: 504px !important;
}

/*unite gallery*/


.myunite{
padding-top: 5px !important;
}



/*MEDIA SCREENS----------------------*/

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {

 .bgquinta{background-image: url("../Images/quintaraza/quintamob.jpg") !important;} 
 .showsmobile{background-attachment: fixed !important;}

button {
  border: none;
  font-size: 14px;
  font-family: 'AvenirLTW01-35Light';
  outline: 0;
  background: #efece2 !important;
}


div.shows{
  visibility: hidden;
 }

div.showsmobile{
   visibility: visible;
}

div.promodesktop{
   display:none;
}

div.promomobile{
   visibility: visible;
}

.promomobile {
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}

.promomobile iframe, .promomobile object, .promomobile embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}


div.promomobileindex{
   visibility: visible;
}


.promomobileindex {
  position:relative;
  padding-bottom:56.25%;
  padding-top:50px;
  height:0;
  overflow:hidden;
  margin-top:  20px; margin-bottom: 40px; 
}

.promomobileindex iframe, .promomobileindex object, .promomobileindex embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}


  div.a {
    font-size: 13px;
    width: 320px;
  margin: 10px; padding: 0px; 
  margin-left: 20px;
  text-align: center; 
  vertical-align: middle;
 }

 div.mobile{
  margin: auto;
 }

 div.titleaerial{
   margin: auto;
 }

  div.b {
    font-size: 13px;
    width: 320px;
  margin: 10px; padding: 0px; 
  margin-left: 20px;
  text-align: center; 
  vertical-align: middle;
 }

  div.avatar{width:250px;
  height:250px;}

  h2.a{
    font-size: 30px;
  }

  h3.a{font-size: 20px;}
  h2.quintaclass{font-size: 15px;}

h4{
  font-size: 16px !important;
}



.videopromo{
padding: 20px; 
margin-top:  520px;  
}


h2{text-align: center;}

.footer {
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #efece2;
  color: black;
  text-align: center;
  font-size: 17px ;
  font-family: 'AvenirLTW01-35Light';
 margin-top:  50px !important;  
  flex-shrink: 0;
  clear: both;
  position: relative;
  height: 140px;

}

  .navbar a {
    float: none;
    display: block;
    width: 100%;
    text-align: left; /* If you want the text to be left-aligned on small screens */
  }


.navbar-nav{
background: rgba(0, 0, 0, 0.5);
/*width: 25%;*/

}


}




/*MEDIA QUERIES TO REVISE*/

/* different techniques for iPad screening */
   /* @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait)*/
  

    /*-------end of media query--------------------------------*/


/*@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    
div.shows{
  visibility: hidden;
 }

div.showsmobile{
   visibility: visible;
}

div.promodesktop{
   display:none;
}

div.promomobile{
   visibility: visible;
}

.promomobile {
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}

.promomobile iframe, .promomobile object, .promomobile embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}


div.promomobileindex{
   visibility: visible;
}


.promomobileindex {
  position:relative;
  padding-bottom:56.25%;
  padding-top:50px;
  height:0;
  overflow:hidden;
  margin-top:  20px;  
}

.promomobileindex iframe, .promomobileindex object, .promomobileindex embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

*/

/*this is the container of theabout paragraph*/
/*
  div.a {
    font-size: 15px;
    width: 820px;
  margin: 10px; padding: 0px; 
  margin-left: -160px;
  text-align: center; 
  vertical-align: middle;
 }
*/
/*this is the container of rigging point paragraph*/

  /*div.b {
    font-size: 15px;
    width: 620px;
  margin: 10px; padding: 0px; 
  margin-left: 20px;
  text-align: center; 
  vertical-align: middle;
 }

 div.mobile{
  margin: auto;
 }

 div.titleaerial{
   margin: auto;
 }



  div.avatar{width:350px;
  height:350px;}

  h2.a{
    font-size: 45px;
  }

h4{
  font-size: 20px !important;
}
*/
/*.videopromo{
  margin: 30px; padding: 0px; 
}*/

/*h2{text-align: center;}


 .navbar a {
    float: none;
    display: block;
    padding: 10px 10px !important; 
    width: 100%;
    text-align: left; /* If you want the text to be left-aligned on small screens */
  /*}


    }*/


    /*---------------------end of media query------------------*/


/*------------------end of media query----------------------*/

div.h6{color: black !important;}

/*contact form need php script*/

/*{
  box-sizing: border-box;
}*/

/* Style inputs */
input.f[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input.f[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

input.f[type=submit]:hover {
  background-color: #45a049;
}

/* Style the container/contact section */
.contactform {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 10px;
}

/* Create two columns that float next to eachother */
/*.columcontactform {
  float: left;
  width: 50%;
  margin-top: 6px;
  padding: 20px;
}*/

/*/* Clear floats after the columns */
/*.rowcontactform:after {
  content: "";
  display: table;
  clear: both;
}*/



/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  /*padding-top: 13px;*/
margin-top: -15px;
  justify-content: center;
  align-items: center;
}

.wrap-contact100-form-btn {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 31px;
  overflow: hidden;
}

/*nice pink color of contact form button*/
.contact100-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background: #df2351;
  background: -webkit-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
  background: -o-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
  background: -moz-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
  background: linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
  top: 0;
  left: -100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 32px;
  font-family: Oswald-Medium;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
}

.contact100-form-btn:hover {
  background-color: white;
  color:black;
  text-decoration: none;
}

.wrap-contact100-form-btn:hover .contact100-form-bgbtn {
  left: 0;
}








/*calendar*/

 /*.flex-calendar {
  width: 100%;
  min-height: 50px;
  color: #FFFFFF;
  font-weight: 200;
  
}

.flex-calendar .month {
  position:relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;



  background: #df2351;
  background: -webkit-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
  background: -o-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
  background: -moz-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
  background: linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
  top: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.flex-calendar .month .arrow,
.flex-calendar .month .label{
  height: 60px;

  -webkit-box-ordinal-group: 1;

  -webkit-order: 0;

      -ms-flex-order: 0;

          order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-align-self: auto;
      -ms-flex-item-align: auto;
          align-self: auto;
  line-height: 60px;

  font-size:20px;
}

.flex-calendar .month .arrow {
  width: 50px;
  box-sizing: border-box;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAABqUlEQVR4Xt3b0U3EMBCE4XEFUAolHB0clUFHUAJ0cldBkKUgnRDh7PWsd9Z5Tpz8nyxFspOCJMe2bU8AXgG8lFIurMcurIE8x9nj3wE8AvgE8MxCkAf4Ff/jTEOQBjiIpyLIAtyJpyFIAjTGUxDkADrjhxGkAIzxQwgyAIPxZgQJAFJ8RbgCOJVS6muy6QgHiIyvQqEA0fGhAArxYQAq8SEASvHTAdTipwIoxk8DUI2fAqAc7w6gHu8KkCHeDSBLvAtApng6QLZ4KkDGeBpA1ngKQOb4YYDs8UMAK8SbAVaJNwGsFN8NsFq8FeADwEPTmvPxSXV/v25xNy9fD97v8PLuVeF9FiyD0A1QKVdCMAGshGAGWAVhCGAFhGGA7AgUgMwINICsCFSAjAh0gGwILgCZENwAsiC4AmRAcAdQR5gCoIwwDUAVYSqAIsJ0ADWEEAAlhDAAFYRQAAWEcIBoBAkAIsLX/rV48291MgAEhO747o0Rr82J23GNS+6meEkAw0wwx8sCdCAMxUsDNCAMx8sD/INAiU8B8AcCLT4NwA3CG4Az68/xOu43keZ+UGLOkN4AAAAASUVORK5CYII=') no-repeat;
  background-size: contain;
  background-origin: content-box;
  padding:15px 5px;
  cursor:pointer;
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.flex-calendar .month .arrow:last-child {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.flex-calendar .month .arrow.visible{
  opacity:1;
  visibility: visible;
  cursor: pointer;
}
.flex-calendar .month .arrow.hidden{
  opacity:0;
  visibility: hidden;
  cursor: default;
}
.flex-calendar .week,
.flex-calendar .days {
  line-height: 25px;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex-calendar .days {
  background-color: #FFF;
}



.flex-calendar .week {
  background: #df2351;
  background: -webkit-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
  background: -o-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
  background: -moz-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
  background: linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
  top: 0;
  left: -100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.flex-calendar .week .day,
.flex-calendar .days .day{
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 14.285714286%;

  text-align: center;
}

.flex-calendar .days .day{
  min-height: 60px;
  box-sizing: border-box;
  position: relative;
  line-height: 60px;
  border-top:1px solid #FCFCFC;
  background-color: #fff;
  color: #8B8B8B;

  -webkit-transition: all 0.3s ease;

          transition: all 0.3s ease;
}

.flex-calendar .days .day.out {
  background-color: #fCFCFC;
}

.flex-calendar .days .day.today,
.flex-calendar .days .day.disabled.today{
  color: #FFB835;
  border: 1px solid;
}

.flex-calendar .days .day.selected {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}



.flex-calendar .days .day.selected .number {
  width: 40px;
  height: 40px;

  border-radius: 100%;
  line-height: 40px;
  color: #FFFFFF;

  background: #df2351;
  background: -webkit-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
  background: -o-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
  background: -moz-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
  background: linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
  top: 0;
  
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

}

.flex-calendar .days .day:not(.disabled):not(.out){
  cursor: pointer;
}

.flex-calendar .days .day.disabled {
    border: none;
}

.flex-calendar .days .day.disabled .number {
  background-color: #EFEFEF;
  background-image: url('data:image/gif;base64,R0lGODlhBQAFAOMAAP/14////93uHt3uHt3uHt3uHv///////////wAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAAALAAAAAAFAAUAAAQL0ACAzpG0YnonNxEAOw==');
}
*/
/*.flex-calendar .days .day.event:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius:100%;
  background-color: #faac1c;
  position:absolute;
  bottom:10px;
  margin-left:-3px;

background: #df2351;
  background: -webkit-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
  background: -o-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
  background: -moz-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
  background: linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}*/

/*.flex-calendar .days .day.event.baston:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius:100%;
  background-color: #33CDFF !important;
  position:absolute;
  bottom:10px;
  margin-left:-3px;
}


.flex-calendar .days .day.event.poi:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius:100%;
  background-color: #F533FF !important;
  position:absolute;
  bottom:10px;
  margin-left:-3px;
}*/


/*end of flex calendar*/


.parrafo{
  display: inline;
}

.dotpoi {
  height: 10px;
  width: 10px;
  background-color: #33CDFF !important;
  border-radius: 50%;
 /* display: inline-block;*/
  display: inline-block;
}

.dotstaff {
  height: 10px;
  width: 10px;
  background-color: #F533FF !important;
  border-radius: 50%;
 /* display: inline-block;*/
  display: inline-block;
}


.clasearo{
  font-size: 33px;
  font-family: 'AvenirLTW01-35Light';  
  color:black;
}


