/**
 * Bloques de la portada (módulos HTML en Home.ascx), no prosa de Inner.
 * Usa --ct-* de portal-tokens.css (carga AddFiles antes).
 */
#siteWrapper .ct-home-fragment,
.ct-home-fragment {
  font-family: var(--ct-font, "Inter", system-ui, sans-serif);
  color: var(--ct-ink-muted, #475569);
  -webkit-font-smoothing: antialiased;
  max-width: 100%;
}
#siteWrapper .ct-home-fragment h1,
.ct-home-fragment h1 {
  font-weight: 800;
  color: var(--ct-ink, #0f172a);
  letter-spacing: var(--ct-heading-tracking, -0.02em);
  line-height: 1.15;
  text-align: start;
  text-transform: none;
  margin: 0 0 0.75rem;
}
#siteWrapper .ct-home-fragment h2,
.ct-home-fragment h2 {
  font-size: clamp(1.1rem, 0.5rem + 1.2vw, 1.4rem);
  font-weight: 800;
  color: var(--ct-brand, #2a669a);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.3;
  margin: 0 0 0.5rem;
  border: 0;
  padding: 0;
}
#siteWrapper .ct-home-fragment h2 + p,
#siteWrapper .ct-home-fragment h2 + .ct-home-eyebrow,
.ct-home-fragment h2 + p,
.ct-home-fragment h2 + .ct-home-eyebrow {
  margin-top: 0.15rem;
}
#siteWrapper .ct-home-fragment h3,
.ct-home-fragment h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ct-ink, #0f172a);
  margin: 0 0 0.4rem;
  line-height: 1.3;
  text-align: start;
  text-transform: none;
  padding: 0;
  background: none;
  border: 0;
  border-left: 0;
}
#siteWrapper .ct-home-fragment p,
.ct-home-fragment p,
#siteWrapper .ct-home-fragment .ct-home-lead,
.ct-home-fragment .ct-home-lead {
  margin: 0 0 1rem;
  line-height: var(--ct-leading, 1.65);
  text-align: start;
  max-width: 65ch;
}
#siteWrapper .ct-home-fragment a:not(.ct-home-dest):not(.ct-home-maplink),
.ct-home-fragment a:not(.ct-home-dest):not(.ct-home-maplink) {
  color: var(--ct-brand, #2a669a);
  font-weight: 600;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
.ct-home-eyebrow {
  display: block;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ct-ink, #0f172a);
  margin: 0 0 0.35rem;
  line-height: 1.3;
}
.ct-home-eyebrow + h2,
.ct-home-eyebrow + p {
  margin-top: 0.25rem;
}
.ct-home-hashtag {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ct-brand, #2a669a);
  margin: 0.35rem 0 0;
  letter-spacing: 0.02em;
}
.ct-home-destgrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  gap: 1rem;
  margin: 1rem 0 0;
  list-style: none;
  padding: 0;
}
a.ct-home-dest {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border: 1px solid color-mix(in srgb, var(--ct-ink, #0f172a) 12%, #fff 88%);
  padding: 0.9rem 1rem;
  background: var(--ct-surface, #fff);
  box-sizing: border-box;
  min-height: 7.5rem;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  overflow-wrap: anywhere;
}
a.ct-home-dest:hover,
a.ct-home-dest:focus-visible {
  border-color: var(--ct-brand, #2a669a);
  box-shadow: 0 1px 0 color-mix(in srgb, var(--ct-brand, #2a669a) 20%, #fff 80%);
  outline: 0;
}
a.ct-home-dest.is-placeholder {
  cursor: default;
  border-style: dashed;
  opacity: 0.9;
}
.ct-home-dest__line {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.ct-home-dest__num {
  flex-shrink: 0;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
  color: var(--ct-brand, #2a669a);
  min-width: 1.75rem;
}
.ct-home-dest__body {
  min-width: 0;
  flex: 1;
}
.ct-home-dest__deco {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  font-size: 0.85rem;
  color: var(--ct-brand, #2a669a);
  font-weight: 600;
  margin-top: 0.35rem;
  display: inline-block;
}
.ct-home-events {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
  gap: 0.5rem 1rem;
}
.ct-home-events li a {
  display: block;
  padding: 0.4rem 0 0.4rem 0.5rem;
  border-left: 3px solid var(--ct-brand, #2a669a);
  font-weight: 600;
}
.ct-home-map h3,
.ct-home-map h4 {
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ct-ink-muted, #475569);
  margin: 1.25rem 0 0.4rem;
}
.ct-home-map h3:first-child,
.ct-home-map h4:first-child {
  margin-top: 0;
}
.ct-home-map .row ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
}
.ct-home-map .row li {
  margin: 0 0 0.25rem;
  padding: 0;
  border: 0;
}
.ct-home-map .row li::before {
  content: none;
}
.ct-home-map a.ct-home-maplink {
  color: var(--ct-ink, #0f172a);
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid color-mix(in srgb, var(--ct-brand, #2a669a) 30%, #fff 70%);
}
.ct-home-map a.ct-home-maplink:hover {
  color: var(--ct-brand, #2a669a);
  border-bottom-color: var(--ct-brand, #2a669a);
}
.ct-home-pillrow {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.6rem;
  margin: 0.5rem 0 0;
  list-style: none;
  padding: 0;
}
.ct-home-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.65rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ct-ink, #0f172a);
  background: color-mix(in srgb, var(--ct-brand, #2a669a) 8%, #fff 92%);
  border: 0;
  line-height: 1.2;
  transition: background 0.15s ease, color 0.15s ease;
}
a.ct-home-pill:hover,
a.ct-home-pill:focus-visible {
  background: var(--ct-brand, #2a669a);
  color: #fff;
  outline: 0;
}/**
 * Bloques de la portada (módulos HTML en Home.ascx), no prosa de Inner.
 * Usa --ct-* de portal-tokens.css (carga AddFiles antes).
 */
#siteWrapper .ct-home-fragment,
.ct-home-fragment {
  font-family: var(--ct-font, "Inter", system-ui, sans-serif);
  color: var(--ct-ink-muted, #475569);
  -webkit-font-smoothing: antialiased;
  max-width: 100%;
}
#siteWrapper .ct-home-fragment h1,
.ct-home-fragment h1 {
  font-weight: 800;
  color: var(--ct-ink, #0f172a);
  letter-spacing: var(--ct-heading-tracking, -0.02em);
  line-height: 1.15;
  text-align: start;
  text-transform: none;
  margin: 0 0 0.75rem;
}
#siteWrapper .ct-home-fragment h2,
.ct-home-fragment h2 {
  font-size: clamp(1.1rem, 0.5rem + 1.2vw, 1.4rem);
  font-weight: 800;
  color: var(--ct-brand, #2a669a);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.3;
  margin: 0 0 0.5rem;
  border: 0;
  padding: 0;
}
#siteWrapper .ct-home-fragment h2 + p,
#siteWrapper .ct-home-fragment h2 + .ct-home-eyebrow,
.ct-home-fragment h2 + p,
.ct-home-fragment h2 + .ct-home-eyebrow {
  margin-top: 0.15rem;
}
#siteWrapper .ct-home-fragment h3,
.ct-home-fragment h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ct-ink, #0f172a);
  margin: 0 0 0.4rem;
  line-height: 1.3;
  text-align: start;
  text-transform: none;
  padding: 0;
  background: none;
  border: 0;
  border-left: 0;
}
#siteWrapper .ct-home-fragment p,
.ct-home-fragment p,
#siteWrapper .ct-home-fragment .ct-home-lead,
.ct-home-fragment .ct-home-lead {
  margin: 0 0 1rem;
  line-height: var(--ct-leading, 1.65);
  text-align: start;
  max-width: 65ch;
}
#siteWrapper .ct-home-fragment a:not(.ct-home-dest):not(.ct-home-maplink),
.ct-home-fragment a:not(.ct-home-dest):not(.ct-home-maplink) {
  color: var(--ct-brand, #2a669a);
  font-weight: 600;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
.ct-home-eyebrow {
  display: block;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ct-ink, #0f172a);
  margin: 0 0 0.35rem;
  line-height: 1.3;
}
.ct-home-eyebrow + h2,
.ct-home-eyebrow + p {
  margin-top: 0.25rem;
}
.ct-home-hashtag {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ct-brand, #2a669a);
  margin: 0.35rem 0 0;
  letter-spacing: 0.02em;
}
.ct-home-destgrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  gap: 1rem;
  margin: 1rem 0 0;
  list-style: none;
  padding: 0;
}
a.ct-home-dest {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border: 1px solid color-mix(in srgb, var(--ct-ink, #0f172a) 12%, #fff 88%);
  padding: 0.9rem 1rem;
  background: var(--ct-surface, #fff);
  box-sizing: border-box;
  min-height: 7.5rem;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  overflow-wrap: anywhere;
}
a.ct-home-dest:hover,
a.ct-home-dest:focus-visible {
  border-color: var(--ct-brand, #2a669a);
  box-shadow: 0 1px 0 color-mix(in srgb, var(--ct-brand, #2a669a) 20%, #fff 80%);
  outline: 0;
}
a.ct-home-dest.is-placeholder {
  cursor: default;
  border-style: dashed;
  opacity: 0.9;
}
.ct-home-dest__line {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.ct-home-dest__num {
  flex-shrink: 0;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
  color: var(--ct-brand, #2a669a);
  min-width: 1.75rem;
}
.ct-home-dest__body {
  min-width: 0;
  flex: 1;
}
.ct-home-dest__deco {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  font-size: 0.85rem;
  color: var(--ct-brand, #2a669a);
  font-weight: 600;
  margin-top: 0.35rem;
  display: inline-block;
}
.ct-home-events {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
  gap: 0.5rem 1rem;
}
.ct-home-events li a {
  display: block;
  padding: 0.4rem 0 0.4rem 0.5rem;
  border-left: 3px solid var(--ct-brand, #2a669a);
  font-weight: 600;
}
.ct-home-map h3,
.ct-home-map h4 {
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ct-ink-muted, #475569);
  margin: 1.25rem 0 0.4rem;
}
.ct-home-map h3:first-child,
.ct-home-map h4:first-child {
  margin-top: 0;
}
.ct-home-map .row ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
}
.ct-home-map .row li {
  margin: 0 0 0.25rem;
  padding: 0;
  border: 0;
}
.ct-home-map .row li::before {
  content: none;
}
.ct-home-map a.ct-home-maplink {
  color: var(--ct-ink, #0f172a);
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid color-mix(in srgb, var(--ct-brand, #2a669a) 30%, #fff 70%);
}
.ct-home-map a.ct-home-maplink:hover {
  color: var(--ct-brand, #2a669a);
  border-bottom-color: var(--ct-brand, #2a669a);
}
.ct-home-pillrow {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.6rem;
  margin: 0.5rem 0 0;
  list-style: none;
  padding: 0;
}
.ct-home-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.65rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ct-ink, #0f172a);
  background: color-mix(in srgb, var(--ct-brand, #2a669a) 8%, #fff 92%);
  border: 0;
  line-height: 1.2;
  transition: background 0.15s ease, color 0.15s ease;
}
a.ct-home-pill:hover,
a.ct-home-pill:focus-visible {
  background: var(--ct-brand, #2a669a);
  color: #fff;
  outline: 0;
}
.ct-home-cta4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
  gap: 0.75rem 1rem;
  margin: 0.75rem 0 0;
}
.ct-home-cta4 a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-weight: 800;
  font-size: 0.85rem;
  line-height: 1.2;
  padding: 0.7rem 0.5rem;
  border: 1px solid color-mix(in srgb, var(--ct-brand, #2a669a) 30%, #fff 70%);
  color: var(--ct-brand, #2a669a);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.ct-home-cta4 a:hover,
.ct-home-cta4 a:focus-visible {
  background: var(--ct-brand, #2a669a);
  color: #fff;
  outline: 0;
}
.ct-home-cta4 kbd {
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  opacity: 0.8;
  margin: 0 0 0.2rem;
  text-transform: uppercase;
  font-family: inherit;
}
#siteWrapper .ct-home-fragment--newsletter p,
#siteWrapper .ct-home-fragment--newsletter label {
  max-width: 48rem;
}
@media (max-width: 575.98px) {
  a.ct-home-dest {
    min-height: 0;
  }
}

.ct-home-cta4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
  gap: 0.75rem 1rem;
  margin: 0.75rem 0 0;
}
.ct-home-cta4 a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-weight: 800;
  font-size: 0.85rem;
  line-height: 1.2;
  padding: 0.7rem 0.5rem;
  border: 1px solid color-mix(in srgb, var(--ct-brand, #2a669a) 30%, #fff 70%);
  color: var(--ct-brand, #2a669a);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.ct-home-cta4 a:hover,
.ct-home-cta4 a:focus-visible {
  background: var(--ct-brand, #2a669a);
  color: #fff;
  outline: 0;
}
.ct-home-cta4 kbd {
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  opacity: 0.8;
  margin: 0 0 0.2rem;
  text-transform: uppercase;
  font-family: inherit;
}
#siteWrapper .ct-home-fragment--newsletter p,
#siteWrapper .ct-home-fragment--newsletter label {
  max-width: 48rem;
}
@media (max-width: 575.98px) {
  a.ct-home-dest {
    min-height: 0;
  }
}
