.htestimonial_seccion {
  padding: 2rem;
  background-color: #f9fafc;
  text-align: center;
}

.htestimonial_contenedor {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 0px;
}

.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;
  width: 900px;
  margin: 0 auto;
}

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

.htestimonial_icono {
  font-size: 20px;
  color: #d7f1ff;
  margin-bottom: 0.5rem;
  background: #51626f;
  padding: 20px;
  border-radius: 50px;
}

.htestimonial_titulo_item {
  font-size: 1rem;
  font-weight: 500;
  color: #3b5563;
  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: #0d1822;
  color: #fcfcfc;
  padding-bottom: 60px;
}

.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: #8a8a8a;
  /* 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: #c7dcea;
  /* Color más vivo para el dot activo */
  opacity: 1;
  /* Total visibilidad */
}

/* 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: 498px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.text-video-description {
  font-size: 20px;
  color: #fcfcfc;
  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-top: 40px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

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

.caption-title-home {
  width: 100%;
  margin: 0 auto;
  text-transform: uppercase;
  line-height: 36px !important;
}

.caption-title-home span:nth-of-type(2) {
  font-size: 36px !important;
}

@media screen and (min-width: 1024px) {
  .caption-title-home span:nth-of-type(2) {
    font-size: 64px !important;
  }
}

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

.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;
}

/* 
.niveles_mobile_card-address {
    font-weight: 500;
    color: #82838D;
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
} */

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

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

@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;
  }
}

.header-icon-center {
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .header-icon-right {
    font-size: 1.7rem;
  }
}