/* ================================================================
   INNOVA CFI — styles.css
   Fuentes: Funnel Display (títulos), Raleway (cuerpo), Montserrat (noticias)
   Container: max-width 1340px
   Colores base:
     --navy:   #0f1f2e  (fondo hero/navbar)
     --navy-2: #1b2441  (textos títulos, botones dark)
     --navy-3: #252e4a  (fondo cómo trabajamos)
     --teal:   #2DD4BF  (acento principal, botón postulá)
     --teal-2: #33B8C1  (acento secundario, íconos)
     --mint:   #D8EDEA  (fondo secciones claras)
================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800&family=Funnel+Display:wght@400;500;600;700&family=Montserrat:wght@300;400;500&family=Bebas+Neue&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { font-family: 'Raleway', sans-serif; background: #0f1f2e; overflow-x: hidden; }

:root {
  --navy:   #0f1f2e;
  --navy-2: #1b2441;
  --navy-3: #252e4a;
  --teal:   #33B8C1;
  --teal-2: #33B8C1;
  --mint:   #D8EDEA;
  --gray-card: #f4f5f6;
  --text-dark: #1B2441;
  --text-body: #313131;
}

/* ── Container ── */
.container { width: 100%; max-width: 1340px; margin: 0 auto; padding: 0 48px; }

/* ================================================================
   NAVBAR — Figma: 76px alto, Raleway 600 16px, botón 168×34px r20
================================================================ */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: transparent; transition: background 0.25s;
}
.navbar.scrolled { background: var(--navy); box-shadow: 0 2px 20px rgba(0,0,0,0.45); }
.navbar .container { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.nav-logo img { height: 32px; width: auto; display: block; }
.nav-links { list-style: none; display: flex; align-items: center; gap: 16px; margin: 0;}
.nav-links a {
  font-family: 'Raleway', sans-serif; font-weight: 600; font-size: 16px; line-height: 131%;
  color: rgba(255,255,255,0.9); text-decoration: none; white-space: nowrap; transition: color 0.2s;
}
.nav-links a:hover { color: #fff; }
.nav-links a.active { color: var(--teal); }
.btn-postula {
  display: inline-flex; align-items: center; justify-content: center;
  width: 168px; height: 34px; border-radius: 20px;
  background: var(--teal); border: 2px solid var(--teal);
  font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 14px;
  letter-spacing: 0.5px; color: #fff; text-decoration: none; flex-shrink: 0;
  transition: background 0.2s, color 0.2s;
}
.btn-postula:hover { background: transparent; color: var(--teal); }

/* ================================================================
   FOOTER — Figma: ~118px, gradiente navy→teal, Raleway 600 16px
================================================================ */
.footer {
  background-image: url(assets/footer.png);
  background-size: cover;
  padding-top: 76px;
  padding-bottom: 90px;
      background-position: right;
  padding: 36px 0;
}
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-logo img { height: 34px; width: auto; display: block; }
.footer-nav { list-style: none; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.footer-nav a {
  font-family: 'Raleway', sans-serif; font-weight: 600; font-size: 16px; line-height: 131%;
  color: rgba(255,255,255,0.85); text-decoration: none; white-space: nowrap; transition: color 0.2s;
}
.footer-nav a:hover { color: #fff; }
.footer-nav a.active { color: var(--teal); }

/* ================================================================
   BOTONES — todos: Raleway 700, 13px, uppercase, r33px, 50px alto
================================================================ */
/* Base compartida */
.btn-base {
  display: inline-flex; align-items: center; justify-content: center;
  height: 50px; border-radius: 33px; border: 2px solid transparent;
  font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 13px;
  letter-spacing: 1px; text-transform: uppercase; text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s; padding: 0 40px;
}
/* Botones de sección específicos */
.btn-como   { display: inline-flex; align-items: center; justify-content: center; width: 284px; height: 50px; border-radius: 33px; background: var(--navy-2); border: 2px solid var(--navy-2); font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; color: #fff; text-decoration: none; transition: all 0.2s; }
.btn-como:hover { background: transparent; color: var(--navy-2); }

.btn-conv   { display: inline-flex; align-items: center; justify-content: center; width: 265px; height: 50px; border-radius: 33px; background: var(--teal-2); border: 2px solid var(--teal-2); font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; color: #fff; text-decoration: none; transition: all 0.2s; }
.btn-conv:hover { background: transparent; color: var(--teal-2); }

.btn-noticias { display: inline-flex; align-items: center; justify-content: center; width: 265px; height: 50px; border-radius: 33px; background: var(--navy-2); border: 2px solid var(--navy-2); font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; color: #fff; text-decoration: none; transition: all 0.2s; }
.btn-noticias:hover { background: transparent; color: var(--navy-2); }

.btn-cta    { display: inline-flex; align-items: center; justify-content: center; width: 265px; height: 50px; border-radius: 33px; background: var(--navy-2); border: 2px solid var(--navy-2); font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; color: #fff; text-decoration: none; transition: all 0.2s; }
.btn-cta:hover { background: transparent; color: var(--navy-2); }

.btn-conoce-mas { display: inline-flex; align-items: center; justify-content: center; height: 50px; padding: 0 40px; border-radius: 33px; background: var(--navy-2); border: 2px solid var(--navy-2); font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; color: #fff; text-decoration: none; margin-top: 16px; transition: all 0.2s; }
.btn-conoce-mas:hover { background: transparent; color: var(--navy-2); }

.btn-cta-qs { display: inline-flex; align-items: center; justify-content: center; height: 50px; padding: 0 48px; border-radius: 33px; background: var(--navy-2); border: 2px solid var(--navy-2); font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; color: #fff; text-decoration: none; transition: all 0.2s; }
.btn-cta-qs:hover { background: transparent; color: var(--navy-2); }

/* btn-innova: clase base para como-invertimos */
.btn-innova { display: inline-flex; align-items: center; justify-content: center; height: 50px; padding: 0 40px; border-radius: 33px; font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; transition: all 0.2s; }
.btn-navy { background: var(--navy-2); border: 2px solid var(--navy-2); color: #fff; }
.btn-navy:hover { background: transparent; color: var(--navy-2); }
.btn-teal { background: var(--teal-2); border: 2px solid var(--teal-2); color: #fff; }
.btn-teal:hover { background: transparent; color: var(--teal-2); }

/* ================================================================
   HERO LANDING
   Figma: título FunnelDisplay 500 45px lh122%, foto full-width
          card teal 290px, r0 20px 20px 20px, botones r30px 280×50px
================================================================ */
.hero-top {
  background-image: url(assets/gradiente.png);
  background-size: cover;
  padding-top: 76px;
  padding-bottom: 90px;
      background-position: right;
}
.hero-top .container { padding-top: 94px; padding-bottom: 48px; }
.hero-title { font-family: 'Funnel Display', sans-serif; font-weight: 500; font-size: 45px; line-height: 122%; color: #fff; }
.hero-bottom { position: relative; width: 100%; line-height: 0;     margin-top: -83px;}
.hero-foto { display: block; width: 100%; height: auto; }
.hero-card {
  position: absolute; top: 25%; transform: translateY(-50%);
  right: max(24px, calc((100% - 1340px) / 2 + 48px));
  width: 370px; background: #33B8C1; border-radius:50px 0px 0px 0px;
  padding: 50px 24px 28px; text-align: center;
}
.hero-card-text { font-family: 'Raleway', sans-serif; font-weight: 600; font-size: 22px; line-height: 1.45; color: var(--navy-2); margin-bottom: 24px; }
.btn-card {
  display: block; width: 100%; border-radius: 30px;
  font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 13px; line-height: 131%;
  text-transform: uppercase; text-decoration: none; text-align: center; padding: 12px 16px; transition: all 0.2s;
}
.btn-card + .btn-card { margin-top: 10px; }
.btn-card-dark { background: var(--navy-2); color: #fff; border: 2px solid var(--navy-2); }
.btn-card-dark:hover { background: transparent; color: var(--navy-2); }
.btn-card-outline { background: transparent; color: var(--navy-2); border: 2px solid var(--navy-2); }
.btn-card-outline:hover { background: var(--navy-2); color: #fff; }
.hero-dot { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--teal); z-index: 4; left: max(24px, calc((100% - 1340px) / 2 + 12px)); top: 50%; transform: translateY(-50%); }

/* ================================================================
   CÓMO FUNCIONA (landing)
   Figma: fondo #D8EDEA, r40px top, título FD 600 55px, desc Raleway 400 20px
          4 cards blancas, íconos 74px, botón 284×50px r33px navy
================================================================ */
.seccion-como-funciona { background: var(--mint); border-radius: 40px 40px 0 0; margin-top: -40px; position: relative; z-index: 2; padding: 80px 0 72px; }
.como-header { display: grid; grid-template-columns: auto 1fr; gap: 0 40px; align-items: start; margin-bottom: 56px; }
.como-header-titulo { position: relative; padding-right: 40px; }
.como-header-titulo::after { content: ''; position: absolute; right: 0; top: 4px; bottom: 4px; width: 1px; background: var(--navy-2); opacity: 0.25; }
.como-titulo { font-family: 'Funnel Display', sans-serif; font-weight: 600; font-size: 55px; line-height: 106%; color: var(--navy-2); }
.como-descripcion { font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 20px; line-height: 151%; color: var(--text-body); padding-top: 8px; }
.como-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 56px; }
.como-card { background: #fff; border-radius: 20px; padding: 40px 24px 32px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 24px; }
.como-card img { width: 74px; height: 74px; object-fit: contain; }
.como-card-texto { font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 16px; line-height: 151%; color: var(--text-body); }
.como-cta { text-align: center; }

/* ================================================================
   CONVOCATORIAS (landing)
   Figma: imagen full, título FD 600 65px blanco, texto Raleway 400 24px
          botón 265×50px r33px teal
================================================================ */
.seccion-convocatorias { position: relative; width: 100%; min-height: 420px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.conv-bg { position: absolute; inset: 0; }
.conv-bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.conv-content { position: relative; z-index: 2; text-align: center; padding: 72px 48px; max-width: 760px; }
.conv-titulo { font-family: 'Bebas Neue', sans-serif; font-weight: 100; font-size: 64px; line-height: 1.1em; color: #E1EFEF; margin-bottom: 24px; }
.conv-subtitulo { font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 24px; line-height: 151%; color: #fff; margin-bottom: 32px; }
.conv-subtitulo strong { font-weight: 700; }

/* ================================================================
   NOTICIAS (landing)
   Figma: fondo mint, título FD 500 36px, cards blancas r20px
          título card Raleway 500 24px, cuerpo Montserrat 300 15px
          botón 265×50px r33px navy
================================================================ */
.seccion-noticias { background: var(--mint); padding: 80px 0 88px; }
.noticias-titulo { font-family: 'Funnel Display', sans-serif; font-weight: 500; font-size: 36px; line-height: 131%; color: #000; text-align: center; margin-bottom: 48px; }
.noticias-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 56px; }
.noticia-card { background: #fff; border-radius: 20px; overflow: hidden; display: flex; flex-direction: column; }
.noticia-img { width: 100%; aspect-ratio: 4/3; overflow: hidden; }
.noticia-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.noticia-card:hover .noticia-img img { transform: scale(1.03); }
.noticia-body { padding: 24px 24px 20px; display: flex; flex-direction: column; flex: 1; }
.noticia-titulo { font-family: 'Raleway', sans-serif; font-weight: 500; font-size: 24px; line-height: 131%; color: #000; margin-bottom: 16px; }
.noticia-texto { font-family: 'Montserrat', sans-serif; font-weight: 300; font-size: 15px; line-height: 165%; color: #000; flex: 1; }
.noticia-link { display: flex; justify-content: flex-end; margin-top: 20px; transition: opacity 0.2s; }
.noticia-link:hover { opacity: 0.6; }
.noticias-cta { text-align: center; }

/* ================================================================
   CTA FINAL (landing)
   Figma: fondo #7e8f92, fotos circulares izq, título FD 600 55px blanco
================================================================ */
.seccion-cta { position: relative; background: #7e8f92; min-height: 420px; display: flex; align-items: center; overflow: hidden; background-image: url(assets/landing_bkg-footer.jpg);background-repeat: no-repeat;    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;}
.cta-fotos { position: absolute; left: max(0px, calc((100% - 1340px) / 2)); top: 0; bottom: 0; width: 420px; pointer-events: none; }
.cta-circulo { position: absolute; border-radius: 50%; overflow: hidden; }
.cta-circulo img { width: 100%; height: 100%; object-fit: cover; }
.cta-circulo-grande  { width: 260px; height: 260px; left: 40px;  top: 50%; transform: translateY(-50%); }
.cta-circulo-chico-top { width: 150px; height: 150px; left: 220px; top: calc(50% - 160px); }
.cta-circulo-chico-bot { width: 110px; height: 110px; left: 270px; top: calc(50% + 70px); }
.cta-dot { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--teal); z-index: 4; left: 40px; top: calc(50% + 145px); }
.cta-contenido { position: relative; z-index: 2; margin-left: max(440px, calc((100% - 1340px) / 2 + 440px));     padding-left: 300px;     display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;}
.cta-titulo { font-family: 'Bebas Neue', sans-serif; font-weight: 400; font-size: 60px; line-height: 103%; color: #fff; margin-bottom: 32px; }
.cta-circulo-deco { position: absolute; border-radius: 50%; border: 0.8px solid var(--teal-2); pointer-events: none; }
.cta-circulo-deco-1 { width: 400px; height: 400px; right: 60px; top: 50%; transform: translateY(-50%); opacity: 0.4; }
.cta-circulo-deco-2 { width: 280px; height: 280px; left: 10px; top: 50%; transform: translateY(-50%); opacity: 0.3; }

/* ================================================================
   QUIÉNES SOMOS — Hero
   Figma: 2 col, título FD 500 32px lh125%, desc Raleway 400 18px
          foto full-width con Ellipse_8 superpuesto
================================================================ */
.hero-qs {
  background: linear-gradient(112deg, #0f1f2e 0%, #0f1f2e 45%, #0c4558 65%, #0baa98 83%, #2DD4BF 100%);
  padding-top: 76px;
}
.hero-qs .container { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; padding-top: 64px; padding-bottom: 56px; }
.hero-qs-titulo { font-family: 'Funnel Display', sans-serif; font-weight: 500; font-size: 32px; line-height: 125%; color: #fff; }
.hero-qs-desc { font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 18px; line-height: 160%; color: rgba(255,255,255,0.9); padding-left: 48px; border-left: 1px solid rgba(255,255,255,0.3); }
.hero-qs-foto { position: relative; width: 100%; line-height: 0; overflow: hidden; }
.hero-qs-foto-img { display: block; width: 100%; height: auto; }
.hero-qs-ellipse { position: absolute; width: 420px; height: 420px; right: -80px; top: 50%; transform: translateY(-50%); pointer-events: none; opacity: 0.7; }

/* ================================================================
   QUIÉNES SOMOS — Objetivos
   Figma: fondo mint, r40px top, título FD 700 55px, puntos teal
================================================================ */
.seccion-objetivos { background: var(--mint); border-radius: 40px 40px 0 0; margin-top: -133px; position: relative; z-index: 2; padding: 80px 0 72px; }
.objetivos-grid { display: grid; grid-template-columns: auto 1fr; gap: 0 56px; align-items: start; }
.objetivos-titulo { font-family: 'Funnel Display', sans-serif; font-weight: 700; font-size: 55px; line-height: 106%; color: var(--navy-2); }
.objetivos-lista { list-style: none; display: flex; flex-direction: column; gap: 24px; padding-top: 4px; border-left: 1px solid rgba(27, 36, 65, 0.25);}
.objetivos-lista li { display: flex; align-items: flex-start; gap: 16px; font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 18px; line-height: 155%; color: var(--text-body); }
.obj-dot { width: 10px; height: 10px; min-width: 10px; border-radius: 50%; background: var(--teal-2); margin-top: 7px; flex-shrink: 0; }

/* ================================================================
   QUIÉNES SOMOS — Cómo trabajamos
   Figma: fondo #252e4a, título FD 500 36px blanco
          3 cards fondo #f4f5f6, título Raleway 700 20px navy, íconos 80px
================================================================ */
.seccion-como-trabaja { background: #252e4a; padding: 80px 0 88px; }
.como-trabaja-titulo { font-family: 'Funnel Display', sans-serif; font-weight: 500; font-size: 36px; line-height: 131%; color: #fff; text-align: center; margin-bottom: 56px; }
.trabaja-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.trabaja-card { background: var(--gray-card); border-radius: 20px; padding: 48px 32px 40px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 20px; }
.trabaja-card-ico { width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; }
.trabaja-card-ico img { width: 100%; height: auto; display: block; }
.trabaja-card-nombre { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 20px; line-height: 130%; color: var(--navy-2); }
.trabaja-card-desc { font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 16px; line-height: 155%; color: var(--text-body); }

/* ================================================================
   QUIÉNES SOMOS — Qué es el CFI
   Figma: fondo mint, 2 col, título FD 700 55px, foto redonda derecha
================================================================ */
.seccion-que-es-cfi { background: var(--mint); padding: 80px 0 88px; }
.que-es-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.que-es-contenido { /* contenedor izquierdo */ }
.que-es-titulo { font-family: 'Funnel Display', sans-serif; font-weight: 700; font-size: 55px; line-height: 106%; color: var(--navy-2); margin-bottom: 32px; }
.que-es-texto { font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 18px; line-height: 160%; color: var(--text-body); margin-bottom: 16px; }
.que-es-foto-wrapper { position: relative; display: flex; align-items: center; justify-content: flex-end; }
.que-es-circulo-deco { position: absolute; width: 320px; height: 320px; border-radius: 50%; border: 1px solid var(--teal-2); top: 50%; left: 0; transform: translateY(-50%); opacity: 0.5; }
.que-es-foto-svg { width: 100%; max-width: 500px; height: auto; display: block; position: relative; z-index: 2; }

/* ================================================================
   QUIÉNES SOMOS — CTA Final
   Figma: fondo #7e8f92, SVGs con fotos izq, título FD 600 55px
================================================================ */
.seccion-cta-qs { position: relative; background: #7e8f92; min-height: 420px; display: flex; align-items: center; overflow: hidden; }
.cta-qs-fotos { position: absolute; left: max(0px, calc((100% - 1340px) / 2)); top: 25px; bottom: 0; width: 480px; pointer-events: none; }
.cta-qs-mask-bg  { position: absolute; width: 325px; height: 325px; left: 10px; top: 50%; transform: translateY(-50%); }
.cta-qs-mask-sci { position: absolute; width: 163px; height: 163px; left: 260px; top: calc(50% - 200px); }
.cta-qs-mask-plant { position: absolute; width: 126px; height: 126px; left: 295px; top: calc(50% + 65px); }
.cta-qs-teal { position: absolute; width: 55px; height: 55px; background: var(--teal); border-radius: 50% 50% 0 50%; left: 350px; top: calc(50% - 220px); z-index: 4; }
.cta-qs-dot  { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--teal); left: 50px; top: calc(50% + 165px); z-index: 4; }
.cta-qs-deco { position: absolute; border-radius: 50%; border: 0.8px solid var(--teal-2); pointer-events: none; }
.cta-qs-deco-1 { width: 380px; height: 380px; right: 80px; top: 50%; transform: translateY(-50%); opacity: 0.35; }
.cta-qs-deco-2 { width: 240px; height: 240px; left: -20px; top: 50%; transform: translateY(-50%); opacity: 0.25; }
.cta-qs-contenido { position: relative; z-index: 2; margin-left: max(480px, calc((100% - 1340px) / 2 + 480px)); padding: 72px 48px 72px 0; }
.cta-qs-titulo { font-family: 'Bebas Neue', sans-serif; font-weight: 400; font-size: 60px; line-height: 103%; color: #fff; margin-bottom: 32px; }

/* ================================================================
   CÓMO INVERTIMOS — Hero
================================================================ */
.hero-ci {
  background: linear-gradient(112deg, #0f1f2e 0%, #0f1f2e 45%, #0c4558 65%, #0baa98 83%, #2DD4BF 100%);
  padding-top: 76px;
}
.hero-ci .container { padding-top: 72px; padding-bottom: 56px; }
.hero-ci-titulo { font-family: 'Funnel Display', sans-serif; font-weight: 500; font-size: 32px; line-height: 125%; color: #fff; max-width: 700px; }
.hero-ci-foto { width: 100%; line-height: 0; }
.hero-ci-foto img { display: block; width: 100%; height: auto; }

/* ================================================================
   CÓMO INVERTIMOS — Propuesta de valor
   Figma: fondo #e1efef, r40px top, timeline zigzag con línea teal
================================================================ */
.seccion-propuesta { background: #e1efef; border-radius: 40px 40px 0 0; margin-top: -40px; position: relative; z-index: 2; padding: 80px 0 72px; }
.propuesta-titulo { font-family: 'Funnel Display', sans-serif; font-weight: 600; font-size: 36px; line-height: 120%; color: var(--navy-2); text-align: center; margin-bottom: 8px; }
.propuesta-sub { font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 20px; color: var(--text-body); text-align: center; margin-bottom: 56px; }
.propuesta-timeline { position: relative; max-width: 860px; margin: 0 auto; }
.propuesta-timeline::before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: var(--teal-2); transform: translateX(-50%); }
.propuesta-item { display: flex; align-items: center; position: relative; min-height: 80px; }
.propuesta-item-left  { justify-content: flex-end; padding-right: calc(50% + 32px); padding-bottom: 20px; }
.propuesta-item-right { justify-content: flex-start; padding-left:  calc(50% + 32px); padding-bottom: 20px; }
.propuesta-card { background: #fff; border-radius: 30px; padding: 16px 24px; font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 15px; line-height: 1.55; color: var(--navy-2); max-width: 340px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.propuesta-dot { position: absolute; left: 50%; transform: translateX(-50%); width: 14px; height: 14px; border-radius: 50%; background: var(--teal-2); border: 3px solid #e1efef; z-index: 2; }

/* ================================================================
   CÓMO INVERTIMOS — Tesis de inversión
   Figma: fondo navy-2, título FD 500 36px blanco, grid 2 col
          íconos circulares teal, botón beneficios card blanca
================================================================ */
.seccion-tesis { background: var(--navy-2); padding: 80px 0 72px; }
.tesis-titulo { font-family: 'Funnel Display', sans-serif; font-weight: 500; font-size: 36px; line-height: 131%; color: #fff; text-align: center; margin-bottom: 48px; }
.tesis-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;  margin: 0 auto 56px; max-width: 900px}
.tesis-item { display: flex; align-items: center; gap: 16px; }
.tesis-ico { width: 56px; height: 56px; min-width: 56px; border-radius: 50%; background: var(--teal-2); display: flex; align-items: center; justify-content: center; }
.tesis-ico img { width: 30px; height: 30px; object-fit: contain; filter: brightness(10); }
.tesis-label { font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 16px; color: rgba(255,255,255,0.9); }
.tesis-label strong { font-weight: 700; }
.beneficios-card { background: #fff; border-radius: 20px; padding: 40px 48px;  margin: 0 auto 40px; max-width: 900px}
.beneficios-titulo { font-family: 'Funnel Display', sans-serif; font-weight: 600; font-size: 28px; color: var(--navy-2); text-align: center; margin-bottom: 32px; }
.beneficio-item { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; border-bottom: 1px solid #eee; font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 16px; color: var(--text-dark); }
.beneficio-item:last-child { border-bottom: none; }
.beneficio-item svg { flex-shrink: 0; }
.tesis-cta { text-align: center; }


.evalua-cf-img.mobile, .propuesta-cf-img.mobile, .proceso-img.mobile{
    display: none;
}


/* ================================================================
   CÓMO INVERTIMOS — Qué evaluamos
   Figma: fondo #33B8C1, 4 cards blancas r20px en esquinas
          círculo central doble anillo, flechas curvas #0c8a96
          títulos cards en teal, texto dark centrado
================================================================ */
.seccion-evalua { background: var(--teal-2); padding: 80px 0 72px; }
.evalua-titulo { font-family: 'Funnel Display', sans-serif; font-weight: 600; font-size: 36px; color: var(--navy-2); text-align: center; margin-bottom: 48px; }
.evalua-wrapper { position: relative; max-width: 900px; margin: 0 auto 48px; }
.evalua-diagrama { display: grid; grid-template-columns: 1fr 220px 1fr; grid-template-rows: auto auto; gap: 20px 16px; align-items: center; position: relative; z-index: 2; }
.evalua-card { background: rgba(255,255,255,0.92); border-radius: 20px; padding: 20px 24px; text-align: center; position: relative; z-index: 3; }
.evalua-card-tl { grid-column: 1; grid-row: 1; }
.evalua-card-tr { grid-column: 3; grid-row: 1; }
.evalua-card-bl { grid-column: 1; grid-row: 2; }
.evalua-card-br { grid-column: 3; grid-row: 2; }
.evalua-card-titulo { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 14px; color: var(--teal-2); margin-bottom: 8px; }
.evalua-card-texto { font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 12px; line-height: 1.6; color: #333; }
.evalua-centro-col { grid-column: 2; grid-row: 1/3; display: flex; align-items: center; justify-content: center; position: relative; z-index: 3; }
.evalua-circulo { width: 190px; height: 190px; border-radius: 50%; background: rgba(255,255,255,0.25); border: 5px solid rgba(255,255,255,0.45); display: flex; align-items: center; justify-content: center; }
.evalua-circulo-inner { width: 148px; height: 148px; border-radius: 50%; background: rgba(255,255,255,0.5); display: flex; align-items: center; justify-content: center; }
.evalua-svg-wrapper { position: absolute; inset: 0; pointer-events: none; z-index: 1; }
.evalua-arrows-svg { width: 100%; height: 100%; display: block; }
.evalua-cta { text-align: center; }

/* ================================================================
   CÓMO INVERTIMOS — CTA Final
================================================================ */
.seccion-cta-ci { position: relative; background: #7e8f92; min-height: 240px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.cta-ci-deco { position: absolute; border-radius: 50%; border: 0.8px solid var(--teal-2); pointer-events: none; }
.cta-ci-deco-1 { width: 420px; height: 420px; left: -100px; top: 50%; transform: translateY(-50%); opacity: 0.3; }
.cta-ci-deco-2 { width: 320px; height: 320px; right: -80px; top: 50%; transform: translateY(-50%); opacity: 0.25; }
.cta-ci-contenido { position: relative; z-index: 2; text-align: center; padding: 56px 48px; }

/* ================================================================
   RESPONSIVE
================================================================ */
@media (max-width: 1200px) {
  .como-cards { grid-template-columns: repeat(2, 1fr); }
  .noticias-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1024px) {
  .container { padding: 0 32px; }
  .hero-title { font-size: 36px; }
  .hero-qs-titulo { font-size: 26px; }
  .hero-ci-titulo { font-size: 26px; }
  .como-titulo { font-size: 44px; }
  .que-es-titulo { font-size: 44px; }
  .objetivos-titulo { font-size: 44px; }
  .cta-titulo { font-size: 44px; }
  .cta-qs-titulo { font-size: 44px; }
  .hero-card { width: 260px; }
  .conv-titulo { font-size: 50px; }
  .que-es-foto-svg { max-width: 400px; }
}
@media (max-width: 768px) {
  
  .nav-links { gap: 8px; }
  .nav-links a { font-size: 14px; }
  .btn-postula { width: 120px; font-size: 12px; }

  /* Hero landing */
  .hero-top { padding-top: 64px; }
  .hero-top .container { padding-top: 48px; padding-bottom: 32px; }
  .hero-title { font-size: 28px; }
  .hero-bottom { line-height: initial; }
  .hero-card { position: static; transform: none; width: 100%; border-radius: 0; padding: 32px 24px; }
  .hero-dot { display: none; }

  /* Cómo funciona */
  .seccion-como-funciona { padding: 56px 0 48px; border-radius: 24px 24px 0 0; }
  .como-header { grid-template-columns: 1fr; gap: 24px; }
  .como-header-titulo::after { display: none; }
  .como-titulo { font-size: 36px; }
  .como-descripcion { font-size: 17px; }
  .como-cards { grid-template-columns: repeat(2, 1fr); }
  .btn-como { width: 100%; }

  /* Convocatorias */
  .conv-titulo { font-size: 38px; }
  .conv-subtitulo { font-size: 18px; }
  .conv-content { padding: 56px 32px; }
  .btn-conv { width: 100%; }

  /* Noticias */
  .noticias-grid { grid-template-columns: 1fr; }
  .noticias-titulo { font-size: 28px; }
  .btn-noticias { width: 100%; }

  /* CTA landing */
  .seccion-cta { flex-direction: column; min-height: auto; }
  .cta-fotos { position: relative; width: 100%; height: 220px; left: 0; }
  .cta-circulo-grande  { width: 170px; height: 170px; left: 20px; top: 24px; transform: none; }
  .cta-circulo-chico-top { width: 100px; height: 100px; left: 160px; top: 10px; }
  .cta-circulo-chico-bot { width: 80px; height: 80px; left: 200px; top: 120px; }
  .cta-circulo-deco-1, .cta-circulo-deco-2 { display: none; }
  .cta-contenido { margin-left: 0; padding: 40px 24px 48px; }
  .cta-titulo { font-size: 36px; }
  .btn-cta { width: 100%; }

  /* Hero QS */
  .hero-qs { padding-top: 64px; }
  .hero-qs .container { grid-template-columns: 1fr; gap: 32px; padding-top: 48px; padding-bottom: 40px; }
  .hero-qs-desc { padding-left: 24px; font-size: 16px; }
  .hero-qs-ellipse { width: 220px; height: 220px; right: -40px; }

  /* Objetivos */
  .seccion-objetivos { padding: 56px 0 48px; border-radius: 24px 24px 0 0; }
  .objetivos-grid { grid-template-columns: 1fr; gap: 32px; }
  .objetivos-titulo { font-size: 36px; padding-right: 0; border-right: none; border-bottom: 1px solid rgba(27,36,65,0.25); padding-bottom: 24px; }

  /* Cómo trabaja */
  .seccion-como-trabaja { padding: 56px 0 64px; }
  .trabaja-cards { grid-template-columns: 1fr; }

  /* Qué es CFI */
  .seccion-que-es-cfi { padding: 56px 0 64px; }
  .que-es-grid { grid-template-columns: 1fr; gap: 40px; }
  .que-es-titulo { font-size: 36px; }
  .que-es-foto-wrapper { justify-content: center; }
  .que-es-circulo-deco { display: none; }
  .btn-conoce-mas { width: 100%; }

  /* CTA QS */
  .seccion-cta-qs { flex-direction: column; min-height: auto; }
  .cta-qs-fotos { position: relative; width: 100%; height: 220px; left: 0; }
  .cta-qs-mask-bg  { width: 200px; height: 200px; left: 10px; top: 15px; transform: none; }
  .cta-qs-mask-sci { width: 100px; height: 100px; left: 195px; top: 5px; }
  .cta-qs-mask-plant { width: 80px; height: 80px; left: 220px; top: 115px; }
  .cta-qs-teal { left: 280px; top: -5px; width: 40px; height: 40px; }
  .cta-qs-deco-1, .cta-qs-deco-2 { display: none; }
  .cta-qs-contenido { margin-left: 0; padding: 40px 24px 48px; }
  .cta-qs-titulo { font-size: 36px; }
  .btn-cta-qs { width: 100%; }

  /* Hero CI */
  .hero-ci { padding-top: 64px; }
  .hero-ci .container { padding-top: 48px; padding-bottom: 32px; }
  .hero-ci-titulo { font-size: 24px; }

  /* Propuesta */
  .propuesta-timeline::before { left: 20px; }
  .propuesta-item-left, .propuesta-item-right { padding-left: 48px; padding-right: 0; justify-content: flex-start; }
  .propuesta-dot { left: 20px; }

  /* Tesis */
  .tesis-grid { grid-template-columns: 1fr; }
  .beneficios-card { padding: 32px 24px; }

  /* Evalua */
  .seccion-evalua { padding: 56px 0 48px; }
  .evalua-diagrama { grid-template-columns: 1fr; gap: 16px; }
  .evalua-card-tl, .evalua-card-tr, .evalua-card-bl, .evalua-card-br { grid-column: 1; grid-row: auto; }
  .evalua-centro-col { grid-column: 1; grid-row: auto; }
  .evalua-svg-wrapper { display: none; }

  /* Footer */
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 20px; }
  .footer-nav { gap: 8px 16px; }
  .footer-nav a { font-size: 14px; }
}
@media (max-width: 540px) {
  .container { padding: 0 20px; }
  .nav-links .hide-mobile { display: none; }
  .como-cards { grid-template-columns: 1fr; }
  .footer-nav { flex-direction: column; gap: 8px;         justify-content: start;
        align-items: start;
        margin: 0;
        padding: 0;}
  .conv-titulo { font-size: 42px; }
  .btn-innova { width: 100%; }
}

/* ================================================================
   CTA con fondo foto — overlay semitransparente
================================================================ */
.seccion-cta[style*="background-image"],
.seccion-cta-qs[style*="background-image"],
.seccion-cta-ci[style*="background-image"] {
  position: relative;
}
.seccion-cta[style*="background-image"]::before,
.seccion-cta-qs[style*="background-image"]::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(30, 40, 60, 0.55);
  z-index: 1;
}
.seccion-cta[style*="background-image"] > *,
.seccion-cta-qs[style*="background-image"] > * {
  position: relative;
  z-index: 2;
}

/* ================================================================
   CÓMO FUNCIONA — Hero
================================================================ */
.hero-cf {
  background: linear-gradient(112deg, #0f1f2e 0%, #0f1f2e 45%, #0c4558 65%, #0baa98 83%, #2DD4BF 100%);
  padding-top: 76px;
}
.hero-cf .container { padding-top: 72px; padding-bottom: 56px; }
.hero-cf-titulo {
  font-family: 'Funnel Display', sans-serif; font-weight: 500; font-size: 32px;
  line-height: 125%; color: #fff; max-width: 700px;
}
.hero-cf-foto { width: 100%; line-height: 0; }
.hero-cf-foto img { display: block; width: 100%; height: auto; }

/* ================================================================
   CÓMO FUNCIONA — Propuesta de valor (imagen SVG)
================================================================ */
.seccion-propuesta-cf {
  background: #e1efef; border-radius: 40px 40px 0 0;
  margin-top: -40px; position: relative; z-index: 2;
  padding: 80px 0 72px;
}
.propuesta-cf-titulo {
  font-family: 'Funnel Display', sans-serif; font-weight: 600;
  font-size: 36px; line-height: 120%; color: var(--navy-2);
  text-align: center; margin-bottom: 4px;
}
.propuesta-cf-sub {
  font-family: 'Raleway', sans-serif; font-weight: 400;
  font-size: 20px; color: var(--text-body); text-align: center; margin-bottom: 48px;
}
.propuesta-cf-img { display: block; width: 100%; max-width: 900px; margin: 0 auto; height: auto; }

.propuesta-cf-cta { text-align: center; margin-top: 48px; }

/* ================================================================
   CÓMO FUNCIONA — Tesis de inversión (misma que como-invertimos)
================================================================ */

/* ================================================================
   CÓMO FUNCIONA — Qué evaluamos (imagen SVG)
================================================================ */
.seccion-evalua-cf { background: var(--teal-2); padding: 80px 0 72px; }
.evalua-cf-titulo {
  font-family: 'Funnel Display', sans-serif; font-weight: 600;
  font-size: 36px; color: var(--navy-2); text-align: center; margin-bottom: 48px;
}
.evalua-cf-img { display: block; width: 100%; max-width: 900px; margin: 0 auto; height: auto; }
.evalua-cf-cta { text-align: center; margin-top: 48px; }

/* ================================================================
   CÓMO FUNCIONA — CTA final (reutiliza .seccion-cta-ci)
================================================================ */

/* ================================================================
   CONVOCATORIAS — Hero
================================================================ */
.hero-conv {
  background: linear-gradient(112deg, #0f1f2e 0%, #0f1f2e 45%, #0c4558 65%, #0baa98 83%, #2DD4BF 100%);
  padding-top: 76px;
}
.hero-conv .container { padding-top: 72px; padding-bottom: 56px; }
.hero-conv-titulo {
  font-family: 'Funnel Display', sans-serif; font-weight: 500;
  font-size: 32px; line-height: 125%; color: #fff; max-width: 700px;
}
.hero-conv-foto { width: 100%; line-height: 0; }
.hero-conv-foto img { display: block; width: 100%; height: auto; }

/* ================================================================
   CONVOCATORIAS — Requisitos
================================================================ */
.seccion-requisitos {
  background: var(--mint); border-radius: 40px 40px 0 0;
  margin-top: -40px; position: relative; z-index: 2; padding: 80px 0 72px;
}
.requisitos-grid { display: grid; grid-template-columns: auto 1fr; gap: 0 56px; align-items: start; }
.requisitos-titulo {
  font-family: 'Funnel Display', sans-serif; font-weight: 700;
  font-size: 55px; line-height: 106%; color: var(--navy-2);
  padding-right: 56px; border-right: 1px solid rgba(27,36,65,0.25);
}
.requisitos-lista { list-style: none; display: flex; flex-direction: column; gap: 20px; padding-top: 4px; }
.requisitos-lista li {
  display: flex; align-items: flex-start; gap: 16px;
  font-family: 'Raleway', sans-serif; font-weight: 400;
  font-size: 18px; line-height: 155%; color: var(--text-body);
}
.req-dot {
  width: 10px; height: 10px; min-width: 10px; border-radius: 50%;
  background: var(--teal-2); margin-top: 7px; flex-shrink: 0;
}

/* ================================================================
   CONVOCATORIAS — Proceso de evaluación (imagen SVG)
================================================================ */
.seccion-proceso { background: var(--navy-2); padding: 80px 0 72px; }
.proceso-titulo {
  font-family: 'Funnel Display', sans-serif; font-weight: 500;
  font-size: 36px; line-height: 131%; color: #fff;
  text-align: center; margin-bottom: 48px;
}
.proceso-img { display: block; width: 100%; max-width: 980px; margin: 0 auto; height: auto; }
.proceso-cta { text-align: center; margin-top: 48px; }

/* ================================================================
   CONVOCATORIAS — Cronograma / Fechas
================================================================ */
.seccion-cronograma { background: var(--teal-2); padding: 80px 0 72px; }
.cronograma-titulo {
  font-family: 'Funnel Display', sans-serif; font-weight: 600;
  font-size: 36px; color: var(--navy-2); text-align: center; margin-bottom: 48px;
}
.cronograma-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 900px; margin: 0 auto 48px; }
.cronograma-card {
  background: rgba(255,255,255,0.9); border-radius: 20px;
  padding: 32px 24px; text-align: center;
}
.cronograma-card-fecha {
  font-family: 'Funnel Display', sans-serif; font-weight: 700;
  font-size: 28px; color: var(--navy-2); margin-bottom: 8px;
}
.cronograma-card-label {
  font-family: 'Raleway', sans-serif; font-weight: 400;
  font-size: 15px; line-height: 1.5; color: var(--text-body);
}
.cronograma-cta { text-align: center; }

/* ================================================================
   CONVOCATORIAS — CTA final
================================================================ */
.seccion-cta-conv {
  position: relative; min-height: 220px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  background: #7e8f92;
}
.cta-conv-deco { position: absolute; border-radius: 50%; border: 0.8px solid var(--teal-2); pointer-events: none; }
.cta-conv-deco-1 { width: 400px; height: 400px; left: -100px; top: 50%; transform: translateY(-50%); opacity: 0.3; }
.cta-conv-deco-2 { width: 300px; height: 300px; right: -80px; top: 50%; transform: translateY(-50%); opacity: 0.25; }
.cta-conv-contenido { position: relative; z-index: 2; text-align: center; padding: 56px 48px; }
.cta-conv-titulo {
  font-family: 'Bebas Neue', sans-serif; font-weight: 400;
  font-size: 60px; line-height: 103%; color: #fff; margin-bottom: 32px;
}

/* ================================================================
   CONTACTO
================================================================ */
.hero-contacto {
  background: linear-gradient(112deg, #0f1f2e 0%, #0f1f2e 45%, #0c4558 65%, #0baa98 83%, #2DD4BF 100%);
  padding-top: 76px;
}
.hero-contacto .container { padding-top: 72px; padding-bottom: 56px; }
.hero-contacto-titulo {
  font-family: 'Funnel Display', sans-serif; font-weight: 500;
  font-size: 32px; line-height: 125%; color: #fff; max-width: 600px;
}
.hero-contacto-foto { width: 100%; line-height: 0; }
.hero-contacto-foto img { display: block; width: 100%; height: auto; }

.seccion-contacto-form {
  background: var(--mint); border-radius: 40px 40px 0 0;
  margin-top: -40px; position: relative; z-index: 2; padding: 80px 0 88px;
}
.contacto-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.contacto-info-titulo {
  font-family: 'Funnel Display', sans-serif; font-weight: 700;
  font-size: 44px; line-height: 110%; color: var(--navy-2); margin-bottom: 28px;
}
.contacto-info-texto {
  font-family: 'Raleway', sans-serif; font-weight: 400;
  font-size: 17px; line-height: 160%; color: var(--text-body); margin-bottom: 12px;
}
.contacto-info-dato {
  display: flex; align-items: center; gap: 12px;
  font-family: 'Raleway', sans-serif; font-weight: 600;
  font-size: 16px; color: var(--navy-2); margin-bottom: 16px;
}
.contacto-info-dato svg { flex-shrink: 0; }

.contacto-form { background: #fff; border-radius: 24px; padding: 40px 36px; }
.contacto-form-titulo {
  font-family: 'Funnel Display', sans-serif; font-weight: 600;
  font-size: 28px; color: var(--navy-2); margin-bottom: 28px;
}
.form-group { margin-bottom: 20px; }
.form-group label {
  display: block; font-family: 'Raleway', sans-serif; font-weight: 600;
  font-size: 13px; letter-spacing: 0.5px; color: var(--navy-2); margin-bottom: 6px; text-transform: uppercase;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%; padding: 12px 16px; border: 1.5px solid #d0d8e0; border-radius: 10px;
  font-family: 'Raleway', sans-serif; font-size: 15px; color: var(--text-dark);
  background: #f9fafb; outline: none; transition: border-color 0.2s;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus { border-color: var(--teal-2); background: #fff; }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.btn-form {
  display: inline-flex; align-items: center; justify-content: center;
  width: 100%; height: 50px; border-radius: 33px;
  background: var(--navy-2); border: 2px solid var(--navy-2);
  font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 13px;
  letter-spacing: 1px; text-transform: uppercase; color: #fff;
  cursor: pointer; transition: all 0.2s; margin-top: 8px;
}
.btn-form:hover { background: transparent; color: var(--navy-2); }

/* Responsive nuevas páginas */
@media (max-width: 768px) {
  .hero-cf-titulo, .hero-conv-titulo, .hero-contacto-titulo { font-size: 24px; }
  .requisitos-grid { grid-template-columns: 1fr; gap: 32px; }
  .requisitos-titulo { font-size: 36px; padding-right: 0; border-right: none; border-bottom: 1px solid rgba(27,36,65,0.25); padding-bottom: 24px; }
  .cronograma-cards { grid-template-columns: 1fr; }
  .contacto-grid { grid-template-columns: 1fr; gap: 40px; }
  .contacto-info-titulo { font-size: 32px; }
  .form-row { grid-template-columns: 1fr; }
  .propuesta-cf-titulo, .evalua-cf-titulo, .proceso-titulo, .cronograma-titulo { font-size: 28px; }
  .seccion-propuesta-cf, .seccion-evalua-cf, .seccion-proceso, .seccion-cronograma { padding: 56px 0 48px; }
  .seccion-contacto-form { padding: 56px 0 64px; }
}

/* ================================================================
   CONVOCATORIAS — Requisitos layout 2 columnas
================================================================ */
.requisitos-contenido { display: flex; flex-direction: column; gap: 40px; }

.documentacion-bloque { margin-top: 8px; }
.documentacion-titulo {
  font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 16px;
  color: var(--navy-2); margin-bottom: 14px; text-transform: uppercase; letter-spacing: 0.5px;
}
.doc-btn {
  display: flex; align-items: center; justify-content: space-between;
  background: #fff; border: 1.5px solid #d0d8e0; border-radius: 12px;
  padding: 14px 20px; margin-bottom: 10px; text-decoration: none;
  font-family: 'Raleway', sans-serif; font-weight: 600; font-size: 15px;
  color: var(--navy-2); transition: border-color 0.2s, background 0.2s;
}
.doc-btn:hover { border-color: var(--teal-2); background: #f0fafa; }

/* ================================================================
   CONVOCATORIAS — Proceso cards grid
================================================================ */
.proceso-cards-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; max-width: 980px; margin: 48px auto 0;
}
.proceso-card {
  background: #fff; border: 1px solid #fff;
  border-radius: 20px; padding: 28px 24px;
  display: flex; flex-direction: column; gap: 12px;
  align-items: center;
}
.proceso-card-ico { width: 48px; height: 48px; }
.proceso-card-ico img { width: 100%; height: auto; display: block; }
.proceso-card-titulo {
  font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 15px;
  color: #1B2441; line-height: 1.35;
  text-align: center;
}
.proceso-card-texto {
  font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 13px;
  line-height: 1.6; color: #11131F;
  text-align: center;
}

/* ================================================================
   CONVOCATORIAS — Formulario postulá
================================================================ */
.seccion-postula-form { background: var(--mint); padding: 80px 0 88px; }
.postula-form-titulo {
  font-family: 'Funnel Display', sans-serif; font-weight: 600;
  font-size: 36px; color: var(--navy-2); text-align: center; margin-bottom: 48px;
}
.postula-form-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 60px; align-items: start; }
.postula-form-info { padding-top: 8px; }
.postula-form-texto {
  font-family: 'Raleway', sans-serif; font-weight: 400;
  font-size: 17px; line-height: 160%; color: var(--text-body); margin-bottom: 16px;
}
.form-check { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.form-check input[type="checkbox"] { width: 16px; height: 16px; accent-color: var(--teal-2); cursor: pointer; }
.form-check-label { font-family: 'Raleway', sans-serif; font-size: 13px; color: var(--text-body); cursor: pointer; }

/* ================================================================
   CONTACTO — Info + redes
================================================================ */
.contacto-redes { display: flex; gap: 16px; margin-top: 32px; }
.red-social {
  width: 42px; height: 42px; border-radius: 50%; border: 1.5px solid #cdd5e0;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none; transition: border-color 0.2s, background 0.2s;
}
.red-social:hover { border-color: var(--teal-2); background: #e8f8f7; }

/* ================================================================
   RESPONSIVE adicional
================================================================ */
@media (max-width: 900px) {
  .proceso-cards-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .proceso-cards-grid { grid-template-columns: 1fr; }
  .postula-form-grid { grid-template-columns: 1fr; gap: 32px; }
  .postula-form-titulo { font-size: 28px; }
  .seccion-postula-form, .seccion-proceso { padding: 56px 0 48px; }
  .seccion-requisitos { padding: 56px 0 48px; }
}

/* ================================================================
   CTA FINAL — landing y quiénes somos (imagen de fondo + fotos)
   Figma: imagen full, fotos circulares izq, título Bebas Neue 60px
================================================================ */
.seccion-cta-final {
  position: relative;
  width: 100%;
  min-height: 380px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.cta-final-bkg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 0;
}
.cta-final-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 25, 46, 0.52);
  z-index: 1;
}
.cta-final-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0;
  min-height: 380px;
}
/* Grupo de fotos circulares a la izquierda */
.cta-final-fotos {
  position: relative;
  width: 420px;
  min-width: 420px;
  height: 380px;
  flex-shrink: 0;
}
.cta-final-foto {
  position: absolute;
  object-fit: cover;
  border-radius: 50%;
}
.cta-final-foto-grande {
  width: 240px;
  height: 240px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cta-final-foto-top {
  width: 140px;
  height: 140px;
  left: 210px;
  top: 50%;
  margin-top: -160px;
}
.cta-final-foto-bot {
  width: 108px;
  height: 108px;
  left: 248px;
  top: 50%;
  margin-top: 50px;
}
/* Contenido derecho */
.cta-final-contenido {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  padding: 60px 0;
}
.cta-final-titulo {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 103%;
  color: #fff;
}

/* Responsive CTA final */
@media (max-width: 768px) {
  .seccion-cta-final { min-height: auto; }
  .cta-final-inner { flex-direction: column; min-height: auto; padding: 0; }
  .cta-final-fotos { width: 100%; min-width: unset; height: 220px; }
  .cta-final-foto-grande { width: 160px; height: 160px; left: 16px; top: 30px; transform: none; }
  .cta-final-foto-top { width: 100px; height: 100px; left: 160px; top: 10px; margin-top: 0; }
  .cta-final-foto-bot { width: 80px; height: 80px; left: 200px; top: 120px; margin-top: 0; }
  .cta-final-contenido { padding: 40px 0 48px; align-items: flex-start; }
  .cta-final-titulo { font-size: 40px; }
  .btn-cta { width: 100%; }
}

/* ================================================================
   FORMULARIOS — Convocatorias y Contacto
   Figma: fondo mint, card centrada, inputs limpios sin label,
          placeholder gris, botón navy centrado
================================================================ */
.navbar .nav-item a {

    font-weight: 600 !important;
}

.seccion-form-contacto {
  background: #E1EFEF;
  padding: 80px 0 88px;
}

.seccion-form-conv{
  background: #7E8F92;
  padding: 80px 0 88px;
}
.form-conv-titulo,
.form-contacto-titulo {
  font-family: 'Funnel Display', sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 131%;
  color: var(--navy-2);
  text-align: center;
  margin-bottom: 40px;
}
.form-conv-card,
.form-contacto-card {
  border-radius: 20px;
  padding: 40px 48px 48px;
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form-conv-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-conv-group {
  display: flex;
  flex-direction: column;
}
.form-conv-group-full {
  grid-column: 1 / -1;
}
.form-conv-input {
  width: 100%;
  padding: 13px 18px;
  border: 1.5px solid #d6dde6;
  border-radius: 25px;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--text-dark);
  background: #f7f9fb;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
  appearance: none;
  -webkit-appearance: none;
}
.form-conv-input::placeholder { color: #9daab8; }
.form-conv-input:focus {
  border-color: var(--teal-2);
  background: #fff;
}
.form-conv-select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%239DAAB8' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}
.form-conv-textarea {
  min-height: 130px;
  resize: vertical;
}
.form-conv-check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  color: var(--text-body);
}
.form-conv-check input[type="checkbox"] {
  width: 15px;
  height: 15px;
  accent-color: var(--teal-2);
  cursor: pointer;
  flex-shrink: 0;
}
.form-conv-submit {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.btn-form-conv {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  border-radius: 33px;
  background: var(--navy-2);
  border: 2px solid var(--navy-2);
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-form-conv:hover { background: transparent; color: var(--navy-2); }

/* Hero contacto desc */
.hero-contacto-desc {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: rgba(255,255,255,0.85);
  max-width: 520px;
  margin-top: 16px;
}

/* Datos de contacto — franja bajo el form */
.seccion-datos-contacto {
  background: #7e8f92;
  padding: 28px 0;
}
.datos-contacto-inner {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.dato-contacto-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255,255,255,0.85);
}
.dato-contacto-redes {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}
.red-social {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}
.red-social:hover { border-color: var(--teal); color: var(--teal); }
.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
}
/* Responsive formularios */
@media (max-width: 768px) {
  .form-conv-card, .form-contacto-card { padding: 28px 20px 32px; }
  .form-conv-row { grid-template-columns: 1fr; }
  .form-conv-titulo, .form-contacto-titulo { font-size: 28px; }
  .seccion-form-conv, .seccion-form-contacto { padding: 56px 0 64px; }
  .datos-contacto-inner { flex-direction: column; align-items: flex-start; gap: 16px; }
  .dato-contacto-redes { margin-left: 0; }
  .btn-form-conv { width: 100%; }
  .navbar-collapse.collapse.show{background-color: #192038 !important;}
  

       .header {
        background: #192038;

    }
    .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
}


.hero-conv, .hero-cf ,.hero-qs ,.hero-contacto {
  background-image: url(assets/gradiente.png);
  background-size: cover;
  background-position: right;
}




.navbar.scrolled {
    background-color: #1b2441 !important;
}

.navbar .nav-item a.active, .navbar .nav-item a:hover {
    color: #33B8C1 !important;
}



.btn-innova-conv{
    font-family: Montserrat;
    color: #1B2441;
    font-size: 16px;
    font-weight: 500;
}



/* ================================================================
   CONVOCATORIAS — Estilos específicos de página
   Los estilos de navbar, footer, container y botones
   se cargan desde styles.css
================================================================ */

/* ── HERO ── */
.conv-hero {
  background: linear-gradient(112deg, #0f1f2e 0%, #0f1f2e 45%, #0c4558 65%, #0baa98 83%, #2DD4BF 100%);
  padding-top: 76px; /* navbar height */
}
.conv-hero .container {
  padding-top: 56px;
  padding-bottom: 48px;
  position: relative;
}
.conv-hero-label {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2DD4BF;
  margin-bottom: 16px;
}
.conv-hero-titulo {
  font-family: 'Funnel Display', sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  color: #fff;
  margin-bottom: 20px;
  max-width: 700px;
}
.conv-hero-fecha {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 155%;
  color: rgba(255,255,255,0.85);
}
.conv-hero-fecha strong {
  font-weight: 700;
  color: #fff;
}

/* ── REQUISITOS ──
   Figma: fondo #D8EDEA, r40px top
   Card: blanca r40px, ítems con Chevron teal + texto FD Regular 18px
   Sep: línea teal entre ítems
   Documentación: título FD SemiBold 20px, botones 400×88px r40px Teal
================================================================ */
.seccion-requisitos {
  background: #D8EDEA;
  border-radius: 40px 40px 0 0;
  margin-top: -40px;
  position: relative;
  z-index: 2;
  padding: 80px 0 80px;
}
.req-titulo {
  font-family: 'Funnel Display', sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  color: #1B2441;
  text-align: center;
  margin-bottom: 56px;
}
/* Layout: dos columnas centradas, no a ancho completo */
.req-grid {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
}

/* ─ Card de requisitos (izquierda) ─ */
.req-card {
  background: #fff;
  border-radius: 40px;
  padding: 40px 40px;
  width: 655px;
  flex-shrink: 0;
}
.req-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  font-family: 'Funnel Display', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 172%;
  color: #1B2441;
}
.req-item:not(:last-child) {
  border-bottom: 1.5px solid #33B8C1;
}
/* Chevron teal */
.req-chevron {
  flex-shrink: 0;
  color: #33B8C1;
}
.req-chevron svg {
  display: block;
  width: 18px;
  height: 18px;
}

/* ─ Columna de documentación (derecha) ─ */
.req-doc {
  flex-shrink: 0;
  width: 400px;
}
.req-doc-titulo {
  font-family: 'Funnel Display', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #1B2441;
  margin-bottom: 20px;
}
.req-doc-lista {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
/* Botón de descarga: 400×88px, r40px, fondo Turquesa */
.req-doc-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 400px;
  height: 88px;
  border-radius: 40px;
  background: #33B8C1;
  text-decoration: none;
  padding: 0 40px;
  transition: background 0.2s;
}
.req-doc-btn:hover { background: #2aa8b0; }
.req-doc-btn-label {
  font-family: 'Funnel Display', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 106%;
  color: #1B2441;
}
.req-doc-btn-ico {
  flex-shrink: 0;
  color: #1B2441;
}

/* ── PROCESO DE EVALUACIÓN ── */
.seccion-proceso {
  background: #1B2441;
  padding: 80px 0 72px;
}
.proceso-titulo {
  font-family: 'Funnel Display', sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #fff;
  text-align: center;
  margin-bottom: 56px;
}

/* Diagrama SVG del proceso — placeholder hasta tener el SVG real */
.proceso-diagrama {
  max-width: 860px;
  margin: 0 auto 64px;
}
.proceso-diagrama img {
  width: 100%;
  height: auto;
  display: block;
}

/* Diagrama construido en CSS cuando no hay SVG */
.proceso-flujo {
  max-width: 860px;
  margin: 0 auto 64px;
  position: relative;
}
.proceso-fila {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 0;
}
.proceso-nodo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.proceso-nodo-circulo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #33B8C1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proceso-nodo-circulo img {
  width: 28px;
  height: 28px;
  filter: brightness(10);
  object-fit: contain;
}
.proceso-nodo-label {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: rgba(255,255,255,0.85);
  text-align: center;
  max-width: 90px;
  line-height: 1.3;
}
.proceso-linea-h {
  flex: 1;
  height: 2px;
  background: rgba(255,255,255,0.25);
  max-width: 80px;
}
.proceso-linea-v {
  width: 2px;
  height: 32px;
  background: rgba(255,255,255,0.25);
  margin: 0 auto;
}

/* 6 cards del proceso */
.proceso-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.proceso-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.proceso-card-ico {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proceso-card-ico img {
  width: 100%;
  height: auto;
  display: block;
}
.proceso-card-titulo {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  line-height: 1.3;
}
.proceso-card-texto {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,0.7);
}

/* ── FORMULARIO DE POSTULACIÓN ── */
.seccion-formulario {
  background: #33B8C1;
  padding: 80px 0 72px;
}
.form-titulo {
  font-family: 'Funnel Display', sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #1B2441;
  text-align: center;
  margin-bottom: 8px;
}
.form-subtitulo {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(27,36,65,0.75);
  text-align: center;
  margin-bottom: 48px;
}
.form-card {
  background: rgba(255,255,255,0.15);
  border-radius: 20px;
  padding: 48px;
  max-width: 860px;
  margin: 0 auto;
  backdrop-filter: blur(4px);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.form-row.full { grid-template-columns: 1fr; }
.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-label {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #1B2441;
  letter-spacing: 0.3px;
}
.form-input,
.form-select,
.form-textarea {
  width: 100%;
  background: #fff;
  border: 1.5px solid rgba(255,255,255,0.6);
  border-radius: 10px;
  padding: 14px 16px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #1B2441;
  outline: none;
  transition: border-color 0.2s;
  -webkit-appearance: none;
  appearance: none;
}
.form-input::placeholder,
.form-textarea::placeholder { color: rgba(27,36,65,0.4); }
.form-input:focus,
.form-select:focus,
.form-textarea:focus { border-color: #1B2441; }
.form-textarea { resize: vertical; min-height: 110px; }
.form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231B2441' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}
.form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #1B2441;
  margin-bottom: 24px;
  cursor: pointer;
}
.form-check input[type="checkbox"] {
  width: 18px; height: 18px;
  accent-color: #1B2441;
  cursor: pointer;
  flex-shrink: 0;
}
.form-submit-row {
  text-align: center;
  margin-top: 8px;
}
.btn-form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 56px;
  border-radius: 33px;
  background: #1B2441;
  border: 2px solid #1B2441;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.btn-form-submit:hover { background: transparent; color: #1B2441; }

/* ── RESPONSIVE ── */
@media (max-width: 1200px) {
  .req-card { width: 520px; }
  .req-doc { width: 360px; }
  .req-doc-btn { width: 360px; }
}
@media (max-width: 1024px) {
  .conv-hero-titulo { font-size: 38px; }
  .proceso-cards { grid-template-columns: repeat(2, 1fr); }
  .req-card { width: 440px; }
  .req-doc { width: 320px; }
  .req-doc-btn { width: 320px; }
}
@media (max-width: 768px) {
  .conv-hero { padding-top: 64px; }
  .conv-hero .container { padding-top: 48px; padding-bottom: 40px; }
  .conv-hero-titulo { font-size: 30px; }
  .seccion-requisitos { padding: 56px 0 48px; border-radius: 24px 24px 0 0; }
  .req-titulo { font-size: 28px; }
  .req-grid { flex-direction: column; align-items: center; gap: 32px; }
  .req-card { width: 100%; border-radius: 24px; padding: 28px 24px; }
  .req-doc { width: 100%; }
  .req-doc-btn { width: 100%; padding: 0 28px; }
  .seccion-proceso { padding: 56px 0 48px; }
  .proceso-flujo { display: none; }
  .proceso-cards { grid-template-columns: 1fr; }
  .proceso-card { text-align: left; flex-direction: row; align-items: flex-start; gap: 16px; }
  .seccion-formulario { padding: 56px 0 48px; }
  .form-card { padding: 32px 24px; }
  .form-row { grid-template-columns: 1fr; }
  .btn-form-submit { width: 100%; }
  .seccion-como-funciona,.seccion-requisitos,.seccion-propuesta-cf {
    margin-top: -12px;
   }

   .footer {
        background-image: url(assets/footer.png);
        background-position: left;
    }

    .seccion-cta { position: relative; background: #7e8f92; min-height: 420px; display: flex; align-items: center; overflow: hidden; background-image: url(assets/landing_bkg-footer.jpg);background-repeat: no-repeat;    background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom right;
    }

  .hero-conv, .hero-cf, .hero-qs, .hero-contacto, .hero-top {
        background-position: left;
    }
    .evalua-cf-img.desktop, .propuesta-cf-img.desktop, .proceso-img.desktop{
    display: none;
    }   

    .evalua-cf-img.mobile, .propuesta-cf-img.mobile, .proceso-img.mobile{
        display: block;
    }

    .btn-innova {
        height: auto; 

    }
}
@media (max-width: 540px) {
  .proceso-cards { grid-template-columns: 1fr; }
  .proceso-card { flex-direction: column; text-align: center; align-items: center; }
  .req-item { font-size: 15px; }
}

/* Columnas de requisitos */
.req-columna-izq { /* contenedor columna izquierda */ }
.req-columna-der { /* contenedor columna derecha */ }


/* ================================================================
   BENEFICIOS — Acordeón desplegable
   Archivo específico para como-invertimos.html
   Sobreescribe los estilos base de .beneficio-item de styles.css
================================================================ */

.beneficios-card .beneficio-item {
  display: block;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.beneficios-card .beneficio-item:last-child { border-bottom: none; }

.beneficios-card .beneficio-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0;
  user-select: none;
}
.beneficios-card .beneficio-header-label {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #1B2441;
}
.beneficios-card .beneficio-header-ico {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #33B8C1;
  transition: transform 0.3s ease;
}
.beneficios-card .beneficio-header-ico svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* Contenido desplegable */
.beneficios-card .beneficio-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.beneficios-card .beneficio-body-inner {
  padding: 0 0 0px 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.65;
  color: #555;
}

/* Estado abierto */
.beneficios-card .beneficio-item.open .beneficio-header-ico {
  transform: rotate(180deg);
}
.beneficios-card .beneficio-item.open .beneficio-body {
  max-height: 200px;
}

.success-form{
        color: #00A7E1;
        display: none;
        font-weight: 500;
        font-size: 18px;
    }
    .error-form{
        color: #ff5151;
        display: none;
        font-weight: 500;
        font-size: 18px;
    }

    .warning-form{
        display: none;
        margin-top: 5px;
        color: #00A7E1;
        font-size: 18px;
    }

    .msg-error {
      color: #00A7E1;
    }
    .g-recaptcha.error {
      padding: .2em;
      width: 19em;
    }
