@charset "UTF-8";
@import "../bootstrap/css/bootstrap.min.css";
@font-face {
  font-family: "Conv_Raleway-Regular";
  src: url("fontes/Raleway-Regular/fonts/Raleway-Regular.eot");
  src: local("☺"), url("fontes/Raleway-Regular/fonts/Raleway-Regular.woff") format("woff"), url("fontes/Raleway-Regular/fonts/Raleway-Regular.ttf") format("truetype"), url("fontes/Raleway-Regular/fonts/Raleway-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ralewaythin";
  src: url("fontes/Raleway-thin/raleway.thin-webfont.woff2") format("woff2"), url("fontes/Raleway-thin/raleway.thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
#topoBotoesBasicos {
  width: 100%;
  position: fixed;
  z-index: 1000;
  font-family: "ralewaythin";
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
}
#topoBotoesBasicos .container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  #topoBotoesBasicos .container {
    /*display: inline;*/
  }
}
@media screen and (max-width: 992px) {
  #topoBotoesBasicos .container .logomarca {
    text-align: center;
  }
}
#topoBotoesBasicos .container .logomarca img {
  height: 64px;
  margin: 25px 0px 20px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 992px) {
  #topoBotoesBasicos .container .logomarca img {
    height: 50px;
  }
}

.topoBotoesBasicos-menu {
  text-align: center;
  height: 25px;
  font-family: "ralewaythin";
}
.topoBotoesBasicos-menu a {
  cursor: pointer;
}

.topoBotoesBasicos-botoes {
  display: flex;
  justify-content: flex-end;
  align-self: center;
  padding: 0px;
  margin: 0px;
  font-family: "ralewaythin";
}
@media screen and (max-width: 992px) {
  .topoBotoesBasicos-botoes {
    display: block;
    overflow: hidden;
    text-align: center;
    clear: both;
  }
}
.topoBotoesBasicos-botoes li {
  list-style: none;
  padding: 0px 10px;
  margin: 0px;
  height: 22px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .topoBotoesBasicos-botoes li {
    margin: auto;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-bottom: dotted 1px rgba(255, 255, 255, 0.3);
  }
  .topoBotoesBasicos-botoes li:last-child {
    border-bottom: none;
  }
}
.topoBotoesBasicos-botoes li.whatsapp-topo {
  overflow: visible;
  margin-top: -22px;
}
.topoBotoesBasicos-botoes li a {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .topoBotoesBasicos-botoes li a {
    display: block;
    margin: 0px;
    font-size: 17px;
  }
}
.topoBotoesBasicos-botoes li a:hover {
  text-decoration: none;
  font-weight: bold;
}

#menuMobile .topoBotoesBasicos-botoes {
  font-family: "Conv_Raleway-Regular";
}

#topoBotoesBasicos.scrolled {
  transition: all 0.3s ease-in-out;
}

#topoBotoesBasicos.scrolledColor {
  background-color: rgb(0, 0, 0);
  transition: all 0.3s ease-in-out;
}

#topoBotoesBasicos.scrolled .logomarca img {
  height: 35px;
  margin: 10px 0px 10px;
  transition: all 0.3s ease-in-out;
}

.popup {
  font-family: "ralewaythin";
  position: fixed;
  height: 100% !important;
  width: 100%;
  z-index: 1001;
  background-image: url("../principal/fundo_popup.png");
  margin: 0px;
  height: 0px;
}

.cxPopup {
  position: absolute;
  height: 100% !important;
  width: 100%;
  z-index: 1002;
  margin: 0px;
  height: 0px;
}
.cxPopup .caixaFechar {
  margin: 50px auto auto auto;
  text-align: right;
  cursor: pointer;
}
.cxPopup .caixaFechar a {
  color: #fff;
  font-size: 20px;
}
.cxPopup .caixaConteudoPopup {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cxPopup .caixaConteudoPopup {
    width: 90%;
  }
}
.cxPopup .caixaConteudoPopup h1 {
  padding: 15px 0px 15px;
}
.cxPopup .caixaConteudoPopup #fotoPopup {
  width: 100%;
}

#caracteristicas {
  padding: 50px 0;
  text-align: left;
}
@media screen and (max-width: 992px) {
  #caracteristicas {
    text-align: center;
  }
}
#caracteristicas .empreendimento {
  width: 100%;
  height: 600px;
  text-align: center;
}
#caracteristicas .empreendimento img {
  width: 90%;
  height: 100%;
  object-fit: cover;
}
#caracteristicas .logo-empreendimento {
  width: 35%;
  margin: 50px 0px 25px;
}
@media screen and (max-width: 992px) {
  #caracteristicas .logo-empreendimento {
    width: 55%;
  }
}
#caracteristicas p {
  font-family: "Conv_Raleway-Regular";
  font-size: 18px;
  color: #333;
  margin: 0 auto;
  padding: 10px 0;
  font-weight: bold;
}
#caracteristicas p span {
  font-weight: bold;
}

#faleConosco {
  background-color: #222327;
  color: #fff;
  text-align: center;
  font-family: "Conv_Raleway-Regular";
}
#faleConosco .textoContato {
  font-size: 25px;
}
#faleConosco .container div {
  padding: 50px 0;
}
@media screen and (max-width: 992px) {
  #faleConosco .container div {
    padding: 35px 0;
  }
}
#faleConosco .container div a {
  color: #fff;
  text-emphasis: none;
  text-decoration: none;
}
#faleConosco .container div a img {
  margin-bottom: 7px;
}

#sobreCondominio {
  padding: 60px 10px 75px;
  font-family: "Conv_Raleway-Regular";
  font-size: 16px;
  line-height: 25px;
  color: #333;
}
#sobreCondominio h2 {
  margin-bottom: 20px;
  padding: 0px;
  font-size: 45px;
}
@media screen and (max-width: 1200px) {
  #sobreCondominio {
    text-align: center;
  }
}

.WhatsAppButton {
  box-sizing: border-box;
  position: fixed;
  bottom: 90px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  z-index: 1002;
  background-image: url(../principal/whatsapp.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 50%;
  transition: 0.3s ease;
}
.WhatsAppButton:hover {
  background-color: #128c73;
}
.WhatsAppButton::before {
  animation: whatsScale 2000ms ease infinite;
}
.WhatsAppButton::after {
  animation: whatsScale 2000ms ease infinite 500ms;
}
.WhatsAppButton::before, .WhatsAppButton::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #128c73;
  border-radius: 50%;
  transition: 0.3s ease;
  box-sizing: border-box;
  transform: scale(0);
}

@keyframes whatsScale {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
html {
  scroll-behavior: smooth;
}

#imagensCondominio {
  display: flex;
  flex-wrap: wrap;
}
#imagensCondominio div {
  aspect-ratio: 1;
  overflow: hidden;
  width: 25%;
}
@media screen and (max-width: 1200px) {
  #imagensCondominio div {
    width: 25%;
  }
}
@media screen and (max-width: 992px) {
  #imagensCondominio div {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  #imagensCondominio div {
    width: 50%;
  }
}
#imagensCondominio div img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
  transition: all 0.1s ease-in-out;
}
#imagensCondominio div img:hover {
  /*
  transform: scale(1.05);
  */
  width: 104%;
  margin-top: -2%;
  margin-left: -2%;
}

#plantasCondominio {
  margin-top: 35px;
  font-family: "Conv_Raleway-Regular";
}
#plantasCondominio .plantas-titulo {
  font-size: 35px;
  color: #222327;
  text-align: center;
  padding: 10px 0;
  background-color: #fff;
  display: table;
  margin: auto auto -46px;
  z-index: 2;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
#plantasCondominio .fundo-com-risco {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  z-index: 1;
  position: relative;
}
#plantasCondominio .fundo-com-risco::after {
  content: "";
  position: absolute;
  bottom: 0; /* Posiciona a linha abaixo do texto */
  left: 0;
  width: 100%;
  height: 2px; /* Espessura da linha */
  background-color: #222327;
}
#plantasCondominio .plantas-imagens {
  margin-top: 40px;
  text-align: center;
}
#plantasCondominio .plantas-imagens img {
  width: 90%;
  max-height: 550px;
  object-fit: contain;
}

#decorado {
  background-color: #F2F2F2;
}
#decorado .titulo-com-linha {
  display: flex;
  align-items: center;
  padding: 50px;
}
#decorado .titulo-com-linha h2 {
  color: #222327;
  font-size: 28px;
  margin: 0;
  font-family: "ralewaythin";
  font-weight: bold;
}
#decorado .titulo-com-linha .linha {
  flex-grow: 1;
  height: 1px;
  background-color: #222327;
  margin-left: 20px;
}
#decorado .foto-decorado img {
  object-fit: cover;
  height: 580px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  #decorado .foto-decorado img {
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  #decorado .foto-decorado img {
    height: 200px;
  }
}
#decorado iframe {
  width: 100% !important;
  height: 350px !important;
}

#formulario {
  padding: 100px;
}
@media screen and (max-width: 992px) {
  #formulario {
    padding: 0px;
  }
}
#formulario .formularioCaixa {
  display: table;
  padding: 100px;
  background-color: #F2F2F2;
  font-family: "Conv_Raleway-Regular";
}
@media screen and (max-width: 992px) {
  #formulario .formularioCaixa {
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  #formulario .formularioCaixa {
    padding: 20px;
  }
}
#formulario .formularioCaixa .boxFormulario .formulario-titulo {
  font-weight: bold;
}
#formulario .formularioCaixa .boxFormulario .formulario-subtitulo {
  font-size: 18px;
}
#formulario .formularioCaixa .boxFormulario form {
  margin: 35px 0px 0px;
  padding: 0px;
  display: table;
}
#formulario .formularioCaixa .boxFormulario form .caixaInput, #formulario .formularioCaixa .boxFormulario form .caixaTextarea {
  padding: 0px 20px 0px 0px;
}
#formulario .formularioCaixa .boxFormulario .caixaInput {
  padding: 0px;
}
#formulario .formularioCaixa .boxFormulario .caixaInput input, #formulario .formularioCaixa .boxFormulario .caixaInput textarea {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  outline: none;
  box-shadow: none;
  border: 1px solid #999;
}
#formulario .formularioCaixa .boxFormulario button {
  background-color: transparent;
  border: none;
  color: #999;
}
#formulario .formularioCaixa .contatoFoto img {
  width: calc(100% - 20px);
}

.has-error input {
  border: 1px solid red !important;
}
.has-error textarea {
  border: 1px solid red !important;
}

/* ------------------- Rodape -------------------- */
#rodapeSite {
  padding: 30px 0px 30px;
  background-color: #222327;
  color: #fff;
  font-family: "Conv_Raleway-Regular";
  font-size: 15px;
  line-height: 25px;
}
#rodapeSite .rodapePt1 {
  clear: both;
}
#rodapeSite .rodapePt1 .rodapePt1-redesSociais {
  clear: both;
}
#rodapeSite ul {
  padding: 0px;
}
#rodapeSite ul li {
  list-style: none;
}
#rodapeSite a {
  color: #fff;
  line-height: 30px;
}
#rodapeSite h1 {
  font-size: 22px;
}
#rodapeSite .iconeRodape-instagram, #rodapeSite .iconeRodape-facebook {
  width: 19px;
  margin-left: 0px;
  margin-right: 10px;
}
#rodapeDireitos {
  background-color: #222327;
  color: #fff;
  font-family: "Conv_Raleway-Regular";
  min-height: 55px;
  font-size: 11px;
}
#rodapeDireitos .container {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  padding: 20px 0px;
  text-transform: uppercase;
}
#rodapeDireitos img {
  float: right;
}
@media screen and (max-width: 992px) {
  #rodapeDireitos img {
    float: none;
  }
}

.iconeTopo,
.iconeTopo-youtube,
.iconeTopo-linkedin,
.iconeTopo-facebook,
.iconeTopo-instagram {
  width: 30px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  float: left;
  margin: 10px 0px 10px 15px;
}

.iconeTopo-instagram {
  background-image: url("../principal/instagram-preto.png");
}

.iconeTopo-facebook {
  background-image: url("../principal/facebook-preto.png");
}

.iconeTopo-linkedin {
  background-image: url("../principal/linkedin-preto.png");
}

.iconeTopo-youtube {
  width: 37px;
  background-image: url("../principal/youtube-preto.png");
}

#rodapeSite .iconeRodape-instagram,
#rodapeSite .iconeRodape-facebook {
  width: 19px;
  margin-left: 0px;
  margin-right: 10px;
}

/*# sourceMappingURL=estilo.css.map */
