.elementor-2819 .elementor-element.elementor-element-bc776b7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-40c705e *//* ============================================================
       CSS DE CORREÇÃO DE EMERGÊNCIA V2.0 (WORDPRESS FIX TOTAL)
       Cole isso no final da sua tag <style>, substituindo o anterior.
       ============================================================ */

    /* 1. CORREÇÃO DA LOGO DO TOPO (HERO) - NOVO! */
    .logo-img {
        max-width: 120px !important;  /* Força o tamanho máximo correto */
        width: auto !important;       /* Impede que o tema estique para 100% */
        height: auto !important;      /* Mantém a proporção */
        display: block !important;    /* Garante que seja um bloco */
        margin: 0 auto !important;    /* Centraliza */
        filter: drop-shadow(0 0 20px rgba(204, 0, 0, 0.3)) !important; /* Garante o efeito */
    }

    /* 2. FORÇA O RODAPÉ A FICAR PRETO */
    footer {
        background-color: #000000 !important;
        margin: 0 !important;
        padding: 60px 0 !important;
        border-top: 2px solid #1a0000 !important;
        text-align: center !important;
        width: 100% !important;
    }

    /* 3. TRAVA O TAMANHO DA LOGO DO RODAPÉ */
    .footer-logo {
        max-width: 150px !important;
        width: auto !important;
        height: auto !important;
        margin: 0 auto 30px !important;
        display: block !important;
        opacity: 0.7 !important;
    }

    /* 4. FORÇA A FOTO DO AUTOR A FICAR REDONDA */
    .author-img {
        width: 180px !important;
        height: 180px !important;
        object-fit: cover !important;
        border-radius: 50% !important;
        border: 3px solid #cc0000 !important;
        margin: 0 auto 30px !important;
        display: block !important;
        background-color: #000 !important;
        box-shadow: 0 0 40px rgba(204, 0, 0, 0.3) !important;
    }

    /* 5. GARANTE AS CORES DO TEXTO DO RODAPÉ */
    .footer-text p, 
    .footer-disclaimer p {
        color: #666 !important;
    }

    /* 6. PREVINE MARGENS BRANCAS GERAIS DO TEMA */
    body {
        background-color: #000000 !important;
        margin: 0 !important;
        padding: 0 !important;
    }/* End custom CSS */