.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#181C1F;--e-global-color-text:#121212;--e-global-color-accent:#01080E;--e-global-color-c529f7d:#FF7E5F;--e-global-color-5533c3f:#FEB47B;--e-global-color-ad92707:#CF0082;--e-global-color-5b441b4:#0300CC;--e-global-color-6e2752e:#CFFC03;--e-global-color-769be58:#9A65F5;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- Configuração base --- */
body, p, a, li, input, textarea, button {
    font-family: 'Inter', sans-serif;
    font-weight: 400; /* Peso padrão para textos */
    line-height: 1.6;
     /* Cor padrão (ajuste conforme necessário) */
}

/* --- Títulos (Manrope) --- */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Manrope', sans-serif;
    font-weight: 700; /* Peso padrão para títulos */
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0.5em;
    color: #111; /* Cor mais escura para contraste */
}

/* --- Desktop (Tamanhos maiores) --- */
h1 {
    font-size: 66px;
    font-weight: 800; /* Extra-bold para impacto */
    letter-spacing: -0.5px;
}
h2 {
    font-size: 36px;
    font-weight: 700;
}
h3 {
    font-size: 28px;
    font-weight: 600;
}
h4 {
    font-size: 22px;
    font-weight: 600;
}
h5 {
    font-size: 18px;
    font-weight: 500;
}
h6 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* --- Mobile (Tamanhos reduzidos) --- */
@media (max-width: 768px) {
    h1 {
        font-size: 36px;
        letter-spacing: -0.25px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 14px;
    }
}/* End custom CSS */