.elementor-kit-10{--e-global-color-primary:#4D0F75;--e-global-color-secondary:#902BCE;--e-global-color-text:#4D4D4D;--e-global-color-accent:#FFCC00;--e-global-color-dba6375:#00081D;--e-global-color-eab4f69:#32CD33;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 .ha-reading-progress-bar{visibility:hidden;opacity:0;}.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: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 *//* Largura da barra de rolagem */
::-webkit-scrollbar {
    width: 12px;
}

/* Fundo da barra de rolagem */
::-webkit-scrollbar-track {
    background: #4d0f75;
}

/* Cor da parte que desliza (thumb) */
::-webkit-scrollbar-thumb {
    background: #32cd33;
    border-radius: 6px; /* Borda arredondada */
}

/* Cor da parte que desliza ao passar o mouse */
::-webkit-scrollbar-thumb:hover {
    background: #902bce;
}

body { overflow-x: hidden; }

::selection {
  background-color: #32cd33; /* Cor de fundo da seleção */
  color: #00081d;           /* Cor do texto selecionado */
}/* End custom CSS */