#voltar {
    padding: 8px;
    background-color: #111;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    position: sticky;
    top: 0;
    left: 0;
}
.hero {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4.5vw;
  height: 100%;
  background-image: url("../images/hero_desktop.jpeg");
  text-align: center;
}
.hero__content {
  max-width: 420px;
}
.hero__content__branding {
  max-width: 280px;
  margin: 0 auto 38px;
}
.hero__content .title--small {
  margin-bottom: 34px;
}
.hero__content p {
  margin-bottom: 20px;
}
.hero__content p:last-child {
  margin-top: 20px;
}
.hero__content__combos {
  display: flex;
  justify-content: space-between;
}
.hero__content__combos__combo {
  width: calc(50% - 12px);
}
.hero__content__combos__combo img {
  max-height: 60px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Avenir", sans-serif;
}

a {
  color: #fff;
  text-decoration: underline;
}

@font-face {
  font-family: "Avenir";
  src: url("../../assets/fonts/Avenir-Regular.woff2");
  font-weight: bold;
}
body {
  background-color: #040714;
}

button {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 18px;
  color: #f9f9f9;
  background-color: #6421ff;
  text-transform: uppercase;
  border-radius: 4px;
  margin-top: 2vh;
  margin-bottom: 8px;
}

.text {
  font-size: 16px;
  line-height: 26px;
  color: silver;
}

.text--small {
  font-size: 12px;
  line-height: 22px;
  color: silver;
}

.link-text {
  font-size: 18px;
  line-height: 28px;
  color: silver;
  color: #f9f9f9;
  text-decoration: underline;
}

span {
  color: #fff;
}