.elementor-704 .elementor-element.elementor-element-2c44f0e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;--padding-top:35px;--padding-bottom:35px;--padding-left:0px;--padding-right:0px;}.elementor-704 .elementor-element.elementor-element-2c44f0e:not(.elementor-motion-effects-element-type-background), .elementor-704 .elementor-element.elementor-element-2c44f0e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor2 );}.elementor-704 .elementor-element.elementor-element-2c44f0e, .elementor-704 .elementor-element.elementor-element-2c44f0e::before{--border-transition:0.3s;}.elementor-704 .elementor-element.elementor-element-05c4b8c{text-align:center;}.elementor-704 .elementor-element.elementor-element-6b1e05e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}@media(max-width:1024px){.elementor-704 .elementor-element.elementor-element-6b1e05e{--margin-top:30px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:25px;--padding-right:25px;}}@media(max-width:767px){.elementor-704 .elementor-element.elementor-element-05c4b8c .elementor-heading-title{font-size:28px;}.elementor-704 .elementor-element.elementor-element-6b1e05e{--margin-top:20px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:15px;--padding-right:15px;}}/* Start custom CSS */@keyframes slideText {
    -60% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.bucle {
    white-space: nowrap;
    /* Evita que el texto se divida en varias líneas */
    animation: slideText 40s linear infinite;
    /* Ajusta la duración y velocidad del bucle según tus preferencias */
}/* End custom CSS */