.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-3f63a31:#55AF3A;--e-global-color-d87c4ea:#284697;--e-global-color-9ec9baf:#EFF7ED;--e-global-color-fa8fdbb:#FFFFFF;--e-global-color-614df96:#FFEF99;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-9ec9baf );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-9ec9baf );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ─── DESIGN TOKENS (from Figma) ───────────── */
    :root {
      --nav-bg:        #1E1D98;
      --green:         #55AF3A;
      --green-light:   #33C794;
      --blue-dark:     #284697;
      --text-mid:      #40495A;
      --text-white:    #FFFFFF;
      --about-bg:      #EFF7ED;
      --activities-bg: #FCFDFB;
      --collab-bg:     #55AF3A;
      --footer-bg:     #284697;
      --border:        #D0D4DC;
      --gold:          #DEC68A;
      --section-cal:   #D4DAEA;

      /* Dots */
      --dot-1: #F5C518;
      --dot-2: #F07D29;
      --dot-3: #E03C31;
      --dot-4: #3AAD6E;
      --dot-5: #2A9D8F;
      --dot-6: #A7A7FA;
      --dot-7: #71048C;

      /* Typography */
      --font-museo:      'Nunito Sans', sans-serif; /* ≈ Museo Sans 500 */
      --font-montserrat: 'Montserrat', sans-serif;

      --btn-radius: 3px;
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }
    body { font-family: var(--font-museo); color: var(--text-mid); background: #fff; }

    /* ─── COLOR DOTS ─────────────────────────── */
    .color-dots { display: flex; gap: 6px; align-items: center; margin-bottom: 16px; }
    .dot { width: 13px; height: 13px; border-radius: 50%; }
    .d1 { background: var(--dot-1); }
    .d2 { background: var(--dot-2); }
    .d3 { background: var(--dot-3); }
    .d4 { background: var(--dot-4); }
    .d5 { background: var(--dot-5); }
    .d6 { background: var(--dot-6); }
    .d7 { background: var(--dot-7); }

    /* ─── NAVBAR ─────────────────────────────── */
    .navbar {
      background: var(--nav-bg);
      padding: 0;
      height: 72px;
    }
    .navbar .container { height: 72px; }
    .navbar-brand { display: flex; align-items: center; gap: 10px; }
    .brand-logo {
      width: 44px; height: 44px;
      background: rgba(255,255,255,0.12);
      border-radius: 4px;
      display: flex; align-items: center; justify-content: center;
    }
    .brand-text { line-height: 1.2; }
    .brand-text .top { font-family: var(--font-montserrat); font-size: 0.52rem; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 0.5px; }
    .brand-text .bot { font-size: 0.48rem; color: rgba(255,255,255,0.7); }

    .nav-link {
      font-family: var(--font-montserrat);
      font-weight: 500;
      font-size: 0.82rem;
      color: #fff !important;
      padding: 0 10px !important;
      white-space: nowrap;
    }
    .nav-link:hover { color: rgba(255,255,255,0.75) !important; }
    .btn-nav-cta {
      font-family: var(--font-montserrat);
      font-weight: 700;
      font-size: 0.82rem;
      background: var(--green);
      color: #fff !important;
      border-radius: var(--btn-radius);
      padding: 9px 18px;
      text-decoration: none;
      white-space: nowrap;
      transition: background 0.2s;
    }
    .btn-nav-cta:hover { background: #46962f; color: #fff !important; }

    /* ─── HERO / BANNER ──────────────────────── */
    .hero-section {
      background: var(--green);
      min-height: 360px;
      display: flex; align-items: center; justify-content: center;
      position: relative; overflow: hidden;
      padding: 48px 20px 40px;
    }
    .hero-deco {
      position: absolute; left: 32px; bottom: 20px;
      display: flex; flex-direction: column; gap: 5px; opacity: 0.5;
    }
    .deco-book { width: 60px; height: 8px; border-radius: 2px; }
    .deco-bars { display: flex; gap: 4px; align-items: flex-end; margin-top: 6px; }
    .deco-bar  { width: 10px; border-radius: 2px 2px 0 0; }

    /* Speech bubble polygon */
    .bubble-wrap { position: relative; display: inline-block; }
    .bubble-svg  { display: block; }
    .bubble-content {
      position: absolute; inset: 0;
      display: flex; flex-direction: column; align-items: center; justify-content: center;
      padding: 0 40px;
    }
    .bubble-content .anio {
      font-family: var(--font-montserrat); font-weight: 700;
      font-size: 0.95rem; letter-spacing: 4px; color: var(--green);
      text-transform: uppercase; margin-bottom: 0;
    }
    .bubble-content .cerebro {
      font-family: var(--font-montserrat); font-weight: 900;
      font-size: 3.4rem; line-height: 1; color: var(--green); margin: 0;
    }
    .bubble-content .year {
      font-family: var(--font-montserrat); font-weight: 700;
      font-size: 1.5rem; color: var(--green); margin: 0;
    }
    .bubble-tail {
      width: 0; height: 0;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      border-top: 30px solid #fff;
      margin: 0 auto;
    }

    /* ─── SECTION: QUÉ ES (ABOUT) ────────────── */
    .about-section {
      background: var(--about-bg);
      padding: 64px 0 56px;
    }
    .section-title {
      font-family: var(--font-montserrat);
      font-weight: 500;
      font-size: 3rem;       /* 48px */
      line-height: 50px;
      color: var(--blue-dark);
      margin-bottom: 24px;
    }
    .section-body {
      font-family: var(--font-montserrat);
      font-weight: 500;
      font-size: 1rem;       /* 16px */
      line-height: 28px;
      color: var(--blue-dark);
      margin-bottom: 14px;
    }
    .cta-text {
      font-family: var(--font-montserrat);
      font-weight: 500;
      font-size: 1rem;
      color: var(--blue-dark);
      margin: 28px 0 20px;
    }
    .btn-primary-dark {
      display: inline-flex; align-items: center; gap: 8px;
      background: var(--blue-dark);
      color: #fff;
      font-family: var(--font-montserrat); font-weight: 500; font-size: 1.05rem; /* 18px */
      line-height: 28px;
      border-radius: var(--btn-radius);
      padding: 12px 24px;
      text-decoration: none; border: none;
      transition: background 0.2s;
    }
    .btn-primary-dark:hover { background: #1c3070; color: #fff; }

    /* ─── SECTION: ACTIVIDADES ───────────────── */
    .activities-section {
      background: var(--activities-bg);
      padding: 64px 0 72px;
    }
    .activities-section .section-heading {
      font-family: var(--font-museo);
      font-weight: 700;
      font-size: 2.375rem;  /* 38px */
      line-height: 46px;
      color: var(--gold);
      margin-bottom: 36px;
    }

    /* Featured card */
    .featured-card {
      display: flex; border: 1px solid var(--border); background: #fff;
      margin-bottom: 28px;
    }
    .featured-card .feat-img {
      width: 50%; min-height: 300px;
      object-fit: cover; display: block;
      background: linear-gradient(135deg,#e0cff0,#c8b0e8,#b0c0f8,#98d0e8);
    }
    .feat-img-placeholder {
      width: 50%; min-height: 300px;
      background: linear-gradient(135deg,#dcc8ec,#c4a8e4,#acbcf4,#96cce4);
      display: flex; align-items: center; justify-content: center;
    }
    .featured-info { padding: 32px; flex: 1; display: flex; flex-direction: column; }
    .featured-label {
      font-family: var(--font-museo); font-weight: 700;
      font-size: 1.75rem; /* 28px */
      line-height: 32px; color: var(--text-mid);
      margin-bottom: 16px;
    }

    /* Region badge */
    .badge-region {
      display: inline-block;
      font-family: var(--font-museo); font-weight: 700; font-size: 1.0625rem; /* 17px */
      line-height: 28px; padding: 2px 14px; border-radius: 20px;
      margin-bottom: 8px;
    }
    .badge-centro  { background: var(--section-cal); color: var(--text-mid); }
    .badge-norte   { background: var(--dot-2);       color: #fff; }
    .badge-sur     { background: var(--dot-1);       color: var(--text-mid); }
    .badge-austral { background: #B890C5;            color: #fff; }

    /* Date row */
    .date-row {
      display: flex; align-items: center; gap: 6px;
      font-family: var(--font-museo); font-size: 1rem; line-height: 28px;
      color: var(--text-mid); margin-bottom: 8px;
    }

    /* Card title */
    .card-title-activity {
      font-family: var(--font-montserrat); font-weight: 400;
      font-size: 1.5rem; /* 24px */
      line-height: 32px;
      color: var(--text-mid);
      margin: 6px 0 10px;
    }
    .card-body-text {
      font-family: var(--font-museo); font-weight: 500;
      font-size: 1rem; line-height: 28px;
      color: var(--text-mid); margin-bottom: 20px;
      flex: 1;
    }
    .featured-info .btn-ver {
      width: auto;
      display: inline-flex;
      padding: 12px 28px;
      align-self: flex-start;
    }
    .btn-ver {
      display: inline-flex; align-items: center; justify-content: center; gap: 8px;
      background: var(--blue-dark); color: #fff;
      font-family: var(--font-montserrat); font-weight: 700; font-size: 1.05rem; /* 18px */
      line-height: 28px;
      border-radius: var(--btn-radius);
      padding: 12px 24px;
      text-decoration: none; border: none; width: 100%;
      transition: background 0.2s;
    }
    .btn-ver:hover { background: #1c3070; color: #fff; }

    /* Activity card (small) */
    .act-card { border: 1px solid var(--border); background: #fff; display: flex; flex-direction: column; height: 100%; }
    .act-card-img {
      width: 100%; height: 190px; object-fit: cover;
      background: linear-gradient(135deg,#f0c8c0,#e0a0a8,#d08898);
    }
    .act-card-body { padding: 16px 16px 20px; display: flex; flex-direction: column; flex: 1; }

    .btn-cartelera {
      display: inline-flex; align-items: center; gap: 8px;
      background: var(--green-light); color: #fff;
      font-family: var(--font-museo); font-weight: 700; font-size: 1.05rem;
      border-radius: var(--btn-radius);
      padding: 12px 32px; text-decoration: none; border: none;
      transition: background 0.2s;
    }
    .btn-cartelera:hover { background: #28a87e; color: #fff; }

    /* ─── SECTION: COLABORADORES ─────────────── */
    .collab-section {
      background: var(--collab-bg);
      padding: 56px 0 52px;
    }
    .collab-section .section-heading {
      font-family: var(--font-museo); font-weight: 700;
      font-size: 2.375rem; line-height: 46px;
      color: var(--gold);
      margin-bottom: 36px;
    }
    .collab-logos {
      display: flex; flex-wrap: wrap;
      align-items: center; justify-content: center;
      gap: 32px 48px; margin-bottom: 36px;
    }
    .collab-logo {
      display: flex; align-items: center; justify-content: center;
      filter: brightness(0) invert(1); opacity: 0.85;
    }
    .collab-logo img { height: 44px; max-width: 130px; object-fit: contain; }
    .logo-text-el {
      font-family: var(--font-museo); font-weight: 800;
      font-size: 1rem; color: #fff; text-align: center;
    }
    .btn-conoce {
      display: inline-flex; align-items: center; gap: 8px;
      background: var(--blue-dark); color: #fff;
      font-family: var(--font-montserrat); font-weight: 700; font-size: 1.05rem;
      border-radius: var(--btn-radius);
      padding: 12px 32px; text-decoration: none; border: none;
      transition: background 0.2s;
    }
    .btn-conoce:hover { background: #1c3070; color: #fff; }

    /* ─── FOOTER ─────────────────────────────── */
    .footer-main {
      background: var(--footer-bg);
      padding: 36px 0 0;
    }
    .footer-logos { display: flex; align-items: center; gap: 18px; }
    .footer-brain-logo {
      font-family: var(--font-montserrat); color: #fff; line-height: 1.1;
    }
    .footer-brain-logo .anio-small { font-size: 0.52rem; letter-spacing: 2px; text-transform: uppercase; opacity: 0.7; }
    .footer-brain-logo .cerebro-big { font-size: 1.4rem; font-weight: 900; color: #fff; }
    .footer-brain-logo .year-small  { font-size: 0.75rem; font-weight: 700; }

    .footer-social { display: flex; align-items: center; gap: 8px; justify-content: flex-end; }
    .footer-social .label { font-family: var(--font-montserrat); color: #fff; font-size: 0.85rem; font-weight: 600; margin-right: 4px; }
    .soc {
      width: 34px; height: 34px; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 0.95rem; text-decoration: none; transition: opacity 0.2s;
    }
    .soc:hover { opacity: 0.75; }
    .soc-x  { background: #000;    color: #fff; }
    .soc-fb { background: #1877f2; color: #fff; }
    .soc-yt { background: #ff0000; color: #fff; }
    .soc-ig { background: radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%); color: #fff; }
    .soc-tk { background: #000;    color: #fff; }

    .footer-divider { border-top: 1px solid rgba(255,255,255,0.2); margin: 24px 0 14px; }
    .footer-copy { font-size: 0.75rem; color: rgba(255,255,255,0.6); padding-bottom: 18px; }

    /* Scroll-to-top */
    .btn-top {
      position: fixed; bottom: 24px; right: 24px;
      width: 42px; height: 42px; border-radius: 50%;
      background: var(--green); color: #fff; border: none;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.1rem; cursor: pointer; text-decoration: none;
      box-shadow: 0 3px 14px rgba(0,0,0,0.25); z-index: 999;
      transition: background 0.2s;
    }
    .btn-top:hover { background: #46962f; color: #fff; }

    /* Brain image placeholder colors */
    .brain-1 { background: linear-gradient(135deg,#dcc8ec,#c4a8e4,#acbcf4,#96cce4); }
    .brain-2 { background: linear-gradient(135deg,#f8c0b8,#e898a0,#d88090,#c87080); }
    .brain-3 { background: linear-gradient(135deg,#f8e890,#f0d050,#e8c030,#d8b020); }
    .brain-4 { background: linear-gradient(135deg,#f0c0e0,#e0a0d0,#d088c0,#c070b0); }

    @media (max-width: 768px) {
      .featured-card { flex-direction: column; }
      .feat-img-placeholder { width: 100%; min-height: 220px; }
      .section-title { font-size: 2rem; line-height: 40px; }
      .navbar { height: auto; }
      .navbar .container { height: auto; }
    }/* End custom CSS */