
/* V93 PRODUCTION FINISH — HEADER / MENU */
:root{--v93-header-h:82px}
body{padding-top:var(--v93-header-h)!important}
#header.header{
 position:fixed!important;top:0!important;left:0!important;right:0!important;
 width:100%!important;z-index:10050!important;background:#fff!important;
 box-shadow:0 8px 28px rgba(22,36,63,.10)!important
}
#header .wrap{
 display:flex!important;align-items:center!important;width:min(1440px,calc(100% - 40px))!important;
 height:var(--v93-header-h)!important;gap:16px!important;padding:0!important;overflow:visible!important
}
#header .es-language-switcher{position:static!important;margin-left:auto!important;flex:0 0 auto!important}
#header .burger#burger{
 position:static!important;transform:none!important;display:none!important;
 width:auto!important;min-width:98px!important;height:46px!important;flex:0 0 auto!important;
 padding:0 14px!important;gap:9px!important;border:1px solid #dce2ea!important;border-radius:10px!important;
 background:#fff!important;align-items:center!important;justify-content:center!important
}
#header .burger#burger .es-menu-label{display:inline!important;white-space:nowrap!important;font-size:.72rem!important}
#header .burger#burger svg{display:block!important;width:23px!important;height:23px!important;flex:0 0 23px!important}
@media(max-width:1380px){
 #header .nav,#header .header-cta{display:none!important}
 #header .burger#burger{display:inline-flex!important}
 #header .wrap{padding-right:0!important}
}
@media(max-width:640px){
 :root{--v93-header-h:72px}
 #header .wrap{width:calc(100% - 20px)!important;gap:8px!important}
 #header .logo-text small{display:none!important}
 #header .logo-text b{font-size:.92rem!important}
 #header .logo-mark{width:32px!important;height:32px!important}
 #header .es-language-switcher{gap:1px!important;padding:2px!important}
 #header .es-language-link{min-width:27px!important;padding:4px!important}
 #header .es-language-flag{font-size:14px!important}
 #header .burger#burger{min-width:86px!important;height:42px!important;padding:0 10px!important}
}
@media(max-width:390px){
 #header .logo-text{display:none!important}
 #header .burger#burger{min-width:82px!important}
}
html{scroll-padding-top:calc(var(--v93-header-h) + 18px)!important}
