.htestimonial_seccion {
  padding: 0 20px 0;
  background-color: #110B0B;
}

.htestimonial_contenedor {
  max-width: 540px;
  margin: 0 auto;
}

.testwidth {
  margin: 0 auto;
  width: 536px;
}

.htestimonial_descripcion {
  font-size: 1rem;
  margin-bottom: 2rem;
  color: #424146;
  font-weight: 500;
  margin-top: 30px;
}

.htestimonial_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 0 auto;
}

.htestimonial_item {
  display: flex;
  align-items: center;
  width: 230px;
  gap: 20px;
}

.htestimonial_icono {
  font-size: 20px;
  color: #A39E80;
  border: 0.75px solid #A39E80;
  background: #4B4545;
  margin-bottom: 0.5rem;
  padding: 20px;
  border-radius: 50px;
}

.htestimonial_titulo_item {
  font-size: 1rem;
  font-weight: 500;
  color: #D9D8D4;
  text-align: left;
}

/* Styles for .conviviendo__item-slide */
.conviviendo__item-slide_plus {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  padding: 0 16px 25px;
}

.box-projects-videos {
  position: relative;
  background: #110B0B;
  color: #fcfcfc;
  padding-bottom: 60px;
}

.slider-title {
  padding: 48px 20px;
  max-width: 640px;
}

.conviviendo__item-slide_imgplus {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

/* Estilos generales para los dots */
.box-projects-videos .slick-dots li button:before {
  height: 2px;
  width: 19px;
  content: '';
  display: block;
  opacity: 1;
  background-color: #B0B1BC;
  /* Color gris para los dots inactivos */
  border-radius: 0;
  margin: 0;
  /* Elimina márgenes entre dots */
  transition: background-color 0.3s ease;
  /* Transición suave */
}

/* Dots activos */
.box-projects-videos .slick-dots li.slick-active button:before {
  background-color: #4B4545;
  /* Color más vivo para el dot activo */
  opacity: 1;
  /* Total visibilidad */
}

.slick-dots li {
  margin: 0;
  width: 19px;
}


/* Opcional: Ajuste adicional para evitar separación entre dots */
.box-projects-videos .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  /* Sin espacio entre los dots */
  margin: 0;
  padding: 0;
}

.conviviendo__thumbnail_plus {
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  top: 0;
  left: 0;
  height: 153px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.text-video-description {
  font-size: 20px;
  color: #8E8A7D;
  font-weight: 600;
  padding-top: 20px;
  width: 60%;
  margin: 0 auto;
}

.conviviendo__wrapper-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  padding: 4px 16px;
  margin-bottom: 70px;
  border-radius: 4px;
  color: #ffffff;
  background-color: rgba(239, 240, 246, 0.1);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}

.conviviendo__container-icon {
  position: relative;
  text-align: center;
}

.conviviendo__icon-play {
  cursor: pointer;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.title-section-plus-ot {
  padding: 40px 20px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #353943;
  max-width: 536px;
  margin: 0 auto;
  text-align: center;
}

.mar-top-h-40 {
  margin-top: -240px;
  margin-bottom: 330px;
}

.caption-title-home {
  width: 100%;
  margin: 0 auto;
  text-transform: uppercase;
}

.caption-title-home strong {
  color: #A39E80;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}

.fade-in-up.show {
  opacity: 1;
  transform: translateY(0);
}

.caption-bg-home {
  background-color: rgba(13, 24, 34, 0.7);
  /* Negro con 70% de opacidad */
}

.mb-16 {
  margin-bottom: 32px;
}

.reservas_mobile {
  display: none;
}

.selecciona_modelo_mobile {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 24px;
}

.wd-slider-am {
  max-width: 600px;
}

/* Para tablets (por ejemplo, pantallas de 768px o más) */
@media (max-width: 900px) {
  .htestimonial_items {
    width: auto;
  }

  .testwidth {
    width: auto;
  }

  .text-video-description {
    width: 80%;
  }
}

/* Para pantallas más grandes (por ejemplo, 992px o más) */
@media (max-width: 400px) {
  .htestimonial_items {
    width: auto;
  }

  .testwidth {
    width: auto;
  }

  .text-video-description {
    font-size: 16px;
    width: 90%;
  }
}

/* Estilos para pantalla niveles de la version mobile */

.niveles_mobile_section {
  display: none;
  padding: 0 30px;
  margin-bottom: 40px;
}

.niveles_mobile_card {
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  border: 1px solid #e2e2e5;
  display: flex;
  flex-direction: column;
  padding: 24px 32px;
  gap: 8px;
  margin-bottom: 24px;
  cursor: pointer;
}

.niveles_mobile_card-id {
  color: #6192a8;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.niveles_mobile_card-title {
  color: #3b5563;
  font-size: 24px;
  font-weight: 700;
}

.niveles_mobile_card-details {
  color: #82838d;
  font-size: 12px;
  font-weight: 500;
}

.testimonial-title {
  color: #A39E80;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  padding: 10px 0;
  text-align: center;
}

.make-appointment-page-container {
  padding: 48px 24px;
  height: 200px;
  width: 100%;
}

.make-appointment-home-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  top: -450px;
}

.form-container-agenda-tu-cita {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  align-items: flex-end;
  margin: 0 auto;
  padding: 16px;
}

.make-appointment-home-container {
  padding: 132px 24px 48px;
  height: 400px;
  width: 100%;
}

.form-container {
  padding: 16px;
}

.p-16 {
  padding: 16px;
}

.make-appointment-form-button {
  margin: 0 auto;
  max-width: 146px;
  color: #EBE5DE;
  background-color: #353943;
}

.make-appointment-form-button:hover {
  background-color: #F2F2F2;
  border: 2px solid #A39E80;
  color: #A39E80;
}

.make-appointment-form-button:disabled {
  background-color: #F2F2F2;
  border: none;
  color: #B0B1BC;
}

.make-appointment-form-button:disabled:hover {
  cursor: default;
}

.header__logo a {
  width: fit-content;
}

#logo-header-blog {
  font-size: 35px;
}

.home-map-container div {
  overflow: hidden;
  border-radius: 40px;
}

.buy_steps_img-pattern {
  content: '';
  position: absolute;
  top: -50px;
  left: -15px;
  display: block;
  width: 152px;
  height: 152px;
}

.custom-tooltip {
  font-size: 12px;
  line-height: 14px;
  min-width: 150px;
  max-width: 200px;
}

.custom-tooltip p {
  margin: 5px 0;
  color: #fff !important
}

.amenities-site-title {
  margin-top: 80px;
}

@media (max-width: 768px) {
  .reservas_desktop {
    display: none;
  }

  .reservas_mobile {
    display: block;
    padding: 0 20px;
    margin-bottom: 40px;
  }

  .niveles_mobile_section {
    display: block;
  }
}

@media (max-width: 767px) {
  .wd-slider-am {
    max-width: 350px;
  }
}

.group-faq .accordion-button::after {
  color: #A39E80 !important;
}

.accordion-button {
  padding: 24px !important;
}

.support-block-title {
  font-size: 28px !important;
  max-width: 501px !important;
  line-height: 35px !important;
}

.make-appointment-text-wrapper {
  padding: 50px 25px 10px;
}

.make-appointment-title {
  font-size: 36px;
}

.faq-title {
  color: #A39E80 !important;
  font-size: 16px !important;
}

.faqs-isotype {
  position: absolute;
  top: 33px;
  right: 17px;
  width: 174px;
  height: 174px;
}

.make-appointment-header-container {
  display: block;
}

.make-appointment-form-container {
  display: none;
}

.make-appointment-header-container img {
  position: absolute;
  top: 103px;
  max-width: 166px;
  max-height: 166px;
}

.make-appointment-header-text-container {
  padding: 140px 44px 45px;
}

.make-appointment-header-text-container h1 {
  font-size: 36px;
  line-height: 42px;
}

.make-appointment-footer-container {
  flex-direction: column !important;
  gap: 24px;
}

@media screen and (min-width: 425px) {
  .make-appointment-header-text-container {
    padding: 140px 44px 95px;
  }

  .make-appointment-text-wrapper {
    padding: 50px 25px 25px;
  }
}

@media screen and (min-width: 524px) {
  .conviviendo__thumbnail_plus {
    height: 498px;
  }
}

@media screen and (min-width: 768px) {
  .make-appointment-page-container {
    height: 400px;
  }

  .make-appointment-home-wrapper {
    padding: 48px 24px;
    top: 5%;
  }

  .form-container-agenda-tu-cita {
    grid-template-columns: repeat(3, 1fr);
  }

  .form-container {
    gap: 16px;
  }

  .slider-title {
    display: none;
  }

  .make-appointment-form-button {
    max-width: 450px;
  }

  .agenda-tu-cita {
    -webkit-transform: translateY(-55%) !important;
    transform: translateY(-55%) !important;
  }

  .support-block-title {
    font-size: 36px !important;
    line-height: 42px !important;
  }

  .make-appointment-text-wrapper {
    padding: 10px 90px;
  }

  .title-section-plus-ot {
    padding: 40px 0;
    font-size: 36px;
    line-height: 42px;
  }

  .support-block-title {
    font-size: 36px !important;
    line-height: 42px !important;
  }

  .make-appointment-text-wrapper {
    padding-top: 54px;
    padding-left: 50px;
  }

  #logo-header-blog {
    font-size: 45px !important;
  }

  .title-section-plus-ot {
    padding: 40px 0;
    font-size: 36px;
    line-height: 42px;
  }

  .make-appointment-header-container {
    display: none;
  }

  .make-appointment-form-container {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .make-appointment-footer-container {
    flex-direction: row !important;
    gap: 24px;
  }

  .buy_steps_img-pattern {
    top: -20px;
    left: -60px;
  }

  .faqs-isotype {
    top: 140px;
    right: 17px;
  }
}

.comprobante-wrapper {
  flex-direction: column;
}

.comprobante-h1 {
  font-size: 36px;
  margin: 24px 0;
}

.comprobante-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.comprobante-dato-strong {
  font-size: 11.5px !important;
  font-weight: 500 !important;
  color: #82838D !important;
}

.comprobante-scroll {
  display: none !important;
}

@media screen and (min-width: 1130px) {
  .comprobante-scroll {
    display: block !important;
  }
}

.wrap-steps-content {
  max-width: 512px;
}