.engloba-sdebar {
  float: right;
  margin-top: 5px;
  display: none;
}

#banner:after {
  content: "";
  background: linear-gradient(#00000094, #0000, #0000);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: none;
}

#banner {
  height: 100vh !important;
}

#banner ul li {
  background-position: center;
}

.botao-sidebar {
  background: #2d6275;
  color: #fff;
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: initial;
  display: block;
  padding: 12px;
  display: none;
}

.botao-sidebar span {
  width: 100%;
  height: 3px;
  background: #fff;
  display: block;
  margin-top: 5px;
  border-radius: 3px;
}

/* topo */
#topo .wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: inherit;
  padding: 0;
  margin: inherit;
  flex-direction: column;
  height: 100%;
}

#topo.flutuante .wrap {
  padding: 4px 0;
}

#topo .wrap .navegacao-topo {
  position: relative;
}

#topo {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  z-index: 1000;
  background: #fbba00;
  height: 100px;
}

.engloba-logo {
  width: 15.33%;
}

.engloba-logo .image {
  float: none;
  width: 195px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.engloba-logo .image img {
  width: 100%;
  max-width: 130px;
}

#topo.flutuante {
  box-shadow: 5px 5px 5px #201f1f40;
  display: none;
}

#topo.flutuante .engloba-logo {
}

#topo.flutuante .engloba-logo .image {
  width: 111px;
}

#topo.flutuante .engloba-logo .image img {
}

#topo.flutuante .logo-empresa {
  margin-left: -113px;
  margin-top: 0px;
}

#topo.flutuante .logo-empresa img {
  width: 78%;
}

.logo-empresa nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

.logo-empresa nav ul li a {
  text-transform: uppercase;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat-Regular";
}

.logo-empresa {
  width: 46.33%;
}

#topo.flutuante .engloba-contatos-header {
  margin-top: 14px;
}

.wrap__item {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

.phone i {
  color: rgba(112, 112, 112, 0.3);
}

.engloba-contatos-header {
  width: 28.33%;
  float: none;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.engloba-contatos a {
  font-family: "OpenSans";
  font-size: 13px;
  color: #707070;
  margin: 0;
  float: inherit;
  display: table;
  width: 100%;
}

.btn-corretor {
  align-items: center;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 25px 0 0 25px;
  display: flex;
  justify-content: center;
  width: 175px;
  height: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-corretor a {
  color: #000000;
  display: table;
  font-size: 16px;
  font-family: "mosk-semi-bld";
  letter-spacing: 1px;
}

.btn-corretor:hover a {
  background: transparent;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.social__media {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.engloba-rede {
  margin-right: 20px;
  margin-top: -30px;
}

.engloba-rede a {
  color: #fff;
  font-size: 22px;
  margin-right: 6px;
}

.engloba-rede a:last-of-type {
  margin-right: 0;
}

.eng-tel {
  /* border-left:1px solid rgba(112, 112, 112, 0.20); */
  padding-left: 0;
}

.eng-tel a {
  color: #000000;
  font-size: 18px;
  font-family: "Montserrat-SemiBold";
  font-weight: 600;
  font-family: "Montserrat-Regular";
}

.btn__price.imovel,
.btn__price.imovel a {
  height: 38px;
  width: 259px;
}

.btn__price.apresentacao,
.btn__price.apresentacao a {
  width: 259px;
  height: 38px;
}

.btn__price:hover,
.btn__price:hover a {
  background: #fff;
  color: #fbba00;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn__price.interesse {
  margin-top: 40px;
}

.btn__price.interesse,
.btn__price.interesse a {
  width: 201px;
  height: 38px;
}

.btn__price,
.btn__price a {
  align-items: center;
  background: #fbba00;
  border: 1px solid #fbba00;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  width: 277px;
  height: 45px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  color: #000000;
  font-family: "OpenSans";
  font-family: "Montserrat-Regular";
  font-weight: 600;
}

#apresentacao .titulo,
#apresentacao .subtitulo {
  font-family: "Montserrat-Regular";
  font-size: 30px;
  text-align: center;
  color: #000000;
  font-weight: normal;
  line-height: 24px;
}

#apresentacao .subtitulo {
  font-size: 24px;
}

#apresentacao {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 426px;
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.img-galeria {
  width: 100%;
  border-radius: 80px 80px 0 0;
  overflow: hidden;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -2px;
}

.box-galeria {
  width: calc(100% - 100px);
  height: 580px;
}

#apresentacao .wrap {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  gap: 15px;
}

#firula-caracol {
  width: 100px;
  height: 114px;
  position: absolute;
  right: 0;
  bottom: -179px;
  z-index: 100;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#apresentacao p {
  font-size: 14px;
  color: #000000;
  font-family: "OpenSans";
  text-align: center;
  margin: 0 auto;
  z-index: 100;
  position: relative;
  letter-spacing: 0.2px;
  margin-bottom: 30px;
}

.engloba-apresentcao-imovel {
  display: flex;
  justify-content: space-between;
  height: 660px;
  flex-wrap: wrap;
  flex-direction: row;
}

.box-apresentcao-imovel:nth-of-type(1) {
  transform: translate(-500px, 0);
  opacity: 0;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.box-apresentcao-imovel:nth-of-type(2) {
  transform: translate(500px, 0);
  opacity: 0;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.box-apresentcao-imovel:nth-of-type(2) {
  flex: 1 0 466px;
}

.box-apresentcao-imovel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 670px;
  vertical-align: inherit;
  margin-right: inherit;
}

.box-apresentcao-imovel.animate {
  transform: translate(0);
  opacity: 1;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.box-apresentcao-imovel .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.engloba-apresentcao-imovel .box-apresentcao-imovel .image img {
  width: 100%;
}

.engloba-apresentcao-imovel .box-apresentcao-imovel:nth-of-type(2) .central {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 60px;
  width: 80%;
  margin: 0 auto;
}

.engloba-apresentcao-imovel
  .box-apresentcao-imovel:nth-of-type(2)
  .central
  .descricao {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 30px;
}

.eng-boxes-row {
  display: flex;
  /* justify-content: space-between; */
  /* align-items: center; */
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.box-row:hover {
  background: #f49600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box-row:hover .image img,
.box-row:hover .title {
  color: #fff;
  filter: brightness(10) saturate(0.1) contrast(10);
}

.box-row {
  width: 24%;
  /* height: 50%; */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #f49600;
  border-radius: 9px;
  gap: 10px;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box-row .image {
  background: inherit;
  height: inherit;
}

.box-row .image img {
  width: 60px !important;
  margin: 0 auto;
  object-fit: contain;
}

.box-row .title {
  text-align: center;
  font-size: 16px;
  font-family: "Montserrat-Regular";
  color: #000000;
  font-weight: 400;
}

.engloba-apresentcao-imovel
  .box-apresentcao-imovel:nth-of-type(2)
  .descricao
  .titulo {
  color: #000000;
  font-size: 30px;
  font-weight: normal;
  font-family: "ralewaysemibold";
  line-height: 36.57px;
  font-family: "Montserrat-Regular";
  position: relative;
}

.engloba-apresentcao-imovel .box-apresentcao-imovel:nth-of-type(2) .descricao,
.engloba-apresentcao-imovel
  .box-apresentcao-imovel:nth-of-type(2)
  .descricao
  span,
.engloba-apresentcao-imovel .box-apresentcao-imovel:nth-of-type(2) .descricao p,
.engloba-apresentcao-imovel
  .box-apresentcao-imovel:nth-of-type(2)
  .descricao
  span
  p {
  color: #707070;
  font-family: "OpenSans";
  font-size: 15px;
  letter-spacing: 0.2px;
  line-height: 23.59px;
}

.engloba-apresentcao-imovel
  .box-apresentcao-imovel:nth-of-type(2)
  .descricao
  .titulo:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #f0b450;
  bottom: -10px;
}

.engloba-apresentcao-imovel
  .box-apresentcao-imovel:nth-of-type(2)
  .descricao
  ul
  li {
  color: #707070;
  font-family: "OpenSans";
  font-size: 16px;
  line-height: 31px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
}

.engloba-apresentcao-imovel
  .box-apresentcao-imovel:nth-of-type(2)
  .descricao
  ul
  li:before {
  content: "";
  background: #dbc357;
  border-radius: 100%;
  height: 8.5px;
  width: 8.5px;
  position: relative;
}

.engloba-apresentcao-imovel
  .box-apresentcao-imovel:nth-of-type(2)
  .descricao
  .image-project
  span {
  color: #707070;
  font-family: "OpenSans";
  font-size: 13px;
}

.engloba-apresentacao-video .box-apresentacao-video .titulo {
  color: #2d6275;
  font-size: 37px;
  font-family: "Montserrat-Regular";
  text-align: center;
  font-weight: normal;
  margin-bottom: 24px;
}

.engloba-apresentacao-video .box-apresentacao-video p {
  color: #707070;
  font-family: "OpenSans";
  font-size: 15px;
  text-align: center;
}

.engloba-apresentacao-video .box-apresentacao-video .btn-conhecer a {
  padding: 9px 25px;
  border-radius: 25px;
  color: #fff;
  background: #2d6275;
  display: table;
  margin: 0 auto;
  margin-top: 15px;
  font-size: 14px;
  font-family: "mosk-semi-bld";
  border: 1px solid #2d6275;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.engloba-apresentacao-video .box-apresentacao-video .btn-conhecer:hover a {
  background: transparent;
  color: #2d6275;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.engloba-apresentacao-video .box-apresentacao-video {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.engloba-apresentacao-video .box-apresentacao-video.animate {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#apresentacao-video {
  display: none;
}

.engloba-apresentacao-video .box-apresentacao-video:nth-of-type(1) {
  height: 293px;
}

.engloba-apresentacao-video .box-apresentacao-video:nth-of-type(2) {
  text-align: center;
}

#videoApre {
  height: 281px;
  z-index: 1;
  width: 422px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 12px;
  border-radius: 0;
  overflow: hidden;
  float: right;
  border: 9px solid #2d6275;
}

#videoApre .container {
  background: rgba(0, 0, 0, 0.41);
}

#videoApre .play .container {
  background: transparent;
}

.engloba-player {
  width: 180px;
  text-align: center;
  margin: 0 auto;
}

.engloba-player .titulo {
  font-size: 15px;
  color: #fff;
  margin-top: 25px;
  font-family: "helvetica-light";
  letter-spacing: 3px;
  font-weight: 100;
}

#videoApre .play {
  margin: 0 auto;
  cursor: pointer;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#videoApre .play img {
  margin: 0 auto;
  background: transparent;
  width: 93px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#videoApre .play:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.engloba-apresentacao-video .box-apresentacao-video:nth-of-type(2) iframe {
  border-radius: 25px;
  overflow: hidden;
  width: 422px;
  height: 281px;
}

#apresentacao-galeria .box-image {
  background-position: bottom;
  background-repeat: no-repeat;
  height: 650px;
  background-size: cover;
}

#apresentacao-galeria {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#miolo {
  display: block;
}

#apresentacao-galeria .owl-nav {
  display: block;
}

#apresentacao-galeria .engloba-titulo .titulo {
  padding: 60px 0;
  text-align: center;
  color: #000000;
  font-size: 30px;
  font-weight: normal;
  line-height: 36.57px;
  font-family: "Montserrat-Regular";
  position: relative;
}

#apresentacao-galeria .engloba-titulo .titulo:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #f0b450;
  bottom: 50px;
}

.engloba-apresentacao-galeria {
  position: relative;
  display: block;
}

.carrrosel-apresentacao-galeria {
  width: 100% !important;
  margin: 0 auto;
}

.carrrosel-apresentacao-galeria .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 200;
}

.descrica-galeria {
  position: absolute;
  text-align: center;
  width: auto;
  height: 90px;
  background: #fbba00;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0px);
  padding: 0px 20px;
  border-radius: 13px 13px 0px 0px;
}

.descrica-galeria .titulo {
  color: #000000;
  font-size: 24px;
  font-family: "Montserrat-Regular";
  /* border-bottom: 2px solid #DBC357; */
  font-weight: 400;
  /* padding-bottom: 10px; */
}

.carrrosel-apresentacao-galeria .owl-nav .owl-prev:after {
  content: "";
  background-image: url(../images/prev.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 50px;
  width: 50px;
}

.carrrosel-apresentacao-galeria .owl-nav .owl-next:after {
  content: "";
  background-image: url(../images/next.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 50px;
  width: 50px;
}

.carrrosel-apresentacao-galeria .owl-nav .owl-prev {
  float: left;
  position: relative;
  /* background: #2D6275 !important; */
  height: 39px;
  width: 39px;
  color: transparent !important;
  border-radius: 100%;
  margin-left: 25px;
  font-family: "Montserrat-Regular" !important;
}

.carrrosel-apresentacao-galeria .owl-nav .owl-next {
  float: right;
  /* background: #2D6275 !important; */
  height: 39px;
  width: 39px;
  color: transparent !important;
  border-radius: 100%;
  margin-right: 35px;
  font-family: "Montserrat-Regular" !important;
}

#apresentacao-planta .wrap {
  padding: 0;
  max-width: inherit;
}

#apresentacao-planta .engloba-titulo .titulo {
  color: #2d6275;
  font-size: 37px;
  text-align: center;
  font-weight: normal;
  line-height: 34px;
  margin-top: 25px;
  margin-bottom: 70px;
  font-family: "Montserrat-Regular";
}

#apresentacao-planta .engloba-titulo .titulo span {
  display: block;
  margin-top: 0;
}

#apresentacao-planta .box-apresentacao-planta .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.engloba-apresentacao-planta .box-apresentacao-planta:nth-of-type(1) {
  width: 100%;
  margin-right: 53px;
  transform: translate(-500px, 0);
  opacity: 0;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.engloba-apresentacao-planta .box-apresentacao-planta:nth-of-type(2) {
  width: 57%;
  transform: translate(500px, 0);
  opacity: 0;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.engloba-apresentacao-planta .box-apresentacao-planta.animate {
  transform: translate(0);
  opacity: 1;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.engloba-apresentacao-planta .box-apresentacao-planta ul:nth-of-type(2) {
  width: 37%;
}

.engloba-apresentacao-planta .box-apresentacao-planta ul li:nth-of-type(even) {
}

.engloba-apresentacao-planta .box-apresentacao-planta ul li:after {
}

.box-apresentacao-planta {
  width: 50%;
  height: 572px;
  flex: 1 0 360px;
}

.box-apresentacao-planta img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-apresentacao-apresentacao .firula-top {
  position: absolute;
  width: 55px;
  top: 0;
  left: 0;
  display: none;
}

.box-apresentacao-apresentacao .firula-bottom {
  position: absolute;
  bottom: 0;
  right: -38px;
  z-index: 1;
  width: 126px;
  display: none;
}

.box-apresentacao-apresentacao {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #eadccb;
  height: 572px;
  width: 50%;
  position: relative;
  flex: 1 0 135px;
}

.box__apresentacao__apresentacao_title {
  color: #0a0f2d;
  font-size: 30px;
  font-weight: normal;
  line-height: 36.57px;
  font-family: "Montserrat-Regular";
  padding-right: 160px;
}

.box__apresentacao__apresentacao__item p {
  color: #707070;
  font-family: "OpenSans";
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 23.59px;
}

.box__apresentacao__apresentacao__item {
  display: flex;
  gap: 20px;
  flex-direction: column;
  width: 80%;
}

.engloba__apresentacao__planta__item {
  position: relative;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.engloba__apresentacao__planta__title {
  padding: 60px 0;
  text-align: center;
  color: #000000;
  font-size: 30px;
  font-weight: normal;
  line-height: 36.57px;
  font-family: "Montserrat-Regular";
  position: relative;
  width: 100%;
  max-width: 350px;
}

.engloba__apresentacao__planta__title:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #f0b450;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0px);
}

.engloba-apresentacao-planta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  position: relative;
}

#apresentacao-planta .btn-conhecer:hover a {
  background: transparent;
  color: #2d6275;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner {
  position: relative;
  display: block;
}

.banner .firula-banner {
  position: absolute;
  right: calc(50% - 110px);
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  width: 80px;
  display: none;
}

.banner img {
  width: 100%;
  object-fit: cover;
  height: auto;
}
.banner__imagem {
  height: 187px;
}

.carrossel-planta .owl-nav {
  display: table !important;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  z-index: -1;
}

.carrossel-planta .owl-nav .owl-next:after {
  content: "";
  background-image: url(../images/next-plant.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70px;
  height: 70px;
  display: block;
  margin-top: -53px;
}

.carrossel-planta .owl-nav .owl-next {
  float: right;
  font: 20px "ralewaysemibold" !important;
  color: transparent !important;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 47px !important;
  margin-right: -40px;
}

.carrossel-planta .owl-nav .owl-prev:after {
  content: "";
  background-image: url(../images/prev-plant.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70px;
  height: 70px;
  display: block;
  margin-top: -53px;
}

.carrossel-planta .owl-nav .owl-prev {
  float: left;
  margin-left: -64px;
  font: 20px "ralewaysemibold" !important;
  color: transparent !important;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 47px !important;
}

.carrossel-planta .owl-nav button span {
  background-color: #35959f;
  font: 20px "ralewaysemibold";
  color: #fff;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 47px;
  border-radius: 100%;
}

.apresentacao__planta__item {
  position: relative;
  width: 100%;
  text-align: center;
}

.apresentacao__planta__title {
  /* padding: 60px 0; */
  padding-top: 60px;
  text-align: center;
  color: #000000;
  font-size: 30px;
  font-weight: normal;
  line-height: 36.57px;
  font-family: "Montserrat-Regular";
  position: relative;
}

.apresentacao__planta__subtitle {
  padding-top: 23px;
  padding-bottom: 60px;
  text-align: center;
  color: #000000a3;
  font-size: 17px;
  font-weight: normal;
  font-family: "Montserrat-Regular";
}

.apresentacao__planta__title:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #f0b450;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0px);
}

#apresentacao-planta .wrap.apresentacao-planta {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 1330px;
  text-align: center;
  display: block;
  margin-bottom: 30px;
}

.engloba-video-andamento {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 0;
  height: 500px;
}

#apresentacao-planta .wrap.apresentacao-planta:before {
  content: "";
  width: 1px;
  height: 340px;
  background: rgba(112, 112, 112, 0.3);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%, 0);
  display: none;
}

.apresentacao-planta .box-plantas .image {
  width: 431px;
  height: 373px;
  width: 385px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.apresentacao-planta .box-plantas {
}

.apresentacao-planta .owl-item:nth-of-type(even) .box-plantas {
  transform: translate(-500px, 0);
  opacity: 0;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.apresentacao-planta .box-plantas:nth-of-type(even):before {
  content: "";
  background: rgba(112, 112, 112, 0.3);
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  right: -35px;
}

.apresentacao-planta .owl-item:nth-of-type(odd) .box-plantas {
  transform: translate(500px, 0);
  opacity: 0;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.apresentacao-planta .owl-item .box-plantas.animate {
  transform: translate(0);
  opacity: 1;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  border-right: 1px solid #00000030;
  margin-right: 0;
  padding-right: 20px;
}

.apresentacao-planta .box-plantas .descricao .titulo {
  color: #2d6275;
  font-size: 19px;
  font-family: "mosk-semi-bld";
  margin-top: 15px;
  margin-bottom: 5px;
  text-align: center;
  padding: 0 20px;
}

.apresentacao-planta .box-plantas .descricao {
  text-align: center;
}

.apresentacao-planta .descricao p {
  color: #707070;
  font-family: "OpenSans";
  font-size: 15px;
  /* width: 74%; */
}

.box-apresentacao-mapa {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#apresentacao-mapa {
  background: #efefee;
}
#apresentacao-mapa .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.image-form img {
  width: 100%;
  object-fit: cover;
}

.image-form {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 518px;
  width: calc(100% - 835px);
  flex: 1 0 420px;
}

.box-apresentacao-formulario {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 40%;
}

.engloba-contatos {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 13px;
  flex-wrap: wrap;
  width: calc(100% - 100px);
}

.box-apresentacao-formulario .form {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-direction: column;
  height: 100%;
  gap: 85px;
  padding-left: 40px;
}

.box-apresentacao-formulario .titulo:after {
  content: "";
  height: 4px;
  display: block;
  width: 133px;
  background: #fbba00;
  margin-top: 20px;
}

.box-apresentacao-formulario .titulo {
  font-size: 34px;
  color: #000000;
  font-weight: normal;
  font-family: "Montserrat-Regular";
  line-height: 36.57px;
}

.box-apresentacao-formulario input:nth-of-type(4) {
  flex: 1 0 100%;
}

.box-apresentacao-formulario input {
  border-radius: 25px;
  width: 100%;
  padding-left: 25px;
  flex: 1 0 300px;
  height: 40px;
  border: 1px solid #000000;
}

.box-apresentacao-formulario input::placeholder {
  color: #707070;
  font-size: 14px;
  font-family: "Opensans";
}

.box-apresentacao-formulario span {
  color: #fbba00;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.box-apresentacao-formulario .central {
}

.box-apresentacao-formulario form {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  width: calc(100% - 60px);
  gap: 10px;
}

.box-apresentacao-formulario button {
  padding: 10px 34px;
  border-radius: 25px;
  color: 000000;
  background: #fbba00;
  display: table;
  margin: 0 auto;
  margin-right: 0;
  /* margin-top: 55px; */
  font-size: 14px;
  font-family: "mosk-semi-bld";
  letter-spacing: 2px;
  border: 1px solid #fbba00;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 15px;
}

.box-apresentacao-formulario button:hover {
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fbba00;
}

.footer__wrap__copygrif {
  width: 100%;
  max-width: 1038px;
  display: flex;
  position: relative;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0;
  align-items: center;
}

.footer__wrap__copygrif h4 {
  color: #fff;
  font-weight: normal;
  font-family: "Montserrat-Regular";
  font-size: 14px;
  line-height: 18.28px;
  letter-spacing: 0.2px;
  margin-left: 18px;
}

.footer__wrap__copygrif img {
  width: 100%;
}

#footer span {
  background: #fff;
  height: 1px;
  width: 100%;
  position: relative;
  display: block;
  opacity: 0.2;
}

#footer .wrap {
  padding-bottom: 35px;
}

#footer .protocolo {
  font-size: 10px;
  font-weight: normal;
  line-height: 15px;
  font-family: "Montserrat-Regular";
  padding: 20px 20px;
  text-align: center;
  color: #ffffffc4;
}

#footer {
  background: #000000;
}

.footer__wrap__item {
  width: 100%;
  max-width: 1038px;
  display: table;
  position: relative;
  margin: 0 auto;
}

.footer__wrap__item h4 {
}

.footer__wrap__item img {
}

.footer__wrap__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 30px;
}

.footer__wrap__item__contact .image {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  flex-direction: column;
  width: 100%;
  height: 100px;
  margin-top: 15px;
}

.footer__wrap__item__logo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1 0 140px;
}

.footer__wrap__item__contact .mg {
  padding: 11px 0;
}

.footer__wrap__item__contact h5,
.footer__wrap__item__contact h4 {
  color: #fff;
  font-weight: normal;
  font-family: "Montserrat-Regular";
  font-size: 17px;
  line-height: 23.28px;
  letter-spacing: 0.2px;
  margin: 0;
  display: table;
  width: 100%;
}

.footer__wrap__item__contact .mg,
.footer__wrap__item__contact .e2q {
  background: #fff;
  width: 100%;
  max-width: 170px;
  border-radius: 4px;
}

.footer__wrap__item__contact .mg img,
.footer__wrap__item__contact .e2q img {
  margin: 0;
  width: 115px;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
  max-width: inherit;
  padding: 0 8px;
}

.footer__wrap__item__logo img {
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
  max-width: 174px;
}

.footer__wrap__item__list nav ul {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.footer__wrap__item__list nav,
.footer__wrap__item__contact {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 30px;
}

.footer__wrap__item__list nav:after,
.footer__wrap__item__contact:after {
  content: "";
  border-left: 1px solid #eadccb;
  display: inline-block;
  position: relative;
  height: 135px;
}

.footer__wrap__item__list nav ul li a {
  color: #f7f7f7;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat-Regular";
  line-height: 23.59px;
  letter-spacing: 0.2px;
}

.footer__wrap__item__list {
  flex: 1 0 360px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.footer__wrap__item__contact {
  flex: 1 0 240px;
  align-items: flex-start;
}

.footer__wrap__item__social__media {
  margin-top: -40px;
  display: flex;
  flex: 1 0 80px;
  justify-content: flex-end;
  display: none;
}

.footer__wrap__item__social__media a {
  color: #fff;
  font-size: 25px;
  margin: 0 6px;
}

.footer__wrap__item__contact h4 {
  color: #f7f7f7;
  font-size: 20px;
  font-weight: 600;
  font-family: "Montserrat-Regular";
  line-height: 23.59px;
  letter-spacing: 0.2px;
  width: 100%;
}

.footer__wrap__item__contact p {
  color: #f7f7f7;
  font-size: 15px;
  font-weight: normal;
  line-height: 23.59px;
  letter-spacing: 0.2px;
  font-family: "Opensans";
}

.ancora-formulario {
  position: absolute;
  top: 0;
}

#ficha-tecnica {
  background: #f0f1f1;
  display: none;
}

.engloba-ficha-tecnica1 {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.engloba-ficha-tecnica2 {
  padding: 50px 60px;
  padding-top: 92px;
  margin-right: 0;
  background: #143467;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
}

.engloba-ficha-tecnica2 .fancybox-button svg {
  color: #fff;
}

.engloba-ficha-tecnica1.animate,
.engloba-ficha-tecnica2.animate {
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.elemento1 {
  width: 448px;
  height: 331px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -424px;
  right: 0;
}

.selo-verde {
  width: 115px;
  height: 115px;
  position: absolute;
  top: 16px;
  right: 41px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.engloba-ficha-tecnica2 p {
  clear: both;
  line-height: 17px;
  font-size: 12px;
  color: #fff;
  font-family: "OpenSans";
  /* position: absolute; */
  /* bottom: 0; */
}

.titulo-ficha-tecnica1 {
  color: #2d6275;
  font-family: "Montserrat-Regular";
  font-size: 31px;
  text-align: center;
  font-weight: normal;
}

.engloba-ficha-tecnica1 .engloba-box-assinatura {
  padding-top: 64px;
  display: table;
}

.engloba-ficha-tecnica1 .engloba-box-assinatura .box-assinatura {
}

.engloba-ficha-tecnica1 .engloba-box-assinatura .image {
  float: right;
  width: 234px;
  height: 244px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.engloba-ficha-tecnica1 .engloba-box-assinatura .descricao {
  float: left;
  width: 65%;
}

.engloba-ficha-tecnica1 .engloba-box-assinatura .descricao .titulo {
  color: #0a0f2d;
  font-family: "OpenSans";
  font-size: 19px;
  line-height: 17px;
  margin-bottom: 14px;
}

.engloba-ficha-tecnica1 .engloba-box-assinatura .descricao p {
  color: #707070;
  font-family: "OpenSans";
  font-size: 14px;
}

.btn-ficha {
  margin-top: 55px;
}

.btn-ficha a {
  padding: 10px 25px;
  border-radius: 25px;
  color: #fff;
  background: #2d6275;
  border: 1px solid #2d6275;
  font-size: 14px;
  font-family: "mosk-semi-bld";
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-ficha:hover a {
  background: transparent;
  color: #2d6275;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.logo-premium {
  margin: 0 auto;
  display: table;
  width: 120px;
  clear: both;
  padding-top: 26px;
}

.logo-premium img {
  width: 100%;
}

.titulo-ficha-tecnica2 {
  font-family: "Montserrat-Regular";
  font-size: 23px;
  color: rgb(255 255 255 / 82%);
  margin-bottom: 22px;
  position: absolute;
  top: 0;
  left: 0;
}

.eng-box-topico-ficha {
  display: table;
  width: 100%;
  margin-top: 49px;
}

.box-topico-ficha {
  width: 45%;
  margin-bottom: 30px;
}

.box-topico-ficha:nth-of-type(even) {
  float: right;
}

.box-topico-ficha:nth-of-type(odd) {
  float: left;
  clear: both;
}

.box-topico-ficha .titulo {
  color: rgb(255 255 255 / 82%);
  font-size: 14px;
  font-weight: normal;
  font-family: "ralewaysemibold";
  margin-bottom: 11px;
  border-bottom: 1px solid rgb(204 204 204 / 73%);
  padding-bottom: 7px;
}

.box-topico-ficha ul {
  padding-left: 24px;
}

.box-topico-ficha ul li {
  color: rgb(255 255 255 / 82%);
  font-family: "OpenSans";
  font-size: 11px;
  line-height: 17px;
  margin-bottom: 5px;
}

.box-topico-ficha ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  background: rgb(255 255 255 / 82%);
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  margin-right: 3px;
  margin-left: -21px;
}

#banner-inter {
  height: 471px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: table;
  width: 100%;
}

#banner-inter .wrap {
  height: 100%;
  padding: 0;
}

#banner-inter .titulo {
  color: #ffff;
  font-size: 37px;
  font-family: "Montserrat-Regular";
  font-weight: normal;
}

.box-espaco-corretor .descricao {
  float: none;
}

.box-espaco-corretor .descricao .titulo {
  color: #fff;
  font-family: "OpenSans";
  font-size: 15px;
}

.box-espaco-corretor .descricao p {
  color: rgb(255 255 255 / 72%);
  font-family: "OpenSans";
  font-size: 13px;
}

.box-espaco-corretor .content {
  border: 1px solid #fbba00;
  border-radius: 40px;
  height: 46px;
  background: #fbba00;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-espaco-corretor .content .btn-whats a {
  color: #000000;
  font-size: 17px;
  font-weight: normal;
  line-height: 36.57px;
  font-family: "Montserrat-Regular";
}

.box-espaco-corretor .content .btn-whats a .icon-text {
  font-style: normal;
  margin-right: 10px;
}

.box-espaco-corretor {
  padding-right: 15px;
}

.box-espaco-corretor:hover .content {
  background: #fbba00;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.box-espaco-corretor .image {
  width: 31px;
  margin-right: 19px;
  filter: brightness(10) saturate(0.1) contrast(10);
  float: none;
}

.box-espaco-corretor:hover {
  z-index: 100;
  border: none;
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.box-espaco-corretor .image img {
  width: 100%;
  filter: brightness(10) saturate(0.1) contrast(10);
}

.engloba-espaco-corretor {
  text-align: center;
}

#espaco-corretor {
  /* background-image: url(../images/firula-book.png); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.engloba-espaco-corretor .engloba-titulo {
  margin-bottom: 47px;
}

.engloba-espaco-corretor .engloba-titulo .titulo-espaco-corretor:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #f0b450;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0px);
}

.engloba-espaco-corretor .engloba-titulo .titulo-espaco-corretor {
  text-align: center;
  color: #000000;
  font-size: 30px;
  font-weight: normal;
  line-height: 36.57px;
  font-family: "Montserrat-Regular";
  position: relative;
}

.engloba-espaco-corretor .engloba-titulo p {
  color: #00000091;
  font-size: 14px;
  font-weight: normal;
  font-family: "Montserrat-Regular";
  margin-top: 40px;
}

.botao-flutuante {
  position: fixed;
  bottom: 36px;
  right: 16px;
  z-index: 1500;
  display: none;
}

.botao-flutuante img {
  display: inline-block;
  vertical-align: middle;
  width: 47px;
}

.botao-flutuante span {
  display: inline-block;
  vertical-align: middle;
  margin-right: -23px;
  border: 1px solid #d1d1d1;
  padding: 5px 26px;
  border-radius: 20px 0 0 20px;
  color: rgba(10, 15, 45, 0.8);
  font-size: 13px;
  font-family: "ralewayregular";
  background: #fff;
}

.botao-flutuante span b {
  font-size: 14px;
  color: rgba(10, 15, 45, 0.8);
  font-family: "ralewaybold";
}

.botao-flutuante a span {
  font-size: 30px;
  color: #fff;
  display: block;
  line-height: 45px;
}

.lightbox-whatsapp {
  width: 272.19px;
  /* height: 506.82px; */
  background: transparent;
  display: none;
  background-repeat: no-repeat;
}

.lightbox-whatsapp .fancybox-close-small {
  right: 16px;
  top: 18px;
}

.lightbox-whatsapp .titulo {
  text-align: center;
  color: rgba(10, 15, 45, 0.8);
  font-size: 19px;
  font-family: "ralewayregular", "sans-serif";
  font-weight: 100;
  margin-bottom: 11px;
}

.lightbox-whatsapp .titulo b {
  color: #0a0f2d;
  font-size: 21px;
  font-family: "ralewaybold";
}

.engloba-contatos .phone {
  gap: 2px !important;
}

.engloba-contatos .phone:after,
.engloba-contatos .email:after {
  content: "";
  display: inline-block;
  height: 28px;
  width: 2px;
  background: rgba(112, 112, 112, 0.3);
  margin-left: 10px;
}

.engloba-contatos .phone,
.engloba-contatos .email,
.engloba-contatos .location {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  flex: 1 0 180px;
}

.engloba-contatos .phone img,
.engloba-contatos .email img,
.engloba-contatos .location img {
  width: 21px;
}

.lightbox-whatsapp .image {
  margin: 0 auto;
  display: table;
  margin-top: 30px;
  margin-bottom: 21px;
}

.lightbox-whatsapp .image img {
}

.lightbox-whatsapp p {
  color: rgba(10, 15, 45, 0.8);
  font-size: 13px;
  text-align: center;
  line-height: 17px;
  margin-bottom: 29px;
  font-family: "ralewayregular", "sans-serif";
}

.lightbox-whatsapp form {
}

.lightbox-whatsapp form input {
  width: 100%;
  height: 41px;
  border: 1px solid #c6c6c6;
  margin-bottom: 6px;
  padding-left: 18px;
  font-family: "ralewayregular", "sans-serif";
  font-size: 12px;
  color: rgba(10, 15, 45, 0.4);
}

.lightbox-whatsapp .enviar {
  margin: 0 auto;
  margin-top: 35px;
  display: block;
  width: 183px;
  height: 44px;
  clear: both;
  position: relative;
  background: #23dd7b;
  border-radius: 25px;
  color: rgba(10, 15, 45, 0.8);
  font-size: 14px;
  font-family: "ralewaybold";
  cursor: pointer;
  float: none;
}

.lightbox-whatsapp .enviar img {
  margin-right: 10px;
  margin-top: 2px;
}

#video-andamento .wrap {
  padding: 0;
  max-width: none;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#video-andamento .titulo:after {
  content: "";
  border-bottom: 2px solid #fbba00;
  display: block;
  width: 100px;
}

#video-andamento .titulo {
  text-align: left;
  color: #2d6275;
  display: table;
  font-size: 30px;
  line-height: 45px;
  font-family: "Montserrat-Regular";
  font-weight: normal;
  width: 92%;
  margin: 0 auto;
  padding: 30px 0;
}

.carrossel-video-andamento {
  width: 378px;
  margin: 0 auto;
}

.carrossel-video-andamento .owl-nav {
  display: table !important;
  width: 100%;
}

.carrossel-video-andamento .owl-nav .owl-prev:before {
  content: "<";
  font-family: "ralewaymedium";
  font-size: 35px;
  color: transparent;
}

.carrossel-video-andamento .owl-nav .owl-next:before {
  content: ">";
  font-family: "ralewaymedium";
  font-size: 35px;
  color: transparent;
}

.carrossel-video-andamento .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  margin-left: 0;
  top: 50%;
  transform: translate(0px, -50%);
}

.carrossel-video-andamento .owl-nav .owl-next {
  position: absolute;
  right: 116px;
  top: 50%;
  transform: translate(0px, -50%);
}

.carrossel-video-andamento .owl-nav .owl-prev:after {
  content: "";
  background-image: url(../images/prev.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  position: relative;
  height: 60px;
  width: auto;
  margin-left: 15px;
}

.carrossel-video-andamento .owl-nav .owl-next:after {
  content: "";
  background-image: url(../images/next.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60px;
  width: auto;
  position: relative;
  display: block;
  margin-right: 8px;
}

.carrossel-video-andamento .owl-nav .owl-prev,
.carrossel-video-andamento .owl-nav .owl-next {
  font-size: 0 !important;
  width: 60px;
  height: 68px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#video-andamento .titulo-porcentagem {
  color: #fff;
  font-size: 16px;
  font-family: "Montserrat-Regular";
  font-weight: normal;
  float: none;
  width: calc(100% - 80px);
  text-align: left;
}

.video-andamento-ld1 {
  display: flex;
  height: 100%;
  z-index: 1;
  position: absolute;
  right: 0;
  top: -80px;
}

.video-andamento-ld2 {
  width: 50%;
  height: 555px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 55px;
  float: none;
  z-index: 1;
}

.box-video-andamento {
  width: 100%;
  height: 586px;
}

.englobamento-geral-porcentagem:last-of-type {
  margin-bottom: 0;
}

.engloba-andamento {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  gap: 18px;
}

.englobamento-geral-porcentagem {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  width: 100%;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.boxPercent {
  width: 166px;
  height: 24.68px;
  overflow: hidden;
  background: #fff;
  border-radius: 25px;
}

.boxPercent .barrPercent {
  width: 0;
  height: 100%;
  display: inline-block;
  background-color: #fbba00;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.eng-porc {
  float: none;
  display: flex;
  gap: 16px;
  flex-wrap: nowrap;
}

.englobamento-geral-porcentagem:last-of-type .boxPercent .barrPercent {
  /* background: #13d62a; */
}

.englobamento-geral-porcentagem .titulo {
  margin-right: 43px;
}

.porcentagem_conclusao .barra_porcentagem {
  background: #3a1548;
  height: 100%;
  width: 80%;
  display: block;
  position: relative;
}

.porcentagem_conclusao {
  background: #fff;
  height: 22px;
  position: relative;
  width: 276px;
  margin-right: 33px;
}

.total-conclusao {
  color: #fff;
  font-size: 15px;
  float: none;
  text-align: left;
  font-family: "Montserrat-Regular";
}
#tour .engloba-titulo {
  display: none;
}
#tour .engloba-titulo .titulo {
  padding: 60px 0;
  text-align: center;
  color: #000000;
  font-size: 30px;
  font-weight: normal;
  line-height: 36.57px;
  font-family: "Montserrat-Regular";
  position: relative;
}
#tour .engloba-titulo .titulo:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #f0b450;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0px);
}
#tour .engloba-iframe {
  width: 1280px;
  height: 720px;
  margin: 0 auto;
}
#tour .engloba-iframe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#conteudo .wrap {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  max-width: 100%;
  padding: 0;
}
#conteudo .wrap:nth-last-of-type(odd) {
  flex-direction: row;
}
#conteudo .wrap .engloba-box-conteudo-esq {
  width: 50%;
}
#conteudo .wrap .engloba-box-conteudo-esq .box-conteudo-esq {
  width: 100%;
  height: 100%;
}
#conteudo .wrap .engloba-box-conteudo-esq .box-conteudo-esq .content {
  padding: 50px 90px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#conteudo
  .wrap
  .engloba-box-conteudo-esq
  .box-conteudo-esq
  .content
  .descricao {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
}
#conteudo
  .wrap
  .engloba-box-conteudo-esq
  .box-conteudo-esq
  .content
  .descricao
  .imagem {
  width: 300px;
  height: 300px;
}
#conteudo
  .wrap
  .engloba-box-conteudo-esq
  .box-conteudo-esq
  .content
  .descricao
  .imagem
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#conteudo
  .wrap
  .engloba-box-conteudo-esq
  .box-conteudo-esq
  .content
  .titulo-principal {
  color: #000000ad;
  font-size: 17px;
  font-weight: 100;
  font-family: "Montserrat-Regular";
  margin-bottom: 15px;
}
#conteudo
  .wrap
  .engloba-box-conteudo-esq
  .box-conteudo-esq
  .content
  .engloba-titulo
  .titulo {
  color: #000000;
  font-size: 30px;
  font-weight: normal;
  line-height: 36.57px;
  font-family: "Montserrat-Regular";
  position: relative;
  margin-bottom: 50px;
}
#conteudo
  .wrap
  .engloba-box-conteudo-esq
  .box-conteudo-esq
  .content
  .engloba-titulo
  .titulo:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #f0b450;
  bottom: -10px;
}
#conteudo
  .wrap
  .engloba-box-conteudo-esq
  .box-conteudo-esq
  .content
  .descricao
  p {
  color: #00000091;
  font-size: 14px;
  font-weight: normal;
  line-height: 23px;
  font-family: "Montserrat-Regular";
  margin: 10px 0;
  margin-bottom: 40px;
  width: 100%;
}
#conteudo .wrap .engloba-box-conteudo-dir {
  width: 50%;
}
#conteudo .wrap .engloba-box-conteudo-dir .box-conteudo-dir {
  width: 100%;
  height: 100%;
}
#conteudo .wrap .engloba-box-conteudo-dir .box-conteudo-dir .content {
  height: 100%;
}
#conteudo .wrap .engloba-box-conteudo-dir .box-conteudo-dir .content .imagem {
  height: 100%;
  position: relative;
}
#conteudo
  .wrap
  .engloba-box-conteudo-dir
  .box-conteudo-dir
  .content
  .imagem
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
}
#conteudo
  .wrap
  .engloba-box-conteudo-dir
  .box-conteudo-dir
  .content
  .imagem
  .legenda {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #ffff;
  font-size: 20px;
  font-weight: normal;
  line-height: 36.57px;
  font-family: "Montserrat-Regular";
}
#conteudo
  .wrap
  .engloba-box-conteudo-dir
  .box-conteudo-dir
  .content
  .imagem
  img.metade {
  height: 350px;
}
#next-video {
  width: 100%;
  border-top: 9px solid #f9b82a;
  display: none;
}
#next-video .next-video__main__item {
  width: 100%;
  height: 500px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
}
#next-video .next-video__main__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#next-video .next-video__main__item:before {
  content: "";
  background-color: #ffffff;
  width: 20%;
  max-width: 120px;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* opacity: 0.8; */
}
#financiamento .engloba-box-financiamento {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  gap: 25px;
}
#financiamento .engloba-box-financiamento p {
  color: #00000091;
  font-size: 10px;
  font-weight: normal;
  line-height: 15px;
  font-family: "Montserrat-Regular";
  padding: 20px 20px;
}
#financiamento
  .engloba-box-financiamento
  .box-financiamento
  .engloba-titutlo
  .titulo {
  font-size: 15px;
  color: #000000;
  font-weight: normal;
  font-family: "Montserrat-Regular";
  text-align: center;
}
#financiamento .engloba-box-financiamento .box-financiamento .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
#financiamento .engloba-box-financiamento .box-financiamento .content .image {
  position: relative;
  /* width: 100%; */
  height: 80px;
}
#financiamento
  .engloba-box-financiamento
  .box-financiamento:nth-of-type(2)
  .content
  .image {
  /* margin-top: 12px; */
}
#financiamento
  .engloba-box-financiamento
  .box-financiamento
  .content
  .image
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#video-andamento {
  display: none;
}
#mapa {
  display: none;
}
