/*
 * MEISTER Lugo GOLDEN v1.3.2
 * Autoridad final y exclusiva del H1 del HERO principal.
 */
@media (min-width:1181px){
  body.home .hero.hero--lead .hero-content > h1{
    max-width:780px!important;
    margin:14px 0 18px!important;
    font-size:clamp(52px,5.8vw,88px)!important;
    line-height:.98!important;
    text-align:left!important;
  }
}

@media (max-width:1180px){
  body.home .hero.hero--lead .hero-content > h1{
    width:100%!important;
    max-width:100%!important;
    margin:12px auto 18px!important;
    font-size:clamp(38px,12.2vw,53px)!important;
    line-height:1!important;
    text-align:center!important;
  }
}
