.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-bbb7a5e:#FFB400;--e-global-color-2f3d7ae:#B400E4;--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-9 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 */html, body {
max-width: 100%;
overflow-x: hidden;
}

[data-elementor-type="wp-page"]{
overflow: hidden;
}


/* Scrollbar para navegadores baseados em WebKit (Chrome, Edge, Safari) */
::-webkit-scrollbar {
  width: 10px; /* Largura da barra vertical */
  height: 10px; /* Altura da barra horizontal (se usada) */
}

::-webkit-scrollbar-track {
  background: #000000; /* Cor do fundo da trilha */
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #FFB40D, #FFA500); /* Cor da barra com gradiente */
  border-radius: 10px;
  border: 2px solid #000; /* Espaço ao redor */
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #FFA500, #FF8C00); /* Cor no hover */
}

/* Firefox (limitado) */
* {
  scrollbar-width: thin;
  scrollbar-color: #FFB40D #f0f0f0; /* thumb color / track color */
}/* End custom CSS */