.elementor-190 .elementor-element.elementor-element-bdb92f7{--display:flex;--min-height:6px;--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-190 .elementor-element.elementor-element-bdb92f7:not(.elementor-motion-effects-element-type-background), .elementor-190 .elementor-element.elementor-element-bdb92f7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1b346c;}.elementor-190 .elementor-element.elementor-element-722d95f{--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-190 .elementor-element.elementor-element-722d95f:not(.elementor-motion-effects-element-type-background), .elementor-190 .elementor-element.elementor-element-722d95f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1b346c;}.elementor-190 .elementor-element.elementor-element-922dc01{--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-image .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-image .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-image .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-190 .elementor-element.elementor-element-8aa5ad2.elementor-element{--align-self:flex-start;--order:-99999 /* order start hack */;}.elementor-190 .elementor-element.elementor-element-8aa5ad2{text-align:start;}.elementor-190 .elementor-element.elementor-element-8aa5ad2 img{width:187px;}.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-190 .elementor-element.elementor-element-bdb92f7{--min-height:6px;}.elementor-190 .elementor-element.elementor-element-722d95f{--min-height:0px;}.elementor-190 .elementor-element.elementor-element-8aa5ad2 img{width:50%;}}/* Start custom CSS for container, class: .elementor-element-bdb92f7 */.elementor-190 .elementor-element.elementor-element-bdb92f7 {
    /* 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 */