.swiper-slide_cover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Ajusta la opacidad y color según necesites */
    z-index: 1;
}



.swiper-slide_cover .container {
    position: relative;
    z-index: 2;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Ajusta la opacidad */
    z-index: 1;
}

.swiper-slide_cover .container {
    position: relative;
    z-index: 2;
}