/*
Theme Name: VC Theme 2025
Theme URI: https://crecima.com.ar
Template: hello-elementor
Author: Matias Poje
Author URI: https://www.linkedin.com/in/matias-poje/
Version: 3.4.4.1755779201
Updated: 2025-08-21 09:26:41

*/

.splide__pagination {
  position: initial;
  padding: 20px 0;
  gap: 8px;
}

.splide__pagination__page {
  width: 8px !important;
  height: 8px;
  padding: 0 !important;
  margin: 0;
}

.splide__pagination__page.is-active {
  background: #bf9766;
  transform: scale(1.5);
}

.habitaciones-slider {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.habitaciones-slider .splide {
  width: 100%;
}

.habitaciones-slider .splide__track {
  overflow: visible;
}

/* permite ver el preview */
.habitaciones-slider .splide__list {
  align-items: center;
}

.habitaciones-slider .splide__slide {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .habitaciones-slider .splide__slide {
    max-width: 97%;
    height: 450px;
  }
}
@media (max-width: 767px) {
  .habitaciones-slider .splide__slide {
    max-width: 97%;
    height: 400px;
  }
}

.habitaciones-slider .card {
  /* Slide activo: 1090px, pero nunca más de 90% */
  width: 1090px;
  width: 100%;
  max-height: 75svh;
  /* max-width: 90%; */
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  background: #fff;
}

.habitaciones-slider .card img {
  width: 100%;
  height: 100%;
  max-height: 75svh;
  display: block;
  object-fit: cover;
}

.habitaciones-slider .info {
  padding: 45px;
  position: absolute;
  bottom: 0;
  color: #fafafa;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "DM_Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(116, 116, 116, 0) 0%, #000 100%);
  width: 100%;
}

.habitaciones-slider .info .numero-habitacion {
  color: #ececec;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  display: block;
}

.habitaciones-slider .info h3 {
  margin: 12px 0;
  font-family: "DM_Sans", sans-serif;
  font-size: 20px;
}

.habitaciones-slider .info p {
  margin: 0;
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 2px;
}

/* Responsive refinado (ajusta si querés) */
@media (max-width: 991px) {
  .habitaciones-slider .card {
    /* width: min(1090px, 92%); */
    width: 100%;
  }
  .habitaciones-slider .info {
    padding: 20px;
  }
  .habitaciones-slider .splide__list {
    padding: 0 !important;
  }
  .habitaciones-slider .card img {
    height: 100%;
    object-fit: cover;
  }
}

/* Slider de Bienestar */
#bienestar-splide .splide__track {
  overflow: visible;
}

/* #bienestar-splide .splide__list {
  padding: 0 16px !important;
} */
#bienestar-splide .splide__slide {
  max-height: 75svh;
}

#bienestar-splide .splide__slide img {
  width: 100%;
  height: 100%;
  /* max-height: 599px; */
  overflow: hidden;
  object-fit: cover;
}

@media (max-width: 991px) {
  #bienestar-splide .splide__slide .splide__slide {
    height: 423px;
    max-width: 90%;
  }
  #bienestar-splide .splide__slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: 500px;
  }
}

/* Slider testimonios */
#testimonios-splide .splide__track {
  padding: 0 16px !important;
}

#testimonios-splide .splide__slide > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 464px;
  gap: 20px;
}

#testimonios-splide .th-comment {
  color: var(--dark-grey-400, #575656);
  text-align: center;
  font-family: "DM_Sans", Sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 757px;
  max-width: 100%;
}

#testimonios-splide .th-comment-stars {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding-top: 10px;
}

#testimonios-splide .th-person {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

#testimonios-splide .th-person img {
  width: 94px;
  height: 94px;
  object-fit: cover;
  border: solid 4px #bf9766;
  border-radius: 100%;
}

.th-nombre {
  color: #bf9766;
  font-family: "Literata 60pt", Sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.th-plataforma {
  color: var(--dark-grey-400, #575656);
  text-align: right;
  font-family: "DM_Sans", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

@media (max-width: 767px) {
  #testimonios-splide .th-comment {
    width: 100%;
  }
}
