<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    color: #002267;
}

footer {
    background-image: url('../img/bg-footer.png');
    background-position: center right;
    background-size: cover;
    color: #FFF;
}

footer .container {
    background-image: url('../img/bg-cidade.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 20px 0;
}

footer a {
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
}

section {
    padding: 50px 0;
}

a {
    text-decoration: none;
    color: inherit
}

a:hover {
    color: inherit;
    opacity: 0.7;
}

header {
    padding: 20px 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #ececec !important;
  border: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border: none !important;
}

.select2-container--default .select2-results__option--highlighted {
  font-size: 0.8rem;
}

.logo {
    width: 200px;
}

.busca {
    background-image: url('../img/bg-busca.jpg');
    background-position: center center;
    background-size: cover;
}

.wrapperBusca {
    width: 100%;
    background-color: #FFF;
    border-radius: 20px;
    padding: 20px;
    margin-top: -100px;
    z-index: 99999;
}

.search-form__input {
    color: #151515;
    font-size: 14px;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    padding: 13.5px 10px;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: auto !important;
  }

  small {
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .marca {
    position: relative;
  }

  .marca:before {
      margin-left: -100px;
      position: absolute;
      background: #f00;
      bottom: -100px;
      height: 200px;
      width: 200px;
      content: ' ';
      z-index: 2;
      left: 50%;
  }

  .select2-container--open {
    z-index: 999999;
  }

.porRegiao {
    color: #002267;
    background: rgb(228,228,228);
    background: linear-gradient(0deg, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
}

.poRegiao a {
    display: block;
    color: #002267;
}

.poRegiao h3 {
    font-size: 1.2rem;
    font-weight: 600;
}

.poRegiao h4 {
    font-size: 1.1rem
}

.noticias {
    color: #FFF;
    background-image: url('../img/bg-noticias.jpg');
}

.noticias .img-fluid {
    border-radius: 20px;
}

.boxImovel {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
    -webkit-box-shadow: 10px 10px 11px -13px rgba(255,255,255,1);
    -moz-box-shadow: 10px 10px 11px -13px rgba(255,255,255,1);
    box-shadow: 10px 10px 11px -13px rgba(255,255,255,1);
}

.boxImovel:hover {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
    -webkit-box-shadow: 10px 10px 11px -13px rgba(0,0,0,1);
    -moz-box-shadow: 10px 10px 11px -13px rgba(0,0,0,1);
    box-shadow: 10px 10px 11px -13px rgba(0,0,0,1);
}

.boxImovel span {
    display: block;
}

.boxImovel .tipo {
    font-weight: 600;
}

.boxImovel .bairro {
    font-weight: 600;
}

.boxImovel .codigo {
    font-weight: 900;
}

.boxImovel .m2, .boxImovel .dorms, .boxImovel .vagas {
    width: 33%;
    float: left;
    text-align: center;
    padding: 5px;
    margin-bottom: 15px;
    font-size: 0.9rem;
}

.boxImovel .m2, .boxImovel .dorms {
    border-right: 1px solid #002267;
}

.boxImagemImovel {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.nav-link {
    color: #002267 !important;
}

.hero-section {
    position: relative;
    min-height: 60svh;
    background-color: var(--color-black);
    padding-block: 7.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(106.4deg, rgba(0, 0, 0, 0.7) 17.28%, rgba(0, 0, 0, 0) 103.3%);
    z-index: 20;
  }

  .hero-section__bg {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 10;
  }

  .hero-section__content {
    position: relative;
    z-index: 30;
    color: #FFF;
    text-align: left;
    width: 100%;
    /* max-width: calc(440px + 1.5rem); */
    padding-inline: .75rem;
  }

.banner {
    height: 60vh; 
    overflow: hidden;
}

#myVideo {
    width: 100%;
}

  .content {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
  }

.banner h2, .banner h3 {
    font-size: 3rem;
}

.banner h2 {
    font-weight: 300;
}

.banner h3 {
    font-weight: 700;
}

.tituloSecao {
    margin-bottom: 15px;
    background: url('../img/linha.png');
    background-position: center;
    background-repeat: repeat-x;
}

.tituloSecao span {
    background-color: #fff;
    padding-right: 10px;;
}

.galeriaImovel {
  padding: 0 0 20px 0;
  background: rgb(64,128,185);
  background: linear-gradient(148deg, rgba(64,128,185,1) 0%, rgba(6,0,74,1) 100%);
}

.detalheImoveis .descricao {
  font-size: 1.2rem;
  text-align: justify;
}

.detalheImoveis .preco span {
  font-size: 1.2rem;
  display: block;
}

.detalheImoveis .preco {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.detalheImoveis .preco small {
  font-size: 1rem;
}

.boxInformacoes {
  padding: 20px;
  background: rgb(64,128,185);
  background: linear-gradient(148deg, rgba(64,128,185,1) 0%, rgba(6,0,74,1) 100%);
  border-radius: 15px;
  color: #FFF;
}

.boxInformacoes h5 {
  text-transform: uppercase;
  margin-bottom: 0;
}

.boxInformacoes p {
  font-weight: 700;
}

.boxInformacoes .dados {
  border-bottom: 1px solid #FFF3;
  margin-bottom: 15px;
  
}

.galeriaPlantas {
  background: rgb(64,128,185);
  background: linear-gradient(90deg, rgba(64,128,185,1) 0%, rgba(255,255,255,1) 100%);
}

.tituloFoto {
  font-size: 4rem;
  font-weight: 900;
}

.textoFoto {
  font-size: 2rem;
  font-weight: 300;
}

.formContato form {
  background: rgb(6,0,74);
  background: linear-gradient(0deg, rgba(6,0,74,1) 0%, rgba(46,123,184,1) 100%);
  width: 80%;
  padding: 25px 40px;
  border-radius: 25px;
  margin: auto;

}

.formContato h3 {
  color: #FFF;
}

.formContato label {
  color: #FFF;
  display: block;
  font-weight: 100;
  text-align: left;
}

.formContato input, .formContato textarea {
  width: 100%;
  border: 1px solid #FFF;
  background-color: transparent;
  padding: 10px 15px;
  border-radius: 10px;
  margin-bottom: 15px;
  color: #FFF;
}

.formContato input:focus, .formContato textarea:focus {
  outline: none !important;
}

.formContato textarea {
  background-color: #FFF5;
  resize: none;
  border: 1px solid #FFF5;
}

.formContato button {
  padding: 10px 25px;
  border: none;
  color: #FFF;
  font-size: 1.2rem;
  border-radius: 25px;
  background: rgb(6,0,74);
  /* background: linear-gradient(0deg, rgba(6,0,74,1) 0%, rgba(46,123,184,1) 100%); */
  background: linear-gradient(135deg, rgba(46,123,184,1) 0%, rgba(6,0,74,1) 100%);
}

@media only screen and (max-width: 575px) {

}

@media only screen and (max-width: 766px) {

}

@media only screen and (max-width: 991px) {

  .formContato img {
    width: 50%;
  }

}

@media only screen and (min-width: 991px) {

}

@media only screen and (min-width: 576px) and (max-width: 1024px) {

}
    
@media only screen and (max-width: 1200px) {


}

@media only screen and (min-width: 1201px) {


}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {

}

@media only screen and (min-width: 1401px) {

}

#whatsapp-btn {
    position: fixed;
    bottom: 70px;
    right: 100px;
    z-index: 1000;
  }
  
  #whatsapp-btn button:focus {
    outline: none;
  }
  
  #whatsapp-btn button {
    position: absolute;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #25d366;
    color: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.2s ease;
    animation: pulse 2s infinite;
    padding: 0;
  }
  
  #whatsapp-btn span {
      position: absolute;
      right: -16px;
      width: 203px;
      margin-top: 10px;
      background-color: #919191;
      height: 30px;
      color: #FFF;
      padding: 10px;
      font-size: 12px;
      text-align: center;
      text-transform: uppercase;
      border-radius: 10px;
      z-index: -1;
  
  }
  
  #whatsapp-btn .fa-whatsapp {
    font-size: 2em;
  }
  
  #wpp-link-btn {
    line-height: 0.5rem;
  }
  
  #whatsapp-btn .box-option {
    display: none;
    background-color: #eee5de;
    width: 220px;
    padding: 5px 10px;
    position: absolute;
    bottom: 5px;
    border-radius: 19px;
    border: 1px solid #d2ccc5;
    font-size: 13px;
  }
  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 #25d366;
    }
    70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
  }
  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 #25d366;
      box-shadow: 0 0 0 0 #25d366;
    }
    70% {
      -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
      box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
      -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
      box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
  }</pre></body></html>