@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/inter-400.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/inter-500.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/inter-600.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/inter-700.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/manrope-500.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/manrope-600.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/manrope-700.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/manrope-800.ttf) format('truetype');
}

/* Identidad del inicio. Esta hoja no se carga en el catálogo. */
.turnos-page {
    --purple:#582b83; --purple-dark:#352044; --green:#507f32;
    --green-dark:#375b23; --lavender:#f0eaf6; --sage:#edf3e7;
    --canvas:#f7f6fa; --paper:#fff; --ink:#292333; --muted:#696171;
    --line:#e5e0e9; --title-font:"Manrope","Segoe UI",sans-serif;
    --body-font:"Inter","Segoe UI",Arial,sans-serif;
    background:var(--canvas);font-family:var(--body-font);font-size:15px;color:var(--ink);
}
.turnos-page .container{width:min(1080px,calc(100% - 48px));max-width:1080px}
.turnos-page h1,.turnos-page h2,.turnos-page h3,.turnos-page .navigation,.turnos-page .brand{font-family:var(--title-font)}
.turnos-page .header{display:grid;grid-template-columns:1fr auto;align-items:center;gap:24px;padding:0 max(24px,calc((100% - 1080px)/2));min-height:86px;background:var(--paper);border-bottom:1px solid var(--line)}
.turnos-page .header .header-main{width:auto;max-width:none;margin:0;justify-content:flex-start;padding:10px 0}
.turnos-page .header .brand{gap:12px}
.turnos-page .header .brand img{height:60px;width:auto}
.turnos-page .brand strong{font-size:26px;letter-spacing:-1px}
.turnos-page .brand small{font-size:10px;letter-spacing:2px}
.turnos-page .header .navigation{width:auto;margin:0;gap:8px;font-size:14px;min-height:44px}
.turnos-page .header .navigation>a{padding:11px 18px;border:0;border-radius:8px;min-height:44px}
.turnos-page .header .navigation>a[aria-current]{background:var(--lavender);color:var(--purple);font-weight:700}
.turnos-page .header .navigation>a:hover{background:var(--lavender)}
.turnos-page .duty-home{max-width:none;padding:0 0 32px}
.turnos-page .duty-heading{background:var(--lavender);border-bottom:1px solid var(--line)}
.turnos-page .duty-heading-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-block:26px}
.turnos-page .duty-heading .eyebrow{font-size:13px;font-weight:600;letter-spacing:.2px;color:var(--purple)}
.turnos-page .duty-home h1{font-size:38px;line-height:1.18;letter-spacing:-1.4px;font-weight:800;color:var(--purple-dark);margin:8px 0 0}
.turnos-page .duty-date{display:flex;align-items:center;gap:8px;font-size:15px;color:var(--purple-dark);margin-top:12px}
.turnos-page .duty-date .icon{width:18px;height:18px;color:var(--purple)}
.turnos-page .demo-banner{display:flex;align-items:baseline;gap:8px;border:0;background:none;padding:0;margin-top:13px;font-size:13px;font-weight:400;color:var(--purple-dark);line-height:1.5}
.turnos-page .demo-banner strong{font-weight:600}
.turnos-page .demo-dot{width:6px;height:6px;flex-shrink:0;background:var(--purple);border-radius:50%}
.turnos-page .duty-mark{position:relative;width:128px;height:128px;display:grid;place-items:center;flex-shrink:0;border:1px solid #d6c8e3;border-radius:50%;margin-right:20px}
.turnos-page .duty-mark>.icon{height:68px;width:68px;stroke-width:1;color:#b5a0c7;transform:rotate(-8deg)}
.turnos-page .duty-mark::before{content:"";position:absolute;inset:12px;border:1px solid #dfd3e9;border-radius:50%}
.turnos-page .duty-mark>span{position:absolute;bottom:12px;right:7px;width:15px;height:15px;background:var(--green);border:4px solid var(--lavender);border-radius:50%}
.turnos-page .duty-tools{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-block:24px}
.turnos-page .city-filters{display:flex;flex-wrap:nowrap;gap:3px;margin:0;background:#eae6ef;border:1px solid var(--line);padding:4px;border-radius:11px;max-width:100%}
.turnos-page .city-filters .button{background:transparent;color:var(--muted);min-height:44px;padding:9px 15px;font-size:14px;gap:6px;font-weight:500;white-space:nowrap;border:1px solid transparent;border-radius:7px}
.turnos-page .city-filters .button[aria-current]{color:var(--purple);background:var(--paper);border-color:#ddd3e7;box-shadow:0 1px 3px #3520440a;font-weight:600}
.turnos-page .city-filters .button:hover{color:var(--purple)}
.turnos-page .filter-check{font-size:14px}
.turnos-page .date-query{padding:0;border:0;flex:0 1 340px;max-width:100%}
.turnos-page .date-query summary{display:flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:10px 14px;font-size:14px;font-weight:500;background:var(--paper);border:1px solid #d8cde2;border-radius:9px;width:max-content;margin:3px 0 0 auto;list-style:none}
.turnos-page .date-query summary::-webkit-details-marker{display:none}
.turnos-page .date-query summary .icon{height:18px;width:18px}
.turnos-page .date-query[open]{background:var(--paper);border-radius:10px;padding:0 14px 12px;border:1px solid var(--line)}
.turnos-page .date-query[open] summary{margin:0;border:0;padding-inline:0;width:100%;justify-content:flex-start}
.turnos-page .date-query form{display:grid;grid-template-columns:1fr auto;gap:8px;padding:8px 0 12px}
.turnos-page .date-query label{grid-column:1/-1;font-size:13px}
.turnos-page .date-query input{width:100%;font-size:14px}
.turnos-page .date-query p{font-size:13px;line-height:1.5;margin:0}
.turnos-page .duty-return{margin:-8px 0 16px;font-size:14px}
.turnos-page .duty-cards{gap:20px;align-items:start}
.turnos-page .duty-cards .shift{position:relative;padding:24px;border:1px solid var(--line);border-radius:16px;background:var(--paper);box-shadow:0 4px 16px #35204405;overflow:hidden}
.turnos-page .duty-cards .shift::before{content:"";position:absolute;top:0;left:24px;width:42px;height:3px;background:var(--green);border-radius:0 0 3px 3px}
.turnos-page .duty-cards .city-label{font-size:13px;font-weight:600;padding:5px 9px;border-radius:6px;background:var(--lavender);color:var(--purple)}
.turnos-page .shift-status{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--muted)}
.turnos-page .shift-status.is-current::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--green)}
.turnos-page .duty-cards .shift h2{font-size:25px;line-height:1.3;font-weight:700;letter-spacing:-.7px;margin-top:18px}
.turnos-page .shift-address{font-size:15px;color:var(--muted)}
.turnos-page .duty-cards .shift-times{display:block;background:var(--sage);padding:16px;border-radius:10px;margin-top:20px;color:var(--green-dark)}
.turnos-page .shift-until{display:flex;align-items:center;gap:12px}
.turnos-page .time-symbol{width:38px;height:38px;border:1px solid #d3dfc9;border-radius:50%;display:grid;place-items:center;flex-shrink:0}
.turnos-page .time-symbol .icon{height:19px;width:19px}
.turnos-page .duty-cards .shift-until time{font-family:var(--title-font);font-weight:700;font-size:23px;color:var(--green-dark);line-height:1.3}
.turnos-page .end-date{display:block;margin-top:3px;font-size:14px;color:var(--green-dark)}
.turnos-page .shift-start{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:4px 12px;border-top:1px solid #d6e1cd;padding-top:12px;margin-top:13px;font-size:13px}
.turnos-page .duty-cards .shift-start time{font-size:13px;font-weight:500;color:var(--green-dark)}
.turnos-page .duty-cards .shift-times-day{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.turnos-page .shift-times-day .time-label{font-size:13px;display:block;margin-bottom:4px}
.turnos-page .duty-cards .shift-times-day time{font-size:15px;color:var(--green-dark);font-weight:600}
.turnos-page .shift-actions:empty{display:none}
.turnos-page .duty-meta{display:flex;flex-wrap:wrap;justify-content:space-between;gap:6px 18px;margin:16px 0 0;color:var(--muted);font-size:13px}
.turnos-page .duty-meta p{margin:0}
.turnos-page .catalog-access{margin-top:30px;border-top:1px solid var(--line);padding-top:24px}
.turnos-page .catalog-access h2{font-size:18px;font-weight:600;line-height:1.4;letter-spacing:-.3px}
.turnos-page .catalog-access .area-promos{margin-top:16px;gap:16px}
.turnos-page .catalog-access .area-promo{padding:18px;gap:14px;border:1px solid #e1e8db;border-radius:12px}
.turnos-page .catalog-access .area-promo.lilac{border-color:#e3daec}
.turnos-page .catalog-access .area-promo strong{font-family:var(--title-font);font-size:16px;font-weight:700;margin:0 0 4px}
.turnos-page .catalog-access .area-promo>span>span{display:block;font-size:13px;line-height:1.5;color:var(--muted)}
.turnos-page .access-icon{display:grid;place-items:center;flex-shrink:0;width:40px;height:40px;border-radius:10px;background:#ffffff94}
.turnos-page .access-icon .icon{width:24px;height:24px}
.turnos-page .contact-section{background:var(--paper);border-block:1px solid var(--line);padding-block:24px}
.turnos-page .contact-inner h2{font-size:22px}
.turnos-page .contact-inner p,.turnos-page .contact-box>span{font-size:13px}
.turnos-page .contact-inner .eyebrow{font-size:11px;letter-spacing:.5px}
.turnos-page footer{background:var(--paper)}
.turnos-page .footer-main{padding-block:28px;font-size:13px}
.turnos-page .footer-main p{font-size:13px}
.turnos-page .footer-bottom,.turnos-page .footer-bottom strong{font-size:12px}
.turnos-page :focus-visible{outline:3px solid var(--purple);outline-offset:3px}
@media(max-width:800px){
 .turnos-page .header{gap:12px}.turnos-page .header .navigation{gap:0}.turnos-page .header .navigation>a{padding-inline:12px}
 .turnos-page .duty-mark{width:92px;height:92px;margin:0}.turnos-page .duty-mark>.icon{width:48px;height:48px}
 .turnos-page .duty-home h1{font-size:34px}
 .turnos-page .duty-tools{flex-wrap:wrap}.turnos-page .date-query{flex-basis:auto;margin-left:auto}
 .turnos-page .duty-cards .shift{padding:20px}.turnos-page .duty-cards .shift h2{font-size:23px}
 .turnos-page .duty-cards .shift-times-day{grid-template-columns:1fr}
 .turnos-page .catalog-access .area-promo{gap:10px;padding:14px}
}
@media(max-width:580px){
 .turnos-page .container{width:calc(100% - 32px)}
 .turnos-page .header{display:block;min-height:70px;padding-inline:16px}
 .turnos-page .header .header-main{padding-block:9px;justify-content:space-between;flex-wrap:nowrap}
 .turnos-page .header .brand img{height:48px}.turnos-page .brand strong{font-size:23px}.turnos-page .brand small{font-size:9px;letter-spacing:1.5px}
 .turnos-page .header .navigation{justify-content:flex-start;padding-block:4px 10px;gap:4px;flex-wrap:wrap}
 .turnos-page .header .menu-toggle{height:44px;width:44px;border-radius:9px}
 .turnos-page .duty-heading-inner{padding-block:20px;gap:0}.turnos-page .duty-mark{display:none}
 .turnos-page .duty-heading .eyebrow{font-size:12px}
 .turnos-page .duty-home h1{font-size:29px;letter-spacing:-1px;max-width:340px}
 .turnos-page .duty-date{font-size:14px;margin-top:10px}
 .turnos-page .demo-banner{font-size:13px;margin-top:11px;line-height:1.45}
 .turnos-page .duty-tools{gap:10px;margin-block:18px}
 .turnos-page .city-filters{width:100%;gap:2px;padding:3px}
 .turnos-page .city-filters .button{flex:1;padding-inline:7px;font-size:13px}
 .turnos-page .date-query{margin:0;flex-basis:100%}
 .turnos-page .date-query summary{margin:0;width:100%;min-height:44px;font-size:13px}
 .turnos-page .duty-cards{grid-template-columns:1fr;gap:16px}
 .turnos-page .duty-cards .shift{padding:20px 18px}
 .turnos-page .duty-cards .shift-top{gap:8px}
 .turnos-page .shift-status{font-size:12px}
 .turnos-page .duty-cards .shift h2{font-size:22px;margin-top:15px;letter-spacing:-.6px}
 .turnos-page .duty-cards .shift-times{margin-top:16px;padding:14px}
 .turnos-page .duty-cards .shift-until time{font-size:22px}
 .turnos-page .duty-cards .shift-start time{font-size:13px}
 .turnos-page .duty-cards .shift-times-day{grid-template-columns:1fr;gap:12px}
 .turnos-page .duty-meta{gap:5px;margin-top:14px;line-height:1.6}
 .turnos-page .catalog-access{margin-top:24px;padding-top:22px}
 .turnos-page .catalog-access h2{font-size:17px}
 .turnos-page .catalog-access .area-promos{grid-template-columns:1fr;gap:10px}
 .turnos-page .catalog-access .area-promo{padding:16px}
 .turnos-page .contact-inner{gap:18px}.turnos-page .contact-box{padding-top:18px}
}

/* Banner de turnos: ambas ciudades permanecen visibles, sin carrusel. */
.turnos-page .duty-home .container{max-width:1150px;width:min(1150px,calc(100% - 48px))}
.turnos-page .current-banner{background:linear-gradient(90deg,var(--sage) 50%,var(--lavender) 50%);border-bottom:1px solid var(--line)}
.turnos-page .banner-title{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-block:20px 16px}
.turnos-page .banner-title h1{font-size:27px;letter-spacing:-.8px;margin:0;line-height:1.25}
.turnos-page .banner-title .demo-banner{margin:0;font-size:12px;max-width:340px}
.turnos-page .current-cities{display:grid;grid-template-columns:1fr 1fr;align-items:stretch}
.turnos-page .city-half{padding:20px 32px 28px 0;min-width:0;border-top:1px solid #d2ddc9}
.turnos-page .city-half.city-cutral{padding:20px 0 28px 32px;border-left:1px solid #d5ccdd;border-top-color:#d9cce4}
.turnos-page .city-half>h2{font-size:22px;letter-spacing:-.5px;color:var(--green-dark);font-weight:700;line-height:1.3}
.turnos-page .city-cutral>h2{color:var(--purple)}
.turnos-page .banner-pharmacy{padding-top:13px;min-width:0}
.turnos-page .banner-pharmacy+.banner-pharmacy{border-top:1px solid #cfd7c8;margin-top:22px;padding-top:20px}
.turnos-page .city-cutral .banner-pharmacy+.banner-pharmacy{border-top-color:#d5c8df}
.turnos-page .banner-status{display:flex;align-items:center;gap:7px;font-size:13px;color:var(--muted)}
.turnos-page .banner-status.is-current::before{content:"";height:6px;width:6px;border-radius:50%;background:var(--green);flex-shrink:0}
.turnos-page .city-cutral .banner-status.is-current::before{background:var(--purple)}
.turnos-page .banner-pharmacy h3{font-size:28px;line-height:1.25;letter-spacing:-.8px;font-weight:700;margin-top:12px;overflow-wrap:anywhere}
.turnos-page .banner-address{display:flex;align-items:flex-start;gap:7px;font-size:14px;color:var(--muted);margin-top:12px;overflow-wrap:anywhere}
.turnos-page .banner-address .icon{width:18px;height:18px;margin-top:2px}
.turnos-page .banner-times{padding:14px 16px;margin-top:16px;border-radius:10px;background:#ffffffa3;border:1px solid #ffffffba;line-height:1.6}
.turnos-page .banner-times p{margin:0;display:flex;gap:7px;flex-wrap:wrap;font-size:15px}
.turnos-page .banner-times p+p{margin-top:5px}
.turnos-page .banner-times p>span{font-weight:500;color:var(--muted)}
.turnos-page .banner-times time{font-weight:600;font-variant-numeric:tabular-nums}
.turnos-page .banner-actions{display:flex;align-items:center;gap:10px 14px;flex-wrap:wrap;margin-top:16px}
.turnos-page .directions{min-height:46px;padding:11px 20px;border-radius:8px;background:var(--green);color:white;font-size:14px;gap:8px}
.turnos-page .directions .icon{height:19px;width:19px}
.turnos-page .city-cutral .directions{background:var(--purple)}
.turnos-page .directions:hover{background:var(--green-dark);color:white}
.turnos-page .city-cutral .directions:hover{background:var(--purple-dark)}
.turnos-page .directions:disabled{background:#dae3d4;color:#58634f;border:1px solid #c8d3c0;cursor:not-allowed}
.turnos-page .city-cutral .directions:disabled{background:#e0d5e9;color:#62536f;border-color:#d1c1de}
.turnos-page .location-pending{font-size:12px;max-width:220px;color:var(--muted);line-height:1.5}
.turnos-page .city-empty{font-size:15px;padding:20px 0;line-height:1.6;color:var(--muted);margin:0}
.turnos-page .duty-content>.duty-meta{margin-block:15px 20px}
.turnos-page .duty-content>.date-query{margin:0;max-width:none;padding:0;flex:none}
.turnos-page .duty-content>.date-query summary{margin:0;width:max-content}
.turnos-page .duty-content>.date-query[open]{padding:4px 18px 16px}
.turnos-page .duty-content>.date-query form{display:flex;align-items:flex-end;flex-wrap:wrap;gap:12px;padding-block:12px}
.turnos-page .date-query form>div{min-width:0;flex:0 1 220px}
.turnos-page .date-query form label{display:block;margin-bottom:5px}
.turnos-page .date-query form select{width:100%;font-size:14px}
.turnos-page .date-results:not(:empty){margin-top:20px}
.turnos-page .date-results-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.turnos-page .date-results-heading h2{font-size:24px;letter-spacing:-.5px}
.turnos-page .date-results-heading .text-link{font-size:14px}
.turnos-page .date-demo{font-size:13px;color:var(--muted);margin-top:5px}
.turnos-page .date-result-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:16px}
.turnos-page .date-result-item{background:white;border:1px solid var(--line);padding:20px;border-radius:12px;min-width:0}
.turnos-page .date-city{font-size:16px;color:var(--purple)}
.turnos-page .date-result-item .banner-pharmacy h3{font-size:23px}
.turnos-page .date-result-item .banner-times{background:var(--canvas)}
@media(max-width:800px){
 .turnos-page .banner-title{align-items:flex-start}.turnos-page .banner-title h1{font-size:25px}
 .turnos-page .city-half{padding-right:20px}.turnos-page .city-half.city-cutral{padding-left:20px}
 .turnos-page .banner-pharmacy h3{font-size:25px}.turnos-page .banner-times{padding:12px}
}
@media(max-width:580px){
 .turnos-page .duty-home .container{width:calc(100% - 32px)}
 .turnos-page .current-banner{background:var(--sage)}
 .turnos-page .banner-title{display:block;padding:16px 0 12px}
 .turnos-page .banner-title h1{font-size:23px;letter-spacing:-.6px}
 .turnos-page .banner-title .demo-banner{font-size:12px;margin-top:7px;max-width:none;line-height:1.5}
 .turnos-page .current-cities.container{display:block;width:100%;max-width:none}
 .turnos-page .city-half{padding:16px;border-top:1px solid #d2ddc9}
 .turnos-page .city-half.city-cutral{padding:18px 16px 22px;border-left:0;background:var(--lavender);border-top:1px solid #d5ccdd}
 .turnos-page .city-half>h2{font-size:21px}
 .turnos-page .banner-pharmacy{padding-top:9px}
 .turnos-page .banner-pharmacy h3{font-size:24px;margin-top:10px;line-height:1.3}
 .turnos-page .banner-address{margin-top:10px;font-size:14px}
 .turnos-page .banner-times{padding:12px;margin-top:12px}
 .turnos-page .banner-times p{font-size:14px;gap:2px 6px}
 .turnos-page .banner-times p>span{width:100%}
 .turnos-page .banner-times p+p{margin-top:8px}
 .turnos-page .banner-actions{margin-top:13px;gap:7px}
 .turnos-page .directions{width:100%;min-height:46px}
 .turnos-page .location-pending{font-size:12px;max-width:none}
 .turnos-page .duty-content>.date-query summary{width:100%}
 .turnos-page .date-query form>div{flex:1 1 100%}
 .turnos-page .date-query form>.button{width:100%}
 .turnos-page .date-result-grid{grid-template-columns:1fr}
}
/* Terminación del banner y logos asociados a la identidad de cada farmacia. */
.turnos-page .current-banner{background:#582b83;overflow:hidden}
.turnos-page .current-banner .banner-title{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;padding-block:14px}
.turnos-page .current-banner .banner-title h1{color:#fff;font-size:30px;margin:0}
.turnos-page .current-banner .banner-title .demo-banner{color:#fff;font-size:12px;margin:0;max-width:none}
.turnos-page .current-cities .city-plaza{box-shadow:inset 0 4px 0 var(--green)}
.turnos-page .current-cities .city-cutral{box-shadow:inset 0 4px 0 var(--purple)}
.turnos-page .current-cities .city-cutral>h2{color:var(--purple-dark)}
@media(max-width:580px){.turnos-page .current-banner .banner-title h1{font-size:25px}}
.turnos-page .current-cities{position:relative;isolation:isolate}
.turnos-page .current-cities::before,.turnos-page .current-cities::after{content:"";position:absolute;top:0;bottom:0;width:50vw;z-index:-1;pointer-events:none}
.turnos-page .current-cities::before{right:50%;background:#dfebcf}
.turnos-page .current-cities::after{left:50%;background:#e2d4ef}
.turnos-page .current-cities .city-half{position:relative;background:none;border-top:1px solid #dadfda}
.turnos-page .current-cities .city-cutral{border-left-color:#ddd8df;border-top-color:#e0d9e6}
.turnos-page .current-cities .city-half::after{content:"";position:absolute;width:190px;height:190px;border:25px solid currentColor;border-radius:50%;opacity:.025;top:18px;right:-165px;pointer-events:none;z-index:-1;color:var(--green)}
.turnos-page .current-cities .city-plaza::after{right:auto;left:-220px}
.turnos-page .current-cities .city-cutral::after{color:var(--purple)}
.turnos-page .current-cities .banner-times{background:#fff;border-color:#e4e7e1}
.turnos-page .current-cities .city-cutral .banner-times{border-color:#e5ddec}
.turnos-page .pharmacy-identity{display:flex;align-items:center;gap:16px;margin-top:12px;min-width:0}
.turnos-page .pharmacy-logo{position:relative;display:grid;place-items:center;width:80px;height:80px;flex:0 0 80px;background:#fff;border:1px solid #e0e1df;border-radius:13px;overflow:hidden}
.turnos-page .pharmacy-logo img{width:100%;height:100%;padding:9px;object-fit:contain;position:absolute;inset:0}
.turnos-page .pharmacy-logo-fallback{display:grid;place-items:center;color:#96989b}
.turnos-page .pharmacy-logo-fallback .icon{width:31px;height:31px;stroke-width:1.3}
.turnos-page .pharmacy-logo.has-logo .pharmacy-logo-fallback{visibility:hidden}
.turnos-page .pharmacy-identity-copy{flex:1;min-width:0}
.turnos-page .pharmacy-identity h3{margin-top:0;font-size:26px;line-height:1.28}
.turnos-page .pharmacy-identity .banner-address{margin-top:8px}
@media(max-width:800px){
 .turnos-page .pharmacy-identity{gap:12px;align-items:flex-start}
 .turnos-page .pharmacy-identity h3{font-size:23px}
}
@media(max-width:580px){
 .turnos-page .current-cities::before,.turnos-page .current-cities::after{display:none}
 .turnos-page .current-cities .city-half{background:#dfebcf;isolation:isolate}
 .turnos-page .current-cities .city-cutral{background:#e2d4ef}
 .turnos-page .current-cities .city-half::after{display:none}
 .turnos-page .pharmacy-logo{width:64px;height:64px;flex-basis:64px;border-radius:11px}
 .turnos-page .pharmacy-logo img{padding:7px}
 .turnos-page .pharmacy-logo-fallback .icon{width:27px;height:27px}
 .turnos-page .pharmacy-identity{gap:12px;align-items:center;margin-top:11px}
 .turnos-page .pharmacy-identity h3{font-size:22px;letter-spacing:-.5px}
 .turnos-page .pharmacy-identity .banner-address{font-size:13px;line-height:1.5;margin-top:7px}
}
/* Uiverse — autor: zjssun. Adaptación acotada según las especificaciones del proyecto. */
.turnos-page .banner-actions .directions,
.turnos-page .duty-content>.date-query>summary{
 --action-color:#507f32;
 min-height:46px;padding:11px 20px;border:1px solid var(--action-color);border-radius:8px;
 background:transparent;color:var(--action-color);font-size:15px;font-weight:600;
 transition:background-color 200ms ease,color 200ms ease,border-color 200ms ease,box-shadow 200ms ease;
 transform:none;box-shadow:none;text-shadow:none;
}
.turnos-page .city-cutral .banner-actions .directions,
.turnos-page .duty-content>.date-query>summary{--action-color:#582b83}
.turnos-page .banner-actions .directions:not(:disabled):hover,
.turnos-page .duty-content>.date-query>summary:hover{background:var(--action-color);color:#fff;box-shadow:0 0 20px color-mix(in srgb,var(--action-color) 35%,transparent);text-shadow:none}
.turnos-page .banner-actions .directions:focus-visible,
.turnos-page .duty-content>.date-query>summary:focus-visible{outline:3px solid var(--action-color);outline-offset:3px}
.turnos-page .banner-actions .directions:disabled{background:transparent;border-color:#829276;color:#59674d;cursor:not-allowed;transition:none;box-shadow:none;text-shadow:none}
.turnos-page .city-cutral .banner-actions .directions:disabled{background:transparent;border-color:#a08bb0;color:#695576}
@media(prefers-reduced-motion:reduce){
 .turnos-page .banner-actions .directions,
 .turnos-page .duty-content>.date-query>summary{transition:none}
}