.elementor-kit-5{--e-global-color-primary:#0B0B33;--e-global-color-secondary:#03DB6D;--e-global-color-text:#007ED5;--e-global-color-accent:#E2E2E2;--e-global-color-bffc64a:#FCFCFC;--e-global-color-2abf2a4:#05051D;--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;--e-global-typography-4a34b6b-font-family:"Outfit";--e-global-typography-4a34b6b-font-size:32px;--e-global-typography-4a34b6b-font-weight:500;--e-global-typography-4a34b6b-letter-spacing:0.5px;--e-global-typography-3e2ca09-font-family:"Manrope";--e-global-typography-3e2ca09-font-size:18px;--e-global-typography-3e2ca09-font-weight:500;--e-global-typography-b7c8454-font-family:"Manrope";--e-global-typography-b7c8454-font-size:22px;--e-global-typography-b7c8454-font-weight:500;}.elementor-kit-5 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){margin-block-end: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{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-5{--e-global-typography-4a34b6b-font-size:32px;--e-global-typography-b7c8454-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-4a34b6b-font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
    overflow-x: hidden;
}

/* Chrome, Edge e Safari */
body::-webkit-scrollbar {
  width: 12px; /*largura da barra*/
}

body::-webkit-scrollbar-track {
  background: #1e1e30; /*cor do fundo*/
}

body::-webkit-scrollbar-thumb {
  background-color: #007ED5; /*cor do controle do scroll*/
  border-radius: 10px; /*arredondamento*/
  border: 2px solid #007ED5; /*borda*/
}

/* Firefox */
@-moz-document url-prefix() {
  * {
    scrollbar-width: 10px;
    scrollbar-color:
                    #C8F0A5 /*cor do controle do scroll*/
                    #007ED5; /*cor do fundo*/
    -moz-appearance: scrollbar;
  }
}/* End custom CSS */