/* Modificaciones 21–22: navegación pública consistente en todas las secciones. */
body.nc5-portal.r21-consistent-header > .nc5-header{
  background:#081827;
  border-color:#183147;
  color:#deebf5;
  box-shadow:0 3px 18px #06132124;
}
body.nc5-portal.r21-consistent-header .nc5-header .brand,
body.nc5-portal.r21-consistent-header .nc5-header .brand span,
body.nc5-portal.r21-consistent-header .nc5-header .nc5-navigation>a,
body.nc5-portal.r21-consistent-header .nc5-header .nc5-dropdown>summary{
  color:#d9eaf8!important;
}
body.nc5-portal.r21-consistent-header .nc5-header .brand small{color:#97b9d2}
body.nc5-portal.r21-consistent-header .nc5-header .nc5-navigation>a:hover,
body.nc5-portal.r21-consistent-header .nc5-header .nc5-navigation>a.is-active{
  color:#81d7ff!important;
}
body.nc5-portal.r21-consistent-header .nc5-header .nc5-navigation>a.is-active{
  border-bottom-color:#52bbff;
}
body.nc5-portal.r21-consistent-header .nc5-private-link{
  background:#17364e;
  color:#e9f5ff!important;
}
body.nc5-portal.r21-consistent-header .nc-profile{
  color:#e7f2fb;
}
body.nc5-portal.r21-consistent-header .nc-profile small{color:#a8bfd1}
body.nc5-portal.r21-consistent-header .nc5-dropdown-panel{
  background:#102a40;
  border-color:#28506c;
  color:#e6f3fb;
}
body.nc5-portal.r21-consistent-header .nc5-dropdown-panel a,
body.nc5-portal.r21-consistent-header .nc5-dropdown-panel .link-button{color:#dfefff}
body.nc5-portal.r21-consistent-header .nc5-dropdown-panel a:hover{background:#1c3b57}
body.nc5-portal.r21-consistent-header .nc5-menu-label{color:#a6c2d7}
body.nc5-portal.r21-consistent-header .nc5-menu-toggle{
  background:#133049!important;
  border-color:#37536c!important;
}
body.nc5-portal.r21-consistent-header .nc5-menu-toggle span{background:#d1e5f4}
body.nc5-portal.r21-consistent-header .nc5-navigation .button.small{
  background:#2364ee;
  color:#fff!important;
  border-color:#3778f2;
}
@media(max-width:960px){
  body.nc5-portal.r21-consistent-header .nc5-header .nc5-navigation{
    background:#0c2339;
    border-top-color:#28455b;
    box-shadow:0 20px 30px #06132138;
  }
  body.nc5-portal.r21-consistent-header .nc5-header .nc5-navigation>a,
  body.nc5-portal.r21-consistent-header .nc5-header .nc5-dropdown>summary{
    color:#d9eaf8!important;
  }
  body.nc5-portal.r21-consistent-header .nc5-header .nc5-navigation>a.is-active{
    background:#14334c;
    border-radius:9px;
    border-bottom:0;
  }
  body.nc5-portal.r21-consistent-header .nc5-dropdown-panel{background:#15344e}
}


/* R19.0.22 · Comercial legible sobre el encabezado oscuro */
body.nc5-portal.r21-consistent-header .nc5-header .nc5-navigation>a.nc5-nav-trigger{
  color:#173452!important;
  background:linear-gradient(180deg,#ffffff 0%,#f4f8ff 100%);
  border-color:#d4e2f2;
  font-weight:800!important;
  text-shadow:none;
  opacity:1;
}
body.nc5-portal.r21-consistent-header .nc5-header .nc5-navigation>a.nc5-nav-trigger:hover,
body.nc5-portal.r21-consistent-header .nc5-header .nc5-navigation>a.nc5-nav-trigger:focus-visible{
  color:#0e376d!important;
  background:linear-gradient(180deg,#ffffff 0%,#eaf2ff 100%);
  border-color:#b8ceed;
}
@media(max-width:960px){
  body.nc5-portal.r21-consistent-header .nc5-header .nc5-navigation>a.nc5-nav-trigger{
    color:#173452!important;
    background:#ffffff!important;
  }
}
