.elementor-kit-6{--e-global-color-primary:#032663;--e-global-color-secondary:#A9751F;--e-global-color-text:#040810;--e-global-color-accent:#097FD2;--e-global-color-aea6e45:#004CCF;--e-global-color-fa63b0f:#F3F3F3;--e-global-color-07586f3:#DFDFDF;--e-global-color-959cd4b:#585858;--e-global-color-de2210a:#EEECF3;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-aea6e45 );}.elementor-kit-6 a:hover{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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
}


.linha-divisoria-ssp {
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #B7292F 20%, #204181 0 40%, #009C47 0 60%, #FEC01D 0 90%, #F7901E 0 100%);
    margin-top: 10px;
}

.linha-divisoria-pc {
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #C89A00 20%, #204181 0 40%, #009C47 0 60%, #FEC01D 0 90%, #F7901E 0 100%);
    margin-top: 10px;
}

/*scrollbar*/

body::-webkit-scrollbar {
    width: 7px;
}

body::-webkit-scrollbar-track {
    background: #ccc;
}

body::-webkit-scrollbar-thumb {
    background: linear-gradient(#004CCF, #032663);
    border-radius: 3px;
}

/*seleção de texto*/
::selection {
    color: #fff;
    background: #004CCF;
}/* End custom CSS */