/* ===== Tema Doclik — puente del template ThemeForest al engine =====
   El look lo pone el style.css ORIGINAL de Doclik (cargado antes). Aquí solo:
   1) fixes para usar el template sin jQuery (banner estático, menú),
   2) logo/wordmark de texto, 3) layout de cards fuera de las cols bootstrap,
   4) secciones propias dk-*, 5) puente de las páginas interiores del engine. */

/* --- 1. Banner estático (sin swiper.js) y header --- */
.theme-doclik .banner-slider { overflow: hidden; }
.theme-doclik .banner-section .swiper-wrapper { display: block; }
.theme-doclik .banner-section .content-box { min-height: 660px; }
.theme-doclik .banner-section .content-box h1 { font-size: 54px; line-height: 62px; }
/* Buscador del hero estilo Doctoralia: pestaña + barra segmentada + botón cuadrado */
.theme-doclik .dk-search { max-width: 780px; }
.theme-doclik .dk-search-tabs { display: flex; }
.theme-doclik .dk-search-tab { display: inline-flex; align-items: center; gap: 9px; background: #fff; color: #14365c; border-radius: 4px 4px 0 0; padding: 11px 22px; font: 600 15px 'Barlow', sans-serif; }
.theme-doclik .dk-st-ico svg { width: 18px; height: 18px; stroke: var(--thm-color-two, #34a3d5); display: block; }
.theme-doclik .dk-search-bar { display: flex; align-items: stretch; gap: 10px; background: #fff; border-radius: 0 4px 4px 4px; padding: 10px; }
.theme-doclik .dk-sf { display: flex; align-items: center; gap: 4px; flex: 1 1 0; min-width: 0; margin: 0; border: 1px solid #d9e2ea; border-radius: 4px; background: #fff; padding-left: 14px; cursor: pointer; }
.theme-doclik .dk-sf-grow { flex: 1.4 1 0; }
.theme-doclik .dk-sf-ico { display: inline-flex; flex: none; }
.theme-doclik .dk-sf-ico svg { width: 19px; height: 19px; stroke: var(--thm-color-two, #34a3d5); }
.theme-doclik .dk-sf select { -webkit-appearance: none; appearance: none; border: 0; outline: 0; width: 100%; height: 56px; font: 500 15px 'Barlow', sans-serif; color: #222; background: transparent; padding: 0 12px 0 8px; cursor: pointer; }
/* el style.css de Doclik pone .content-box button en absolute naranja → neutralizar */
.theme-doclik .banner-section .content-box .dk-sf-btn { position: static; flex: none; width: 56px; height: 56px; line-height: 56px; border: 0; border-radius: 4px; background: var(--thm-color-two, #34a3d5); color: #fff; font-size: 20px; cursor: pointer; transition: background .3s; }
.theme-doclik .banner-section .content-box .dk-sf-btn:hover { background: #14365c; }
@media (max-width: 640px) {
  .theme-doclik .dk-search-bar { flex-direction: column; }
  .theme-doclik .dk-sf-btn { width: 100%; }
}
@media (max-width: 820px) {
  .theme-doclik .banner-section .content-box { min-height: 540px; }
  .theme-doclik .banner-section .content-box h1 { font-size: 36px; line-height: 42px; }
}
/* El template posiciona el header en absolute sobre el banner; en las páginas
   interiores (sin banner) tapaba el contenido → relative con fondo blanco. */
.theme-doclik .main-header { position: relative; background: #fff; }
.theme-doclik .main-header .navigation > li > a { color: #212121; }
.theme-doclik .mobile-nav-toggler { display: none; }
@media (max-width: 1139px) {
  .theme-doclik .main-menu, .theme-doclik .main-menu .navbar-collapse { display: block !important; }
  .theme-doclik .navigation > li { margin: 0 16px 0 0; }
  .theme-doclik .header-upper .inner-container { flex-wrap: wrap; }
}
@media (max-width: 700px) {
  .theme-doclik .navbar-right-info { display: none; }
}

/* --- 2. Logo de texto (el template usa <img>) --- */
.theme-doclik .dk-wordmark a { display: inline-flex; align-items: center; gap: 10px; font: 800 26px/1 'Barlow', sans-serif; color: #212121; text-decoration: none; }
.theme-doclik .dk-wordmark b { color: var(--thm-color-one, #f36827); }
.theme-doclik .dk-logo-mark { width: 36px; height: 36px; display: inline-flex; }
.theme-doclik .dk-logo-mark svg { width: 100%; height: 100%; --ink: #212121; --accent: var(--thm-color-one, #f36827); }
.theme-doclik .main-footer .dk-wordmark a { color: #fff; }

/* --- 3. Cards fuera del grid bootstrap (flex, sin huecos) --- */
.theme-doclik .cards, .theme-doclik .card-h-list, .theme-doclik .list .cards { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.theme-doclik .doctor-block.dk-col { width: 33.333%; padding: 0 15px; }
@media (max-width: 991px) { .theme-doclik .doctor-block.dk-col { width: 50%; } }
@media (max-width: 640px) { .theme-doclik .doctor-block.dk-col { width: 100%; } }
.theme-doclik .doctor-block .inner-box { margin-bottom: 30px; }
.theme-doclik .doctor-block .image { background: #e1f1f9; }
.theme-doclik .doctor-block .image .dk-initial { display: flex; align-items: center; justify-content: center; aspect-ratio: 16/11; font: 700 52px 'Barlow', sans-serif; color: #2591c2; }
.theme-doclik .doctor-block .image img { width: 100%; aspect-ratio: 16/11; object-fit: cover; }
/* card-h: tarjeta de resultado a 2 columnas estilo TopDoctors (profesional + panel de cita) */
.theme-doclik .dk-rcard { container-type: inline-size; background: #fff; border: 1px solid #eaeff5; border-radius: 16px; box-shadow: 0 6px 20px rgba(27,44,78,.05); margin-bottom: 18px; overflow: hidden; transition: box-shadow .18s, border-color .18s, transform .18s; }
.theme-doclik .dk-rcard:hover { box-shadow: 0 16px 38px rgba(27,44,78,.12); border-color: #d6e2f0; transform: translateY(-2px); }
.theme-doclik .dk-rcard.is-sponsored { border-color: #ffd9bf; box-shadow: 0 6px 20px rgba(243,104,39,.1); }
.theme-doclik .dk-rcard-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
@container (max-width: 600px) { .theme-doclik .dk-rcard-inner { grid-template-columns: 1fr; } }

/* Columna izquierda: profesional */
.theme-doclik .dk-rc-left { display: flex; flex-direction: column; padding: 24px 22px; }
.theme-doclik .dk-rc-pro { flex: 1; text-align: center; }
.theme-doclik .dk-rc-ava { position: relative; display: inline-block; width: 96px; height: 96px; margin-bottom: 12px; }
.theme-doclik .dk-rc-ava > a { display: block; width: 96px; height: 96px; border-radius: 50%; overflow: hidden; background: #e9f3fb; }
.theme-doclik .dk-rc-ava img { width: 100%; height: 100%; object-fit: cover; }
.theme-doclik .dk-rc-initial { display: flex; align-items: center; justify-content: center; width: 96px; height: 96px; font: 800 38px 'Barlow', sans-serif; color: #2591c2; }
.theme-doclik .dk-rc-dot { position: absolute; right: 2px; bottom: 2px; width: 27px; height: 27px; border-radius: 50%; background: #1c9a5c; color: #fff; border: 3px solid #fff; display: flex; align-items: center; justify-content: center; font-size: 12px; }
.theme-doclik .dk-rc-name { display: inline-block; font: 800 19px 'Barlow', sans-serif; color: var(--thm-color-two, #34a3d5); line-height: 1.25; text-decoration: none; }
.theme-doclik .dk-rc-name:hover { color: #1b2c4e; }
.theme-doclik .dk-rc-esp { color: #5a6b82; font-size: 14px; margin-top: 2px; text-transform: capitalize; }
.theme-doclik .dk-rc-badge { display: inline-block; margin-top: 8px; background: #fff3e8; color: var(--thm-color-one, #f36827); border-radius: 50px; font: 700 11px 'Barlow', sans-serif; text-transform: uppercase; letter-spacing: .05em; padding: 4px 12px; }
.theme-doclik .dk-rc-rating { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 10px; font-size: 14px; color: #5a6b82; }
.theme-doclik .dk-rc-rating > b { color: #1b2c4e; font-size: 16px; font-weight: 800; }
.theme-doclik .dk-rc-stars i { color: #ffb400; font-size: 14px; margin-right: 1px; }
.theme-doclik .dk-rc-stars i.off { color: #dfe7ee; }
.theme-doclik .dk-rc-rating a { color: var(--thm-color-two, #34a3d5); text-decoration: none; }
.theme-doclik .dk-rc-noop { color: #9aa7b6; font-style: italic; justify-content: center; }
.theme-doclik .dk-rc-experto { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; }
.theme-doclik .dk-rc-experto-lbl { width: 100%; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: #8896a8; margin-bottom: 3px; }
.theme-doclik .dk-rc-chip { background: #eef4fb; color: #3a5680; border-radius: 7px; font: 600 12px 'Barlow', sans-serif; padding: 5px 11px; }
.theme-doclik .dk-rc-actions { display: flex; gap: 8px; margin-top: 18px; }
.theme-doclik .dk-rc-btn { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 7px; height: 46px; border-radius: 9px; font: 700 14px 'Barlow', sans-serif; text-decoration: none; transition: background .18s, transform .12s; }
.theme-doclik .dk-rc-btn:hover { transform: translateY(-1px); }
.theme-doclik .dk-rc-btn-call { background: #1b2c4e; color: #fff; }
.theme-doclik .dk-rc-btn-call:hover { background: #284d9b; color: #fff; }
.theme-doclik .dk-rc-btn-book { background: var(--thm-color-one, #f36827); color: #fff; box-shadow: 0 5px 14px rgba(243,104,39,.28); }
.theme-doclik .dk-rc-btn-book:hover { background: #e2571a; color: #fff; }

/* Columna derecha: panel de cita */
.theme-doclik .dk-rc-right { background: #f7fafd; border-left: 1px solid #eef2f7; padding: 22px; display: flex; flex-direction: column; gap: 14px; }
@container (max-width: 600px) { .theme-doclik .dk-rc-right { border-left: 0; border-top: 1px solid #eef2f7; } }
.theme-doclik .dk-rc-loc { display: flex; gap: 10px; }
.theme-doclik .dk-rc-loc > i { color: var(--thm-color-one, #f36827); font-size: 17px; margin-top: 2px; }
.theme-doclik .dk-rc-loc b { display: block; color: #1b2c4e; font-size: 14.5px; }
.theme-doclik .dk-rc-loc p { color: #6b7c90; font-size: 13px; line-height: 19px; margin-top: 1px; }
.theme-doclik .dk-rc-mode { display: flex; flex-direction: column; gap: 6px; padding: 12px 0; border-top: 1px solid #eaeff5; border-bottom: 1px solid #eaeff5; }
.theme-doclik .dk-rc-mode span { display: inline-flex; align-items: center; gap: 7px; font-size: 13.5px; color: #475467; }
.theme-doclik .dk-rc-mode-on i { color: #1c9a5c; }
.theme-doclik .dk-rc-mode-seg i { color: var(--thm-color-two, #34a3d5); }
.theme-doclik .dk-rc-book { text-align: center; margin-top: auto; }
.theme-doclik .dk-rc-book-t { font-size: 14px; color: #1b2c4e; font-weight: 600; margin-bottom: 12px; }
.theme-doclik .dk-rc-book-btn { display: flex; align-items: center; justify-content: center; gap: 8px; height: 50px; border: 1.5px solid var(--thm-color-two, #34a3d5); border-radius: 9px; background: #fff; color: var(--thm-color-two, #34a3d5); font: 700 15px 'Barlow', sans-serif; text-decoration: none; transition: background .18s, color .18s; }
.theme-doclik .dk-rc-book-btn:hover { background: var(--thm-color-two, #34a3d5); color: #fff; }
.theme-doclik .dk-rc-book-tel { font-size: 13px; color: #6b7c90; margin-top: 10px; }
.theme-doclik .dk-rc-book-tel a { color: #1b2c4e; font-weight: 700; text-decoration: none; }

/* --- 4. Iconos del engine (SVG en vez de icon-fonts) --- */
.theme-doclik .service-block .icon.dk-ico { font-size: 0; height: 110px; display: flex; align-items: center; justify-content: center; }
.theme-doclik .service-block .icon.dk-ico svg { width: 88px; height: 88px; stroke: var(--thm-color-one, #f36827); transition: .5s; }
.theme-doclik .service-block .inner-box:hover .icon.dk-ico svg { stroke: #fff; }
.theme-doclik .dk-trust svg, .theme-doclik .trust-strip svg { width: 16px; height: 16px; }
.theme-doclik .pb-ico svg { width: 28px; height: 28px; stroke: var(--thm-color-two, #34a3d5); }
.theme-doclik .exito-check svg { width: 54px; height: 54px; stroke: #16a34a; }

/* --- 5. Secciones propias de la home (especialidades, provincias, promo, seo-intro) --- */
.theme-doclik .dk-esp-section { position: relative; padding: 90px 0 70px; }
.theme-doclik .dk-esp-pills { list-style: none; margin: 30px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; max-width: 860px; margin-left: auto; margin-right: auto; }
.theme-doclik .dk-esp-pills a { display: inline-flex; align-items: center; gap: 10px; background: #fff; border: 1px solid #dff0f8; border-radius: 50px; padding: 12px 24px 12px 14px; font: 600 16px 'Barlow', sans-serif; color: #212121; text-decoration: none; transition: all .2s; box-shadow: 0 2px 10px rgba(34, 90, 120, .06); }
.theme-doclik .dk-esp-pills a:hover { border-color: var(--thm-color-two, #34a3d5); color: var(--thm-color-two, #34a3d5); transform: translateY(-2px); }
.theme-doclik .dk-esp-ico { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; background: #e9f5fa; color: var(--thm-color-two, #34a3d5); flex: none; }
.theme-doclik .dk-esp-ico svg { width: 20px; height: 20px; }
.theme-doclik .dk-esp-pills a:hover .dk-esp-ico { background: var(--thm-color-two, #34a3d5); color: #fff; }

.theme-doclik .dk-prov-section { position: relative; padding: 90px 0 70px; background: #f4fafc; }
.theme-doclik .dk-prov-pills { list-style: none; margin: 30px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.theme-doclik .dk-prov-pills a { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid #dff0f8; border-radius: 50px; padding: 10px 20px; font: 600 15px 'Barlow', sans-serif; color: #212121; text-decoration: none; transition: all .2s; }
.theme-doclik .dk-prov-pills a:hover { border-color: var(--thm-color-two, #34a3d5); color: var(--thm-color-two, #34a3d5); }
.theme-doclik .dk-prov-pills a span { background: #e1f1f9; color: #2591c2; border-radius: 50px; font-size: 12px; padding: 2px 9px; }

.theme-doclik .dk-promo { position: relative; padding: 90px 0; background: #284d9b url(/themes/doclik/assets/images/shape/shape-7.png) no-repeat right bottom; }
.theme-doclik .dk-promo .sec-title h2 { color: #fff; }
.theme-doclik .dk-promo .sec-title .sub-title { color: #ffce4a; }
.theme-doclik .dk-promo p { color: rgba(255,255,255,.85); font-size: 17px; max-width: 480px; }
.theme-doclik .dk-promo-stats { list-style: none; display: flex; gap: 40px; margin: 30px 0 0; padding: 0; }
.theme-doclik .dk-promo-stats b { display: block; font: 800 34px 'Barlow', sans-serif; color: #fff; }
.theme-doclik .dk-promo-stats span { color: rgba(255,255,255,.7); font-size: 14px; }
.theme-doclik .dk-promo-form { background: #fff; border-radius: 10px; padding: 32px; box-shadow: 0 20px 50px rgba(0,0,0,.18); }
.theme-doclik .dk-pf-title { font: 700 20px 'Barlow', sans-serif; color: #212121; margin-bottom: 18px; }
.theme-doclik .dk-pf-note { font-size: 13px; color: #888; margin-top: 10px; }
.theme-doclik .dk-seo-intro { padding: 90px 0; }
.theme-doclik .dk-seo-intro p { max-width: 760px; margin: 0 auto; color: #555; font-size: 17px; line-height: 30px; }

/* --- 6. Formularios (lead de ficha, promo de interiores, baja) --- */
.theme-doclik .dk-promo-form input, .theme-doclik .dk-promo-form textarea,
.theme-doclik form.lead input, .theme-doclik form.lead textarea, .theme-doclik form.lead select,
.theme-doclik .promo-form input, .theme-doclik .promo-form textarea {
  width: 100%; border: 1px solid #e6edf2; border-radius: 7px; background: #f4fafc;
  padding: 13px 16px; margin-bottom: 12px; font: 500 15px 'Barlow', sans-serif; color: #222; outline: 0;
}
.theme-doclik form.lead .row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0 0 12px; }
.theme-doclik form.lead .row input { margin-bottom: 0; }
.theme-doclik form.lead button, .theme-doclik .promo-form button, .theme-doclik .dk-promo-form .theme-btn {
  width: 100%; height: 52px; border: 0; cursor: pointer; background: var(--thm-color-one, #f36827);
  color: #fff; border-radius: 7px; font: 700 15px 'Barlow', sans-serif;
}
.theme-doclik form.lead button:hover, .theme-doclik .promo-form button:hover { background: #d9531a; }
.theme-doclik .lead-note, .theme-doclik .pf-note { font-size: 13px; color: #889; margin-top: 10px; }
.theme-doclik .promo-box { max-width: 1170px; margin: 60px auto; background: #284d9b; border-radius: 12px; padding: 44px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 36px; color: #fff; }
@media (max-width: 820px) { .theme-doclik .promo-box { grid-template-columns: 1fr; margin: 40px 15px; } }
.theme-doclik .promo-box h2 { color: #fff; }
.theme-doclik .promo-box p { color: rgba(255,255,255,.85); }
.theme-doclik .promo-box .kicker { color: #ffce4a; }
.theme-doclik .promo-form { background: #fff; border-radius: 10px; padding: 26px; }
.theme-doclik .pf-title { font: 700 18px 'Barlow', sans-serif; color: #212121; margin-bottom: 14px; }

/* --- 7. Contenedor de páginas interiores --- */
.theme-doclik .dk-main > .crumbs, .theme-doclik .dk-main > .ficha, .theme-doclik .dk-main > .related,
.theme-doclik .dk-main > .legal-wrap, .theme-doclik .dk-main > .exito, .theme-doclik .dk-main > .notfound,
.theme-doclik .dk-main > .esp-filterbar, .theme-doclik .dk-main > .esp-layout, .theme-doclik .dk-main > .filter-bar,
.theme-doclik .dk-main > .ciudad-content, .theme-doclik .dk-main > .landing-content, .theme-doclik .dk-main > .list,
.theme-doclik .dk-main > .cards, .theme-doclik .dk-main > .section-block, .theme-doclik .dk-main > .esp-showing {
  max-width: 1170px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px;
}
.theme-doclik .dk-main > .list, .theme-doclik .dk-main > .cards, .theme-doclik .dk-main > .section-block { margin-bottom: 40px; }

/* --- 8. Banda de título (estilo page-title del template) --- */
.theme-doclik .esp-head, .theme-doclik .dk-main > .crumbs + .list-head {
  position: relative; text-align: center; padding: 90px 15px 80px; margin-bottom: 40px;
  background: url(/themes/doclik/assets/images/background/bg-2.jpg) bottom center / cover no-repeat;
}
.theme-doclik .esp-head:before, .theme-doclik .dk-main > .crumbs + .list-head:before {
  content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(13,28,56,.25), rgba(13,28,56,.78));
}
.theme-doclik .esp-head > *, .theme-doclik .dk-main > .crumbs + .list-head > * { position: relative; }
.theme-doclik .esp-head h1, .theme-doclik .dk-main > .crumbs + .list-head h1 { color: #fff; font-size: 46px; line-height: 1.15; font-weight: 600; }
.theme-doclik .esp-head h1 .accent { color: #ffce4a; }
.theme-doclik .esp-head .crumbs, .theme-doclik .esp-head .crumbs a { color: rgba(255,255,255,.8); }
.theme-doclik .esp-head .crumbs { padding: 0 0 14px; }
.theme-doclik .esp-desc { color: rgba(255,255,255,.85); max-width: 640px; margin: 12px auto 0; }
.theme-doclik .esp-head-row { display: block; }
.theme-doclik .esp-stats { display: flex; gap: 36px; justify-content: center; margin-top: 22px; }
.theme-doclik .esp-stats .sv { font: 800 30px 'Barlow', sans-serif; color: #fff; }
.theme-doclik .esp-stats .sv.accent { color: #ffce4a; }
.theme-doclik .esp-stats .sl { color: rgba(255,255,255,.7); font-size: 13px; }
.theme-doclik .list-head .count { color: rgba(255,255,255,.8); margin-top: 8px; }
.theme-doclik .list-head .kicker { color: #ffce4a; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; font-size: 13px; }
/* crumbs sueltos encima de la banda: ocultos (la banda ya sitúa) */
.theme-doclik .dk-main > nav.crumbs { display: none; }
.theme-doclik .dk-main > .ficha nav.crumbs, .theme-doclik .ficha .crumbs { display: block; }

/* --- 9. Página de especialidad (sidebar + filtros) --- */
.theme-doclik .esp-filterbar { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 24px; }
.theme-doclik .esp-count { color: #667; font-size: 14px; }
.theme-doclik .tag { display: inline-block; background: #fde8df; color: #d9531a; border-radius: 50px; font: 600 13px 'Barlow', sans-serif; padding: 7px 16px; text-decoration: none; }
.theme-doclik .tag-outline { background: #fff; border: 1px solid #dff0f8; color: #2591c2; }
.theme-doclik .tag-filled, .theme-doclik .tag-accent { background: #e1f1f9; color: #2591c2; }
.theme-doclik .esp-layout { display: grid; grid-template-columns: 300px 1fr; gap: 30px; margin-bottom: 60px; align-items: start; }
@media (max-width: 900px) { .theme-doclik .esp-layout { grid-template-columns: 1fr; } }
.theme-doclik .esp-sidebar { background: #fff; border-radius: 10px; box-shadow: 0 8px 25px rgba(0,0,0,.08); padding: 26px; }
.theme-doclik .esp-sb-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.theme-doclik .esp-sb-head h3 { font-size: 20px; font-weight: 700; }
.theme-doclik .esp-clear { color: var(--thm-color-one, #f36827); font-size: 13px; font-weight: 600; text-decoration: none; }
.theme-doclik .filter-group { border-top: 1px solid #eef4f8; padding: 16px 0; }
.theme-doclik .fg-title { font: 700 13px 'Barlow', sans-serif; letter-spacing: .08em; text-transform: uppercase; color: #99a; margin-bottom: 10px; }
.theme-doclik .fg-opt, .theme-doclik .fg-check { display: flex; justify-content: space-between; align-items: center; gap: 8px; padding: 6px 8px; border-radius: 6px; color: #444; font-size: 14px; text-decoration: none; }
.theme-doclik .fg-opt:hover, .theme-doclik .fg-check:hover { background: #f4fafc; color: var(--thm-color-two, #34a3d5); }
.theme-doclik .fg-opt.on { background: #e1f1f9; color: #2591c2; font-weight: 600; }
.theme-doclik .fg-n { background: #f4fafc; color: #889; border-radius: 50px; font-size: 12px; padding: 1px 8px; }
.theme-doclik .fg-check .fg-box { width: 16px; height: 16px; border: 2px solid #cfdde6; border-radius: 4px; flex: none; }
.theme-doclik .fg-check.on .fg-box { background: var(--thm-color-one, #f36827); border-color: var(--thm-color-one, #f36827); }
.theme-doclik .fg-check .fg-lbl { flex: 1; }
.theme-doclik .premium-banner { display: flex; align-items: center; gap: 16px; background: #fff; border-radius: 10px; box-shadow: 0 8px 25px rgba(0,0,0,.08); padding: 18px 22px; margin-bottom: 26px; }
.theme-doclik .premium-banner .pb-text { flex: 1; }
.theme-doclik .premium-banner .pb-text p { color: #667; font-size: 14px; margin: 2px 0 0; }
.theme-doclik .esp-showing { color: #889; font-size: 14px; margin: 6px 0 0; }
.theme-doclik .esp-empty { background: #fff; border-radius: 10px; padding: 40px; text-align: center; box-shadow: 0 8px 25px rgba(0,0,0,.06); }

/* --- 10. Búsqueda (filter-bar) y listados --- */
.theme-doclik .filter-bar { display: flex; align-items: flex-end; gap: 14px; flex-wrap: wrap; background: #fff; border-radius: 10px; box-shadow: 0 8px 25px rgba(0,0,0,.08); padding: 20px 22px; margin-bottom: 30px; }
.theme-doclik .fb-field { flex: 1; min-width: 200px; }
.theme-doclik .fb-field label { display: block; font: 700 12px 'Barlow', sans-serif; letter-spacing: .08em; text-transform: uppercase; color: #99a; margin-bottom: 6px; }
.theme-doclik .fb-field input, .theme-doclik .fb-field select { width: 100%; border: 1px solid #e6edf2; border-radius: 7px; background: #f4fafc; padding: 12px 14px; font: 500 15px 'Barlow', sans-serif; color: #222; outline: 0; }
.theme-doclik .list h2, .theme-doclik .section-block h2 { font-size: 26px; font-weight: 700; margin-bottom: 20px; }

/* --- 11a. Provincia: listado izquierda + mapa sticky derecha (estilo Doctoralia) --- */
/* Barra de filtros de provincia (data-driven) */
.theme-doclik .dkp-filters { max-width: 1200px; margin: 0 auto 18px; padding: 0 15px; display: flex; align-items: center; flex-wrap: wrap; gap: 9px; }
.theme-doclik .dkp-filters-lbl { font: 700 13px 'Barlow', sans-serif; text-transform: uppercase; letter-spacing: .06em; color: #8896a8; margin-right: 2px; }
.theme-doclik .dkp-f { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1.5px solid #e2e9f1; color: #34495f; border-radius: 50px; font: 600 14px 'Barlow', sans-serif; padding: 9px 16px; text-decoration: none; transition: border-color .15s, background .15s, color .15s, transform .12s; }
.theme-doclik .dkp-f:hover { border-color: var(--thm-color-two, #34a3d5); color: var(--thm-color-two, #34a3d5); transform: translateY(-1px); }
.theme-doclik .dkp-f b { display: inline-flex; align-items: center; justify-content: center; min-width: 22px; height: 20px; padding: 0 6px; border-radius: 50px; background: #eef3f8; color: #6b7c90; font-size: 12px; font-weight: 700; }
.theme-doclik .dkp-f.on { background: #1b2c4e; border-color: #1b2c4e; color: #fff; }
.theme-doclik .dkp-f.on b { background: rgba(255,255,255,.22); color: #fff; }
.theme-doclik .dkp-f-clear { font: 600 13.5px 'Barlow', sans-serif; color: var(--thm-color-one, #f36827); text-decoration: none; padding: 9px 6px; }
.theme-doclik .dkp-f-clear:hover { text-decoration: underline; }
.theme-doclik .dkp-empty { max-width: 1200px; margin: 0 auto 60px; padding: 48px 15px; text-align: center; }
.theme-doclik .dkp-empty p { color: #5a6b82; font-size: 17px; margin-bottom: 18px; }
.theme-doclik .dkp-layout { max-width: 1200px; margin: 0 auto 60px; padding: 0 15px; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(340px, 1fr); gap: 20px; align-items: start; }
.theme-doclik .dkp-list .doctor-block-two { width: 100%; }
/* style.css pone overflow:hidden en .page-wrapper y eso desactiva position:sticky.
   clip en X recorta los shapes decorativos igual, pero sin crear scroll container. */
.theme-doclik .page-wrapper { overflow: visible; overflow-x: clip; }
.theme-doclik .dkp-map-col { position: sticky; top: 16px; }
.theme-doclik #dkp-map { height: calc(100vh - 40px); min-height: 480px; border-radius: 10px; box-shadow: 0 8px 25px rgba(0,0,0,.1); z-index: 1; }
@media (max-width: 991px) {
  .theme-doclik .dkp-layout { grid-template-columns: 1fr; }
  .theme-doclik .dkp-map-col { position: static; order: -1; }
  .theme-doclik #dkp-map { height: 320px; min-height: 320px; }
}

/* --- 11b. Ficha de detalle (mezcla Doctoralia/TopDoctors con skin Doclik) --- */
.theme-doclik .dk-main:has(.dkf-wrap) { background: linear-gradient(180deg, #f5f8fb 0, #fff 520px); }
.theme-doclik .dkf-wrap { max-width: 1180px; margin: 0 auto; padding: 0 15px 64px; }
.theme-doclik .dkf-wrap .crumbs { display: block; }

/* ---- HERO de perfil ---- */
.theme-doclik .dkf-hero { position: relative; background: #fff; border: 1px solid #e6edf5; border-radius: 10px; box-shadow: 0 18px 45px rgba(27,44,78,.11); overflow: hidden; margin-bottom: 14px; animation: dkfUp .5s cubic-bezier(.2,.7,.3,1) both; }
.theme-doclik .dkf-hero-cover { height: 158px; background: #1b2c4e; position: relative; overflow: hidden; }
.theme-doclik .dkf-hero-cover img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.95); opacity: .34; }
.theme-doclik .dkf-hero-cover:before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,27,50,.92), rgba(12,27,50,.68) 48%, rgba(12,27,50,.24)); z-index: 1; }
.theme-doclik .dkf-hero-cover:after { content: ''; position: absolute; inset: auto 0 0; height: 54px; background: linear-gradient(180deg, transparent, rgba(255,255,255,.98)); z-index: 2; }
.theme-doclik .dkf-hero-body { display: flex; gap: 26px; align-items: flex-start; padding: 0 32px 24px; margin-top: -70px; position: relative; z-index: 3; }
@media (max-width: 640px) { .theme-doclik .dkf-hero-cover { height: 132px; } .theme-doclik .dkf-hero-body { flex-direction: column; align-items: center; text-align: center; padding: 0 20px 20px; margin-top: -58px; } }
.theme-doclik .dkf-avatar { width: 132px; height: 132px; border-radius: 10px; overflow: hidden; flex: none; background: #e9f3fb; color: #2591c2; display: flex; align-items: center; justify-content: center; font: 800 46px 'Barlow', sans-serif; border: 6px solid #fff; box-shadow: 0 12px 28px rgba(27,44,78,.18); }
.theme-doclik .dkf-avatar img { width: 100%; height: 100%; object-fit: cover; }
.theme-doclik .dkf-id { padding-top: 74px; min-width: 0; flex: 1; }
@media (max-width: 640px) { .theme-doclik .dkf-id { padding-top: 8px; } }
.theme-doclik .dkf-id-top { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
@media (max-width: 640px) { .theme-doclik .dkf-id-top { justify-content: center; } }
.theme-doclik .dkf-id h1 { font-size: 34px; line-height: 1.08; font-weight: 800; color: #1b2c4e; letter-spacing: 0; }
@media (max-width: 640px) { .theme-doclik .dkf-id h1 { font-size: 28px; } }
.theme-doclik .dkf-verified { display: inline-flex; align-items: center; gap: 5px; background: #e3f6ec; color: #1c9a5c; border-radius: 50px; font: 700 12px 'Barlow', sans-serif; padding: 4px 12px; white-space: nowrap; }
.theme-doclik .dkf-role { color: #5a6b82; font-size: 16px; font-weight: 500; margin-top: 5px; text-transform: capitalize; }
.theme-doclik .dkf-role .dot { margin: 0 8px; color: #c3cedb; }
.theme-doclik .dkf-trust { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 13px; }
@media (max-width: 640px) { .theme-doclik .dkf-trust { justify-content: center; } }
.theme-doclik .dkf-rate { display: inline-flex; align-items: center; gap: 7px; text-decoration: none; }
.theme-doclik .dkf-rate .st i, .theme-doclik .dkf-rating-big .st i { color: #ffb400; font-size: 15px; margin-right: 1px; }
.theme-doclik .dkf-rate .st i.off, .theme-doclik .dkf-rating-big .st i.off { color: #dfe7ee; }
.theme-doclik .dkf-rate b { color: #1b2c4e; font-weight: 800; font-size: 16px; }
.theme-doclik .dkf-rate-n { color: var(--thm-color-two, #34a3d5); font-weight: 600; font-size: 14px; }
.theme-doclik .dkf-chip-coleg { display: inline-flex; align-items: center; gap: 6px; color: #5a6b82; font-size: 13px; font-weight: 600; }
.theme-doclik .dkf-chip-coleg i { color: var(--thm-color-two, #34a3d5); }
.theme-doclik .dkf-flags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }
@media (max-width: 640px) { .theme-doclik .dkf-flags { justify-content: center; } }
.theme-doclik .dkf-flags span { display: inline-flex; align-items: center; gap: 5px; background: #eef4fb; color: #3a5680; border: 1px solid #deebf6; border-radius: 8px; font: 600 12.5px 'Barlow', sans-serif; padding: 6px 12px; }
.theme-doclik .dkf-flags span i { font-size: 13px; opacity: .85; }
.theme-doclik .dkf-flags span.urg { background: #fde8df; color: #d9531a; }
.theme-doclik .dkf-snapshot { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(180px, .8fr); gap: 10px; margin-top: 16px; max-width: 760px; }
.theme-doclik .dkf-snapshot span { min-width: 0; display: flex; align-items: center; gap: 8px; border: 1px solid #e5eef6; background: #fbfdff; color: #52657a; border-radius: 8px; padding: 10px 12px; font: 600 13.5px/1.35 'Barlow', sans-serif; }
.theme-doclik .dkf-snapshot i { color: var(--thm-color-one, #f36827); flex: none; }
@media (max-width: 760px) { .theme-doclik .dkf-snapshot { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .theme-doclik .dkf-snapshot span { justify-content: center; } }
.theme-doclik .dkf-actions { display: flex; gap: 12px; padding: 18px 32px; border-top: 1px solid #eef2f7; background: #fbfcfe; }
@media (max-width: 640px) { .theme-doclik .dkf-actions { flex-wrap: wrap; padding: 16px 20px; } }
.theme-doclik .dkf-act { flex: 1; min-width: 140px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 52px; border-radius: 8px; font: 700 14.5px 'Barlow', sans-serif; text-decoration: none; transition: transform .15s, box-shadow .15s, background .2s; }
.theme-doclik .dkf-act:hover { transform: translateY(-2px); }
.theme-doclik .dkf-act-book { background: var(--thm-color-one, #f36827); color: #fff; box-shadow: 0 6px 18px rgba(243,104,39,.32); }
.theme-doclik .dkf-act-book:hover { background: #e2571a; color: #fff; box-shadow: 0 9px 24px rgba(243,104,39,.4); }
.theme-doclik .dkf-act-call { background: #1b2c4e; color: #fff; }
.theme-doclik .dkf-act-call:hover { background: #284d9b; color: #fff; }
.theme-doclik .dkf-act-map { background: #fff; color: #1b2c4e; border: 1.5px solid #dbe3ee; }
.theme-doclik .dkf-act-map:hover { border-color: var(--thm-color-two, #34a3d5); color: var(--thm-color-two, #34a3d5); }

/* ---- Barra de anclas sticky ---- */
.theme-doclik .dkf-tabs { position: sticky; top: 0; z-index: 30; display: flex; gap: 4px; background: rgba(255,255,255,.94); backdrop-filter: saturate(1.4) blur(8px); border: 1px solid #e6edf5; border-radius: 8px; padding: 6px; margin-bottom: 24px; overflow-x: auto; -webkit-overflow-scrolling: touch; box-shadow: 0 8px 22px rgba(27,44,78,.07); }
.theme-doclik .dkf-tabs::-webkit-scrollbar { display: none; }
.theme-doclik .dkf-tabs a { flex: none; padding: 9px 16px; border-radius: 6px; color: #5a6b82; font: 600 14px 'Barlow', sans-serif; text-decoration: none; white-space: nowrap; transition: background .15s, color .15s; }
.theme-doclik .dkf-tabs a:hover { background: #f1f5fa; color: #1b2c4e; }
.theme-doclik .dkf-tabs a.on { background: #1b2c4e; color: #fff; }

/* ---- Tarjetas de contenido ---- */
.theme-doclik .dkf-grid { display: grid; grid-template-columns: 1fr 370px; gap: 28px; align-items: start; }
@media (max-width: 991px) { .theme-doclik .dkf-grid { grid-template-columns: 1fr; } }
.theme-doclik .dkf-card { background: #fff; border: 1px solid #e8eef5; border-radius: 8px; box-shadow: 0 10px 28px rgba(27,44,78,.06); padding: 30px; margin-bottom: 20px; scroll-margin-top: 76px; animation: dkfUp .5s cubic-bezier(.2,.7,.3,1) both; }
.theme-doclik .dkf-main > .dkf-card:nth-child(1) { animation-delay: .04s; }
.theme-doclik .dkf-main > .dkf-card:nth-child(2) { animation-delay: .08s; }
.theme-doclik .dkf-main > .dkf-card:nth-child(3) { animation-delay: .12s; }
.theme-doclik .dkf-main > .dkf-card:nth-child(n+4) { animation-delay: .16s; }
.theme-doclik .dkf-card h2 { display: flex; align-items: center; gap: 12px; font-size: 20px; font-weight: 800; color: #1b2c4e; margin-bottom: 18px; letter-spacing: 0; }
.theme-doclik .dkf-ico { width: 38px; height: 38px; border-radius: 8px; flex: none; display: inline-flex; align-items: center; justify-content: center; background: #eef7fc; color: var(--thm-color-two, #34a3d5); font-size: 18px; }
.theme-doclik .dkf-text { line-height: 30px; color: #475467; }
.theme-doclik .dkf-chips { list-style: none; display: flex; flex-wrap: wrap; gap: 9px; padding: 0; margin: 0; }
.theme-doclik .dkf-chips li { border: 1px solid #d6e7f3; background: #f6fbfe; color: #2074a3; border-radius: 8px; font: 600 13px 'Barlow', sans-serif; padding: 8px 14px; text-transform: capitalize; }
.theme-doclik .dkf-services { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
@media (max-width: 640px) { .theme-doclik .dkf-services { grid-template-columns: 1fr; } }
.theme-doclik .dkf-services li { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 48px; border: 1px solid #e5eef6; border-radius: 8px; background: #fbfdff; padding: 12px 14px 12px 40px; font-size: 14.5px; color: #475467; }
.theme-doclik .dkf-services li:before { content: ''; position: absolute; left: 14px; top: 50%; width: 14px; height: 14px; border-radius: 50%; background: #eaf7fd; border: 4px solid var(--thm-color-two, #34a3d5); transform: translateY(-50%); }
.theme-doclik .dkf-services li span { min-width: 0; line-height: 20px; }
.theme-doclik .dkf-services b { color: #1b2c4e; white-space: nowrap; font-size: 14px; background: #fff3e8; border-radius: 6px; padding: 4px 8px; }
.theme-doclik .dkf-price { margin-top: 14px; color: #475467; }
.theme-doclik .dkf-price b { color: var(--thm-color-one, #f36827); font-size: 17px; }
.theme-doclik .dkf-hours { list-style: none; padding: 0; margin: 0; max-width: 560px; border: 1px solid #e7eff7; border-radius: 8px; overflow: hidden; }
.theme-doclik .dkf-hours li { display: grid; grid-template-columns: 130px 1fr; align-items: center; gap: 14px; border-bottom: 1px solid #eef4f8; padding: 11px 14px; font-size: 14.5px; color: #475467; text-transform: capitalize; background: #fff; }
.theme-doclik .dkf-hours li:nth-child(odd) { background: #fbfdff; }
.theme-doclik .dkf-hours li:last-child { border-bottom: 0; }
.theme-doclik .dkf-hours li em { font-style: normal; font-weight: 700; color: #1b2c4e; text-align: right; line-height: 20px; }
@media (max-width: 520px) {
  .theme-doclik .dkf-hours li { grid-template-columns: 1fr; gap: 3px; }
  .theme-doclik .dkf-hours li em { text-align: left; }
}

/* ---- Opiniones ---- */
.theme-doclik .dkf-rating-big { display: flex; gap: 16px; margin-bottom: 22px; }
.theme-doclik .dkf-rating-score { background: linear-gradient(160deg, #fff8ef, #fff3e3); border: 1px solid #ffe2c4; border-radius: 14px; padding: 18px 26px; text-align: center; }
.theme-doclik .dkf-rating-score > b { display: block; font: 800 46px 'Barlow', sans-serif; color: #1b2c4e; line-height: 1; }
.theme-doclik .dkf-rating-score .st { display: block; margin: 6px 0 4px; }
.theme-doclik .dkf-rating-score p { color: #97836a; font-size: 13px; }
.theme-doclik .dkf-reviews { display: grid; gap: 14px; }
.theme-doclik .dkf-reviews blockquote { margin: 0; background: #f8fafc; border: 1px solid #eef2f7; border-radius: 12px; padding: 16px 18px; }
.theme-doclik .dkf-rv-head { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.theme-doclik .dkf-rv-ava { width: 32px; height: 32px; border-radius: 50%; flex: none; background: #1b2c4e; color: #fff; display: inline-flex; align-items: center; justify-content: center; font: 700 14px 'Barlow', sans-serif; }
.theme-doclik .dkf-rv-head b { color: #1b2c4e; font-size: 14.5px; }
.theme-doclik .dkf-reviews p { color: #475467; font-size: 14.5px; line-height: 24px; }
.theme-doclik .dkf-link { display: inline-block; margin-top: 16px; color: var(--thm-color-two, #34a3d5); font-weight: 600; font-size: 14px; text-decoration: none; }
.theme-doclik .dkf-link:hover { text-decoration: underline; }

/* ---- Mapa ---- */
.theme-doclik .dkf-map iframe { border: 0; border-radius: 8px; }
.theme-doclik .dkf-addr { display: flex; align-items: center; gap: 7px; color: #475467; margin-bottom: 14px; font-weight: 500; }
.theme-doclik .dkf-addr i { color: var(--thm-color-one, #f36827); }

/* ---- Claim / baja / FAQ ---- */
.theme-doclik .dkf-claim { background: linear-gradient(140deg, #f4f9ff, #eef5fc); border: 1px solid #dde9f6; }
.theme-doclik .dkf-claim-form { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; }
.theme-doclik .dkf-claim-form input { flex: 1; min-width: 220px; border: 1px solid #d7e2ee; border-radius: 8px; background: #fff; padding: 14px 16px; font: 500 15px 'Barlow', sans-serif; outline: 0; }
.theme-doclik .dkf-claim-form input:focus { border-color: var(--thm-color-two, #34a3d5); box-shadow: 0 0 0 3px rgba(52,163,213,.15); }
.theme-doclik .dkf-claim-form .theme-btn { flex: none; }
.theme-doclik .dkf-baja { font-size: 13px; margin-top: 6px; }
.theme-doclik .dkf-baja a { color: var(--thm-color-two, #34a3d5); }
.theme-doclik .dkf-faq { border: 1px solid #e8eef5; border-radius: 8px; padding: 0; margin-bottom: 10px; background: #fbfdff; overflow: hidden; }
.theme-doclik .dkf-faq:last-child { margin-bottom: 0; }
.theme-doclik .dkf-faq summary { cursor: pointer; font: 700 15px 'Barlow', sans-serif; color: #1b2c4e; list-style: none; position: relative; padding: 15px 44px 15px 16px; }
.theme-doclik .dkf-faq summary::-webkit-details-marker { display: none; }
.theme-doclik .dkf-faq summary:after { content: '+'; position: absolute; right: 16px; top: 50%; transform: translateY(-50%); font-size: 22px; font-weight: 400; color: var(--thm-color-one, #f36827); transition: transform .2s; }
.theme-doclik .dkf-faq[open] summary:after { content: '–'; }
.theme-doclik .dkf-faq p { color: #475467; font-size: 14.5px; line-height: 25px; padding: 0 16px 15px; margin: 0; }
.theme-doclik .dk-disclosure { color: rgba(255,255,255,.75); text-decoration: underline; font-size: 13px; }

/* ---- Sidebar sticky de cita ---- */
.theme-doclik .dkf-side { position: sticky; top: 76px; animation: dkfUp .5s cubic-bezier(.2,.7,.3,1) both; animation-delay: .12s; }
@media (max-width: 991px) { .theme-doclik .dkf-side { position: static; } }
.theme-doclik .dkf-book { background: #fff; border: 1px solid #e5ebf3; border-radius: 8px; box-shadow: 0 16px 38px rgba(27,44,78,.12); overflow: hidden; margin-bottom: 18px; }
.theme-doclik .dkf-book-head { background: #1b2c4e; color: #fff; font: 800 18px 'Barlow', sans-serif; padding: 18px 22px; }
.theme-doclik .dkf-book-head i { margin-right: 8px; opacity: .85; }
.theme-doclik .dkf-book-body { padding: 22px; }
.theme-doclik .dkf-book-row { display: flex; gap: 12px; margin-bottom: 18px; }
.theme-doclik .dkf-book-row .ic { width: 38px; height: 38px; border-radius: 8px; background: #eef4fb; color: var(--thm-color-two, #34a3d5); display: inline-flex; align-items: center; justify-content: center; flex: none; }
.theme-doclik .dkf-book-row b { display: block; font-size: 14px; color: #1b2c4e; }
.theme-doclik .dkf-book-row p { color: #5a6b82; font-size: 14px; line-height: 21px; }
.theme-doclik .dkf-call { display: flex; align-items: center; justify-content: center; gap: 8px; background: #1b2c4e; color: #fff; border-radius: 8px; height: 52px; font: 700 15px 'Barlow', sans-serif; text-decoration: none; margin-bottom: 12px; transition: background .2s, transform .15s; }
.theme-doclik .dkf-call:hover { background: #284d9b; color: #fff; transform: translateY(-1px); }
.theme-doclik .dkf-call-note { font-size: 12px; color: #889; text-align: center; margin: 0 0 14px; }
.theme-doclik .dkf-or { text-align: center; position: relative; margin: 6px 0 16px; }
.theme-doclik .dkf-or:before { content: ''; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: #eef4f8; }
.theme-doclik .dkf-or span { position: relative; background: #fff; padding: 0 12px; color: #99a; font-size: 12px; }
.theme-doclik .dkf-insurance b { display: flex; align-items: center; gap: 7px; font-size: 15px; color: #1b2c4e; }
.theme-doclik .dkf-insurance b i { color: var(--thm-color-two, #34a3d5); }
.theme-doclik .dkf-trustbox { padding: 4px 6px; }
.theme-doclik .dkf-trustbox p { display: flex; align-items: center; gap: 9px; color: #5a6b82; font-size: 13.5px; padding: 5px 0; }
.theme-doclik .dkf-trustbox i { color: #1c9a5c; font-size: 14px; }

@keyframes dkfUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .theme-doclik .dkf-hero, .theme-doclik .dkf-card, .theme-doclik .dkf-side { animation: none; } .theme-doclik .dkf-act:hover { transform: none; } }

/* --- 11. Ficha y resto de interiores --- */
.theme-doclik h1 { font-weight: 700; color: #212121; }
.theme-doclik .crumbs { font-size: 14px; color: #888; padding: 22px 0 16px; }
.theme-doclik .crumbs a { color: var(--thm-color-two, #34a3d5); text-decoration: none; }
.theme-doclik .ficha { padding-top: 10px; }
.theme-doclik .ficha-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 30px; margin: 30px 0; align-items: start; }
@media (max-width: 820px) { .theme-doclik .ficha-grid { grid-template-columns: 1fr; } }
.theme-doclik .ficha-head { display: flex; gap: 22px; align-items: center; margin: 10px 0 24px; }
.theme-doclik .ficha .avatar { width: 110px; height: 110px; border-radius: 10px; background: #e1f1f9; color: #2591c2; display: flex; align-items: center; justify-content: center; font: 700 44px 'Barlow', sans-serif; overflow: hidden; flex: none; }
.theme-doclik .ficha .avatar img { width: 100%; height: 100%; object-fit: cover; }
.theme-doclik .badge { display: inline-block; background: #e1f1f9; color: #2591c2; border-radius: 50px; font: 600 13px 'Barlow', sans-serif; padding: 5px 14px; margin-top: 8px; }
.theme-doclik .datos, .theme-doclik .contact-cta, .theme-doclik .claim-box, .theme-doclik .desc { background: #fff; border-radius: 10px; padding: 26px; box-shadow: 0 8px 25px rgba(0,0,0,.07); border: 0 !important; }
.theme-doclik .desc { margin-bottom: 26px; line-height: 30px; color: #444; }
.theme-doclik .datos h2, .theme-doclik .contact-cta h2 { font-size: 22px; margin-bottom: 14px; font-weight: 700; }
.theme-doclik .datos p { margin-bottom: 8px; color: #555; }
.theme-doclik .datos a { color: var(--thm-color-two, #34a3d5); }
.theme-doclik .hours { list-style: none; padding: 0; }
.theme-doclik .hours li { display: flex; justify-content: space-between; border-bottom: 1px solid #eef4f8; padding: 6px 0; font-size: 14px; color: #555; }
.theme-doclik .chips { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0 0 22px; }
.theme-doclik .chips li { background: #fde8df; color: #d9531a; border-radius: 50px; font: 600 13px 'Barlow', sans-serif; padding: 6px 14px; }
.theme-doclik .map iframe { border-radius: 10px; margin: 10px 0 26px; }
.theme-doclik .stars .s { color: #ffb400; }
.theme-doclik .muted { color: #889; }
.theme-doclik .related { margin-bottom: 50px; }
.theme-doclik .related h2 { font-size: 26px; font-weight: 700; margin-bottom: 20px; }
.theme-doclik .btn, .theme-doclik .btn-primary, .theme-doclik .btn-outline { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--thm-color-one, #f36827); color: #fff; border: 0; border-radius: 7px; height: 48px; padding: 0 24px; font: 700 14px 'Barlow', sans-serif; cursor: pointer; text-decoration: none; white-space: nowrap; }
.theme-doclik .btn:hover { background: #d9531a; color: #fff; }
.theme-doclik .btn-outline { background: #fff; color: #2591c2; border: 1px solid #dff0f8; }
.theme-doclik .btn-outline:hover { background: #e1f1f9; color: #2591c2; }
.theme-doclik .exito { text-align: center; padding: 70px 15px 90px; max-width: 800px; margin: 0 auto; }
.theme-doclik .exito h1 { margin: 14px 0; }
.theme-doclik .exito-steps { display: flex; gap: 26px; justify-content: center; margin: 36px 0; flex-wrap: wrap; text-align: left; }
.theme-doclik .es { display: flex; gap: 12px; max-width: 240px; }
.theme-doclik .es-n { width: 30px; height: 30px; border-radius: 50%; background: #e1f1f9; color: #2591c2; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; flex: none; }
.theme-doclik .kicker { display: block; font: 600 13px 'Barlow', sans-serif; letter-spacing: .1em; text-transform: uppercase; color: var(--thm-color-two, #34a3d5); margin-bottom: 6px; }
.theme-doclik .legal-wrap { padding-top: 40px; padding-bottom: 70px; }
.theme-doclik .legal-layout { display: grid; grid-template-columns: 280px 1fr; gap: 40px; margin-top: 30px; }
@media (max-width: 820px) { .theme-doclik .legal-layout { grid-template-columns: 1fr; } }
.theme-doclik .legal-toc { position: sticky; top: 20px; align-self: start; background: #f4fafc; border-radius: 10px; padding: 22px; }
.theme-doclik .toc-item { display: flex; gap: 10px; padding: 7px 0; color: #555; text-decoration: none; font-size: 14px; }
.theme-doclik .toc-n { color: #2591c2; font-weight: 700; }
.theme-doclik .toc-cta { margin-top: 18px; font-size: 14px; }
.theme-doclik .toc-cta a { color: var(--thm-color-one, #f36827); }
.theme-doclik .legal-article h2 { font-size: 22px; margin: 26px 0 10px; font-weight: 700; }
.theme-doclik .legal-article p { color: #555; line-height: 29px; }
.theme-doclik .legal-article a { color: var(--thm-color-two, #34a3d5); }
.theme-doclik .notfound { text-align: center; padding-top: 70px; padding-bottom: 90px; }
.theme-doclik .ciudad-content, .theme-doclik .landing-content { line-height: 30px; color: #444; padding-top: 26px; }
.theme-doclik .ciudad-content h1, .theme-doclik .landing-content h1 { margin-bottom: 16px; }

/* ===== Cards profesional v2 (estilo ficha Doctoralia) ===== */
:root{ --dkc-blue:#0c5a8c; --dkc-blue-d:#0b4a72; --dkc-orange:var(--thm-color-one,#f36827); }
.row:has(> .dkc){ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; margin:0; }
@media (max-width:991px){ .row:has(> .dkc){ grid-template-columns:repeat(2,1fr); } }
@media (max-width:575px){ .row:has(> .dkc){ grid-template-columns:1fr; } }
.dkc{ position:relative; display:flex; flex-direction:column; align-items:center; text-align:center;
  background:#fff; border:1px solid #e8ecf1; border-radius:16px; padding:28px 22px 22px;
  box-shadow:0 4px 18px rgba(15,40,70,.05); transition:box-shadow .25s, transform .25s; }
.dkc:hover{ box-shadow:0 14px 34px rgba(15,40,70,.12); transform:translateY(-3px); }
.dkc--sponsored{ border-color:var(--dkc-orange); }
.dkc-flag{ position:absolute; top:14px; right:14px; font-size:11px; font-weight:700; letter-spacing:.3px;
  text-transform:uppercase; color:var(--dkc-orange); background:rgba(243,104,39,.1); padding:4px 9px; border-radius:20px; }
.dkc-photo{ width:104px; height:104px; border-radius:50%; overflow:hidden; display:flex; align-items:center; justify-content:center;
  border:4px solid #eef3f8; background:#f3f6f9; margin-bottom:14px; flex-shrink:0; }
.dkc-photo img{ width:100%; height:100%; object-fit:cover; }
.dkc-initial{ font-size:40px; font-weight:700; color:var(--dkc-blue); }
.dkc-name{ font-size:18px; font-weight:700; color:var(--dkc-blue); line-height:1.25; }
.dkc-name:hover{ color:var(--dkc-blue-d); }
.dkc-role{ font-size:14px; color:#7a8896; margin-top:3px; text-transform:capitalize; }
.dkc-rating{ display:flex; align-items:center; justify-content:center; gap:7px; margin-top:10px; color:#3a4a59; font-size:14px; }
.dkc-rating b{ font-size:16px; color:#1f2d3a; }
.dkc-rating--empty{ color:#9aa6b2; font-size:13px; }
.dkc-stars{ position:relative; display:inline-block; font-size:15px; line-height:1; color:#dde2e8; letter-spacing:1px; }
.dkc-stars::before{ content:"\2605\2605\2605\2605\2605"; }
.dkc-stars-on{ position:absolute; top:0; left:0; overflow:hidden; white-space:nowrap; color:#f5a623; }
.dkc-stars-on::before{ content:"\2605\2605\2605\2605\2605"; }
.dkc-reviews{ color:var(--dkc-blue); }
.dkc-loc{ font-size:13px; color:#8a96a2; margin-top:7px; }
.dkc-tags{ display:flex; flex-wrap:wrap; gap:7px; justify-content:center; margin-top:14px; }
.dkc-tags-lbl{ width:100%; font-size:12px; color:#9aa6b2; margin-bottom:1px; }
.dkc-tag{ font-size:12.5px; color:#3a4a59; background:#f1f5f9; border:1px solid #e6ebf1; padding:4px 11px; border-radius:20px; text-transform:capitalize; }
.dkc-actions{ display:grid; grid-template-columns:1fr 1fr; gap:10px; width:100%; margin-top:20px; }
.dkc-btn{ display:flex; align-items:center; justify-content:center; gap:7px; padding:12px 8px; border-radius:10px;
  font-size:14px; font-weight:600; transition:filter .2s; }
.dkc-btn i{ font-size:15px; }
.dkc-btn:hover{ filter:brightness(1.08); }
.dkc-btn--call{ background:var(--dkc-blue); color:#fff; }
.dkc-btn--book{ background:var(--dkc-orange); color:#fff; }

/* ===== Buscador por pasos (hero wizard) ===== */
.dkw{ max-width:900px; margin-top:10px; }
.dkw-bar{ display:flex; align-items:stretch; gap:10px; background:rgba(255,255,255,.14); padding:10px; border-radius:12px; }
.dkw-step{ flex:1; min-width:0; display:flex; align-items:center; gap:11px; background:#fff; border-radius:9px; padding:9px 15px; cursor:pointer; transition:box-shadow .2s; }
.dkw-step.is-done{ box-shadow:inset 0 0 0 2px var(--dkc-orange,#f36827); }
.dkw-ico{ color:#0c5a8c; display:flex; flex-shrink:0; }
.dkw-ico svg{ width:20px; height:20px; }
.dkw-field{ display:flex; flex-direction:column; min-width:0; flex:1; text-align:left; }
.dkw-lbl{ font-size:11px; color:#8a96a2; font-weight:600; text-transform:uppercase; letter-spacing:.3px; }
.dkw-step select{ border:0; background:transparent; font:600 15px 'Barlow',sans-serif; color:#1f2d3a; padding:0; width:100%; cursor:pointer; outline:none; }
.dkw-btn{ flex-shrink:0; width:62px; border:0; border-radius:9px; background:#1fa0e0; color:#fff; font-size:20px; cursor:pointer; transition:filter .2s; }
.dkw-btn:hover{ filter:brightness(1.08); }
@media (max-width:768px){ .dkw-bar{ flex-direction:column; } .dkw-btn{ width:100%; padding:13px; } }

/* ===== Fix buscador wizard: neutralizar botón absolute naranja de Doclik + pulir ===== */
.theme-doclik .banner-section .content-box .dkw-btn{ position:static; flex:0 0 60px; height:auto; align-self:stretch; background:#1fa0e0; border-radius:10px; }
.theme-doclik .banner-section .content-box .dkw-btn:hover{ background:#1488c2; }
.theme-doclik .banner-section .content-box .dkw{ position:relative; z-index:3; }
.dkw-bar{ background:rgba(255,255,255,.96); box-shadow:0 10px 30px rgba(8,30,55,.22); }
.dkw-step{ border:1px solid #e8ecf1; }
.dkw-step:hover{ border-color:#bfd8e8; }
.dkw-step.is-done{ box-shadow:none; border-color:#1fa0e0; background:#f6fbfe; }
.dkw-step.is-done .dkw-ico{ color:#1fa0e0; }

/* ===== Dropdown personalizado del buscador ===== */
.dkw-step{ position:relative; }
.dkw-input{ border:0; background:transparent; font:600 15px 'Barlow',sans-serif; color:#1f2d3a; padding:0; width:100%; outline:none; cursor:pointer; }
.dkw-input::placeholder{ color:#9aa6b2; font-weight:500; }
.dkw-caret{ position:absolute; right:14px; top:50%; width:9px; height:9px; border-right:2px solid #8a96a2; border-bottom:2px solid #8a96a2; transform:translateY(-65%) rotate(45deg); pointer-events:none; transition:transform .2s; }
.dkw-step.is-open .dkw-caret{ transform:translateY(-35%) rotate(225deg); border-color:#1fa0e0; }
.dkw-panel{ display:none; position:absolute; top:calc(100% + 8px); left:0; min-width:320px; max-width:380px; max-height:340px; overflow-y:auto;
  list-style:none; margin:0; padding:7px; background:#fff; border-radius:14px; box-shadow:0 18px 44px rgba(8,30,55,.22); border:1px solid #eef2f6; z-index:30; }
.dkw-step.is-open .dkw-panel{ display:block; }
.dkw-opt{ display:flex; flex-direction:column; gap:1px; padding:10px 14px; border-radius:9px; cursor:pointer; transition:background .12s; }
.dkw-opt b{ font:600 15px 'Barlow',sans-serif; color:#1f2d3a; }
.dkw-opt span{ font-size:12.5px; color:#8a96a2; }
.dkw-opt:hover{ background:#f1f8fc; }
.dkw-opt:hover b{ color:#0c5a8c; }
.dkw-opt--free b{ color:#1fa0e0; }
.dkw-panel::-webkit-scrollbar{ width:8px; }
.dkw-panel::-webkit-scrollbar-thumb{ background:#d7dee5; border-radius:8px; }
@media (max-width:768px){ .dkw-panel{ min-width:100%; max-width:100%; } }

/* ===== Permitir que el dropdown del buscador escape del hero (overflow:hidden Doclik) ===== */
.theme-doclik .banner-section,
.theme-doclik .banner-section .swiper-container,
.theme-doclik .banner-section .banner-slider,
.theme-doclik .banner-section .swiper-wrapper,
.theme-doclik .banner-section .swiper-slide,
.theme-doclik .banner-section .content-outer,
.theme-doclik .banner-section .content-box,
.theme-doclik .banner-section .content-box .inner{ overflow:visible; }
.dkw-panel{ z-index:120; }
.dkw{ position:relative; z-index:20; }
