

/* TDM v3.6.9.7 — FORZADO directo: bajar textos del home móvil mucho más */
@media(max-width:760px){
  body.home-page .hero{
    min-height:96svh!important;
    height:auto!important;
    max-height:none!important;
    display:flex!important;
    align-items:flex-end!important;
    padding-top:330px!important;
    padding-bottom:34px!important;
    background-position:center top!important;
    overflow:hidden!important;
  }
  body.home-page .hero::before{
    background:
      linear-gradient(180deg,
        rgba(17,10,5,.00) 0%,
        rgba(17,10,5,.04) 32%,
        rgba(17,10,5,.22) 52%,
        rgba(17,10,5,.68) 78%,
        rgba(17,10,5,.88) 100%
      )!important;
  }
  body.home-page .hero-content{
    width:calc(100% - 32px)!important;
    padding-top:0!important;
    transform:translateY(115px)!important;
    margin-bottom:0!important;
  }
  body.home-page .eyebrow{
    display:block!important;
    margin-bottom:14px!important;
  }
  body.home-page .hero h1{
    margin-top:0!important;
    margin-bottom:12px!important;
  }
  body.home-page .hero p{
    margin-bottom:0!important;
  }
  body.home-page .hero-actions{
    margin-top:34px!important;
  }
  body.home-page .hero-stats{
    margin-top:36px!important;
  }
}
@media(max-width:430px){
  body.home-page .hero{
    min-height:104svh!important;
    padding-top:365px!important;
    padding-bottom:28px!important;
  }
  body.home-page .hero-content{
    transform:translateY(138px)!important;
  }
  body.home-page .hero h1{
    font-size:32px!important;
    line-height:1.03!important;
  }
  body.home-page .hero p{
    font-size:14px!important;
    line-height:1.45!important;
    max-width:32ch!important;
  }
  body.home-page .hero-actions{
    margin-top:36px!important;
  }
  body.home-page .hero-stats{
    margin-top:38px!important;
  }
}
@media(max-width:390px){
  body.home-page .hero{
    min-height:108svh!important;
    padding-top:390px!important;
  }
  body.home-page .hero-content{
    transform:translateY(150px)!important;
  }
}

