/*
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;}
/**/

/**/
.tk-impact *{font-family: "impact",sans-serif !important; font-weight: 400 !important;}
.tk-loos-normal *{font-family: "loos-normal",sans-serif !important; font-weight: 400 !important;}
.tk-loos-normal b{font-weight: 700 !important;}
/**/

/**/
.sombra-png{
    filter: drop-shadow(0 8px 14px rgba(0,0,0,.35));
    -webkit-filter: drop-shadow(0 8px 14px rgba(0,0,0,.35));
}
/**/

/**/
.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="tel"]{width: 100%; height: 75px; background-color: #fff; border: 3px solid #fff; border-radius: 5px; margin: 0 0 30px 0; color: #000; font-family: "loos-normal",sans-serif; font-size: 22px; font-weight: 700; padding: 0 0 0 20px; outline: none;}
.wpcf7-form p input[type="submit"]{width: 100%; height: 75px; color: #fff; font-family: "impact", sans-serif; font-size: 30px; font-weight: 400; background-color: #000; border-radius: 5px; padding: 0 10px; border: none; outline: none; text-transform: uppercase; box-shadow: 0 7px 5px 0 rgba(0, 0, 0, 0.25); letter-spacing: 1px; word-spacing: 5px;}
.wpcf7-form p input[type="submit"]:hover{background-color: #4caf50;}
.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: #a1a1a1;}
.wpcf7-form p span *:-moz-placeholder{color: #a1a1a1;}
.wpcf7-form p span *::-moz-placeholder{color: #a1a1a1;}
.wpcf7-form p span *:-ms-input-placeholder{color: #a1a1a1;}
.wpcf7-form .wpcf7-response-output{margin: 15px 0 0 0 !important; padding: 10px !important; text-align: center; font-family: "loos-normal",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="tel"]{height: 60px; margin: 0 0 15px 0; font-size: 18px; line-height: 22px; padding: 0 0 0 10px;}
    .wpcf7-form p input[type="submit"]{height: 60px; 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;}
/**/