html{
    font-family:sans-serif;
}
body{
    text-align: center;
    background-color: white;
}
#body_header{
    width: auto;
    /*position: relative;*/
}

#back{
    position: absolute;
    top: 2vw; /*1.5cm;*/
    left:3%; /*1cm;*/

}
#back{
    background-color: white;
    border: #fff;
}

#back:hover{
    color: rgb(183, 181, 181);
}

#back i{
    font-size: 3vw;
}

#direct-reservation{
    position: absolute;
    left: auto;
    top: 1.5vw; /*1.5cm;*/
    left:10vw; /*1cm;*/
    padding: 1.5vw;
    background-color: #3f0000;
    color: #f1f1f1;
    border: none;
    pointer-events: auto;
    opacity: 85%;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

#direct-reservation:hover{
    background-color: #777;
    opacity: 90%;
}

.takeaway{
  color:#3f0000;
  position: absolute;
  top: 1%; /*1.5cm;*/
  right:15%; /*1cm;*/
  padding: 1.5vw;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.takeaway:hover{
  color:#bbb;
}

#lang-container{
  position: absolute;
  top: 3%;
  right: 2%;
  display: flex;
  gap: 10px;
}

#lang-container a{
  font-size: 15px;
  color: black;
  text-decoration: underline;
}

#lan-fr:hover{
  color: #666;
}
#lan-en:hover{
  color: #666;
}

.about{
  background-color:#777;
}
#body_header p{
    position: relative;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    margin: 0%;
    font-size: 2vw;

}

#body_header img{
    height: 15%;
    width: 20%;
    max-width: 100%;
    margin: 0cm;
    align-self: center;
}
#slogan{
  font-size: small;
  margin: 15px;
}
/* Responsive styles */
@media (max-width: 768px) {
  #body_header {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }


  #direct-reservation,
  #lang-container,
  .takeaway {
    position: static;
    margin: 10px 0;
    padding: 5px;
  }


  #direct-reservation {
    flex-direction: row;
    font-size: 4vw;
    width: auto;
    margin: 0 auto;

  }

  #lang-container {
    justify-content: center;
  }

  #body_header img {
    width: 50%;
    padding: 5px;
  }
}


  div.scrollmenu {
    background-color: #333;
    overflow: auto;
    overflow-x: auto;
    white-space: nowrap;
    width: auto;
    margin: 0%;
    display: flex;
    padding: 10px 0;
    scroll-behavior: smooth;

  }

div.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
    width: 15%;
    padding: 12px 20px;
    text-decoration: none;
    flex-shrink: 0;
    min-width: max-content;
    white-space: nowrap;

  }

div.scrollmenu a:hover {
    background-color: #777;
  }


    /* Para móviles: scroll horizontal visible */
    .scrollmenu::-webkit-scrollbar {
        height: 6px;
      }

      .scrollmenu::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 4px;
      }

      .scrollmenu::-webkit-scrollbar-track {
        background-color: #333;
      }

      /* Media queries: centrar y hacer más grande en pantallas grandes */
      @media (min-width: 768px) {
        .scrollmenu {
          justify-content: center;
        }
        .scrollmenu a {
            font-size: 18px;
            padding: 14px 30px;
    }
}
#about-container {
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),
                url('../img/about-background.webp');
    background-size: cover;
    background-position: center;
    margin: 0;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap; /* Permite que los elementos se ajusten en pantallas pequeñas */
  }

  #about-container #staff {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0 auto;
    flex-shrink: 0;
  }
.composicion {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.fila-superior {
  display: flex;
  gap: 10px;
}

.fila-superior img {
  width: 50%;
  border-radius: 12px;
  object-fit: cover;
  height: 250px;
}

.imagen-inferior {
  position: relative;
  top: -5px; /* Superposición hacia arriba */
  display: flex;
  justify-content: center;
}

.imagen-inferior img {
  width: 60%;
  border-radius: 12px;
  object-fit: cover;
  height: 200px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

  #about-container p {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 auto;
    flex: 1;
    max-width: 800px;
    padding: 10px;
    text-align: justify;
  }

  /* Tablet view */
  @media (max-width: 768px) {
    #about-container {
      flex-direction: column;
      text-align: center;
    }

    #about-container #staff {
      margin-bottom: 20px;
    }

    #about-container p {
      padding: 0 20px;
      text-align: justify;
    }
  }

  /* Mobile view */
  @media (max-width: 480px) {
    #about-container {
      padding: 10px;
    }

    #about-container p {
      font-size: 0.9rem;
      padding: 0 10px;
    }
  }


  #footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: rgb(182, 0, 18);
    opacity: 0.9;
    padding: 20px;
    gap: 10px;
  }

  #footer-container div {
    flex: 1 1 30%;
    min-width: 250px; /* Se asegura de que no se compriman demasiado */
    padding: 10px;
    box-sizing: border-box;
    color: black;
  }

  #footer-container h3 {
    color: black;
    margin-bottom: 10px;
  }

  #footer-container li {
    list-style-type: none;
    margin-bottom: 8px;
  }

  #footer-container a {
    color: rgb(26, 24, 24);
    text-decoration: none;
  }

  #footer-container a:hover {
    color: rgb(183, 181, 181);
  }

  #footer-container a:active {
    color: rgb(255, 255, 255);
  }

  #column3 i {
    font-size: 24px;
    margin-right: 10px;
  }

  /* 🔁 Responsivo en pantallas pequeñas */
  @media (max-width: 768px) {
    #footer-container {
      flex-direction: column;
      align-items: flex-start;
    }

    #footer-container div {
      width: 100%;
    }
  }
.copy-right{
    background: black;
    text-align: center;


}
.copy-right-sec{
    padding: 0.5cm;
    background: black;
    color: #fff;
    text-align: center;




}
.copy-right-sec a{
	color: #fcd462;
    font-weight: 500;
}

a{
  text-decoration:none;
}
  @media (min-width: 1420px) {

  #slogan{
    font-size: large;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 1.5rem;
  }

  button{
    font-size: 1vw;
  }
  #lang-container a{
    font-size: 1vw;
  }
  .scrollmenu a{
    font-size: 1vw;
  }
  #column3 i{
    font-size: 1rem;
  }

  .fila-superior img{
    width: 600px;
    height: 400px;
  }
  .imagen-inferior img{
    margin-left: 200px;
    width: 400px;
    height: 400px;
  }

  #about-container p {
      max-width: 800px;
    }
  #slogan{
    font-size: larger;
  }
}

@media (min-width: 2920px) {
  html {
    font-size: 2.5rem;
  }
    .fila-superior img{
    width: 750px;
    height: 550px;
  }
  .imagen-inferior img{
    margin-left: 350px;
    width: 550px;
    height: 550px;
  }

    #about-container p {
      max-width: 1500px;
    }
}

@media (min-width: 4920px) {
  html {
    font-size: 3.5rem;
  }
  .fila-superior img{
    width: 900px;
    height: 700px;
  }
  .imagen-inferior img{
    margin-left: 500px;
    width: 700px;
    height: 700px;
  }
    #about-container p {
      max-width: 3000px;
    }
}
