
/* V128 - Mobile: títulos e subtítulos das seções iguais ao desktop */
@media(max-width: 760px){
  .home-section .section-head,
  .home-section .section-title,
  .home-section .section-header,
  .home-section .home-section-head{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    width:100%!important;
    max-width:100%!important;
    margin:0 auto 18px!important;
    padding:0 18px!important;
    gap:6px!important;
  }

  .home-section .section-head > div,
  .home-section .section-title > div,
  .home-section .section-header > div,
  .home-section .home-section-head > div{
    width:100%!important;
    text-align:center!important;
  }

  .home-section .section-head h2,
  .home-section .section-title h2,
  .home-section .section-header h2,
  .home-section .home-section-head h2{
    display:block!important;
    width:100%!important;
    margin:0 auto 4px!important;
    text-align:center!important;
    font-size:28px!important;
    line-height:1.08!important;
    letter-spacing:-.035em!important;
  }

  .home-section .section-head p,
  .home-section .section-head .lead,
  .home-section .section-title p,
  .home-section .section-title .lead,
  .home-section .section-header p,
  .home-section .section-header .lead,
  .home-section .home-section-head p,
  .home-section .home-section-head .lead{
    display:block!important;
    width:100%!important;
    max-width:330px!important;
    margin:0 auto!important;
    text-align:center!important;
    font-size:13px!important;
    line-height:1.45!important;
    color:#64748b!important;
  }

  /* Específico para Notícias e novidades */
  .home-news-grid,
  .home-section .home-carousel-track.home-news-grid{
    margin-top:0!important;
  }
}
