
body {
  margin: 0;
  font-family: "Plus Jakarta Display", "Inter var", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background: #fff;
  color: #111;
}

header {
  text-align: center;
  padding: 1rem;
}

.saludo {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  text-align: left;
}

.logo {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 24px;
}

.titulo,
.reserva h2,
.contacto h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  color: rgb(17, 24, 39);
  font-family: "Plus Jakarta Display", "Inter var", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-align: center;
}

.container {
  max-width: 800px;
  margin: 0 auto;
}

.acordeon {
  padding: 1rem;
}

details {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  background: #f9f9f9;
}

summary {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: rgb(17, 24, 39);
  font-family: "Plus Jakarta Display", "Inter var", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-align: center;
  cursor: pointer;
}

.tabla {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}

.fila {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
  font-size: 0.95rem;
}

.fila.header {
  font-weight: bold;
  background: #efefef;
  border-top: 1px solid #ddd;
  border-bottom: 2px solid #ccc;
}

.reserva, .contacto {
  padding: 1rem;
  text-align: center;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  z-index: 1000;
}

.whatsapp-float img {
  width: 100%;
  height: 100%;
}

.encabezado {
  position: relative;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 6rem;
}
.portada {
  width: 100%;
  max-height: 180px;
  object-fit: cover;
  border-radius: 20px;
}
.logo-superpuesto {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  border-radius: 22px;
  background: #000;
  padding: 10px;
}

/* Botón personalizado de reserva */
.button-reserva {
  background-color: #000;
  color: #fff;
  padding: 12px 28px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  margin-top: 1rem;
  transition: all 0.3s ease;
}
.button-reserva:hover {
  background-color: #333;
  transform: scale(1.05);
}

/* Estética de contacto */
.contacto-info {
  text-align: center;
  color: #374151;
  margin-top: 1rem;
}
.contacto-info p {
  margin: 0.5rem 0;
}
.contacto-info a {
  color: #2563eb;
  text-decoration: none;
}
.contacto-info a:hover {
  text-decoration: underline;
}


.map-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}
.boton-mapa {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.boton-mapa:hover {
  background-color: #333;
  transform: scale(1.05);
}


.footer-redes {
  background: #ffffff;
  padding: 40px 0 30px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  margin-top: 4rem;
}

.redes-title {
  font-family: 'Plus Jakarta Display', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #111827;
  margin-bottom: 20px;
}

.redes-iconos {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.redes-iconos a {
  font-size: 28px;
  color: #111827;
  transition: color 0.3s ease;
}

.redes-iconos a:hover {
  color: #c59d5f;
}


.redes-flotantes {
  position: fixed;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 999;
}

.redes-flotantes a {
  font-size: 24px;
  color: #111827;
  background: #fff;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  text-align: center;
}

.redes-flotantes a:hover {
  color: #c59d5f;
  transform: scale(1.1);
}
