

.contenidor {
    width: 80%;
    margin: auto;
}

.swiper{
    margin-top: 50px;
}

.swiper-slide {
    margin-bottom: 50px;
    background-color: white;
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    height: 380px;
    width: 285px;
    position: relative;
}

.swiper-slide img{
    width: 285;
    border-radius: 15px;
    height: 380px;
}

.swiper-txt {
    position: absolute;
    padding: 25px;
}

.swiper-txt h3{
    font-size: 20px;
    margin-bottom: 5px;
    color: rgb(255, 3, 3);
}

@media all and (max-width: 1285) and (min-width: 768){
    .swiper{
        padding: 0 70px;
    }
}

@media all and (max-width: 767px) {
    .swiper-slide {
        margin: 0 auto 50px auto; /* Centra la imagen horizontalmente */
        height: auto; /* Permite que la altura se ajuste automáticamente */
    }

    .swiper-slide img {
        width: 100%; /* Asegura que la imagen ocupe el ancho completo del contenedor */
        height: auto; /* Mantiene la proporción de la imagen */
    }
}
