/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


/* ===== REMOVER CAMPOS DE CONSENTIMENTO EM TODOS OS FORMULÁRIOS ===== */

/* 1. TRABALHE CONOSCO (ID: 431827b) */
.elementor-element-431827b .elementor-field-group-consentimento,
[data-id="431827b"] .elementor-field-group-consentimento {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 0 !important;
}

/* Remove o label do consentimento - Trabalhe Conosco */
label[for="form-field-consentimento"] {
    display: none !important;
}

/* 2. FALE CONOSCO (ID: 3a4c308) */
.elementor-element-3a4c308 .elementor-field-group-Cosentimento,
[data-id="3a4c308"] .elementor-field-group-Cosentimento {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 0 !important;
}

/* Remove o label do consentimento - Fale Conosco */
label[for="form-field-Cosentimento"] {
    display: none !important;
}

/* Remove o espaço dos campos removidos */
.elementor-field-group-consentimento + *,
.elementor-field-group-Cosentimento + * {
    margin-top: 0 !important;
}

/* Solução geral para qualquer campo de aceitação */
.elementor-field-type-acceptance {
    display: none !important;
}

/* Para páginas específicas */
body.page-id-1768 .elementor-field-group-consentimento,  /* Trabalhe Conosco */
body.page-id-1720 .elementor-field-group-Cosentimento {  /* Fale Conosco */
    display: none !important;
}