.elementor-kit-5{--e-global-color-primary:#06375B;--e-global-color-secondary:#F2F2F2;--e-global-color-text:#06375B;--e-global-color-accent:#FF9900;--e-global-color-ce3e9c1:#FCFCFC;--e-global-color-9256cb4:#0B558B;--e-global-color-9b5b76a:#54595F;--e-global-color-b89832a:#0C6EB5;--e-global-color-bfd2dbd:#FF9900;--e-global-color-1b95cc6:#06375B;--e-global-color-5972b95:#1E2B3C;--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-5 img{border-radius:5px 5px 5px 5px;}.elementor-kit-5 img:hover{border-radius:5px 5px 5px 5px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1220px;}.e-con{--container-max-width:1220px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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 */.destaque{
    background: linear-gradient(to right, transparent 50%, #06375B 50%); /*troque a cor ali no #ff0000*/
    background-size: 200%;
    background-position: 0;
    padding: 0 5px;
    color: #EEEEEE;
    transition: background-position 1.5s;
    animation: selecionar 10s infinite; /*controle a velocidade alterando os 10s*/
}

.destaque2{
    background: #06375B; 
    background-size: 200%;
    background-position: 0;
    padding: 0 5px;
    color: #FCFCFC;
}

@keyframes selecionar{
    0%{
        background-position: 0;
    }
    20%{
        background-position: -100%;
    }
    100%{
        background-position: -100%;
    }
}

::selection {
    color: #EEEEEE;
    background: #06375B;
}

body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    background: #184667;
}

body::-webkit-scrollbar-thumb {
    background: #F1F1F1;
    border-radius: 3px;
}/* End custom CSS */