.elementor-kit-5215{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-1e2268b:#D5040B;--e-global-color-846a2c8:#FFFFFFB0;--e-global-color-387dab6:#F5F5F5;--e-global-color-27fe635:#0039A6;--e-global-color-9be8a30:#202A44;--e-global-color-b363fd3:#565368;--e-global-color-7232522:#E9E6E2;--e-global-color-ea0b5a3:#22A95A;--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-cd23df4-font-family:"Roboto Mono";--e-global-typography-cd23df4-font-size:50px;--e-global-typography-cd23df4-font-weight:300;--e-global-typography-cd23df4-text-transform:uppercase;--e-global-typography-cd23df4-line-height:62.5px;--e-global-typography-d58e3f1-font-family:"Roboto";--e-global-typography-d58e3f1-font-size:18px;--e-global-typography-d58e3f1-font-weight:400;--e-global-typography-d58e3f1-line-height:36px;--e-global-typography-e0b9408-font-family:"Roboto Mono";--e-global-typography-e0b9408-font-size:20px;--e-global-typography-e0b9408-font-weight:400;--e-global-typography-e0b9408-text-transform:uppercase;--e-global-typography-e0b9408-line-height:25px;--e-global-typography-1574c7e-font-family:"Roboto";--e-global-typography-1574c7e-font-size:14px;--e-global-typography-1574c7e-font-weight:400;--e-global-typography-1574c7e-text-transform:uppercase;--e-global-typography-1574c7e-line-height:26px;--e-global-typography-96f049c-font-family:"Roboto";--e-global-typography-96f049c-font-size:16px;--e-global-typography-96f049c-font-weight:500;--e-global-typography-96f049c-text-transform:uppercase;}.elementor-kit-5215 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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:1200px){.elementor-kit-5215{--e-global-typography-cd23df4-font-size:37px;--e-global-typography-d58e3f1-font-size:16px;--e-global-typography-d58e3f1-line-height:26px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5215{--e-global-typography-cd23df4-font-size:30px;--e-global-typography-cd23df4-line-height:38px;--e-global-typography-e0b9408-font-size:18px;--e-global-typography-1574c7e-font-size:14px;--e-global-typography-96f049c-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Configura a largura da barra (deixa ela fininha) */
::-webkit-scrollbar {
    width: 8px; /* Largura da barra lateral */
}

/* Remove o fundo da barra (o "trilho" onde ela corre) */
::-webkit-scrollbar-track {
    background: transparent; 
}

/* Estiliza apenas o "pegador" (a parte que mexe) */
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 200, 0.8); /* Cor escura com transparência */
    border-radius: 10px; /* Deixa as pontas arredondadas */
    border: 2px solid transparent; /* Cria um respiro interno */
}

/* Cor do pegador quando passa o mouse */
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5); 
}/* End custom CSS */