:root{
  --atim-bg:#061826;--atim-bg2:#09263a;--atim-panel:rgba(8,38,56,.82);--atim-panel2:rgba(7,31,47,.72);
  --atim-cyan:#11bfd7;--atim-cyan2:#08a5c8;--atim-text:#f8fbff;--atim-muted:#b9d2df;--atim-line:rgba(159,231,255,.18);
  --atim-white:#fff;--shadow:0 24px 70px rgba(0,0,0,.35);--radius:22px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body.catalogo-body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--atim-text);background:radial-gradient(circle at 20% 0%,#0d4056 0%,#061826 34%,#04111d 100%);min-height:100vh}.page-bg{position:fixed;inset:0;z-index:-2;background:url('../img/catalogo/quirofano_bg.jpg') center/cover no-repeat;filter:saturate(1.05)}.page-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,12,22,.92),rgba(4,23,36,.76),rgba(3,13,24,.88)),linear-gradient(180deg,rgba(2,12,22,.55),rgba(3,13,24,.95));z-index:1}.topbar{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:19px 6vw;background:rgba(2,12,22,.68);backdrop-filter:blur(18px);border-bottom:1px solid var(--atim-line)}.brand{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none}.brand img{height:48px;max-width:170px;object-fit:contain}.brand-mark{width:45px;height:45px;border-radius:14px;background:linear-gradient(135deg,var(--atim-cyan),#1573c7);display:grid;place-items:center;font-weight:900}.brand strong{font-size:20px;letter-spacing:.08em}.brand span{display:block;font-size:11px;color:#bdf5ff;letter-spacing:.18em}.nav{display:flex;align-items:center;gap:23px}.nav a{color:rgba(255,255,255,.86);font-size:14px;text-decoration:none;font-weight:700}.nav a:hover{color:#fff}.nav .ops{padding:12px 18px;border-radius:12px;background:linear-gradient(135deg,var(--atim-cyan2),#1396b8);color:#fff;font-weight:900;box-shadow:0 16px 35px rgba(17,191,215,.25)}.hero{min-height:100vh;display:grid;align-items:center;position:relative;overflow:hidden;background:url('../img/catalogo/quirofano_bg.jpg') center/cover no-repeat}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,12,22,.86) 0%,rgba(3,22,35,.66) 48%,rgba(2,12,22,.86) 100%),linear-gradient(180deg,rgba(0,0,0,.28),rgba(0,0,0,.25));}.hero:after{content:"";position:absolute;inset:auto 5vw 42px 5vw;height:124px;border:1px solid var(--atim-line);background:rgba(4,18,31,.78);backdrop-filter:blur(18px);border-radius:32px;box-shadow:var(--shadow)}.hero-content{position:relative;z-index:2;width:min(1120px,88vw);margin:0 auto;padding-top:70px;color:#fff}.eyebrow{display:inline-flex;align-items:center;padding:9px 15px;border-radius:999px;background:rgba(17,191,215,.14);border:1px solid rgba(126,231,255,.32);color:#bdf5ff;font-weight:900;font-size:12px;letter-spacing:.12em}.hero h1{font-size:clamp(44px,6.5vw,82px);line-height:.98;margin:24px 0 20px;max-width:760px;letter-spacing:-.055em}.cyan{color:var(--atim-cyan)}.hero p{font-size:clamp(18px,1.8vw,22px);line-height:1.55;max-width:710px;color:#d9edf7;margin:0 0 34px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.btn-hero{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 22px;border-radius:13px;text-decoration:none;font-weight:900;border:1px solid transparent}.btn-primary-public{background:linear-gradient(135deg,var(--atim-cyan),#149cc7);color:#fff;box-shadow:0 18px 40px rgba(17,191,215,.26)}.btn-light-public{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.55);color:#fff}.hero-features{position:absolute;z-index:3;left:7vw;right:7vw;bottom:62px;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.hero-feature{display:flex;gap:14px;align-items:flex-start}.hero-feature .ico{color:var(--atim-cyan);font-size:34px;line-height:1}.hero-feature h3{font-size:16px;margin:0 0 5px}.hero-feature p{font-size:13px;margin:0;color:#c6d9e3;line-height:1.4}.section{padding:92px 6vw;position:relative}.section-inner{width:min(1210px,100%);margin:auto}.section-head{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:30px}.section h1,.section h2{font-size:clamp(34px,4vw,56px);line-height:1;margin:0;letter-spacing:-.045em}.section .lead{color:var(--atim-muted);font-size:18px;max-width:720px;line-height:1.65}.panel{background:var(--atim-panel2);border:1px solid var(--atim-line);border-radius:var(--radius);box-shadow:var(--shadow);backdrop-filter:blur(15px)}.categories{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.cat-card{padding:24px;border:1px solid var(--atim-line);border-radius:24px;background:rgba(8,40,58,.72);text-decoration:none;color:var(--atim-text);box-shadow:0 18px 55px rgba(0,0,0,.22);transition:.25s;overflow:hidden}.cat-card:hover{transform:translateY(-4px);border-color:rgba(17,191,215,.7)}.cat-card img{width:100%;height:135px;object-fit:cover;border-radius:18px;background:#e9f7fa;margin-bottom:16px}.cat-card h3{margin:0 0 6px;font-size:20px}.meta{color:var(--atim-muted);line-height:1.5;margin-bottom:18px}.catalog-shell{padding-top:110px;min-height:100vh}.catalog-layout{display:grid;grid-template-columns:260px 1fr;gap:22px}.sidebar-filter{padding:22px;align-self:start;position:sticky;top:108px}.sidebar-filter h3{margin:0 0 18px}.side-link{display:block;padding:11px 13px;border-radius:11px;color:#d7edf7;text-decoration:none;font-weight:700;margin-bottom:4px}.side-link:hover,.side-link.active{background:rgba(17,191,215,.16);color:#fff}.filter-select{width:100%;padding:12px;border-radius:11px;background:rgba(255,255,255,.06);color:#fff;border:1px solid var(--atim-line);margin:8px 0 14px}.filter-btn{display:block;text-align:center;padding:12px;border-radius:11px;background:linear-gradient(135deg,var(--atim-cyan),#149cc7);color:#fff;font-weight:900;text-decoration:none}.catalog-top{padding:22px;margin-bottom:18px}.catalog-tools{display:flex;gap:12px;align-items:center}.search-input{flex:1;padding:13px 15px;border-radius:12px;border:1px solid var(--atim-line);background:rgba(255,255,255,.08);color:#fff}.search-input::placeholder{color:#9fb9c7}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.home-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.product-card{border:1px solid var(--atim-line);border-radius:18px;background:rgba(255,255,255,.94);color:#082033;overflow:hidden;box-shadow:0 20px 55px rgba(0,0,0,.25);transition:.25s}.product-card:hover{transform:translateY(-5px)}.product-img{height:170px;background:#f1f5f9;display:block;width:100%;object-fit:cover}.home-grid .product-img{height:220px}.product-body{padding:18px}.badge-public{display:inline-flex;padding:6px 10px;border-radius:999px;background:#e7fbff;color:#037f99;font-weight:900;font-size:11px;margin-bottom:10px}.product-body h3{font-size:18px;margin:0 0 7px;letter-spacing:-.02em}.home-grid .product-body h3{font-size:22px}.card-actions{display:flex;gap:9px;flex-wrap:wrap}.small-btn{padding:10px 12px;border-radius:10px;text-decoration:none;font-weight:900;font-size:13px}.small-btn.primary{background:#062238;color:#fff}.small-btn.ghost{border:1px solid #d7e5ea;color:#062238}.service-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.service{padding:26px;border-radius:22px;background:rgba(8,40,58,.75);border:1px solid var(--atim-line);box-shadow:0 18px 55px rgba(0,0,0,.18)}.service .service-ico{font-size:38px;color:var(--atim-cyan);margin-bottom:15px}.service h3{margin:0 0 10px}.contact-band{border-radius:30px;background:linear-gradient(135deg,rgba(8,38,56,.95),rgba(7,93,116,.9));border:1px solid var(--atim-line);color:#fff;padding:44px;display:flex;justify-content:space-between;gap:24px;align-items:center;box-shadow:var(--shadow)}.footer{padding:34px 6vw;background:#03101b;color:#cbd5e1;border-top:1px solid var(--atim-line)}.footer-inner{width:min(1210px,100%);margin:auto;display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}.detail{padding-top:125px;min-height:100vh}.detail-wrap{width:min(1210px,88vw);margin:auto;display:grid;grid-template-columns:1.1fr .9fr;gap:26px}.detail-photo{border-radius:24px;overflow:hidden;background:#fff;box-shadow:var(--shadow);border:1px solid var(--atim-line)}.detail-photo img{width:100%;height:510px;object-fit:cover;display:block}.thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:12px}.thumbs img{height:74px;border-radius:10px;object-fit:cover;width:100%;border:1px solid var(--atim-line);background:#fff}.detail-info{padding:30px}.detail-info h1{font-size:clamp(32px,4vw,52px);line-height:1;margin:14px 0}.spec-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:18px 0}.spec-list div{padding:12px;border-radius:12px;background:rgba(255,255,255,.07);border:1px solid var(--atim-line);color:#dff6ff}.info-form{margin-top:24px;padding-top:22px;border-top:1px solid var(--atim-line)}.info-form input,.info-form textarea,.info-form select{width:100%;padding:14px 15px;border-radius:12px;border:1px solid var(--atim-line);background:rgba(255,255,255,.08);color:#fff;margin-bottom:12px;font:inherit}.info-form input::placeholder,.info-form textarea::placeholder{color:#9fb9c7}.info-form button{border:0;cursor:pointer;width:100%}.alert-ok{padding:14px 16px;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:14px;color:#166534;margin-bottom:18px}.page-title{padding-top:130px;padding-bottom:36px}.form-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:26px}.form-card{padding:30px}.floating-whatsapp{position:fixed;right:24px;bottom:22px;z-index:60;background:#25d366;color:#fff;border-radius:999px;padding:13px 18px;text-decoration:none;font-weight:900;box-shadow:0 18px 42px rgba(0,0,0,.32)}
@media(max-width:1100px){.grid,.categories{grid-template-columns:repeat(2,1fr)}.service-list{grid-template-columns:repeat(2,1fr)}.catalog-layout{grid-template-columns:1fr}.sidebar-filter{position:relative;top:auto}.hero-features{grid-template-columns:repeat(2,1fr);bottom:38px}.hero:after{height:210px}.detail-wrap,.form-grid{grid-template-columns:1fr}}
@media(max-width:760px){.topbar{padding:14px 18px}.brand img{height:38px}.nav a:not(.ops){display:none}.nav .ops{padding:10px 13px;font-size:12px}.hero{min-height:920px}.hero h1{font-size:45px}.hero-features{left:20px;right:20px;grid-template-columns:1fr}.hero:after{left:12px;right:12px;height:305px;bottom:25px}.section{padding:68px 20px}.section-head,.contact-band{align-items:flex-start;flex-direction:column}.grid,.categories,.service-list{grid-template-columns:1fr}.product-img,.home-grid .product-img{height:210px}.detail-photo img{height:340px}.catalog-top{padding:18px}.catalog-tools{flex-direction:column}.search-input{width:100%}.floating-whatsapp{right:14px;bottom:14px}}

/* Medical Research responsive hero fix v1.0 */
@media (max-width:760px){
  .hero{
    min-height:auto;
    display:block;
    overflow:visible;
    padding:0 0 28px;
    background-position:center top;
  }
  .hero:before{
    background:linear-gradient(180deg,rgba(2,12,22,.84) 0%,rgba(3,22,35,.76) 55%,rgba(2,12,22,.94) 100%);
  }
  .hero:after{display:none}
  .hero-content{
    width:100%;
    margin:0;
    padding:150px 22px 24px;
  }
  .eyebrow{
    max-width:100%;
    white-space:normal;
    line-height:1.35;
    font-size:10px;
    letter-spacing:.08em;
  }
  .hero h1{
    font-size:clamp(40px,12vw,56px);
    line-height:1.02;
    margin:20px 0 18px;
    max-width:100%;
    overflow-wrap:anywhere;
  }
  .hero p{
    font-size:19px;
    line-height:1.55;
    margin-bottom:24px;
  }
  .hero-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
    width:100%;
  }
  .hero-actions .btn-hero{
    width:100%;
    min-height:54px;
    padding:14px 18px;
    text-align:center;
    white-space:normal;
  }
  .hero-features{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    z-index:3;
    display:grid;
    grid-template-columns:1fr;
    gap:0;
    margin:0 16px;
    padding:10px 18px;
    border:1px solid var(--atim-line);
    background:rgba(4,18,31,.86);
    backdrop-filter:blur(16px);
    border-radius:24px;
    box-shadow:var(--shadow);
  }
  .hero-feature{
    padding:17px 0;
    gap:13px;
    border-bottom:1px solid rgba(159,231,255,.12);
  }
  .hero-feature:last-child{border-bottom:0}
  .hero-feature .ico{font-size:29px;flex:0 0 38px}
  .hero-feature h3{font-size:18px;line-height:1.25}
  .hero-feature p{font-size:14px;line-height:1.45;margin:0}
  .floating-whatsapp{
    max-width:calc(100vw - 28px);
    padding:12px 16px;
    font-size:15px;
  }
}

@media (max-width:390px){
  .hero-content{padding-left:16px;padding-right:16px}
  .hero h1{font-size:39px}
  .hero p{font-size:17px}
  .hero-features{margin-left:10px;margin-right:10px}
}


/* Medical Research catálogo funcional + galería fullscreen v5.2 */
.product-image-link{display:block;text-decoration:none;overflow:hidden}
.product-image-link .product-img{transition:transform .28s ease}
.product-image-link:hover .product-img{transform:scale(1.035)}
.product-title-link{color:inherit;text-decoration:none}
.product-title-link:hover{color:#087f99}
.category-count{float:right;min-width:24px;text-align:center;padding:1px 7px;border-radius:999px;background:rgba(255,255,255,.08);font-size:11px}
.catalog-order{max-width:210px;margin:0}
.catalog-search-btn{border:0;cursor:pointer;white-space:nowrap}
.catalog-clear-btn{white-space:nowrap}
.catalog-result-note{margin:0 0 15px;color:#cfe8f2}
.catalog-empty{grid-column:1/-1;padding:30px;text-align:center}

.detail-category-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.back-catalog-btn{white-space:nowrap}
.detail-photo{position:relative;cursor:zoom-in}
.detail-photo .gallery-hint{position:absolute;right:14px;bottom:14px;padding:8px 12px;border-radius:999px;background:rgba(3,16,27,.78);color:#fff;font-size:12px;font-weight:900;backdrop-filter:blur(8px)}
.product-thumbs{grid-template-columns:repeat(auto-fit,minmax(78px,1fr))}
.thumb-btn{border:2px solid transparent;border-radius:12px;padding:0;background:transparent;cursor:pointer;overflow:hidden}
.thumb-btn img{height:78px;border-radius:10px;object-fit:cover;width:100%;display:block;background:#fff}
.thumb-btn.active{border-color:var(--atim-cyan)}

.gallery-lock{overflow:hidden}
.fullscreen-gallery{display:none;position:fixed;inset:0;z-index:9999;background:rgba(0,7,13,.97);align-items:center;justify-content:center}
.fullscreen-gallery.open{display:flex}
.fullscreen-gallery-toolbar{position:absolute;left:18px;right:18px;top:16px;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#fff}
.gallery-back-btn{border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.10);color:#fff;border-radius:12px;padding:11px 16px;font-weight:900;cursor:pointer}
.fullscreen-gallery-stage{width:calc(100vw - 150px);height:calc(100vh - 105px);display:flex;align-items:center;justify-content:center;margin-top:45px}
.fullscreen-gallery-stage img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}
.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:54px;height:72px;border:0;border-radius:15px;background:rgba(255,255,255,.10);color:#fff;font-size:52px;line-height:1;cursor:pointer}
.gallery-prev{left:18px}.gallery-next{right:18px}

@media(max-width:760px){
  .catalog-tools{align-items:stretch}
  .catalog-order{max-width:none;width:100%}
  .catalog-search-btn,.catalog-clear-btn{text-align:center;width:100%;box-sizing:border-box}
  .detail-category-row{align-items:flex-start}
  .back-catalog-btn{width:100%;text-align:center}
  .fullscreen-gallery-stage{width:calc(100vw - 24px);height:calc(100vh - 130px)}
  .gallery-nav{top:auto;bottom:18px;width:58px;height:48px;font-size:38px}
  .gallery-prev{left:18px}.gallery-next{right:18px}
  .fullscreen-gallery-toolbar{top:12px}
  .gallery-back-btn{padding:10px 12px}
}

/* Corrección galería ficha */
.detail-photo .gallery-hint{
  border:0;cursor:pointer;font-family:inherit;
}
.gallery-back-btn,
.gallery-back-btn:link,
.gallery-back-btn:visited,
.gallery-back-btn:hover,
.gallery-back-btn:active{
  color:#fff !important;
  text-decoration:none;
}
.fullscreen-gallery.open{
  display:flex !important;
  visibility:visible !important;
  opacity:1 !important;
}

/* Corrección definitiva ficha/galería */
.back-catalog-btn,
.back-catalog-btn:link,
.back-catalog-btn:visited,
.back-catalog-btn:hover,
.back-catalog-btn:active{
  color:#fff !important;
  text-decoration:none !important;
}
.detail-photo{position:relative;z-index:1;cursor:pointer}
.detail-photo img{pointer-events:none}
.detail-photo .gallery-hint{
  pointer-events:auto !important;
  z-index:5 !important;
  color:#fff !important;
}
.fullscreen-gallery{display:none !important;visibility:hidden;opacity:0}
.fullscreen-gallery.open{display:flex !important;visibility:visible !important;opacity:1 !important}


/* Medical Research galería definitiva por página - sin dependencia de JavaScript */
.detail-photo.gallery-open-trigger{
    display:block !important;
    position:relative !important;
    text-decoration:none !important;
    cursor:pointer !important;
}
.detail-photo.gallery-open-trigger img{
    pointer-events:none;
}
.detail-photo .gallery-hint{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    position:absolute !important;
    right:14px !important;
    bottom:14px !important;
    z-index:10 !important;
    color:#fff !important;
    background:rgba(2,18,31,.88) !important;
    border:1px solid rgba(255,255,255,.35) !important;
    padding:9px 14px !important;
    border-radius:999px !important;
    font-weight:900 !important;
    pointer-events:none !important;
}
.back-catalog-btn,
.back-catalog-btn:link,
.back-catalog-btn:visited,
.back-catalog-btn:hover,
.back-catalog-btn:active{
    color:#fff !important;
    background:rgba(255,255,255,.10) !important;
    border-color:rgba(255,255,255,.35) !important;
}

.gallery-page-body{
    min-height:100vh;
    background:#020b12;
    overflow:auto;
}
.gallery-page{
    min-height:100vh;
    padding:18px;
    box-sizing:border-box;
    display:flex;
    flex-direction:column;
}
.gallery-page-toolbar{
    min-height:54px;
    display:grid;
    grid-template-columns:1fr auto 1fr;
    align-items:center;
    gap:16px;
    color:#fff;
    padding:0 4px 14px;
}
.gallery-page-toolbar > span{text-align:right}
.gallery-page-back{
    justify-self:start;
    color:#fff !important;
    text-decoration:none;
    border:1px solid rgba(255,255,255,.35);
    background:rgba(255,255,255,.09);
    padding:10px 14px;
    border-radius:12px;
    font-weight:900;
}
.gallery-page-stage{
    flex:1;
    min-height:calc(100vh - 175px);
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}
.gallery-page-stage > img{
    max-width:calc(100vw - 150px);
    max-height:calc(100vh - 190px);
    width:auto;
    height:auto;
    object-fit:contain;
    border-radius:10px;
}
.gallery-page-nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:58px;
    height:78px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:16px;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.22);
    color:#fff !important;
    text-decoration:none;
    font-size:54px;
    line-height:1;
    z-index:5;
}
.gallery-page-prev{left:12px}
.gallery-page-next{right:12px}
.gallery-page-thumbs{
    display:flex;
    gap:9px;
    justify-content:center;
    overflow-x:auto;
    padding:12px 0 2px;
}
.gallery-page-thumbs a{
    flex:0 0 76px;
    border:2px solid transparent;
    border-radius:10px;
    overflow:hidden;
    opacity:.7;
}
.gallery-page-thumbs a.active{
    border-color:#15bfd7;
    opacity:1;
}
.gallery-page-thumbs img{
    display:block;
    width:76px;
    height:58px;
    object-fit:cover;
}

@media(max-width:760px){
    .gallery-page{padding:10px}
    .gallery-page-toolbar{
        grid-template-columns:1fr auto;
    }
    .gallery-page-toolbar strong{
        display:none;
    }
    .gallery-page-stage{
        min-height:calc(100vh - 145px);
    }
    .gallery-page-stage > img{
        max-width:100%;
        max-height:calc(100vh - 195px);
    }
    .gallery-page-nav{
        top:auto;
        bottom:8px;
        width:52px;
        height:46px;
        font-size:38px;
    }
    .gallery-page-prev{left:10px}
    .gallery-page-next{right:10px}
}


/* Ajuste rutas/miniaturas galería */
.product-thumbs .thumb-btn{
    display:block;
    text-decoration:none;
}
.product-thumbs .thumb-btn img{
    background:#fff;
}


/* Medical Research catálogo - tarjetas azul claro profesional */
.product-card{
    background:linear-gradient(180deg,#eaf6fb 0%,#dcecf5 100%) !important;
    border:1px solid rgba(18,77,105,.16) !important;
    box-shadow:0 10px 26px rgba(0,31,48,.16) !important;
    color:#12364a !important;
    transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
}
.product-card:hover{
    transform:translateY(-3px);
    box-shadow:0 16px 34px rgba(0,31,48,.22) !important;
    border-color:rgba(14,128,157,.28) !important;
}
.product-card .product-body{
    background:transparent !important;
}
.product-card h3,
.product-card h3 a,
.product-title-link{
    color:#0b2f44 !important;
    font-weight:800 !important;
}
.product-card .meta{
    color:#4d6f80 !important;
    opacity:1 !important;
}
.product-card .badge-public{
    background:#c7f0f7 !important;
    color:#086f88 !important;
    border:1px solid rgba(8,111,136,.12) !important;
}
.product-card .small-btn.primary{
    background:#0b2f44 !important;
    color:#fff !important;
    border-color:#0b2f44 !important;
}
.product-card .small-btn.primary:hover{
    background:#0e4967 !important;
}
.product-card .small-btn.ghost{
    background:#f3fbfe !important;
    color:#0b2f44 !important;
    border:1px solid rgba(11,47,68,.16) !important;
}
.product-card .small-btn.ghost:hover{
    background:#e5f4f9 !important;
}


/* Medical Research catálogo - tarjetas con tono azul oscuro como campos de formulario */
.product-card{
    background:linear-gradient(180deg,#1d3444 0%,#183040 100%) !important;
    border:1px solid rgba(105,164,194,.20) !important;
    box-shadow:0 10px 28px rgba(0,14,24,.28) !important;
    color:#f3fbff !important;
}
.product-card:hover{
    transform:translateY(-3px);
    box-shadow:0 16px 36px rgba(0,14,24,.34) !important;
    border-color:rgba(63,183,220,.34) !important;
}
.product-card .product-body{
    background:transparent !important;
}
.product-card h3,
.product-card h3 a,
.product-title-link{
    color:#ffffff !important;
    font-weight:800 !important;
}
.product-card .meta{
    color:#c7dce7 !important;
    opacity:1 !important;
}
.product-card .badge-public{
    background:#c8f1f7 !important;
    color:#08718a !important;
    border:1px solid rgba(8,113,138,.14) !important;
}
.product-card .small-btn.primary{
    background:#061a28 !important;
    color:#ffffff !important;
    border:1px solid rgba(255,255,255,.10) !important;
}
.product-card .small-btn.primary:hover{
    background:#0b2a3d !important;
}
.product-card .small-btn.ghost{
    background:#2a4353 !important;
    color:#ffffff !important;
    border:1px solid rgba(255,255,255,.12) !important;
}
.product-card .small-btn.ghost:hover{
    background:#355467 !important;
}


/* Medical Research pagination for large catalogs */
.catalog-pagination{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    gap:8px;
    margin:26px 0 10px;
}
.catalog-pagination a,
.catalog-pagination span{
    min-width:38px;
    height:38px;
    padding:0 11px;
    border-radius:10px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    box-sizing:border-box;
}
.catalog-pagination a{
    text-decoration:none;
    color:#eaf8ff;
    background:#173244;
    border:1px solid rgba(255,255,255,.12);
}
.catalog-pagination a:hover,
.catalog-pagination a.active{
    color:#fff;
    background:#0c809c;
    border-color:#21b7d3;
}
.catalog-page-summary{
    text-align:center;
    color:#a9c7d6;
    font-size:13px;
    margin:0 0 25px;
}


/* Medical Research buscador instantáneo y filtros dinámicos */
#catalogResults{
    position:relative;
    min-height:180px;
}
#catalogResults.is-loading::before{
    content:"Buscando...";
    position:absolute;
    inset:0;
    z-index:30;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    padding-top:48px;
    color:#fff;
    font-weight:900;
    background:rgba(3,21,32,.62);
    backdrop-filter:blur(2px);
    border-radius:14px;
}
.search-input:focus{
    border-color:#24bdd5 !important;
    box-shadow:0 0 0 3px rgba(36,189,213,.15) !important;
}
.category-count{
    float:right;
    min-width:23px;
    text-align:center;
}


/* Complementos integrados en la ficha y galería del equipo */
.catalog-complements{margin:24px 0 4px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12)}
.catalog-complements h2{margin:0 0 14px;font-size:19px;color:#fff}
.catalog-complements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}
.catalog-complement-card{display:flex;gap:10px;align-items:center;min-width:0;padding:9px;border-radius:12px;text-decoration:none;color:#fff;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.11);transition:transform .18s ease,background .18s ease,border-color .18s ease}
.catalog-complement-card:hover{transform:translateY(-2px);background:rgba(35,185,215,.10);border-color:rgba(35,185,215,.38)}
.catalog-complement-card img{width:72px;height:72px;flex:0 0 72px;border-radius:9px;object-fit:cover;background:#0b1f2b}
.catalog-complement-card div{min-width:0}
.catalog-complement-card strong,.catalog-complement-card span{display:block;overflow:hidden;text-overflow:ellipsis}
.catalog-complement-card strong{color:#fff;font-size:14px;line-height:1.25}
.catalog-complement-card span{margin-top:5px;color:#bcd6e2;font-size:12px}
.gallery-current-label{margin:8px auto 12px;text-align:center;color:#fff}
.gallery-current-label strong,.gallery-current-label span{display:block}
.gallery-current-label span{margin-top:4px;color:#a9c7d6;font-size:13px}
@media(max-width:640px){.catalog-complements-grid{grid-template-columns:1fr 1fr}.catalog-complement-card{display:block}.catalog-complement-card img{width:100%;height:112px;margin-bottom:8px}}
@media(max-width:430px){.catalog-complements-grid{grid-template-columns:1fr}.catalog-complement-card{display:flex}.catalog-complement-card img{width:76px;height:76px;margin-bottom:0}}

/* Medical Research - Ajuste exclusivo del desplegable en Solicitar información */
.info-form select {
  background-color: #20394a;
  color: #ffffff;
  color-scheme: dark;
}
.info-form select option {
  background-color: #20394a;
  color: #ffffff;
}
.info-form select option:checked {
  background-color: #0b83c6;
  color: #ffffff;
}

/* Medical Research 2026-08-19 - Rediseño visual del portal público.
   Solo presentación: conserva rutas, catálogo, búsquedas y formularios existentes. */
.topbar{padding:14px 4.2vw;background:rgba(1,10,24,.90);border-bottom:1px solid rgba(41,218,232,.20);box-shadow:0 8px 30px rgba(0,0,0,.18)}
.brand img{height:72px;max-width:260px;filter:drop-shadow(0 0 16px rgba(19,211,224,.18))}
.nav{gap:18px}.nav a{transition:color .2s ease,transform .2s ease,border-color .2s ease}.nav a:hover{transform:translateY(-1px)}
.nav .catalog-cta{padding:12px 17px;border-radius:999px;background:linear-gradient(135deg,#14d8df,#12b8d0);color:#041321;box-shadow:0 12px 30px rgba(18,194,211,.22)}
.nav .ops{padding:11px 17px;border-radius:999px;background:rgba(4,18,36,.74);border:1px solid rgba(24,215,223,.72);box-shadow:none;color:#fff}
.hero{min-height:860px;background-position:center center;isolation:isolate}
.hero:before{background:linear-gradient(90deg,rgba(1,8,24,.97) 0%,rgba(2,15,37,.90) 35%,rgba(2,17,38,.42) 67%,rgba(1,9,24,.55) 100%),linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,8,22,.46))}
.hero:after{left:5.4vw;right:5.4vw;bottom:36px;height:112px;border-radius:22px;background:rgba(2,16,38,.88);border-color:rgba(30,211,222,.24)}
.hero-content{width:min(1380px,91vw);padding-top:118px;margin:0 auto}
.hero-logo-large{display:block;width:min(390px,42vw);max-height:150px;object-fit:contain;object-position:left center;margin:0 0 12px;filter:drop-shadow(0 0 25px rgba(16,210,220,.16))}
.hero .eyebrow{background:transparent;border:0;padding:0;color:#8debf2;letter-spacing:.19em;font-size:11px}
.hero h1{font-size:clamp(38px,4.3vw,68px);max-width:690px;line-height:1.05;margin:18px 0 18px;letter-spacing:-.04em}.hero h1 .cyan{display:block;color:#fff}
.hero p{font-size:clamp(16px,1.35vw,20px);max-width:650px;color:#d4e6ef;margin-bottom:26px}
.hero-actions .btn-hero{border-radius:999px;padding:14px 24px}.btn-primary-public{color:#031522;background:linear-gradient(135deg,#18dce3,#13bed5)}
.hero-features{left:7vw;right:7vw;bottom:54px;gap:0}.hero-feature{padding:0 22px;border-right:1px solid rgba(113,199,219,.18)}.hero-feature:last-child{border-right:0}.hero-feature .ico{font-size:28px;width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:rgba(24,216,226,.10);border:1px solid rgba(24,216,226,.18)}.hero-feature h3{font-size:14px}.hero-feature p{font-size:12px}
.hero-motion{position:absolute;z-index:1;pointer-events:none;border-radius:50%;filter:blur(1px);opacity:.55}.hero-motion-a{left:-12%;bottom:12%;width:55%;height:2px;background:linear-gradient(90deg,transparent,#17dbe5,transparent);box-shadow:0 0 28px #17dbe5;transform:rotate(9deg);animation:atimHeroSweep 8s ease-in-out infinite alternate}.hero-motion-b{right:-12%;bottom:18%;width:48%;height:2px;background:linear-gradient(90deg,transparent,#1d8dff,transparent);box-shadow:0 0 24px #1d8dff;transform:rotate(-7deg);animation:atimHeroSweep2 10s ease-in-out infinite alternate}
@keyframes atimHeroSweep{from{transform:translateX(-3%) rotate(9deg);opacity:.28}to{transform:translateX(8%) rotate(9deg);opacity:.68}}@keyframes atimHeroSweep2{from{transform:translateX(5%) rotate(-7deg);opacity:.2}to{transform:translateX(-7%) rotate(-7deg);opacity:.6}}
.cat-card,.service,.product-card{transition:transform .26s ease,box-shadow .26s ease,border-color .26s ease}.cat-card:hover,.service:hover,.product-card:hover{transform:translateY(-5px)}
@media(max-width:1100px){.brand img{height:60px;max-width:210px}.nav{gap:11px}.nav a{font-size:12px}.nav .catalog-cta,.nav .ops{padding:10px 12px}.hero{min-height:930px}.hero-content{padding-top:125px}.hero-features{grid-template-columns:repeat(2,1fr);gap:15px}.hero-feature{border-right:0}.hero:after{height:205px}}
@media(max-width:760px){.topbar{padding:12px 16px}.brand img{height:46px;max-width:160px}.nav{gap:8px}.nav a:not(.ops):not(.catalog-cta){display:none}.nav .catalog-cta{display:none}.nav .ops{padding:9px 11px;font-size:11px}.hero{min-height:930px;background-position:62% center}.hero-content{width:auto;margin:0;padding:105px 22px 360px}.hero-logo-large{width:245px;max-width:72vw}.hero h1{font-size:39px;max-width:520px}.hero h1 .cyan{display:inline}.hero p{font-size:16px}.hero-features{left:20px;right:20px;bottom:36px;grid-template-columns:1fr;gap:8px}.hero-feature{padding:5px 7px}.hero-feature .ico{width:38px;height:38px;font-size:22px}.hero-feature p{font-size:11px}.hero:after{left:12px;right:12px;height:315px;bottom:24px}}
@media(max-width:430px){.brand img{height:42px;max-width:145px}.nav .ops{font-size:10px;padding:8px 9px}.hero-content{padding-left:18px;padding-right:18px}.hero h1{font-size:35px}.hero-logo-large{width:220px}}
@media(prefers-reduced-motion:reduce){.hero-motion{animation:none}.cat-card,.service,.product-card,.nav a{transition:none}}

/* =========================================================
   Medical Research PORTAL - DISEÑO APROBADO 2026-08-20
   Solo presentación de portada; conserva rutas y funcionalidad.
   ========================================================= */
.home-approved{background:#031326}
.home-approved .page-bg{display:none}
.home-approved .topbar{
  position:relative;top:auto;left:auto;right:auto;
  min-height:88px;padding:14px 3.6vw;
  background:#031025;border-bottom:1px solid rgba(40,213,224,.13);
  backdrop-filter:none;
}
.home-approved .brand img{height:66px;max-width:310px}
.home-approved .nav{gap:27px}
.home-approved .nav a{font-size:15px;color:#fff;font-weight:800;white-space:nowrap}
.home-approved .nav .catalog-cta{padding:13px 22px;border-radius:999px;background:#13d0dc;color:#00121f;box-shadow:0 0 28px rgba(19,208,220,.22)}
.home-approved .nav .ops{padding:12px 19px;border-radius:999px;border:1px solid #11cbd9;background:transparent;box-shadow:none;color:#fff}

.atim-approved-hero{position:relative;background:#031326;overflow:hidden;padding-bottom:28px}
.atim-approved-hero:before,.atim-approved-hero:after{content:"";position:absolute;pointer-events:none;z-index:1}
.atim-approved-hero:before{left:-6%;bottom:60px;width:58%;height:260px;background:radial-gradient(ellipse at 15% 70%,rgba(0,221,232,.24),transparent 60%);filter:blur(6px);transform:skewY(-8deg)}
.atim-approved-hero:after{right:-5%;bottom:40px;width:52%;height:180px;background:radial-gradient(ellipse at 70% 90%,rgba(0,229,235,.24),transparent 62%);filter:blur(10px)}
.atim-approved-hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:39% 61%;min-height:390px;max-width:1672px;margin:0 auto}
.atim-approved-copy{padding:58px 22px 38px max(4.7vw,50px);display:flex;flex-direction:column;justify-content:center;background:linear-gradient(90deg,#04142b 0%,#04142b 74%,rgba(4,20,43,.78) 100%)}
.atim-approved-brandword{font-size:clamp(58px,6.8vw,112px);line-height:.84;font-weight:950;letter-spacing:-.055em;background:linear-gradient(180deg,#4bf0e7,#08aecb);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:20px}
.atim-approved-copy h1{margin:0;color:#fff;font-size:clamp(30px,3vw,48px);line-height:1.08;letter-spacing:-.025em;font-weight:900;max-width:560px}
.atim-approved-copy p{margin:18px 0 22px;color:#e2edf4;font-size:16px;line-height:1.55;max-width:580px}
.atim-approved-actions{display:flex;gap:20px;flex-wrap:wrap}
.atim-approved-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 25px;border-radius:999px;text-decoration:none;font-weight:900;font-size:15px;transition:.2s ease}
.atim-approved-btn:hover{transform:translateY(-2px)}
.atim-approved-btn--primary{background:#14d0dc;color:#001825;box-shadow:0 12px 30px rgba(20,208,220,.18)}
.atim-approved-btn--secondary{background:rgba(1,13,30,.72);color:#fff;border:1px solid #14c6d5}
.atim-approved-media{background-image:linear-gradient(90deg,rgba(4,20,43,.30),rgba(2,11,25,.02)),url('../img/catalogo/hero_biotrack_equipment.png');background-size:cover;background-position:center center;min-height:390px;position:relative}
.atim-approved-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,10,24,.02) 60%,rgba(2,13,30,.48) 100%)}
.atim-approved-benefits{position:relative;z-index:4;max-width:1480px;margin:-8px auto 0;display:grid;grid-template-columns:repeat(5,1fr);border:1px solid rgba(41,212,223,.26);border-radius:22px;background:rgba(3,21,43,.93);box-shadow:0 18px 50px rgba(0,0,0,.35);overflow:hidden}
.atim-approved-benefit{min-height:88px;padding:16px 20px;display:flex;align-items:center;gap:15px;border-right:1px solid rgba(61,168,194,.22)}
.atim-approved-benefit:last-child{border-right:0}
.atim-approved-benefit>span{flex:0 0 45px;width:45px;height:45px;border-radius:50%;display:grid;place-items:center;background:rgba(19,196,209,.12);color:#14d8e0;font-size:25px}
.atim-approved-benefit strong{display:block;color:#fff;font-size:15px;margin-bottom:5px}
.atim-approved-benefit small{display:block;color:#c8d7e3;line-height:1.35;font-size:12px}

.atim-approved-catalog{max-width:1480px;margin:0 auto;padding:18px 0 10px;display:grid;grid-template-columns:270px 1fr;gap:28px;align-items:stretch}
.atim-approved-catalog__lead{padding:19px 0 14px;color:#fff}
.atim-approved-catalog__lead>span,.atim-approved-section-title span{font-size:12px;font-weight:900;letter-spacing:.06em;color:#17d1da}
.atim-approved-catalog__lead h2{font-size:30px;line-height:1.08;margin:10px 0 14px}
.atim-approved-catalog__lead p{font-size:14px;line-height:1.5;color:#c8d7e3;margin:0 0 17px;max-width:230px}
.atim-approved-outline{display:inline-flex;align-items:center;border:1px solid #16d0da;border-radius:999px;padding:10px 17px;color:#21e1e8;text-decoration:none;font-weight:900;font-size:13px}
.atim-approved-category-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.atim-approved-category-card{position:relative;display:flex;flex-direction:column;min-width:0;min-height:205px;padding:0 16px 15px;border:1px solid rgba(79,158,184,.34);border-radius:18px;background:linear-gradient(180deg,#0b203b,#07172d);text-decoration:none;color:#fff;overflow:hidden;transition:.22s ease}
.atim-approved-category-card:hover{transform:translateY(-4px);border-color:#19cbd5;box-shadow:0 18px 38px rgba(0,0,0,.27)}
.atim-approved-category-img{height:115px;margin:0 -16px 10px;display:grid;place-items:center;background:linear-gradient(180deg,#eef7f8,#dbe9ec)}
.atim-approved-category-img img{max-width:82%;max-height:105px;object-fit:contain}
.atim-approved-category-card strong{font-size:15px;margin-bottom:6px}
.atim-approved-category-card small{font-size:12px;line-height:1.35;color:#cdd9e3;padding-right:24px}
.atim-approved-category-card i{position:absolute;right:13px;bottom:13px;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:rgba(15,183,201,.15);color:#20dce3;font-style:normal;font-size:20px}

.atim-approved-products{padding:38px 0 20px;background:linear-gradient(180deg,#04172b 0%,#05182d 100%)}
.atim-approved-products .section-inner{max-width:1480px}
.atim-approved-section-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}
.atim-approved-section-title h2{margin:5px 0 0;color:#fff;font-size:28px}
.atim-approved-section-title a{color:#1ed5df;text-decoration:none;font-weight:900}
.home-approved .product-card{background:#081e37;border:1px solid rgba(71,158,185,.32);box-shadow:none}
.home-approved .product-card h3,.home-approved .product-title-link{color:#fff}
.home-approved .product-card .meta{color:#c8d7e3}
.home-approved .badge-public{background:rgba(21,204,214,.15);color:#32e0e7;border-color:rgba(21,204,214,.24)}
.home-approved .small-btn.ghost{color:#fff;border-color:rgba(255,255,255,.22)}

.atim-approved-bottom{max-width:1480px;margin:0 auto 20px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(53,151,179,.32);border-radius:18px;overflow:hidden;background:#061a31}
.atim-approved-bottom>a{min-height:92px;padding:15px 18px;display:grid;grid-template-columns:44px 1fr 28px;align-items:center;gap:12px;text-decoration:none;color:#fff;border-right:1px solid rgba(63,142,169,.26)}
.atim-approved-bottom>a:last-child{border-right:0}
.atim-approved-bottom>a>span{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:rgba(18,204,215,.16);color:#26e1e7;font-size:23px}
.atim-approved-bottom strong{display:block;font-size:15px;margin-bottom:4px}
.atim-approved-bottom small{display:block;color:#cad8e2;line-height:1.35;font-size:12px}
.atim-approved-bottom i{font-style:normal;color:#21d9e2;font-size:20px}

@media(max-width:1250px){
  .home-approved .topbar{padding-left:22px;padding-right:22px}.home-approved .brand img{height:54px}.home-approved .nav{gap:14px}.home-approved .nav a{font-size:12px}.home-approved .nav .catalog-cta,.home-approved .nav .ops{padding:10px 13px}
  .atim-approved-benefits,.atim-approved-catalog,.atim-approved-products .section-inner,.atim-approved-bottom{max-width:calc(100% - 36px)}
  .atim-approved-benefits{grid-template-columns:repeat(3,1fr)}.atim-approved-benefit{border-bottom:1px solid rgba(61,168,194,.18)}
  .atim-approved-category-row{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:900px){
  .atim-approved-hero__inner{grid-template-columns:1fr}.atim-approved-copy{padding:52px 28px 36px;background:linear-gradient(180deg,#04142b 0%,#04142b 85%,rgba(4,20,43,.6) 100%)}.atim-approved-media{min-height:320px;background-position:center}.atim-approved-brandword{font-size:72px}.atim-approved-copy h1{font-size:38px}.atim-approved-benefits{grid-template-columns:1fr 1fr;margin-top:18px}.atim-approved-catalog{grid-template-columns:1fr}.atim-approved-catalog__lead p{max-width:650px}.atim-approved-category-row{grid-template-columns:repeat(2,1fr)}.atim-approved-bottom{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .home-approved .topbar{position:relative;padding:12px 16px}.home-approved .brand img{height:48px}.home-approved .nav{display:flex;align-items:center;margin-left:auto}.home-approved .nav a:not(.ops){display:none}.home-approved .nav .ops{display:inline-flex;align-items:center;justify-content:center}
  .atim-approved-copy{padding:38px 20px 30px}.atim-approved-brandword{font-size:62px}.atim-approved-copy h1{font-size:33px}.atim-approved-copy p{font-size:15px}.desktop-only{display:none}.atim-approved-actions{display:grid;grid-template-columns:1fr;width:100%}.atim-approved-btn{width:100%}.atim-approved-media{min-height:230px}.atim-approved-benefits{grid-template-columns:1fr;margin-left:14px;margin-right:14px}.atim-approved-benefit{border-right:0}.atim-approved-catalog{padding:25px 0}.atim-approved-category-row{grid-template-columns:1fr}.atim-approved-category-card{min-height:190px}.atim-approved-bottom{grid-template-columns:1fr}.atim-approved-bottom>a{border-right:0;border-bottom:1px solid rgba(63,142,169,.26)}.atim-approved-bottom>a:last-child{border-bottom:0}.atim-approved-section-title{align-items:flex-start;flex-direction:column}
}
@media(max-width:430px){
  .atim-approved-copy{padding-left:16px;padding-right:16px}.atim-approved-brandword{font-size:54px}.atim-approved-copy h1{font-size:30px}.atim-approved-media{min-height:200px}.atim-approved-benefits,.atim-approved-catalog,.atim-approved-products .section-inner,.atim-approved-bottom{max-width:calc(100% - 20px)}
}


.atim-approved-media{display:flex;align-items:flex-end;justify-content:flex-start;padding:24px}
.atim-approved-chipset{display:flex;flex-wrap:wrap;gap:10px;position:relative;z-index:3}
.atim-approved-chipset span{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:rgba(3,20,35,.72);border:1px solid rgba(170,234,249,.38);color:#e9fbff;font-weight:800;font-size:12px;backdrop-filter:blur(10px);box-shadow:0 10px 24px rgba(0,0,0,.18)}
@media(max-width:760px){.atim-approved-media{padding:16px}.atim-approved-chipset{gap:8px}.atim-approved-chipset span{font-size:11px;padding:8px 11px}}
