
/* V141 - Títulos das seções da página inicial na fonte padrão do site e em negritão */
.home-section .section-head h2,
.home-section .section-title h2,
.home-section .section-header h2,
.home-section .home-section-head h2{
  font-family:inherit!important;
  font-weight:950!important;
  letter-spacing:-.035em!important;
  line-height:1.05!important;
}

/* Garante que não herde fonte decorativa antiga */
body .home-section .section-head h2,
body .home-section .section-title h2,
body .home-section .section-header h2,
body .home-section .home-section-head h2{
  font-family:var(--font-base, inherit)!important;
  font-weight:950!important;
  text-shadow:none!important;
}

@media(max-width:760px){
  .home-section .section-head h2,
  .home-section .section-title h2,
  .home-section .section-header h2,
  .home-section .home-section-head h2{
    font-size:32px!important;
    line-height:1.05!important;
    font-weight:950!important;
  }
}

@media(max-width:420px){
  .home-section .section-head h2,
  .home-section .section-title h2,
  .home-section .section-header h2,
  .home-section .home-section-head h2{
    font-size:30px!important;
  }
}
