/* Menú móvil global de Tickeo: aislado para no alterar los estilos de cada landing */
.tk-menu-shell{position:relative!important}
.tk-mobile-menu-button{
  display:none;
  border:1px solid #e7eaf0;
  background:#fff;
  color:#172033;
  width:42px;
  height:42px;
  border-radius:12px;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow:0 6px 20px rgba(28,39,76,.08);
  z-index:10002;
}
.tk-mobile-menu-button svg{width:22px;height:22px;display:block}
.tk-mobile-menu-panel{
  position:fixed;
  top:72px;
  right:12px;
  left:12px;
  margin-left:auto;
  width:min(420px,calc(100vw - 24px));
  max-height:calc(100vh - 88px);
  overflow:auto;
  z-index:10001;
  background:#fff;
  color:#172033;
  border:1px solid #e7eaf0;
  border-radius:18px;
  padding:10px;
  box-shadow:0 22px 60px rgba(15,23,42,.24);
}
.tk-mobile-menu-panel[hidden]{display:none!important}
.tk-mobile-menu-panel a{
  display:block!important;
  padding:12px 14px!important;
  margin:0!important;
  border-radius:12px!important;
  color:#172033!important;
  background:transparent!important;
  text-decoration:none!important;
  font:700 14px/1.25 Inter,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif!important;
  border:0!important;
}
.tk-mobile-menu-panel a:hover,.tk-mobile-menu-panel a:focus{background:#f2f0ff!important;color:#5145cd!important;outline:none}
.tk-mobile-menu-panel .tk-menu-sep{height:1px;background:#e7eaf0;margin:6px 4px}
body.tk-menu-open{overflow:hidden}
@media(max-width:767px){
  .tk-mobile-menu-button{
    display:flex!important;
    position:absolute!important;
    right:14px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    margin:0!important;
  }
  body.tk-global-menu .navlinks{display:none!important}
  body.tk-global-menu nav a.back,
  body.tk-global-menu header.top a.back{display:none!important}
  body.tk-global-menu nav .wrap,
  body.tk-global-menu header .wrap{padding-right:68px!important}
}
@media(min-width:768px){.tk-mobile-menu-panel{display:none!important}}
