.elementor-kit-6{--e-global-color-primary:#001C38;--e-global-color-secondary:#014284;--e-global-color-text:#D0D0D0;--e-global-color-accent:#FF8900;--e-global-color-6bf6f1c:#FFFFFF;--e-global-color-1dcc2e9:#003265;--e-global-color-3b8dc29:#999999;--e-global-color-b29cb52:#00A52A;--e-global-color-8fd9cbc:#028F26;--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;}.elementor-kit-6 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){--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 *//* Excluir Scrollbar Horizontal */

html, body{
width: 100%;
overflow-x: hidden;
}


/* Palavras viuvas */
.elementor-kit-6{
    text-wrap: balance;
}

.texto-laranja {
    color: #FF8900;
    font-weight: 600;
}



/* Scrollbar Premium */

::-webkit-scrollbar {
    width: 14px;
}

::-webkit-scrollbar-track {
    background: #001c38;
    border-left: 1px solid #014284;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(
        180deg,
        #014284,
        #ff8900
    );
    border-radius: 20px;
    border: 2px solid #001c38;
    box-shadow:
        0 0 8px rgba(255, 137, 0, 0.4),
        inset 0 0 6px rgba(255, 255, 255, 0.15);
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(
        180deg,
        #ff8900,
        #014284
    );
    box-shadow:
        0 0 12px rgba(255, 137, 0, 0.7),
        inset 0 0 8px rgba(255, 255, 255, 0.2);
}

html {
    scrollbar-width: thin;
    scrollbar-color: #ff8900 #001c38;
}/* End custom CSS */