.elementor-598 .elementor-element.elementor-element-384cf82{--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;}/* Start custom CSS for html, class: .elementor-element-759abcc *//* 1. CARREGAMENTO DA FONTE INTER */
/* Substitui a tag <link> que estava causando erro de sintaxe */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap');

/* 2. ESTILOS CUSTOMIZADOS DEFINIDOS NO TAILWIND.CONFIG */

/* Estilo para o destaque em texto dourado (usado em <span>) */
.text-highlight-gold {
    color: #FFD700; /* accent-gold */
    font-weight: 700;
}

/* 3. ESTILO E RESPONSIVIDADE DO BOTÃO CTA DOURADO PRINCIPAL */

.cta-button-gold {
    background-color: #FFD700;
    color: #1F2937;
    font-weight: 800;
    
    /* Ajustes visuais fixos */
    padding: 1.25rem 2.5rem; /* 20px vertical, 40px horizontal */
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px -3px rgba(255, 215, 0, 0.5), 0 4px 6px -2px rgba(255, 215, 0, 0.5);
    
    /* Responsividade Forçada (Mobile First) */
    display: block; /* Garante que o botão ocupe toda a largura */
    width: 100%; 
    text-align: center;
}

/* Ajuste para Desktop (A partir de 768px): Permite que o botão CTA dourado seja inline/automático */
@media (min-width: 768px) {
    .cta-button-gold {
        width: auto;
        display: inline-block;
    }
}/* End custom CSS */

/* Start custom CSS for container, class: .elementor-element-384cf82 *//* 1. CARREGAMENTO DA FONTE INTER */
/* Substitui a tag <link> que estava causando erro de sintaxe */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap');

/* 2. ESTILOS CUSTOMIZADOS DEFINIDOS NO TAILWIND.CONFIG */

/* Estilo para o destaque em texto dourado (usado em <span>) */
.text-highlight-gold {
    color: #FFD700; /* accent-gold */
    font-weight: 700;
}

/* 3. ESTILO E RESPONSIVIDADE DO BOTÃO CTA DOURADO PRINCIPAL */

.cta-button-gold {
    background-color: #FFD700;
    color: #1F2937;
    font-weight: 800;
    
    /* Ajustes visuais fixos */
    padding: 1.25rem 2.5rem; /* 20px vertical, 40px horizontal */
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px -3px rgba(255, 215, 0, 0.5), 0 4px 6px -2px rgba(255, 215, 0, 0.5);
    
    /* Responsividade Forçada (Mobile First) */
    display: block; /* Garante que o botão ocupe toda a largura */
    width: 100%; 
    text-align: center;
}

/* Ajuste para Desktop (A partir de 768px): Permite que o botão CTA dourado seja inline/automático */
@media (min-width: 768px) {
    .cta-button-gold {
        width: auto;
        display: inline-block;
    }
}/* End custom CSS */

/* Start custom CSS *//* 1. CARREGAMENTO DA FONTE INTER */
/* Substitui a tag <link> que estava causando erro de sintaxe */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap');

/* 2. ESTILOS CUSTOMIZADOS DEFINIDOS NO TAILWIND.CONFIG */

/* Estilo para o destaque em texto dourado (usado em <span>) */
.text-highlight-gold {
    color: #FFD700; /* accent-gold */
    font-weight: 700;
}

/* 3. ESTILO E RESPONSIVIDADE DO BOTÃO CTA DOURADO PRINCIPAL */

.cta-button-gold {
    background-color: #FFD700;
    color: #1F2937;
    font-weight: 800;
    
    /* Ajustes visuais fixos */
    padding: 1.25rem 2.5rem; /* 20px vertical, 40px horizontal */
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px -3px rgba(255, 215, 0, 0.5), 0 4px 6px -2px rgba(255, 215, 0, 0.5);
    
    /* Responsividade Forçada (Mobile First) */
    display: block; /* Garante que o botão ocupe toda a largura */
    width: 100%; 
    text-align: center;
}

/* Ajuste para Desktop (A partir de 768px): Permite que o botão CTA dourado seja inline/automático */
@media (min-width: 768px) {
    .cta-button-gold {
        width: auto;
        display: inline-block;
    }
}/* End custom CSS */