.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

a {
  color: #324c25;
  font-weight: 700;
  text-decoration: none;
}

.wrap-nav {
  width: 90%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.top-nav {
  height: 63px;
  background-color: #fff;
}

.navbar {
  z-index: 10;
  background-color: #fff;
}

.image {
  height: 20vh;
}

.hero {
  z-index: 5;
  width: 100%;
  height: 100vh;
  max-height: 1080px;
  max-width: none;
  background-color: #324c25;
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
  position: relative;
}

.image-2 {
  width: 50%;
}

.wrap-content-hero {
  width: 50%;
  color: #fff;
  padding: 5%;
}

.heading-hero {
  margin-top: 0%;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 327%;
  font-weight: 400;
  line-height: 100%;
}

.body {
  color: #324c25;
  background-color: #ececec;
  font-family: Titillium Web, sans-serif;
  font-size: 120%;
  line-height: 200%;
}

.grig-info {
  justify-content: space-between;
  align-items: center;
  margin-top: 2.4em;
  margin-bottom: 2.4em;
  display: flex;
}

.grid-block-info {
  width: 33.33%;
}

.grid-icon {
  border-bottom: 1px solid rgba(144, 201, 106, .3);
  border-right: 1px solid rgba(144, 201, 106, .3);
  padding-top: 16px;
  padding-bottom: 16px;
}

.grid-icon.no-border {
  border-right-style: none;
}

.grid-content {
  border-bottom: 1px solid rgba(144, 201, 106, .3);
  border-right: 1px solid rgba(144, 201, 106, .3);
  padding-top: 26px;
  padding-bottom: 26px;
  font-family: Playfair Display, sans-serif;
}

.grid-content.no-border {
  border-right-style: none;
}

.grid-content.padding {
  padding-left: 13%;
}

.wrap-image-hero {
  width: 50%;
  height: 100%;
  background-image: url('../images/Jandira_atual.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 165px;
  padding: 6% 6% 6% 0%;
  display: flex;
}

.section-default {
  width: 100%;
  max-width: 1920px;
  padding: 5%;
  position: relative;
}

.section-default.h {
  justify-content: space-between;
  display: flex;
}

.section-default.h.bg-white {
  background-color: #fff;
  padding-bottom: 10%;
}

.section-default.h.siu {
  display: none;
}

.section-default.no-padding {
  padding: 0%;
}

.section-default.privacy-policy {
  background-color: #fff;
  padding-top: 7%;
}

.brand {
  position: absolute;
}

.icon-hero {
  width: 73px;
  height: 73px;
  background-color: #90c96a;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-hero.space {
  margin-left: 13%;
}

.text-span {
  color: #90c96a;
  font-size: 140%;
  text-decoration: underline;
}

.text-span-2 {
  font-size: 140%;
  text-decoration: underline;
}

.nav-link {
  font-size: 1.2em;
  font-weight: 400;
  transition: all .2s;
}

.nav-link:hover {
  color: #fff;
  background-color: #324c25;
}

.call-to-action-top {
  z-index: 10;
  width: 90%;
  max-width: 1920px;
  color: #fff;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
  font-family: Playfair Display, sans-serif;
  font-size: 1.3em;
  position: relative;
}

.form-block {
  width: 100%;
  color: #324c25;
  background-color: #d5e4cc;
  border-top-left-radius: 36px;
  border-bottom-right-radius: 36px;
  padding: 25px 50px 39px;
  font-family: Titillium Web, sans-serif;
  position: relative;
}

.form {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.wrap-input {
  max-width: 20%;
  border: 1px solid #324c25;
  border-radius: 7px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .5em 1em;
  display: flex;
}

.icon-form {
  width: 22px;
  height: 22px;
}

.text-field {
  letter-spacing: 2px;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-color: #000;
  margin-bottom: 0;
}

.text-field::-ms-input-placeholder {
  color: #161b2f;
}

.text-field::placeholder {
  color: #161b2f;
}

.select-field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
}

.submit-button {
  max-width: 20%;
  color: #90c96a;
  background-color: #324c25;
  border-radius: 100px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  transition: all .2s;
}

.submit-button:hover {
  color: #324c25;
  background-color: #90c96a;
}

.column {
  position: relative;
}

.column._60 {
  max-width: 875px;
}

.column._40 {
  width: 40%;
}

.column._40.squeeze {
  padding-top: 25px;
  padding-left: 5%;
  padding-right: 5%;
}

.column._40.v {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.column._50 {
  width: 50%;
}

.column._30 {
  width: 30%;
}

.column._30.text-black {
  color: #000;
}

.column._30.text-black.center {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.column._30.center {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.column._33 {
  width: 33.33%;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.column._33.center {
  text-align: center;
  align-items: center;
}

.image-3 {
  object-fit: cover;
}

.heading {
  font-family: Playfair Display, sans-serif;
  font-size: 400%;
  font-weight: 400;
  line-height: 100%;
  position: absolute;
  top: auto;
  bottom: 231px;
  left: auto;
  right: 10%;
}

.featured-text {
  font-family: Playfair Display, sans-serif;
  font-size: 150%;
  font-weight: 400;
  line-height: 150%;
}

.divider {
  width: 76px;
  height: 8px;
  background-color: #90c96a;
  margin-top: 30px;
  margin-bottom: 30px;
}

.text-block {
  font-size: 120%;
}

.card {
  width: 28%;
  background-color: #d5e4cc;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  padding: 46px 30px;
  font-weight: 600;
}

.divider-card {
  width: 63px;
  height: 8px;
  background-color: #90c96a;
  border-radius: 100px;
  margin-top: 28px;
  margin-bottom: 28px;
}

.heading-card {
  font-family: Playfair Display, sans-serif;
  font-weight: 400;
}

.wrap-perspective {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 10%;
  padding-bottom: 10%;
  padding-left: 8%;
  display: none;
  position: relative;
}

.bg-perspective {
  z-index: 0;
  width: 96%;
  height: 100%;
  background-color: #d5e4cc;
  border-top-left-radius: 220px;
  border-bottom-right-radius: 220px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.perspective-info {
  z-index: 1;
  width: 40%;
  font-family: Playfair Display, sans-serif;
  position: relative;
}

.perspective-info.stauts-info {
  width: 40%;
}

.text-block-2 {
  font-size: 400%;
  line-height: 120%;
}

.perspective-slider {
  z-index: 1;
  width: 60%;
  height: 650px;
  position: relative;
}

.slider {
  width: 60%;
  height: 450px;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  font-size: 100%;
}

.left-arrow {
  width: 86px;
  height: 86px;
  left: -43px;
}

.right-arrow {
  width: 86px;
  height: 86px;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -42px;
}

.div-block {
  width: 100%;
  background-color: #fff;
  border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
  padding: 6%;
}

.div-block.status-obra {
  padding: 10% 0% 10% 8%;
  display: none;
}

.div-block-2 {
  background-color: #324c25;
  border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 208px;
  padding: 5%;
  display: flex;
}

.div-block-3 {
  background-color: #d5e4cc;
  border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
  justify-content: space-between;
  align-items: center;
  margin-top: -236px;
  padding: 5% 5% 190px;
  display: flex;
}

.big-head {
  font-family: Playfair Display, sans-serif;
  font-size: 400%;
  font-weight: 400;
  line-height: 100%;
}

.big-head.white {
  color: #fff;
  margin-bottom: .5em;
  font-family: Playfair Display, sans-serif;
  font-size: 400%;
  line-height: 100%;
}

.divider-2 {
  width: 100%;
  height: 1px;
  background-color: #324c25;
  margin-top: 28px;
  margin-bottom: 28px;
}

.div-block-4 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.html-embed {
  width: 90%;
  margin-top: -150px;
}

.link-block {
  background-color: #90c96a;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  margin-top: -42px;
  padding: 10px 43px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.link-block:hover {
  background-color: #b3e98e;
}

.image-4 {
  margin-right: 16px;
}

.text-block-3 {
  margin-right: 15px;
}

.link-block-2 {
  width: 100%;
  height: 600px;
  color: #fff;
  background-image: url('../images/360.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: .5em;
  font-size: 300%;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.link-block-2:hover {
  background-position: 50% 65%;
}

.div-block-5 {
  width: 100%;
  color: #fff;
  padding-top: 3.8em;
}

.text-block-4 {
  line-height: 120%;
}

.image-5 {
  white-space: normal;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: padding-box;
}

.slide {
  background-image: url('../images/Imagem1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide.slide-status {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.heading-2 {
  color: #373737;
  font-family: Playfair Display, sans-serif;
  font-size: 400%;
  font-weight: 400;
  line-height: 120%;
}

.text-span-3 {
  color: #f0c117;
  text-decoration: underline;
}

.notice {
  margin-top: 30px;
  padding-bottom: 1.9em;
  font-size: 90%;
  line-height: 150%;
}

.call-to-action-bottom {
  z-index: 10;
  width: 90%;
  max-width: 1920px;
  color: #fff;
  margin-top: -95px;
  margin-left: auto;
  margin-right: auto;
  font-family: Playfair Display, sans-serif;
  font-size: 1.3em;
  position: relative;
}

.footer {
  width: 100%;
  max-width: 1920px;
  color: #fff;
  background-color: #324c25;
  margin-top: -231px;
  margin-left: auto;
  margin-right: auto;
  padding: 20% 5% 5%;
}

.wrap-footer {
  align-items: flex-start;
  display: flex;
}

.small-divider {
  width: 30%;
  height: 1px;
  background-color: #fff;
  margin-top: 12px;
}

.heading-footer {
  font-family: Playfair Display, sans-serif;
  font-size: 200%;
  font-weight: 400;
  line-height: 120%;
}

.footer-content-box {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.footer-content-box.v {
  flex-direction: column;
}

.footer-content-box.distributed {
  justify-content: space-between;
}

.text-span-4 {
  color: #90c96a;
}

.bt-waze {
  background-color: #90c96a;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  margin-left: 60px;
  padding: 10px 43px;
  transition: all .2s;
  display: flex;
}

.bt-waze:hover {
  background-color: #b3e98e;
}

.text-block-5 {
  margin-left: 10px;
}

.wrap-link {
  color: #fff;
  align-items: center;
  font-size: 100%;
  font-weight: 400;
  display: flex;
}

.link {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
  transition: all .2s;
}

.link:hover {
  color: #90c96a;
}

.link-block-3 {
  margin-left: 18px;
  margin-right: 18px;
}

.sub-footer {
  color: #fff;
  background-color: #324c25;
  border-top: 1px solid rgba(213, 228, 204, .15);
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 60%;
  line-height: 100%;
  display: flex;
}

.cta-fixo {
  z-index: 9999;
  width: 90%;
  max-width: 1920px;
  background-color: #324c25;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 1% 3%;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-6 {
  clear: none;
}

.text-block-6 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.big-head-2 {
  font-family: Playfair Display, sans-serif;
  font-size: 400%;
  font-weight: 400;
  line-height: 100%;
}

.big-head-2.white {
  color: #fff;
  margin-top: 2em;
  margin-bottom: .5em;
  font-family: Playfair Display, sans-serif;
  font-size: 450%;
  line-height: 100%;
}

.image-8 {
  width: 50px;
  margin-right: 6px;
}

.image-9 {
  width: 100%;
}

.slide-2 {
  background-image: url('../images/Imagem2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2.slide-status {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.slide-3 {
  background-image: url('../images/Imagem3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-4 {
  background-image: url('../images/Imagem4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-5 {
  background-image: url('../images/Imagem5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-6 {
  background-image: url('../images/Imagem6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-7 {
  background-image: url('../images/Imagem7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-8 {
  background-image: url('../images/Imagem8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-9 {
  background-image: url('../images/Imagem10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.h1-privacy-policy {
  color: #90c96a;
  font-size: 32px;
  line-height: 36px;
}

.h2-privacy-policy {
  font-size: 26px;
  line-height: 32px;
}

.h2-privacy-policy.space {
  margin-top: 60px;
}

.h2-privacy-policy.big {
  font-size: 32px;
  line-height: 36px;
}

.paragraph-privacy-policy {
  margin-top: 20px;
  font-size: 100%;
  line-height: 160%;
}

.paragraph-privacy-policy.indentado {
  padding-left: 20px;
}

.paragraph-privacy-policy.indentado._2 {
  padding-left: 40px;
}

.paragraph-privacy-policy.right {
  text-align: right;
}

.underline {
  text-decoration: underline;
}

.terms-notice {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.wrap-fields {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrap-fields.checkboxs {
  justify-content: flex-start;
  margin-top: 12px;
  margin-bottom: 12px;
}

.text-lgpd {
  font-size: 14px;
  line-height: 18px;
}

.checkbox-field {
  margin-right: 32px;
  font-size: 14px;
  line-height: 20px;
}

.divider-form {
  width: 100%;
  height: 1px;
  background-color: #324c25;
  margin-bottom: 12px;
}

.image-10 {
  position: absolute;
  top: 9%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.slide-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-6 {
  justify-content: space-between;
  display: flex;
}

.button {
  background-color: #90c96a;
}

.button-2 {
  color: #324c25;
  background-color: #90c96a;
  border-radius: 11px;
  margin-top: 1.3em;
}

.button-3 {
  background-color: #90c96a;
  border-radius: 10px;
}

.button-4 {
  background-color: #f0c117;
  border-radius: 10px;
  margin-left: 1em;
}

.paragraph-5 {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: rgba(107, 139, 61, .86);
  background-clip: padding-box;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 6px;
  padding: .5em 1em .7em 1.1em;
  font-size: 50%;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-11 {
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.image-12 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.image-13 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.image-14 {
  margin-top: 0;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.link-2 {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .hero {
    height: auto;
    max-height: none;
    min-height: 160vh;
    flex-direction: column;
  }

  .wrap-content-hero {
    width: 90%;
  }

  .grig-info {
    flex-direction: column;
  }

  .grid-block-info {
    width: 100%;
    align-items: flex-start;
    display: flex;
  }

  .grid-icon {
    min-height: 120px;
    padding-right: 40px;
  }

  .grid-icon.no-border {
    border-right-style: solid;
  }

  .grid-content {
    width: 100%;
    max-height: 120px;
    border-right-style: none;
    padding-left: 5%;
  }

  .grid-content.padding {
    padding-left: 5%;
  }

  .wrap-image-hero {
    width: 100%;
    min-height: 500px;
  }

  .section-default.h {
    flex-direction: column;
  }

  .section-default.no-padding {
    background-color: #fff;
  }

  .section-default.privacy-policy {
    padding-top: 13%;
  }

  .icon-hero {
    margin-left: 13%;
  }

  .call-to-action-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -225px;
    display: flex;
    top: 158px;
  }

  .form {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .wrap-input {
    max-width: 100%;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .submit-button {
    max-width: 100%;
    min-height: 56px;
    margin-top: 12px;
  }

  .column._60 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .column._40.squeeze, .column._40.v {
    width: 100%;
  }

  .column._50 {
    width: 90%;
  }

  .column._30.text-black.center, .column._30.center {
    width: 100%;
  }

  .column._33 {
    width: 100%;
    margin-bottom: 31px;
  }

  .image-3 {
    margin-top: 7.7em;
  }

  .heading {
    font-size: 400%;
    bottom: 123px;
  }

  .card {
    width: 100%;
    margin-bottom: 38px;
  }

  .wrap-perspective {
    flex-direction: column;
    padding-top: 22%;
    padding-bottom: 6%;
    padding-right: 8%;
  }

  .bg-perspective {
    height: 54%;
  }

  .perspective-info {
    width: 100%;
  }

  .text-block-2 {
    font-size: 250%;
  }

  .slider {
    width: 100%;
    height: 450px;
    margin-top: 30px;
  }

  .div-block-3 {
    flex-direction: column;
  }

  .big-head {
    font-size: 250%;
  }

  .call-to-action-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -344px;
    display: none;
    top: 158px;
  }

  .footer {
    margin-top: 0;
    padding-top: 5%;
  }

  .wrap-footer {
    flex-direction: column;
  }

  .sub-footer {
    flex-direction: column;
    justify-content: center;
  }

  .cta-fixo {
    font-size: 74%;
  }

  .image-6 {
    width: 70%;
  }

  .text-block-6, .text-block-7, .image-7 {
    align-self: center;
  }

  .big-head-2 {
    font-size: 250%;
  }

  .image-8 {
    width: 35px;
  }

  .nav-menu, .menu-button.w--open {
    background-color: #90c96a;
  }

  .h1-privacy-policy {
    font-size: 28px;
    line-height: 34px;
  }

  .h2-privacy-policy {
    font-size: 24px;
    line-height: 30px;
  }

  .h2-privacy-policy.big.space {
    font-size: 28px;
    line-height: 34px;
  }

  .paragraph-privacy-policy {
    font-size: 90%;
    line-height: 150%;
  }

  .terms-notice {
    align-self: center;
  }

  .wrap-fields {
    flex-direction: column;
    align-items: stretch;
  }

  .image-10 {
    width: 20%;
    bottom: 75%;
    right: 40%;
  }
}

@media screen and (max-width: 767px) {
  .form-block {
    margin-bottom: 159px;
  }

  .heading {
    font-size: 300%;
    bottom: 77px;
    right: 7%;
  }

  .big-head.white {
    margin-top: .9em;
    font-size: 250%;
  }

  .div-block-5 {
    padding-top: 1.1em;
  }

  .heading-2 {
    font-size: 250%;
  }

  .cta-fixo {
    width: 100%;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 3% 10%;
    font-size: 60%;
    line-height: 100%;
  }

  .big-head-2 {
    margin-top: 60px;
  }

  .text-block-8 {
    display: none;
  }

  .nav-menu {
    margin-top: 106px;
  }

  .h1-privacy-policy {
    font-size: 24px;
    line-height: 28px;
  }

  .h2-privacy-policy {
    font-size: 20px;
    line-height: 24px;
  }

  .h2-privacy-policy.big.space {
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph-privacy-policy {
    font-size: 80%;
  }

  .image-10 {
    width: 30%;
    bottom: 75%;
    right: 35%;
  }
}

@media screen and (max-width: 479px) {
  .image {
    height: auto;
  }

  .hero {
    min-height: auto;
  }

  .wrap-content-hero {
    height: 550px;
  }

  .heading-hero {
    font-size: 3ch;
  }

  .body {
    font-size: 100%;
    line-height: 150%;
  }

  .grid-icon {
    height: 100px;
    min-height: auto;
  }

  .grid-content {
    height: 100px;
  }

  .wrap-image-hero {
    min-height: 400px;
  }

  .brand {
    max-width: 130px;
  }

  .icon-hero {
    width: 60px;
    height: 60px;
  }

  .call-to-action-top {
    width: 90%;
    margin-top: -110px;
    font-size: 14px;
    line-height: 18px;
    top: 0;
  }

  .form-block {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .submit-button {
    margin-top: 10px;
    font-size: 14px;
  }

  .column._50 {
    width: 100%;
  }

  .heading {
    font-size: 300%;
    position: relative;
    bottom: auto;
    right: -7%;
  }

  .bg-perspective {
    width: 100%;
    height: 100%;
  }

  .perspective-info.stauts-info {
    width: 90%;
  }

  .text-block-2 {
    font-size: 200%;
  }

  .slider {
    height: 200px;
  }

  .left-arrow {
    width: 40px;
    height: 40px;
    left: -20px;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
    right: -20px;
  }

  .div-block {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
  }

  .div-block.status-obra {
    flex-direction: column;
  }

  .div-block-2 {
    border-top-left-radius: 100px;
    margin-top: 252px;
  }

  .div-block-3 {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
  }

  .big-head {
    margin-top: 1.2em;
    font-size: 200%;
  }

  .big-head.white {
    margin-top: .8em;
    font-size: 250%;
  }

  .heading-2 {
    margin-bottom: 33px;
  }

  .notice {
    margin-bottom: 18px;
  }

  .call-to-action-bottom {
    width: 90%;
    margin-top: -366px;
    font-size: 14px;
    line-height: 18px;
  }

  .cta-fixo {
    font-size: 70%;
  }

  .big-head-2 {
    margin-top: 43px;
    font-size: 200%;
  }

  .nav-menu {
    margin-top: 30px;
  }

  .image-10 {
    width: 140px;
    height: 140px;
    top: 5%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .paragraph-5 {
    font-size: .8rem;
    line-height: 1rem;
  }
}


