/*
Theme Name: Hello Elementor Child
Description: Desenvolvido por Cayo JS
Author: Cayo JS
Author URI: https://cayojs.com.br
Template: hello-elementor
Version: 2.0.0
*/

/**/
::-webkit-scrollbar-track{background-color:#333;}
::-webkit-scrollbar{width:0; background-color:#333;}
::-webkit-scrollbar-thumb{background-color:#111;}
/**/

/**/
:root{background-color: #000; color: #fff;}
/**/

/**/
.topo{-webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);}
/*.topo.topo-escuro{background-color: #000000cc !important;}*/
.topo nav li a{height: 35px; background-color: #fff; border-radius: 20px; padding: 0 15px !important;}
.topo nav li a:hover{color: #fff !important; background-image: linear-gradient(180deg, #24b1f5 0%, #3059c9 100%);}
.topo nav li a:before, .topo nav li a:after{display: none;}
.topo .elementor-icon{border: 1px solid #ffffff08;}
/**/

/**/
.fundo-blur{-webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);}
/**/

/**/
.btn-topico .elementor-icon-wrapper{width: 60px; height: 60px; background-color: #ebeef9; border-radius: 30px 0 0 0;}
.btn-topico .elementor-icon-wrapper:before, .btn-topico .elementor-icon-wrapper:after{width: 80%; height: 80%; content: ""; position: absolute; border-radius: 20px; box-shadow: inset -30px -30px 0 0 #ebeef9;}
.btn-topico .elementor-icon-wrapper:before{top: -18px; right: -30px;}
.btn-topico .elementor-icon-wrapper:after{bottom: -30px; left: -18px;}
.btn-topico .elementor-icon-wrapper a{width: 50px; height: 50px; background-image: linear-gradient(180deg, #7cdf80 0%, #4caf50 100%); border-radius: 100%; position: absolute; right: 0; bottom: 0; z-index: 2; display: flex; align-items: center; justify-content: center; padding: 0;}
.btn-topico .elementor-icon-wrapper a:hover{background-color: transparent; background-image: linear-gradient(180deg, #7cdf80 0%, #4caf50 100%);}
.btn-topico .elementor-icon-wrapper a svg{transition: transform 0.2s ease-in-out;}
.btn-topico .elementor-icon-wrapper a:hover svg{transform: rotate(360deg) !important;}
/**/

/**/
.rodape nav li a{height: 45px; background-color: #fff; border-radius: 20px; padding: 0 25px !important; border: 1px solid #ebeef9;}
.rodape nav li a:hover{color: #2f5ac9 !important; background-color: #ebeef9;}
.rodape nav li a:before, .rodape nav li a:after{display: none;}
@media(max-width:767px){
    .rodape nav li a{justify-content: center;}
}
/**/

/**/
.banner-operadora img{filter: drop-shadow(0 10px 20px rgba(0,0,0,0.5));}
/**/

/**/
.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: #ffffff3b; border: 3px solid #ffffff0f; border-radius: 25px; margin: 0 0 15px 0; color: #51ef57; font-family: "Barlow", 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: #ffffff3b; border: 3px solid #ffffff0f; border-radius: 25px; margin: 0; color: #51ef57; font-family: "Barlow", 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: 100%; height: 60px; color: #fff; font-family: "Barlow", Sans-serif; font-size: 28px; font-weight: 700; background-color: transparent; background-image: linear-gradient(180deg, #7cdf80 0%, #4caf50 100%); border-radius: 25px; padding: 0 10px; border: none; outline: none; text-transform: uppercase; margin: 10px 0 0 0;}
.wpcf7-form p input[type="submit"]:hover{background-image: linear-gradient(180deg, #41a8fb 0%, #1785dd 100%);}
.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: #fff;}
.wpcf7-form p span *:-moz-placeholder{color: #fff;}
.wpcf7-form p span *::-moz-placeholder{color: #fff;}
.wpcf7-form p span *:-ms-input-placeholder{color: #fff;}
.wpcf7-form .wpcf7-response-output{margin: 15px 0 0 0 !important; padding: 10px !important; text-align: center; font-family: "Barlow", 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 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"]{font-size: 22px; margin: 5px 0 0 0;}
}
/**/

/* CORRIGE BUG DE LISTAGEM DE POSTS DO ELEMENTOR */
@media(max-width:767px){.lista-posts .e-con-inner{flex-wrap: nowrap !important;}}
/**/

/* BLOCO DE TEXTO ELEMENTOR */
.elementor-widget-text-editor p{margin: 0 !important;}
/**/


/* MODELO DE PÁGINA DAS OPERADORAS */
.topo-one-page-operadora.transparent{background-color: transparent !important;}
/**/