/*Efeito de preenchimento do button*/
div.container-btn {
padding-top:0.1rem;
  position: relative;
  height: 2rem;
  width: 13.5rem;
  background-color: #F9CE54;
  color: #fff;
  text-align: center;
  vertical-align: middle;

}
div.container-btn a{
 color:#fff;
}
div.container-btn:hover{
  background-color: #FFBB09;
  cursor: pointer;
}

div.container-btn > div.circle {    
  position: absolute;
padding-top:0.1rem;
  top: 0;
  left: 0;
  height: 2rem;
  width: 13.5rem;
  transform: scale(0);
  transition: all 700ms ease 0ms;
}

div.container-btn:hover > div.circle {
  background: #216C98;
  transform: scale(1);
  transition: all 700ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

div.container-btn span {    
  position: relative;
  padding: 7px;
  line-height: 30px;
}

div.container-btn:hover span {
  color: rgb(255, 255, 255);
}

/*deslocamento seta ver mais*/

.shiftting img:hover{
  transform: translateX(3px);
  cursor:pointer;
}

/*Efeito logo menu*/

.logo-scroll{
   transition = "all 2s";
}
/*Rotacionar texto 90graus */

.rotate{
  transform: rotate(-90deg);
}
.rotate-90{
  transform: rotate(90deg);
  width:250px;
  
}

/*Zoom aba composições*/

.zoom{
  overflow:hidden;
}
.zoom img{
  transition: all 0.3s;
  max-width:100%;
}

.zoom:hover img{
   -moz-transform:scale(1.2);
  -webkit-transform:scale(1.2);
  transform:scale(1.2);
  cursor:pointer;
}
.cursor{
  cursor:pointer;
}

.collapse-content a{
  color:white;
}
.collapse-content div{
  outline:none;
  border-radius:10x;
}
.collapse-content a:hover {
  color:#cecece;
}

/*Formulario de contato*/

#left{
  float:left;
  width:50%;
margin-bottom:-4% !important;
}
#right{
  float:right;
  width:50%;
margin-bottom:-4% !important;
}
.clearfix:after{
  content:"\0020";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  overflow:hidden;
margim-bottom:10px;
}

.clearfix{
disply:block;
  margin-bottom:-4% !important;
}
.space{
  margin-bottom:-4% !important;
}
.space p{
width: 100%;
}
.button-send{
   text-align:right;
}
.pos{
position:relative;
}
@media screen and (max-width: 1300px){
   .gif{
     margin-top: 0px;
  }
  .valeria-image{
     margin-top: 7px;
  }
  .sec-home{
    margin-top:40px !important;
  }
}

@media screen and (min-width: 1440px){
   .gif{
     margin-top: 0px;
  }
  .valeria-image{
     margin-top: -15px;
  }
  .sec-home{
    margin-top:10px !important;
  }
}

@media screen and (min-width: 1600px){
   .gif{
     margin-top:10px;
  }
  .valeria-image{
     margin-top: -27px;
  }
  .sec-home{
    margin-top:48px !important;
  }
}

@media screen and (min-width: 1700px){
   .gif{
     margin-top:15px;
  }
  .valeria-image{
     margin-top: -35px;
  }
  .sec-home{
    margin-top:10px !important;
  }
}

@media screen and (min-width: 1800px){
   .gif{
     margin-top:10px;
  }
  .valeria-image{
     margin-top: -40px;
  }
  .sec-home{
    margin-top:-30px !important;
  }
}

@media screen and (min-width: 1850px){
  .gif{
     margin-top: 10px;
  }
  .valeria-image{
     margin-top: -48px;
  }
  .sec-home{
    margin-top:-40px !important;
  }
}

@media screen and (min-width: 1900px){
  .gif{
     margin-top: 10px;
  }
  .valeria-image{
     margin-top: -50px;
  }
  .sec-home{
    margin-top:-50px !important;
  }
}

@media screen and (min-width: 2000px){
  .gif{
     margin-top: 10px;
  }
  .valeria-image{
     margin-top: -61px;
  }
  .sec-home{
    margin-top:-120px !important;
  }
}

@media screen and (min-width: 2100px){
  .gif{
     margin-top: 10px;
  }
  .valeria-image{
     margin-top: -70px;
  }
  .sec-home{
    margin-top:-160px !important;
  }
}

@media screen and (min-width: 2200px){
  .gif{
     margin-top: 10px;
  }
  .valeria-image{
     margin-top: -77px;
  }
  .sec-home{
    margin-top:-200px !important;
  }
}


@media only screen and (max-height: 1080px) {

}


.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.preset-1 .eael-simple-menu.eael-simple-menu-horizontal{background: white !important;}

.eael-simple-menu-toggle-text{display:none;}

