/*
Theme Name: Fundación Cultural 561
Theme URI: https://fundacion561.cl
Author: Fundación Cultural 561
Description: Tema oficial Fundación Cultural 561
Version: 1.4
License: Privado
Text Domain: fundacion561
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --paper:   #F8F6F1;
  --ink:     #111010;
  --red:     #B83232;
  --mid:     #5A5A5A;
  --light:   #D9D6CE;
  --rule:    #E2DED7;
  --white:   #FFFFFF;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Source Sans 3', sans-serif;
  background: var(--paper);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }

/* NAV */
header.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  background: var(--paper);
  border-bottom: 1px solid var(--rule);
}
.header-inner {
  max-width: 1280px; margin: 0 auto;
  padding: 0 3rem;
  display: flex; align-items: stretch; justify-content: space-between;
  height: 68px;
}
.site-logo {
  display: flex; align-items: center; gap: 0.6rem;
  font-family: 'Space Mono', monospace;
  color: var(--ink); text-decoration: none;
}
.logo-mark {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem; font-weight: 700; color: var(--red);
}
.logo-name { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.18em; }

.main-nav { display: flex; align-items: stretch; }
.main-nav ul { display: flex; list-style: none; align-items: stretch; margin: 0; padding: 0; }
.main-nav ul li { display: flex; align-items: stretch; }
.main-nav ul li a {
  display: flex; align-items: center; padding: 0 1.4rem;
  font-family: 'Space Mono', monospace;
  font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--mid); border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.main-nav ul li a:hover,
.main-nav ul li.current-menu-item a { color: var(--ink); border-bottom-color: var(--red); }

.nav-cta-btn {
  display: flex; align-items: center; padding: 0 1.4rem;
  font-family: 'Space Mono', monospace;
  font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase;
  background: var(--ink); color: var(--paper); text-decoration: none;
  transition: background 0.2s;
}
.nav-cta-btn:hover { background: var(--red); color: var(--paper); }

.page-content { padding-top: 68px; }

/* BOTONES */
.btn-primary {
  display: inline-block; background: var(--ink); color: var(--paper);
  padding: 0.85rem 2rem; font-family: 'Space Mono', monospace;
  font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase;
  border: none; cursor: pointer; transition: background 0.2s; text-decoration: none;
}
.btn-primary:hover { background: var(--red); color: var(--paper); }

.btn-outline {
  display: inline-block; border: 1px solid var(--light); color: var(--mid);
  padding: 0.85rem 2rem; font-family: 'Space Mono', monospace;
  font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase;
  background: transparent; cursor: pointer; text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}
.btn-outline:hover { border-color: var(--ink); color: var(--ink); }

/* HERO PÁGINA INTERIOR */
.page-hero { background: var(--ink); color: var(--paper); padding: 6rem 3rem 5rem; }
.page-hero-inner { max-width: 1280px; margin: 0 auto; }
.page-hero-tag {
  font-family: 'Space Mono', monospace;
  font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--red); margin-bottom: 1.5rem;
}
.page-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 5vw, 4.5rem); font-weight: 600; line-height: 1.08; max-width: 780px;
}
.page-hero-sub {
  font-size: 1.05rem; font-weight: 300;
  color: rgba(248,246,241,0.6); max-width: 540px; margin-top: 2rem; line-height: 1.75;
}

/* SECTION HELPERS */
.section-wrap { max-width: 1280px; margin: 0 auto; padding: 0 3rem; }
.section-tag {
  font-family: 'Space Mono', monospace;
  font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red);
}
.section-heading {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 600; color: var(--ink); margin-top: 0.5rem;
}
.section-divider {
  display: flex; align-items: center; justify-content: space-between;
  padding: 3.5rem 0 2.5rem; border-bottom: 1px solid var(--rule); margin-bottom: 3rem;
}
.section-link {
  font-family: 'Space Mono', monospace;
  font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--mid); transition: color 0.2s; text-decoration: none;
}
.section-link:hover { color: var(--red); }

/* HOME HERO */
.home-hero {
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: calc(100vh - 68px); border-bottom: 1px solid var(--rule);
}
.home-hero-left {
  padding: 7rem 4rem 5rem 3rem;
  display: flex; flex-direction: column; justify-content: space-between;
  border-right: 1px solid var(--rule);
}
.hero-eyebrow {
  font-family: 'Space Mono', monospace;
  font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--red); margin-bottom: 2rem;
}
.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.6rem, 4.5vw, 4.2rem); font-weight: 600; line-height: 1.1; color: var(--ink);
}
.hero-title em { font-style: italic; color: var(--red); }
.hero-body {
  margin-top: 2.5rem; font-size: 1.05rem; font-weight: 300;
  color: var(--mid); max-width: 480px; line-height: 1.75;
}
.hero-actions { display: flex; gap: 1rem; align-items: center; margin-top: 3.5rem; }
.hero-meta {
  display: flex; gap: 3rem; padding-top: 2rem; border-top: 1px solid var(--rule);
}
.meta-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem; font-weight: 400; line-height: 1; color: var(--ink);
}
.meta-label {
  font-family: 'Space Mono', monospace;
  font-size: 0.62rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--mid); margin-top: 0.3rem;
}
.home-hero-right { position: relative; overflow: hidden; background: var(--ink); }
.home-hero-right img { width: 100%; height: 100%; object-fit: cover; opacity: 0.7; }
.hero-image-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(17,16,16,0.9) 0%, transparent 60%);
  display: flex; flex-direction: column; justify-content: flex-end; padding: 3rem;
}
.hero-featured-label {
  font-family: 'Space Mono', monospace;
  font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--red); margin-bottom: 0.8rem;
}
.hero-featured-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem; font-weight: 400; color: var(--paper); line-height: 1.25; max-width: 320px;
}
.hero-featured-sub { font-size: 0.85rem; color: rgba(248,246,241,0.5); margin-top: 0.5rem; }

/* TICKER */
.ticker {
  overflow: hidden; border-bottom: 1px solid var(--rule);
  background: var(--white); padding: 0.9rem 0;
}
.ticker-track {
  display: flex; gap: 4rem; white-space: nowrap;
  animation: ticker 28s linear infinite;
}
.ticker-item {
  font-family: 'Space Mono', monospace;
  font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--mid); flex-shrink: 0;
}
.ticker-item span { color: var(--red); margin-right: 1rem; }
@keyframes ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* PILARES */
.home-pillars {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--rule); margin-bottom: 6rem;
}
.pillar { background: var(--paper); padding: 2.5rem 2rem; transition: background 0.2s; }
.pillar:hover { background: var(--white); }
.pillar-letter {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem; font-weight: 700; color: var(--rule); line-height: 1; margin-bottom: 1.2rem;
}
.pillar-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem; font-weight: 600; color: var(--ink); margin-bottom: 0.8rem;
}
.pillar-text { font-size: 0.9rem; color: var(--mid); line-height: 1.65; }

/* AGENDA */
.home-agenda { padding-bottom: 6rem; }
.agenda-list { display: flex; flex-direction: column; }
.agenda-item {
  display: grid; grid-template-columns: 100px 1fr auto;
  align-items: center; gap: 2rem; padding: 1.8rem 0;
  border-bottom: 1px solid var(--rule);
  transition: background 0.15s, padding 0.15s;
  text-decoration: none; color: inherit;
}
.agenda-item:hover { padding-left: 1rem; padding-right: 1rem; background: var(--white); }
.agenda-date { font-family: 'Playfair Display', serif; font-size: 0.85rem; color: var(--mid); line-height: 1.3; }
.agenda-date strong { display: block; font-size: 1.8rem; font-weight: 600; color: var(--ink); }
.agenda-tag {
  font-family: 'Space Mono', monospace;
  font-size: 0.6rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--red); margin-bottom: 0.3rem;
}
.agenda-title { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--ink); }
.agenda-place { font-size: 0.82rem; color: var(--mid); margin-top: 0.2rem; }
.agenda-arrow { font-size: 1.2rem; color: var(--light); transition: color 0.2s, transform 0.2s; }
.agenda-item:hover .agenda-arrow { color: var(--red); transform: translateX(4px); }

/* OPINIÓN */
.home-opinion { background: var(--ink); color: var(--paper); padding: 6rem 3rem; }
.opinion-inner {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center;
}
.opinion-tag {
  font-family: 'Space Mono', monospace;
  font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red); margin-bottom: 1.5rem;
}
.opinion-quote {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 400; font-style: italic; line-height: 1.45;
}
.opinion-author {
  margin-top: 2rem; font-family: 'Space Mono', monospace;
  font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(248,246,241,0.45);
}
.opinion-articles { display: flex; flex-direction: column; }
.opinion-article { padding: 1.8rem 0; border-bottom: 1px solid rgba(255,255,255,0.08); text-decoration: none; display: block; }
.opinion-article:first-child { border-top: 1px solid rgba(255,255,255,0.08); }
.opinion-article-tag {
  font-family: 'Space Mono', monospace;
  font-size: 0.6rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--red); margin-bottom: 0.4rem;
}
.opinion-article-title { font-family: 'Playfair Display', serif; font-size: 1rem; color: var(--paper); line-height: 1.35; }
.opinion-article-date { font-size: 0.78rem; color: rgba(248,246,241,0.35); margin-top: 0.4rem; }

/* NOSOTROS */
.about-manifesto { padding: 6rem 3rem; border-bottom: 1px solid var(--rule); }
.about-manifesto-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 340px 1fr; gap: 6rem; }
.about-manifesto-aside h3 { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 600; color: var(--ink); line-height: 1.3; margin-top: 1rem; }
.about-manifesto-aside p { font-size: 0.88rem; color: var(--mid); margin-top: 1.2rem; line-height: 1.7; }
.about-manifesto-body p { font-size: 1.1rem; font-weight: 300; color: var(--ink); line-height: 1.85; margin-bottom: 1.5rem; }
.about-manifesto-body p.lead { font-family: 'Playfair Display', serif; font-size: 1.45rem; font-weight: 400; font-style: italic; line-height: 1.5; }

.about-values { padding: 5rem 3rem; border-bottom: 1px solid var(--rule); }
.about-values-inner { max-width: 1280px; margin: 0 auto; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--rule); margin-top: 3rem; }
.value-card { background: var(--paper); padding: 2.2rem 1.8rem; }
.value-card-dash { font-family: 'Space Mono', monospace; font-size: 0.6rem; color: var(--red); margin-bottom: 1rem; }
.value-card-title { font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 600; color: var(--ink); margin-bottom: 0.7rem; }
.value-card-text { font-size: 0.85rem; color: var(--mid); line-height: 1.65; }

.about-team { padding: 5rem 3rem 6rem; }
.about-team-inner { max-width: 1280px; margin: 0 auto; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 3rem; }
.team-card { border: 1px solid var(--rule); padding: 2rem; transition: border-color 0.2s; }
.team-card:hover { border-color: var(--ink); }
.team-avatar { width: 72px; height: 72px; border-radius: 50%; overflow: hidden; margin-bottom: 1.2rem; background: var(--ink); }
.team-avatar img { width: 100%; height: 100%; object-fit: cover; }
.team-avatar-placeholder { width: 72px; height: 72px; border-radius: 50%; background: var(--ink); margin-bottom: 1.2rem; display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-size: 1.3rem; color: var(--paper); }
.team-name { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 600; color: var(--ink); }
.team-role { font-family: 'Space Mono', monospace; font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--red); margin-top: 0.3rem; }
.team-bio { font-size: 0.85rem; color: var(--mid); margin-top: 0.8rem; line-height: 1.6; }

/* PROGRAMAS */
.programs-intro { padding: 4rem 3rem 0; border-bottom: 1px solid var(--rule); }
.programs-intro-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; padding-bottom: 4rem; }
.programs-intro-col h3 { font-family: 'Playfair Display', serif; font-size: 1.6rem; font-weight: 600; color: var(--ink); margin-top: 0.8rem; }
.programs-intro-col p { font-size: 0.95rem; color: var(--mid); margin-top: 1rem; line-height: 1.75; font-weight: 300; }

.programs-tabs { padding: 4rem 3rem; background: var(--white); border-bottom: 1px solid var(--rule); }
.programs-tabs-inner { max-width: 1280px; margin: 0 auto; }
.tabs-nav { display: flex; border-bottom: 1px solid var(--rule); margin-bottom: 3rem; }
.tab-btn {
  font-family: 'Space Mono', monospace; font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--mid); padding: 1rem 1.8rem; border: none; background: transparent; cursor: pointer;
  border-bottom: 2px solid transparent; margin-bottom: -1px; transition: color 0.2s, border-color 0.2s;
}
.tab-btn.active { color: var(--ink); border-bottom-color: var(--red); }
.tab-panel { display: none; }
.tab-panel.active { display: block; }

.programs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--rule); }
.program-card { background: var(--white); padding: 2.8rem 2.5rem; transition: background 0.2s; }
.program-card:hover { background: var(--paper); }
.program-card-tag { font-family: 'Space Mono', monospace; font-size: 0.6rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--red); margin-bottom: 1rem; }
.program-card-title { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 600; color: var(--ink); line-height: 1.3; margin-bottom: 0.8rem; }
.program-card-text { font-size: 0.88rem; color: var(--mid); line-height: 1.65; }
.program-card-image { width: 100%; height: 180px; object-fit: cover; margin-bottom: 1.5rem; }
.program-card-footer { margin-top: 1.8rem; padding-top: 1.5rem; border-top: 1px solid var(--rule); display: flex; justify-content: space-between; align-items: center; }
.program-card-meta { font-size: 0.78rem; color: var(--mid); }
.program-card-link { font-family: 'Space Mono', monospace; font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--red); text-decoration: none; }
.program-video-wrap { position: relative; width: 100%; padding-bottom: 56.25%; margin-bottom: 1.5rem; background: var(--ink); }
.program-video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.programs-empresas { padding: 6rem 3rem; background: var(--ink); color: var(--paper); }
.programs-empresas-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
.emp-tag { font-family: 'Space Mono', monospace; font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red); margin-bottom: 1.5rem; }
.emp-title { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 600; line-height: 1.15; margin-bottom: 1.5rem; }
.emp-body { font-size: 0.95rem; font-weight: 300; color: rgba(248,246,241,0.65); line-height: 1.8; }
.emp-list { margin-top: 2.5rem; display: flex; flex-direction: column; }
.emp-item { display: flex; align-items: flex-start; gap: 1.2rem; padding: 1.4rem 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
.emp-item:first-child { border-top: 1px solid rgba(255,255,255,0.07); }
.emp-dot { width: 6px; height: 6px; background: var(--red); border-radius: 50%; margin-top: 8px; flex-shrink: 0; }
.emp-item-text { font-size: 0.9rem; color: rgba(248,246,241,0.7); line-height: 1.55; }
.emp-item-text strong { display: block; color: var(--paper); font-weight: 600; margin-bottom: 0.2rem; }

/* CONTACTO */
.contact-hero { padding: 5rem 3rem 4rem; border-bottom: 1px solid var(--rule); }
.contact-hero-inner { max-width: 1280px; margin: 0 auto; }
.contact-body { padding: 5rem 3rem 7rem; }
.contact-body-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 380px 1fr; gap: 6rem; }
.contact-sidebar h3 { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 600; color: var(--ink); margin-bottom: 2rem; }
.contact-detail { display: flex; flex-direction: column; gap: 1.8rem; }
.cd-label { font-family: 'Space Mono', monospace; font-size: 0.6rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--red); display: block; margin-bottom: 0.3rem; }
.cd-val { font-size: 0.9rem; color: var(--mid); line-height: 1.55; }
.contact-divider { width: 40px; height: 1px; background: var(--rule); margin: 2.5rem 0; }

.contact-form { display: flex; flex-direction: column; gap: 1.4rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.form-group { display: flex; flex-direction: column; gap: 0.5rem; }
.form-group label { font-family: 'Space Mono', monospace; font-size: 0.62rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--mid); }
.form-group input,
.form-group textarea,
.form-group select { border: 1px solid var(--rule); background: transparent; padding: 0.85rem 1rem; font-family: 'Source Sans 3', sans-serif; font-size: 0.92rem; color: var(--ink); outline: none; transition: border-color 0.2s; resize: none; -webkit-appearance: none; width: 100%; }
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus { border-color: var(--ink); }
.form-submit { background: var(--ink); color: var(--paper); border: none; padding: 1rem 2.5rem; font-family: 'Space Mono', monospace; font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; cursor: pointer; align-self: flex-start; transition: background 0.2s; }
.form-submit:hover { background: var(--red); }

/* FOOTER */
.site-footer { background: var(--ink); color: var(--paper); padding: 4rem 3rem 2.5rem; }
.footer-inner { max-width: 1280px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 260px 1fr 1fr 1fr; gap: 4rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,0.07); }
.footer-logo-mark { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 700; color: var(--red); }
.footer-logo-name { font-family: 'Space Mono', monospace; font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(248,246,241,0.4); margin-top: 0.2rem; }
.footer-tagline { font-size: 0.85rem; font-weight: 300; color: rgba(248,246,241,0.4); margin-top: 1.2rem; line-height: 1.65; }
.footer-col-title { font-family: 'Space Mono', monospace; font-size: 0.62rem; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(248,246,241,0.35); margin-bottom: 1.2rem; }
.footer-col-links { display: flex; flex-direction: column; gap: 0.7rem; }
.footer-col-links a { font-size: 0.88rem; color: rgba(248,246,241,0.55); transition: color 0.2s; text-decoration: none; }
.footer-col-links a:hover { color: var(--paper); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 2rem; }
.footer-copy { font-family: 'Space Mono', monospace; font-size: 0.6rem; letter-spacing: 0.1em; color: rgba(248,246,241,0.25); }
.footer-social { display: flex; gap: 1.5rem; }
.footer-social a { font-family: 'Space Mono', monospace; font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(248,246,241,0.3); transition: color 0.2s; text-decoration: none; }
.footer-social a:hover { color: var(--red); }

/* RESPONSIVE */
@media (max-width: 960px) {
  .header-inner { padding: 0 1.5rem; }
  .main-nav ul li a { padding: 0 0.8rem; font-size: 0.62rem; }
  .home-hero { grid-template-columns: 1fr; }
  .home-hero-right { height: 50vw; }
  .home-hero-left { padding: 4rem 1.5rem 3rem; }
  .section-wrap { padding: 0 1.5rem; }
  .home-pillars { grid-template-columns: 1fr; }
  .opinion-inner { grid-template-columns: 1fr; }
  .about-manifesto-inner { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .programs-intro-inner { grid-template-columns: 1fr; }
  .programs-grid { grid-template-columns: 1fr; }
  .programs-empresas-inner { grid-template-columns: 1fr; }
  .contact-body-inner { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .about-manifesto, .about-values, .about-team,
  .programs-tabs, .programs-empresas, .contact-body { padding-left: 1.5rem; padding-right: 1.5rem; }
}
