:root{
  --gm-black:#000;
  --gm-text:#222;
  --gm-text-soft:#555;
  --gm-muted:#777;
  --gm-white:#fff;
  --gm-bg:#fff;
  --gm-bg-soft:#f4f4f4;
  --gm-bg-section:#f1f1f1;
  --gm-border:#d8d8d8;
  --gm-icon-bg:#e9e7e7;
  --gm-overlay:rgba(0,0,0,.64);
  --gm-bio:#e00078;
  --gm-eco:#8fbd20;
  --gm-met:#f26a21;
  --gm-pharma:#2CABE1;
  --gm-shadow-nav:0 3px 24px rgba(0,0,0,.16);
  --gm-shadow-card:0 10px 24px rgba(0,0,0,.18);
  --gm-shadow-card-soft:0 8px 20px rgba(0,0,0,.12);
  --gm-shadow-modal:0 22px 60px rgba(0,0,0,.36);
  --gm-radius:6px;
  --gm-font:Inter, Arial, sans-serif;
}
.gm-theme-bio{--gm-theme:var(--gm-bio)}
.gm-theme-eco{--gm-theme:var(--gm-eco)}
.gm-theme-met{--gm-theme:var(--gm-met)}
.gm-theme-pharma{--gm-theme:var(--gm-pharma)}
html{scroll-behavior:smooth}
body.gm-lab-page{font-family:var(--gm-font); color:var(--gm-text); background:#fff; font-size:15px; line-height:1.32; margin:0;}
.gm-container{width:min(100% - 72px,1080px); margin:0 auto;}
.gm-container-narrow{width:min(100% - 72px,900px); margin:0 auto;}
.gm-topbar{position:sticky; top:0; z-index:80; background:#fff; box-shadow:var(--gm-shadow-nav); height:42px; display:flex; align-items:center;}
.gm-topbar__inner{width:min(100% - 48px,1140px); margin:0 auto; display:flex; align-items:center; justify-content:space-between; gap:18px;}
.gm-brand{display:flex; align-items:center; text-decoration:none; min-width:190px;}
.gm-brand img{height:22px; width:auto; display:block;}
.gm-mainnav{display:flex; align-items:center; gap:18px; font-size:15px; text-transform:uppercase; letter-spacing:.02em;}
.gm-mainnav a,.gm-mainnav button{font:inherit; color:#000; text-decoration:none; background:#fff; border:0; padding:0; cursor:pointer; text-transform:uppercase;}
.gm-mainnav__home{width:24px; height:24px; border:1px solid var(--gm-border)!important; display:flex; align-items:center; justify-content:center; box-shadow:0 2px 5px rgba(0,0,0,.10);}
.gm-mainnav__home svg{width:13px; height:13px;}
.gm-dropdown{position:relative;}
.gm-dropdown__button{display:flex; align-items:center; gap:4px;}
.gm-dropdown__panel{position:absolute; right:0; top:25px; min-width:280px; background:#fff; border:1px solid var(--gm-border); border-radius:4px; box-shadow:var(--gm-shadow-card-soft); padding:12px; opacity:0; pointer-events:none; transform:translateY(8px); transition:.18s ease;}
.gm-dropdown:hover .gm-dropdown__panel,.gm-dropdown:focus-within .gm-dropdown__panel{opacity:1; pointer-events:auto; transform:translateY(0);}
.gm-dropdown__item{display:grid; grid-template-columns:82px 1fr; align-items:center; gap:12px; padding:10px; border-radius:4px; color:#000; text-decoration:none; text-transform:none;}
.gm-dropdown__item:hover{background:#f6f6f6;}
.gm-dropdown__item img{max-width:82px; max-height:35px; object-fit:contain;}
.gm-dropdown__item span{font-size:15px; line-height:1.25;}
.gm-nav-button{border:1px solid var(--gm-border)!important; box-shadow:0 2px 5px rgba(0,0,0,.1); padding:8px 14px!important; border-radius:2px;}
.gm-lab-subnav{background:#fff; height:180px; display:flex; align-items:center; position:sticky; top:0; z-index:90; transition:height .25s ease, box-shadow .25s ease;}
.gm-lab-subnav.is-stuck{height:64px; box-shadow:0 4px 14px rgba(0,0,0,.10);}
.gm-lab-subnav.is-stuck .gm-lab-logo img{height:34px;}
.gm-lab-subnav.is-stuck .gm-button{min-height:28px; padding:6px 16px;}
.gm-lab-subnav__inner{width:min(100% - 72px,1080px); margin:0 auto; display:flex; align-items:center; justify-content:space-between; gap:20px;}
.gm-lab-logo img{display:block; height:47px; width:auto; max-width:245px; object-fit:contain; object-position:left center;}
.gm-lab-subnav__buttons{display:flex; align-items:center; gap:14px; flex-wrap:wrap;}
.gm-button{display:inline-flex; align-items:center; justify-content:center; min-height:24px; padding:5px 10px; border:1px solid var(--gm-border); border-radius:2px; background:#fff; color:#000; font-size:12px; font-weight:400; text-decoration:none; line-height:1; box-shadow:0 2px 6px rgba(0,0,0,.12); cursor:pointer; transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;}
.gm-button:hover{transform:translateY(-1px); box-shadow:0 7px 16px rgba(0,0,0,.16); border-color:#c7c7c7;}
.gm-button--theme{border-color:color-mix(in srgb,var(--gm-theme) 45%,#fff); color:var(--gm-theme);}
.gm-hero{height:420px; background:#ddd; overflow:hidden;}
.gm-hero img{width:100%; height:100%; object-fit:cover; object-position:center; display:block;}
.gm-section{padding:72px 0; background:#fff;}
.gm-section--soft{background:var(--gm-bg-section);}
.gm-section--compact{padding:52px 0;}
.gm-section__title{text-align:center; font-size:22px; line-height:1.15; font-weight:800; margin:0 0 8px;}
.gm-section__subtitle{text-align:center; color:#333; max-width:420px; margin:0 auto 34px; font-size:20px; line-height:1.28;}
.gm-intro{display:grid; grid-template-columns:minmax(0,385px) minmax(0,470px); gap:100px; align-items:start;}
.gm-intro__title{font-size:30px; line-height:1.05; font-weight:800; color:var(--gm-theme); margin:0 0 30px;}
.gm-theme-met .gm-intro__title{max-width:310px;}
.gm-copy{font-size:20px; line-height:1.25; color:#000;}
.gm-copy p{margin:0 0 17px;}
.gm-copy ul{padding-left:18px; margin:8px 0 20px;}
.gm-copy li{margin:4px 0;}
.gm-intro__media{display:grid; gap:32px; align-content:start; padding-top:8px;}
.gm-intro__media img,.gm-rounded-img{width:100%; height:auto; object-fit:cover; border-radius:5px; display:block;}
.gm-services-grid{display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:30px; align-items:start;}
.gm-services-grid--six{grid-template-columns:repeat(4,minmax(0,1fr));}
.gm-services-grid--six .gm-lab-mark{grid-column:3 / span 2; align-self:center; justify-self:center; margin-top:20px;}
.gm-service-card{background:#fff; border:1px solid #e0e0e0; border-radius:4px; box-shadow:var(--gm-shadow-card); padding:17px 18px 19px; min-height:176px; display:flex; flex-direction:column; align-items:center; justify-content:flex-start; gap:11px; color:#000; text-align:center;}
.gm-service-card__icon{width:104px; height:86px; background:var(--gm-icon-bg); border:1px solid #d8d6d6; border-radius:2px; display:flex; align-items:center; justify-content:center; color:#000;}
.gm-service-card__icon svg{width:54px; height:54px; stroke:currentColor; fill:none; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round;}
.gm-service-card__icon img{width:54px; height:54px; object-fit:contain;}
.gm-service-card__title{font-size:15px; line-height:1.12; min-height:28px; display:flex; align-items:center; justify-content:center;}
.gm-service-card__btn{width:100%; max-width:103px; min-height:28px; padding:7px 11px; font-size:15px; box-shadow:0 2px 5px rgba(0,0,0,.12);}
.gm-lab-mark{display:flex; align-items:center; justify-content:center; padding:18px; min-height:120px;}
.gm-lab-mark img{max-width:230px; max-height:74px; object-fit:contain;}
.gm-wide-image{display:block; width:100%; max-height:330px; object-fit:cover; border-radius:3px;}
.gm-equipment-grid{display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:26px;}
.gm-equipment-card{background:#fff; border:1px solid #e0e0e0; border-radius:3px; padding:11px 12px 15px; box-shadow:var(--gm-shadow-card-soft);}
.gm-equipment-card img{display:block; width:100%; height:92px; object-fit:cover; border-radius:2px; margin-bottom:10px;}
.gm-equipment-card__bar{height:5px; background:var(--gm-theme); margin:0 0 9px;}
.gm-equipment-card__title{font-size:16px; font-weight:800; line-height:normal; margin:0 0 7px;}
.gm-equipment-card__text{font-size:15px; line-height:1.25; color:#222; margin:0;}
.gm-detail-panel{background:#fff; border:1px solid #e0e0e0; border-radius:4px; box-shadow:var(--gm-shadow-card-soft); padding:34px 40px;}
.gm-feature-list{margin:0; padding-left:28px; font-size:20px; line-height:1.45;}
.gm-feature-list li + li{margin-top:10px;}
.gm-bullet-columns{columns:2; column-gap:42px; margin:0; padding-left:20px; font-size:20px; line-height:1.45;}
.gm-bullet-columns li{break-inside:avoid; margin:0 0 10px;}
.gm-quality-note{margin:24px 0 0; padding:18px 20px; border-left:4px solid var(--gm-theme); background:#f6f6f6; font-size:18px; line-height:1.45;}
.gm-quality-note a{color:var(--gm-theme); font-weight:700; text-decoration:none;}
.gm-quality-note a:hover{text-decoration:underline;}
.gm-feature-block{display:grid; grid-template-columns:minmax(0,390px) minmax(0,430px); gap:90px; align-items:center; padding:58px 0;}
.gm-feature-block + .gm-feature-block{border-top:1px solid #ededed;}
.gm-feature-block__title{font-size:20px; color:var(--gm-theme); margin:0 0 18px; line-height:1.1; font-weight:800;}
.gm-recognition-grid{display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:26px 72px;}
.gm-recognition-grid--eco{gap:22px 36px;}
.gm-recognition-item{display:flex; align-items:center; gap:14px; font-size:15px; line-height:1.3; color:#111;}
.gm-recognition-item > div{font-size:16px; line-height:1.35;}
.gm-recognition-item--wide{grid-column:1 / -1; align-items:flex-start;}
.gm-recognition-item svg{width:28px; height:28px; stroke:#4a4a4a; fill:none; stroke-width:1.7;}
.gm-recognition-item img{width:40px; height:40px; object-fit:contain;}
.gm-section__title--recognition{margin-bottom:25px;}
.gm-contact{background:#fff; padding:66px 0 88px;}
.gm-contact__title{text-align:center; font-size:22px; font-weight:800; margin:0 0 26px;}
.gm-form{max-width:500px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:18px 34px;}
.gm-form label{display:block; font-size:15px; font-weight:700; margin:0 0 7px;}
.gm-form input,.gm-form textarea{width:100%; border:1px solid #d3d3d3; background:#fafafa; border-radius:2px; min-height:36px; padding:10px 12px; font-family:var(--gm-font); font-size:15px; box-sizing:border-box;}
.gm-form textarea{min-height:132px; resize:vertical;}
.gm-form__full{grid-column:1/-1;}
.gm-form__bottom{grid-column:1/-1; display:grid; grid-template-columns:260px 1fr; gap:34px; align-items:center;}
.gm-recaptcha-fake{height:48px; border:1px solid #ddd; background:#fafafa; display:flex; align-items:center; gap:10px; padding:0 14px; font-size:15px; color:#222; box-sizing:border-box;}
.gm-checkbox{width:18px; height:18px; border:1px solid #aaa; background:#fff; cursor:pointer; position:relative;}
.gm-checkbox.is-checked{background:#4a90d9; border-color:#4a90d9;}
.gm-checkbox.is-checked::after{content:''; position:absolute; left:5px; top:1px; width:5px; height:10px; border:solid #fff; border-width:0 2px 2px 0; transform:rotate(45deg);}
.gm-recaptcha-fake{cursor:pointer;}
.gm-form__actions{justify-self:end;}
.gm-logo-return{text-align:center; padding:0 0 56px;}
.gm-logo-return img{height:60px; width:auto; max-width:240px; object-fit:contain; margin-bottom:24px;}
.gm-footer{background:#fff; border-top:1px solid #f0f0f0; padding:48px 0 20px;}
.gm-footer__grid{display:grid; grid-template-columns:1.25fr 1fr; gap:36px; align-items:stretch;}
.gm-footer__left{display:grid; grid-template-columns:190px 1fr; gap:24px;}
.gm-footer-logo{width:94px; height:auto; margin-bottom:12px;}
.gm-footer__address{font-size:15px; line-height:1.35; margin-bottom:20px;}
.gm-social{display:flex; gap:12px; margin-top:10px;}
.gm-social img{width:16px; height:16px;}
.gm-map{height:150px; border:1px solid #ddd; overflow:hidden;}
.gm-map iframe{display:block; width:100%; height:100%; border:0;}
.gm-footer__cards{display:grid; grid-template-columns:repeat(3,1fr); gap:14px;}
.gm-footer-card{border:1px solid #d0d0d0; min-height:145px; padding:18px 12px 14px; display:flex; flex-direction:column; align-items:center; justify-content:space-between; text-align:center; font-size:15px;}
.gm-footer-card img{height:25px; width:auto; margin-bottom:12px;}
.gm-footer-card .gm-button{font-size:13px; min-height:24px; padding:5px 12px;}
.gm-footer-bottom{position:relative; background-image:url('../images/multilab-fondo-footer.webp'); background-size:cover; background-position:center top; min-height:198px; padding:13px 0 0; overflow:hidden;}
.gm-footer-bottom__row{width:min(100% - 72px,1080px); margin:0 auto 18px; display:grid; grid-template-columns:1fr 92px; gap:20px; align-items:center;}
.gm-copyright{font-size:10px; line-height:1.35; color:#000;}
.gm-vinculo img{width:54px; height:auto;}
.gm-footer-bottom__top{text-align:center; margin-bottom:12px;}
.gm-footer-bottom__tech{display:block; width:min(330px,70%); margin:0 auto;}
.gm-modal{position:fixed; inset:0; background:var(--gm-overlay); z-index:120; display:none; align-items:center; justify-content:center; padding:28px; box-sizing:border-box;}
.gm-modal.is-open{display:flex;}
.gm-modal__dialog{position:relative; width:min(100%,440px); max-height:calc(100vh - 56px); overflow:auto; background:#fff; border-radius:7px; box-shadow:var(--gm-shadow-modal); padding:36px 54px 32px; text-align:center;}
.gm-modal__close{position:absolute; top:12px; right:14px; width:28px; height:28px; border:0; background:#fff; color:#000; font-size:22px; line-height:1; cursor:pointer;}
.gm-modal__logo{max-width:170px; max-height:56px; object-fit:contain; margin:0 auto 24px; display:block;}
.gm-modal__icon{width:104px; height:92px; background:var(--gm-icon-bg); border:1px solid #d8d6d6; display:flex; align-items:center; justify-content:center; margin:0 auto 13px; color:#000;}
.gm-modal__icon svg{width:56px; height:56px; stroke:currentColor; fill:none; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round;}
.gm-modal__icon img{width:56px; height:56px; object-fit:contain;}
.gm-modal__title{font-size:16px; line-height:1.15; margin:0 0 18px; font-weight:700;}
.gm-modal__text{font-size:15px; line-height:1.35; text-align:left; margin:0 0 16px;}
.gm-modal__list{text-align:left; padding-left:18px; margin:0 0 20px; font-size:15px; line-height:1.35;}
.gm-modal__actions{display:grid; gap:10px; width:220px; margin:0 auto;}
.gm-modal__actions .gm-button{min-height:28px; font-size:15px;}
.gm-pharma-service-card{display:flex; flex-direction:column; align-self:stretch; height:100%; background:#fff; border:0; border-radius:7px; box-shadow:var(--gm-shadow-card); overflow:hidden; color:#000; text-align:left;}
.gm-pharma-card__top{background:#2CABE1; min-height:132px; padding:24px 28px; display:flex; align-items:center; justify-content:center;}
.gm-pharma-card__top img{width:39px; height:52px; object-fit:contain; display:block;}
.gm-pharma-card__bottom{padding:25px 26px 30px; display:flex; flex-direction:column; flex:1; gap:13px;}
.gm-pharma-card__title{font-size:20px; font-weight:800; line-height:1.15; color:#000;}
.gm-pharma-card__text{font-size:16px; font-weight:400; line-height:1.35; color:#000; margin:0; flex:1;}
@media (max-width:991px){
  .gm-container,.gm-container-narrow{width:min(100% - 44px,100%)}
  .gm-topbar{height:auto; min-height:48px; position:relative;}
  .gm-topbar__inner{width:min(100% - 28px,100%); flex-wrap:wrap; padding:10px 0;}
  .gm-brand{min-width:150px;}
  .gm-brand img{height:20px;}
  .gm-mainnav{gap:12px; font-size:15px; flex-wrap:wrap; justify-content:flex-end;}
  .gm-dropdown__panel{right:auto; left:0;}
  .gm-lab-subnav{height:auto; padding:22px 0; top:0;}
  .gm-lab-subnav.is-stuck{height:auto; padding:10px 0;}
  .gm-lab-subnav__inner{width:min(100% - 44px,100%); align-items:flex-start; flex-direction:column;}
  .gm-lab-subnav__buttons{gap:10px;}
  .gm-hero{height:210px;}
  .gm-intro,.gm-feature-block{grid-template-columns:1fr; gap:34px;}
  .gm-services-grid,.gm-services-grid--six,.gm-equipment-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .gm-services-grid--six .gm-lab-mark{grid-column:1 / -1;}
  .gm-detail-panel{padding:28px 30px;}
  .gm-bullet-columns{columns:1;}
  .gm-footer__grid,.gm-footer__left{grid-template-columns:1fr;}
  .gm-footer__cards{grid-template-columns:repeat(3,1fr);}
  .gm-feature-block{padding:38px 0;}
}
@media (max-width:767px){
  .gm-section{padding:48px 0;}
  .gm-mainnav{width:100%; justify-content:flex-start;}
  .gm-mainnav__home{order:-1;}
  .gm-hero{height:178px;}
  .gm-intro__title{font-size:22px; margin-bottom:22px;}
  .gm-intro__media{gap:20px;}
  .gm-detail-panel{padding:24px 20px;}
  .gm-feature-list,.gm-bullet-columns{font-size:17px;}
  .gm-quality-note{font-size:16px; padding:16px 18px;}
  .gm-services-grid,.gm-services-grid--six,.gm-equipment-grid,.gm-recognition-grid{grid-template-columns:1fr; gap:18px;}
  .gm-service-card{max-width:220px; width:100%; margin:0 auto;}
  .gm-lab-mark{min-height:90px;}
  .gm-equipment-card{max-width:270px; width:100%; margin:0 auto;}
  .gm-form{grid-template-columns:1fr; gap:14px;}
  .gm-form label{font-size:15px; margin:0 0 8px;}
  .gm-form input,.gm-form textarea{min-height:44px; padding:12px 14px; font-size:15px;}
  .gm-form__bottom{grid-template-columns:1fr; gap:16px;}
  .gm-form__actions{justify-self:stretch;}
  .gm-form__actions .gm-button{width:100%;}
  .gm-footer__cards{grid-template-columns:1fr;}
  .gm-footer-bottom__row{width:min(100% - 32px,100%); grid-template-columns:1fr; text-align:center;}
  .gm-modal{padding:18px; align-items:flex-start; overflow:auto;}
  .gm-modal__dialog{padding:34px 28px 28px; max-height:none;}
}
.gm-contacto-portada{padding:60px 20px;background:#fff;}
.gm-contacto-card{max-width:640px;margin:0 auto;background:#fff;border:1px solid #e8e8e8;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.10);padding:48px 52px;}
.gm-contacto-titulo{text-align:center;font-size:24px;font-weight:800;margin:0 0 28px;color:#222;}
.certificados-subtitulo{text-align:center;font-size:16px;line-height:1.5;color:#555;margin:0;}
@media (max-width:767px){
  .gm-contacto-card{padding:32px 24px;}
  .gm-contacto-titulo{font-size:20px;}
  .certificados-subtitulo{font-size:15px;}
}
@media (max-width:740px){
  .contenedor-podemos-ayudarle .gm-form{
    max-width:none !important;
    width:100%;
    margin:0;
    padding:0 25px;
    box-sizing:border-box;
  }
  .contenedor-podemos-ayudarle .gm-form > div,
  .contenedor-podemos-ayudarle .gm-form__bottom{
    width:100%;
    margin-left:0;
    margin-right:0;
  }
}
.gm-hp{position:absolute;left:-9999px;top:-9999px;width:1px;height:1px;overflow:hidden;}
.gm-form-message{display:none;padding:12px 16px;border-radius:4px;margin-bottom:16px;font-size:15px;line-height:1.4;}
.gm-form-message--success{background:#e8f5e9;color:#2e7d32;border:1px solid #c8e6c9;}
.gm-form-message--error{background:#ffebee;color:#c62828;border:1px solid #ffcdd2;}
@media screen and (min-width:992px){
  .uui-navbar06_component{
    position:relative;
  }

  .uui-navbar06_dropdown-list-wrapper.w--open{
    inset:5.0625rem auto auto 50%;
    width:100vw;
    min-width:100vw;
    max-width:100vw;
    transform:translateX(-50%);
  }

  .grilla-menu,
  .stack-servicios{
    width:min(100%, 980px);
    margin-left:auto;
    margin-right:auto;
  }
}
@media (max-width:479px){
  .gm-container,.gm-container-narrow{width:min(100% - 28px,100%)}
  .gm-button{padding-left:15px; padding-right:15px;}
  .gm-lab-logo img{max-width:210px; height:42px;}
  .gm-dropdown__panel{left:-95px; min-width:260px;}
  .gm-section__title{font-size:20px;}
  .gm-modal__actions{width:100%;}
}
