﻿@font-face {
  src: url("fonts/Abril_Fatface/AbrilFatface-Regular.ttf");
  font-family: font1;
}
@font-face {
  src: url("fonts/Roboto/Roboto-Regular.ttf");
  font-family: font2;
}
@font-face {
  src: url("fonts/Ubuntu/Ubuntu-Bold.ttf");
  font-family: font3;
}

/* Padrï¿½o */
body {
  background-color: #f1f1f1 !important;
}
a {
  outline: none !important;
  text-decoration: none !important;
}
.conteudo {
  max-width: 1000px;
  margin: 0 auto;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  margin: 0 !important;
}
.titulo {
  color: #31b4fe;
  font-family: font3;
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 40px;
}
button:hover {
  background-color: #020265 !important;
  color: white !important;
  transition: 0.5s;
}
.botaoAtivo {
  background-color: #d3d3ff !important;
  transition: ease-in-out 0.5s !important;
  color: #33348f !important;
}
.mudar-cor-nav {
  filter: invert(13%) sepia(91%) saturate(2542%) hue-rotate(237deg) brightness(93%) contrast(88%);
}
.tituloMobile {
  color: #31b4fe;
  font-family: font3;
  text-transform: uppercase;
  font-size: 25px;
  margin: 1rem auto 3rem auto !important;
  width: 90%;
}

/* Cabecalho */
.navbar-brand img {
  width: 19vw;
  border: none !important;
  background-color: transparent !important;
}
.nav-item {
  width: 9vw;
  height: 18vh;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  background-color: #fefefe;
  border: 1px solid #d3d3ff;
  margin: 0 5px;
  text-align: center;
  color: black;
  font-family: font2;
  font-size: calc(0.05rem + 1vw);
}
.nav-item img {
  width: 35%;
  height: auto;
}
.nav-item:hover {
  background-color: #d3d3ff;
  transition: ease-in-out 0.5s;
  color: #33348f;
}
.navbar-collapse {
  top: 0;
  position: relative;
  justify-content: center;
}

.whatsapp {
  position: fixed;
  z-index: 9999;
  right: 20px;
  bottom: 20px;
}
.whatsapp img {
  width: 50px;
}

/* Banner */
.banner {
  background: url(../img/banner-index.png);
  height: 450px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 30px;
  flex-direction: column;
  position: relative;
}
.banner h1 {
  z-index: 2;
  text-transform: uppercase;
  color: #fff;
  font-size: 25px;
  font-family: font3;
}
.banner p {
  z-index: 2;
  text-transform: uppercase;
  color: #99f9ff;
  font-family: font1;
  font-size: 65px;
}
.quadradoBanner {
  width: 240px;
  height: 35px;
  z-index: 0;
  position: absolute;
}
.azul {
  background-color: #7ddfe5;
  top: 210px;
  left: -20px;
}
.vermelho {
  background-color: #ffffff;
  top: 380px;
  left: 120px;
}

/* Quem somos */
.quemsomos {
  margin: 80px 0;
}
.boxSomos {
  display: flex;
  justify-content: space-between;
}
.boxSomos img {
  width: 450px;
  height: 500px;
}
.boxSomos p {
  max-width: 500px;
}
.quemsomos p {
  color: #5e5e5e;
}

/* Servicos */
.servicos {
  background: url(../img/imgServicos.png) no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  background-size: cover;
}
.tituloServicos {
  max-width: 45%;
  margin: 0 auto;
  color: white;
}
.blocoServicos {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 1000px;
  margin: 0 auto;
}
.boxServicos {
  width: calc(85% / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  text-align: center;
}
.boxServicos img {
  width: 45x;
  height: 45px;
}
.servicos button {
  border: none;
  background-color: #31b4fe;
  color: #4636a2;
  width: 25%;
  padding: 1em 0;
}

/* Rodape */
.rodape {
  height: 517px;
  position: relative;
  margin: 5rem auto 100px auto;
  display: flex;
}
.blocoRodape {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.back {
  background: url(../img/imgContato.png) no-repeat;
  border-radius: 30px 0 0px 30px;
}
.formulario {
  background-color: #2eb3ff;
  border-radius: 0 30px 30px 0;
}
form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 55%;
}
label p {
  font-size: 10px;
  color: #4636a2;
}
input {
  border: none;
  border-bottom: 1px solid white;
  background: none !important;
  padding: 0;
}
input::placeholder {
  font-size: 14px;
  color: white;
}
form input,
textarea,
label,
button {
  width: 100%;
  outline: none !important;
  text-decoration: none !important;
}
form button {
  border: none;
  background-color: #4636a2;
  color: white;
  font-size: 14px;
}
textarea {
  border: 1px solid white;
  background: none;
  height: 65px !important;
}
.barraRodape {
  position: absolute;
  bottom: -70px;
  width: 90%;
  background-color: white;
  left: 5%;
  border-radius: 20px;
  height: 100px;
  padding: 0em 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 0px 5px 0px gray;
}
.barraRodape p {
  color: #4636a2;
  font-weight: bolder;
}
.informacoes {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 14% 0 10% 0;
}
.informacoes p {
  color: #4636a2;
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 14px;
}
.redes-socias {
  margin: 50px 0 0 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.redes-socias img {
  margin: 0 1em;
}
.input-field {
  width: 100%;
  margin: 0 !important;
}
.input-field input {
  color: white;
  border-color: white !important;
  margin: 0 !important;
}
.input-field label {
  color: #4636a2 !important;
}
.input-field > label {
  font-size: 14px !important;
}

.filtro li::selection {
  color: black;
}

/* Zaite */
.zaite {
  background-color: #151515;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5em 2em;
}

/* Imoveis */
.filtro {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.filtro li {
  width: 95%;
  height: 10vh;
  background-color: #31b4fe;
  color: white;
  margin: 0 5px;
  list-style: none;
  cursor: pointer;
  padding: 0.8em 1em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ativo {
  background-color: #4636a2;
}
.texto {
  width: 50%;
}
.texto-imoveis {
  width: 49%;
}
.galeria-imagens {
  width: 50%;
}
.item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 3rem;
}
.owl-dots {
  display: none;
}
.texto-imoveis h1 {
  text-transform: uppercase;
  color: #4636a2;
  font-family: font1;
  font-size: 40px;
}
.texto-imoveis h2 {
  text-transform: uppercase;
  font-size: 20px;
  color: #31b4fe;
  font-weight: bolder;
  margin: 15px 0 30px 0 !important;
}
.imoveis .owl-nav {
  display: flex;
  position: absolute;
  top: 50%;
  width: 100%;
  justify-content: space-between;
}
.imoveis .owl-nav button {
  width: min-content;
}
.galery {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.galery_images {
  width: 95% !important;
  margin: 0.5rem 0;
}
.owl-prev:hover,
.owl-next:hover {
  background-color: transparent !important;
}
.html5-image-img {
  object-fit: cover;
  width: 100%;
}
.ativoImoveis {
  background-color: #d3d3ff !important;
}
.owl-prev,
.owl-next {
  width: 35px !important;
  height: 35px;
  position: relative;
  background: none !important;
  opacity: 1 !important;
}
.owl-prev {
  margin-left: -50px !important;
}
.owl-next {
  margin-right: -50px !important;
}
.owl-prev::before,
.owl-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e1e1e1;
  border-radius: 50% !important;
  line-height: 50px;
}
.owl-prev::after,
.owl-next::after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  transform: rotate(135deg);
  border: solid black;
  border-width: 0 3px 3px 0;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -4px;
}
.owl-next::after {
  transform: rotate(-45deg);
  margin-left: -14px;
}
.formularioImoveis select {
  display: block !important;
}
.caroImo {
  width: 100% !important;
  padding: 0 10% !important;
}

/* .caroImo a{
   width: calc(90%/3)!important;
} */
/* Aluguel */
.carousel-item {
  display: flex !important;
  justify-content: center;
}
.banner-aluguel {
  position: relative;
}
.bloco-carousel,
.carousel-inner,
.carousel-item {
  height: 100%;
}
.bloco-carousel {
  background-color: #4636a2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: auto;
}
.bloco-carousel img {
  width: 100%;
  height: 100%;
}
.bloco-carousel h1 {
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  font-family: font2;
  border-bottom: 1px solid #31b4fe;
  padding-bottom: 1em;
}
.bloco-carousel p {
  color: white;
  margin-top: 50px !important;
}
.bloco-carousel button {
  padding: 1em;
  background-color: #31b4fe;
  border: none;
  color: #4636a2;
  margin-top: 40px;
}
.quadrado {
  background-color: #31b4fe;
  height: 60px;
  width: 250px;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* Construcao */
.construcao {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 200px auto 0 auto;
}
.bloco-construcao button {
  padding: 1em;
  background-color: #4636a2;
  border: none;
  color: #31b4fe;
  margin-top: 40px;
  width: 90%;
}
.bloco-construcao p {
  color: black;
  width: 90%;
}
.bloco-construcao ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.bloco-construcao li {
  list-style: none;
  width: calc(90% / 3);
  text-align: center;
  margin-top: 40px;
}
.bloco-construcao img {
  width: 100px;
  height: 100px;
}
.galeria-imagens img {
  margin-left: 1em;
  cursor: pointer;
}
.texto-imoveis p {
  width: 95%;
}

@media (max-width: 1199.98px) {
  .nav-item {
    width: 120px;
  }
  .navbar-brand img {
    width: 200px;
  }
}

@media (max-width: 600px) {
  .container-fluid {
    padding: 0 !important;
  }
  .navbar-brand {
    width: 50%;
  }
  .navbar-brand img {
    width: 100%;
  }
  .navbar {
    justify-content: space-evenly !important;
  }
  .navbar-toggler {
    width: min-content;
  }
  .navbar-nav {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row !important;
  }
  .navbar-nav li {
    margin: 5px;
  }
  .nav-item {
    font-size: 1rem;
  }
  .banner p {
    font-size: 2em;
  }
  .boxSomos {
    flex-direction: column;
    padding: 0 1em;
  }
  .boxSomos img {
    width: 100%;
    height: 100%;
    margin: 1em 0 !important;
    order: 2;
  }
  .servicos {
    height: auto;
  }
  .tituloServicos {
    max-width: 95%;
    margin: 1em 0;
  }
  .blocoServicos {
    flex-direction: column;
  }
  .boxServicos {
    width: 95% !important;
    margin: 1em 0;
  }
  .servicos {
    background-size: cover;
  }
  .servicos button {
    width: 95%;
    margin: 1em 0;
    background-color: #31b4fe !important;
  }
  .rodape {
    margin: 2em 0;
    height: auto;
    flex-direction: column;
  }
  .formulario {
    height: auto !important;
    padding: 2em 0;
  }
  .blocoRodape {
    height: 20vh;
    width: 100%;
    border-radius: 0 !important;
    background-size: cover;
  }
  form {
    width: 90%;
    margin: 0 auto;
  }
  .barraRodape {
    height: auto;
    padding: 0.5em;
    flex-direction: column;
    position: relative;
    text-align: center;
    top: 30px;
  }
  .barraRodape p {
    margin: 0 !important;
  }
  .barraRodape div {
    flex-direction: column;
  }
  .zaite {
    flex-direction: column;
  }
  .zaite img {
    margin: 1em 0;
  }
  .informacoes {
    margin: 20% 0 10% 0;
  }
  .informacoes p {
    text-align: center;
  }
  .filtro li {
    width: calc(95% / 1);
    margin: 5px 0;
  }
  .filtro {
    flex-direction: column;
  }
  .item {
    flex-direction: column;
  }
  .texto-imoveis,
  .galeria-imagens {
    width: 90%;
    margin: 0.5em auto;
  }
  .texto-imoveis p {
    width: 100%;
  }
  .owl-next,
  .owl-prev {
    margin: 0 !important;
  }
  .owl-prev,
  .owl-next {
    width: 30px !important;
    height: 30px !important;
  }
  .owl-prev::before,
  .owl-next::before {
    background-color: #f1f1f1;
  }
  .galeria-imagens img {
    margin: 0;
  }
  .carousel-item,
  .construcao {
    flex-direction: column;
  }
  .bloco-carousel,
  .bloco-construcao {
    width: 100% !important;
    padding: 10px !important;
  }
  .banner-aluguel {
    height: auto;
  }
  .quadrado {
    display: none;
  }
  .construcao {
    margin: 20px auto 0 auto;
  }
  .bloco-construcao button,
  .bloco-construcao p {
    width: 100%;
  }
  .bloco-construcao ul {
    padding: 0;
  }
  .bloco-construcao li {
    width: calc(100% / 2);
  }
  .quadradoBanner {
    display: none;
  }
  button {
    background: none !important;
  }
  .navbar-collapse {
    top: 0;
  }
  .titulo {
    padding: 0 1rem;
  }
  .servicos a {
    width: 80% !important;
  }
  form button {
    background-color: #4636a2 !important;
  }
  .informacoes p {
    padding: 0 1rem;
  }
  .imoveis .owl-nav {
    display: none;
  }
  .bloco-carousel p {
    margin-top: 15px;
  }
  .bloco-carousel button {
    background-color: #31b4fe !important;
  }
  .bloco-construcao button {
    background-color: #4636a2 !important;
  }
  .item {
    margin-top: 1rem;
  }
  .galery_images {
    width: calc(95% / 2);
  }
  .galery {
    margin-top: 0.5rem;
  }
}

/* IMOVEIS NOVO */

.imoveisN {
  width: 100%;
  margin: 2.5rem 0 4.5rem 0;
}

.indisponivel {
  overflow: hidden;
  position: relative;
}

.indisponivel .containerImoveisN {
  filter: grayscale(1);
}

.indisponivel::before {
  content: "ImÃ³vel nÃ£o disponÃ­vel";
  width: 125%;
  height: 20vh;
  background-color: #ff0000;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  position: absolute;
  right: -12rem;
  bottom: 12rem;
  display: grid;
  place-items: center;
  z-index: 10;
  transform: rotate(26deg);
}

.containerImoveisN {
  width: 100%;
  padding: 0 10%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.descImoveisN,
.imgsImoveisN {
  width: 47.5%;
}

.descImoveisN h1,
h3,
p {
  word-break: break-word;
}

.descImoveisN h1 {
  text-transform: uppercase;
  color: #4636a2;
  font-family: font1;
  font-size: 2.25rem;
}

.descImoveisN h3 {
  text-transform: uppercase;
  font-size: 1.25rem;
  color: #31b4fe;
  font-weight: bolder;
  margin: 1rem 0 2rem 0 !important;
}

.imgsImoveisN {
  position: relative;
}

.seta {
  position: absolute;
  bottom: 1.75vh;
  font-size: 4rem;
  cursor: pointer;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.prev {
  left: -7.5%;
}

.next {
  right: -7%;
}

.imgPrincipal {
  width: 100%;
  margin-bottom: 0.5rem;
}

.imgPrincipal img {
  width: 100%;
}

.subsImgs {
  width: 100%;
}

.subsImgs img {
  width: calc(93.7% / 5);
  height: 15vh;
  object-fit: cover;
  margin-right: 0.25rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
}

/* .subsImgs img:nth-child(5){
   margin-right: 0;
} */

.outrosImoveis {
  width: 100%;
  padding: 0 10%;
  margin-bottom: 3rem;
}

.outrosImoveisHome .containerOutros {
  justify-content: center;
}

.outrosImoveisHome > h1 {
  color: #31b4fe !important;
  font-family: font3 !important;
  text-transform: uppercase !important;
  font-size: 25px !important;
  margin-bottom: 20px !important;
  text-align: center;
}

.outrosImoveisHome .containerOutros .blocoOutros {
  width: calc(90% / 3);
}

.outrosImoveis h1 {
  text-transform: uppercase;
  color: #4636a2;
  font-family: font1;
  font-size: 1.75rem;
}

.buscaImoveis {
  width: 100%;
  margin-top: 1rem;
}

.buscaImoveis form {
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  flex-direction: row !important;
}

.buscaImoveis form select {
  width: calc(80% / 3);
  border: 2px solid #4636a2;
  color: #4636a2;
  display: block;
  background: #f1f1f1;
}

.buscaImoveis form input {
  width: 13%;
  background: #4636a2 !important;
  border-radius: 2px;
  color: #fff;
  padding: 0.9rem;
  transition: all ease 0.3s;
}

.buscaImoveis form input:hover {
  filter: brightness(0.9);
}

.containerOutros {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.blocoOutros {
  width: calc(95% / 3);
  height: 57vh;
  padding: 1rem;
  border: 2px solid #4636a2;
  margin-right: 1rem;
  margin-bottom: 1rem;
  transition: all ease 0.3s;
}

.blocoOutros:hover {
  background: #4636a2;
}

.blocoOutros:hover .descOutros h1 {
  color: #fff;
}

.blocoOutros:nth-child(3),
.blocoOutros:nth-child(6),
.blocoOutros:nth-child(9),
.blocoOutros:nth-child(12),
.blocoOutros:nth-child(15) {
  margin-right: 0;
}

.blocoOutros a {
  width: 100%;
  text-decoration: none;
}

.imgOutros {
  width: 100%;
  margin-bottom: 1rem;
}

.imgOutros img {
  width: 100%;
  height: 40vh;
  object-fit: cover;
}

.descOutros {
  width: 100%;
}

.descOutros h1 {
  text-transform: uppercase;
  color: #4636a2;
  font-family: font1;
  font-size: calc(0.35rem + 1vw);
}

.checkPP {
  display: flex;
  justify-content: flex-start !important;
  align-items: baseline;
  flex-direction: row !important;
  font-size: 1rem;
}

.checkPP input {
  width: auto !important;
  margin-right: 0.5rem;
  position: relative !important;
  opacity: 1 !important;
  pointer-events: all !important;
}

/* EM CONSTRUï¿½ï¿½O */

.bannerForm {
  width: 100%;
  height: 100vh;
  margin-bottom: 3rem;
  display: flex;
}

.imgBannerForm,
.blocoBF {
  width: 60%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blocoBF {
  width: 100%;
}

.blocoBF img {
  height: 100vh;
}
.altavista-carrossel img {
  height: 100vh;
  object-fit: unset;
}
.slick-dots {
  position: absolute;
  list-style: none;
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  bottom: 0;
}
.slick-dots li.slick-active button {
  background: #fff;
  transition: all ease 0.6s;
}

.slick-dots li button:hover {
  background: #fff !important;
}
.slick-dots li {
  margin-right: 1rem;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  color: transparent;
  border: none;
  border-radius: 50px;
  outline: none;
  background: #4636a2;
  transition: all ease 0.3s;
  filter: drop-shadow(1px 1px 5px #000000);
}

.seta-esquerda,
.seta-direita {
  position: absolute;
  font-size: 3rem;
  transition: 0.3s;
  cursor: pointer;
}
.seta-esquerda:hover,
.seta-direita:hover {
  transform: scale(1.05);
}
.seta-esquerda svg,
.seta-direita svg {
  color: #fff;
  filter: drop-shadow(1px 1px 5px #000000);
}
.seta-esquerda {
  left: 0;
}
.seta-direita {
  right: 40%;
}

.BForm {
  width: 40%;
  padding: 2rem 5%;
  /* background: #4636a2; */
  background: linear-gradient(180deg, #33348f, #4636a2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #2eb3ff;
}

.imgBForm {
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-around;
}

.imgBForm img {
  width: 120px;
  background: #f1f1f1;
  padding: 0.75rem;
  border-radius: 5px;
}

.BForm h1 {
  color: #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
  font-size: 2rem;
  font-weight: 700;
  font-family: font3;
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  margin: 1rem 0 !important;
}

.BForm form {
  width: 100%;
}

.BForm form input,
.BForm form textarea {
  margin-bottom: 1rem !important;
  font-size: 1.125rem !important;
  color: #f1f1f1;
}

.BForm form textarea,
.formInteressado form textarea {
  height: 20vh !important;
  padding: 0.75rem;
}

.BForm form input::placeholder,
.BForm form textarea::placeholder {
  font-size: 1.125rem !important;
}

.BForm form input[type="button"],
.formInteressado form input[type="button"] {
  width: 10rem;
  margin-top: 1rem;
  border-bottom: none !important;
  padding: 0.75rem;
  background-color: #020265 !important;
  color: #f1f1f1;
  transition: all ease 0.3s;
}

.BForm form input[type="button"]:hover {
  filter: brightness(0.9);
}

.iconsBF {
  width: 100%;
  padding: 0 18.5% 4rem 18.5%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.iconsBF div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.iconsBF div img {
  width: 100px;
  margin-bottom: 0.75rem;
}

.iconsBF div p {
  color: #4636a2;
  font-weight: bold;
  text-align: center;
}

.descImg {
  width: 100%;
  margin: 2rem 0;
  padding: 0 7.5%;
}

.imgInicial {
  width: 100%;
  margin: 2rem 0;
  display: flex;
  align-items: center;
}

.imgInicial h1 {
  font-size: 2rem;
  color: #4636a2;
  margin-right: 2rem !important;
}

.imgInicial img {
  width: 100%;
}

.containerDI {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.blocoDI {
  width: calc(95% / 3);
}

.blocoDI img {
  width: 100%;
  height: 40vh;
  object-fit: cover;
}

.blocoDI:nth-child(1) img {
  object-fit: contain;
  background: #707070;
}

.blocoDI small {
  color: #4636a2;
  font-style: italic;
}

.andamenObra {
  width: 100%;
  margin-top: 3rem;
  text-align: center;
}

.andamenObra h1 {
  font-size: 1.5rem;
  font-family: font3;
  text-transform: uppercase;
  color: #4636a2;
  margin-bottom: 2.5rem !important;
}

.containerAndamen {
  width: 100%;
  padding: 0 7.5%;
  display: flex;
}

.graficoAndamen,
.imgAndamen {
  width: 50%;
}

.imgAndamen {
  padding-left: 3%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.imgAndamen img {
  width: 48%;
  height: 30vh;
  margin-bottom: 1rem;
  object-fit: cover;
}

.graficoAndamen h1 {
  font-size: 1rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  text-transform: none;
  margin-bottom: 1rem !important;
  text-align: start;
}

.mapaBF {
  width: 100%;
  padding: 3rem 15.5% 0 15.5%;
  margin-top: 3rem;
  display: flex;
}

.blocoMapa,
.simuleBF {
  width: 50%;
}

.mapaBF iframe {
  width: 100%;
  height: 55vh;
}

.simuleBF {
  width: 50%;
  padding-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

.blocoMapa h1,
.simuleBF h1 {
  font-size: 1.5rem;
  font-family: font3;
  text-transform: uppercase;
  color: #4636a2;
  margin-bottom: 2.5rem !important;
  text-align: center;
}

.bancos {
  width: 100%;
  padding: 0 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

.bancos a {
  width: 40%;
}

.bancos a img {
  width: 100%;
  margin-bottom: 1rem;
  /* border: 1px solid #4636a2; */
}

.empreendimento {
  width: 100%;
  margin-top: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.empreendimento h1 {
  font-size: 1.5rem;
  font-family: font3;
  text-transform: uppercase;
  color: #4636a2;
  margin-bottom: 2.5rem !important;
  text-align: center;
}

.imgEmpree {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.imgEmpree img {
  width: 20vw;
}

.imgEmpree img:nth-child(2) {
  width: 15vw;
}

.estouInteressado {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(42, 43, 119, 0.7);
  position: fixed;
  top: -150%;
  transition: all ease 1s;
  z-index: 9999;
}

.formInteressado {
  width: 30%;
  height: 85vh;
  padding: 1.5rem 2.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(135deg, #0c0ca7, #533cd3);
  border-radius: 5px;
}

.formInteressado h1 {
  color: #f1f1f1;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: font3;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 0.25rem;
  margin-bottom: 0.75rem !important;
}

.formInteressado form {
  width: 100%;
}

.formInteressado form input,
.formInteressado form textarea {
  color: #fff;
}

.formInteressado form textarea {
  border: 1px solid #9e9e9e;
}

.formInteressado form input::placeholder,
.formInteressado form textarea::placeholder {
  font-size: 1.175rem;
  color: #fff;
}

.btnInteressado {
  width: 100%;
  padding: 0 5%;
  margin-top: 2rem;
}

.btnInteresse {
  width: 100%;
  background: #4636a2 !important;
  border-radius: 2px;
  border: none;
  color: #fff;
  padding: 0.9rem;
  transition: all ease 0.3s;
}

.instaFeed {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.instaFeed a {
  text-decoration: none;
  color: #4636a2;
}

.instaFeed a:hover {
  color: #4636a2;
}

.instaFeed a h1 {
  font-size: 2.5rem;
  font-weight: 700;
}
.instaFeed a img {
  width: 32px;
  margin-right: 0.5rem;
}

#instafeed {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.img-insta {
  width: 100%;
}

.img-insta a img {
  width: 100%;
  height: 30vh;
  margin-bottom: 0.5rem;
}

@media (max-width: 575.98px) {
  .container-cards .card-imovel img {
    height: 45vh !important;
  }
  .logo-site {
    height: 13vh !important;
  }
  .blocoOutros {
    width: 100% !important;
    height: auto;
    margin-right: 0 !important;
  }

  .blocoDI-ambiente-casa img,
  .blocoDI-fachada-casa img,
  .blocoDI-condominio img {
    height: 160px !important;
  }
  .texto-condominio li {
    font-size: 15px !important;
  }
  .titulo-altavista h2 {
    text-align: center;
  }
  .container-cards {
    display: flex !important;
    flex-direction: column;
  }
}

@media (max-width: 769px) {
  .bannerForm {
    height: auto;
  }

  .imoveisN,
  .outrosImoveis {
    width: 100%;
    padding: 0 5%;
  }

  .indisponivel::before {
    width: 155%;
    height: 12vh;
    font-size: 1.5rem;
    right: -8rem;
    top: 15rem;
    bottom: auto;
  }

  .containerImoveisN {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .descImoveisN,
  .imgsImoveisN {
    width: 100%;
  }

  .descOutros h1 {
    font-size: 1.25rem;
  }

  .imgsImoveisN {
    margin-top: 1.5rem;
  }

  .buscaImoveis form {
    flex-direction: column !important;
  }

  .buscaImoveis form select {
    width: 100%;
    margin-bottom: 1rem;
  }

  .buscaImoveis form input {
    width: 70%;
  }

  .blocoOutros {
    width: 47.5%;
  }

  .blocoOutros:nth-child(3),
  .blocoOutros:nth-child(9) {
    margin-right: 1.5rem;
  }

  .blocoOutros:nth-child(2),
  .blocoOutros:nth-child(4),
  .blocoOutros:nth-child(6),
  .blocoOutros:nth-child(8) {
    margin-right: 0;
  }

  .BForm {
    width: 100%;
  }

  .imgBannerForm,
  .blocoBF {
    display: none;
  }

  .bannerForm {
    width: 100%;
  }

  .iconsBF {
    padding: 0 15%;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }

  .iconsBF div {
    width: calc(100% / 2);
    margin-bottom: 1rem;
  }

  .descImg {
    padding: 0 5%;
  }

  .descImg-casa {
    padding: 0 5%;
  }
  .descImg-condominio {
    padding: 0 5% !important;
  }
  .imgInicial {
    flex-direction: column;
  }

  .imgInicial h1 {
    margin-right: 0 !important;
    margin-bottom: 1rem !important;
  }

  .imgInicial img {
    width: 100%;
  }

  .containerDI {
    flex-wrap: wrap;
  }

  .blocoDI {
    width: 100%;
    margin-bottom: 1rem;
  }

  .containerAndamen {
    padding: 0 5%;
    flex-direction: column;
  }

  .graficoAndamen,
  .imgAndamen {
    width: 100%;
  }

  .imgAndamen {
    padding-left: 0;
    margin-top: 2rem;
  }

  .mapaBF {
    padding: 0 5%;
    flex-direction: column-reverse;
  }

  .mapaBF iframe,
  .simuleBF {
    width: 100%;
  }

  .blocoMapa,
  .simuleBF {
    width: 100%;
  }

  .simuleBF {
    padding-left: 0;
  }

  .imgEmpree {
    width: 90%;
  }

  .imgEmpree img {
    width: 45vw;
  }

  .imgEmpree img:nth-child(2) {
    width: 37vw;
  }

  .formInteressado {
    width: 85%;
    height: 90vh;
  }

  .redes-socias {
    flex-direction: column !important;
  }

  .redes-socias iframe {
    width: 100%;
    padding: 0 3.5%;
  }

  .redesHome {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .instaFeed {
    width: 90%;
    margin-bottom: 3rem;
  }

  .instaFeed a h1 {
    font-size: 1.5rem;
  }

  .containerDI-planta-casa {
    flex-direction: column;
  }
  .blocoDI-planta-casa {
    width: 100% !important;
  }

  .containerDI-fachada-casa {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    gap: 2rem;
  }
  .blocoDI-fachada-casa {
    width: 100% !important;
    margin: 0 !important;
  }
  .containerDI-ambiente-casa {
    grid-template-columns: 1fr 1fr !important;
  }

  .blocoDI-ambiente-casa {
    width: 100%;
  }
  .container-condominio {
    flex-direction: column;
  }
  .containerDI-condominio {
    width: 100% !important;
    grid-template-columns: 1fr 1fr !important;
  }
  .texto-condominio {
    margin-top: 2rem;
    margin-left: 0 !important;
    width: 100% !important;
  }
  .container-cards .card-imovel {
    width: 100% !important;
  }
}

@media (max-width: 991.98px) {
}

/* Altavista */

/* planta casa */
.containerDI-planta-casa {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.titulo-altavista h2 {
  font-size: 1.5rem;
  font-family: font3;
  text-transform: uppercase;
  color: #4636a2;
  margin-bottom: 2.5rem !important;
}
.blocoDI-planta-casa:nth-child(1) {
  margin-right: 2rem;
}
.blocoDI-planta-casa {
  width: calc(95% / 4);
}

.blocoDI-planta-casa img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.blocoDI-planta-casa small {
  color: #4636a2;
  font-style: italic;
}

/* fachadas casa */
.containerDI-fachada-casa {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.blocoDI-fachada-casa:nth-child(1),
.blocoDI-fachada-casa:nth-child(2),
.blocoDI-fachada-casa:nth-child(3) {
  margin-right: 2rem;
}
.blocoDI-fachada-casa {
  width: calc(95% / 4);
}

.blocoDI-fachada-casa img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.blocoDI-fachada-casa small {
  color: #4636a2;
  font-style: italic;
}

/* ambiente casa */

.containerDI-ambiente-casa {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
}

.blocoDI-ambiente-casa img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.blocoDI-ambiente-casa small {
  color: #4636a2;
  font-style: italic;
}

/* O condom�nio */

.descImg-condominio {
  width: 100%;
  margin: 2rem 0;
  padding: 0 7.5%;
}

.container-condominio {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.containerDI-condominio {
  width: 70%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.blocoDI-condominio img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.blocoDI-condominio small {
  color: #4636a2;
  font-style: italic;
}

.texto-condominio {
  width: 30%;
  margin-left: 2rem;
}

.texto-condominio li {
  list-style: disc !important;
  color: #4636a2;
  font-size: 20px;
  margin-left: 1rem;
}

.texto-condominio li:not(:nth-child(1)) {
  margin-top: 5px;
}

.titulo-pagina {
  padding: 3rem 0rem 2rem 0rem;
}
.titulo-pagina h1 {
  text-transform: uppercase;
  color: #4636a2;
  font-family: font1;
  text-align: center;
  font-size: 2.25rem;
}

.container-cards {
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr 1fr;
  row-gap: 2rem;
  column-gap: 1rem;
  padding: 1rem;
}
.container-cards .card-imovel {
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 80%;
}

.container-cards .card-imovel img {
  width: 100%;
  height: 55vh;
  margin-bottom: 1rem;
  border-radius: 10px;
  transition: 0.8s;
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 40%);
}
.container-cards .card-imovel img:hover {
  transform: scale(1.02);
}
.container-cards .card-imovel button {
  height: 33px;
  background: #4636a2 !important;
  font-weight: bold;
  color: #fff;
  border: none;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 40%);
  border-radius: 5px;
  margin-bottom: 1rem;
  transition: 0.3s;
}

.container-cards .card-imovel button:hover {
  transform: scale(1.02);
  background: #0c0ca7 !important;
}
.container-cards .card-imovel h3 {
  text-align: start;
  margin-bottom: 1rem !important;
  font-size: 1.8em;
  font-family: font2;
  font-weight: bold;
  color: #4636a2;
}
.container-cards .card-imovel p {
  text-align: justify;
  font-family: font2;
  font-size: 1em;
  font-style: italic;
  color: #4636a2;
}

.valores-imovel {
  width: 100%;
  margin: 2rem 0;
  padding: 0 7.5%;
}
.arquivo-download {
  display: flex;
  justify-content: center;
  gap: 2rem;
  align-items: center;
  width: 100%;
  background: #4a33a5;
  padding: 1rem 0;
  text-decoration: none;
}
.arquivo-download:hover {
  color: #fff;
}
.arquivo-download span {
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  font-family: font2;
}

.text-casa {
  width: 100%;
  background: #4a33a5;
  padding: 1rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.text-casa p {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: font2;
  color: #fff;
  text-align: center;
}
.text-casa div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.text-casa div p {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: font2;
  color: #fff;
}
.text-casa small {
  color: #fff;
  font-family: font2;
  font-size: 0.8rem;
  text-align: center;
}
.obs-altavista {
  width: 20%;
  font-size: 0.8rem !important;
}

/* zbox */
.modal {
  width: 100% !important;
  height: 100%;
  max-height: unset !important;
  background-color: unset !important;
}
.modal .modal-content {
	background-color: unset !important;
	padding: 0 !important;
	border: none !important;
}
@media (max-width: 1199.98px) {
  .blocoDI-condominio img,
  .blocoDI-ambiente-casa img,
  .blocoDI-fachada-casa img,
  .blocoDI-planta-casa img {
    height: 180px;
  }
}

@media (max-width: 576px) {
  .text-casa {
    flex-direction: column;
    gap: 1rem;
  }
  .obs-altavista {
    width: 100%;
  }
}
