/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/

#Side_slide #menu ul li a{
  font-size: 12px;
  text-transform: uppercase;
}

#menu > ul > li > a, a.action_button, #overlay-menu ul li a{
  font-size: 12px;
}


#Top_bar:not(.is-sticky){
  border-bottom: none !important;
}

#Top_bar #logo, .header-fixed #Top_bar #logo, .header-plain #Top_bar #logo, .header-transparent #Top_bar #logo {
  height: 100px;
  line-height: 140px;
  padding: 0;
}

.texto-ortodontia{
  color: #EA80A8;
}

.bg-ortodontia{
  background: #EA80A8;
}

.texto-odontologia-estetica{
  color: #F8DE41;
}

.bg-odontologia-estetica{
  background: #F8DE41;
}

.texto-unica-kids{
  color: #00A0E0;
}

.bg-unica-kids{
  background: #00A0E0;
}

.texto-unica-implantes{
  color: #2AD2C5;
}

.bg-unica-implantes{
  background: #2AD2C5;
}

.texto-harmonizacao{
  color: #F9485C;
}

.bg-harmonizacao{
  background: #F9485C;
}

a.botao-bordas-redondas{
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 50px !important;
  padding: 15px 25px !important;
}

a.botao-bordas-redondas span{
  font-size: 14px;
  font-weight: 500;
}

a.botao-sem-borda{
  background: transparent !important;
  padding: 15px 25px !important;
  box-shadow: none !important;
}

a.botao-sem-borda span{
  font-size: 14px;
  font-weight: 500;
}

.button-default .button, .button-default button, .button-default input[type=button], .button-default input[type=reset], .button-default input[type=submit]{
  box-shadow: none !important;
}

.borda-topo-ortodontia{
  background: #EA80A8;
}

.servicos img{
  padding-right: 20px;
}

.enderecos h5{
  font-size: 18px;
  letter-spacing: -0.2px;
}

.enderecos p{
  margin-bottom: 10px;
}

span.email{
  margin-bottom: 20px;
  font-size: 12px;
}

span.telefones{
  font-weight: 600;
  margin-bottom: 20px;
}

a.link-ver-mapa span{
  color: #E6AC42;
  font-weight: 600;
}

[class^="icon-"]:before, [class*=" icon-"]:before{
  margin: 0;
}

/*RODAPE*/


#Footer h4{
  color: #E6AC42;
  text-transform: uppercase;
  font-size: 16px;
  text-align: left;
}

#menu-rodape{
  text-align: center;
}

#menu-rodape ul {
  padding:0px;
  margin:0px;
  list-style:none;
  text-align: left;
}

#menu-rodape ul li { 
}

#menu-rodape ul li a {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  text-decoration: none;
}

#menu-rodape ul li a:hover {
  color: #E6AC42;
}

#redes-sociais-rodape{
  text-align: left;
  margin-top: 25px;
}

#redes-sociais-rodape ul {
  padding:0px;
  margin:0px;
  list-style:none;
}

#redes-sociais-rodape ul li { 
  display: inline; 
  padding: 15px;
  border-radius: 10px;
  background: #fff;}

#redes-sociais-rodape ul li a {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  color: #00468D;
  text-decoration: none;
}

#redes-sociais-rodape ul li a:hover {
  color: #00A8FF;
}

#Footer .widgets_wrapper .widget{
  text-align: center;
}

.centralizar-vertical{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}

.centralizar-vertical img{
  width: 200px;
}

/*Seta animada*/


.arrow{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.arrow span{
    display: block;
    width: 25px;
    height: 25px;
    border-bottom: 3px solid #E6AC42;
    border-right: 3px solid #E6AC42;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
.arrow span:nth-child(2){
    animation-delay: -0.2s;
}
.arrow span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes animate {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}

.iscwp-columns{
  padding: 0 !important;
}

.iscwp-gallery-slider .iscwp-cnt-wrp.slick-slide{
  padding: 0;
}

.iscwp-gallery-slider .slick-dots{
  display: none !important;
}

/*Pulse Animation*/

@-webkit-keyframes pulse-grow-on-hover {
to {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
}
@keyframes pulse-grow-on-hover {
to {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
}

.pulse-grow-on-hover {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.pulse-grow-on-hover:hover, .pulse-grow-on-hover:focus, .pulse-grow-on-hover:active {
-webkit-animation-name: pulse-grow-on-hover;
animation-name: pulse-grow-on-hover;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate;
}  @-webkit-keyframes pulse-grow-on-hover {
to {
-webkit-transform: scale(1.03);
transform: scale(1.03);
}
}
@keyframes pulse-grow-on-hover {
to {
-webkit-transform: scale(1.03);
transform: scale(1.03);
}
}
.pulse-grow-on-hover2 {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.pulse-grow-on-hover2:hover, .pulse-grow-on-hover2:focus, .pulse-grow-on-hover2:active {
-webkit-animation-name: pulse-grow-on-hover;
animation-name: pulse-grow-on-hover;
-webkit-animation-duration: 0.4s;
animation-duration: 0.4s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate;
}

.pulse-button{
-webkit-animation: pulse 0.8s infinite cubic-bezier(0.66, 0, 0, 1);
-moz-animation: pulse 0.8s infinite cubic-bezier(0.66, 0, 0, 1);
-ms-animation: pulse 0.8s infinite cubic-bezier(0.66, 0, 0, 1);
animation: pulse 0.8s infinite cubic-bezier(0.66, 0, 0, 1);
{
-webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
}
@keyframes pulse_animation {
0% { transform: scale(1); }
30% { transform: scale(1.01); }
40% { transform: scale(1.03); }
50% { transform: scale(1.05); }
60% { transform: scale(1.06); }
70% { transform: scale(1.04); }
80% { transform: scale(1.02); }
100% { transform: scale(1); }
}
.pulse {
animation-name: pulse_animation;
animation-duration: 1.3s;
transform-origin:70% 70%;
animation-iteration-count: infinite;
animation-timing-function: linear;
}

/*Responsivo*/

@media only screen and (max-width: 767px){
  
#Top_bar .logo #logo, #Top_bar .logo .custom-logo-link {
    padding: 0!important;
    margin: 10px 5px !important;
    line-height: 70px !important;
    height: 70px !important;
}
}