.site-header {
  background: #ffffff;
  color: var(--rk1-ink);
  border-bottom: 1px solid #e7e7e7;
}

.site-nav {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.site-header__banner {
  padding: 0.85rem 0 0.2rem;
}

.site-header__banner img {
  display: block;
  width: 100%;
}

.site-nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 0.35rem;
  padding: 0;
  margin: 0;
}

.site-nav .menu {
  position: relative;
}

.site-nav li {
  position: relative;
}

.site-nav a {
  color: #444444;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: block;
  padding: 0.9rem 1rem 0.85rem;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--rk1-brand);
  background: #fcfcfc;
}

.site-nav .current-menu-item > a,
.site-nav .current_page_item > a,
.site-nav .current-menu-ancestor > a {
  color: var(--rk1-brand);
}

.site-nav .current-menu-item::after,
.site-nav .current_page_item::after,
.site-nav .current-menu-ancestor::after {
  content: "";
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0;
  height: 3px;
  background: var(--rk1-brand);
}

.site-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  min-width: 280px;
  display: none;
  flex-direction: column;
  gap: 0;
  padding: 0.5rem 0;
  margin: 0;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.site-nav li:hover > .sub-menu,
.site-nav li:focus-within > .sub-menu {
  display: flex;
}

.site-nav li.is-open > .sub-menu {
  display: flex;
}

.site-nav .menu-item-has-children > a[data-menu-toggle="nosotros"] {
  cursor: pointer;
}

.site-nav .sub-menu li {
  width: 100%;
}

.site-nav .sub-menu a {
  padding: 0.7rem 1rem;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-nav .sub-menu .current-menu-item::after,
.site-nav .sub-menu .current_page_item::after,
.site-nav .sub-menu .current-menu-ancestor::after {
  left: 0;
  right: 0;
  height: 2px;
}

.home-banner {
  padding: 0.45rem 0 0;
}

.home-banner__hero {
  display: block;
  width: 100%;
}

.home-banner__hero {
  margin-top: 0;
}

.home-banner__actions {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1rem 0 0.25rem;
}

.home-split {
  padding-top: 0.95rem;
}

.home-split__grid {
  display: grid;
  grid-template-columns: 65fr 38fr;
  gap: 1.25rem;
  align-items: start;
}

.home-split__left,
.home-split__right {
  min-width: 0;
}

.post-grid--feed {
  grid-template-columns: 1fr;
}

.home-split__left .section-title {
  text-align: center;
  font-family: montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
  letter-spacing: normal;
  text-transform: none;
  color: rgb(226, 9, 34);
}

.home-split__left .post-grid--feed {
  grid-template-columns: 1fr;
}

.home-split__right {
  display: grid;
  gap: 1rem;
}

.section-link-row.home-split__more {
  text-align: center;
  margin-top: 1rem;
}

.home-more-link {
  display: inline-block !important;
  width: auto !important;
  background: transparent !important;
  color: rgb(226, 9, 34) !important;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  border: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.home-more-link:hover,
.home-more-link:focus-visible {
  text-decoration: underline;
}

.live-player-embed {
  max-width: 100%;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.live-player-embed iframe {
  display: block;
  width: 100%;
  height: 620px;
  border: 0;
}

.home-app-block {
  background: #ffffff;
  border: 1px solid #ececec;
  padding: 1rem;
}

.home-app-block p {
  margin: 0;
  text-align: center;
}

.home-app-block__caption {
  margin: 0 0 0.75rem;
  color: #5a5a5a;
}

.home-app-block__icons {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
  padding: 0;
  margin: 0 0 0.8rem;
}

.home-app-block__icons a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.home-app-block__icons img {
  max-width: 150px;
  width: 100%;
  height: auto;
  display: block;
}

.home-app-block__powered {
  margin: 0 0 0.75rem;
  font-size: 0.92rem;
  color: #5f5f5f;
}

.home-app-block__powered a {
  color: #2d2d2d;
  font-weight: 700;
  text-decoration: none;
}

.home-video-feed {
  background: #ffffff;
  border: 1px solid #ececec;
  padding: 1rem;
}

.home-video-feed .section-title {
  text-align: center;
}

.home-video-feed__item {
  margin-top: 0.75rem;
}

.home-video-feed__item:first-of-type {
  margin-top: 0;
}

.home-video-feed__item iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
}

.page-intro,
.post-meta,
.text-link {
  color: var(--rk1-muted);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--rk1-brand);
  font-weight: 700;
}

.button {
  display: inline-block;
  padding: 0.75rem 1.2rem;
  border-radius: 4px;
  background: var(--rk1-brand);
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

.button--ghost {
  border: 1px solid #d4d4d4;
  background: #ffffff;
  color: #444444;
}

.section {
  padding: 2.25rem 0;
}

.section--compact {
  padding: 1.5rem 0;
}

.section--alt-lite {
  background: #fafafa;
}

.section-heading,
.page-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.page-shell {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.page-shell__article {
  display: grid;
  gap: 1.5rem;
}

.page-header--stacked {
  align-items: flex-start;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ececec;
}

.page-header--stacked h1 {
  margin: 0.15rem 0 0;
}

.section-heading {
  margin-bottom: 1.25rem;
}

.feature-grid,
.details-grid,
.schedule-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.feature-grid--plain {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.two-column-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.two-column-copy--tight p {
  margin: 0;
  line-height: 1.7;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}

.post-grid--wix {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.card {
  background: #ffffff;
  border: 1px solid #e4e7ea;
  border-radius: 12px;
  padding: 1rem;
}

.card--feature {
  min-height: 100%;
}

.schedule-block {
  margin-top: 2rem;
}

.schedule-block h2 {
  font-family: montserrat-black, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: rgb(47, 46, 46);
}

.schedule-table-wrap {
  overflow-x: auto;
}

.schedule-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
}

.schedule-table th,
.schedule-table td {
  border: 1px solid #e0e0e0;
  padding: 0.7rem 0.8rem;
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
}

.schedule-table th {
  background: #d90f0f;
  color: #ffffff;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
}

.editor-content {
  margin-top: 2rem;
}

.editor-content--boxed,
.content-panel {
  background: #ffffff;
  border: 1px solid #ececec;
  padding: 1.25rem;
}

.editor-content--boxed {
  line-height: 1.7;
}

.editor-content--plain {
  line-height: 1.8;
  color: #333333;
}

.editor-content--plain h2,
.editor-content--plain h3 {
  margin-top: 1.8rem;
  margin-bottom: 0.6rem;
  color: #222222;
  font-size: 1.15rem;
}

.editor-content--plain p,
.editor-content--plain li {
  font-size: 1rem;
}

.editor-content--plain ul,
.editor-content--plain ol {
  padding-left: 1.4rem;
}

.institutional-content {
  max-width: 920px;
}

.section-title {
  margin: 0 0 1rem;
  font-size: 1.15rem;
  color: #3b3b3b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.story-card {
  background: #ffffff;
}

.home-split__left .story-card {
  border: 0;
  padding: 0;
}

.story-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.story-card__title-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 1.05rem 1rem;
  color: #ffffff;
  font-family: wfont_f97a53_e3c2b2ef6715417ab7b40fa656aac817, wf_e3c2b2ef6715417ab7b40fa65, orig_eurostileltstd, sans-serif;
  font-size: 26px;
  line-height: normal;
  font-weight: 400;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0));
}

.home-split__left .story-card h3.story-card__title-overlay {
  font-family: wfont_f97a53_e3c2b2ef6715417ab7b40fa656aac817, wf_e3c2b2ef6715417ab7b40fa65, orig_eurostileltstd, sans-serif;
  font-size: 26px;
  line-height: normal;
  font-weight: 400;
}

.home-split__left .story-card p {
  margin-top: 0.65rem;
}

.story-card h3 {
  margin: 0.75rem 0 0.5rem;
  font-size: 1rem;
  line-height: 1.4;
}

.story-card a {
  color: var(--rk1-ink);
  text-decoration: none;
}

.story-card p {
  margin-top: 0;
  color: #4d4d4d;
  line-height: 1.6;
}

.story-card__image img,
.story-card__placeholder {
  display: block;
  width: 100%;
  border-radius: 0;
}

.section-link-row {
  margin: 0.75rem 0 0;
  text-align: right;
}

.text-link--strong {
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.social-list {
  list-style: none;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  padding: 0;
  margin: 1rem 0;
}

.social-list--stacked {
  display: grid;
  gap: 0.5rem;
}

.social-list--centered {
  justify-content: center;
}

.contacto-layout {
  display: grid;
  gap: 1.25rem;
  max-width: 720px;
  margin: 0 auto;
}

.contacto-info,
.contacto-meta {
  color: #303030;
  line-height: 1.6;
}

.contacto-line {
  margin: 0.25rem 0;
}

.contacto-line a {
  color: inherit;
}

.contacto-hours-title {
  margin-top: 1.25rem;
  margin-bottom: 0.2rem;
  font-weight: 700;
}

.contacto-form {
  display: grid;
  gap: 0.55rem;
}

.contacto-label {
  font-size: 0.94rem;
  color: #2d2d2d;
}

.contacto-form input,
.contacto-form textarea {
  width: 100%;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  padding: 0.68rem;
  font: inherit;
}

.contacto-form textarea {
  resize: vertical;
  min-height: 110px;
}

.contacto-submit {
  margin-top: 0.35rem;
  justify-self: start;
  border: 0;
  cursor: pointer;
}

.contacto-feedback {
  margin: 0 0 0.8rem;
  padding: 0.6rem 0.75rem;
  border-left: 4px solid #3a3a3a;
  background: #f6f6f6;
}

.contacto-feedback--ok {
  border-left-color: #17734b;
}

.contacto-feedback--error {
  border-left-color: #b52b2b;
}

.aporte-form-panel {
  max-width: 720px;
  margin: 2rem auto 0;
}

.aporte-form-title {
  margin-bottom: 0.8rem;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.05rem;
}

.aporte-form {
  gap: 0.75rem;
}

.aporte-form__row {
  display: grid;
  grid-template-columns: 160px 1fr;
  align-items: center;
  gap: 0.75rem;
}

.aporte-form__row--textarea {
  align-items: start;
}

.aporte-form__row--textarea .contacto-label {
  padding-top: 0.35rem;
}

.aporte-form .contacto-label {
  margin: 0;
}

.aporte-form__actions {
  display: flex;
  justify-content: flex-start;
  padding-left: calc(160px + 0.75rem);
}

.aporte-form__actions .contacto-submit {
  margin-top: 0;
}

.callout-strip,
.stream-placeholder,
.plain-block {
  background: #ffffff;
  border: 1px solid #ececec;
  padding: 1.25rem;
}

.callout-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.plain-block h3 {
  margin-top: 0;
  font-size: 1rem;
}

.plain-block p,
.stream-placeholder p,
.callout-strip p {
  margin-bottom: 0;
  line-height: 1.6;
}

.site-footer {
  margin-top: 2rem;
  padding: 1.6rem 0;
  background: #ffffff;
  color: #2f2f2f;
  border-top: 1px solid #e7e7e7;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem 2rem;
  align-items: center;
}

.site-footer__brand img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  display: block;
}

.site-footer__social-block {
  display: grid;
  gap: 0.7rem;
}

.site-footer__title {
  margin: 0;
  font-size: 2rem;
  line-height: 1.08;
  color: #2e3138;
}

.site-footer__social {
  margin: 0;
  gap: 0.7rem;
}

.site-footer__icon-link {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: #0f1113;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.site-footer__icon-svg {
  width: 1.15rem;
  height: 1.15rem;
  display: block;
  fill: #ffffff;
}

.site-footer__copy {
  grid-column: 1 / -1;
  margin: 0;
  color: #616161;
}

@media (max-width: 768px) {
  .site-nav ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .site-nav .sub-menu {
    position: static;
    min-width: 100%;
    display: flex;
    border: 0;
    box-shadow: none;
    padding: 0 0 0.5rem 1rem;
  }

  .post-grid--wix,
  .feature-grid--plain,
  .two-column-copy,
  .section-heading,
  .callout-strip,
  .page-header {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav a {
    padding-inline: 0.75rem;
  }

  .section-link-row {
    text-align: left;
  }

  .home-split__grid {
    grid-template-columns: 1fr;
  }

  .live-player-embed {
    max-width: 100%;
  }

  .live-player-embed iframe {
    height: 560px;
  }

  .aporte-form__row {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .aporte-form__row--textarea .contacto-label {
    padding-top: 0;
  }

  .aporte-form__actions {
    padding-left: 0;
  }

  .home-app-block__icons {
    grid-template-columns: 1fr;
  }

  .contacto-layout {
    max-width: 100%;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .site-footer__brand img {
    width: 120px;
    height: 120px;
  }

  .site-footer__title {
    font-size: 1.55rem;
  }
}
