body {
  color: #d8b25a;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.container {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 33px;
  padding-right: 33px;
  display: flex;
}

.body {
  font-family: Montserrat, sans-serif;
}

.button {
  color: #000;
  text-transform: uppercase;
  background-color: #d8b25a;
  font-weight: 700;
  line-height: 1.2;
}

.botoes {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -248px;
  margin-left: -50px;
  display: flex;
}

.body-2 {
  background-color: #000;
}

.link-block {
  width: 214px;
  position: fixed;
  inset: auto 20px 20px auto;
}

.link-block.hidden {
  display: none;
}

.botoes-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
}

.link-block-2 {
  background-color: #00bf13;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 9px;
  display: flex;
}

.link-block-2._2 {
  background-color: #e0a511;
}

@media screen and (max-width: 991px) {
  .button {
    padding: 1vw;
    font-size: 2vw;
  }

  .botoes {
    margin-top: -25.1vw;
    margin-left: -4vw;
  }

  .link-block {
    width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .button {
    font-size: 1.8vw;
  }

  .botoes {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
  }

  .link-block {
    width: 112px;
  }

  .link-block-2 {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}


