/*
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;}
/**/

/**/
.wpcf7-form .two-cols p{display: flex; gap: 15px;}
.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 #fff; border-radius: 15px; margin: 0 0 15px 0; color: #25282c; font-family: "Open Sans", 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 #fff; border-radius: 15px; margin: 0; color: #25282c; font-family: "Open Sans", Sans-serif; font-size: 22px; font-weight: 700; line-height: 26px; padding: 15px 10px 0 20px; outline: none; resize: none;}

.wpcf7-form .btn-form{width: 300px; height: 60px; position: absolute; left: 50%; bottom: -80px; margin: 0 0 0 -150px;}
.wpcf7-form p input[type="submit"]{width: 100%; height: 60px; color: #fff; font-family: "Open Sans", Sans-serif; font-size: 28px; font-weight: 700; background-color: transparent; background-image: linear-gradient(90deg, #04cb6b 0%, #00b55e 100%); border-radius: 15px; padding: 0 10px; border: none; outline: none; text-transform: uppercase;}
.wpcf7-form p input[type="submit"]:hover{background-image: linear-gradient(90deg, #459ad9 0%, #0072c6 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 .erro-email{border: 3px solid #ff9800 !important;}
.aviso-email-corporativo{height: 20px; background-color: #f44336; margin-top: 5px; color: #fff; font-family: "Open Sans", Sans-serif; font-size: 11px; font-weight: 600; position: absolute; left: 0; bottom: -2px; z-index: 100; border-radius: 20px; padding: 0 0 0 10px; display: flex !important; align-items: center;}

.wpcf7-form .wpcf7-not-valid-tip{display: none !important;}
.wpcf7-form p span *::-webkit-input-placeholder{color: #b0b8c3;}
.wpcf7-form p span *:-moz-placeholder{color: #b0b8c3;}
.wpcf7-form p span *::-moz-placeholder{color: #b0b8c3;}
.wpcf7-form p span *:-ms-input-placeholder{color: #b0b8c3;}
.wpcf7-form .wpcf7-response-output{margin: 15px 0 0 0 !important; padding: 10px !important; text-align: center; font-family: "Open Sans", Sans-serif; font-size: 18px; font-weight: 700; line-height: 20px; color: #99847f;}

.wpcf7-form.invalid .wpcf7-response-output{display: none !important; color: #fff; border-color: #f44336 !important; background-color: #f44336;}
.wpcf7-form.sent .wpcf7-response-output{color: #ffffff; border-color: #43a047 !important; background-color: #4caf50;}

@media(max-width:767px){
    .wpcf7-form .two-cols p{flex-direction: column; gap: 0;}
    .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;}
}
/**/

/* BLOCO DE TEXTO ELEMENTOR */
.elementor-widget-text-editor p:last-child{margin: 0 !important;}
/**/

/* CORRIGE ESPAÇAMENTO INTERNOS DOS ÍCONES DO ELEMENTOR */
.elementor-widget-icon .elementor-icon-wrapper{display: flex;}
/**/