.elementor-1613 .elementor-element.elementor-element-1c3d2159{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-6ae11917 *//* ================================================
   TRENES PARA CHILE 2050
   Página: Objetivos (reemplaza "El Plan")
   Prefijo: ob-
   ================================================ */

:root {
  --ob-azul:   #1a2a6c;
  --ob-rojo:   #c0392b;
  --ob-rojo-v: #e74c3c;
  --ob-blanco: #ffffff;
  --ob-fondo:  #f4f5f7;
  --ob-gris:   #4a5568;
  --ob-gris-c: #9ca3af;
  --ob-linea:  rgba(26,42,108,0.1);
}

.ob-page * { box-sizing: border-box; }

.ob-page {
  font-family: 'Sora', sans-serif;
  color: #111827;
  line-height: 1.6;
  overflow-x: hidden;
}

/* ── RIELES ── */
.ob-rieles {
  position: fixed;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 100%; max-width: 1200px;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.ob-rieles::before,
.ob-rieles::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 1px;
  background: linear-gradient(180deg,
    var(--ob-azul) 0%,
    rgba(26,42,108,0.12) 35%,
    rgba(26,42,108,0.04) 100%
  );
}

.ob-rieles::before { left: 6vw; }
.ob-rieles::after  { right: 6vw; }

.ob-traviesas {
  position: absolute;
  inset: 0; left: 6vw; right: 6vw;
  background-image: repeating-linear-gradient(
    180deg,
    transparent 0px, transparent 44px,
    rgba(26,42,108,0.05) 44px, rgba(26,42,108,0.05) 46px
  );
}

/* ── HERO ── */
.ob-hero {
  position: relative;
  min-height: 75vh;
  display: flex;
  align-items: flex-end;
  padding: 0 8vw 4.5rem;
  overflow: hidden;
  background: var(--ob-blanco);
  z-index: 1;
}

.ob-deco-izq {
  position: absolute;
  top: 0; left: 0;
  width: 78px; height: 100%;
  background: var(--ob-azul);
  clip-path: polygon(0 0, 100% 0, 58% 100%, 0 100%);
  z-index: 1;
}

.ob-deco-tr {
  position: absolute;
  top: 0; right: 0;
  width: 200px; height: 52%;
  background: var(--ob-rojo);
  clip-path: polygon(35% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 1;
}

.ob-deco-br {
  position: absolute;
  bottom: 0; right: 0;
  width: 200px; height: 50%;
  background: #d1d5db;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 35% 100%);
  z-index: 1;
  opacity: 0.38;
}

.ob-linea-bot {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 5px;
  background: var(--ob-rojo);
  z-index: 2;
}

.ob-hero-cont {
  position: relative;
  z-index: 3;
  max-width: 700px;
  margin-left: 88px;
}

.ob-etiqueta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ob-rojo);
  margin-bottom: 1.2rem;
}

.ob-etiqueta::before {
  content: '';
  display: block;
  width: 26px; height: 2px;
  background: currentColor;
}

.ob-hero h1 {
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.02em;
  color: var(--ob-azul);
  margin-bottom: 1.2rem;
}

.ob-hero h1 em {
  font-style: normal;
  color: var(--ob-rojo);
}

.ob-hero-desc {
  font-size: 1.05rem;
  font-weight: 300;
  color: var(--ob-gris);
  max-width: 600px;
  line-height: 1.75;
  margin-bottom: 2rem;
}

.ob-hero-meta {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--ob-gris);
  border-top: 2px solid var(--ob-azul);
  padding-top: 1.2rem;
}

.ob-hero-meta strong {
  display: block;
  color: var(--ob-azul);
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: .2rem;
}

.ob-meta-sep {
  width: 1px; height: 40px;
  background: var(--ob-linea);
  flex-shrink: 0;
}

/* ── SECCIONES ── */
.ob-sec {
  position: relative;
  z-index: 1;
  padding: 5rem 8vw 5rem calc(8vw + 88px);
  border-top: 1px solid var(--ob-linea);
}

.ob-sec-blanco { background: var(--ob-blanco); }
.ob-sec-fondo  { background: var(--ob-fondo); }
.ob-sec-azul   { background: var(--ob-azul); }

.ob-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ob-rojo);
  margin-bottom: 1rem;
}

.ob-label::before {
  content: '';
  display: block;
  width: 18px; height: 2px;
  background: currentColor;
}

.ob-sec h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--ob-azul);
  margin-bottom: 1rem;
}

.ob-sec h2 em { font-style: normal; color: var(--ob-rojo); }
.ob-sec h2.blanco { color: var(--ob-blanco); }

.ob-intro {
  font-size: 1rem;
  font-weight: 300;
  color: var(--ob-gris);
  max-width: 720px;
  line-height: 1.8;
  margin-bottom: 2.5rem;
}

/* ── OBJETIVOS LISTA ── */
.ob-lista {
  list-style: none;
  margin-bottom: 3rem;
}

.ob-lista li {
  display: flex;
  gap: 1.25rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--ob-linea);
  align-items: flex-start;
}

.ob-lista li:last-child { border-bottom: none; }

.ob-lista-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--ob-rojo);
  flex-shrink: 0;
  margin-top: .4rem;
}

.ob-lista p {
  font-size: 14px;
  color: var(--ob-gris);
  line-height: 1.75;
}

.ob-lista p strong { color: var(--ob-azul); font-weight: 600; }

/* ── MÉTRICAS GRID ── */
.ob-metricas {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1px;
  background: var(--ob-linea);
  border: 1px solid var(--ob-linea);
  margin-bottom: 3rem;
}

.ob-metrica {
  background: var(--ob-azul);
  padding: 2rem 1.75rem;
}

.ob-metrica-num {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--ob-blanco);
  line-height: 1;
  margin-bottom: .25rem;
}

.ob-metrica-unit {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: .5rem;
}

.ob-metrica-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.72);
  line-height: 1.5;
}

.ob-metrica-rojo { background: var(--ob-rojo); }

/* ── BLOQUE DESTACADO ── */
.ob-dest {
  border-left: 4px solid var(--ob-azul);
  background: rgba(26,42,108,0.04);
  padding: 1.5rem 2rem;
  font-size: .95rem;
  color: var(--ob-gris);
  line-height: 1.8;
  margin-bottom: 2.5rem;
}

.ob-dest strong { color: var(--ob-azul); font-weight: 600; }

.ob-dest-rojo {
  border-left-color: var(--ob-rojo);
  background: rgba(192,57,43,0.04);
}

.ob-dest-rojo strong { color: var(--ob-rojo); }

/* ── DOS COLUMNAS ── */
.ob-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
  margin-bottom: 3rem;
}

.ob-2col h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ob-azul);
  margin-bottom: .75rem;
}

.ob-2col p {
  font-size: 14px;
  color: var(--ob-gris);
  line-height: 1.75;
}

.ob-2col p + p { margin-top: .75rem; }

/* ── IMAGEN ── */
.ob-img-wrap {
  position: relative;
  overflow: hidden;
  border-top: 3px solid var(--ob-rojo);
  margin-bottom: 2.5rem;
}

.ob-img-wrap img {
  width: 100%;
  display: block;
  object-fit: cover;
  max-height: 420px;
}

.ob-img-wrap.natural img { max-height: none; }

.ob-credito-pie {
  font-size: 11px;
  color: var(--ob-gris-c);
  margin-top: .4rem;
  font-style: italic;
}

/* ── CIERRE ── */
.ob-cierre {
  position: relative;
  overflow: hidden;
  padding: 5.5rem 8vw 5.5rem calc(8vw + 88px);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: center;
  background: var(--ob-azul);
  z-index: 1;
}

.ob-cierre::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 220px; height: 100%;
  background: var(--ob-rojo);
  clip-path: polygon(35% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 0;
}

.ob-cierre::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 68px; height: 100%;
  background: rgba(0,0,0,0.18);
  clip-path: polygon(0 0, 100% 0, 64% 100%, 0 100%);
  z-index: 0;
}

.ob-cierre-txt { position: relative; z-index: 1; }

.ob-cierre-txt h2 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--ob-blanco);
  margin-bottom: .7rem;
}

.ob-cierre-txt h2 span { color: #f9c74f; }

.ob-cierre-txt p {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255,255,255,0.7);
  max-width: 420px;
  line-height: 1.7;
}

.ob-cierre-bts {
  display: flex;
  flex-direction: column;
  gap: .7rem;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

/* ── BOTONES ── */
.ob-btn-prim {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--ob-blanco);
  color: var(--ob-azul);
  font-family: 'Sora', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  padding: .8rem 1.6rem;
  border-radius: 2px;
  white-space: nowrap;
  transition: background .2s, transform .15s;
}

.ob-btn-prim:hover { background: #eef2ff; transform: translateY(-2px); }

.ob-btn-sec {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
  color: var(--ob-blanco);
  font-family: 'Sora', sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  padding: .8rem 1.6rem;
  border-radius: 2px;
  border: 1px solid rgba(255,255,255,0.38);
  white-space: nowrap;
  transition: border-color .2s, background .2s;
}

.ob-btn-sec:hover { border-color: rgba(255,255,255,.9); background: rgba(255,255,255,.07); }

.ob-btn-prim svg, .ob-btn-sec svg { width: 15px; height: 15px; flex-shrink: 0; }

/* ── FADE IN ── */
.ob-fade {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .55s ease, transform .55s ease;
}

.ob-fade.visible { opacity: 1; transform: none; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .ob-sec { padding: 3.5rem 5vw; }
  .ob-hero-cont { margin-left: 55px; }
  .ob-deco-izq { width: 48px; }
  .ob-deco-tr, .ob-deco-br { width: 110px; }
  .ob-2col { grid-template-columns: 1fr; }
  .ob-metricas { grid-template-columns: 1fr 1fr; }
  .ob-cierre { grid-template-columns: 1fr; padding: 3rem 5vw; }
  .ob-cierre::before { display: none; }
  .ob-cierre-bts { flex-direction: row; flex-wrap: wrap; }
}/* End custom CSS */