/* Valores Pecuniarios - Component inspired by areas-of-study layout */
.vp-areas-of-study {
}

.vp-pill {
  display: inline-block;
  padding: .375rem .75rem;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 999px;
  font-weight: 600;
  color: #1f2937;
  letter-spacing: .5px;
  font-size: .875rem;
}

.vp-title {
  line-height: 1.2;
}

.vp-program-title {
  line-height: 1.3;
}

.vp-figure img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.vp-list .vp-item {
  gap: 1rem;
}

.vp-thumb img {
  width: 140px;
  height: 90px;
  object-fit: cover;
}

/* Botón CTA eliminado por solicitud */

/* Responsive tweaks */
@media (max-width: 991.98px) {
  .vp-thumb img { width: 110px; height: 72px; }
}
@media (max-width: 575.98px) {
  .vp-thumb img { width: 96px; height: 64px; }
}

/* Sticky behavior like 'Why choose' */
.sticky-menu-section {
  position: relative;
}

.sticky-content {
  position: sticky;
  top: 150px; /* evita tapar el header fijo */
  height: fit-content;
  z-index: 10;
}

@media (max-width: 991.98px) {
  .sticky-content {
    position: relative;
    top: auto;
  }
}
