
/* ===== MAYORES DE 25 ===== */

.mayores-hero-bg{
  background:url('../img/hero-mayores-25.png') center/cover no-repeat !important;
}

.mayores-requirements-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.mayores-requirements-grid article,
.mayores-exam-grid article,
.mayores-includes-grid article{
  padding:28px;
  border-radius:24px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 16px 42px rgba(8,45,89,.06);
}

.mayores-requirements-grid span,
.mayores-exam-grid span,
.mayores-includes-grid span{
  display:inline-block;
  margin-bottom:18px;
  color:var(--yellow);
  font-family:Montserrat,sans-serif;
  font-size:1.35rem;
  font-weight:900;
}

.mayores-requirements-grid h3,
.mayores-exam-grid h3,
.mayores-includes-grid h3{
  margin:0 0 9px;
  color:var(--navy);
  font-size:1.18rem;
}

.mayores-requirements-grid p,
.mayores-exam-grid p,
.mayores-includes-grid p{
  margin:0;
  color:var(--muted);
  line-height:1.58;
}

.mayores-requirements-grid small{
  display:block;
  margin-top:12px;
  color:#6f7e90;
  line-height:1.45;
}

.mayores-structure{
  background:#f3f7fb;
}

.mayores-phase-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.phase-card{
  padding:30px;
  border-radius:26px;
  border:1px solid var(--line);
}

.phase-general{
  background:#eef5fb;
}

.phase-specific{
  background:#fff5c9;
  border-color:rgba(255,204,0,.45);
}

.phase-card h3{
  margin:5px 0 16px;
  color:var(--navy);
  font-size:1.25rem;
}

.phase-card ul{
  margin:0;
  padding-left:20px;
  color:var(--muted);
  line-height:1.65;
}

.mayores-orientation-lead{
  color:var(--muted);
  line-height:1.65;
  margin:22px 0 24px;
}

.mayores-branches{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.mayores-branches span{
  padding:10px 14px;
  border-radius:999px;
  background:#f3f7fb;
  border:1px solid var(--line);
  color:var(--navy);
  font-weight:800;
  font-size:.82rem;
}

.mayores-exam-grid,
.mayores-includes-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.mayores-includes{
  background:#f3f7fb;
}

.mayores-course-data{
  background:#fff;
}

.mayores-data-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.mayores-data-grid article{
  padding:24px;
  border-radius:22px;
  background:#f3f7fb;
  border:1px solid var(--line);
  display:flex;
  flex-direction:column;
  gap:8px;
}

.mayores-data-grid span{
  color:#54708d;
  font-size:.68rem;
  font-weight:900;
  letter-spacing:.09em;
}

.mayores-data-grid strong{
  color:var(--navy);
  font-size:1.05rem;
  line-height:1.35;
}

.mayores-data-wide{
  grid-column:span 2;
  background:linear-gradient(135deg,#fff8d7,#fff0a2) !important;
  border-color:rgba(255,204,0,.55) !important;
}

.mayores-info-note{
  padding-top:36px;
  padding-bottom:36px;
  background:#fff;
}

.mayores-info-note p{
  margin:0 0 10px;
  padding:18px 22px;
  border-left:4px solid var(--yellow);
  background:#f6f8fb;
  color:#5e6d7f;
  font-size:.84rem;
  line-height:1.55;
}

.mayores-info-note p:last-child{
  margin-bottom:0;
}

@media(max-width:980px){
  .mayores-exam-grid,
  .mayores-includes-grid,
  .mayores-data-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:680px){
  .mayores-requirements-grid,
  .mayores-phase-grid,
  .mayores-exam-grid,
  .mayores-includes-grid,
  .mayores-data-grid{
    grid-template-columns:1fr;
  }

  .mayores-data-wide{
    grid-column:auto;
  }

  .mayores-hero-bg{
    background-position:64% center !important;
  }
}
