.elementor-109987 .elementor-element.elementor-element-5c0cccd{--display:flex;--background-transition:0.3s;--margin-block-start:0px;--margin-block-end:0px;--margin-inline-start:0px;--margin-inline-end:0px;--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-109987 .elementor-element.elementor-element-373c296{--display:flex;--background-transition:0.3s;--margin-block-start:0px;--margin-block-end:0px;--margin-inline-start:0px;--margin-inline-end:0px;--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:0px;--padding-inline-end:0px;}/* Start custom CSS for html, class: .elementor-element-699d167 *//* ═══════════════════════════════════════
   FUENTES — agregar en el <head> de WordPress o via Elementor > Custom Fonts:
   <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Open+Sans:wght@400;500;600&display=swap" rel="stylesheet">
═══════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --green-dark:  #12775F;
  --green-mid:   #199C7A;
  --green-light: #148A6B;
  --navy:        #1a1a2e;
  --text-gray:   #555;
  --light-bg:    #F6F7FB;
  --white:       #fff;
  --border:      rgba(0,0,0,0.1);
}
html { scroll-behavior: smooth; }
body { font-family: 'Open Sans', sans-serif; color: var(--navy); background: var(--light-bg); overflow-x: hidden; }

/* ═══════════════════════════════════════
   HERO
═══════════════════════════════════════ */
.hero {
  position: relative; width: 100%; height: 80vh; min-height: 580px;
  overflow: hidden; display: flex; align-items: flex-end;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('https://www.uniacc.cl/wp-content/uploads/2026/07/Banner_Observatorio-03-scaled.webp');
  background-size: cover; background-position: center;
  z-index: 1;
}
.hero-dark-filter {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.15);
  z-index: 2;
}
.hero-overlay-img {
  position: absolute; top: 0; left: 0; bottom: 0;
  width: 50%; height: 100%; object-fit: cover; object-position: left center;
  z-index: 2; pointer-events: none;
}
.hero-gradient {
  position: absolute; inset: 0;
  z-index: 4;
}
.hero-logo-center {
  position: absolute; top: 0; left: 0;
  height: 100%; z-index: 3;
}
.hero-logo-center img {
  height: 100%; width: auto; display: block;
  opacity: 0; animation: fadeIn .9s ease-out forwards; animation-delay: .3s;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.hero-bottom {
  position: relative; z-index: 4;
  width: 100%; padding: 0 60px 120px;
  display: flex; align-items: flex-end; justify-content: space-between; gap: 40px;
}
.hero-logo-lockup {
  display: flex; align-items: center; gap: 20px;
  opacity: 0; animation: fadeUp .9s ease-out forwards; animation-delay: .2s;
}
.hero-logo-lockup img { height: 64px; width: auto; }
.hero-title-wrap {
  opacity: 0; animation: fadeUp .9s ease-out forwards; animation-delay: .5s;
}
.hero-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
  color: rgba(40,40,40,0.7); margin-bottom: 10px;
}
.hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(22px, 2.8vw, 42px); font-weight: 300; line-height: 1.15;
  color: #2a2a2a;
}
.hero-title strong { font-weight: 700; }
.hero-desc-wrap {
  max-width: 340px; text-align: right;
  opacity: 0; animation: fadeUp .9s ease-out forwards; animation-delay: .8s;
}
.hero-desc-wrap p {
  font-size: 14px; line-height: 1.8; color: rgba(255,255,255,0.9);
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ═══════════════════════════════════════
   STATS BAR
═══════════════════════════════════════ */
.stats-bar {
  position: relative; z-index: 20;
  margin: -72px 10% 0;
}
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  background: #fff; border-radius: 16px; padding: 12px;
  box-shadow: 0 -8px 40px rgba(0,0,0,0.18);
}
.stat-card {
  background: #F0F2F7; border-radius: 12px; padding: 24px 24px 20px;
  display: flex; flex-direction: column; justify-content: space-between;
  min-height: 140px;
}
.stat-label {
  font-size: 10px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: #414141;
}
.stat-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 44px; font-weight: 700; color: #1a1a2e; line-height: 1;
  margin: auto 0 0;
}
.stat-number .stat-suffix { color: var(--green-dark); }
.stat-sub { font-size: 12px; color: #555; margin-top: 6px; line-height: 1.4; opacity: .75; }

/* ═══════════════════════════════════════
   DIRECTORA QUOTE
═══════════════════════════════════════ */
.directora-section {
  display: grid; grid-template-columns: 65fr 35fr;
  min-height: 520px; margin: 120px 10% 80px; border-radius: 20px;
  overflow: hidden; background: #F6F7FB; gap: 32px;
}
.directora-left {
  display: grid; grid-template-columns: 440px 1fr;
  min-height: 520px; gap: 24px; align-items: end;
}
.directora-conceptos {
  display: flex; flex-direction: column;
  gap: 12px; padding: 16px 16px 16px 0;
  width: 380px; justify-self: end;
}
.directora-conceptos .concepto-card {
  border-radius: 14px;
}
.directora-photo-wrap {
  overflow: hidden; position: relative;
  padding: 20px 0 20px 20px;
  align-self: start; margin-bottom: 20px;
}
.directora-photo-wrap img {
  width: 100%; height: auto; max-height: 560px;
  object-fit: cover; object-position: center top; display: block;
  border-radius: 16px;
}
.directora-photo-label {
  position: absolute; bottom: 20px; left: 20px;
  background: rgba(0,0,0,0.55); color: #fff;
  font-size: 12px; padding: 5px 12px; border-radius: 16px;
  font-family: 'Montserrat', sans-serif; font-weight: 500;
}
.directora-quote-wrap {
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 34px 28px 120px 0;
}
.quote-accent {
  width: 40px; height: 3px; background: var(--green-dark); border-radius: 2px;
  margin-bottom: 28px;
}
.directora-eyebrow {
  font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--green-dark); margin-bottom: 20px;
}
.directora-quote-wrap blockquote {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px; font-weight: 500; line-height: 1.8;
  color: var(--navy); margin: 0;
}
.directora-attrib {
  margin-top: 28px; font-size: 13px; font-weight: 600; color: var(--text-gray);
  letter-spacing: .02em;
}
.directora-attrib span { color: var(--green-dark); display: block; font-weight: 700; }

/* ═══════════════════════════════════════
   CONCEPTOS FUNDAMENTALES
═══════════════════════════════════════ */
.conceptos-section {
  padding: 60px 10%; background: #fff;
}
.conceptos-intro {
  max-width: 560px; margin-bottom: 40px;
}
.conceptos-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: var(--green-dark); margin-bottom: 12px;
}
.conceptos-intro-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px; font-weight: 300; color: var(--navy); line-height: 1.3;
}
.conceptos-intro-title strong { font-weight: 700; }
.conceptos-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
}
.concepto-card {
  border-radius: 16px; padding: 28px 28px;
  min-height: 140px; display: flex; flex-direction: column; justify-content: flex-end;
  position: relative; overflow: hidden;
  background-color: #12775F;
}
.concepto-card.discurso { background-color: #0f6350; }
.concepto-bg-letter {
  position: absolute; right: -12px; top: -20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 200px; font-weight: 900; opacity: 0.07;
  line-height: 1; pointer-events: none; color: #fff; user-select: none;
}
.concepto-accent-bar {
  position: absolute; top: 52px; left: 0;
  width: 3px; height: 36px; background: rgba(255,255,255,0.5); border-radius: 0 2px 2px 0;
}
.concepto-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px; font-weight: 600; letter-spacing: 3px;
  text-transform: uppercase; color: rgba(255,255,255,0.6); margin-bottom: 12px;
}
.concepto-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px; font-weight: 700; color: #fff; margin-bottom: 12px; line-height: 1.1;
}
.concepto-def {
  font-size: 12px; line-height: 1.75; color: rgba(255,255,255,0.8); max-width: 380px;
}

/* ═══════════════════════════════════════
   LÍNEAS DE INVESTIGACIÓN
═══════════════════════════════════════ */
.lineas-section {
  background: #F6F7FB; margin-top: 0;
}
.lineas-wrapper {
  display: grid; grid-template-columns: 1fr 400px;
  gap: 72px; padding: 0 10%; align-items: start;
}
.lineas-left { position: sticky; top: 40px; }
.lineas-sticky-panel {
  background: #fff; border: 0.5px solid rgba(0,0,0,0.12);
  border-radius: 14px; padding: 36px 32px;
  display: flex; flex-direction: column; gap: 20px;
}
.lineas-accent { width: 40px; height: 3px; background: var(--green-dark); border-radius: 2px; }
.lineas-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: #414141;
}
.lineas-title-big {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px; font-weight: 300; line-height: 1.25; color: var(--navy);
}
.lineas-title-big strong { font-weight: 700; display: block; }
.lineas-intro { font-size: 13px; line-height: 1.75; color: var(--text-gray); }

.lineas-right { display: flex; flex-direction: column; gap: 12px; }
.linea-card {
  background: #fff; border-radius: 14px;
  border: 0.5px solid rgba(0,0,0,0.1);
  padding: 28px 28px; display: grid;
  grid-template-columns: 56px 1fr; gap: 24px; align-items: start;
  transition: box-shadow .2s;
}
.linea-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.linea-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px; font-weight: 700; color: var(--green-dark); letter-spacing: .06em;
  padding-top: 3px;
}
.linea-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 10px; line-height: 1.35;
}
.linea-card p { font-size: 13px; color: var(--text-gray); line-height: 1.7; }

/* ═══════════════════════════════════════
   PROYECTOS
═══════════════════════════════════════ */
.proyectos-section { background: #F6F7FB; padding: 120px 0; }
.proyectos-wrapper { padding: 0 10%; }
.section-header { margin-bottom: 48px; }
.sec-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
  color: var(--green-dark); margin-bottom: 14px;
  display: flex; align-items: center; gap: 10px;
}
.sec-eyebrow::after { content: ''; display: block; width: 22px; height: 1px; background: var(--green-dark); }
.sec-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(24px, 2.4vw, 36px); font-weight: 300; line-height: 1.3; color: var(--navy);
}
.sec-title strong { font-weight: 700; }
.sec-subtitle { font-size: 15px; color: var(--text-gray); margin-top: 8px; line-height: 1.5; }

.proyectos-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.proyecto-card {
  background: #fff; border-radius: 16px;
  border: 0.5px solid rgba(0,0,0,0.1);
  padding: 28px 24px 24px;
  display: flex; flex-direction: column; gap: 12px;
  transition: transform .2s, box-shadow .2s;
}
.proyecto-card:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,0,0,0.08); }
.proyecto-card-accent { width: 36px; height: 3px; background: var(--green-dark); border-radius: 2px; flex-shrink: 0; }
.proyecto-tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--green-dark);
}
.proyecto-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px; font-weight: 700; color: var(--navy); line-height: 1.5; flex: 1;
}

/* ═══════════════════════════════════════
   EQUIPO
═══════════════════════════════════════ */
.equipo-section { background: #F6F7FB; padding: 80px 0; }
.equipo-wrapper { padding: 0 10%; }
.team-grid-4 {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 20px; margin-top: 48px; margin-bottom: 20px;
}
.team-grid-2 {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.person-card {
  background: #fff; border: 1px solid rgba(0,0,0,0.09);
  border-radius: 12px; overflow: hidden;
  display: flex; flex-direction: column;
  transition: box-shadow .2s, border-color .2s;
}
.person-card:hover { border-color: rgba(18,119,95,0.3); box-shadow: 0 4px 20px rgba(18,119,95,0.08); }
.card-photo {
  width: 100%; object-fit: cover; object-position: top center;
  display: block; flex-shrink: 0; aspect-ratio: 3/3.4;
}
.card-body { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.badge-role {
  display: inline-block; font-family: 'Montserrat', sans-serif;
  font-size: 10px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase;
  color: var(--navy); background: rgba(18,119,95,0.08);
  border: 1px solid rgba(18,119,95,0.2); border-radius: 4px;
  padding: 3px 9px; margin-bottom: 8px; width: fit-content;
}
.card-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px; font-weight: 600; color: var(--navy); line-height: 1.3; margin-bottom: 3px;
}
.card-role-label { font-size: 12px; font-weight: 600; color: var(--green-dark); margin-bottom: 6px; line-height: 1.3; }
.card-degree { font-size: 11.5px; color: var(--text-gray); font-style: italic; margin-bottom: 8px; line-height: 1.5; }
.card-desc { font-size: 12.5px; color: var(--text-gray); line-height: 1.7; flex: 1; }

/* ═══════════════════════════════════════
   PUBLICACIONES
═══════════════════════════════════════ */
.pub-section { background: var(--light-bg); padding: 80px 0; }
.pub-wrapper { padding: 0 10%; }
.accordion { margin-top: 40px; }
.acc-item { border-bottom: 1px solid var(--border); }
.acc-item:first-child { border-top: 1px solid var(--border); }
.acc-trigger {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 22px 0; background: none; border: none; cursor: pointer; text-align: left;
}
.acc-trigger:hover .acc-trigger-label { color: var(--green-dark); }
.acc-trigger-tag {
  font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase; color: var(--green-dark);
  margin-bottom: 4px; display: block;
}
.acc-trigger-label {
  font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 600;
  color: var(--navy); line-height: 1.4; transition: color .2s;
}
.acc-chevron { flex-shrink: 0; color: #aaa; transition: transform .3s ease; }
.acc-item.open .acc-chevron { transform: rotate(180deg); }
.acc-body { overflow: hidden; max-height: 0; transition: max-height .35s ease; }
.acc-body-inner { padding-bottom: 24px; }
.pub-link {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 12px;
  padding: 14px 0; border-bottom: 1px solid #eee;
  text-decoration: none; color: var(--navy); font-size: 13.5px; line-height: 1.7;
  transition: color .2s;
}
.pub-link:last-child { border-bottom: none; }
.pub-link:hover { color: var(--green-dark); }
.pub-link em { font-style: italic; font-weight: 600; display: block; }
.pub-link-author {
  font-family: 'Montserrat', sans-serif; font-size: 11px; color: var(--green-dark);
  font-weight: 600; margin-top: 4px; letter-spacing: .04em;
}
.pub-link-icon { flex-shrink: 0; margin-top: 3px; opacity: .3; transition: opacity .2s; }
.pub-link:hover .pub-link-icon { opacity: 1; }

/* ═══════════════════════════════════════
   MIRADAS
═══════════════════════════════════════ */
.miradas-section { background: #fff; padding: 80px 0; }
.miradas-wrapper { padding: 0 10%; }
.miradas-layout {
  display: grid; grid-template-columns: 1fr 1fr; gap: 72px;
  align-items: center; margin-top: 48px;
}
.miradas-img-wrap {
  position: relative; overflow: hidden; display: block;
  text-decoration: none; border-radius: 16px;
}
.miradas-img-wrap img {
  width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block;
  transition: transform .5s;
}
.miradas-img-wrap:hover img { transform: scale(1.04); }
.play-btn {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 64px; height: 64px; border-radius: 50%;
  background: rgba(255,255,255,0.92);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  transition: transform .2s, box-shadow .2s;
}
.miradas-img-wrap:hover .play-btn { transform: translate(-50%,-50%) scale(1.08); }
.miradas-content-tag {
  font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase; color: var(--green-dark); margin-bottom: 16px;
}
.miradas-content-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(28px, 3vw, 44px); font-weight: 700; color: var(--navy);
  margin-bottom: 20px; line-height: 1.1;
}
.miradas-content-desc {
  font-size: 15px; line-height: 1.8; color: var(--text-gray); margin-bottom: 32px;
}
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--green-dark); color: #fff; text-decoration: none;
  font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700;
  letter-spacing: .05em; padding: 14px 28px; border-radius: 100px;
  transition: background .2s, transform .2s;
}
.btn-primary:hover { background: var(--green-mid); transform: translateY(-2px); }

/* ═══════════════════════════════════════
   SCROLL REVEAL
═══════════════════════════════════════ */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .8s ease-out, transform .8s ease-out; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ═══════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════ */
@media (max-width: 1100px) {
  .stats-bar { margin-left: 5%; margin-right: 5%; }
  .directora-section { margin-left: 5%; margin-right: 5%; }
  .lineas-wrapper { grid-template-columns: 320px 1fr; gap: 48px; padding: 0 5%; }
}
@media (max-width: 900px) {
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .directora-section { grid-template-columns: 1fr; margin: 60px 5%; }
  .directora-photo-wrap img { min-height: 300px; }
  .lineas-wrapper { grid-template-columns: 1fr; }
  .lineas-left { position: static; }
  .team-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .team-grid-2 { grid-template-columns: repeat(2, 1fr); }
  .miradas-layout { grid-template-columns: 1fr; gap: 36px; }
  .proyectos-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .hero-bottom { flex-direction: column; align-items: flex-start; gap: 16px; padding: 0 24px 40px; }
  .hero-desc-wrap { text-align: left; }
  .stats-grid { grid-template-columns: 1fr; }
  .team-grid-4, .team-grid-2 { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .lineas-wrapper, .proyectos-wrapper, .equipo-wrapper, .pub-wrapper, .miradas-wrapper { padding: 0 24px; }
}/* End custom CSS */