.elementor-1596 .elementor-element.elementor-element-b36210f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--overflow:hidden;--padding-top:6px;--padding-bottom:6px;--padding-left:40px;--padding-right:40px;}.elementor-1596 .elementor-element.elementor-element-b36210f:not(.elementor-motion-effects-element-type-background), .elementor-1596 .elementor-element.elementor-element-b36210f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#001329;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1596 .elementor-element.elementor-element-a7c2a33 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:12px;font-weight:400;letter-spacing:1.1px;color:#FFFFFF;}/* Start custom CSS for heading, class: .elementor-element-a7c2a33 */.textoanimado{
    display: inline-block;
    animation: carrossel 40s linear infinite;
}
@keyframes carrossel{
    0%{
        transform: translatex(0);
    }
    100%{
        transform: translatex(-900px);
    }
}

.textoanimado2{
    white-space: nowrap;
}/* End custom CSS */