.reglamento-panel{
  background:#fff;
  border:2px solid var(--hp-azul,#cb6be6);
  border-radius:.75rem;
  box-shadow:0 0 0 3px rgba(203,107,230,.2),0 8px 24px rgba(203,107,230,.12);
  padding:2rem 1.5rem;
  max-width:56rem;
  margin:0 auto;
}
@media (min-width:768px){.reglamento-panel{padding:2.5rem 2.75rem}}
.reglamento-panel h1{
  font-size:clamp(1.35rem,3vw,1.75rem);
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:var(--hp-titulo,#0b3b6f);
  line-height:1.25;
  margin-bottom:1rem;
}
.reglamento-panel h2{
  font-size:1.15rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.03em;
  color:var(--hp-titulo,#0b3b6f);
  margin:2rem 0 1rem;
  padding-bottom:.35rem;
  border-bottom:2px solid rgba(203,107,230,.35);
}
.reglamento-panel h3{
  font-size:1.05rem;
  font-weight:700;
  color:#1a2b3c;
  margin:1.5rem 0 .75rem;
}
.reglamento-panel p,
.reglamento-panel li{
  color:#1a2b3c;
  line-height:1.6;
}
.reglamento-panel ul{margin-bottom:1rem;padding-left:1.25rem}
.reglamento-panel ul li{margin-bottom:.45rem}
.reglamento-intro{
  font-size:1.05rem;
  margin-bottom:1.5rem;
  padding:1rem 1.15rem;
  background:rgba(203,107,230,.08);
  border-left:4px solid var(--hp-azul,#cb6be6);
  border-radius:0 .5rem .5rem 0;
}
.reglamento-card{
  border:1px solid rgba(11,59,111,.12);
  border-radius:.65rem;
  padding:1rem 1.15rem;
  margin-bottom:1rem;
  background:#fafbfd;
  height:100%;
}
.reglamento-card h3{
  margin-top:0;
  font-size:1rem;
  color:var(--hp-titulo,#0b3b6f);
}
.reglamento-descarga{
  text-align:center;
  margin:1.5rem 0;
  padding:1rem;
  background:rgba(203,107,230,.1);
  border-radius:.5rem;
}
.reglamento-pdf__visor{
  display:block;
  width:100%;
  min-height:70vh;
  border:1px solid rgba(11,59,111,.15);
  border-radius:.5rem;
  margin:1rem 0 1.5rem;
}
.reglamento-tabla-eval caption{
  caption-side:top;
  font-weight:600;
  color:var(--hp-titulo,#0b3b6f);
  margin-bottom:.75rem;
}
.reglamento-tabla-eval th{
  background:rgba(203,107,230,.15);
  color:var(--hp-titulo,#0b3b6f);
  font-size:.9rem;
}
.reglamento-tabla-eval td:first-child{
  width:11rem;
  font-weight:600;
  vertical-align:top;
}
.reglamento-nota{
  font-size:.9rem;
  color:#5a6b7c;
  margin-top:.75rem;
}
