.elementor-kit-6{--e-global-color-primary:#273551;--e-global-color-secondary:#3C557D;--e-global-color-text:#000000;--e-global-color-accent:#AE8D74;--e-global-color-3548e28:#B2B2B0;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-size:1.5rem;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"Roboto Serif";--e-global-typography-secondary-font-size:1.2rem;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1em;--e-global-typography-text-font-family:"Roboto Serif";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Roboto Serif";--e-global-typography-accent-font-size:1rem;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-line-height:1em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-accent );}.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);}@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 *//* Desktop (default) - Ex: cabeçalho com 100px */
[id] {
    scroll-margin-top: 120px;
}

/* Tablet (768px - 1024px) - Ex: cabeçalho menor, 80px */
@media (max-width: 1024px) {
    [id] {
        scroll-margin-top: 80px;
    }
}

/* Mobile (até 767px) - Ex: cabeçalho compacto, 60px */
@media (max-width: 767px) {
    [id] {
        scroll-margin-top: 60px;
    }
}/* End custom CSS */