/* Crafter Site Shell: bloques compartidos Catálogo + Portal */
html{overflow-y:scroll;scrollbar-gutter:stable}
:root{
  --crafter-shell-width:900px;
  --crafter-shell-bg:#f5f7fa;
  --crafter-shell-text:#27364a;
  --crafter-shell-border:#d7dee7;
  --crafter-shell-accent:#63bdca;
  --crafter-shell-accent-dark:#4da7b8;
  --crafter-shell-topbar-h:72px;
  --crafter-shell-menu-h:53px;
}
.crafter-shell-topbar,
.crafter-shell-menu-shell,
.crafter-shell-footer{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;box-sizing:border-box}
.crafter-shell-topbar{
  position:sticky!important;top:0!important;z-index:1000!important;
  display:grid!important;grid-template-columns:220px minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;
  width:min(var(--crafter-shell-width),calc(100% - 24px))!important;max-width:var(--crafter-shell-width)!important;
  height:var(--crafter-shell-topbar-h)!important;min-height:var(--crafter-shell-topbar-h)!important;max-height:var(--crafter-shell-topbar-h)!important;
  margin:0 auto!important;padding:7px 0!important;background:var(--crafter-shell-bg)!important;color:var(--crafter-shell-text)!important;
  border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important;transform:none!important;translate:none!important;
}
.crafter-shell-topbar::before,.crafter-shell-menu-shell::before{
  content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:var(--crafter-shell-bg);
  box-shadow:0 0 0 100vmax var(--crafter-shell-bg);clip-path:inset(0 -100vmax);
}
.crafter-shell-menu-toggle{display:none!important}
.crafter-shell-brand{display:flex!important;align-items:center!important;width:220px!important;height:58px!important;min-width:0!important;margin:0!important;padding:0!important}
.crafter-shell-logo-link,.crafter-shell-logo-box{display:block!important;width:220px!important;height:58px!important;margin:0!important;padding:0!important}
.crafter-shell-business-logo{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:58px!important;object-fit:contain!important;object-position:left center!important;margin:0!important;padding:0!important}
.crafter-shell-search{display:flex!important;align-items:center!important;justify-content:center!important;min-width:0!important;height:36px!important}
.crafter-shell-search:empty{visibility:hidden!important}
.crafter-shell-search input[type="search"]{display:block!important;width:min(100%,520px)!important;height:36px!important;box-sizing:border-box!important;margin:0!important;padding:0 13px!important;border:1px solid #d0d5dd!important;border-radius:9px!important;background:#fff!important;color:#1d2939!important;font-family:inherit!important;font-size:13px!important;font-weight:500!important;line-height:1.2!important;box-shadow:none!important}
.crafter-shell-contacts{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:7px!important;min-width:0!important;height:36px!important;margin:0!important;padding:0!important}
.crafter-shell-contacts .c103-configurable-icons{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:5px!important;min-width:0!important;margin:0!important;padding:0!important}
.crafter-shell-contacts .c103-business-contact-icons{display:contents!important}
.crafter-shell-contacts .c103-header-contact,.crafter-shell-contacts .c103-header-social,.crafter-shell-contacts .c103-configurable-header-icon{
  display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 26px!important;width:26px!important;height:26px!important;min-width:26px!important;min-height:26px!important;max-width:26px!important;max-height:26px!important;
  margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#344054!important;text-decoration:none!important;box-shadow:none!important;transform:none!important;translate:none!important;
}
.crafter-shell-contacts .c103-header-contact svg,.crafter-shell-contacts .c103-header-contact img,.crafter-shell-contacts .c103-header-social img{
  display:block!important;width:26px!important;height:26px!important;min-width:26px!important;min-height:26px!important;max-width:26px!important;max-height:26px!important;object-fit:contain!important;margin:0!important;padding:0!important;
}
.crafter-shell-contacts .c103-header-contact svg{fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.crafter-shell-account{
  display:grid!important;place-items:center!important;flex:0 0 36px!important;width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;max-width:36px!important;max-height:36px!important;
  margin:0!important;padding:0!important;box-sizing:border-box!important;border:0!important;border-radius:0!important;background:transparent!important;color:#27364a!important;text-decoration:none!important;box-shadow:none!important;transform:none!important;translate:none!important;overflow:visible!important;
}
.crafter-shell-account img{display:block!important;width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;max-width:34px!important;max-height:34px!important;object-fit:contain!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important}
.crafter-shell-account:hover,.crafter-shell-account:focus-visible{background:transparent!important;box-shadow:none!important;outline:none!important}
/* El menú desplegable antiguo de Mi cuenta ya no forma parte del shell. */
#crafterAccountMenu{display:none!important}
.crafter-shell-menu-shell{
  position:sticky!important;top:var(--crafter-shell-topbar-h)!important;z-index:990!important;
  display:flex!important;align-items:center!important;width:min(var(--crafter-shell-width),calc(100% - 24px))!important;max-width:var(--crafter-shell-width)!important;
  height:var(--crafter-shell-menu-h)!important;min-height:var(--crafter-shell-menu-h)!important;max-height:var(--crafter-shell-menu-h)!important;
  margin:0 auto!important;padding:9px 0 8px!important;background:var(--crafter-shell-bg)!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important;
}
.crafter-shell-menu{
  display:flex!important;flex-flow:row nowrap!important;align-items:center!important;justify-content:flex-start!important;gap:7px!important;
  width:100%!important;height:36px!important;min-height:36px!important;max-height:36px!important;margin:0!important;padding:0 0 1px!important;box-sizing:border-box!important;
  border:0!important;border-bottom:1px solid #e4e7ec!important;background:transparent!important;overflow:hidden!important;
}
.crafter-shell-menu>a,.crafter-shell-menu>button{
  display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;gap:6px!important;flex:0 1 auto!important;min-width:0!important;
  height:34px!important;min-height:34px!important;max-height:34px!important;margin:0!important;padding:5px 9px!important;box-sizing:border-box!important;
  border:1px solid var(--crafter-shell-border)!important;border-radius:9px!important;background:#fff!important;color:#27364a!important;
  font-family:inherit!important;font-size:11px!important;font-weight:700!important;line-height:1.1!important;white-space:nowrap!important;overflow:hidden!important;text-decoration:none!important;box-shadow:none!important;transform:none!important;translate:none!important;cursor:pointer!important;
}
.crafter-shell-menu>a:hover,.crafter-shell-menu>a.active,.crafter-shell-menu>button:hover,.crafter-shell-menu>button.active{
  border-color:var(--crafter-shell-accent)!important;color:var(--crafter-shell-accent-dark)!important;background:#fff!important;box-shadow:none!important;transform:none!important;translate:none!important;
}
.crafter-shell-menu svg,.crafter-shell-menu .nav-icon{display:block!important;flex:0 0 15px!important;width:15px!important;min-width:15px!important;max-width:15px!important;height:15px!important;min-height:15px!important;max-height:15px!important}
.crafter-shell-menu svg{fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.crafter-shell-menu .nav-icon{background-position:center!important;background-repeat:no-repeat!important;background-size:15px 15px!important;overflow:hidden!important}
.crafter-shell-menu .nav-icon-portal{background-image:url('/portal/assets/nav/portal.svg')!important}
.crafter-shell-menu .nav-icon-catalogo{background-image:url('/portal/assets/nav/catalogo.svg')!important}
.crafter-shell-menu .nav-icon-directorio{background-image:url('/portal/assets/nav/directorio.svg')!important}
.crafter-shell-menu .nav-icon-plantillas{background-image:url('/portal/assets/nav/plantillas.svg')!important}
.crafter-shell-menu .nav-label,.crafter-shell-menu span{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.crafter-shell-footer{display:flex!important;justify-content:center!important;gap:14px!important;flex-wrap:wrap!important;width:100%!important;margin-top:30px!important;padding:22px 16px!important;border:0!important;border-top:1px solid #dce3ea!important;background:#fff!important;color:#667085!important;font-size:13px!important}
.crafter-shell-footer p{flex:0 0 100%!important;margin:0!important;text-align:center!important}
.crafter-shell-footer nav{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;flex-wrap:wrap!important}
.crafter-shell-footer a{color:#27364a!important;font-size:11px!important;font-weight:800!important;text-decoration:none!important}
.crafter-shell-footer a:hover{text-decoration:underline!important}
@media(max-width:620px){
  :root{--crafter-shell-topbar-h:62px;--crafter-shell-menu-h:0px}
  .crafter-shell-topbar{grid-template-columns:38px minmax(0,1fr) auto!important;gap:8px!important;height:62px!important;min-height:62px!important;max-height:62px!important;padding:7px 0!important}
  .crafter-shell-menu-toggle{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;max-width:36px!important;max-height:36px!important;margin:0!important;padding:0!important;border:1px solid var(--crafter-shell-border)!important;border-radius:9px!important;background:#fff!important;color:#27364a!important;box-shadow:none!important}
  .crafter-shell-menu-toggle>span{display:block!important;width:16px!important;height:2px!important;margin:0!important;border-radius:2px!important;background:currentColor!important;transition:transform .18s ease,opacity .18s ease!important}
  .crafter-shell-menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg)!important}.crafter-shell-menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0!important}.crafter-shell-menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)!important}
  .crafter-shell-brand,.crafter-shell-logo-link,.crafter-shell-logo-box{width:min(190px,45vw)!important;max-width:190px!important;height:48px!important}
  .crafter-shell-business-logo{max-height:48px!important}
  .crafter-shell-search{display:none!important}
  .crafter-shell-contacts{gap:4px!important;max-width:43vw!important;height:34px!important}
  .crafter-shell-contacts .c103-header-contact,.crafter-shell-contacts .c103-header-social,.crafter-shell-contacts .c103-configurable-header-icon,
  .crafter-shell-contacts .c103-header-contact svg,.crafter-shell-contacts .c103-header-contact img,.crafter-shell-contacts .c103-header-social img{flex-basis:20px!important;width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;max-width:20px!important;max-height:20px!important}
  .crafter-shell-contacts .c103-header-social,.crafter-shell-contacts .c103-configurable-header-icon:not(.c103-business-contact-icon){display:none!important}
  .crafter-shell-account{flex-basis:34px!important;width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;max-width:34px!important;max-height:34px!important;margin-left:1px!important}
  .crafter-shell-account img{width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;max-width:32px!important;max-height:32px!important}
  .crafter-shell-menu-shell{display:none!important;position:fixed!important;top:62px!important;left:12px!important;right:auto!important;z-index:1200!important;width:min(280px,calc(100vw - 24px))!important;max-width:min(280px,calc(100vw - 24px))!important;height:auto!important;min-height:0!important;max-height:calc(100dvh - 77px)!important;margin:0!important;padding:7px!important;overflow-x:hidden!important;overflow-y:auto!important;background:rgba(255,255,255,.98)!important;border:1px solid #e4e7ec!important;border-radius:12px!important;box-shadow:0 14px 32px rgba(15,23,42,.18)!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important}
  .crafter-shell-menu-shell::before{display:none!important}#crafterMasterPortalNavShell.crafter-shell-menu-open,#crafterMasterPortalNavShell.mobile-menu-open,#crafterCatalogMenuShell.crafter-shell-menu-open,#crafterCatalogMenuShell.mobile-menu-open,.crafter-shell-menu-shell.crafter-shell-menu-open,.crafter-shell-menu-shell.mobile-menu-open{display:block!important}
  .crafter-shell-menu{display:flex!important;flex-direction:column!important;align-items:stretch!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;gap:6px!important;padding:0!important;border:0!important;overflow:visible!important}
  .crafter-shell-menu>a,.crafter-shell-menu>button{display:flex!important;flex:0 0 auto!important;width:100%!important;min-width:0!important;max-width:none!important;height:38px!important;min-height:38px!important;max-height:38px!important;padding:7px 10px!important;justify-content:flex-start!important;gap:9px!important;font-size:12px!important;border-radius:9px!important}
  .crafter-shell-menu svg,.crafter-shell-menu .nav-icon{flex-basis:16px!important;width:16px!important;min-width:16px!important;max-width:16px!important;height:16px!important;min-height:16px!important;max-height:16px!important;background-size:16px 16px!important}
}
/* Bloque 3: el contenido conserva íntegramente el layout propio de cada página. */
.crafter-shell-content{display:contents}
