.testimonio-destacado {
  --testimonio-destacado-bg: #E5ECF8;
  background: var(--testimonio-destacado-bg);
  padding: 43px 24px 51px;
}
.testimonio-destacado__container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonio-destacado__container {
    max-width: 992px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1360px) {
  .testimonio-destacado__container {
    max-width: 1440px;
  }
}
.testimonio-destacado__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.testimonio-destacado__title {
  margin: 0;
  color: var(--jav-azul-4);
  font-family: var(--jav-font-family);
  font-size: var(--jav-font-h2);
  font-weight: var(--jav-font-bold);
  text-align: center;
}
.testimonio-destacado__desc {
  max-width: 760px;
  margin: 0;
  color: #000000;
  font-family: var(--jav-font-family);
  font-size: var(--jav-font-body-sm);
  font-weight: var(--jav-font-regular);
  text-align: center;
}
.testimonio-destacado__desc * {
  background: transparent !important;
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}
.testimonio-destacado__desc p {
  margin: 0 0 8px;
}
.testimonio-destacado__desc p:last-child {
  margin-bottom: 0;
}
.testimonio-destacado__track {
  position: relative;
  width: 100%;
}
.testimonio-destacado__slide {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 68px;
}
.testimonio-destacado__slide.is-active {
  display: flex;
}
.testimonio-destacado__photo {
  flex: 0 0 auto;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonio-destacado__body {
  flex: 1 1 auto;
  max-width: 589px;
  min-width: 0;
}
.testimonio-destacado__quote {
  margin: 0 0 16px;
  color: #000000;
  font-family: var(--jav-font-family);
  font-size: var(--jav-font-body-sm);
  font-weight: var(--jav-font-regular);
  line-height: 1.5;
}
.testimonio-destacado__name {
  margin: 0;
  color: #000000;
  font-family: var(--jav-font-family);
  font-size: var(--jav-font-body-sm);
  font-weight: var(--jav-font-bold);
}
.testimonio-destacado__role {
  margin: 4px 0 0;
  color: #000000;
  font-family: var(--jav-font-family);
  font-size: var(--jav-font-body-sm);
  font-weight: var(--jav-font-regular);
}
.testimonio-destacado__dots {
  margin-top: 8px;
}
.testimonio-destacado__dots .jav-dots__dot {
  width: 10px;
  height: 10px;
  background: transparent !important;
  border: 1.5px solid #000000 !important;
}
.testimonio-destacado__dots .jav-dots__dot.is-active {
  background: #000000 !important;
  border-color: #000000 !important;
}
@media (max-width: 767px) {
  .testimonio-destacado {
    padding: 32px 0 40px;
  }
  .testimonio-destacado__container {
    padding-inline: 35px;
  }
  .testimonio-destacado__title {
    font-size: var(--jav-font-h1);
  }
  .testimonio-destacado__slide {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .testimonio-destacado__photo {
    width: min(250px, 100%);
    height: auto;
    aspect-ratio: 1;
  }
}
