.elementor-5914 .elementor-element.elementor-element-34cac788{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-567b7f8c */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--gray-700);
  background: var(--white);
  line-height: 1.75;
  font-size: 16px;
}

/* ─── HERO ─── */
.hero {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 680px;
  background: var(--navy-d);
  overflow: hidden;
}
.hero-bg-letter {
  position: absolute;
  right: 45%; top: 20%;
  transform: translateY(-50%);
  font-size: 180px;
  font-weight: 700;
  color: rgba(255,255,255,0.04);
  line-height: 1;
  letter-spacing: 0.05em;
  user-select: none;
  pointer-events: none;
  z-index: 1;
  font-family: var(--serif);
}
.hero-photo {
  position: absolute;
  right: 0; top: 0;
  width: 45%; height: 100%;
  overflow: hidden;
  z-index: 2;
}
.hero-photo::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to right, var(--navy-d) 0%, rgba(0,42,74,0.6) 35%, transparent 60%);
  z-index: 3;
}
.hero-photo::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, var(--navy-d) 0%, transparent 25%);
  z-index: 3;
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 40% center; display: block; }
.hero-divider {
  position: absolute;
  right: 44%; top: 10%; height: 80%; width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(172,77,141,0.6) 30%, rgba(172,77,141,0.3) 70%, transparent);
  z-index: 4;
}
.hero-content {
  position: relative;
  z-index: 5;
  display: flex !important;
  align-items: center;
  width: 56%;
  padding: 80px 70px 80px 9% !important;
}
.hero-left {
  width: 100%;
  opacity: 0;
  transform: translateY(22px);
  animation: heroFadeUp 0.9s ease 0.15s forwards;
}
.hero-eyebrow {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ice);
  margin-bottom: 22px;
  opacity: 0.8;
}
.hero-name {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 4.5vw, 3.6rem);
  font-weight: 700;
  line-height: 1.05;
  color: var(--white);
  margin: 0;
}
.hero-sep {
  width: 48px; height: 1px;
  background: rgba(172,77,141,0.7);
  margin: 22px 0;
}
.hero-specialty {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  color: var(--ice);
  margin-bottom: 16px;
}
.hero-subspecialties {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 32px;
}
.hero-sub-item {
  font-size: 14px;
  color: rgba(255,255,255,0.72);
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-sub-item::before {
  content: '';
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--pink);
  flex-shrink: 0;
}
.hero-memberships {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  opacity: 0;
  animation: heroFadeUp 0.9s ease 0.45s forwards;
}
.hero-badge {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--ice);
  border: 1px solid rgba(147,197,232,0.28);
  padding: 5px 13px;
  border-radius: 2px;
}
.hero-floating-badge {
  position: absolute;
  bottom: 48px; right: 48%;
  z-index: 6;
  background: rgba(172,77,141,0.18);
  border: 1px solid rgba(172,77,141,0.35);
  border-radius: 10px;
  padding: 14px 20px;
  opacity: 0;
  transform: translateY(10px);
  animation: heroFadeUp 0.9s ease 0.85s forwards;
}
.hero-floating-label {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ice);
  opacity: 0.65;
  margin-bottom: 4px;
}
.hero-floating-value {
  font-size: 15px;
  color: var(--white);
  font-weight: 600;
}
.hero-scroll {
  position: absolute;
  bottom: 32px; left: 9%;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  animation: heroFadeIn 1s ease 1.4s forwards;
}
.hero-scroll-line {
  width: 36px; height: 1px;
  background: rgba(147,197,232,0.2);
  position: relative;
  overflow: hidden;
}
.hero-scroll-line::after {
  content: '';
  position: absolute;
  left: -100%; top: 0;
  width: 100%; height: 100%;
  background: var(--pink);
  animation: heroScrollLine 2.2s ease-in-out 1.8s infinite;
}
.hero-scroll-text {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.2);
}
@keyframes heroFadeUp  { to { opacity: 1; transform: translateY(0); } }
@keyframes heroFadeIn  { to { opacity: 1; } }
@keyframes heroScrollLine { 0% { left: -100%; } 50% { left: 0%; } 100% { left: 100%; } }

/* ─── LAYOUT ─── */
.section { padding: 88px 0; }
.section-alt { background: var(--gray-50); }
.section-pink { background: var(--pink); }

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 48px;
}

.section-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-label::before {
  content: '';
  width: 18px; height: 1.5px;
  background: var(--pink);
  flex-shrink: 0;
}
.section-label.light { color: rgba(255,255,255,0.75); }
.section-label.light::before { background: rgba(255,255,255,0.5); }
.section-label.navy-label { color: var(--navy); }
.section-label.navy-label::before { background: var(--navy); }

.section-heading {
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.8vw, 2.1rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.25;
  margin-bottom: 18px;
}
.section-pink .section-heading { color: var(--white); }

.section-body {
  font-size: 15.5px;
  color: var(--gray-500);
  line-height: 1.8;
  max-width: 620px;
}
.section-pink .section-body { color: rgba(255,255,255,0.78); }

/* ─── DOS COLUMNAS ─── */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.two-col.top { align-items: start; }

.col-image { position: relative; }
.col-image img {
  width: 100%; display: block;
  border-radius: 3px;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.col-image-dot {
  position: absolute;
  bottom: -18px; right: -18px;
  width: 100px; height: 100px;
  background: var(--pink);
  border-radius: 3px;
  z-index: -1;
}
.col-image-dot-pink {
  position: absolute;
  top: -14px; left: -14px;
  width: 70px; height: 70px;
  background: var(--pink);
  border-radius: 2px;
  z-index: -1;
}

/* ─── PERFIL ─── */
.perfil-desc {
  font-size: 16px;
  color: var(--gray-500);
  line-height: 1.85;
  margin-bottom: 20px;
}

/* ─── TIMELINE ─── */
.timeline {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.tl-item {
  display: grid;
  grid-template-columns: 148px 1fr;
  padding-bottom: 32px;
  position: relative;
}
.tl-item:last-child { padding-bottom: 0; }
.tl-item::after {
  content: '';
  position: absolute;
  left: 148px; top: 12px; bottom: 0;
  width: 1px;
  background: var(--gray-100);
}
.tl-item:last-child::after { display: none; }
.tl-period {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--pink);
  letter-spacing: 0.03em;
  text-align: right;
  padding-top: 3px;
  padding-right: 28px;
}
.tl-body {
  padding-left: 28px;
  position: relative;
}
.tl-body::before {
  content: '';
  position: absolute;
  left: -5px; top: 8px;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--pink);
  border: 2px solid var(--white);
  box-shadow: 0 0 0 1px var(--pink);
}
.tl-degree {
  font-size: 15px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 2px;
  line-height: 1.3;
}
.tl-note {
  font-size: 13px;
  color: var(--pink);
  font-weight: 500;
  margin-bottom: 3px;
}
.tl-institution {
  font-size: 13.5px;
  color: var(--gray-500);
  line-height: 1.5;
  margin-bottom: 6px;
}

/* Cédula pill */
.cedula-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(172,77,141,0.06);
  border: 1px solid rgba(172,77,141,0.18);
  border-radius: 3px;
  padding: 4px 10px;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--pink);
  letter-spacing: 0.02em;
}
.cedula-pill svg { flex-shrink: 0; }

/* Alta especialidad badge */
.alta-esp-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--pink);
  color: var(--white);
  border-radius: 3px;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

/* ─── LIDERAZGO ─── */
.liderazgo-block {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-left: 4px solid var(--pink);
  border-radius: 3px;
  padding: 28px 32px;
  margin-top: 44px;
}
.liderazgo-title {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
}
.liderazgo-body {
  font-size: 14.5px;
  color: var(--gray-500);
  line-height: 1.75;
}

/* ─── ENTRENAMIENTO ─── */
.training-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 18px;
  margin-top: 48px;
}
.training-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 3px;
  padding: 28px 24px;
}
.training-flag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: 12px;
}
.training-title {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.35;
  margin-bottom: 8px;
}
.training-inst {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  line-height: 1.55;
}
.training-tag {
  display: inline-block;
  margin-top: 14px;
  background: rgba(255,255,255,0.15);
  color: var(--white);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border-radius: 2px;
  border: 1px solid rgba(255,255,255,0.2);
}

/* ─── TABS ─── */
.tabs-wrapper { margin-top: 48px; }
.tab-nav {
  display: flex;
  border-bottom: 2px solid var(--gray-100);
  margin-bottom: 40px;
}
.tab-btn {
  background: none !important;
  border: none !important;
  cursor: pointer;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-400) !important;
  padding: 12px 28px;
  position: relative;
  transition: color 0.2s;
  letter-spacing: 0.03em;
  border-radius: 0 !important;
}
.tab-btn:hover { color: var(--navy) !important; background: none !important; }
.tab-btn.active { color: var(--navy) !important; background: none !important; }
.tab-btn.active::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0; right: 0;
  height: 2px;
  background: var(--pink) !important;
}
.tab-panel { display: none; }
.tab-panel.active { display: block; }

.congress-list { display: flex; flex-direction: column; gap: 16px; }
.congress-item {
  display: grid;
  grid-template-columns: 3px 1fr;
  gap: 20px;
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: 3px;
  overflow: hidden;
}
.congress-accent { background: var(--pink); }
.congress-accent.navy { background: var(--navy); }
.congress-body { padding: 18px 20px 18px 0; }
.congress-type {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 5px;
}
.congress-name {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.35;
  margin-bottom: 4px;
}
.congress-meta {
  font-size: 12.5px;
  color: var(--gray-500);
  line-height: 1.5;
}

/* ─── PUBLICACIONES ─── */
.pub-card {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-left: 4px solid var(--pink);
  border-radius: 3px;
  padding: 28px 32px;
  margin-top: 44px;
}
.pub-journal {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 10px;
}
.pub-title {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.4;
  margin-bottom: 8px;
}
.pub-meta { font-size: 13px; color: var(--gray-500); }

/* ─── SOCIEDADES ─── */
.society-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-top: 44px;
}
.society-card {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: 3px;
  padding: 22px 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.society-dot {
  flex-shrink: 0;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--pink);
  margin-top: 6px;
}
.society-abbr {
  font-size: 12px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.07em;
  margin-bottom: 2px;
}
.society-name { font-size: 13px; color: var(--gray-500); line-height: 1.4; }

/* ─── ÁREAS DE ENFOQUE ─── */
.focus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
  margin-top: 48px;
}
.focus-card {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-top: 3px solid var(--pink);
  border-radius: 3px;
  padding: 26px 22px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.focus-card:hover {
  box-shadow: 0 6px 24px rgba(172,77,141,0.10);
  transform: translateY(-2px);
}
.focus-num {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 700;
  color: var(--gray-100);
  line-height: 1;
  margin-bottom: 6px;
}
.focus-title { font-size: 14.5px; font-weight: 600; color: var(--navy); margin-bottom: 5px; }
.focus-desc { font-size: 13px; color: var(--gray-500); line-height: 1.6; }

/* ─── CTA ─── */
.cta-section {
  background: var(--pink);
  padding: 88px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(255,255,255,0.10) 0%, transparent 65%);
  pointer-events: none;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  .hero { flex-direction: column; min-height: auto; }
  .hero-photo {
    position: relative; width: 100%;
    height: 58vw; min-height: 260px; max-height: 400px;
  }
  .hero-photo::before { background: linear-gradient(to bottom, transparent 30%, var(--navy-d) 100%); }
  .hero-photo::after { display: none; }
  .hero-divider { display: none; }
  .hero-bg-letter { display: none; }
  .hero-floating-badge { display: none; }
  .hero-scroll { display: none; }
  .hero-content { width: 100% !important; padding: 0 24px 60px !important; }
  .hero-name { font-size: clamp(2rem, 8vw, 3rem); }

  .two-col { grid-template-columns: 1fr; gap: 44px; }
  .col-image { order: -1; }
  .col-image img { aspect-ratio: 3/2; }

  .tl-item { grid-template-columns: 1fr; }
  .tl-item::after { display: none; }
  .tl-period { text-align: left; margin-bottom: 6px; }
  .tl-body { padding-left: 0; }
  .tl-body::before { display: none; }

  .container { padding: 0 24px; }
  .section { padding: 60px 0; }
  .tab-btn { padding: 10px 16px; font-size: 13px; }
}
@media (max-width: 600px) {
  .section { padding: 48px 0; }
  .tab-nav { overflow-x: auto; }
}/* End custom CSS */