.elementor-kit-7{--e-global-color-primary:#478EC8;--e-global-color-secondary:#09375E;--e-global-color-text:#FFFFFF;--e-global-color-accent:#0DA522;--e-global-color-70e3c32:#478EC8;--e-global-color-643d53f:#09375E;--e-global-color-e54c5fe:#DA0000;--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;font-weight:400;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-primary );font-weight:400;}.elementor-kit-7 a:hover{color:#5AA6E4;}.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 *//* Scrollbar personalizada para navegadores WebKit (Chrome, Edge, Safari) */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #FFFFFF; /* Fundo branco */
}

::-webkit-scrollbar-thumb {
  background-color: #1E4261; /* Azul escuro */
  border-radius: 10px;
  border: 2px solid #FFFFFF;
  transition: background-color 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #498FCA; /* Azul claro no hover */
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #1E4261 #FFFFFF;
}


::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #1E4261, #498FCA);
  border-radius: 10px;
  border: 2px solid #FFFFFF;
}



/* Excluir barra horizontal */

html, body{
width: 100%;
overflow-x: hidden;
}/* End custom CSS */