@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&display=swap'); 
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
} 
body {
    background-color: #f7f3e8;
      font-family: "Baskervville", serif;
}

.container {
    max-width: 1200px;
    margin:0 auto;
}
.swiper-button-prev::after{
    font-size: 0px;
}
.swiper-button-next::after{
    font-size: 0px;
}
.swiper-button-prev{
     color:#59022C;
}
.swiper-button-next{
      color:#59022C;
}
.swiper-pagination-bullet{
    background-color: #59022C;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background-color:#59022C;
}
.menu{
    position:absolute;
    top: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 1000;
}
.navbar{
    display: flex;
}
.menu-1{
    margin-right: 180px;
}
.menu-2{
    margin-right: 430px;
    display:flex;
    align-items: center;
}
.logo-1{
    width: 0px;
    
}
.logo-2{
    width: 150px;
}
.socials{
    display: flex;
}
.social{
    margin: 0 10px;
    height: 40px;
    width: 40px;
    border: 1px solid #59022C;
    border-radius: 50%;
}
.social:hover{
    background-color: #59022C;
}
.social img{
    margin: 5px 5px 0 5px;
}
.menu .navbar ul li{
    position: relative;
    float: left;
}
.menu .navbar ul li a{
    font-size: 18px;
    padding: 20px;
    color: #59022C;
    display: block;
}
.menu .navbar ul li a:hover{
    color:black;
}
#menu{
    display: none;
}
.menu-icono{
    width: 30px;
}
.menu label{
    cursor: pointer;
    display: none;
}
.header-content{
    margin-top: 200px;
    padding-bottom: 50px;
}
.slider {
    display: flex;
    gap: 25px;
    align-items: center;
}
.slider2{
    display: flex;
    gap: 25px;
    align-items: center;
    height:500px;
}
.slider-txt {
    margin-left:85px;
    width: 100%;
}
.slider-txt h1{
    font-size: 70px;
    color:#59022C;
    text-transform: uppercase;
    font-weight: 800;
}
.slider-txt h2{
    font-size: 45px;
    color:#59022C;
    text-transform: uppercase;
    font-weight: 800;
}
.slider-txt p{
    font-size: 20px;
    color:#59022C;
    text-align: justify;
}
.botones{
    margin-top: 50px;
}
.btn-1{
     display: block;
     text-align: center;
     padding: 15px 35px;
     border: 2px solid #59022C;
     color:black;
     font-weight: 800;
     letter-spacing: 2px;
     text-transform: uppercase;
     margin-right: 20px;
     border-radius: 50px;
}
.btn-1:hover{
  border: 2px solid #59022C;
  background-color:  #59022C;  
}
.btn-3{
     display: block;
     text-align: center;
     padding: 15px 35px;
     border: 2px solid #59022C;
     color:black;
     font-weight: 800;
     letter-spacing: 2px;
     text-transform: uppercase;
     margin-right: 20px;
     border-radius: 50px;
}
.btn-3:hover{
  border: 2px solid #59022C;
  background-color:  #59022C;  
}
.slider-img{
    width:50%;
}
.slider-img2{
    width:50%;
}
.slider-img img{
    margin-right: 225px;
    width: 500px;
    border-radius: 20px; 
}
.slider-img video {
    margin-right: 100px;
    width: 380px;        
    border-radius: 20px; 
    object-fit: cover;
}
.slider-img2 img{
    margin-right: 225px;
    width: 500px;
    border-radius: 20px; 
}
.slider-img2 video {
    margin-right: 100px;
    width: 500px;        
    border-radius: 20px; 
    object-fit: cover;
}
.product{
    background-color: #FFFFFF;
}
.tabs{
    display:flex;
    flex-wrap: wrap;
    padding: 100px 0px;
}
.tabs label{
    width: 15%;
    order:1;
    display: block;
    padding: 20px 0;
    text-align: center;
    cursor: pointer;
    color:#59022C;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    transition: background ease 0.2s;
}
.tabs .tab {
    order:99;
    flex-grow:1;
    width: 100%;
    display: none;
    padding-top:25px ;
}
.tabs input[type="radio"]{
    display:none;
}
.tabs input[type="radio"]:checked + label{
    border-bottom: 2px solid #59022C; 
    color:#59022C;
}
.tabs input[type="radio"]:checked + label+ .tab{
    display: block;
}
.product{
    display: flex;
    align-items: center;
    padding: 10px;
    margin: 0 10px;
}
.info {
    padding:100px 0px;
    display:flex;
    align-items: center;
}
.info-img{
    width: 50%;
}
.info-img video{
    width: 350px; 
    margin-left: 80px;
    border-radius: 20px;
}
.info-txt{
    width: 50%;
    text-align: justify;
}
.info-txt h2{
    font-size: 75px;
    color:#59022C;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.info-txt p{
    font-size: 18px;
    color:#59022C;
    margin-bottom: 50px;
}
.btn-2{
    display: inline-block;
    padding: 15px 35px;
    background-color: #59022C;
    color: #FFFFFF;
    font-weight: 800;
    text-transform:uppercase;
    border-radius: 50px;
}
.btn-2:hover{
    background-color: black;
}
.horario{
    padding:100px 0px;
}
.horario-info h2{
    font-size: 75px;
    color: #59022C;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.horario-txt {
    display: flex;
    justify-content: space-between;
}
.txt{
    color:#59022C;
}
.txt h4{
    font-size: 18px;
    color: #59022C;
    margin-bottom: 30px;
}
.txt p{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}
.footer{
    padding: 100px 0;
    display: flex;
    justify-content:space-between;
}
.links h4{
    color:#59022C;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.links ul li a{
    color: #59022C;
    font-size: 16px;
    margin-bottom: 5px;
    display: inline-block;
}
.map{
    border-radius: 10px;
}
@media(max-width: 991px){
   .container {
    max-width: 100%;
    padding: 0 20px;
    }
    .slider,
    .slider2,
    .tabs,
    .product {
    width: 100%;
    }
    .product {
    margin: 0;
    padding: 20px 0;
}
    .menu {
        padding: 20px;
        justify-content: space-between;
    }
    .menu-2{
        display: none;
    }
    .logo-1{
        width: 100px;
    } 
    .logo-2{
        width: 0;
    }
    .menu label{
        display: initial;
    }
    .menu .navbar{
        position: absolute;
        top:100%;
        left:0;
        right:0;
        background-color: #FFFFFF;
        display: none;
    }
    .menu .navbar ul li{
        width:100%;
    }
    #menu:checked ~ .navbar{
        display: initial;
    }
    .header-content{
        padding: 30px;
        margin-top: 100px;
    }
    .tabs{
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
        box-sizing: border-box;
    }
    .tabs {
    padding: 40px 20px;
    }
    .slider{
        flex-direction: column;
    }
    .slider2{
        flex-direction: column;
    }
    .slider-txt{
        margin-left: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }
    .slider-txt h1{
        font-size: 30px;
    }
    .slider-txt p{
        font-size: 16px;
    }
    .btn-1{
        padding: 20px 25px;
        font-size: 14px;
    }
    .slider-img{
    width: 80%;
    text-align: center;  
    }
    .slider-img2{
    width: 80%;
    text-align: center;  
    }
    .slider-img img{
    margin-right: 0px;
    width: 250px;
    }
    .slider-img video {
    margin-right: 0;
    width: 250px;      
        }
    .btn-3{
        padding: 20px 25px;
        font-size: 14px;
    }
     .botones{
       display: flex;
        justify-content: center;
        gap: 10px;
        margin-left: 20px;
        margin-top: 20px; /* más cerca del texto */
        flex-wrap: wrap;
    }
    .slider-txt h2{
        font-size: 30px;
    }
    .slider-img2 img{
        width: 240px;
        margin-left: 30px;
        margin-top: 10px;
    }
    .slider-img2 video {
    width: 300px;  
    margin-left: -10px;    
    margin-top: 10px;
    }
    .swiper-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-bullets,.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: -7px;
    }
    .tabs label{
        width: 50%;
    }
    .info{
        padding: 30px;
        flex-direction: column;
    }
    .info-img{
        width: 100%;
        text-align: center;
    }
    .info-img video{
        max-width: 300px;
        margin-bottom: 25px;
         height: auto;
         margin: 0 auto;
         display: block;
    }
    .info-txt{
        width: 100%;
        text-align: center;
    }
    .info-txt h2{
        font-size: 30px;
    }
    .info-txt p{
        font-size: 16px;
    }
    .btn-1{
        font-size: 16px;
    }
    .btn-3{
        font-size: 16px;
    }
    .horario{
        padding: 30px;
        text-align: center;
    }
    .horario-info h2{
        font-size: 30px;
        margin-bottom: 15px;
    }
    .horario-txt{
        flex-direction: column;
    }
    .socials{
        justify-content: center;
    }
    .social img{
        margin: 5px 0 8px 0;
    }
    .footer{
        padding: 40px;
        flex-direction: column;
        text-align: center;
    }
    .links h4{
        margin:25px 0px 10px 0px;
    }
}
