:root {
  --dark-slate-grey: #35373a;
  --orange-red: #f04e23;
  --gainsboro: #e6dfdc;
  --medium-sea-green-2: #2fda7f;
  --coral: #ff7543;
  --black: #1a1c1d;
  --burlywood: #e5ba83;
  --medium-sea-green: #24aa63;
  --hot-pink: #ff47c2;
  --blue-violet: #6e00ff;
  --black-2: #27292b;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

.numeracao {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  display: none;
}

.numeracao.numeracao-plantas {
  display: flex;
}

.galeria-fotos {
  grid-column-gap: 25px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.galeria_imagem {
  width: 100%;
}

.galeria_imagem.shadow-two {
  object-fit: cover;
  flex: 1;
  width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
}

.galeria_imagem.shadow-two.plantafull {
  object-fit: contain;
  flex: 0 auto;
  align-self: center;
  min-height: 100%;
  transform: scale(1.18);
}

.galeria_imagem.shadow-two.imagemfull {
  flex: 0 auto;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
}

.lightbox {
  cursor: pointer;
  border-radius: 15px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  min-width: 280px;
  max-width: 600px;
  height: 200px;
  max-height: 200px;
  transition: all .2s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 10px -8px #0006;
}

.lightbox.lightbox-planta {
  background-color: #fff;
  border: 2px solid #e9e9e9;
  flex-direction: column;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: 300px;
  max-height: 300px;
}

.lightbox.lightbox-planta:hover {
  transform: none;
}

.lightbox.imagem-fachada {
  background-image: none;
  max-height: 100%;
}

.lightbox.lightbox-localizacao {
  min-width: auto;
  max-width: none;
  height: 130px;
}

.image-block {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 280px;
  max-width: 350px;
  height: auto;
  display: flex;
}

.legenda_galeria {
  color: var(--dark-slate-grey);
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
  line-height: 18px;
}

.legenda_imagem {
  justify-content: space-between;
  height: auto;
  margin-top: 5px;
  display: flex;
}

.numeracao_galeria {
  color: var(--dark-slate-grey);
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.divisor {
  background-color: var(--orange-red);
  border-radius: 20px;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 2px;
  min-height: 2px;
  max-height: 2px;
  margin-left: 5px;
  margin-right: 5px;
}

.divisor.divisor-comando {
  background-color: var(--orange-red);
  width: 2px;
  min-width: 2px;
  max-width: 2px;
  height: 100%;
  min-height: 20px;
  max-height: 100%;
  margin-left: 20px;
  margin-right: 20px;
}

.divisor.divisor-comando.divisor-descricao {
  background-color: var(--orange-red);
  border-radius: 0;
  width: 2px;
  margin: 0 15px;
}

.divisor.divisor-form {
  background-color: #dad0cb;
  width: 25px;
  min-width: 25px;
  max-width: 25px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.divisor.divisor-form.divisor-modal {
  background-color: var(--gainsboro);
  color: #fff;
  margin-top: 25px;
  margin-bottom: 25px;
}

.divisor.divisor-descricao {
  background-color: var(--medium-sea-green-2);
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 8px 0;
}

.divisor.divisor-column-descricao {
  background-color: var(--dark-slate-grey);
  width: 2px;
  min-width: 2px;
  max-width: 2px;
  height: 60px;
  min-height: 30px;
  max-height: 100%;
  margin-left: 25px;
  margin-right: 25px;
}

.divisor.divisor-rodape {
  background-color: #fff;
  width: 2px;
  min-width: 2px;
  max-width: 2px;
  height: 80%;
  min-height: 80%;
  max-height: 80%;
  margin-left: 50px;
  margin-right: 50px;
}

.divisor.divisor-menu {
  background-color: var(--coral);
  width: 2px;
  min-width: 2px;
  max-width: 2px;
  height: 30px;
  min-height: 30%;
  max-height: 30%;
  margin-left: 0;
  margin-right: 0;
}

.icon_fullscren {
  z-index: 1;
  opacity: 0;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #0006;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-left: 10px;
  padding: 10px;
  transition: all .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.container_galeria {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.titulo {
  color: var(--dark-slate-grey);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.titulo-galeria {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.titulo-galeria.titulo-plantas {
  margin-bottom: 10px;
}

.titulo-galeria.titulo-geral {
  align-self: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.titulo-galeria.titulo-geral.titulo-status {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-top: 90px;
  margin-bottom: 43px;
}

.titulo-galeria.titulo-geral.titulo-obras {
  align-self: center;
  margin-top: 90px;
}

.titulo-galeria.titulo-geral.titulo-obras.hide {
  display: none;
}

.efeito-titulo {
  background-color: var(--orange-red);
  color: var(--orange-red);
  border-radius: 20px;
  width: 50px;
  height: 2px;
  min-height: 2px;
  margin-left: 10px;
  display: none;
}

.galeria-plantas {
  background-color: #0000;
  height: auto;
  margin-left: 95px;
  margin-right: 95px;
  display: flex;
}

.planta-block {
  min-width: auto;
  max-width: 32%;
  height: auto;
  max-height: none;
  margin-right: 2%;
}

.gallery-slider-left {
  z-index: 9;
  order: -1;
  justify-content: center;
  align-items: center;
  width: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  left: -75px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.arrow-wrapper {
  border: 2px solid var(--orange-red);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #0000;
  background-image: url('../images/chevron-right.svg');
  background-position: 57%;
  background-repeat: no-repeat;
  background-size: 25px 22px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 50px;
  padding: 12px;
  transition: all .2s ease-in-out;
  display: flex;
}

.arrow-wrapper:hover {
  border-color: var(--coral);
  background-color: var(--orange-red);
  background-image: url('../images/right.png'), linear-gradient(to bottom, var(--orange-red), var(--orange-red));
  background-position: 57%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 22px, auto;
}

.arrow-wrapper.arrow-left {
  transform: rotate(180deg);
}

.gallery-slider-right {
  z-index: 9;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  right: -75px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.mask {
  flex: 1;
  padding: 20px 0;
}

.container-plantas {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.body {
  background-color: #27292b;
}

.nav-menu {
  z-index: 99;
  background-color: var(--orange-red);
  width: 100%;
  height: 70px;
  transition: all .4s ease-in-out;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu.nav-scroll {
  z-index: 99;
  background-color: var(--orange-red);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  height: 65px;
}

.container {
  max-width: 1350px;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.container.container-form {
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.container.container-menu {
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.container.container-nav {
  padding-left: 30px;
  padding-right: 30px;
}

.container.container-detalhes {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 120px 30px;
  display: flex;
  position: relative;
}

.container.container-plantas {
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
}

.container.container-galeria {
  flex-direction: column;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.container.container-geral {
  flex-direction: column;
  align-items: center;
  padding: 90px 30px;
  display: flex;
  position: relative;
}

.container.container-geral.container-rodape {
  padding-top: 0;
}

.container.container-nav-lateral {
  position: relative;
}

.container.container-obras {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  padding: 90px 30px;
  display: flex;
  position: relative;
}

.container.container-obras.container-rodape {
  padding-top: 0;
}

.sessao-form {
  width: 100%;
  height: 93vh;
  min-height: 680px;
  max-height: 1000px;
  margin-top: 0;
  position: relative;
}

.sessao-galeria {
  background-color: #fdfbfa;
  width: 100%;
  position: relative;
}

.imagem-cabecalho {
  width: 100%;
  height: 93vh;
  min-height: 680px;
  max-height: 1000px;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.formulario-padrao {
  border: 2px solid var(--gainsboro);
  background-color: var(--gainsboro);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  min-height: 400px;
  max-height: 500px;
  padding: 25px;
  display: flex;
}

.colunas-cabecalho {
  z-index: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.coluna1 {
  z-index: 1;
  background-color: #00000040;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-start;
  max-width: 700px;
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  box-shadow: 0 2px 65px 50px #00000045;
}

.coluna2 {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 320px;
  min-width: 250px;
  max-width: 320px;
  height: 100%;
  display: flex;
  position: relative;
}

.slider-cabecalho {
  background-color: #27292b;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.slider-cabecalho.slide-detalhes {
  border-radius: 10px;
}

.slide-nav {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 13px;
  display: none;
  bottom: 0;
}

.right-arrow {
  display: none;
  inset: 0% 0% auto auto;
}

.left-arrow {
  display: none;
  inset: 0% auto auto 0%;
}

.icon, .icon-2 {
  display: none;
}

.slide {
  background-color: var(--gainsboro);
  background-image: linear-gradient(#27292b0d, #27292b0d), url('../images/cabecalho.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.mascara-slide-cabecalho {
  border-radius: 0;
}

.slide-2 {
  background-image: linear-gradient(to right, #27292b99 30%, #27292b80), url('../images/09-Cambur---Rego-Freitas-Lounge-12-pav-R03.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.info-destaque {
  background-image: linear-gradient(to right, var(--orange-red), var(--coral));
  border-radius: 20px;
  max-width: 400px;
  margin-bottom: 40px;
  padding: 5px 20px;
}

.text-block {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.titulo-cabecalho {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 2px 4px #000000db;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
}

.subtitulo-cabecalho {
  color: #fff;
  -webkit-text-stroke-color: var(--coral);
  text-shadow: 0 2px 3px #000000b0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.subtitulo-cabecalho.subtitulo2 {
  color: #fff;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.comando-cabecalho {
  border: 2px solid var(--orange-red);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 5px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  min-width: 100px;
  margin-top: 25px;
  padding: 10px 20px 12px;
  display: flex;
}

.info {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.info.info2 {
  font-weight: 600;
}

.info.info2.info2-descricao {
  color: #222;
  font-weight: 600;
}

.info.info-descricao {
  color: #222;
  font-weight: 800;
}

.info-block {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.icon-comando {
  filter: hue-rotate(60deg);
  height: 22px;
  margin-right: 10px;
}

.legenda-cabecalho {
  color: #fff;
  margin-top: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  display: none;
}

.form-block {
  flex-direction: column;
  align-items: center;
  max-height: 600px;
  margin-bottom: 0;
  display: flex;
}

.form-block.form-modal {
  width: 450px;
}

.imput {
  border: 1px solid var(--orange-red);
  color: #222;
  background-color: #dad0cb;
  border-radius: 5px;
  height: 40px;
  margin-bottom: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: all .1s ease-in-out;
}

.imput:hover, .imput:focus {
  border-width: 2px;
  border-color: var(--orange-red);
}

.imput.imput-modal {
  border-color: var(--orange-red);
  color: var(--black);
  background-color: #f0e9e6;
  height: 45px;
  margin-bottom: 8px;
}

.imput.imput-modal:hover, .imput.imput-modal:focus {
  border-color: var(--orange-red);
}

.imput.imput-rodape {
  height: 50px;
  margin-bottom: 0;
  margin-right: 5px;
}

.btn {
  width: 12em;
  height: 4em;
  position: relative;
}

.btn.bg-cor {
  border: 2px solid var(--coral);
  background-color: var(--orange-red);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 5px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding-bottom: 1px;
  padding-left: 15px;
  padding-right: 25px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.btn.bg-cor.btn-estilo2 {
  border-color: var(--orange-red);
  background-color: #0000;
  transition: all .2s ease-in-out;
}

.btn.bg-cor.btn-estilo2:hover {
  background-color: var(--orange-red);
}

.btn-text {
  z-index: 1;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 800;
  position: relative;
}

.btn-text.btndescricao {
  color: #222;
}

.masked-wrapper {
  background-color: var(--orange-red);
  background-image: linear-gradient(to right, var(--orange-red), var(--coral));
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  position: absolute;
  inset: 0%;
}

.btn-submit {
  border: 2px solid var(--coral);
  background-color: var(--orange-red);
  background-image: url('../images/right.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  border-radius: 5px;
  width: 100%;
  height: 45px;
  margin-top: 25px;
  padding-bottom: 10px;
  padding-right: 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: all .25s ease-in-out;
}

.btn-submit:hover {
  border-color: var(--coral);
  background-color: var(--coral);
  box-shadow: 0 10px 10px #0003;
}

.btn-submit:focus {
  background-color: var(--coral);
  box-shadow: 0 10px 10px #0003;
}

.btn-submit.submit-modal {
  height: 60px;
  margin-top: 35px;
}

.btn-submit.submit-form-rodape {
  margin-top: 10px;
}

.titulo-form {
  color: #222;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.titulo-form.titulo-form-rodape {
  text-align: left;
}

.titulo-form.titulo-modal {
  color: var(--dark-slate-grey);
}

.subtitulo-form {
  color: var(--orange-red);
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.subtitulo-form.subtitulo-form-rodape {
  text-align: left;
}

.form {
  align-self: stretch;
}

.form.form-rodape {
  align-items: center;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.cta-block {
  grid-column-gap: 15px;
  width: 100%;
  height: 45px;
  min-height: 45px;
  margin-top: 50px;
  display: flex;
}

.cta-block.cta-descricao {
  max-width: 600px;
  margin-top: 75px;
}

.cta-block.cta-galerias {
  max-width: 600px;
  margin-top: 50px;
}

.icon-btn {
  z-index: 1;
  height: 18px;
  margin-left: 15px;
  position: absolute;
  inset: 11px 10px 0% auto;
}

.icon-btn.icon-btn-descricao {
  filter: brightness(14%);
}

.nav-ancoras {
  background-color: var(--orange-red);
  align-items: center;
  width: 100%;
  height: 7vh;
  min-height: 50px;
  max-height: 65px;
  position: relative;
}

.nav-ancoras.ancora-fixa {
  z-index: 99;
  background-color: var(--orange-red);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  height: 45px;
  min-height: 45px;
  max-height: 45px;
  margin-top: 65px;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-block {
  grid-column-gap: 25px;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.ancora {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 35px;
  padding: 8px 25px 8px 15px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ancora.ancora-secundaria {
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
}

.ancora.ancora-menu {
  flex: 0 auto;
  padding-right: 15px;
}

.image {
  height: 20px;
  margin-right: 15px;
}

.texto-ancora {
  color: #fff;
  white-space: nowrap;
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.texto-ancora.texto-menu {
  font-size: 16px;
  font-weight: 500;
}

.mask-base {
  background-color: var(--burlywood);
  width: 100%;
  height: 4px;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(-101%);
}

.checkbox {
  border-color: var(--orange-red);
  cursor: pointer;
  background-color: #dad0cb;
  width: 15px;
  min-width: 15px;
  height: 15px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  background-color: var(--orange-red);
}

.checkbox.imput-moadl {
  background-color: #f0e9e6;
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.checkbox-label {
  color: #222;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

.checkbox-label.modal {
  color: var(--black);
}

.checkbox-field {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.checkbox-field.checkbox-rodape {
  justify-content: flex-start;
  margin-top: 0;
}

.link {
  color: var(--orange-red);
  font-weight: 600;
  text-decoration: none;
}

.link:hover {
  font-weight: 700;
}

.text-block-2 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 18px;
}

.success-message {
  background-color: #2aa858;
  border-radius: 5px;
  width: 100%;
  padding: 8px 25px;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 18px;
}

.error-message {
  background-color: #ce3b51;
  border-radius: 5px;
  width: 100%;
  padding: 8px 20px;
}

.nav-block {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-left: 0;
  transition: all .4s ease-in-out;
  display: flex;
  position: relative;
}

.nav-block.nav-block-scroll {
  border-bottom: 1px solid #fff;
  justify-content: space-between;
}

.logo-nav {
  background-color: var(--gainsboro);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 85px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .2s ease-in-out;
  display: flex;
}

.logotipo-image {
  width: auto;
  max-width: none;
  height: 100%;
  transition: all .2s ease-in-out;
}

.redes-sociais-nav {
  grid-column-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.btn-redesocial {
  background-color: var(--gainsboro);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 10px;
  transition: all .2s ease-in-out;
  display: flex;
}

.btn-redesocial:hover {
  border: 2px solid var(--coral);
  background-color: var(--burlywood);
  background-image: linear-gradient(to bottom, var(--burlywood), var(--burlywood));
}

.btn-redesocial.btn-redesocial-rodape {
  background-color: #a72e39;
}

.btn-redesocial.btn-redesocial-rodape:hover {
  background-image: linear-gradient(#cc3f4c, #cc3f4c);
  border-color: #fff;
}

.sessao-detalhes {
  background-color: #e6dfdc;
  width: 100%;
  position: relative;
}

.coluna-imagem {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 300px;
  min-width: 300px;
  max-width: 500px;
  height: 500px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.efeito-fachada {
  border-radius: 40px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 130%;
  display: flex;
  position: absolute;
  inset: -15% 150px 15% auto;
}

.imagem-fachada {
  z-index: 1;
  background-image: url('../images/LEDGE---Fachada---Rua-Caribe.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: relative;
}

.coluna-detalhes {
  flex: 1;
  margin-top: 35px;
  margin-left: 70px;
}

.titulo-detalhes {
  color: #222;
  max-width: 650px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 800;
  line-height: 40px;
}

.titulo-detalhes.titulo-localizacao {
  color: var(--dark-slate-grey);
  max-width: 600px;
  margin-top: 50px;
  font-size: 35px;
  font-weight: 800;
  line-height: 45px;
}

.bold-text {
  background-color: var(--orange-red);
  background-image: linear-gradient(to right, var(--orange-red), var(--coral));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 800;
}

.efeito1 {
  background-color: var(--orange-red);
  border-radius: 0;
  width: 15px;
  min-width: 15px;
  height: 100%;
  margin-left: 5px;
  margin-right: 12px;
}

.efeito1.efeito3 {
  background-color: var(--burlywood);
}

.efeito2 {
  background-color: var(--orange-red);
  border-radius: 0;
  width: 5px;
  min-width: 5px;
  height: 100%;
  margin-right: 0;
}

.paragraph {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}

.paragraph.paragrafo2 {
  color: var(--dark-slate-grey);
  margin-top: 50px;
  font-weight: 500;
}

.sessao-plantas {
  background-color: #e6dfdc;
  position: relative;
}

.comando-block {
  flex-direction: row;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 40px;
  display: flex;
}

.coluna-comando {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.titulo-comando {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
}

.titulo-comando.titulo-comando2 {
  max-width: 150px;
  font-size: 20px;
  font-weight: 400;
}

.metragem {
  color: var(--medium-sea-green-2);
  text-align: center;
  -webkit-text-stroke-color: var(--medium-sea-green-2);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}

.metragem.diferencial {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.linha-comando {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-comando-descricao {
  filter: invert();
  max-height: 18px;
  margin-top: 1px;
  margin-right: 10px;
}

.comando {
  align-items: center;
  display: flex;
}

.icon-sessao {
  filter: hue-rotate(60deg);
  height: 30px;
  margin-right: 15px;
}

.icon-sessao.icon-endereco {
  height: 20px;
}

.icon-sessao.icon-video, .icon-sessao.icon-video.icon-status {
  filter: none;
}

.icon-redesocial {
  filter: brightness(0%);
  height: 100%;
}

.sessao-tourvirtual {
  background-color: #fdfbfa;
  position: relative;
  overflow: hidden;
}

.tourvirtual-block {
  background-color: var(--gainsboro);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-5 {
  color: #9e9e9e;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.progress-wrap {
  margin-right: 0;
}

.nav-lateral {
  z-index: 9;
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
  inset: 0% 20px 0% auto;
}

.nav-lateral-block {
  z-index: 8;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  height: auto;
  display: flex;
  position: fixed;
  inset: 0% 20px 0% auto;
}

.btn-contato {
  background-color: var(--orange-red);
  object-fit: fill;
  border-radius: 30px;
  justify-content: flex-end;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  text-decoration: none;
  transition: all .25s ease-in-out;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 4px 8px #00000040;
}

.btn-contato.btn-wpp {
  background-color: #24aa5e;
}

.btn-contato.index_chatonline {
  z-index: 10;
}

.icon-contato-block {
  border-left: 2px #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  max-width: 62px;
  height: 100%;
  padding: 15px;
  transition: all .25s ease-in-out;
  display: flex;
  position: relative;
}

.icon-contato {
  width: 28px;
  min-width: 28px;
}

.texto1-btn {
  color: #fff;
  text-align: right;
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.texto-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-right: 15px;
  padding-bottom: 1px;
  display: none;
  position: relative;
}

.texto2-btn {
  color: #fff;
  text-align: right;
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.modal-form {
  z-index: 999999;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.fundo-form {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #e6dfdccc;
  width: 100%;
  height: 100%;
  transition: opacity .4s ease-in-out;
}

.container-modal-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.btn-close-modal {
  color: #fff;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  text-decoration: none;
}

.btn-close-modal:hover {
  color: #e72462;
}

.icon-close {
  color: var(--dark-slate-grey);
  text-align: center;
  -webkit-text-stroke-color: #000;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.pulsar {
  z-index: 0;
  background-color: #fff6;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sessao-localizacao {
  background-color: #e6dfdc;
  padding-bottom: 60px;
  position: relative;
}

.localizacao {
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.column-localizacao {
  width: 100%;
  min-width: 300px;
  max-width: 600px;
  margin-right: 50px;
  padding-right: 0;
}

.column-mapa {
  flex: 1;
  align-self: stretch;
  min-width: 500px;
  min-height: 450px;
}

.mapa {
  background-color: #ddd;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.endereco {
  color: var(--orange-red);
  margin-top: 0;
  margin-bottom: 2px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.endereco-block {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.rodape {
  background-color: var(--black);
  padding-bottom: 50px;
  position: relative;
}

.formulario-rodape {
  background-color: #fdfbfa;
  border-radius: 10px;
  justify-content: space-between;
  width: 100%;
  height: 120px;
  margin-top: -60px;
  margin-bottom: 0;
  display: flex;
}

.column1 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 270px;
  min-width: 250px;
  padding: 20px 25px 22px;
  display: flex;
}

.column2 {
  flex-direction: row;
  flex: 1;
  align-self: center;
  margin-bottom: 0;
  padding-right: 25px;
  display: block;
}

.div-block {
  width: 260px;
  min-width: 260px;
  margin-left: 25px;
}

.logo-rodape {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  margin-top: 70px;
  display: flex;
}

.logotipo-rodape {
  height: 70%;
}

.redessociais-rodape {
  grid-column-gap: 15px;
  display: flex;
}

.texto-rodape {
  border-top: 1px solid var(--dark-slate-grey);
  width: 100%;
  margin-top: 25px;
  padding-top: 15px;
}

.paragraph-2 {
  color: #b1b1b1;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.titulocabaclho {
  flex-direction: row;
  display: flex;
}

.efeitotitulo {
  margin-right: 15px;
  padding-top: 10px;
  display: flex;
}

.efeitoform {
  height: 650px;
  margin-top: 10px;
  display: flex;
  position: absolute;
  inset: auto -95px auto auto;
}

.paragrafo {
  height: auto;
  margin-top: 30px;
  display: flex;
}

.efeito-paragrafo {
  align-self: stretch;
  margin-right: 5px;
  display: flex;
}

.tabs {
  flex-direction: column;
  align-items: flex-end;
  margin-top: -61px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tabs.tab-plantas {
  margin-top: -40px;
}

.tabs-content {
  align-self: stretch;
  margin-top: 30px;
}

.tabs-content.tab-planta-content {
  margin-top: 10px;
}

.tabs-menu {
  grid-column-gap: 20px;
  flex-direction: row;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.btn-tab {
  color: #646464;
  background-color: #0000;
  border: 2px solid #dad0cb;
  border-radius: 20px;
  margin-left: 0;
  padding: 5px 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  transition: all .2s ease-in-out;
}

.btn-tab:hover {
  border-color: var(--orange-red);
  background-color: #0000;
}

.btn-tab.w--current {
  border-color: var(--coral);
  background-color: var(--orange-red);
  color: #fff;
}

.text-tab {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.bold-text-2 {
  font-weight: 800;
}

.bold-text-3 {
  color: var(--orange-red);
}

.html-embed {
  flex: 1;
  align-self: stretch;
}

.galleria-localizacao {
  grid-column-gap: 25px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  min-width: 300px;
  height: 150px;
  margin-top: 25px;
  display: flex;
  overflow: visible;
}

.image-localizacao-block {
  flex-direction: column;
  flex: 0 auto;
  align-self: stretch;
  width: 100%;
  min-width: 100px;
  max-width: 180px;
  display: flex;
}

.navegacao-menu {
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  display: flex;
}

.efeito-corpo {
  z-index: 1;
  align-items: center;
  height: 60px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  inset: auto 0% -30px auto;
}

.div-block-2 {
  z-index: 1;
  background-color: #ddd;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.efeito-tour {
  padding-top: 80px;
  padding-bottom: 115px;
  display: flex;
  position: absolute;
  inset: 0% -65px 0% auto;
}

.redes-sociais {
  flex-direction: column;
  width: auto;
  height: 100%;
  display: flex;
}

.bold-text-10 {
  font-weight: 400;
}

.link-3 {
  color: #c5414d;
  font-weight: 700;
  text-decoration: none;
}

.icones {
  background-color: #a72e39;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.icones-redes {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.bold-text-7 {
  color: #ca2828;
}

.logos {
  align-items: flex-end;
  display: flex;
}

.logos.logosrodape {
  height: 30px;
  padding-top: 0;
}

.logos.logosrodape.logopolitica {
  justify-content: center;
  width: 100%;
  height: auto;
}

.logo_redessociais {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.text-block-25 {
  color: #000;
  text-align: center;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.logo-rodape-2 {
  max-width: none;
  height: 100%;
}

.divisor-rodape {
  color: #000;
  background-color: #000;
  width: 2px;
  height: 90%;
  margin-left: 50px;
  margin-right: 50px;
}

.container-4 {
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 0;
  padding: 100px 20px;
  display: flex;
}

.paragraph-3 {
  color: #000;
  text-align: justify;
  margin-top: 200px;
  margin-bottom: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.heading-10 {
  color: #414141;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
}

.rodape-conteudo {
  margin-top: 0;
}

.bold-text-8 {
  color: #a72e39;
  text-align: center;
  font-size: 20px;
}

.legenda {
  color: #000;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.btn-waze {
  color: #050505;
  background-color: #3cf;
  background-image: url('../images/a266ed44de30a15c25ba5655d072eb64.png');
  background-position: 5px 47%;
  background-repeat: no-repeat;
  background-size: auto 80%;
  border: 2px solid #fff;
  border-radius: 20px;
  margin-left: 25px;
  padding: 8px 15px 8px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.btn-waze:hover {
  color: #fff;
  border-color: #298ab1;
}

.endereco-text {
  align-items: center;
  display: flex;
}

.text-block-26 {
  text-align: center;
  white-space: nowrap;
}

.background-video {
  z-index: 1;
  width: 100%;
}

.columns {
  height: 100%;
}

.column {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.column-2 {
  background-color: var(--gainsboro);
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.columns-2 {
  height: 100%;
}

.popup-block {
  z-index: 999;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #0003;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.popup-block.show {
  display: flex;
}

.pop-up-termos {
  background-color: var(--gainsboro);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-width: 200px;
  max-width: 500px;
  padding: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 7px 14px 3px #0003;
}

.accept-button {
  background-color: var(--medium-sea-green);
  color: #fff;
  border-radius: 10px;
  padding: 10px 25px 11px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-4 {
  color: var(--black);
  text-align: justify;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.pop-up-ajuda {
  z-index: 9;
  border: 2px solid var(--coral);
  background-color: var(--orange-red);
  border-radius: 15px;
  min-width: 200px;
  max-width: 350px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 15px;
  position: fixed;
  inset: auto auto 0% 0%;
  box-shadow: 0 4px 6px #00000061;
}

.pop-up-ajuda.pop-up-mobile {
  background-color: var(--orange-red);
}

.pop-up-ajuda.close-pupup {
  display: none;
}

.conteudo-block {
  height: 60px;
  display: flex;
}

.div-block-3 {
  border: 2px solid #fff;
  border-radius: 10px;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin-right: 12px;
  padding: 12px;
}

.text-block-27 {
  color: #fff;
}

.text-block-28 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.bold-text-11 {
  font-size: 20px;
  line-height: 20px;
}

.btn-chat-popup {
  border: 2px solid var(--coral);
  color: var(--orange-red);
  background-color: #f8f7f6;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 11px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.btn-chat-popup:hover {
  background-color: var(--gainsboro);
  border: 2px solid #fff;
  box-shadow: 0 2px 5px #0003;
}

.close-help {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-top: -10px;
  margin-right: -8px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  display: flex;
}

.close-help:hover {
  color: var(--gainsboro);
}

.modal-form2 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: flex;
}

.btn-voltar-block {
  grid-column-gap: 20px;
  border: 2px solid var(--orange-red);
  background-color: var(--orange-red);
  border-radius: 10px;
  align-items: center;
  height: 50px;
  margin-bottom: 100px;
  padding: 15px 20px 15px 15px;
  text-decoration: none;
  transition: all .15s ease-in-out;
  display: flex;
}

.btn-voltar-block:hover {
  background-color: var(--coral);
}

.image-3 {
  height: 18px;
  transform: rotate(180deg);
}

.text-block-31 {
  color: #fff;
  margin-bottom: 1px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.text-block-32 {
  color: var(--orange-red);
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 38px;
}

.text-block-33 {
  color: #414346;
  text-align: center;
  -webkit-text-stroke-color: #414346;
  margin-top: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.body-2 {
  background-image: linear-gradient(#fffffff2, #fffffff2), url('../images/cabecalho.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.progress-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.progress-iten {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.progress-bar {
  background-color: var(--orange-red);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  display: flex;
  position: relative;
}

.text-size-regular.text-weight-bold {
  color: #595959;
}

.text-size-regular.text-weight-bold.is-status {
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.text-size-regular.is-greytxt {
  color: #595959;
  text-align: center;
  font-size: 18px;
}

.text-size-regular.is-greytxt.is-bold {
  font-weight: 700;
  position: static;
}

.html-embed-6 {
  display: none;
}

.videodeobras-block {
  background-color: var(--gainsboro);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.videodeobras-block.hide {
  display: none;
}

.code-embed {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .galeria-fotos {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
  }

  .lightbox {
    min-width: 200px;
    max-width: 400px;
    max-height: 170px;
  }

  .lightbox.lightbox-planta:hover {
    transform: scale(1);
    box-shadow: 0 12px 10px -8px #0006;
  }

  .image-block {
    flex: 1;
    min-width: 200px;
    max-width: 400px;
  }

  .legenda_galeria {
    font-size: 13px;
  }

  .legenda_imagem {
    position: relative;
  }

  .numeracao_galeria {
    font-size: 13px;
  }

  .divisor.divisor-comando {
    margin-left: 15px;
    margin-right: 15px;
  }

  .divisor.divisor-comando.divisor-descricao {
    background-color: var(--orange-red);
    width: 100%;
    min-height: 2px;
    margin: 10px 0;
  }

  .divisor.divisor-column-descricao.divisor-descricao2 {
    display: none;
  }

  .icon_fullscren {
    opacity: 1;
  }

  .titulo {
    order: 1;
    font-size: 28px;
  }

  .titulo-galeria {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .titulo-galeria.titulo-plantas {
    flex-direction: column;
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .titulo-galeria.titulo-geral {
    align-self: center;
  }

  .titulo-galeria.titulo-geral.titulo-status {
    margin-bottom: 50px;
  }

  .efeito-titulo {
    margin-bottom: 4px;
    margin-left: 0;
    display: block;
  }

  .galeria-plantas {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .planta-block {
    width: 49%;
    min-width: auto;
    max-width: 49%;
    margin-right: 2%;
  }

  .gallery-slider-left {
    z-index: 1;
    width: 50px;
    margin-left: 0;
    position: absolute;
    left: -25px;
  }

  .arrow-wrapper {
    background-color: #fff;
    position: relative;
  }

  .gallery-slider-right {
    z-index: 1;
    width: 50px;
    margin-right: 0;
    position: absolute;
    right: -25px;
  }

  .container-plantas {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    height: 60px;
  }

  .nav-menu.nav-scroll {
    z-index: 99;
  }

  .container.container-detalhes, .container.container-plantas, .container.container-galeria, .container.container-geral, .container.container-obras {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .sessao-form, .imagem-cabecalho {
    height: 93dvh;
  }

  .coluna1 {
    justify-content: center;
  }

  .slide {
    background-image: linear-gradient(#0000, #0000), url('../images/03-Cambur-Rego-Freitas-Fachada.jpg');
    background-position: 0 0, 50%;
  }

  .titulo-cabecalho {
    font-size: 35px;
    line-height: 45px;
  }

  .subtitulo-cabecalho {
    font-size: 18px;
    line-height: 23px;
  }

  .info {
    font-size: 18px;
  }

  .icon-comando {
    height: 20px;
    margin-right: 8px;
  }

  .legenda-cabecalho {
    font-size: 17px;
    line-height: 21px;
  }

  .imput.imput-rodape {
    margin-bottom: 5px;
  }

  .btn.bg-cor {
    flex: 1;
    height: 45px;
    min-height: 45px;
    padding-right: 35px;
  }

  .btn.bg-cor.btn-estilo2 {
    flex: 1;
    min-height: 45px;
  }

  .masked-wrapper {
    flex: 1;
  }

  .btn-submit {
    padding-right: 40px;
  }

  .titulo-form {
    font-size: 19px;
    line-height: 24px;
  }

  .form.form-rodape {
    flex-direction: column;
    height: auto;
  }

  .cta-block.cta-descricao {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-self: center;
    align-items: stretch;
    max-width: 400px;
    height: auto;
    min-height: auto;
  }

  .cta-block.cta-galerias {
    justify-content: space-between;
  }

  .icon-btn {
    max-width: 16px;
    height: 16px;
    top: 12px;
  }

  .nav-ancoras {
    height: 7dvh;
  }

  .nav-ancoras.ancora-fixa {
    z-index: 99;
  }

  .menu-block {
    grid-column-gap: 0px;
  }

  .ancora.ancora-secundaria {
    flex: 1;
    padding-left: 18px;
    padding-right: 18px;
  }

  .image {
    height: 15px;
    margin-right: 10px;
  }

  .texto-ancora {
    font-size: 14px;
  }

  .texto-ancora.texto-menu {
    font-size: 15px;
  }

  .checkbox-field.checkbox-rodape {
    margin-bottom: 25px;
  }

  .logo-nav {
    width: 200px;
    min-width: 200px;
    height: 75px;
  }

  .coluna-imagem {
    align-self: center;
  }

  .efeito-fachada {
    height: 130%;
    top: -15%;
    bottom: 15%;
    right: 74px;
  }

  .coluna-detalhes {
    flex-direction: column;
    flex: 1;
    margin-left: 50px;
    display: flex;
  }

  .titulo-detalhes {
    font-size: 35px;
    line-height: 40px;
  }

  .titulo-detalhes.titulo-localizacao {
    text-align: center;
    max-width: 600px;
    margin-top: 30px;
  }

  .paragraph {
    text-align: left;
  }

  .paragraph.paragrafo2 {
    text-align: center;
  }

  .comando-block {
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .coluna-comando.coluna2-comando {
    border-top: 2px solid var(--dark-slate-grey);
    width: 100%;
    margin-top: 20px;
    padding-top: 5px;
  }

  .titulo-comando {
    white-space: nowrap;
  }

  .titulo-comando.titulo-comando2 {
    text-align: center;
    width: auto;
    max-width: none;
  }

  .metragem {
    white-space: nowrap;
  }

  .comando {
    justify-content: center;
    align-items: center;
  }

  .icon-sessao {
    order: -1;
    height: 25px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .tourvirtual-block {
    margin-top: 15px;
  }

  .btn-contato {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }

  .icon-contato-block {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
  }

  .icon-contato {
    width: 25px;
    min-width: 25px;
  }

  .texto2-btn {
    font-size: 16px;
  }

  .sessao-localizacao {
    padding-bottom: 140px;
  }

  .localizacao {
    flex-direction: column;
  }

  .column-localizacao {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-right: auto;
    display: flex;
  }

  .column-mapa {
    flex: 0 auto;
    align-self: stretch;
    min-width: 100%;
    height: 400px;
    min-height: 400px;
    margin-top: 50px;
  }

  .formulario-rodape {
    height: auto;
    margin-top: -140px;
  }

  .column1 {
    justify-content: center;
    width: 250px;
    padding-right: 20px;
  }

  .div-block {
    width: 100%;
    min-width: 220px;
    margin-top: 5px;
    margin-left: 0;
  }

  .efeitotitulo {
    display: none;
  }

  .efeitoform {
    right: 30px;
  }

  .efeito-paragrafo {
    display: none;
  }

  .tabs, .tabs.tab-plantas {
    margin-top: 0;
  }

  .tabs-content.tab-planta-content {
    padding-left: 5px;
    padding-right: 5px;
  }

  .tabs-menu {
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .tabs-menu.tab-menu-plantas {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
  }

  .text-tab {
    font-weight: 600;
  }

  .galleria-localizacao {
    width: 100%;
  }

  .image-localizacao-block {
    width: auto;
    max-width: 100%;
  }

  .navegacao-menu {
    display: none;
  }

  .efeito-corpo {
    height: 50px;
    bottom: -25px;
  }

  .efeito-tour {
    padding-top: 170px;
    padding-bottom: 160px;
  }

  .logos {
    justify-content: center;
  }

  .heading-10 {
    font-size: 35px;
  }

  .popup-block {
    display: none;
  }

  .popup-block.show {
    display: flex;
  }

  .pop-up-termos {
    padding: 20px;
  }

  .accept-button {
    padding-top: 8px;
    padding-bottom: 9px;
    font-size: 15px;
  }

  .paragraph-4 {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 19px;
  }

  .bold-text-11 {
    font-size: 19px;
  }

  .progress-container {
    grid-column-gap: 3.6rem;
    grid-row-gap: 3.6rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .videodeobras-block {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .galeria-fotos {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    object-fit: cover;
    padding-left: 20px;
    padding-right: 20px;
  }

  .galeria_imagem.shadow-two {
    object-fit: cover;
    flex: none;
    align-self: stretch;
    width: 100%;
    height: 100%;
  }

  .lightbox {
    flex: 1;
    min-width: 200px;
    height: 150px;
    max-height: 200px;
  }

  .lightbox.imagem-fachada {
    max-width: 300px;
    height: 100%;
  }

  .image-block {
    min-width: 200px;
    max-width: 400px;
  }

  .legenda_galeria, .numeracao_galeria {
    font-size: 12px;
  }

  .divisor.divisor-rodape {
    margin-left: 30px;
    margin-right: 25px;
  }

  .icon_fullscren {
    width: 35px;
    height: 35px;
    padding: 8px;
  }

  .container_galeria {
    padding-top: 0;
  }

  .titulo {
    text-align: center;
    order: 1;
    font-size: 25px;
  }

  .titulo-galeria {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 15px;
  }

  .titulo-galeria.titulo-plantas {
    margin-bottom: 15px;
  }

  .titulo-galeria.titulo-geral {
    align-self: auto;
  }

  .efeito-titulo {
    margin-bottom: 4px;
    margin-left: 0;
  }

  .galeria-plantas {
    margin-left: 20px;
    margin-right: 20px;
  }

  .planta-block {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    max-height: none;
    margin-right: 0;
  }

  .gallery-slider-left {
    left: -25px;
  }

  .gallery-slider-right {
    right: -25px;
  }

  .container-plantas {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu {
    height: 55px;
  }

  .container.container-detalhes {
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container.container-plantas, .container.container-galeria, .container.container-geral, .container.container-obras {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sessao-form, .imagem-cabecalho {
    height: 93dvh;
  }

  .coluna1 {
    flex: 1;
    justify-content: center;
    align-items: center;
    max-width: 800px;
    margin-right: 30px;
  }

  .coluna2 {
    display: none;
  }

  .slide {
    background-image: linear-gradient(to bottom, null, null), url('../images/03-Cambur-Rego-Freitas-Fachada.jpg');
    background-position: 0 0, 50%;
  }

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

  .titulo-cabecalho {
    text-align: left;
    font-size: 30px;
    line-height: 40px;
  }

  .subtitulo-cabecalho {
    text-align: left;
  }

  .legenda-cabecalho {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .titulo-form.titulo-form-rodape {
    text-align: center;
    align-self: center;
  }

  .titulo-form.titulo-modal {
    color: #fff;
  }

  .subtitulo-form.subtitulo-form-rodape {
    text-align: center;
    align-self: center;
  }

  .form.form-rodape {
    padding-top: 0;
    padding-bottom: 25px;
  }

  .cta-block.cta-galerias {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-direction: column;
    max-width: 400px;
    height: auto;
    min-height: auto;
  }

  .nav-ancoras {
    height: 7dvh;
  }

  .ancora.ancora-secundaria {
    display: none;
  }

  .checkbox-label.modal, .checkbox-field.modal {
    color: #fff;
  }

  .logo-nav {
    width: 200px;
    min-width: 200px;
    height: 70px;
  }

  .coluna-imagem {
    align-self: auto;
    width: 250px;
    min-width: 200px;
    max-width: 300px;
    height: 350px;
  }

  .efeito-fachada {
    height: 120%;
    top: -10%;
    bottom: 10%;
    right: 80px;
  }

  .coluna-detalhes {
    align-items: center;
    margin-top: 50px;
    margin-left: 0;
  }

  .titulo-detalhes {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
  }

  .titulo-detalhes.titulo-localizacao {
    font-size: 30px;
    line-height: 35px;
  }

  .efeito1 {
    border-width: 3px;
  }

  .paragraph {
    text-align: center;
    font-size: 16px;
    line-height: 23px;
  }

  .comando-block {
    align-self: center;
    margin-top: 40px;
  }

  .titulo-comando {
    font-size: 20px;
  }

  .titulo-comando.titulo-comando2 {
    font-size: 18px;
  }

  .icon-sessao {
    height: 25px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .icon-sessao.icon-endereco {
    margin-bottom: 0;
    margin-right: 15px;
  }

  .tourvirtual-block {
    margin-top: 30px;
  }

  .nav-lateral-block {
    flex-direction: row;
    justify-content: space-between;
    transition: all .3s ease-in-out;
    inset: auto 0% -50px;
  }

  .nav-lateral-block.nav-lateral-mobile-active {
    bottom: 0;
  }

  .btn-contato {
    box-shadow: none;
    border-radius: 0;
    flex: 1;
    justify-content: center;
    width: auto;
    min-width: auto;
    max-width: none;
    overflow: hidden;
  }

  .btn-contato:hover {
    background-image: linear-gradient(#0003, #0003);
  }

  .texto1-btn {
    text-align: center;
    font-size: 15px;
  }

  .texto-block {
    flex: 1;
    align-items: center;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .texto2-btn {
    text-align: center;
    font-size: 15px;
  }

  .modal-form {
    display: none;
  }

  .pulsar {
    border-radius: 2px;
  }

  .sessao-localizacao {
    padding-bottom: 170px;
  }

  .column-mapa {
    min-width: 100%;
  }

  .rodape {
    padding-bottom: 70px;
  }

  .formulario-rodape {
    flex-direction: column;
    margin-top: -170px;
  }

  .column1 {
    width: 100%;
    padding-top: 25px;
    padding-right: 25px;
  }

  .column2 {
    width: 100%;
    padding-left: 25px;
  }

  .logo-rodape {
    height: 60px;
  }

  .efeitotitulo {
    display: flex;
  }

  .efeito-paragrafo {
    display: none;
  }

  .tabs {
    align-items: center;
    margin-top: 0;
  }

  .tabs.tab-plantas {
    margin-top: 0;
  }

  .tabs-content.tab-planta-content {
    padding-left: 6px;
    padding-right: 6px;
  }

  .tabs-menu {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu.tab-menu-plantas {
    margin-top: 0;
  }

  .text-tab {
    font-weight: 600;
  }

  .image-localizacao-block {
    flex: 1;
    align-items: stretch;
    min-width: 120px;
  }

  .efeito-corpo {
    justify-content: center;
    align-self: center;
    width: 100%;
    height: 40px;
    padding-right: 0;
    bottom: -20px;
  }

  .efeito-tour {
    justify-content: center;
    width: 100%;
    padding-top: 178px;
    padding-bottom: 210px;
    right: auto;
  }

  .logo_redessociais {
    flex-direction: column;
    height: auto;
  }

  .text-block-25 {
    margin-top: 45px;
  }

  .logo-rodape-2 {
    width: 300px;
  }

  .divisor-rodape {
    width: 200px;
    height: 2px;
    margin: 20px 0;
  }

  .heading-10 {
    font-size: 30px;
  }

  .legenda {
    text-align: center;
  }

  .column-2 {
    display: none;
  }

  .pop-up-ajuda {
    border: 2px solid var(--coral);
    transition: all .25s ease-in-out;
  }

  .pop-up-ajuda.pop-up-mobile {
    margin-bottom: 75px;
    margin-right: 20px;
  }

  .conteudo-block {
    height: 55px;
  }

  .div-block-3 {
    width: 55px;
    min-width: 55px;
    height: 55px;
    min-height: 55px;
  }

  .text-block-28 {
    font-size: 15px;
  }

  .bold-text-11 {
    font-size: 18px;
  }

  .btn-chat-popup {
    margin-top: 10px;
    padding-top: 8px;
    padding-bottom: 9px;
  }

  .text-block-29 {
    font-size: 16px;
  }

  .modal-form2 {
    display: none;
  }

  .progress-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-size-regular.text-weight-bold.is-status, .text-size-regular.is-greytxt {
    font-size: 16px;
  }

  .videodeobras-block {
    height: 300px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  .numeracao {
    justify-content: center;
    align-items: center;
    height: 20px;
    margin-top: 0;
    margin-left: 15px;
    display: flex;
  }

  .galeria-fotos {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    object-fit: fill;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 30px 20px;
    overflow: auto;
  }

  .lightbox {
    flex: 0 auto;
    min-width: 250px;
    height: 150px;
  }

  .lightbox.lightbox-planta {
    background-color: #fff;
  }

  .lightbox.imagem-fachada {
    min-width: 100%;
    max-width: 100%;
  }

  .image-block {
    min-width: 250px;
  }

  .legenda_galeria {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
  }

  .legenda_imagem {
    align-items: flex-start;
  }

  .numeracao_galeria {
    font-size: 12px;
  }

  .divisor {
    background-color: var(--orange-red);
  }

  .divisor.divisor-comando {
    max-height: 40%;
  }

  .divisor.divisor-comando.divisor-descricao {
    width: 100px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .divisor.divisor-column-descricao {
    margin-left: 15px;
    margin-right: 15px;
    display: none;
  }

  .divisor.divisor-rodape {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 2px;
    min-height: 2px;
    max-height: 2px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .titulo {
    font-size: 20px;
    line-height: 28px;
  }

  .titulo-galeria {
    justify-content: center;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }

  .titulo-galeria.titulo-plantas {
    margin-bottom: 15px;
  }

  .efeito-titulo {
    margin-bottom: 2px;
  }

  .planta-block {
    min-width: auto;
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    width: 42px;
    left: -22px;
    overflow: visible;
  }

  .arrow-wrapper {
    background-position: 55%;
    background-size: auto 18px;
    height: 42px;
    padding: 10px;
    overflow: visible;
  }

  .arrow-wrapper:hover {
    background-position: 55%, 0 0;
    background-size: auto 18px, auto;
  }

  .gallery-slider-right {
    width: 42px;
    right: -22px;
  }

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

  .nav-menu {
    height: 55px;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .container.container-detalhes, .container.container-plantas, .container.container-galeria, .container.container-geral, .container.container-obras {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sessao-form, .imagem-cabecalho {
    height: 94dvh;
    min-height: 780px;
  }

  .coluna1 {
    justify-content: center;
    height: auto;
    margin-top: 55px;
  }

  .slide {
    background-image: linear-gradient(#0000001a, #0000001a), url('../images/03-Cambur-Rego-Freitas-Fachada.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .info-destaque {
    margin-bottom: 25px;
  }

  .titulo-cabecalho {
    text-align: center;
    margin-top: 0;
    font-size: 25px;
    line-height: 32px;
  }

  .subtitulo-cabecalho {
    text-align: center;
  }

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

  .info-block {
    flex-direction: column;
    align-items: center;
  }

  .icon-comando {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .form-block.form-modal {
    width: 100%;
  }

  .imput.imput-modal {
    height: 40px;
  }

  .btn.bg-cor {
    flex: 0 auto;
    height: 45px;
  }

  .btn-submit.submit-modal {
    height: 50px;
  }

  .cta-block {
    grid-row-gap: 15px;
    flex-direction: column;
    height: auto;
    min-height: auto;
  }

  .cta-block.cta-galerias {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-block.cta-galerias.cta-corpo {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-ancoras {
    height: 6dvh;
    min-height: 40px;
    max-height: 60px;
    display: block;
  }

  .ancora.ancora-terciaria {
    display: none;
  }

  .nav-block, .nav-block.nav-block-scroll {
    justify-content: center;
  }

  .logo-nav {
    width: auto;
    min-width: 200px;
    height: 75px;
    inset: 0% auto;
  }

  .redes-sociais-nav {
    display: none;
  }

  .coluna-imagem {
    height: 350px;
  }

  .efeito-fachada {
    right: 46px;
  }

  .coluna-detalhes {
    margin-top: 40px;
  }

  .titulo-detalhes, .titulo-detalhes.titulo-localizacao {
    font-size: 28px;
  }

  .efeito1 {
    border-width: 2px;
    margin-right: 8px;
  }

  .paragraph.paragrafo2 {
    margin-top: 50px;
  }

  .comando-block {
    align-self: stretch;
  }

  .titulo-comando {
    font-size: 18px;
  }

  .metragem, .metragem.diferencial {
    font-size: 16px;
  }

  .comando {
    grid-column-gap: 20px;
    grid-row-gap: 25px;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
  }

  .icon-sessao {
    height: 20px;
  }

  .tourvirtual-block {
    margin-bottom: 20px;
  }

  .btn-contato {
    height: 45px;
  }

  .icon-contato-block {
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

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

  .btn-close-modal {
    margin-bottom: 35px;
  }

  .sessao-localizacao {
    padding-bottom: 190px;
  }

  .localizacao {
    flex-direction: column;
  }

  .column-mapa {
    height: 300px;
    min-height: 300px;
    margin-top: 40px;
  }

  .endereco-block {
    flex-flow: column wrap;
    justify-content: center;
  }

  .rodape {
    padding-bottom: 80px;
  }

  .formulario-rodape {
    margin-top: -190px;
  }

  .column1, .div-block {
    min-width: 150px;
  }

  .logo-rodape {
    flex-direction: column;
    height: auto;
  }

  .logotipo-rodape {
    width: 180px;
  }

  .efeitotitulo {
    display: none;
  }

  .tabs.tab-plantas {
    margin-top: -10px;
  }

  .tabs-content.tab-planta-content {
    padding-left: 2px;
    padding-right: 2px;
  }

  .tabs-menu {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-top: 15px;
    margin-bottom: -15px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .tabs-menu.tab-menu-plantas {
    padding-left: 0;
    padding-right: 0;
  }

  .btn-tab {
    text-align: center;
  }

  .text-tab {
    text-align: center;
    font-weight: 600;
  }

  .text-block-6 {
    text-align: center;
  }

  .galleria-localizacao {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    min-width: auto;
    max-width: 300px;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .image-localizacao-block {
    flex: 1;
    min-width: 100%;
  }

  .efeito-corpo {
    height: 20px;
    bottom: -10px;
  }

  .efeito-tour {
    padding-top: 170px;
    padding-bottom: 210px;
  }

  .text-block-25 {
    font-size: 12px;
    line-height: 15px;
  }

  .logo-rodape-2 {
    width: 220px;
  }

  .paragraph-3 {
    margin-top: 100px;
    font-size: 12px;
  }

  .heading-10 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .btn-waze {
    margin-top: 15px;
    margin-left: 0;
  }

  .pop-up-termos {
    width: auto;
    min-width: 200px;
    max-width: 500px;
  }

  .pop-up-ajuda {
    min-width: 270px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .pop-up-ajuda.close-pupup {
    display: none;
  }

  .conteudo-block {
    align-items: center;
    height: auto;
    position: relative;
  }

  .div-block-3 {
    width: 45px;
    min-width: 45px;
    height: 45px;
    min-height: 45px;
    padding: 8px;
  }

  .bold-text-11 {
    font-size: 17px;
  }

  .close-help {
    z-index: 2;
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    margin-top: -10px;
    margin-right: -10px;
    padding-bottom: 0;
    padding-right: 0;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-decoration: none;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .text-block-30 {
    color: #fff;
    font-family: Lato, sans-serif;
    font-weight: 900;
    text-decoration: none;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-voltar-block {
    grid-column-gap: 15px;
    padding-right: 15px;
  }

  .text-block-31 {
    text-align: center;
    white-space: nowrap;
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 20px;
  }

  .progress-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-wrap: wrap;
  }

  .videodeobras-block {
    height: 200px;
    margin-bottom: 20px;
  }
}


