.elementor-kit-5{--e-global-color-primary:#051C2C;--e-global-color-secondary:#202A44;--e-global-color-text:#54565A;--e-global-color-accent:#AB8855;--e-global-color-d5e7263:#D7D2CB;--e-global-color-02cd3ef:#FFFFFF;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:600;}.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 .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 */html, body{
width: 100%;
overflow-x: hidden;
}

body::-webkit-scrollbar{
    width: 10px; /* altere a largura aqui */
}

body::-webkit-scrollbar-track{
    background: #0c0c0c; /* altere a cor do fundo aqui */
}

body::-webkit-scrollbar-thumb{
    background: linear-gradient(180deg, #011833 0%, #0E2743 100%); /* altere a cor da barra aqui */
    border-radius: 10px; /* altere o arredondamento da barra aqui ou remova */
    border: 2px solid #0c0c0c; /* altere a cor da borda aqui */
}/* End custom CSS */