body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
  padding: 0;
}

section {
  background-image: url('./images/bg.webp');
  height: 100vh;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  display: flex;
}


@media (max-width: 800px) {
  section {
    padding: 10px;
  }
}

h1 {
  background: linear-gradient(89.08deg, #855F27 0%, #CB9F38 55%, #2B200F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 96px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 800px) {
  h1 {
    font-size: 30px;
    text-align: center;
    max-width: 100%;
  }
}

.manutencao__box {
  background: #fff;
  border-radius: 13px;
  padding: 50px 80px;
  z-index: 1;
  max-width: 90%;
  width: auto;
  margin: 0 auto;
}


@media (max-width: 800px) {
  .manutencao__box {
    padding: 40px 20px;
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
  }
}

p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: rgba(98, 98, 98, 1);
  max-width: auto;
}

@media (max-width: 800px) {
  p {
    font-size: 14px;
    line-height: 20px;
  }
}

hr {
  border: 1px solid rgba(215, 215, 215, 1);
  margin: 30px auto;
}

@media (max-width: 800px) {
  hr {
    margin: 10px auto;
  }
}

i {
  position: absolute;
  display: block;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 0;
  background: linear-gradient(0deg, #000000 -11.9%, rgba(0, 0, 0, 0) 67.31%);
}