/* Ajustes para el slider responsive  */

.swiper-button-prev::after{
    font-size: 25px;
}
.swiper-button-next::after{
    font-size: 25px;
}
.swiper-button-prev{
    color: #ffffff;
}
.swiper-button-next{
    color: #ffffff;
}

.swiper-pagination-bullet{
    background-color: #ffffff;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background-color: #000000;

}
.content-slider{
    padding-bottom: 50px;
}

.slider{
    display: flex;
    align-items: center;
    margin-left: 5px;
    margin-right: 5px;
}

.slider-txt{
    margin-left: 25px;
    width: 50%;
}
.slider-txt h1{
    font-size: 50px;
    color: #ffffff;
    font-weight: 800;
}
/* .slider-txt h1:hover{
    color: #1b018f;
    text-shadow:
    0 0 10px #fff,
    0 0 20px #fff,
    0 0 40px #1b018f,
    2px 2px 4px #000;*/

.slider-txt p{
    margin-right: 10px;
    font-size: 25px;
    color: rgb(190, 190, 190);
    font-weight: 400;
    text-align: justify;
}

.botones-slider-text{
    margin-top: 50px;
}

.btn-1,.btn-2{
    display: inline-block;
    text-decoration: none;
    padding: 15px 35px;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-right: 20px;
    border-radius: 60px;
    background-color: #000000;
}
.btn-1:hover, .btn-2:hover{
    transform: scale(1.1);
    transition: all 0.3s ease 0s;
    border: 2px solid #000000;
    background-color: #ffffff;
    color: #000000;
    transition: all 0.3s ease 0s;
}

.slider-img{
    width: 50%;
}


.slider-img img{
    margin-top: 30px;
    margin-right: 225px;
    width: 550px;
    height: auto;
    border-radius: 50px;
}

.slider-img img:hover{
    transform: scale(1.009);
    transition: all 0.3s ease 0s;
}
/* fin Ajustes para el slider responsive  */

/* Ajustes para el slider productos responsive  */

.products{
    background-color: #ffffff31;
}
.tabs{
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0;
}

.tabs label{
    width: 15%;
    /* Ajuste para evitar que el texto se sobreponga a la imagen en productos en móvil */
    .product {
        flex-direction: column;
        align-items: stretch;
    }
    .product-img, .product-txt {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .product-txt {
        margin-top: 10px;
    }
    order: 1;
    display: block;
    padding: 20px 0;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    font-weight: 700;
    transition: background-color 0.3s ease;
}
.tabs .tab{
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding-top: 20px;
}

.tabs input[type="radio"]{
    display: none;
}
.tabs input[type="radio"]:checked + label{
    border-bottom: 2px solid #000000;
    color: #000000;
}

.tabs input[type="radio"]:checked + label + .tab{
    display: block;
}

.product{
    display: flex;
    text-align: center;
    padding: 10px;
    margin: 0 5px;
    border: 2px solid #000000;
    border-radius: 20px;
    background-color: #ffffff;
}

.product-img{
    width: 50%;
    text-align: left;
}
.product-img h4{
    display: inline-block;
    padding: 5px 5px;
    line-height: 15px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    border: 2px solid #000000;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: #000000;
}

.product-img img{
    width: 150px;
    height: 150px;
    border-radius: 20px;
}

.product-txt{
    width: 50%;
    margin-left: 5px;
    text-align: left;
}

.product-txt h4{
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
    color: #000000;
    font-weight: 800;
    margin-bottom: 5px;
}
.product-txt {
    position: relative;
}
.product-txt a {
    text-decoration: none;
    font-size: 18px;
    background-color: #ececec;
    border: 1px solid #808080;
    color: #000000;
    font-weight: 800;
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 4px 12px;
    border-radius: 12px;
    z-index: 2;
}
.product-txt a:hover{
    background-color: #000000;
    color: #ffffff;
    transition: all 0.3s ease 0s;
}


/*fin Ajustes para el slider productos responsive  */

/* Ajustes para informacion responsive  */
.info{
    padding: 100px 0;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.info-img{
    width: 50%;
}
.info-img img{
    width: 650px;
    height: 250px;
    border-radius: 5px;
}

.info-txt{
    width: 100%;
    text-align: center;
    margin-left: 0; /* <-- Esto centra el bloque en móvil */
}

.info-txt h2{
    font-size: 75px;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 25px;
}
.info-txt p{
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    text-align: justify;
    margin-bottom: 25px;
    margin-left: 70px;
}

/* fin Ajustes para informacion responsive  */

/* Ajustes para horarios responsive  */

.horario{
    padding: 100px 0;
    background-color: #ffffff31;
}

.horario-info h2{
    font-size: 75px;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 50px;
}
.horario-txt{
    display: flex;
    justify-content: space-between;
}

.txt{
    color: #ffffff;
}

.txt h4{
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 30px;
}

.txt p{
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
}

/* fin Ajustes para horarios responsive  */

/*Ajustes para mapa responsive  */

.map{
    filter: grayscale(100%) invert(100%) contrast(100%);
    width: 100%;
}

/* fin Ajustes para mapa responsive  */

/* Ajustes para responsive  */

@media(max-width: 990px){
    .header-content{
        padding: 30px;
        margin-top: 100px;
    }
    .slider{
        flex-direction: column;
    }
    .slider-txt{
        margin-left: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .slider-txt h1{
        font-size: 40px;
        text-align: center;
    }
    .slider-txt p{
        font-size: 18px;
        text-align: center;
    }
    .btn-1{
        padding: 15px 20px;
        font-size: 14px;
        margin-right: 5px;
    }
    .slider-img{
        width: 100%;
        text-align: center;
    }
    .slider-img img{
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-left: 0;
        border-radius: 20px;
    }
    .swiper-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-bullets, .swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction{
        bottom: -7px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        top: 95%; /* Más abajo en responsive */
        transform: translateY(-50%);
    }
    .tabs{
        padding: 50px 30px;
    }

    .tabs label{
        width: 33%;
    }
    .info{
        padding: 20px;
        flex-direction: column;
    }
    .info-img{
        width: 100%;
        text-align: center;
    }
    .info-img img{
        width: 315px;
        height: 125px;
        margin-bottom: 25px;
    }

    .info-txt{
        width: 100%;
        text-align: center;
    }
    .info-txt h2{
        font-size: 50px;
    }
    .info-txt p{
        font-size: 16px;
        margin-left: 0;
        text-align: center;
    }
    
    .btn-2{
        font-size: 16px;
    }

    .horario{
        padding: 30px;
        text-align: center;
    }
    .horario-info h2{
        font-size: 50px;
        margin-bottom: 15px;
    }
    .horario-txt{
        flex-direction: column;
        align-items: center;
    }
    
}

.swiper-button-next,
.swiper-button-prev {
    top: 50%; /* Centra verticalmente las flechas en escritorio */
    transform: translateY(-50%);
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets, .swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction{
    bottom: -5px; /* Ajusta la paginación en escritorio */
}

