/* ============================================================
   Contacto — Desktop-2 (104:2)
   ============================================================ */

/*
 * VALORES DE NODOS LEÍDOS DE FIGMA (regla 0):
 *
 * Frame Desktop-2 (104:2): w=1761
 *   → max-width contenedor: 1761px
 *   → padding-left: 121 (2924-2803); padding-right: 145 (4564-4419)
 *   → inner content width: 1761-121-145 = 1495px
 *
 * Map (109:462 "image 18"):
 *   abox: w=758, h=809; section-local left=121, top=173
 *   → width: 758px FIJO; height: 809px FIJO
 *   → gap nav→content: 173-68 = 105px
 *
 * Sedes col:
 *   left: 2924+758+85 = 3767 (section-local 964px)
 *   width: 1495-758-85 = 652px
 *   gap map→col: 3767-(2924+758) = 85px
 *
 * Title (66:37):
 *   Montserrat ExtraBold 800, 34px, lh=41.45px, ls=0, #000; w=580
 *   gap title→subtitle: (-2956)-(-3028+36) = 36px
 *
 * Subtitle (67:39):
 *   Montserrat Regular 400, 20px, lh=24.38px, ls=0, #000; w=652
 *   gap subtitle→search: (-2875)-(-2956+51) = 30px
 *
 * Search rect (113:476):
 *   w=557, h=46; stroke #676767 @90%, cornerRadius=2
 *   Placeholder (115:479): Montserrat Regular 400, 20px, #515151
 *   gap search→sedes: (-2787)-(-2875+46) = 42px
 *
 * Sede items (119:483, 121:487-488, 124:500-501):
 *   text: Montserrat Regular 400, 16px, lh=19.50px, #000
 *   gap within sede: ~11px; gap between sedes: ~21px
 *   AGENDA rect (124:500): w=151, h=25, stroke #000 @80%
 *   AGENDA text (124:501): Montserrat Medium 500, 8px, lh=9.75px, #000
 */

/* ── PAGE WRAPPER — 100 vh ─────────────────────────────────── */
.contacto-page {
  height: 100vh;
  padding-top: 68px;          /* fixed nav */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #ffffff;
}

.admin-bar .contacto-page {
  height: calc(100vh - 32px); /* WP admin bar offset */
}

/* ── CENTERED CONTAINER (max-width 1761 = frame width) ────── */
.contacto-layout {
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;        /* centra map+col verticalmente */
  max-width: 1761px;
  width: 100%;
  margin: 0 auto;
  padding-left: 121px;        /* frame local left of map */
  padding-right: 145px;       /* right margin to frame edge */
  box-sizing: border-box;
  /* sin padding-top fijo; el centering maneja el espacio arriba/abajo */
}

/* ── LEFT: MAP — node 109:462: 758×809; reducido ~25% para encajar en 100vh */
.contacto__map-col {
  flex: 0 0 560px;
}

.contacto__map {
  width: 560px;
  height: 598px;
  border: 0;
  display: block;
}

.contacto__map--placeholder {
  width: 560px;
  height: 598px;
  background: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #515151;
  padding: 24px;
  box-sizing: border-box;
}

/* ── RIGHT: SEDES COL — hasta 652px, flexea en viewports menores */
.contacto__sedes-col {
  flex: 1;
  min-width: 0;
  max-width: 652px;
  margin-left: 63px;          /* gap map→sedes escalado: 85*0.74≈63 */
  height: 598px;              /* match map height reducido */
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* ── TITLE (66:37) ────────────────────────────────────────── */
/* .contacto-page selector beats .elementor-kit-21 h1 (0,2,0 > 0,1,1) */
/* node: 34px; reducido ~24% para 1456px viewport */
.contacto-page .contacto__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 26px !important;
  line-height: 31.72px;
  letter-spacing: 0;
  color: #000000;
  margin: 0 0 24px;
  max-width: 580px;
  flex-shrink: 0;
}

/* ── SUBTITLE (67:39) — node: 20px; reducido ~25% */
.contacto__subtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18.29px;
  letter-spacing: 0;
  color: #000000;
  margin: 0 0 22px;
  max-width: 652px;
  flex-shrink: 0;
}

/* ── SEARCH (113:476 + 115:479 + 115:477) ─────────────────── */
.contacto__search-wrap {
  position: relative;
  width: 557px;
  max-width: 100%;
  margin-bottom: 30px;        /* gap search→sedes escalado */
  flex-shrink: 0;
}

.contacto__search {
  width: 100%;
  height: 36px;               /* node: 46px; reducido */
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18.29px;
  color: #000000;
  border: 1.5px solid rgba(103, 103, 103, 0.9);
  border-radius: 2px;
  background: none;
  padding: 0 44px 0 23px;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.contacto__search::placeholder {
  color: #515151;
}

.contacto__search:focus {
  border-color: rgba(103, 103, 103, 1);
}

.contacto__search-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* ── SEDES LIST — scrolls inside the col ──────────────────── */
.contacto__sedes-list {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  scrollbar-width: thin;
  scrollbar-color: #d9d9d9 transparent;
}

/* ── SEDE ITEM ────────────────────────────────────────────── */
.contacto__sede {
  display: flex;
  flex-direction: column;
  gap: 8px;
  cursor: pointer;
  flex-shrink: 0;
}

/* CSS display:flex would override [hidden]; force it off */
.contacto__sede[hidden] {
  display: none !important;
}

.contacto__sede:focus-visible {
  outline: 2px solid #000;
  outline-offset: 4px;
  border-radius: 2px;
}

/* node: 16px; reducido ~19% */
.sede__nombre,
.sede__campo {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 15.85px;
  letter-spacing: 0;
  color: #000000;
  display: block;
}

.contacto__sede.is-active .sede__nombre {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Node 124:500 + 124:501: AGENDA TU CITA */
.sede__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 151px;
  height: 25px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  background: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 8px;
  line-height: 9.75px;
  letter-spacing: 0;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.15s, color 0.15s;
}

.sede__cta:hover {
  background-color: #000000;
  color: #ffffff;
}

.contacto__sedes-empty {
  display: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #515151;
}

/* ── RESPONSIVE — below 1024px: stack vertical ─────────────── */
@media (max-width: 1024px) {
  .contacto-page,
  .admin-bar .contacto-page {
    height: auto;
    overflow: visible;
    padding-bottom: 60px;
  }

  .contacto-layout {
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 40px;
    padding-bottom: 0;
    max-width: 100%;
  }

  .contacto__map-col {
    flex: none;
    width: 100%;
    margin-bottom: 40px;
  }

  .contacto__map,
  .contacto__map--placeholder {
    width: 100%;
    height: 300px;
  }

  .contacto__sedes-col {
    flex: none;
    width: 100%;
    margin-left: 0;
    height: auto;
    overflow: visible;
  }

  .contacto__sedes-list {
    max-height: 400px;
  }

  .contacto-page .contacto__title { font-size: 24px !important; max-width: 100%; }
  .contacto__subtitle { font-size: 16px; max-width: 100%; }
  .contacto__search-wrap { width: 100%; }
}

/* ── 768px tablet ───────────────────────────────────────────── */
@media (max-width: 768px) {
  .contacto-layout {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 32px;
  }
  .contacto__map,
  .contacto__map--placeholder { height: 260px; }
  .contacto-page .contacto__title { font-size: 22px !important; line-height: 1.2; }
  .contacto__subtitle { font-size: 15px; line-height: 1.4; margin-bottom: 18px; }
  .contacto__search { height: 40px; font-size: 14px; padding: 0 40px 0 16px; }
  .contacto__sedes-list { max-height: 360px; gap: 14px; }
  .contacto__sedes-col { margin-bottom: 32px; }
  .sede__nombre,
  .sede__campo { font-size: 13px; line-height: 1.4; }
}

/* ── 480px mobile ───────────────────────────────────────────── */
@media (max-width: 480px) {
  .contacto-layout { padding-left: 16px; padding-right: 16px; padding-top: 24px; }
  .contacto__map,
  .contacto__map--placeholder { height: 220px; }
  .contacto-page .contacto__title { font-size: 20px !important; }
  .contacto__subtitle { font-size: 14px; margin-bottom: 14px; }
  .contacto__search { height: 38px; font-size: 13px; }
  .contacto__sedes-list { max-height: 320px; gap: 12px; }
  .sede__cta { width: 100%; max-width: 240px; }
}
