* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #f7e6d9;
  color: 2b2b2b;
}
.menu-fijo-inferior {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: black;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  padding: 8px 12px;
  display: flex;
  gap: 12px;
  z-index: 1000;
}

 .cookie-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    padding: 30px;
    display: none;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ccc;
   text-color: red;
  }


.btn-menu {
  padding: 8px 16px;
  background-color: white;
  color: black;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background-color 0.3s;
  white-space: nowrap;
}

.btn-menu:hover {
  background-color: #0056b3;
}



header {
  background-image: url('imagen/cerro.jpg');
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

header h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 64px;
  color: white;
  font-weight: 700;
}

header h2 {
  font-size: 28px;
  color: white;
  margin-top: -10px;
  font-family: 'Cormorant Garamond', serif;
}

.section {
  padding: 60px 20px;
  text-align: center;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  padding: 40px;
}

.card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 700;
}
  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; 
    padding: 10px;
  }
.card img {
    width: 350px;   
    height: 260px;    
    object-fit: cover; 
    display: block;
    margin: 0 auto 10px; 
    border-radius: 8px;  
  }

.card p {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
}

 .experiencia {
 background-color: 7c7b7b;
  background-size: cover;
    max-width: 800px;
    margin: 30px auto;
    padding: 10px;
    font-family: Arial, sans-serif;
  }

  .experiencia h2 {
    text-align: center;
    margin-bottom: 20px;
  }

  .opciones {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .opcion {
    flex: 1 1 250px;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px;
    box-sizing: border-box;
  }

  .opcion h3 {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .opcion span {
    font-weight: bold;
    font-size: 24px;
    color: #555;
    display: inline-block;
    margin-bottom: 10px;
  }

  .opcion p {
    margin: 0;
    font-size: 14px;
    color: #333;
  }
  .opcion h3 a {
    text-decoration: none;
    color: #000000;
  }

  .opcion h3 a:hover {
    text-decoration: underline;
    color: #004d40;
  }
.galeria {
  display: flex;
  overflow-x: scroll;
  gap: 15px;
  padding: 20px;
}

.galeria img {
  height: 200px;
  border-radius: 8px;
}

.chef {
  display: flex;
  justify-content: center;
  padding: 60px 20px;
}

.chef .texto {
  max-width: 500px;
  font-size: 14px;
  line-height: 1.6;
}

.chef h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  margin-bottom: 10px;
}

footer {
  background-color: #3b261b;
  color: white;
  text-align: center;
  padding: 30px 20px;
  font-size: 14px;
}

footer a {
  color: white;
  text-decoration: none;
}

.reserva {
  padding: 40px;
  text-align: center;
}

.reserva input, .reserva select {
  padding: 10px;
  margin: 5px;
}

.reserva h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  margin-bottom: 20px;
}

.reserva button {
  padding: 10px 20px;
  margin-top: 15px;
  background-color: #3b261b;
  color: white;
  border: none;
  cursor: pointer;
  font-family: 'Cormorant Garamond', serif;
}
