/* Encabezado unificado WM Logistik */
.site-header{background:#fff!important;border-bottom:1px solid #e7e9eb!important;box-shadow:0 4px 20px rgba(18,31,43,.06)}
.site-header .header-inner{min-height:82px;gap:28px;display:flex;align-items:center;justify-content:space-between}
.site-header .brand,
.site-header .brand.brand-lockup,
.site-header .brand.brand-lockup-contable{
  display:flex!important;align-items:center!important;justify-content:flex-start!important;
  width:215px!important;min-width:215px!important;max-width:215px!important;height:68px!important;
  padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;
  box-shadow:none!important;overflow:visible!important;flex:0 0 auto!important;
}
.site-header .brand img,
.site-header .brand.brand-lockup img,
.site-header .brand.brand-lockup-contable img{
  display:block!important;width:100%!important;max-width:100%!important;height:100%!important;
  max-height:68px!important;object-fit:contain!important;object-position:left center!important;
  opacity:1!important;visibility:visible!important;
}
.brand-descriptor{display:none!important}

.site-header .nav{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:30px!important;font-size:14px!important;font-weight:500!important}
.site-header .nav>a,.nav-dropdown-toggle{color:#27313a!important;text-decoration:none!important;background:none!important;border:0!important;padding:10px 0!important;font:inherit!important;cursor:pointer!important;white-space:nowrap!important}
.site-header .nav>a:hover,.nav-dropdown-toggle:hover{color:#f47a20!important}
.site-header .nav>a.active-link{color:#0f4f86!important}

.nav-dropdown{position:relative;display:flex;align-items:center}
.nav-dropdown-toggle{display:flex!important;align-items:center!important;gap:6px!important}
.nav-dropdown-toggle span{font-size:15px;line-height:1;transition:transform .2s ease}
.nav-dropdown.open .nav-dropdown-toggle span{transform:rotate(180deg)}
.nav-dropdown-menu{position:absolute;top:calc(100% + 12px);left:50%;transform:translateX(-50%) translateY(-6px);min-width:210px;padding:10px;background:#fff;border:1px solid #e5e7ea;border-radius:14px;box-shadow:0 18px 40px rgba(18,31,43,.13);opacity:0;visibility:hidden;pointer-events:none;transition:.2s ease;z-index:50}
.nav-dropdown.open .nav-dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.nav-dropdown-menu a{display:block!important;padding:11px 13px!important;border-radius:9px!important;color:#27313a!important;text-decoration:none!important;font-size:14px!important}
.nav-dropdown-menu a:hover{background:#f6f7f8!important;color:#f47a20!important}

.footer-inner img{content:url('assets/logowmlogisticcontable.svg');width:190px!important;height:auto!important;object-fit:contain!important;background:#fff;border-radius:8px;padding:4px}

@media(max-width:940px){
  .site-header .header-inner{min-height:76px!important;gap:12px!important}
  .site-header .brand,.site-header .brand.brand-lockup,.site-header .brand.brand-lockup-contable{width:172px!important;min-width:172px!important;max-width:172px!important;height:58px!important}
  .site-header .brand img,.site-header .brand.brand-lockup img,.site-header .brand.brand-lockup-contable img{max-height:58px!important}
  .site-header .nav{display:none!important}
  .site-header .nav.open{display:flex!important;position:absolute!important;left:12px!important;right:12px!important;top:calc(100% + 8px)!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;padding:14px!important;background:#fff!important;border:1px solid #e5e7ea!important;border-radius:16px!important;box-shadow:0 18px 40px rgba(18,31,43,.16)!important;z-index:100!important}
  .site-header .nav>a,.nav-dropdown-toggle{width:100%!important;text-align:left!important;padding:13px 12px!important;color:#27313a!important}
  .nav-dropdown{display:block!important;width:100%!important}
  .nav-dropdown-toggle{justify-content:space-between!important}
  .nav-dropdown-menu{position:static!important;transform:none!important;display:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;width:100%!important;min-width:0!important;padding:4px 0 4px 14px!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:#f7f8f8!important}
  .nav-dropdown.open .nav-dropdown-menu{display:block!important;transform:none!important}
  .nav-dropdown-menu a{padding:11px 12px!important}
}

@media(max-width:430px){
  .site-header .brand,.site-header .brand.brand-lockup,.site-header .brand.brand-lockup-contable{width:150px!important;min-width:150px!important;max-width:150px!important;height:52px!important}
  .site-header .brand img,.site-header .brand.brand-lockup img,.site-header .brand.brand-lockup-contable img{max-height:52px!important}
}