body {
  font-family: Arial, sans-serif;
}

.navbar-nav .nav-link {
  color: #333 !important;
  font-weight: 500;
}

.navbar-brand img {
  max-height: 60px;
  width: auto;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
}

.hero {
  background: url("https://via.placeholder.com/1920x800") no-repeat center
    center;
  background-size: cover;
  height: 100vh;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero h1 {
  font-size: 3rem;
  text-shadow: 2px 2px 5px #000;
}
.section-title {
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: center;
}
footer {
  background-color: #212529;
  color: white;
  padding: 20px 0;
}

.hero-slide {
  background-size: cover;
  background-position: center;
}

.text-shadow {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

.carousel .custom-control {
  width: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.carousel-control-prev.custom-control {
  left: 0;
}

.carousel-control-next.custom-control {
  right: 0;
}

/* CTA fijo sobre el carrusel */
.carousel-cta {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}

.card-img-top {
  width: 300px;
  align-self: center;
}

.bg-very-light-gold {
  background-color: #fdf9ee; /* muy claro basado en #A8921F */
}

.reserva {
  margin-top: 25px;
}
