/* Transición suave para todos los elementos SVG */
.e-lottie__animation path {
    transition: stroke 0.3s ease, fill 0.3s ease, opacity 0.3s ease;
    opacity: 1 !important;
    stroke-opacity: 1 !important;
}

/* Cambiar color de los Lotties y leyendas al interactuar */
.e-lottie__container:hover .e-lottie__animation path,
.e-lottie__container:hover .e-lottie__caption,
.title-red,
.e-lottie__container.title-red .e-lottie__animation path,
.e-lottie__container.title-red .e-lottie__caption {
    color: #BC002D !important;
    stroke: #BC002D !important;
    fill: #BC002D !important;
    opacity: 1 !important;
}

/* Cambiar color de los títulos */
.title-red {
    color: #BC002D !important;
}

.e-lottie__container.title-red .e-lottie__animation path,
.e-lottie__container.title-red .e-lottie__caption {
    color: #BC002D !important;
    stroke: #BC002D !important;
    fill: #BC002D !important;
}
