/* TOPO */
.topo .menu-topo ul li a:after{background-color: #e2e7f7 !important; opacity: 1 !important;}
.topo .menu-topo ul li > a:hover:after{background-color: #899edb !important;}
.topo ul.sub-menu{width: 100% !important; background-color: #fff !important; padding: 10px !important; border-radius: 10px !important; box-shadow: 0 5px 10px 0 #d3dde9;}
.topo ul.sub-menu li{margin-bottom: 5px !important;}
.topo ul.sub-menu li:last-child{margin-bottom: 0 !important;}

@media(max-width:1200px){
    .menu-mobile .sub-arrow{display: none !important;}
    .menu-mobile ul.sub-menu{position: relative !important; width: 100% !important; margin: 0 !important; background-color: #111 !important; display: block !important;}
    .menu-mobile ul.sub-menu li a{position: relative; display: flex; gap: 5px; padding: 12px 0 12px 5px !important; margin: 0 !important;}
    .menu-mobile ul.sub-menu li a:before{content: "-";}
}
/**/

/* BLOCO DE TEXTO ELEMENTOR */
.elementor-widget-text-editor p{margin: 0 !important;}
/**/

/* DEPOIMENTOS */
.wrapp-text-dep{position: relative !important;}
.wrapp-text-dep:before{width: 20px !important; height: 25px !important; position: absolute !important; top: inherit !important; left: inherit !important; bottom: 0 !important; right: -7px !important; z-index: 1; background-color: #eceff7 !important; border-radius: 0 !important; border-bottom-left-radius: 16px 14px !important; content: "" !important;}
.wrapp-text-dep:after{width: 26px !important; height: 25px !important; position: absolute !important; top: inherit !important; left: inherit !important; bottom: 0 !important; right: -26px !important; z-index: 2; background-color: #fff !important; border-bottom-left-radius: 10px; content: "" !important;}
/**/


/* FORMATAÇÃO CONTACT FORM 7 */
.wpcf7-form p{margin: 0; position: relative;}
.wpcf7-form p span{width: 100%; display: block;}
.wpcf7-form p span input[type="text"], .wpcf7-form p span input[type="email"], .wpcf7-form p span input[type="tel"]{width: 100%; height: 60px; background-color: #fff; border: 3px solid #d5dee9; border-radius: 50px; margin: 0 0 15px 0; color: #4caf50; font-family: "Roboto Condensed", Sans-serif; font-size: 22px; font-weight: 700; padding: 0 0 0 20px; outline: none;}
.wpcf7-form p span textarea{width: 100%; height: 150px; background-color: #fff; border: 3px solid #d5dee9; border-radius: 25px; margin: 0; color: #4caf50; font-family: "Roboto Condensed", Sans-serif; font-size: 22px; font-weight: 700; line-height: 26px; padding: 15px 10px 0 20px; outline: none; resize: none;}
.wpcf7-form p input[type="submit"]{width: 250px; color: #fff; font-family: "Roboto Condensed", Sans-serif; font-size: 28px; font-weight: 700; background-color: #4caf50; border-radius: 50px; padding: 10px; border: none; outline: none; text-transform: uppercase; margin: 10px auto 0; display: block;}
.wpcf7-form p input[type="submit"]:hover{background-color: #388af9;}
.wpcf7-form p span.wpcf7-spinner{width: 50px; height: 50px; position: absolute; left: 50%; bottom: 0; margin: 0 0 0 -25px;}
.wpcf7-form .wpcf7-not-valid{border: 3px solid #f44336 !important;}
.wpcf7-form .wpcf7-not-valid-tip{display: none !important;}
.wpcf7-form p span *::-webkit-input-placeholder{color: #c2cbd9;}
.wpcf7-form p span *:-moz-placeholder{color: #c2cbd9;}
.wpcf7-form p span *::-moz-placeholder{color: #c2cbd9;}
.wpcf7-form p span *:-ms-input-placeholder{color: #c2cbd9;}
.wpcf7-form .wpcf7-response-output{margin: 15px 0 0 0 !important; padding: 10px !important; text-align: center; font-family: "Roboto Condensed", Sans-serif; font-size: 18px; font-weight: 700; line-height: 20px; color: #99847f;}
.wpcf7-form.invalid .wpcf7-response-output{color: #f44336; border-color: #f44336 !important;}
.wpcf7-form.sent .wpcf7-response-output{color: #4caf50; border-color: #4caf50 !important;}
@media(max-width:767px){
    .wpcf7-form p{padding: 0 10px;}
    .wpcf7-form p span input[type="text"], .wpcf7-form p span input[type="email"], .wpcf7-form p span input[type="tel"]{margin: 0 0 10px 0; font-size: 18px; line-height: 22px;}
    .wpcf7-form p span textarea{height: 120px; font-size: 18px; line-height: 22px;}
    .wpcf7-form p input[type="submit"]{margin: 5px auto 0;}
}
/**/


/* WHATSAPP FLUTUANTE */
.whatsapp-flutuante a.elementor-button{width: 60px; height: 60px; background-color: #25d366; position: fixed; right: 25px; bottom: 25px; z-index: 10; border-radius: 100%; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 0 !important;}
.whatsapp-flutuante a.elementor-button:hover{background-color: #2196f3;}
.whatsapp-flutuante a.elementor-button:before{width: 60px; height: 60px; content: ""; position: absolute; left: 0; top: 0; z-index: 2; border-radius: 100%; background-image: url(imagens/icone-whatsapp-vazado-branco.svg); background-position: center; background-repeat: no-repeat; background-size: 34px;}
.whatsapp-flutuante a.elementor-button:after{width: 60px; height: 60px; position: absolute; content: ""; left: 50%; top: 50%; background-color: #25d366; border-radius: 50%; -webkit-animation: pulse-border 1.5s ease-out infinite; animation: pulse-border 1.5s ease-out infinite; z-index: 1;}
.whatsapp-flutuante a.elementor-button:hover:after{background-color: #2196f3;}
@-webkit-keyframes pulse-border{0%{-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); opacity: 1;} 100%{-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); opacity: 0;}}
@keyframes pulse-border{0%{-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); opacity: 1;} 100%{-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); opacity: 0;}}
/**/


/* BARRA FIXA TELEFONES MOBILE */
.barra-fixa-telefones{height: 50px !important;}
.barra-fixa-telefones .elementor-button-content-wrapper{display: flex; align-items: center; justify-content: center; text-align: center; gap: 10px;}
.barra-fixa-telefones a.elementor-button{height: 50px !important; display: flex; align-items: center; justify-content: center; text-align: center;}
.barra-fixa-telefones a.elementor-button .elementor-button-content-wrapper .elementor-button-icon{margin: 0 !important; display: flex;}
.barra-fixa-telefones .telefone a.elementor-button .elementor-button-content-wrapper .elementor-button-icon svg{width: 20px; height: 20px;}
.barra-fixa-telefones .whatsapp a.elementor-button .elementor-button-content-wrapper .elementor-button-icon svg{width: 28px; height: 28px;}
.barra-fixa-telefones a.elementor-button .elementor-button-content-wrapper .elementor-button-text{flex-grow: inherit;}
/**/


