html {
  font-size: 19px;
}

body {
  background: #f5f1e8;
  font-family: "Roboto", sans-serif;
}

.main {
  max-width: 1400px;
  margin: 0 auto 4rem;
  background: white;
  overflow: hidden;
  border-radius: 1rem;
}

h1 {
  margin: 0;
}

.banner-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.banner-top .card {
  display: flex;
  flex-direction: column;
  position: relative;
}
.banner-top .card p {
  position: absolute;
  top: 42%;
  z-index: 10;
  text-align: center;
  width: 100%;
  color: white;
  font-size: 1.6rem;
}
.banner-top .card .btn-call {
  font-size: 1.5rem;
  text-align: center;
  color: white;
  padding: 0.7rem 0;
  cursor: pointer;
}
.banner-top .card .btn-call h2 {
  padding: 0;
  margin: 0;
}
.banner-top .card img {
  width: 100%;
}
.banner-top .card .call-investiment {
  background: #48513e;
}
.banner-top .card .call-investiment:hover {
  background: #7d876f;
}
.banner-top .card .call-home {
  background: #ae441c;
}
.banner-top .card .call-home:hover {
  background: #8c441c;
}
.banner-top .card fieldset {
  background: #f5f1e8;
  border: none;
  margin: 2rem 1rem 0;
}
.banner-top .card .box-call {
  background: #f5f1e8;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}
.banner-top .card .box-call form {
  display: none;
}
.banner-top .card legend {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.banner-top .card .form-group {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
  align-items: center;
}
.banner-top .card .form-group label {
  width: 6rem;
}
.banner-top .card .form-group input {
  padding: 0.5rem;
  width: 100%;
}
.banner-top .card .form-group button {
  background: #48513e;
  padding: 0.5rem 1rem;
  display: block;
  width: 100%;
  color: white;
  border: none;
  font-size: 1.3rem;
  text-align: left;
  border-radius: 0.2rem;
  text-transform: uppercase;
  cursor: pointer;
}
.banner-top .card .form-group button.btn-call-investiment {
  background: #48513e;
}

.hide {
  display: none;
}

.empreendimento {
  padding: 4rem;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-gap: 3rem;
}
.empreendimento .emp-content h1 {
  text-align: left;
  font-size: 2.5rem;
  line-height: 2.4rem;
  margin-bottom: 2rem;
}
.empreendimento .emp-content h2 {
  text-transform: uppercase;
}
.empreendimento .emp-content p {
  font-size: 1.3rem;
  line-height: 1.7rem;
}
.empreendimento img {
  width: 100%;
  border-radius: 1rem;
}

.localizacao {
  padding: 2rem;
  margin: 0 4rem 4rem;
  border-radius: 1rem;
  background: #f6efe9;
  display: grid;
  grid-gap: 4rem;
  grid-template-columns: repeat(2, 1fr);
}
.localizacao img {
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0 0 0.5rem #aaa;
}
.localizacao .location {
  padding-top: 2rem;
}
.localizacao p {
  color: #ae441c;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.localizacao h2 {
  font-size: 2.3rem;
  margin-top: 0.5rem;
}
.localizacao address {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.localizacao address span {
  font-size: 1.3rem;
  font-weight: lighter;
  font-style: normal;
}
.localizacao .call-location {
  background: #ae441c;
  text-decoration: none;
  color: white;
  border-radius: 0.5rem;
  display: inline-block;
  font-size: 1.3rem;
  padding: 1rem;
}
.localizacao .call-location:hover {
  background: #8c441c;
}

.content {
  padding: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
}
.content .content-text {
  font-size: 1.3rem;
  line-height: 2rem;
}
.content .content-text p {
  margin-bottom: 1rem;
  font-weight: 100;
}
.content .content-text .strong {
  font-weight: bold;
}
.content .content-image {
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.content .content-image a {
  background: #48513e;
  font-size: 1.5rem;
  text-align: center;
  color: white;
  padding: 1rem 0;
  text-decoration: none;
}

header {
  text-align: center;
}
header h2 {
  font-size: 1.5rem;
}

.max-width {
  width: 100%;
}

.diferenciais-itens {
  padding: 0 4rem 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}
.diferenciais-itens .item {
  background: #f5f1e8;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 0.5rem;
  padding: 2rem;
  min-height: 200px;
}
.diferenciais-itens .item p {
  font-weight: 100;
  color: #555;
  font-size: 1.6rem;
}
.diferenciais-itens .item img {
  width: 4rem;
}

.dif-itens-2 {
  grid-template-columns: repeat(4, 1fr);
}

.contact {
  background: url("/assets/images/bg-contact.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4rem;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-gap: 3rem;
}
.contact h2 {
  font-weight: normal;
  max-width: 70%;
}
.contact form {
  background-color: rgba(245, 241, 232, 0.85);
  padding: 2rem 1rem;
  border: none;
  border-radius: 1rem;
}
.contact fieldset {
  border: none;
}
.contact fieldset legend {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.contact .form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.contact .form-group input {
  padding: 0.5rem;
  border: 1px solid #f5f1e8;
  border-radius: 0.3rem;
  background: #fff;
}
.contact .form-group button {
  border: none;
  background: #7d876f;
  color: white;
  padding: 0.5rem;
  font-size: 1rem;
  border-radius: 0.5rem;
  text-transform: uppercase;
}

#success {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #a0aec0;
  top: 0;
  left: 0;
  bottom: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1000000000000000000;
}
#success div {
  background: white;
  padding: 2rem;
  border: 1px solid #dddddd;
  border-radius: 0.5rem;
}

#close {
  cursor: pointer;
  background: #48513e;
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
  border: none;
  font-size: 1.2rem;
  color: white;
}

@media (max-width: 1400px) {
  html {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 16px;
  }
  .banner-top .card p {
    font-size: 1.6rem;
  }
}
@media (max-width: 1000px) {
  html {
    font-size: 14px;
  }
  .banner-top .card p {
    font-size: 1.6rem;
  }
}
@media (max-width: 800px) {
  html {
    font-size: 10px;
  }
  .banner-top .card p {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 13px;
  }
  .banner-top, .empreendimento, .localizacao, .content, .contact {
    grid-template-columns: 1fr;
    padding: 1rem;
  }
  .localizacao {
    margin: 1rem 1rem;
    grid-gap: 0;
  }
  .diferenciais-itens {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 1rem 1rem;
  }
  .diferenciais-itens .item {
    min-height: 100px;
  }
  .diferenciais-itens .item p {
    font-size: 1.4rem;
  }
}

/*# sourceMappingURL=style.min.css.map */
