.elementor-kit-7{--e-global-color-primary:#012352;--e-global-color-secondary:#EB521C;--e-global-color-text:#FFFFFF;--e-global-color-accent:#67D176;--e-global-color-2eef808:#000000;--e-global-typography-primary-font-family:"Bebas Neue";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Bebas Neue";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto Condensed";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:#FFF;--e-preloader-size:20px;}.elementor-kit-7 e-page-transition{background-color:var( --e-global-color-secondary );}.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 *//*

   Elementor Rocket
   SCROLLBAR PERSONALIZADA
   
   Se quiser que reflita no site todo,
   insira em "Configurações do Site > CSS Personalizado",
   no mesmo lugar em que inseriu o CSS Base. Adicione
   ao final, sem apagar o que já estiver lá.
   
   Edite a scrollbar abaixo.
   
*/


:root {
    /* EDITE ABAIXO */
  --largura-barra: 12px;
  --cor-fundo-trilha: #121212;
  --cor-puxador: #EB521C;
  --raio-borda: 20px;
  --borda-puxador: 2px solid var(--cor-fundo-trilha);
}

body::-webkit-scrollbar {
  width: var(--largura-barra);
}

body::-webkit-scrollbar-track {
  background-color: var(--cor-fundo-trilha);
}

body::-webkit-scrollbar-thumb {
  background: var(--cor-puxador);
  border-radius: var(--raio-borda);
  border: var(--borda-puxador);
}

@-moz-document url-prefix() {
  * {
    scrollbar-width: thin;
    scrollbar-color: var(--cor-puxador) var(--cor-fundo-trilha);
  }
}/* End custom CSS */