
/* v9.7 - eliminar cabecera oscura en todas las páginas */
html body.page .ji-interior-hero,
html body.page .ji-interior-hero--page,
html body .ji-content-panel--no-hero > .ji-interior-hero{
  display:none!important;
}

html body .ji-interior-shell--no-page-hero{
  padding-top:0!important;
}

html body.page .ji-content-panel--page.ji-content-panel--no-hero{
  background:transparent!important;
  box-shadow:none!important;
  border:0!important;
}

html body.page .ji-content-panel--page.ji-content-panel--no-hero > .ji-content-panel__inner{
  padding-top:clamp(1.8rem,4vw,3rem)!important;
}
