.brand.logo-horizonte {
  display: block;
  width: min(310px, 72vw);
  height: 58px;
  background: url("logo-horizonte-vacacional.png") left center / contain no-repeat;
  font-size: 0;
}

.brand.logo-horizonte span {
  display: none;
}

@media (max-width: 520px) {
  .brand.logo-horizonte {
    height: 50px;
  }
}
