
/* =========================================================
   REGLAMENTOS PAGE
   ========================================================= */

.page-content--docs {
  width: min(var(--content-w), calc(100% - 180px));
  margin: 108px auto 120px;
}

.page-content--docs .page-title {
  color: #0075A9;
  letter-spacing: -0.045em;
  line-height: 0.96;
  margin: 0 0 92px !important;
}

.page-content--docs .docs-grid {
  width: min(var(--content-w), 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 30px;
  row-gap: 24px;
  margin: 0 auto;
}

.page-content--docs .doc-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.page-content--docs .doc-card__thumb {
  width: 100%;
  aspect-ratio: 1 / 0.66;
  background: #fff;
  border: 1px solid #b9d8ea;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px 8px;
}

.page-content--docs .doc-card__thumb img {
  width: 100%;
  height: 100%;
  max-width: 62%;
  max-height: 62%;
  object-fit: contain;
  display: block;
}

.page-content--docs .doc-card__label {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0075A9;
  color: #fff;
  text-align: center;
  padding: 11px 14px 10px;
  font-size: 0.95rem;
  font-weight: 300;
  letter-spacing: 0.035em;
  line-height: 1.16;
  text-transform: uppercase;
  border-radius: 0 0 4px 4px;
  transition: background 0.2s ease;
}

.page-content--docs .doc-card:hover .doc-card__label {
  background: #006693;
}

.page-content--docs .doc-card:hover .doc-card__thumb {
  border-color: #8ec0db;
}

.page-content--docs .doc-card--muted .doc-card__thumb {
  border-color: #d4d8dc;
}

.page-content--docs .doc-card--muted .doc-card__label {
  background: #6d6e71;
}

.page-content--docs .doc-card--muted:hover .doc-card__label {
  background: #5e6062;
}

.page-content--docs .doc-card--muted:hover .doc-card__thumb {
  border-color: #c7ccd1;
}

/* =========================================================
   PROYECTO EDUCATIVO PAGE
   ========================================================= */

.proyecto-intro {
  font-size: 1.1rem;
  line-height: 1.72;
  color: #444;
  font-weight: 300;
  margin-bottom: 52px;
}

.proyecto-intro a {
  color: #0b84b7;
  text-decoration: none;
}

.proyecto-section {
  margin-bottom: 52px;
}

.proyecto-section-title {
  font-size: 2.6rem !important;
  color: #0f74b7 !important;
  font-weight: 300 !important;
  margin: 0 0 18px !important;
  line-height: 1;
}

.proyecto-section-body {
  font-size: 1.1rem;
  line-height: 1.72;
  color: #444;
  font-weight: 300;
}

.proyecto-section-body a {
  color: #0b84b7;
  text-decoration: none;
}

.valores-title {
  font-size: 2.2rem !important;
  color: #0f74b7 !important;
  font-weight: 300 !important;
  margin: 0 0 28px !important;
}

.valores-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-bottom: 64px;
}

.valor-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.valor-card__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #c7e0ee;
  object-fit: cover;
  display: block;
  margin-bottom: 16px;
}

.valor-card__label {
  font-size: 1.3rem;
  color: #0f74b7;
  font-weight: 300;
  text-align: center;
}

.principios-section {
  border-top: 1px solid #dbe4ec;
  padding-top: 48px;
}

.principios-title {
  font-size: 2rem !important;
  color: #0f74b7 !important;
  font-weight: 300 !important;
  text-align: center;
  margin: 0 0 28px !important;
  line-height: 1.2;
}

.principios-body {
  font-size: 1.1rem;
  line-height: 1.72;
  color: #444;
  font-weight: 300;
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
}