.elementor-kit-5{--e-global-color-primary:#5A8CC2;--e-global-color-secondary:#393939;--e-global-color-text:#000000;--e-global-color-accent:#FFBF00;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-weight:400;color:var( --e-global-color-secondary );--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-max-width:100%;--e-preloader-opacity:1;}.elementor-kit-5 e-page-transition{background-color:transparent;background-image:linear-gradient(180deg, #6EAEF3 0%, #143150 100%);}.elementor-kit-5 a{color:var( --e-global-color-accent );}.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 *//* Barra de rolagem personalizada */
::-webkit-scrollbar {
  width: 10px;               /* largura do scroll */
}

::-webkit-scrollbar-track {
  background: #f1f1f1;        /* fundo do trilho */
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #5A8CC2;  /* cor do scroll */
  border-radius: 10px;
  border: 2px solid #f1f1f1;  /* espaço em volta */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #4a74a5;  /* cor no hover */
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #5A8CC2 #f1f1f1;
}

/* Seleção de texto */
::selection {
  background: #5A8CC2;  /* fundo da seleção */
  color: #FFBF00;       /* cor do texto selecionado */
}

::-moz-selection {
  background: #5A8CC2;
  color: #FFBF00;
}/* End custom CSS */