/* V19 — centralizar logo da hero */
html body .header__box.roi-hero-art-wrap{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
html body .header__content.roi-hero-art{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:min(1280px,100%) !important;
  margin:0 auto !important;
}
html body .roi-hero-art__brand{
  width:min(1120px,100%) !important;
  max-width:1120px !important;
  margin:0 auto !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
}
html body .roi-hero-art__eyebrow{
  margin-inline:auto !important;
}
html body .roi-hero-art__brand .hero-logo-title{
  width:min(1040px,90vw) !important;
  max-width:1040px !important;
  margin:22px auto 26px !important;
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
}
html body .roi-hero-art__brand .hero-logo-title img{
  width:min(1000px,82vw) !important;
  max-width:100% !important;
  height:auto !important;
  margin:0 auto !important;
  display:block !important;
}
html body .roi-hero-art__brand .roi-hero-subtitle,
html body .roi-hero-art__brand .roi-hero-status,
html body .roi-hero-art__brand .button.big{
  margin-left:auto !important;
  margin-right:auto !important;
}
@media (max-width: 991px){
  html body .roi-hero-art__brand .hero-logo-title{
    width:94vw !important;
    margin:18px auto 22px !important;
  }
  html body .roi-hero-art__brand .hero-logo-title img{
    width:min(760px,92vw) !important;
  }
}
@media (max-width: 767px){
  html body .roi-hero-art__brand .hero-logo-title img{
    width:94vw !important;
  }
}
