.elementor-kit-6{--e-global-color-primary:#055480;--e-global-color-secondary:#0D1F30;--e-global-color-text:#7A7A7A;--e-global-color-accent:#00A517;--e-global-color-cfe4aa9:#055480;--e-global-color-5d5be7a:#044C76;--e-global-color-e439c2e:#05527F;--e-global-color-f8a3c11:#007AC2;--e-global-color-d42e14f:#FFFFFF;--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-6 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);}.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 */root {
  scroll-behavior: smooth;
}


/* Scrollbar personalizada */

/* Funciona no Chrome, Edge e Safari */
::-webkit-scrollbar {
  width: 10px; /* espessura média */
}

::-webkit-scrollbar-track {
  background: #091624; /* azul escuro */
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #00afff, #8f2126); /* azul claro → bordo */
  border-radius: 8px;
  border: 2px solid #091624; /* cria contraste com o fundo */
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #8f2126, #00afff); /* efeito hover invertido */
}


/* Firefox */
* {
  scrollbar-width: thin; /* espessura média */
  scrollbar-color: #00afff #091624; /* thumb | track */
}/* End custom CSS */