body.elementor-page-5427:not(.elementor-motion-effects-element-type-background), body.elementor-page-5427 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}body.elementor-page-5427{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS *//* Estado inicial: oculto */
.linea-animada .elementor-divider {
    width: 0%;
}

/* Estado animado */
.linea-animada.animar-linea .elementor-divider {
    animation: dibujarCamino 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes dibujarCamino {
    0% { width: 0%; }
    100% { width: 100%; }
}


.elementor-widget-image-carousel .swiper {
    position: static;
    overflow: visible!important;
}/* End custom CSS */