.elementor-kit-36{--e-global-color-primary:#F6FAFF;--e-global-color-secondary:#000000;--e-global-color-text:#CCD0D5;--e-global-color-accent:#FF081E;--e-global-color-38d6ed7:#FF4858;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-size:49px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:55px;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Sora";--e-global-typography-accent-font-size:25px;--e-global-typography-accent-font-weight:500;background-color:#000000;font-family:"Sora", Sans-serif;}.elementor-kit-36 a{font-family:"Sora", Sans-serif;}.elementor-kit-36 h1{font-family:"Sora", Sans-serif;}.elementor-kit-36 button,.elementor-kit-36 input[type="button"],.elementor-kit-36 input[type="submit"],.elementor-kit-36 .elementor-button{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.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);}@media(max-width:1366px){.elementor-kit-36{--e-global-typography-primary-line-height:44px;--e-global-typography-text-font-size:16px;}.elementor-kit-36 button,.elementor-kit-36 input[type="button"],.elementor-kit-36 input[type="submit"],.elementor-kit-36 .elementor-button{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:1024px){.elementor-kit-36{--e-global-typography-primary-font-size:36px;--e-global-typography-secondary-font-size:30px;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:22px;}.elementor-kit-36 button,.elementor-kit-36 input[type="button"],.elementor-kit-36 input[type="submit"],.elementor-kit-36 .elementor-button{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-36{--e-global-typography-primary-font-size:30px;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-line-height:1.4em;--e-global-typography-text-font-size:15px;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-size:22px;}.elementor-kit-36 button,.elementor-kit-36 input[type="button"],.elementor-kit-36 input[type="submit"],.elementor-kit-36 .elementor-button{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Scrollbar estilizada com efeito neon vermelho */

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  background: #1a1a1a;
  border-radius: 10px;
  box-shadow: inset 0 0 4px rgba(255, 0, 0, 0.15);
}

body::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #FF0000, #8B0000);
  border-radius: 10px;
  box-shadow: 0 0 8px #FF0000, inset 0 0 6px #FF0000;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

body::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #FF3B3B, #B00000);
  box-shadow: 0 0 12px #FF3B3B, inset 0 0 10px #FF3B3B;
}

body::-webkit-scrollbar-corner {
  background: #1a1a1a;
}/* End custom CSS */