:root {
  --cor-primaria: #286779;
  --branco: #fff;
  --branco-50: rgba(255, 255, 255, .5);
  --cor-secundaria: #c75131;
  --preto: #1e1e1e;
  --branco-hover: rgba(255, 255, 255, .3);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar {
  background-color: var(--cor-primaria);
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  color: var(--branco);
  background-color: rgba(255, 255, 255, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--branco-50);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: all .35s;
}

.nav-link:hover {
  color: var(--branco);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  color: var(--branco);
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  padding-left: 40px;
}

.btn {
  border: 2px solid var(--cor-secundaria);
  background-color: var(--cor-secundaria);
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 12px 25px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.btn:hover {
  border: 2px solid var(--cor-primaria);
  background-color: var(--branco);
  color: var(--cor-primaria);
}

.btn:active {
  background-color: #43464d;
}

.body {
  letter-spacing: 1.5px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.image {
  width: 175px;
}

.slider {
  height: 600px;
}

.slide {
  background-color: #000;
  background-image: url('../images/FACHADA-FRONTAL-ALTA.jpg');
  background-position: 50% 84%;
  background-size: cover;
}

.slide.piscina {
  background-image: url('../images/Paulo-Mendes-23---Piscina--02C.jpg');
}

.slide.noturna {
  background-image: url('../images/NOTURNA.jpg');
  background-position: 50% 69%;
}

.valores {
  border-bottom: 1px solid var(--cor-secundaria);
  background-color: var(--cor-primaria);
  padding-top: 40px;
  padding-bottom: 40px;
}

.cx-valores {
  width: 100%;
  height: 100%;
  background-color: var(--branco);
  color: var(--cor-primaria);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.cx-dinheiro {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 15px;
  display: flex;
}

.txt-valor {
  margin-left: 5px;
  font-size: 43px;
  font-weight: 600;
  line-height: 35px;
}

.txt-apartir {
  text-align: left;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 16px;
}

.txt-apartir._5pdleft {
  margin-left: 0;
}

.h1 {
  text-transform: uppercase;
  border-top: 1px #000;
  border-left: 1px #000;
  border-right: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 40px;
  display: inline;
}

.h1.mg40 {
  margin-bottom: 40px;
  display: block;
}

.h1.azul {
  color: var(--cor-primaria);
  margin-bottom: 20px;
  display: block;
}

.h1.laranja {
  color: var(--cor-secundaria);
  margin-bottom: 20px;
  font-size: 33px;
  display: block;
}

.cell-valores {
  align-items: center;
}

.mapa {
  background-color: var(--cor-primaria);
  color: var(--branco);
  text-align: center;
  padding-top: 80px;
  padding-bottom: 100px;
}

.img-mapa {
  margin-top: 40px;
}

.mapa-icone {
  margin-right: 10px;
  font-family: "Font Awesome 6 Free Solid 900", sans-serif;
  font-size: 30px;
  line-height: 30px;
  display: inline-block;
}

.mapa-mini-txt {
  text-align: left;
  letter-spacing: .5px;
  font-size: 10px;
  line-height: 13px;
}

.mapa-mini-txt.no-w {
  white-space: nowrap;
}

.mapa-mini-txt.lazer {
  text-align: center;
}

.cell-mapa {
  width: 100%;
  height: 100%;
  border-radius: 0 18px 18px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.quick-stack {
  width: 100%;
  height: 70px;
  background-color: rgba(199, 81, 49, .8);
  margin-top: -70px;
  padding: 0;
  position: relative;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.cx-desc-empreendimento {
  width: 250px;
  margin-left: 60px;
  margin-right: 60px;
}

.p {
  letter-spacing: .5px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 20px;
}

.h2 {
  text-transform: uppercase;
  border-top: 1px #000;
  border-left: 1px #000;
  border-right: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 31px;
  display: inline;
}

.h2.investidor {
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  line-height: 18px;
  display: block;
}

.h2.laranja {
  color: var(--cor-secundaria);
}

.h2.border {
  border-left: 5px solid var(--cor-secundaria);
  padding-left: 10px;
  line-height: 25px;
}

.cell-2 {
  color: var(--cor-secundaria);
  justify-content: center;
  align-items: flex-end;
  padding-top: 80px;
  padding-bottom: 100px;
}

.bold-text {
  color: var(--cor-primaria);
}

.bg-empreendimento {
  width: 383px;
  margin-left: -500px;
  position: absolute;
}

.quantidade {
  background-color: var(--cor-primaria);
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.quick-stack-3 {
  padding-left: 0;
  padding-right: 0;
}

.txt-quantidade {
  text-align: left;
  font-size: 16px;
  line-height: 21px;
}

.txt-quantidade._5pdleft {
  margin-left: 5px;
}

.cx-quantidade {
  width: 100%;
  color: var(--branco);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 0 40px;
  display: flex;
}

.carrossel-imagens {
  background-color: var(--cor-secundaria);
  text-align: center;
  padding-top: 80px;
  padding-bottom: 100px;
}

.slider-imagens {
  width: 100%;
  height: 600px;
  margin-top: 40px;
}

.imagens {
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: var(--cor-secundaria);
  object-fit: cover;
  position: relative;
}

.quick-stack-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.cx-unidades {
  background-color: var(--cor-primaria);
  color: var(--branco);
  padding: 40px;
}

.container {
  color: var(--branco);
}

.plantas {
  background-color: var(--cor-primaria);
  text-align: center;
  padding-top: 80px;
  padding-bottom: 100px;
}

.slider-2 {
  height: 350px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.quick-stack-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.img-planta {
  width: auto;
  height: 330px;
  object-fit: contain;
}

.cell-3 {
  background-color: var(--branco);
  color: var(--preto);
  justify-content: center;
  padding: 20px 40px;
}

.cell-4 {
  border: 9px solid var(--branco);
  background-color: var(--branco);
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.right-arrow {
  width: 50px;
  height: 100px;
  background-color: var(--cor-secundaria);
  right: -20px;
}

.right-arrow.azul {
  background-color: var(--cor-primaria);
}

.left-arrow {
  width: 50px;
  height: 100px;
  background-color: var(--cor-secundaria);
  left: -20px;
}

.left-arrow.azul {
  background-color: var(--cor-primaria);
}

.icon, .icon-2 {
  font-size: 25px;
}

.slide-nav {
  margin-bottom: -40px;
}

.chamada {
  background-color: var(--branco);
  color: var(--cor-primaria);
  padding-top: 80px;
  padding-bottom: 100px;
}

.quick-stack-6 {
  padding: 0;
}

.selo {
  height: 265px;
  background-color: var(--cor-secundaria);
}

.cell-5 {
  align-items: flex-end;
}

.cell-icone {
  width: 100%;
  height: 100%;
  color: var(--cor-primaria);
  text-align: center;
  border-radius: 0 18px 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-weight: 500;
  display: flex;
}

.cell-icone.branco {
  color: var(--branco);
}

.icone-estrutura {
  width: 80px;
  height: 44px;
  object-fit: contain;
  margin-bottom: 10px;
}

.icone-estrutura.branco {
  width: 50px;
  height: 30px;
  filter: brightness(200%) brightness(200%) brightness(200%);
}

.quick-stack-7 {
  margin-top: 40px;
  padding: 0;
}

.carrossel-lazer {
  background-color: var(--cor-primaria);
  text-align: center;
  padding-top: 80px;
  padding-bottom: 140px;
}

.quick-stack-8 {
  z-index: 2147483647;
  height: 100px;
  background-color: rgba(199, 81, 49, .8);
  margin-top: -100px;
  padding: 0 20px;
  position: relative;
}

.book {
  color: var(--cor-primaria);
  text-align: center;
  padding-top: 80px;
  padding-bottom: 100px;
}

.container-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.video {
  background-color: var(--cor-secundaria);
  padding-top: 80px;
  padding-bottom: 100px;
}

.contato {
  padding-top: 80px;
  padding-bottom: 100px;
}

.divisao {
  width: 100px;
  height: 5px;
  background-color: var(--cor-secundaria);
  margin-top: 20px;
  margin-bottom: 40px;
}

.ctt-form {
  height: 60px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--cor-secundaria);
  color: #00253f;
  background-color: #fff;
  margin-bottom: 20px;
  padding-left: 0;
}

.ctt-form::-ms-input-placeholder {
  color: rgba(0, 37, 63, .8);
}

.ctt-form::placeholder {
  color: rgba(0, 37, 63, .8);
}

.h1-2 {
  color: var(--cor-primaria);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 300;
  line-height: 41px;
  position: static;
  transform: rotate(0);
}

.h1-2.noespace {
  margin-top: 0;
}

.h2-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  position: static;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  padding: 15px 25px;
  font-size: 14px;
  line-height: 14px;
  transition: all .2s;
}

.button-primary:hover {
  color: #00253f;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.azul {
  height: 60px;
  color: #fff;
  text-transform: uppercase;
  background-color: #00a4c4;
  border-color: #00a4c4;
}

.button-primary.azul:hover {
  color: #fff;
  background-color: #00a4c4;
  border-color: #00a4c4;
  padding-left: 30px;
  padding-right: 30px;
}

.form-block {
  width: 100%;
}

.rodape {
  color: var(--branco);
  background-color: #286779;
  padding-top: 30px;
  padding-bottom: 30px;
}

.link-2 {
  color: var(--cor-secundaria);
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  transition: all .2s;
}

.link-2:hover {
  color: #fff;
}

.quick-stack-29 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.paragraph {
  letter-spacing: 1.5px;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
}

.paragraph.mini {
  text-align: justify;
  letter-spacing: 0;
  font-size: 10px;
  line-height: 16px;
}

.cell-17 {
  align-items: center;
}

.icon-social {
  font-family: "Font Awesome 6 Brands 400", sans-serif;
  text-decoration: none;
}

.logos {
  max-width: 100%;
}

.logos.fl {
  max-width: 90%;
}

.box-redes {
  width: 100%;
  justify-content: space-around;
  margin-top: 15px;
  display: flex;
}

.cell-16 {
  align-items: center;
}

.text-block-6 {
  color: var(--cor-secundaria);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 10px;
  font-weight: 700;
}

.form {
  flex-direction: column;
  display: flex;
}

.fl-contatos {
  z-index: 999999;
  width: 300px;
  height: 300px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 8%;
  overflow: hidden;
}

.link-icons {
  text-decoration: none;
}

.ctt-box {
  width: 300px;
  height: 60px;
  min-width: 300px;
  object-fit: none;
  flex-direction: row;
  margin-bottom: 10px;
  margin-left: 225px;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.ctt-box:hover {
  margin-left: 0;
}

.icon-3 {
  width: 80px;
  height: 60px;
  background-color: var(--cor-secundaria);
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-ctt {
  font-family: "Font Awesome 6 Brands 400", sans-serif;
  font-size: 25px;
}

.icon-ctt.solid {
  font-family: "Font Awesome 6 Free 400", sans-serif;
}

.txt {
  width: 250px;
  height: 60px;
  color: #00a4c4;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-block-5 {
  color: var(--cor-primaria);
  font-size: 12px;
  font-weight: 500;
}

.ct-valores {
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.traco {
  width: 100px;
  height: 5px;
  background-color: var(--cor-secundaria);
  position: absolute;
}

.quadrado {
  width: 40px;
  height: 40px;
  border: 5px solid var(--cor-secundaria);
  margin-top: -28px;
  margin-left: -287px;
  margin-right: auto;
  position: absolute;
}

.quick-stack-30 {
  margin-bottom: 20px;
}

.conceito {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

._50 {
  width: 50%;
  background-color: var(--branco);
  padding-top: 80px;
  padding-bottom: 100px;
}

._50.bg-conceito {
  background-image: url('../images/conceito3.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 90%;
}

.cell-fachada {
  color: var(--cor-secundaria);
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.image-2 {
  width: 450px;
  height: 100%;
  object-fit: cover;
}

.slide-nav-2 {
  margin-bottom: -40px;
}

.tag {
  z-index: 2147483647;
  width: 250px;
  height: 60px;
  border-left: 8px solid var(--cor-primaria);
  text-transform: uppercase;
  background-color: rgba(199, 81, 49, .8);
  align-items: center;
  margin-top: -100px;
  margin-left: 30px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.container-3 {
  color: var(--branco);
}

.paragrafo {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  line-height: 21px;
}

.paragrafo.preto {
  color: #fff;
  text-align: justify;
  font-size: 10px;
  line-height: 15px;
}

.cx-texto-rodape {
  margin-top: 40px;
}

.logo-bot {
  height: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

.caixa-rodape {
  justify-content: space-around;
  display: flex;
}

.rodape-logo {
  flex-direction: column;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.text-bot {
  color: var(--branco);
  margin-bottom: 10px;
  font-size: 9px;
}

.caixa-logo-gafisa {
  display: flex;
}

.rodape-2 {
  background-color: var(--cor-primaria);
  padding-top: 60px;
  padding-bottom: 60px;
}

.cell-18 {
  text-align: left;
}

.slide-nav-3 {
  margin-bottom: -40px;
}

.pd {
  font-size: 16px;
  line-height: 16px;
}

.container-5 {
  max-width: 600px;
  color: var(--cor-secundaria);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.image-17 {
  margin-top: 140px;
  margin-bottom: 40px;
}

.image-18 {
  filter: none;
  margin-bottom: 40px;
}

.paragraph-obrigado {
  color: var(--cor-primaria);
  margin-top: 20px;
  font-size: 22px;
  font-weight: 300;
  line-height: 35px;
}

.image-19 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.obrigado {
  color: var(--cor-primaria);
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .paragrafo {
    margin-top: 20px;
    line-height: 19px;
  }

  .paragrafo.preto {
    text-align: justify;
  }

  .rodape-2 {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .paragrafo.preto {
    text-align: justify;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    background-color: var(--cor-primaria);
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
    padding-left: 0;
  }

  .menu-button.w--open {
    background-color: var(--cor-secundaria);
  }

  .valores {
    padding-left: 30px;
    padding-right: 30px;
  }

  .h1 {
    font-size: 26px;
  }

  .h1.mg40 {
    font-size: 20px;
    line-height: 20px;
  }

  .mapa {
    padding-left: 30px;
    padding-right: 30px;
  }

  .img-mapa {
    height: 250px;
    object-fit: cover;
  }

  .cx-desc-empreendimento {
    margin-left: 0;
    margin-right: 0;
  }

  .cell-2 {
    align-items: center;
  }

  .quantidade {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cx-quantidade {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carrossel-imagens {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slider-imagens {
    height: 400px;
  }

  .plantas {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slider-2 {
    height: auto;
  }

  .right-arrow {
    width: 30px;
    height: 50px;
    right: 0;
  }

  .left-arrow {
    width: 30px;
    height: 50px;
    left: 0;
  }

  .chamada {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cell-5 {
    align-items: center;
  }

  .cell-icone.branco {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .quick-stack-8 {
    height: auto;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .book, .video, .contato {
    padding-left: 30px;
    padding-right: 30px;
  }

  .quick-stack-28 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
  }

  .ctt-form {
    min-width: 300px;
  }

  .button-primary.azul {
    margin-top: 20px;
  }

  .cell-13, .cell-14 {
    align-items: stretch;
  }

  .logos {
    max-width: 80%;
  }

  .logos.fl {
    max-width: 50%;
  }

  .fl-contatos {
    display: none;
  }

  .conceito {
    flex-direction: column;
  }

  ._50 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  ._50.bg-conceito {
    width: 100%;
    height: 510px;
  }

  .paragrafo.preto {
    text-align: justify;
  }

  .caixa-rodape {
    display: block;
  }

  .rodape-logo {
    margin-bottom: 20px;
  }

  .caixa-logo-gafisa {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .rodape-2 {
    padding: 60px 30px;
  }

  .cell-18 {
    text-align: center;
    align-items: center;
  }

  .image-3 {
    width: 480px;
  }

  .quickstartt {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .mask {
    background-color: var(--branco);
  }

  .cell-19 {
    align-items: center;
  }

  .icon-4, .icon-5 {
    font-size: 20px;
  }

  .container-5 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

#w-node-_9e9f87fa-f32c-3a9e-9735-8f632b8fb998-022e36c5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2a5988c5-7093-ae28-8c7a-c189440d5cdb-022e36c5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: none;
}

#w-node-_53ccfbfb-aaaf-bd34-f458-aab7185f0ff3-022e36c5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1dddc573-9a43-2ca4-a283-fd80428fe6bf-022e36c5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_57fbc0dd-06bf-b01d-0a30-e7db442ad8b9-022e36c5, #w-node-a84b95f6-3f17-4a18-475f-cec62cecd64f-022e36c5, #w-node-cfb6bedc-9f3b-0ed9-567e-504db7ff7a67-022e36c5, #w-node-_1373497a-057a-7805-b260-5fcdd709f266-022e36c5, #w-node-e77bdb98-25a9-3520-9938-e00b61c33d7e-022e36c5, #w-node-_72eead4f-c102-aa6f-f721-2f46852eb640-022e36c5, #w-node-dfd35bb8-dd39-e733-f1f1-89e8f0bab9ed-022e36c5, #w-node-_3b67f8ca-b901-ebfc-94cd-f026725fcd72-022e36c5, #w-node-a3add341-6133-c848-f3d6-b1ef6f764eaa-022e36c5, #w-node-f39ef873-eb86-b35b-5362-87c76ac0ed3d-022e36c5, #w-node-b11f766b-38e0-f6a5-dd0b-b496aed9912f-022e36c5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_1f24b956-9c16-03fb-1090-2b63a0a79e6b-022e36c5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_69ad4246-35ea-2801-0671-6ea6d487a86d-022e36c5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_71c8e846-a0f9-0a92-bda6-b0afe9c49b5f-022e36c5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_2cfb2985-652e-d0e3-8d4d-9c8bc9f44a48-022e36c5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a8139c85-b7cc-af21-e69c-a20d329ffebc-022e36c5 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-a8139c85-b7cc-af21-e69c-a20d329ffebd-022e36c5, #w-node-a8139c85-b7cc-af21-e69c-a20d329ffec3-022e36c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_9e9f87fa-f32c-3a9e-9735-8f632b8fb998-022e36c5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2a5988c5-7093-ae28-8c7a-c189440d5cdb-022e36c5 {
    display: none;
  }

  #w-node-_53ccfbfb-aaaf-bd34-f458-aab7185f0ff3-022e36c5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1dddc573-9a43-2ca4-a283-fd80428fe6bf-022e36c5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_57fbc0dd-06bf-b01d-0a30-e7db442ad8b9-022e36c5, #w-node-a84b95f6-3f17-4a18-475f-cec62cecd64f-022e36c5, #w-node-cfb6bedc-9f3b-0ed9-567e-504db7ff7a67-022e36c5, #w-node-_1373497a-057a-7805-b260-5fcdd709f266-022e36c5, #w-node-e77bdb98-25a9-3520-9938-e00b61c33d7e-022e36c5, #w-node-_72eead4f-c102-aa6f-f721-2f46852eb640-022e36c5, #w-node-dfd35bb8-dd39-e733-f1f1-89e8f0bab9ed-022e36c5, #w-node-_3b67f8ca-b901-ebfc-94cd-f026725fcd72-022e36c5, #w-node-a3add341-6133-c848-f3d6-b1ef6f764eaa-022e36c5, #w-node-f39ef873-eb86-b35b-5362-87c76ac0ed3d-022e36c5, #w-node-b11f766b-38e0-f6a5-dd0b-b496aed9912f-022e36c5, #w-node-_1f24b956-9c16-03fb-1090-2b63a0a79e6b-022e36c5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_69ad4246-35ea-2801-0671-6ea6d487a86d-022e36c5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_71c8e846-a0f9-0a92-bda6-b0afe9c49b5f-022e36c5, #w-node-_2cfb2985-652e-d0e3-8d4d-9c8bc9f44a48-022e36c5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a8139c85-b7cc-af21-e69c-a20d329ffebc-022e36c5 {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-a8139c85-b7cc-af21-e69c-a20d329ffebd-022e36c5, #w-node-a8139c85-b7cc-af21-e69c-a20d329ffec3-022e36c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Font Awesome 6 Free 400';
  src: url('../fonts/Font-Awesome-6-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Brands 400';
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Free Solid 900';
  src: url('../fonts/Font-Awesome-6-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}