@font-face {
  font-family: 'ALTA';
  src: url('fonts/ALTA.woff2') format('woff2'),
       url('fonts/ALTA.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Loubag';
  src: url('fonts/Loubag.woff2') format('woff2'),
       url('fonts/Loubag.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* --- Estructura base --- */
body {
  margin: 0;
  padding: 0;
  background: #2E3129;
  color: #a67c52;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  max-width: 800px;
  margin: 20px;
  text-align: center;
}

/* --- Header --- */
header {
  text-align: center;
  background: transparent;
  color: #a67c52;
  padding: 2px 0 16px 0;
  border: none;
}

.logo {
  width: 650px;
  height: auto;
  margin-bottom: 10px;
  max-width: 90%;
}

.subtitle {
  font-family: 'ALTA', Trajan Pro, 'Times New Roman', serif;
  font-size: 32px;
  color: #C1B4A1;
  margin: 0 0 20px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: normal;
}

/* --- Dirección --- */
.address {
  font-family: 'Loubag', 'Optima', 'Segoe UI', sans-serif;
  font-size: 13px;
  margin-bottom: 15px;
  font-weight: normal;
}

.address-link {
  color: #C1B4A1;
  text-decoration: none;
  transition: color 0.3s ease;
}

.address-link:hover {
  color: #f7f3ea;
}

/* --- Botones principales (reserva y menús) --- */
.buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  width: 100%;
}

.btn {
  display: inline-block;
  width: fit-content;
  min-width: 200px;
  max-width: 300px;
  margin: 0 auto;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-family: 'Loubag', 'Optima', 'Segoe UI', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(44, 41, 31, 0.07);
  transition: all 0.4s ease-in-out;
}

/* Colores base */
.btn.menu {
  background: #a67c52;
  color: #fff;
}

.btn.reserva {
  background: #a67c52;
  color: #fff;
}

/* Efecto hover elegante */
.btn:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(166, 124, 82, 0.25);
  opacity: 0.9;
  background: #a67c52;
  color: #fff;
}

/* --- Íconos sociales --- */
.social-icons {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 30px;
}

.social-icon {
  display: inline-block;
  transition: all 0.3s ease;
  padding: 8px;
}

.social-icon:hover {
  transform: scale(1.1);
}

.social-icon svg {
  width: 40px;
  height: 40px;
  display: block;
}

.fb { background: #4f4f2f; }
.ig { background: #7a5237; }
.tt { background: #181710; }
.wa { background: #4f4f2f; }
.social:hover { opacity: 0.85; }

/* --- Contacto y footer --- */
.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #a67c52;
  font-size: 1em;
  background: #18120c;
  color: #fff;
}

.contact-form button {
  background: #a67c52;
  color: #fff;
  border: none;
  padding: 12px 32px;
  border-radius: 12px;
  font-size: 1.1em;
  cursor: pointer;
  font-weight: 700;
  transition: background 0.2s, color 0.2s;
}

.contact-form button:hover {
  background: #fff;
  color: #a67c52;
}

footer {
  text-align: center;
  padding: 18px 0 0 0;
  color: #a67c52;
  font-size: 1em;
  font-family: 'Quicksand', Arial, sans-serif;
}

/* --- Sección "Trabaja con nosotros" --- */
.work-with-us {
  margin-top: 22px;
  text-align: center;
}

.work-with-us .work-link {
  font-family: 'Loubag', 'ALTA', serif;
  font-size: 1rem;
  letter-spacing: .5px;
  color: #d6c2a2;
  text-decoration: none;
  border-bottom: 1px solid #d6c2a2;
  padding-bottom: 2px;
  transition: opacity .2s ease;
}

.work-with-us .work-link:hover {
  opacity: .85;
}

/* --- Responsividad --- */
@media (max-width: 700px) {
  .map-contact {
    flex-direction: row;
    gap: 12px;
  }
  .container {
    margin: 0;
    border-radius: 0;
  }
}

@media screen and (max-width: 768px) {
  .subtitle {
    font-size: 21px;
  }
}

/* --- Ajustes para botones de menú (Desayunos y Principal) --- */
.menu-title {
  font-family: 'Loubag', serif;
  font-size: 1.1rem;
  color: #FFFFFF;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.menu-buttons {
  display: flex;
  flex-direction: row;        /* 🔸 Siempre horizontal */
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;            /* 🔸 Si no caben, bajan ordenadamente */
  margin-bottom: 10px;
}

.menu-buttons .btn {
  padding: 10px 26px;
  border-radius: 12px;
  background: #a67c52;
  color: #fff;
  text-decoration: none;
  font-family: 'Loubag', 'Optima', 'Segoe UI', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}

.menu-buttons .btn:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(166, 124, 82, 0.25);
  opacity: 0.9;
}
@media (max-width: 900px) {
  .menu-buttons .btn {
    font-size: 0.85rem;   /* reduce el texto */
    padding: 6px 16px;    /* reduce el alto y ancho del botón */
  }
}

/* --- ESTILOS PARA EL MENÚ DESPLEGABLE --- */

/* 1. Estilo del título que activa el menú */
#menu-toggle {
  cursor: pointer;          
  display: inline-flex;     
  align-items: center;
  gap: 8px;                 
  user-select: none;
  font-size: 1.2rem;      /* Lo hacemos un poco más grande */
  font-weight: bold;        /* Lo ponemos en negritas */
  text-transform: uppercase;/* Lo convertimos a mayúsculas */
}

/* 2. Estilo y animación de la flecha */
#menu-toggle .arrow {
  transition: transform 0.3s ease-in-out; /* Animación suave al girar */
}

#menu-toggle.active .arrow {
  transform: rotate(180deg); /* Gira la flecha cuando el menú está abierto */
}

/* 3. Contenedor de los botones (inicialmente oculto) */
.menu-content {
  display: flex;
  flex-direction: column;   /* Apila los botones verticalmente */
  align-items: center;
  gap: 15px;
  overflow: hidden;         /* Oculta el contenido que se desborda */
  max-height: 0;            /* Lo colapsa a altura cero para ocultarlo */
  transition: max-height 0.5s ease-in-out; /* Animación suave de despliegue */
}

/* 4. Clase que muestra el menú (se añade con JS) */
.menu-content.show {
  max-height: 500px; /* Altura suficiente para mostrar todos los botones */
}

/* --- ESTILO PARA SECCIÓN DE POSADAS --- */
.posadas-section {
  text-align: center;
  margin: 25px 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.2); /* Fondo oscuro semitransparente para resaltar */
  border-radius: 10px;
}
.posadas-section p {
  margin: 0;
  color: #FFFFFF;
  font-size: 1.3rem;
  font-family: 'ALTA', 'Optima', 'Segoe UI', sans-serif;
  font-weight: 600;
}
.posadas-section a {
  color: #d6c2a2; /* Un color dorado que combina con tu paleta */
  text-decoration: underline;
  font-weight: bold;
}
.posadas-section a:hover {
  opacity: 0.8;
}

/* --- ESTILO PARA EL HIPERVÍNCULO DE RESERVA --- */
.simple-link-container {
  margin: 25px 0; /* Más espacio para que destaque */
  text-align: center;
}
.simple-link {
  /* Reutilizamos el estilo del enlace "Trabaja con nosotros" */
  font-family: 'Loubag', 'ALTA', serif;
  font-size: 1.1rem; /* Un poco más grande para que sea más visible */
  letter-spacing: .5px;
  color: #d6c2a2;
  text-decoration: none;
  border-bottom: 1px solid #d6c2a2;
  padding-bottom: 3px;
  transition: opacity .2s ease;
}
.simple-link:hover {
  opacity: .85;
}
/* --- Ajuste para botones dentro del menú desplegable --- */
.menu-content .btn {
  font-size: 0.9rem;      /* Letra más pequeña */
  padding: 8px 20px;      /* Menos espacio interior (alto y ancho) */
  min-width: 150px;       /* Ancho mínimo más reducido */
  border-radius: 25px;    /* Un poco más redondeado si quieres */
  margin: 5px 0;          /* Menos espacio vertical entre botones */
}

/* =========================================
   ESTILOS PÁGINA PROMOCIONES (TEXTO HTML)
   ========================================= */

/* --- Botón Volver --- */
.btn-back {
  color: #C1B4A1;
  text-decoration: none;
  font-family: 'Loubag', sans-serif;
  border: 1px solid #C1B4A1;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
  transition: all 0.3s;
}
.btn-back:hover {
  background: #C1B4A1;
  color: #2E3129;
}

/* --- Encabezado de Fechas --- */
.promo-dates {
  text-align: center;
  margin-bottom: 30px;
  border-top: 1px solid rgba(193, 180, 161, 0.3);
  border-bottom: 1px solid rgba(193, 180, 161, 0.3);
  padding: 15px 0;
}
.promo-dates h3 {
  font-family: 'ALTA', serif;
  font-size: 1.8rem;
  color: #d6c2a2;
  margin: 0 0 5px 0;
  letter-spacing: 1px;
}
.promo-dates p {
  font-family: 'Loubag', sans-serif;
  color: #f7f3ea;
  margin: 2px 0;
  font-size: 1rem;
}

/* --- Grid de Promociones (Tarjetas) --- */
.menu-grid {
  display: flex;             /* Usamos Flex en lugar de Grid */
  flex-wrap: wrap;           /* Permite que los elementos bajen de línea */
  justify-content: center;   /* LA CLAVE: Centra los elementos horizontalmente */
  gap: 25px;
  margin-bottom: 40px;
}

.menu-card {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(166, 124, 82, 0.2);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  
  /* NUEVAS PROPIEDADES PARA EL TAMAÑO */
  flex: 1 1 300px;           /* Crecen y se encogen, ancho base ideal 300px */
  max-width: 380px;          /* Tope máximo para que el suelto no se vea gigante */
  width: 100%;               /* Asegura que en celular ocupen todo el ancho disponible */
}

.menu-card:hover {
  transform: translateY(-5px);
  border-color: rgba(166, 124, 82, 0.6);
}

.card-image {
  height: 200px; /* Altura fija para la imagen */
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Recorta la imagen para llenar el espacio */
}

.card-content {
  padding: 20px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-title {
  font-family: 'ALTA', serif;
  font-size: 2rem; /* Título grande */
  color: #d6c2a2; /* Dorado */
  margin: 0 0 10px 0;
  font-style: italic; /* Opcional, si quieres imitar el estilo de la imagen */
}

.card-ingredients {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
  font-family: 'Loubag', sans-serif;
  color: #f7f3ea;
  font-size: 1.1rem;
  line-height: 1.4;
}

.card-price {
  font-family: 'ALTA', serif;
  font-size: 3.5rem; /* Precio MUY grande */
  color: #f7f3ea;
  line-height: 1;
  margin-top: 10px;
}
/* Añadir el signo de pesos más pequeño */
.card-price::before {
  content: '$';
  font-size: 2rem;
  vertical-align: super;
}

/* --- Estilo Especial para Mimosas --- */
.special-promo-container {
  margin-top: 30px;
}

.special-card {
  background: rgba(166, 124, 82, 0.1);
  border: 1px solid #a67c52;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column; 
}
@media (min-width: 700px) {
  .special-card {
    flex-direction: row; /* En PC la imagen va a la izquierda */
    align-items: center;
  }
  .special-image {
    width: 50%;
    height: 300px;
  }
  .special-content {
    width: 50%;
  }
}

.special-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.special-content {
  padding: 30px;
  text-align: center;
}

.special-title {
  font-family: 'ALTA', serif;
  font-size: 2.5rem;
  color: #d6c2a2;
  margin: 0;
}

.special-subtitle {
  font-family: 'ALTA', serif;
  font-size: 1.2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  border-top: 1px solid #a67c52;
  border-bottom: 1px solid #a67c52;
  display: inline-block;
  margin: 10px 0;
  padding: 5px 15px;
}

.special-details {
  font-family: 'Loubag', sans-serif;
  font-size: 1.1rem;
  color: #f7f3ea;
}

/* =========================================
   ESTILOS PÁGINA CALIFÍCANOS (BOTONES CON ICONOS)
   ========================================= */

/* 1. Contenedor unificado para botones con icono (Texto e imagen alineados) */
.btn-with-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;          /* Espacio entre icono y texto */
  padding: 12px 30px; /* Mismo padding que tus botones normales */
}

/* 2. Estilos para ICONOS SVG (Google Maps) */
.btn-with-icon svg {
  width: 28px !important;   /* Tamaño fijo forzado */
  height: 28px !important;
  fill: currentColor;       /* Color blanco heredado del texto */
  flex-shrink: 0;           /* Evita deformación */
  transition: transform 0.3s ease;
}

/* 3. Estilos para IMÁGENES DENTRO DE BOTÓN (TripAdvisor .svg) */
.btn-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
  vertical-align: middle;
  /* El margen ya lo maneja el 'gap' del padre, no hace falta margin-right extra */
  transition: transform 0.3s ease;
}

/* 4. Efecto Hover para ambos tipos de icono */
.btn-with-icon:hover svg,
.btn-with-icon:hover .btn-icon {
  transform: scale(1.2);
}