.gh-testimonios-slider {
  --gh-indigo: #3F51B5;
  --gh-indigo-dark: #303F9F;
  position: relative;
  width: 100%;
  padding: 0 68px 34px;
  box-sizing: border-box;
}

.gh-testimonios-viewport { overflow: hidden; width: 100%; }
.gh-testimonios-track { display: flex; width: 100%; transform: translateX(0); transition: transform .55s cubic-bezier(.22,.61,.36,1); will-change: transform; }
.gh-testimonio-slide { flex: 0 0 100%; width: 100%; padding: 0 18px; box-sizing: border-box; text-align: center; }
.gh-testimonio-imagen { width: min(100%, 580px); aspect-ratio: 16 / 9; margin: 18px auto; overflow: hidden; display: flex; align-items: center; justify-content: center; background: #f4f4f4; color: #777; }
.gh-testimonio-imagen img { width: 100%; height: 100%; object-position: center; display: block; }
.gh-testimonio-imagen.is-cover img { object-fit: cover; }
.gh-testimonio-imagen.is-contain img { object-fit: contain; }
.gh-testimonio-slide h2 { margin: 0 auto 12px; padding: 0; font-size: clamp(30px, 3vw, 38px); line-height: 1.15; font-weight: 700; }
.gh-testimonio-texto { width: min(100%, 920px); margin: 0 auto; font-size: clamp(17px, 1.7vw, 22px); line-height: 1.35; }
.gh-testimonio-texto p:last-child { margin-bottom: 0; }
.gh-testimonio-boton, .gh-testimonio-boton:hover { display: inline-block; margin-top: 22px; padding: 13px 30px; border-radius: 999px; background: var(--gh-indigo); color: #fff !important; text-decoration: none; font-size: 17px; font-weight: 700; }
.gh-testimonio-boton:hover { background: var(--gh-indigo-dark); }
.gh-slider-arrow { position: absolute; top: 50%; z-index: 2; width: 46px; height: 46px; margin-top: -30px; padding: 0; border: 0; border-radius: 50%; background: var(--gh-indigo); color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 14px rgba(34,46,120,.2); }
.gh-slider-arrow:hover, .gh-slider-arrow:focus-visible { background: var(--gh-indigo-dark); }
.gh-slider-arrow:focus-visible, .gh-slider-dots button:focus-visible { outline: 3px solid rgba(63,81,181,.35); outline-offset: 3px; }
.gh-slider-arrow svg { width: 25px; height: 25px; fill: currentColor; }
.gh-slider-prev { left: 8px; }
.gh-slider-next { right: 8px; }
.gh-slider-dots { position: absolute; left: 50%; bottom: 10px; transform: translateX(-50%); display: flex; gap: 9px; align-items: center; }
.gh-slider-dots button { width: 11px; height: 11px; min-width: 11px; padding: 0; border: 0; border-radius: 50%; background: #c5c9e8; cursor: pointer; }
.gh-slider-dots button.is-active { width: 28px; border-radius: 8px; background: var(--gh-indigo); }

@media (min-width: 768px) {
  .gh-testimonios-slider { margin-top: -60px; }
}

@media (max-width: 767px) {
  .gh-testimonios-slider { padding: 5px 0 55px; }
  .gh-testimonio-slide { padding: 18px 4px; }
  .gh-testimonio-imagen { margin-bottom: 25px; }
  .gh-testimonio-slide h2 { margin-bottom: 20px; }
  .gh-testimonio-boton { margin-top: 25px; }
  .gh-slider-arrow { top: auto; bottom: 3px; width: 40px; height: 40px; margin: 0; }
  .gh-slider-prev { left: calc(50% - 92px); }
  .gh-slider-next { right: calc(50% - 92px); }
  .gh-slider-dots { bottom: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  .gh-testimonios-track { transition: none; }
}
