    body {
      font-family: 'Montserrat', sans-serif;
      background-color: #fff;
      color: #002b1e;
    }
    .navbar {
      background-color: #f3e8d0;
    }
    .navbar-brand img {
      height: 59px;
    }
    .section-title {
      font-size: 3rem;
      font-weight: 700;
      color: #004d3a;
      margin-bottom: 1rem;
    }
    .highlight {
      color: #e74c3c;
      font-weight: 500;
    }
    footer {
      background-color: #f3e8d0;
      text-align: center;
      padding: 1rem;
      margin-top: 3rem;
    }

h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #004d3a;
  text-shadow: 2px 2px 4px rgba(0, 60, 40, 0.3);
}

.titulo-principal {
  font-size: 3.2rem; /* un poco más grande */
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.25);
}

@media (max-width: 576px) {
  .titulo-principal h1 {
    font-size: calc(3.2rem * 0.7); /* 30% menos */
  }
}

.estrellas i {
  color: #f1c40f; /* amarillo dorado */
  font-size: 1.8rem;
  margin: 0 2px;
  vertical-align: middle;
}

.estrella2 i {
  color: #f1c40f; /* amarillo dorado */
  font-size: 3.5rem; 
  align-items: center;  
}

/* más pequeñas en móvil */
@media (max-width: 576px) {
  .estrellas i {
    font-size: 1.3rem;
  }
}

.text-start a {
  display: inline-block;
  vertical-align: middle;
}

.hr-elegante {
  border: none;
  height: 6px;
  background-color: #003b24; /* verde inglés profundo */
  width: 100%;
  margin: 1.5rem 0;
  border-radius: 2px;
}

.llamada-accion {
  transition: all 0.25s ease-in-out;
  border-radius: 6px;
}

.llamada-accion:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.425);
  transform: translateY(-3px);
}

.llamada-accion {
  cursor: pointer;
}

#nos {
  scroll-margin-top: 60px;
}

#contac {
  scroll-margin-top: 150px;
}

#scrollToTopBtn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
}

.slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slider img.active {
  opacity: 1;
}

.unidad {
  position: relative;
}

.slider {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3; /* mantiene proporción 1024x768 */
  overflow: hidden;
}

@media (max-width: 768px) {
  .slider {
    aspect-ratio: 3 / 2; /* un poco más vertical en móvil */
  }
}

.overlay-texto {
  font-family: 'Playfair Display', serif;
  text-shadow: 2px 2px 4px rgba(0, 60, 40, 0.3);
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  color: #fff;
  display: flex;
  align-items: flex-end;   /* ← BAJA el contenido */
  justify-content: center; /* ← centrado horizontal */
  font-size: 2.5rem;
  padding-bottom: 15px;    /* ← separarlo un poco del borde */
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
}

.slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 1; /* ← debajo del overlay */
}

.unidad:hover .overlay-texto {
  opacity: 1;
}

.texto-suave {
  font-family: "Georgia", serif;
  font-size: 1.05rem;
  line-height: 1.6;
  font-weight: 300;
  color: #444;
}

.hero-cabanas {
  position: relative; /* CLAVE: referencia para .titulo-fijo */
}

.titulo-fijo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.45);
  z-index: 3;
  pointer-events: none;
}

.carousel {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: auto;
  overflow: hidden;
  aspect-ratio: 4 / 3; /* ← clave para que no desaparezca */
}

.carousel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.carousel img.active {
  opacity: 1;
}

.carousel button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.4);
  color: #fff;
  border: none;
  font-size: 2rem;
  padding: 0 10px;
  cursor: pointer;
  z-index: 10;
}

.carousel .prev { left: 10px; }
.carousel .next { right: 10px; }

.indicadores {
  position: absolute;      /* dentro del carousel */
  bottom: 10px;            /* al pie de la imagen */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 20;             /* encima de las imágenes */
}

.indicadores .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
}

.indicadores .dot.active {
  background: rgba(255,255,255,1);
}

.hr-elegante {
  border: none;
  height: 2px;
  width: 80%;
  margin: 60px auto;
  background: linear-gradient(
    to right,
    transparent,
    #003b24,
    transparent
  );
  border-radius: 2px;
}

.hr-fino {
  border: none;
  height: 2px;
  width: 80%;
  margin: 20px auto;
  background: linear-gradient(
    to right,
    transparent,
    #003b24,
    transparent
  );
  border-radius: 2px;
}

.galeria3d {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 40px auto;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.galeria3d img {
  position: absolute;
  width: 260px;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
  opacity: 0;
  transform: scale(0.7);
  transition: transform 0.4s ease, opacity 0.4s ease, z-index 0.4s ease, left 0.4s ease;
}

/* centro */
.galeria3d img.center {
  opacity: 1;
  transform: scale(1);
  z-index: 3;
  left: 50%;
  transform: translateX(-50%) scale(1);
}

/* izquierda */
.galeria3d img.left {
  opacity: 0.8;
  z-index: 2;
  left: 15%;
  transform: translateX(-50%) scale(0.8);
}

/* derecha */
.galeria3d img.right {
  opacity: 0.8;
  z-index: 2;
  left: 85%;
  transform: translateX(-50%) scale(0.8);
}

/* resto, al fondo */
.galeria3d img.back {
  opacity: 0;
  z-index: 1;
}

/*-------------BOTON FLOTANTE WHATSAPP*/
.btn-flotante {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    background: transparent !important; /* Fondo 100% transparente */
    border: none !important; /* Elimina cualquier borde */
    padding: 2px 2px;
    position: fixed;
    bottom: 90px;
    right: 30px;
    transition: all 300ms ease 0ms;
    box-shadow: none !important; /* Elimina sombras */
    z-index: 99;
    outline: none !important; /* Elimina el contorno al hacer focus */
}

.btn-flotante:hover {
    background: transparent !important; /* Mantiene transparencia en hover */
    transform: translateY(-4px);
}
/*********************/

