.elementor-4818 .elementor-element.elementor-element-f184362{--display:flex;}.elementor-4818 .elementor-element.elementor-element-641817d{width:100%;max-width:100%;}.elementor-4818 .elementor-element.elementor-element-641817d > .elementor-widget-container{padding:0px 0px 0px 0px;}#elementor-popup-modal-4818 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);margin:0px 0px 0px 0px;}#elementor-popup-modal-4818{background-color:rgba(0,0,0,.8);justify-content:flex-end;align-items:flex-end;pointer-events:all;}#elementor-popup-modal-4818 .dialog-message{width:600px;height:auto;padding:0px 0px 0px 0px;}#elementor-popup-modal-4818 .dialog-close-button{display:flex;}@media(max-width:767px){.elementor-4818 .elementor-element.elementor-element-641817d > .elementor-widget-container{padding:50px 0px 50px 0px;}#elementor-popup-modal-4818 .dialog-message{width:600px;}}/* Start custom CSS for html, class: .elementor-element-641817d *//* 1. Força o container principal a travar na largura da tela */
#expo-incendio-newsletter-8a60085a7df427d74f64 {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important; /* Corta qualquer escape horizontal */
    box-sizing: border-box !important;
}

/* 2. Aplica trava de largura para TODOS os elementos filhos injetados pelo RD */
#expo-incendio-newsletter-8a60085a7df427d74f64 * {
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* 3. Quebra as larguras mínimas fixas que o RD costuma esconder nas divs internas */
#expo-incendio-newsletter-8a60085a7df427d74f64 .bricks-form,
#expo-incendio-newsletter-8a60085a7df427d74f64 .bricks-form__fieldset,
#expo-incendio-newsletter-8a60085a7df427d74f64 .bricks-form__field,
#expo-incendio-newsletter-8a60085a7df427d74f64 .rd-station-form {
    width: 100% !important;
    min-width: 0 !important; /* O grande vilão geralmente é o min-width */
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* 4. Ajuste para os botões e campos de texto não empurrarem a tela */
#expo-incendio-newsletter-8a60085a7df427d74f64 input,
#expo-incendio-newsletter-8a60085a7df427d74f64 select,
#expo-incendio-newsletter-8a60085a7df427d74f64 textarea,
#expo-incendio-newsletter-8a60085a7df427d74f64 button {
    width: 100% !important;
    white-space: normal !important; /* Evita que botões com textos longos quebrem o layout */
    word-wrap: break-word !important;
}

@media (max-width: 768px) {
    /* 1. Estrutura de empilhamento vertical */
    #expo-incendio-newsletter-8a60085a7df427d74f64 [style*="display: flex"],
    #expo-incendio-newsletter-8a60085a7df427d74f64 [style*="display:flex"],
    #expo-incendio-newsletter-8a60085a7df427d74f64 .bricks--row {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
    }

    /* 2. Refinamento de Texto: Força a centralização do Título e Texto de Apoio */
    #expo-incendio-newsletter-8a60085a7df427d74f64 .bricks--column:first-child,
    #expo-incendio-newsletter-8a60085a7df427d74f64 p,
    #expo-incendio-newsletter-8a60085a7df427d74f64 span, /* Pega textos internos */
    #expo-incendio-newsletter-8a60085a7df427d74f64 h1,
    #expo-incendio-newsletter-8a60085a7df427d74f64 h2 {
        display: block !important; /* Garante que ocupe a linha toda para centralizar */
        width: 100% !important;
        padding: 0 10px !important;
        text-align: center !important; /* Centralização do texto */
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 15px !important;
    }

    /* 3. Refinamento da Imagem: Espaçamento vital mantido */
    #expo-incendio-newsletter-8a60085a7df427d74f64 img {
        display: block !important;
        margin: 10px auto 25px auto !important; 
        max-width: 200px !important; 
        width: 100% !important;
        border-radius: 4px !important; 
        box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important; 
    }

    /* 4. Inputs de alto padrão */
    #expo-incendio-newsletter-8a60085a7df427d74f64 input[type="text"],
    #expo-incendio-newsletter-8a60085a7df427d74f64 input[type="email"] {
        height: 48px !important;
        margin-bottom: 15px !important;
        border-radius: 4px !important;
        padding-left: 15px !important;
    }

    /* 5. Botão (Call to Action): Espaçamento superior ampliado */
    #expo-incendio-newsletter-8a60085a7df427d74f64 button,
    #expo-incendio-newsletter-8a60085a7df427d74f64 .bricks-form__submit {
        height: 52px !important;
        border-radius: 4px !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        margin-top: 30px !important; /* <-- Espaçamento ampliado para dar respiro (antes era 10px) */
        margin-bottom: 15px !important; /* Respiro abaixo do botão */
        width: 100% !important;
    }
}

/* 6. Força bruta: Oculta qualquer formulário duplicado (clone) injetado na página */
#expo-incendio-newsletter-8a60085a7df427d74f64 .bricks-form ~ .bricks-form {
    display: none !important;
}

/* Caso a duplicidade esteja ocorrendo no nível do container pai (IDs duplicados no DOM) */
div[id="expo-incendio-newsletter-8a60085a7df427d74f64"] ~ div[id="expo-incendio-newsletter-8a60085a7df427d74f64"] {
    display: none !important;
}/* End custom CSS */