.his-intro {
  padding: 2.2rem 0 1.2rem;
}

.his-title-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.his-title {
  font-family: "Gilroy-Heavy", sans-serif;
  font-weight: 900;
  color: #0a7fbd;
  letter-spacing: 1px;
  line-height: 1.05;
  margin: 0;
  font-size: clamp(26px, 4vw, 40px);
}

.his-divider {
  height: 4px;
  width: min(520px, 90%);
  margin: 12px auto 10px;
  background: #0a7fbd;
  border-radius: 999px;
  opacity: 0.35;
}

.his-subtitle p{
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 19px;
  line-height: 1.25;
}

.his-subtitle b{
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 19px;
  line-height: 1.25;
}

/* ===== Videos ===== */
.his-videos {
  padding: 1.3rem 0 1.2rem;
}

.his-video-card {
  max-width: 920px;
  margin: 0 auto;
  padding: 1.2rem 0;
}

.his-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 24px;
  background: #000;
}

.his-video iframe,
.his-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  object-fit: cover;
}

.his-caption {
  max-width: 720px;
  margin: 10px auto 0;
  text-align: center;
  line-height: 1.25;
  padding: 0 14px;
}

.his-caption p {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.his-caption strong, .his-caption b {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.his-sep {
  width: min(900px, 92vw);
  height: 3px;
  margin: 18px auto 0;
  background: #0a7fbd;
  opacity: 0.35;
  border-radius: 999px;
}

.his-cta {
  padding: 0;
  width: 100%;
}
.cta-img {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}

.his-extras {
  padding: 1.2rem 0 2rem;
}

.his-text-ultimo {
  text-align: justify;
  text-align-last: center;
}

.paginacion-area {
  padding: 2rem 0;
}
.paginacion-wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.paginacion-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}

.pag-izq {
  justify-self: start;
}
.pag-centro {
  justify-self: center;
}
.pag-der {
  justify-self: end;
}

.btn-pag {
  display: inline-block;
  text-decoration: none;
}

.btn-pag img {
  height: auto;
  width: 210px;
  display: block;
}

.btn-pag.disabled {
  pointer-events: none;
}

.btn-pag.disabled img {
  opacity: 0.45;
}

.page-indicator {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Myriad", sans-serif;
  font-size: 16px;
}

.page-pill {
  min-width: 44px;
  height: 30px;
  padding: 0 10px;
  border: 1px solid #111;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
}

.his-divider {
  width: 100%;
  height: 2px;
  background: #0f81ad;
  position: static !important;
  display: block;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

@media (max-width: 576px) {
  .paginacion-bar {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "left right"
      "center center";
  }
  .pag-left {
    grid-area: left;
    justify-self: start;
  }
  .pag-right {
    grid-area: right;
    justify-self: end;
  }
  .pag-center {
    grid-area: center;
    justify-self: center;
    margin-top: 6px;
  }
}
@font-face {
  font-family: "Gilroy-Heavy";
  src: url("../fonts/Gilroy-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Bold";
  src: url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Medium";
  src: url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
