.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-106e349:#7E217A;--e-global-color-a8ef690:#5E475F;--e-global-color-ff9ce55:#000000;--e-global-color-d27ac2c:#FFFFFF;--e-global-color-d9382f4:#C7A387;--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;--e-global-typography-b8e9722-font-family:"Poppins";--e-global-typography-b8e9722-font-size:13px;--e-global-typography-b8e9722-font-weight:400;--e-global-typography-e0fc816-font-family:"Poppins";--e-global-typography-e0fc816-font-size:25px;--e-global-typography-e0fc816-font-weight:500;}.elementor-kit-10 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){--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);}@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 *//* Corrigir deslocamento no mobile */
@media (max-width: 768px) {
    /* Substitua '.seu-elemento' pelo seletor do elemento com problema */
    .seu-elemento {
        margin: 0; /* Remova margens desnecessárias */
        padding: 0; /* Ajuste o preenchimento */
        overflow: hidden; /* Evita conteúdo vazando */
        width: 100%; /* Garante que o elemento não ultrapasse o limite */
        box-sizing: border-box; /* Inclui margens no cálculo da largura */
    }
}


/* PERSONALIZAR BARRA DE ROLAGEM */

html, css {
    overflow-x: hidden;
}

/* Barra de rolagem no Webkit (Chrome, Edge, Safari) */
::-webkit-scrollbar {
    width: 10px; /* Largura da barra */
}

::-webkit-scrollbar-track {
    background: #f0f0f0; /* Cor de fundo da barra */
}

::-webkit-scrollbar-thumb {
    background-color: #5E475F; /* Cor da barra de rolagem */
    border-radius: 5px; /* Deixe as bordas arredondadas */
    border: 2px solid #f0f0f0; /* Adicione uma borda opcional */
}

/* Estilo para o Firefox */
scrollbar-color: #E5C35A #f0f0f0; /* Cor da barra e do fundo */
scrollbar-width: thin; /* Define a largura como fina *//* End custom CSS */