.elementor-kit-5{--e-global-color-primary:#090A10;--e-global-color-secondary:#B5B5B7;--e-global-color-text:#7A7A7A;--e-global-color-accent:#EFFEF0;--e-global-color-c0d551d:#B5FDBA;--e-global-color-3d308f5:#3CEC4A;--e-global-color-be67368:#FF2400;--e-global-color-c7a3428:#E55D39;--e-global-color-8df13be:#FFAC96;--e-global-color-4c9d280:#F84F27;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-size:35px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-size:25px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Helvetica";--e-global-typography-accent-font-size:22px;--e-global-typography-accent-font-weight:500;--e-global-typography-fcf44b5-font-family:"Helvetica";--e-global-typography-fcf44b5-font-size:18px;--e-global-typography-fcf44b5-font-weight:400;background-color:#090A10;}.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);}@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 */body, html {
overflow-x: hidden !important;
}

/Corrigir escrollamento no Mobile/
@media (max-width: 786px){
body, html {
overflow-x: hidden!important;
}
}

body::-webkit-scrollbar {
    width: 12px;
}

body::-webkit-scrollbar-track {
    background: #020202;
}

body::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #FF2400, #FF5733, #FFD700);
    border-radius: 20px;
    border: 2px solid transparent;
    background-clip: padding-box;
}/* End custom CSS */