    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

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-de:hover{
  color: #666;
}
#lan-en:hover{
  color: #666;
}

#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;
  }


  #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;
    }
}
.news{
    background-color: #777;
}

    .contenedor-noticias {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      max-width: 1300px;
      margin: 0 auto;
      padding: 0 10px;
      padding-top: 50px;
      padding-bottom: 50px;
    }

    .noticia {
      background: #f1f0f0;
      border-radius: 16px;
      padding: 20px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      display: flex;
      flex-direction: column;
    }

    .noticia:hover {
      transform: translateY(-6px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    }

    .noticia img {
      width: 100%;
      max-width: 450px;
      height: 200px;
      object-fit: cover;
      object-position: center;
      border-radius: 12px;
      margin-bottom: 15px;
      display: block;
      }
    .img-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .titulo {
      font-size: 1.2rem;
      font-weight: 600;
      color: #1e325c;
      margin-bottom: 8px;
    }

    .fecha {
      font-size: 0.9rem;
      color: #777;
      margin-bottom: 12px;
    }

    .descripcion {
      font-size: 1rem;
      color: #444;
      flex-grow: 1;
    }

    @media (max-width: 500px) {
      body {
        padding: 20px 10px;
      }

      .noticia {
        padding: 15px;
      }

      .descripcion {
        font-size: 0.95rem;
      }
    }


  #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: 2rem;
  }

  button{
    font-size: 1vw;
  }
  #lang-container a{
    font-size: 1vw;
  }

  .scrollmenu a{
    font-size: 1vw;
  }
    .contenedor-noticias {
    min-height: auto;
    height: auto;
    max-height: none;   /* opcional, por si quieres que no se corte en 600px */
    max-width: 2300px;
  }
 #footer-container {
    flex-direction: row;
    align-items: flex-start;
  }

  #footer-container div {
    width: 100%;
  }

  #column3 i{
    font-size: 1rem;
  }

#slogan{
  font-size: larger;
}
}
