.elementor-39 .elementor-element.elementor-element-6d8c6b5{--display:flex;--min-height:150px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-39 .elementor-element.elementor-element-087386b{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:center;}.elementor-widget-theme-site-logo .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-theme-site-logo .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-39 .elementor-element.elementor-element-fe139ed img{width:350px;}.elementor-39 .elementor-element.elementor-element-0f67220{--display:flex;--min-height:10px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-39 .elementor-element.elementor-element-0f67220:not(.elementor-motion-effects-element-type-background), .elementor-39 .elementor-element.elementor-element-0f67220 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1b346c;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-39 .elementor-element.elementor-element-6d8c6b5{--min-height:150px;}.elementor-39 .elementor-element.elementor-element-087386b{--justify-content:flex-start;}.elementor-39 .elementor-element.elementor-element-fe139ed img{width:200px;}.elementor-39 .elementor-element.elementor-element-0f67220{--min-height:6px;}}/* Start custom CSS for container, class: .elementor-element-6d8c6b5 */.elementor-39 .elementor-element.elementor-element-6d8c6b5 {
    /* Gradiente focado apenas nas duas tonalidades de azul */
    background: linear-gradient(135deg, #1B346C, #2D59B3, #1B346C);
    
    /* Mantém o fundo esticado para criar o efeito de movimento fluido */
    background-size: 300% 300%;
    
    /* Mantém a animação suave com o ciclo exato de 10 segundos */
    animation: moverLinhaAzul 10s ease-in-out infinite;
}

@keyframes moverLinhaAzul {
    0% {
        background-position: 0% 60%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0f67220 */.elementor-39 .elementor-element.elementor-element-0f67220 {
    /* Junta as 4 cores em um gradiente linear inclinado */
    background: linear-gradient(135deg, #1B346C, #2D59B3, #FE0808, #00761E, #1B346C);
    
    /* Estica o fundo para 400% para que as cores fiquem "escondidas" e corram em linha */
    background-size: 400% 400%;
    
    /* Aplica a animação suave de 10 segundos */
    animation: moverLinhaGradiente 10s ease-in-out infinite;
}

@keyframes moverLinhaGradiente {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}/* End custom CSS */