.elementor-kit-42{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-42 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:85%;}.e-con{--container-max-width:85%;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}
/* Start custom CSS */::-webkit-scrollbar-track {
    background-color: #000000;
}
::-webkit-scrollbar {
    width: 6px;
    background: #F8EC0F;
}
::-webkit-scrollbar-thumb {
    background: #F8EC0F;
}


::-moz-selection { color: #ffffff; background: #F8EC0F }
::selection { color: #ffffff; background: #F8EC0F; }

/* =====================================================
   BLOQUEIA VAZAMENTO E ROLAGEM HORIZONTAL
   ===================================================== */

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
}

/* Usa uma solução mais moderna quando disponível */
@supports (overflow-x: clip) {
    html,
    body {
        overflow-x: clip !important;
    }
}

/* Impede containers do Elementor de ultrapassarem a tela */
.elementor,
.elementor-section,
.elementor-container,
.elementor-widget-wrap,
.e-con,
.e-con-inner {
    max-width: 100%;
}

/* Evita que mídias causem vazamento horizontal */
img,
video,
iframe,
svg,
canvas {
    max-width: 100%;
}

/* Correção específica para dispositivos móveis */
@media (max-width: 767px) {
    body {
        position: relative;
        overflow-x: hidden !important;
    }

    .elementor,
    .elementor-section,
    .e-con,
    .e-con-inner {
        max-width: 100vw;
    }
}/* End custom CSS */