@font-face {
    font-family: 'Futura';
    src: url(futurabt-bookitalic-version-2-001-mfgpctt-4-4.ttf);
}

@font-face {
    font-family: 'Glomerolus';
    src: url(Glomerolus.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*body padilla*/
.section-esquina {
    font-family: 'Glomerolus';
    line-height: 1.6;
    margin: 0;
    padding: 0;

    background-image:
        linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),
        url(IMG_4375.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/* body granada*/

.body2 {
    font-family: 'Glomerolus';
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),
        url(IMG_8873.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
/* body camas*/
.camas {
    font-family: 'Glomerolus';
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),
        url(IMG_4375.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.header2 {
    text-align: center;
    padding-top: 15px;

    margin-bottom: 10px;
    backdrop-filter: blur(2px);
    background-color: rgba(8, 8, 8, 0.279);
    box-shadow: 0 0 010px rgba(0, 0, 0, .2);
    font-size: 16px;
}

.icon2 {
    width: 150px;


}

.contenedor1 {
    width: 92%;
    padding: 20px;
    margin-left: 60px;
    margin-top: 20px;
    text-align: center;
    color: #f9f9f9;
    background-color: rgba(163, 51, 58, 0.838);
    font-size: 21px;
    
    
}
.contenedor2 {
    width: 92%;
    padding: 20px;
    margin-left: 60px;
    text-align: center;
    color: #f9f9f9;
    background-color: rgba(167, 159, 136, 0.896);
    font-size: 21px;
    
    
}
.contenedor3 {
    width: 92%;
    padding: 20px;
    margin-left: 60px;
    text-align: center;
    color: #f9f9f9;
    background-color: rgba(170, 133, 45, 0.825);
    font-size: 21px;
    
    
}
.sections-paralel {
    width: 70%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px;
    margin: 40px 30px;
    padding: 10px;
    margin-left: 15%;
    position: relative;
    text-align: center;
    align-items: center;
}



.image-section {
    position: relative;
    display: inline-block;
  }
  
  .img {
    width: 100%;
    
  }
  
  .carta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(19, 18, 18);
    font-size: 2rem;
    font-weight: bold;
    padding: 0.5rem 1rem;
  }
h1 {
    color: black;
}


.image-section {
    flex: 1;
    text-align: center;


}


.img {

    width: 100%;
    max-width: 400px;
    height: 300px;
    border: 2px solid rgb(163, 51, 59);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.img2 {

    width: 100%;
    max-width: 400px;
    height: 300px;
    border: 2px solid rgb(170, 133, 45);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.img1 {
    width: 100%;
    max-width: 400px;
    height: 300px;
    border: 2px solid black;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);

}

iframe.img {
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
    border: none;
    filter: none;
}

.puntos {
    margin-left: 27%;
}


@media (max-width: 768px) {
    .sections-paralel {
        flex-direction: column;
        align-items: center;
    }

    .image-section {
        width: 100%;
    }

    .img,
    iframe.img {
        height: 250px;
    }


}


.rh {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    padding: 20px;
}

.carrusel {
    width: 600px;
    height: 600px;
    border: 2px solid rgb(163, 51, 59);
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    background-color: #f9f9f9;
}

.carrusel2 {
  width: 100%;
  max-width: 600px;
  height: auto;
  border: 2px solid rgb(167, 159, 136);
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  background-color: #f9f9f9;
  margin: 0 auto;
}
.carrusel h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
}

.carrusel2 h2{
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
}

.imagenes {
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    
}

.imagenes>div {
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
}
/* muestra la primera imagen*/
.imagenes>div:first-child {
    display: flex;
  
}

.imagenes img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;

}

.atras,
.adelante {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.atras {
    left: 10px;
}

.adelante {
    right: 10px;
}

.cont1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

}

.horarios {
    background-color: #f4f4f4;
    padding: 20px;
    width: 600px;
    height: 600px;
    border: 2px solid rgb(163, 51, 59);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-size: 20px;
}

.horarios h2 {
    text-align: center;
    margin-bottom: 15px;
}

.horarios div {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    font-size: 18px;
    border-bottom: 1px solid #e0e0e0;
}

.horarios div:last-child {
    border-bottom: none;
}

.horas {
    text-align: right;
    min-width: 100px;



}



/* Footer general */
.footer-j {
    display: flex;
    flex-wrap: wrap;
    background-color: rgb(238, 232, 218);
    padding: 20px;
    font-size: 15px;
    font-weight: 400;
    justify-content: space-between;
    align-items: center;
}

.footer-legal {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

.legal {
    text-decoration: none;
    color: black;
}

.legal:hover {
    text-decoration: underline;
}

.contacto {
    text-align: center;
    margin: 10px 0;
    font-size: 15px;
}

.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
}

.icon {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.icon1 {
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.icon:hover {
    transform: scale(1.1);
}

/* Responsive */
@media (max-width: 768px) {
    .footer-j {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer-legal {
        align-items: center;
        margin-top: 10px;
    }
    .social-icons2 {
        justify-content: center;
        flex-direction: column;
        gap: 10px;
        margin: 10px 0;
    }
    .contacto {
        margin: 10px 0;
        font-size: 16px;
    }
    .icon, .icon1 {
        width: 28px;
        height: 28px;
    }
      .carrusel2 {
    width: 90%;
    height: auto;
  }
  .contenedor2 {
    padding: 10px;
    font-size: 14px;
    line-height: 1.3;
  }
}
/* Pantallas grandes (a partir de 769px) */
@media (min-width: 769px) {
 .contenedor2 {
    padding: 20px;
    font-size: 18px;
    line-height: 1.5;
  }
  .carrusel2 {
    width: 600px;
    height: 600px;
  }
}


@media (max-width: 420px) {
    .footer-j {
        padding: 15px;
    }
    .contacto {
        font-size: 14px;
    }
    .icon, .icon1 {
        width: 24px;
        height: 24px;
    }
    .carrusel2 {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {

    .contenedor1 {
        width: 70%;

    }
    

    .rh {
        flex-direction: column;

        gap: 20px;
    }

    .carrusel {
        width: 190%;
        height: 100%;
        margin-left: 7%;
        margin-right: 15%;

    }
    .carrusel2{
         width: 190%;
        height: 100%;
        margin-left: 7%;
    }

    .imagenes {
        height: auto;
    }

    .imagenes img {
        width: 100%;
        height: auto;
    }


    .horarios {
        width: 150%;
        height: auto;
        margin-left: 8%;
    }

    .atras,
    .adelante {
        top: 45%;
    }
 
}



/* Estilo para la barra de navegación */
nav {
    z-index: 10;
    position: relative;
    width: 100%;
}

/* Contenedor de los elementos del menú */
.contenedor {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 30px;
    z-index: 1001
}

/* Botón de menú */
.menu-btn {
    background: transparent;
    color: rgba(248, 249, 247, 0.989);
    padding: 10px 20px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

/* Icono del botón de menú */
.menu-btn .icon {
    margin-right: 8px;
    filter: invert(97%) sepia(99%) saturate(261%) hue-rotate(299deg) brightness(109%) contrast(97%);
}

/* Estilos para el menú desplegable */
.menu {
    display: none;
    position: fixed;
    top: 0;
    left: -250px;
    background-color: rgb(238, 232, 218);
    width: 250px;
    height: 100vh;
    transition: left 0.3s ease;
    box-shadow: 2px 0px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

/* Cuando el menú está abierto */
.menu.open {
    display: block;
    left: 0;
}

.close-btn:hover {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.menu-btn:focus,
.close-btn:focus,
.language-btn:focus {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

/* Estilo para los elementos del menú */
.menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/* Estilo de los items del menú */
.menu ul li u {
   padding: 10px 10px;
 }


/* Estilo para los enlaces del menú */
.menu ul li a {
    color: rgb(14, 1, 1);
    text-decoration: none;
    display: block;
     line-height: 1.6;
}

/* Efecto hover en los enlaces */
.menu ul li a:hover {
    background-color: rgba(216, 19, 19, 0.127);
    color: rgb(24, 2, 2);
    border-radius: 5px;
}

 u {
     font-family: 'Futura';
     text-decoration: none;
     padding: 5px 5px;
 }


/* Estilo del título */
h1 {
    font-size: 30px;
    font-weight: 800;
    z-index: 40;
    color: rgba(249, 247, 247, 0.989);
    text-align: center;
    font-family: 'Glomerolus';
}

.title {
    font-family: 'Glomerolus';
    font-size: 40px;
    color: rgb(242, 232, 208);
}

.Resto {
    text-align: center;
    padding-top: 20px;

}

.container-name {
    background: transparent;
    color: black;
    font-size: 18px;
    font-family: 'Futura';
    font-weight: bold;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-left: 10px;

}

.icon-rest {
    width: 50px;
    margin: 0;
    margin-right: 5px;
    cursor: pointer;

}


.linea {
    display: flex;
    justify-content: space-between;

}

/* Estilo de los iconos sociales */
.social-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.icon-2 {
    width: 35px;
    margin-left: 10px;
    cursor: pointer;

}

.icon-3 {
    width: 35px;
    margin-left: 10px;
    cursor: pointer;

    filter: invert(97%) sepia(99%) saturate(261%) hue-rotate(299deg) brightness(109%) contrast(97%);
}

.icon-2:hover {
    transform: translateY(-2px);
}

.icon-3:hover {
    transform: translateY(-2px);
}

img,
.icon-rest,
.icon-2,
.icon-3 {
    max-width: 100%;
    height: auto;
}

/* Estilo del selector de idioma */
.language-select {
    position: relative;
    margin-left: 15px;
}

/* Botón de idioma */
.language-btn {
    background: transparent;
    color: rgb(232, 216, 216);
    text-decoration: none;
    display: block;
    padding: 5px 5px 0;
    font-size: 18px;
    border: 2px rgb(238, 230, 215) solid;
    cursor: pointer;
    border-radius: 5px;
    align-items: center;
    padding-right: 5px;
    margin-right: 10px;
    margin-bottom: 5PX;


}

.language-btn:hover {
    transform: translateY(-2px);
}

/* Menú desplegable de idiomas */
.language-menu {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    background-color: rgb(238, 230, 215);
    width: 150px;
    box-shadow: 2px 0px 8px rgba(0, 0, 0, 0.2);
    z-index: 100;
}

/* Mostrar el menú de idiomas cuando se activa */
.language-menu.open {
    display: block;
}

/* Estilo para los enlaces de idiomas */
.language-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;

}

.language-menu ul li {
    padding: 10px;

}

.language-menu ul li a {
    color: rgb(14, 1, 1);
    text-decoration: none;
    display: block;
}

/* Efecto hover en los enlaces del selector de idioma */
.language-menu ul li a:hover {
    background-color: rgba(216, 19, 19, 0.127);
    color: rgb(29, 3, 3);
}

/* Flexbox para organizar los elementos dentro de .con--2 */
.con--2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Estilo para el botón de cierre del menú */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    color: black;
    font-size: 30px;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.close-btn:hover {
    background-color: rgba()
}

.nav{
    background: rgba(0, 0, 0, 0.249);
}



@media (max-width: 420px) {
 .menu-btn {
        width: 35px;
        height: 35px;
        padding: 0;
         margin-top: 2px;
        display: flex;
        justify-content: center;
        align-items: center;
    
    }

    .menu-btn .icon {
        width: 20px;
        height: 20px;
        margin: 0;
        margin-left: 7px;
        margin-top: 2px;
        display: block;
        filter: invert(97%) sepia(99%) saturate(261%) hue-rotate(299deg) brightness(109%) contrast(97%);
    }
    
    .language-btn {
        font-size: 10px;
        width: 28px;
        height: 28px;
    }

    .social-icons {
        font-size: 10px;
        gap: 1px;
    }

    .language-btn {
        padding-right: 2px;
    }

    .icon-rest {
        font-size: 12px;
        width: 28px;
        height: 28px;
        margin-bottom: -4px;
    }

    .title {
        font-size: 20px;
        width: 28px;
        height: 28px;
        width: 100%;
    }
      .menu ul li u {
         padding: 5px 5px;
         text-decoration: none;
           font-size: 25px;
     }

    u{
    font-size: 25px;
}
    

     .container-name {
         font-size: 25px;
     }
}
@media (max-width: 768px) {
    .menu {
        width: 100vw;
        height: 100vh;
        left: -100vw;
        z-index: 2000; 
    }

    .menu.open {
        left: 0;
    }

  
}