.elementor-kit-8{--e-global-color-primary:#485CEB;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#485CEB;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Plus Jakarta Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Plus Jakarta Sans";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 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 *//* ==== Chrome, Edge, Safari e Opera ==== */
::-webkit-scrollbar {
  width: 10px;              /* largura da barra vertical */
  height: 10px;             /* altura da barra horizontal */
}

::-webkit-scrollbar-track {
  background: #f1f1f1;       /* cor de fundo da trilha */
}

::-webkit-scrollbar-thumb {
  background-color: lightgray; /* cor principal */
  border-radius: 10px;       /* cantos arredondados */
  border: 2px solid #f1f1f1; /* cria "espaço" ao redor */
}

::-webkit-scrollbar-thumb:hover {
  background-color: lightgray; /* cor ao passar o mouse */
}

/* ==== Firefox ==== */
html {
  scrollbar-color: lightgray #f1f1f1; /* thumb | track */
  scrollbar-width: thin;            /* espessura fina */
}

/* ==== Internet Explorer 10+ (limitado) ==== */
body {
  -ms-overflow-style: scrollbar; /* mantém estilo clássico */
}






  /* ---- particles.js container ---- */
  
  
 #particles-js{
     background-color: #ffffff;
     background-repeat: no-repeat;
     background-size: 20%;
     background-position: 50% 50%;
}

/* ---- stats.js ---- */
 .count-particles{
     background: #000022;
     position: absolute;
     top: 48px;
     left: 0;
     width: 80px;
     color: #13E8E9;
     font-size: .8em;
     text-align: left;
     text-indent: 4px;
     line-height: 14px;
     padding-bottom: 2px;
     font-family: Helvetica, Arial, sans-serif;
     font-weight: bold;
}
 .js-count-particles{
     font-size: 1.1em;
}
 #stats, .count-particles{
     -webkit-user-select: none;
     margin-top: 5px;
     margin-left: 5px;
}
 #stats{
     border-radius: 3px 3px 0 0;
     overflow: hidden;
}
 .count-particles{
     border-radius: 0 0 3px 3px;
}
 
  
  
  
  
  
  html, body {
  touch-action: pan-y; /* só permite scroll vertical */
}/* End custom CSS */