body {
  font-family: "Lora", serif;
  background-image: url("../img/forno-da-maria-coming-soon-desktop-carne-marinhoa-no-forno.jpg");
  color: #ffffff;
  background-size: cover;
  margin: 0;
  width: 100%;
  background-position: 0% 75%;
  background-size: 140%;
  background-repeat: no-repeat;
  overflow-x: hidden;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.18px;
  line-height: 19px;
  min-height: 100vh;
  background-color: #1D1207;
}
body::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
body:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  background-color: rgba(255, 255, 255, 0);
  z-index: 2;
}

h1 {
  color: #437060;
  font-size: 3.29rem;
  letter-spacing: 0;
  line-height: 2.8rem;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 0 0;
  text-align: left;
}
h1 span {
  font-size: 2.15rem;
  font-weight: 100;
}

h2 {
  font-size: 45px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 44px;
  text-align: left;
  margin: 20px 0 0 0;
}
h2 span {
  font-weight: 600;
}

h3 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 35px;
  text-align: left;
  margin: 0 auto 20px 0;
  max-width: 615px;
}

section {
  padding: 0 80px 0 80px;
  position: relative;
  display: flex;
  justify-content: start;
  justify-content: space-between;
  flex-direction: column;
  z-index: 6;
  height: 100vh;
}
section .logo {
  margin: 0 auto 0 0;
  max-width: 400px;
  margin: 3% 0 0px;
}

.benefits {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 auto 0 auto;
  justify-content: space-between;
}
.benefits div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  margin: 7px 0;
  text-align: left;
  width: 25%;
}
.benefits div > span {
  margin-right: 10px;
}
.benefits div img {
  max-width: 45px;
  margin: 0 20px 0 0;
}

footer {
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
  width: calc(100% + 160px);
  overflow: hidden;
  align-items: center;
  z-index: 5;
  margin: 0 -80px 0 -80px;
}
footer svg {
  margin-bottom: -115px;
  width: 100%;
  min-width: 1450px;
}
footer .bt-footer {
  background-color: #1D1207;
  width: 100%;
  text-align: center;
}
footer .bt-footer .words {
  padding: 27px 100px 3px;
  display: flex;
  flex-direction: row;
}
footer .bt-footer .words .col1 {
  width: 70%;
  text-align: left;
}
footer .bt-footer .words .col2 {
  width: 30%;
}
footer .bt-footer .social {
  display: flex;
  justify-content: flex-end;
  margin: 11px -7px 29px 30px;
}
footer .bt-footer .social span {
  display: block;
  margin: 0 23px 0 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 36px;
}
footer .bt-footer .social a {
  text-decoration: none;
  margin: 0 7px;
}
footer .bt-footer .social a img {
  width: 37px;
}

@media only screen and (max-width: 700px) {
  html {
    font-size: 24px;
  }
  body {
    background-image: url("../img/forno-da-maria-coming-soon-mobile-carne-marinhoa-no-forno.jpg"), linear-gradient(180deg, rgba(62, 41, 17, 0) 0%, #1D1207 100%);
    background-position: 0 0;
    background-size: 100% auto;
  }
  section {
    padding: 0 36px;
    width: calc(100% - 72px);
    justify-content: end;
  }
  section .logo {
    max-width: 58%;
    margin: 0;
    position: absolute;
    top: 36px;
  }
  section > div {
    margin-bottom: 36px;
  }
  h1 {
    font-size: 1.29rem;
    line-height: 1.1rem;
    text-align: center;
    margin: 8px auto 0 auto;
  }
  h1 span {
    font-size: 0.85rem;
  }
  h2 {
    text-align: center;
    font-size: 28px;
    line-height: 22px;
    margin-top: 20px;
  }
  h2 span {
    font-weight: 600;
    display: block;
  }
  h3 {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: center;
  }
  footer {
    margin: 0 -36px;
    width: calc(100% + 72px);
  }
  footer svg {
    display: none;
  }
  footer .bt-footer {
    background-color: rgba(255, 255, 255, 0);
  }
  footer .bt-footer .words {
    flex-direction: column;
    padding: 0 45px;
  }
  footer .bt-footer .words .col2 {
    width: 100%;
    margin-bottom: 5px;
  }
  footer .bt-footer .words .col1 {
    width: 100%;
    padding-left: 3%;
  }
  footer .bt-footer .words .col1 .benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  footer .bt-footer .words .col1 .benefits div {
    font-size: 13.5px;
    line-height: 15px;
    margin: 6px 0;
    flex-direction: row;
    width: 100%;
  }
  footer .bt-footer .words .col1 .benefits div img {
    width: 32px;
    margin-right: 16px;
  }
  footer .bt-footer .words .col1 .benefits div > span {
    display: block;
    margin-top: 0px;
  }
  footer .bt-footer .words .col1 .benefits div > span .break {
    display: block;
  }
  footer .bt-footer .social {
    margin: 40px 30px 20px 30px;
    justify-content: center;
  }
  footer .bt-footer .social a img {
    width: 25px;
  }
  footer .bt-footer .social span {
    display: none;
  }
}/*# sourceMappingURL=base.css.map */