html.bc-header-lock{overflow:hidden}
#bc-header-dinamico-v1{
  --bc-header-red:#d90014;
  --bc-header-red-dark:#a90010;
  --bc-header-black:#111317;
  --bc-header-bg:#444444;
  --bc-header-ink:#17191d;
  --bc-header-border:#e6e9ee;
  --bc-header-shell:1240px;
  width:100%;
  max-width:100%;
  margin:0;
  padding:0;
  background:var(--bc-header-bg);
  color:#fff;
  font-family:Montserrat,Arial,sans-serif;
  box-sizing:border-box;
  isolation:isolate;
  z-index:999;
}

#bc-header-dinamico-v1,
#bc-header-dinamico-v1 *{box-sizing:border-box}
#bc-header-dinamico-v1 a{color:inherit;text-decoration:none}
#bc-header-dinamico-v1 button,
#bc-header-dinamico-v1 input{font:inherit}
#bc-header-dinamico-v1 button{cursor:pointer}
#bc-header-dinamico-v1 .screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
#bc-header-dinamico-v1 .bc-header-shell{width:min(var(--bc-header-shell),calc(100% - 28px));margin-inline:auto}

#bc-header-dinamico-v1.is-sticky{position:sticky;top:0}
#bc-header-dinamico-v1.is-sticky.bc-header-scrolled .bc-header-sponsor,
#bc-header-dinamico-v1.is-sticky.bc-header-scrolled .bc-header-utility{display:none}

/* Patrocinador existente */
#bc-header-dinamico-v1 .bc-header-sponsor{padding:8px 0;background:#fff;border-bottom:1px solid var(--bc-header-border)}
#bc-header-dinamico-v1 .bc-header-sponsor .bc-home-ad-slot{display:block;width:100%;max-width:100%;margin:0;text-align:center;overflow:visible}
#bc-header-dinamico-v1 .bc-header-sponsor .bc-home-ad-slot>*{max-width:100%;margin-inline:auto}
#bc-header-dinamico-v1 .bc-header-sponsor img{display:block;max-width:100%;height:auto;margin-inline:auto}
#bc-header-dinamico-v1 .bc-header-sponsor iframe,
#bc-header-dinamico-v1 .bc-header-sponsor ins{max-width:100%}

/* Franja editorial */
#bc-header-dinamico-v1 .bc-header-utility{background:var(--bc-header-bg);color:#fff;border-bottom:1px solid rgba(255,255,255,.10)}
#bc-header-dinamico-v1 .bc-header-utility .bc-header-shell{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:31px}
#bc-header-dinamico-v1 .bc-header-utility-copy{font-size:8.5px;font-weight:850;letter-spacing:.09em;text-transform:uppercase;color:rgba(255,255,255,.68)}
#bc-header-dinamico-v1 .bc-header-socials{display:flex;align-items:center;gap:6px}
#bc-header-dinamico-v1 .bc-header-socials a{display:grid;place-items:center;width:22px;height:22px;border:1px solid rgba(255,255,255,.16);border-radius:50%;color:#fff;font-size:7px;font-weight:950;text-transform:uppercase;transition:.2s ease}
#bc-header-dinamico-v1 .bc-header-socials a:hover{border-color:var(--bc-header-red);background:var(--bc-header-red)}

/* Barra principal */
#bc-header-dinamico-v1 .bc-header-mainbar{position:relative;background:var(--bc-header-bg);border-bottom:1px solid rgba(255,255,255,.12);box-shadow:0 8px 24px rgba(16,24,40,.16)}
#bc-header-dinamico-v1 .bc-header-mainbar>.bc-header-shell{display:grid;grid-template-columns:minmax(150px,220px) minmax(0,1fr) auto;align-items:center;gap:24px;min-height:78px}
#bc-header-dinamico-v1 .bc-header-logo{min-width:0}
#bc-header-dinamico-v1 .bc-header-logo .custom-logo-link{display:inline-flex;align-items:center;max-width:210px}
#bc-header-dinamico-v1 .bc-header-logo .custom-logo{display:block;width:auto;max-width:210px;max-height:58px;height:auto}
#bc-header-dinamico-v1 .bc-header-wordmark{display:flex;align-items:baseline;gap:5px;font-size:25px;line-height:1;font-weight:950;letter-spacing:-1px;text-transform:uppercase}
#bc-header-dinamico-v1 .bc-header-wordmark strong{color:var(--bc-header-red)}

#bc-header-dinamico-v1 .bc-header-navigation{min-width:0;height:100%}
#bc-header-dinamico-v1 .bc-header-menu{display:flex;align-items:stretch;justify-content:center;gap:2px;height:100%;margin:0;padding:0;list-style:none}
#bc-header-dinamico-v1 .bc-header-menu>li{position:relative;display:flex;align-items:center;margin:0;padding:0;list-style:none}
#bc-header-dinamico-v1 .bc-header-menu>li>a,
#bc-header-dinamico-v1 .bc-header-submenu-toggle{display:flex;align-items:center;gap:6px;min-height:78px;padding:0 10px;border:0;background:transparent;color:#fff;font-size:10px;line-height:1;font-weight:900;letter-spacing:.025em;text-transform:uppercase;white-space:nowrap;transition:.2s ease}
#bc-header-dinamico-v1 .bc-header-menu>li>a:hover,
#bc-header-dinamico-v1 .bc-header-menu>li.current-menu-item>a,
#bc-header-dinamico-v1 .bc-header-menu>li.current-menu-ancestor>a,
#bc-header-dinamico-v1 .bc-header-submenu-toggle:hover{color:var(--bc-header-red)}
#bc-header-dinamico-v1 .bc-header-menu>li>a::after,
#bc-header-dinamico-v1 .bc-header-menu>li>.bc-header-submenu-toggle::after{content:"";position:absolute;left:10px;right:10px;bottom:0;height:3px;border-radius:3px 3px 0 0;background:var(--bc-header-red);transform:scaleX(0);transition:.2s ease}
#bc-header-dinamico-v1 .bc-header-menu>li>a:hover::after,
#bc-header-dinamico-v1 .bc-header-menu>li.current-menu-item>a::after,
#bc-header-dinamico-v1 .bc-header-menu>li.current-menu-ancestor>a::after,
#bc-header-dinamico-v1 .bc-header-menu>li>.bc-header-submenu-toggle:hover::after{transform:scaleX(1)}

#bc-header-dinamico-v1 .bc-header-menu .sub-menu{position:absolute;top:calc(100% - 1px);left:0;z-index:30;display:block;min-width:230px;margin:0;padding:8px;list-style:none;border:1px solid var(--bc-header-border);border-radius:0 0 13px 13px;background:#fff;box-shadow:0 18px 38px rgba(16,24,40,.14);opacity:0;visibility:hidden;transform:translateY(7px);transition:.18s ease}
#bc-header-dinamico-v1 .bc-header-menu li:hover>.sub-menu,
#bc-header-dinamico-v1 .bc-header-menu li:focus-within>.sub-menu,
#bc-header-dinamico-v1 .bc-header-menu li.is-submenu-open>.sub-menu{opacity:1;visibility:visible;transform:none}
#bc-header-dinamico-v1 .bc-header-menu .sub-menu li{margin:0;padding:0;list-style:none}
#bc-header-dinamico-v1 .bc-header-menu .sub-menu a{display:block;padding:10px 11px;border-radius:8px;color:#34383e;font-size:10px;line-height:1.25;font-weight:800}
#bc-header-dinamico-v1 .bc-header-menu .sub-menu a:hover{background:#f4f5f7;color:var(--bc-header-red)}

#bc-header-dinamico-v1 .bc-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}
#bc-header-dinamico-v1 .bc-header-search-button{display:grid;place-items:center;width:40px;height:40px;padding:0;border:1px solid rgba(255,255,255,.22);border-radius:11px;background:rgba(255,255,255,.08)}
#bc-header-dinamico-v1 .bc-header-search-button>span{position:relative;display:block;width:15px;height:15px;border:2px solid #fff;border-radius:50%}
#bc-header-dinamico-v1 .bc-header-search-button>span::after{content:"";position:absolute;width:7px;height:2px;right:-5px;bottom:-3px;background:#fff;transform:rotate(45deg);border-radius:2px}
#bc-header-dinamico-v1 .bc-header-search-button:hover{border-color:var(--bc-header-red);background:rgba(255,255,255,.14)}
#bc-header-dinamico-v1 .bc-header-fixture-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:0 13px;border-radius:11px;background:var(--bc-header-red);color:#fff;font-size:9px;font-weight:950;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 8px 20px rgba(217,0,20,.22);transition:.2s ease}
#bc-header-dinamico-v1 .bc-header-fixture-button:hover{background:var(--bc-header-red-dark);transform:translateY(-1px)}
#bc-header-dinamico-v1 .bc-header-live-dot{width:7px;height:7px;border-radius:50%;background:#fff;box-shadow:0 0 0 4px rgba(255,255,255,.18)}
#bc-header-dinamico-v1 .bc-header-menu-button{display:none;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:1px solid rgba(255,255,255,.22);border-radius:11px;background:rgba(255,255,255,.08)}
#bc-header-dinamico-v1 .bc-header-native-toggle{display:none}
#bc-header-dinamico-v1 .bc-header-menu-icon{display:grid;gap:4px;width:18px}
#bc-header-dinamico-v1 .bc-header-menu-icon i{display:block;width:100%;height:2px;border-radius:2px;background:#fff;transition:.2s ease}

/* Buscador */
#bc-header-dinamico-v1 .bc-header-search-panel{position:absolute;z-index:35;left:0;right:0;top:100%;padding:14px 0;border-bottom:1px solid var(--bc-header-border);background:var(--bc-header-bg);box-shadow:0 14px 30px rgba(16,24,40,.12)}
#bc-header-dinamico-v1 .bc-header-search-panel[hidden]{display:none}
#bc-header-dinamico-v1 .bc-header-search-panel form{display:grid;grid-template-columns:minmax(0,1fr) auto 40px;gap:8px}
#bc-header-dinamico-v1 .bc-header-search-panel input{width:100%;height:44px;padding:0 14px;border:1px solid #dfe3e8;border-radius:11px;outline:none;background:#f8f9fb;color:#222;font-size:12px;font-weight:650}
#bc-header-dinamico-v1 .bc-header-search-panel input:focus{border-color:var(--bc-header-red);box-shadow:0 0 0 3px rgba(217,0,20,.08)}
#bc-header-dinamico-v1 .bc-header-search-panel button{height:44px;padding:0 16px;border:0;border-radius:11px;background:var(--bc-header-red);color:#fff;font-size:9px;font-weight:950;text-transform:uppercase}
#bc-header-dinamico-v1 .bc-header-search-panel .bc-header-search-close{width:40px;padding:0;background:rgba(255,255,255,.12);color:#fff;font-size:20px}
#bc-header-dinamico-v1 .bc-header-backdrop{display:none}

@media(max-width:1080px){
  #bc-header-dinamico-v1 .bc-header-mainbar>.bc-header-shell{grid-template-columns:auto minmax(0,1fr) auto;gap:12px;min-height:68px}
  #bc-header-dinamico-v1 .bc-header-menu-button{display:flex}
  #bc-header-dinamico-v1 .bc-header-logo{display:flex;justify-content:center}
  #bc-header-dinamico-v1 .bc-header-logo .custom-logo-link{max-width:185px}
  #bc-header-dinamico-v1 .bc-header-logo .custom-logo{max-width:185px;max-height:50px}
  #bc-header-dinamico-v1 .bc-header-navigation{position:fixed;z-index:1002;top:0;bottom:0;left:0;width:min(360px,88vw);height:100dvh;padding:82px 14px 22px;overflow-y:auto;background:var(--bc-header-bg);box-shadow:18px 0 45px rgba(16,24,40,.18);transform:translateX(-105%);transition:.25s ease}
  #bc-header-dinamico-v1.is-menu-open .bc-header-navigation{transform:none}
  #bc-header-dinamico-v1 .bc-header-menu{display:block;height:auto}
  #bc-header-dinamico-v1 .bc-header-menu>li{position:relative;display:block;border-bottom:1px solid #eef0f3}
  #bc-header-dinamico-v1 .bc-header-native-toggle{position:absolute;top:4px;right:0;z-index:2;display:grid;place-items:center;width:40px;height:40px;padding:0;border:0;background:transparent;color:#333;font-size:15px}
  #bc-header-dinamico-v1 .bc-header-menu>li.menu-item-has-children>a{padding-right:46px}
  #bc-header-dinamico-v1 .bc-header-menu>li>a,
  #bc-header-dinamico-v1 .bc-header-submenu-toggle{justify-content:space-between;width:100%;min-height:48px;padding:0 6px;font-size:11px;text-align:left}
  #bc-header-dinamico-v1 .bc-header-menu>li>a::after,
  #bc-header-dinamico-v1 .bc-header-menu>li>.bc-header-submenu-toggle::after{display:none}
  #bc-header-dinamico-v1 .bc-header-menu .sub-menu{position:static;display:none;min-width:0;padding:0 0 8px 13px;border:0;border-radius:0;box-shadow:none;opacity:1;visibility:visible;transform:none}
  #bc-header-dinamico-v1 .bc-header-menu li.is-submenu-open>.sub-menu{display:block}
  #bc-header-dinamico-v1 .bc-header-menu .sub-menu a{padding:9px 8px}
  #bc-header-dinamico-v1 .bc-header-backdrop{position:fixed;z-index:1001;inset:0;display:block;width:100%;height:100%;padding:0;border:0;background:rgba(9,12,17,.55);opacity:0;visibility:hidden;transition:.2s ease}
  #bc-header-dinamico-v1.is-menu-open .bc-header-backdrop{opacity:1;visibility:visible}
  #bc-header-dinamico-v1.is-menu-open .bc-header-menu-icon i:nth-child(1){transform:translateY(6px) rotate(45deg)}
  #bc-header-dinamico-v1.is-menu-open .bc-header-menu-icon i:nth-child(2){opacity:0}
  #bc-header-dinamico-v1.is-menu-open .bc-header-menu-icon i:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
}

@media(max-width:620px){
  #bc-header-dinamico-v1 .bc-header-shell{width:calc(100% - 18px)}
  #bc-header-dinamico-v1 .bc-header-sponsor{padding:5px 0}
  #bc-header-dinamico-v1 .bc-header-utility-copy{font-size:7.5px}
  #bc-header-dinamico-v1 .bc-header-mainbar>.bc-header-shell{min-height:60px;gap:8px}
  #bc-header-dinamico-v1 .bc-header-menu-button,
  #bc-header-dinamico-v1 .bc-header-search-button{width:38px;height:38px}
  #bc-header-dinamico-v1 .bc-header-logo .custom-logo-link{max-width:145px}
  #bc-header-dinamico-v1 .bc-header-logo .custom-logo{max-width:145px;max-height:44px}
  #bc-header-dinamico-v1 .bc-header-wordmark{font-size:19px}
  #bc-header-dinamico-v1 .bc-header-fixture-button{min-height:38px;padding:0 10px;font-size:8px}
  #bc-header-dinamico-v1 .bc-header-actions{gap:5px}
  #bc-header-dinamico-v1 .bc-header-socials{gap:4px}
  #bc-header-dinamico-v1 .bc-header-socials a{width:20px;height:20px;font-size:6px}
}

@media(max-width:410px){
  #bc-header-dinamico-v1 .bc-header-utility-copy{display:none}
  #bc-header-dinamico-v1 .bc-header-utility .bc-header-shell{justify-content:flex-end}
  #bc-header-dinamico-v1 .bc-header-fixture-button{width:38px;padding:0;font-size:0}
  #bc-header-dinamico-v1 .bc-header-live-dot{width:8px;height:8px}
  #bc-header-dinamico-v1 .bc-header-logo .custom-logo-link{max-width:132px}
  #bc-header-dinamico-v1 .bc-header-logo .custom-logo{max-width:132px}
  #bc-header-dinamico-v1 .bc-header-search-panel form{grid-template-columns:minmax(0,1fr) 40px}
  #bc-header-dinamico-v1 .bc-header-search-panel form>button[type="submit"]{display:none}
}


/* v1.3.0 — fondo editorial #444444 */
#bc-header-dinamico-v1 .bc-header-mainbar,
#bc-header-dinamico-v1 .bc-header-utility,
#bc-header-dinamico-v1 .bc-header-search-panel{
  background:var(--bc-header-bg);
}
#bc-header-dinamico-v1 .bc-header-menu>li>a,
#bc-header-dinamico-v1 .bc-header-submenu-toggle,
#bc-header-dinamico-v1 .bc-header-wordmark,
#bc-header-dinamico-v1 .bc-header-search-button,
#bc-header-dinamico-v1 .bc-header-menu-button{color:#fff}
#bc-header-dinamico-v1 .bc-header-search-button,
#bc-header-dinamico-v1 .bc-header-menu-button{border-color:rgba(255,255,255,.24);background:rgba(255,255,255,.08)}
#bc-header-dinamico-v1 .bc-header-search-button:hover,
#bc-header-dinamico-v1 .bc-header-menu-button:hover{border-color:rgba(255,255,255,.46);background:rgba(255,255,255,.14)}
#bc-header-dinamico-v1 .bc-header-menu-icon i{background:#fff}
#bc-header-dinamico-v1 .bc-header-search-button>span{border-color:#fff}
#bc-header-dinamico-v1 .bc-header-search-button>span::after{background:#fff}
#bc-header-dinamico-v1 .bc-header-search-panel input{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.10);color:#fff}
#bc-header-dinamico-v1 .bc-header-search-panel input::placeholder{color:rgba(255,255,255,.62)}
#bc-header-dinamico-v1 .bc-header-search-panel .bc-header-search-close{background:rgba(255,255,255,.12);color:#fff}
@media(max-width:1080px){
  #bc-header-dinamico-v1 .bc-header-navigation{background:var(--bc-header-bg)}
  #bc-header-dinamico-v1 .bc-header-menu>li>a,
  #bc-header-dinamico-v1 .bc-header-submenu-toggle{color:#fff;border-bottom-color:rgba(255,255,255,.10)}
  #bc-header-dinamico-v1 .bc-header-menu .sub-menu{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.10);box-shadow:none}
  #bc-header-dinamico-v1 .bc-header-menu .sub-menu a{color:rgba(255,255,255,.84)}
  #bc-header-dinamico-v1 .bc-header-menu .sub-menu a:hover{background:rgba(255,255,255,.10);color:#fff}
}
@media(max-width:1080px){
  #bc-header-dinamico-v1 .bc-header-menu>li{border-bottom-color:rgba(255,255,255,.10)}
  #bc-header-dinamico-v1 .bc-header-native-toggle{color:#fff}
}
