.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-cb79582:#380257;--e-global-color-cb5f0d5:#9988B4;--e-global-color-9a74e53:#FFFFFF;--e-global-color-bcc62c9:#000000;--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-129e281-font-family:"Raleway";--e-global-typography-129e281-font-size:14px;--e-global-typography-b2fbb78-font-family:"Raleway";--e-global-typography-b2fbb78-font-size:24px;}.elementor-kit-5 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);}@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 *//* Customização da Barra de Rolagem */
::-webkit-scrollbar {
    width: 12px; /* Largura da barra de rolagem */
}

::-webkit-scrollbar-track {
    background: #f1f1f1; /* Cor do fundo da barra */
}

::-webkit-scrollbar-thumb {
    background-color: #3C0159; /* Cor da barra de rolagem */
    border-radius: 10px; /* Borda arredondada */
    border: 3px solid #f1f1f1; /* Espaço entre a barra e o fundo */
}

::-webkit-scrollbar-thumb:hover {
    background-color: #5e027f; /* Cor ao passar o mouse */
}/* End custom CSS */