:root {
  --litepickerDayIsInRange: #E6E6E6 !important;
  --litepickerDayIsStartBg: #c49c60 !important;
  --litepickerDayIsEndBg: #c49c60 !important;
  --litepickerDayColorHover: #c49c60 !important;
  --litepicker-is-in-range-color: #E6E6E6 !important;
  --litepicker-is-start-color-bg: #c49c60 !important;
  --litepicker-is-start-color-bg: #c49c60 !important;
  --litepicker-is-end-color-bg: #c49c60 !important;
  --litepicker-day-color-hover: #c49c60 !important;
  --swiper-navigation-color: #fff !important;
  --swiper-navigation-size: 24px !important;
}
* {
  font-family: 'Poppins';
}

nav {
  font-family: 'Poppins';
}

.custom-swiper-button {
  width: 20px !important;
  height: 20px !important;
}





input[type="text"] {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 500;
}

input[type="text"]::placeholder {
    color: #000;
    opacity: 1;
}

body {
  font-family: 'Poppins';
  letter-spacing: 0.5px !important;
}
  .font-playfair {
    font-family: 'Playfair Display', serif;
  }

  .font-poppins {
    font-family: 'Poppins';
  }

  /* Estilo inicial del dropdown */
  .litepicker {
      background: white;
      border-radius: 0.25rem;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .active {
    font-weight: 800; /* Cambia este color según tu preferencia */
  }

  .card-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Capa semitransparente negra, ajusta la opacidad según necesites */
    color: white; /* Color del texto */
    display: flex;
    align-items: flex-end; /* Alinea el texto en la parte inferior */
    padding: 10px; /* Añade un poco de espacio alrededor del texto */
  }
  .card-title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 2px;
    margin: 0;
    color: #c49c60;
    font-family: 'Playfair Display';
  }
  .card-text,
  .caracteristicas {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px !important;
    padding-top: 10px;
  }
  .caracteristicas span {
    font-weight: 400;
    color: rgb(209 209 209);
    padding: 3px;
  }

  swiper-container {
    width: 100%;
    height: 100%;
  }

  swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .dropdown-enter {
          opacity: 0;
          transform: scale(0.95);
      }
      .dropdown-enter-active {
          opacity: 1;
          transform: scale(1);
          transition: opacity 0.3s, transform 0.3s;
      }
      .dropdown-leave {
          opacity: 1;
          transform: scale(1);
      }
      .dropdown-leave-active {
          opacity: 0;
          transform: scale(0.95);
          transition: opacity 0.3s, transform 0.3s;
      }

      .links-apt {
        padding: 8px 0px;
        margin-bottom: -1px;
        list-style: none;
        text-align: center;
        text-decoration: none;
        color: #000;
      }

      @media (min-width: 768px) {
        .links-apt {
          text-align: left;
        }
      }

.footer h6 {
  color:#fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.links-footer {
  color: #fff;
  position: relative;
  padding: 10px 0px;
  list-style: none;
}

/* Checkout reserva: no heredar placeholder negro de input[type="text"] */
body.reserva-asten-page input[type="text"]::placeholder,
body.reserva-asten-page input[type="email"]::placeholder,
body.reserva-asten-page input[type="tel"]::placeholder,
body.reserva-asten-page textarea::placeholder {
  color: #b8bec6 !important;
  opacity: 1 !important;
}

