@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 {
    background: rgb(242, 232, 208);
    width: 100%;
    height: auto;
    font-family: 'Futura';
}

.flor {
    width: 10%;
    position: relative;
    left: 45%;
    margin-top: 5%;

}

.imgen {
    width: 250px;
    height:250px;
    position: relative;
    left: 20%;
    margin-top: 20%;
    object-fit: cover;


}

.imgen1 {
    width: 32%;
      object-fit: cover;
      filter: saturate();
}

h2 {
    text-align: center;
    font-size: 10vh;
    font-family: 'Glomerolus';
}

.text {
    width: 80%;
    text-align: center;
    font-size: 25px;
    margin-left: 10%;
    margin-top: 15px;
    margin-bottom: 15px;
    color: black;
    font-family: 'Futura';
}

.text-3 {
    width: 65%;
    text-align: center;
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 5px;
    color: black;
    font-family: 'Futura';

}

.title-sub {
    text-align: center;
    gap: 50px;
    font-size: 8vh;
    color: rgb(3, 83, 109);
    font-family: 'Glomerolus';
    margin-top: 5%;
    margin-bottom: 8vh;

}

.title-sub-1 {
    width: 70%;
    display: flex;
    align-items: center;
    text-align: center;
    gap: 50px;
    font-size: 8vh;
    color: rgb(3, 83, 109);
    font-family: 'Glomerolus';
    margin-top: 5%;
    margin-bottom: 80px;
    margin-left: 19%;
}

.title-sub-2{
     text-align: center;
    gap: 50px;
    font-size: 8vh;
    color: rgb(3, 83, 109);
    font-family: 'Glomerolus';
    margin-top: 10%;
    margin-bottom: 4vh;
}


.sub {
    text-align: center;
    color: rgb(163, 51, 59);
    font-size: 6vh;
    font-family: 'Glomerolus';

}

.di {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: -25vh;

}


.name {
    font-weight: bold;
    font-size: 25px;
    line-height: 1.2;
    margin-left: 45vh;
    margin-top: 20%;
    color: rgb(163, 51, 59);
}

.text-name {
    width: 80%;
    font-weight: normal;
    font-size: 20px;
    color: black;
    margin-top: 5px;

}

.text-2 {
    width: 60%;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 25px;
    text-align: center;
    margin-left: 15%;

}

.imgen-2 {
    width: 30%;
    position: relative;
    left: 20%;
    filter: saturate();
}
/* 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: black;
    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;
   
}

/* 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 black;
    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;
    text-decoration: none;
}

/* 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;
     
 }

/* Estilo del título */
h1 {
    font-size: 30px;
    font-weight: 800;
    z-index: 40;
    color: black;
    text-align: center;
    font-family: 'Glomerolus';
}

.title {
    font-family: 'Glomerolus';
    font-size: 40px;
    color: black;
}

.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-icons2 {
    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;

    
}

.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: black;
    text-decoration: none;
    display: block;
    padding: 5px 5px 0;
    font-size: 18px;
    border: 2px black solid;
    cursor: pointer;
    border-radius: 5px;
    align-items: center;
    padding-right: 5px;
    margin-right: 5px;


}

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

/* Menú desplegable de idiomas */
.language-menu {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    background-color: rgb(242, 232, 208);
    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()
}

.footer-j {
    display: flex;
    background-color: rgb(242, 232, 208);
    padding: 50px 40px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Glomerolus';
    position: relative; 
    margin-top: 2rem;
    margin-bottom: 1rem;
}

/* Estilos actuales para pantallas grandes */
.footer-legal {
    position: absolute;
    left: 85rem;
    cursor: pointer;
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    left: 47%;
    margin-top: 3vh;
}

.contacto {
    position: absolute;
    left: 45%;
}

.icon-22{
    width: 27px;
    margin-left: 10px;
    cursor: pointer;
}

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

.legal {
    text-decoration: none;
    color: black;
}
@media (max-width: 767px) {
    .footer-j {

        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        padding-bottom: 30%;
        position: static; 
        font-size: 14px;
    }

   
    .footer-legal,
    .social-icons,
    .contacto {
        position: static;
        margin: 10px 0;
        left: auto;
        top: auto;
    }

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

    .social-icons {
        justify-content: center;
        margin-top: 10px;
    }

    .contacto {
        font-weight: bold;
    }

    /* Ajustar iconos para que no sean tan grandes */
    .icon-22 {
        width: 24px;
        margin-left: 5px;
    }

    .icon-33 {
        width: 28px;
        margin-left: 5px;
    }
        .container{
        width: 90%;
        height: auto;
        background: transparent;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 4rem;
        
      
    }
}

@media (min-width: 1440px) and (max-width: 1536px) {
  
}
/* Escritorios y portátiles */
@media (min-width: 1200px) {
 .footer-legal {
    position: absolute;
    left: 85rem;
    cursor: pointer;
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    left: 47%;
    margin-top: 3vh;
}

.contacto {
    position: absolute;
    left: 45%;
}

.icon-22{
    width: 27px;
    margin-left: 10px;
    cursor: pointer;
}

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

.legal {
    text-decoration: none;
    color: black;
}
}
@media (max-width: 420px) {
nav{
    padding-top: 10px;
    padding-bottom: 9px;
}
       .menu-btn {
        width: 20px;
        height: 20px;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
    
    }

    .menu-btn .icon {
        width: 20px;
        height: 20px;
        margin: 0;
        margin-left: 18px;
       
        display: block;
        
    }

    .language-btn {
        font-size: 12px;
        width: 28px;
        height: 28px;
    }

    .social-icons {
        font-size: 12px;
    }

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

    .icon-rest {
        font-size: 12px;
        width: 30px;
        height: 30px;
        margin-bottom: -6px;
        margin-top: 5px;
        
    }

    .title {
        font-size: 24px;
        width: 50%;
        height: 28px;
       margin-bottom: 10px;
       margin-left: 10px;
    }
    .menu ul li {
    padding: 5px 5px;
    text-decoration: none;
}
u{
    font-size: 20px;
}
.container-name{
    font-size: 20px;
}
}
@media (max-width: 768px) {
    .menu {
        width: 100vw;
        height: 100vh;
        left: -100vw;
        z-index: 2000; 
    }

    .menu.open {
        left: 0;
    }

   
}

/* Tablets (767px o menos) */
@media (max-width: 767px) {
  .flor {
    width: 20%;
    left: 40%;
    margin-top: 5%;
  }

  .imgen {
    width: 180px;
    height: 180px;
    left: 0;
    margin: 0 auto;
  }

  .imgen1,
  .imgen-2 {
    width: 80%;
    left: 0;
  }

  h2 {
    font-size: 6vh;
  }

  .title-sub,
  .title-sub-2 {
    font-size: 6vh;
    margin: 40px 0;
  }

  .title-sub-1 {
    flex-direction: column;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 5vh;
  }

  .sub {
    font-size: 4.5vh;
  }

  .text,
  .text-2,
  .text-3,
  .text-name {
    font-size: 18px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .text-2 {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .di {
    flex-direction: column;
    margin-top: 30px;
    text-align: center;
    gap: 10px;
  }

  .name {
    margin-left: 0;
    margin-top: 10px;
    font-size: 20px;
  }
}

/* Móviles (430px o menos) */
@media (max-width: 430px) {
  .flor {
    width: 30%;
    left: 35%;
    margin-top: 5%;
  }

  .imgen {
    width: 140px;
    height: 140px;
  }

  .imgen1,
  .imgen-2 {
    width: 100%;
  }

  h2 {
    font-size: 5vh;
  }

  .title-sub,
  .title-sub-2 {
    font-size: 5vh;
  }

  .title-sub-1 {
    font-size: 4.5vh;
  }

  .sub {
    font-size: 4vh;
  }

  .text,
  .text-2,
  .text-3,
  .text-name {
    font-size: 16px;
    width: 95%;
  }
  .text-2{
    margin-top: 10px;
  }

  .name {
    font-size: 18px;
  }
}
.logo{
    width: 350px;
}

.logo1{
     width: 350px;
}
.logo-line{
    display: flex;
    align-items: center;
    margin-left: 10%;
    gap: 70px;
}
   

.ano{
    text-align: center;
    margin-top: 5px;
    margin-right: 5vh;
}
.direc{
    width: 60%;
    text-align: center;
    margin-left: 15%;
     
}
.direc1{
    width: 60%;
    text-align: center;
    margin-left: 15%;
}
.restaurante{
        color: rgb(3, 83, 109);
        font-size: 20px;
        margin-left: 11%;
        margin-top: 20px;
}

@media (max-width: 767px) {
  .logo-line {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .logo {
    width: 200px;
  }

  .restaurante {
    font-size: 18px;
    text-align: center;
    margin-left: 0;
  }

  .ano {
    font-size: 16px;
    margin-right: 0;
  }

  .direc, .direc1 {
    width: 90%;
    font-size: 16px;
    margin: 5px auto;
  }
}

@media (max-width: 430px) {
  .logo {
    width: 150px;
    margin-left: 25%;
  }
.logo1{
    width: 150px;
    margin-left: 30%;
}
  .restaurante {
    font-size: 16px;
  }

  .ano {
    font-size: 14px;
  }

  .direc, .direc1 {
    font-size: 14px;
    width: 95%;
  }


}
