.elementor-kit-8{--e-global-color-primary:#011640;--e-global-color-secondary:#FDB415;--e-global-color-text:#3D3D3D;--e-global-color-accent:#0099FF;--e-global-color-a9cb0eb:#D6E5F5;--e-global-color-1fe8f7b:#FDB4153D;--e-global-color-d045b6c:#001333;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:2.5em;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:1.5em;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:1em;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.3em;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:1em;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1.3em;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:7.5px;--container-default-padding-right:0px;--container-default-padding-bottom:7.5px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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:1366px){.elementor-kit-8{--e-global-typography-primary-font-size:2.5em;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-size:1.5em;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-size:1em;--e-global-typography-text-line-height:1.3em;--e-global-typography-accent-font-size:1em;--e-global-typography-accent-line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;--container-default-padding-top:7.5px;--container-default-padding-right:0px;--container-default-padding-bottom:7.5px;--container-default-padding-left:0px;}}@media(max-width:1024px){.elementor-kit-8{--e-global-typography-primary-font-size:2em;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-size:1.5em;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-size:1em;--e-global-typography-text-line-height:1.3em;--e-global-typography-accent-font-size:1em;--e-global-typography-accent-line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;--container-default-padding-top:05px;--container-default-padding-right:0px;--container-default-padding-bottom:05px;--container-default-padding-left:0px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-primary-font-size:1.5em;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-size:1.5em;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-size:1em;--e-global-typography-text-line-height:1.3em;--e-global-typography-accent-font-size:1em;--e-global-typography-accent-line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:4px;--container-default-padding-right:1.25px;--container-default-padding-bottom:4px;--container-default-padding-left:1.25px;}}@media(min-width:2400px){.elementor-kit-8{--e-global-typography-primary-font-size:2.5em;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-size:1.5em;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-accent-font-size:1em;--e-global-typography-accent-line-height:1.3px;}}/* Start custom CSS *//* Remover espaço em brando lateral no mobile

 */
html, body{
    overflow-x: hidden !important; 
}

/* Configuração base dos containers */
.e-con {
    --container-max-width: 1280px;
}

/* Desktop grande (acima de 1366px) */
@media (min-width: 1367px) {
    .e-con {
        --container-max-width: 1280px;
    }
}

/* Tablet e desktop pequeno (768px a 1366px) */
@media (min-width: 768px) and (max-width: 1366px) {
    .e-con {
        --container-max-width: 90%;
    }
}

/* Mobile (até 767px) */
@media (max-width: 767px) {
    .e-con {
        --container-max-width: 100%;
    }
    
    
}

/* Opcional: Suaviza transições entre breakpoints */
.e-con,
.e-con .elementor-widget {
    transition: width 0.3s ease, max-width 0.3s ease;
}

/* Opcional: Adiciona padding lateral no mobile para respirar */
@media (max-width: 767px) {
    .e-con:not(.e-con-full) {
        padding-left: 15px;
        padding-right: 15px;
    }
}/* End custom CSS */