/* Home: CTA circular removido. Mantém texto e CTA direto sem reservar espaço vazio. */
body.usarias-home .hero-bottom{
  display:block!important;
  width:auto!important;
  max-width:610px!important;
  margin-left:17vw!important;
}
body.usarias-home .hero-copy{
  max-width:610px!important;
  min-width:0!important;
}
@media(max-width:800px){
  body.usarias-home .hero-bottom{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    margin-left:0!important;
  }
  body.usarias-home .hero-copy,
  body.usarias-home .hero-bottom p{
    max-width:none!important;
  }
}
