/* Cinematizando v0.15.8 — tira alinhada ao eixo real da página.
   Sem largura de viewport, sem altura fixa e sem distorção. */
body.public-layout-v15 .heritage-wrap.heritage-page-axis{
  width:min(var(--site-width,96%),var(--site-max,1680px))!important;
  max-width:var(--site-max,1680px)!important;
  margin:0 auto!important;
  padding:18px 0 0!important;
  box-sizing:border-box!important;
  overflow:visible!important;
  background:#000!important;
  position:relative!important;
  left:auto!important;
  right:auto!important;
  transform:none!important;
}

body.public-layout-v15 .heritage-wrap.heritage-page-axis .heritage-banner,
body.public-layout-v15 .heritage-wrap.heritage-page-axis.heritage-full-width .heritage-banner{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  background:#000!important;
  line-height:0!important;
  box-sizing:border-box!important;
}

body.public-layout-v15 .heritage-wrap.heritage-page-axis .heritage-banner img,
body.public-layout-v15 .heritage-wrap.heritage-page-axis.heritage-full-width .heritage-banner img{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  height:auto!important;
  max-height:none!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}

@media(max-width:980px){
  body.public-layout-v15 .heritage-wrap.heritage-page-axis{
    width:calc(100% - (var(--page-gutter-tablet,16px) * 2))!important;
    padding-top:14px!important;
  }
}
@media(max-width:640px){
  body.public-layout-v15 .heritage-wrap.heritage-page-axis{
    width:calc(100% - (var(--page-gutter-mobile,12px) * 2))!important;
    padding-top:10px!important;
  }
}


/* v0.15.31 — Home: tira inteira, sem corte vertical */
body.public-layout-v15.route-home .heritage-wrap.heritage-page-axis .heritage-banner,
body.public-layout-v15.route-home .heritage-wrap.heritage-page-axis.heritage-full-width .heritage-banner{
  height:auto!important;
  max-height:none!important;
  min-height:0!important;
  overflow:hidden!important;
}
body.public-layout-v15.route-home .heritage-wrap.heritage-page-axis .heritage-banner > img,
body.public-layout-v15.route-home .heritage-wrap.heritage-page-axis.heritage-full-width .heritage-banner > img{
  width:100%!important;
  height:auto!important;
  max-width:100%!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center!important;
}
body.public-layout-v15.route-home .heritage-wrap.heritage-page-axis .heritage-banner-animated .heritage-slide:first-child{
  position:relative!important;
  width:100%!important;
  height:auto!important;
  max-height:none!important;
}
body.public-layout-v15.route-home .heritage-wrap.heritage-page-axis .heritage-banner-animated .heritage-slide:not(:first-child){
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-height:none!important;
  object-fit:contain!important;
}
