.elementor-1757 .elementor-element.elementor-element-bbd7464{--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:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-1757 .elementor-element.elementor-element-bbd7464:not(.elementor-motion-effects-element-type-background), .elementor-1757 .elementor-element.elementor-element-bbd7464 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-04783ef );}.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-1757 .elementor-element.elementor-element-e2c5000 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:15px;font-weight:400;text-transform:uppercase;letter-spacing:2.5px;color:#FFFFFF;}@media(max-width:1024px){.elementor-1757 .elementor-element.elementor-element-e2c5000 .elementor-heading-title{font-size:13px;}}@media(max-width:767px){.elementor-1757 .elementor-element.elementor-element-e2c5000 .elementor-heading-title{font-size:12px;}}/* Start custom CSS for container, class: .elementor-element-bbd7464 */.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 */