/* ===== OFERTA EDUCATIVA ===== */

/* HERO de Oferta educativa: más colorido */
.oferta-hero {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background: radial-gradient(circle at top left, #e6f4ec 0, #ffffff 55%);
  border-bottom: 1px solid #e0e7ec;
}

.oferta-intro {
  color: #4b5563;
}

/* Botones de navegación por nivel */
.oferta-nav .btn {
  border-radius: 999px;
  font-weight: 500;
  border-width: 2px;
  background-color: #ffffff;   /* todos claros por defecto */
  color: #0f5132;
}

/* Hover (cualquiera que pases) */
.oferta-nav .btn:hover {
  background-color: #0b3a25;
  border-color: #0b3a25;
  color: #ffffff;
}


/* Bloques de oferta (reutilizan .info-block) */
.oferta-block {
  min-height: 100%;
}

.oferta-block ul {
  margin-top: 0.4rem;
}

/* Un poco de respiro en móviles */
@media (max-width: 575.98px) {
  .oferta-hero {
    padding-top: 6.5rem;
  }
}


/* Panel de texto principal */
.oferta-hero .col-lg-7 {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 18px;
  padding: 2rem 2.5rem;
  box-shadow: 0 10px 30px rgba(15, 81, 50, 0.12);
}

/* Línea dorada bajo el título */
.oferta-hero .section-title {
  position: relative;
}

.oferta-hero .section-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.4rem;
  width: 80px;
  height: 4px;
  border-radius: 999px;
  background: #d6a218; /* dorado UICM */
}


@media (max-width: 575.98px) {
  .oferta-hero .col-lg-7 {
    padding: 1.5rem 1.25rem;
    box-shadow: 0 6px 18px rgba(15, 81, 50, 0.16);
  }
}
