<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=Rubik:ital,wght@0,300..900;1,300..900&amp;display=swap');

html,
body { overflow-x: hidden }

:root {
  --flex-body-font-family: "Rubik", sans-serif !important;
}

.inner .wrapper, 
.inner main, 
.inner section {
  padding: calc(5rem + 1vw) 0;
}

.wrapper-sm {
  padding: calc(3rem + 1vw) 0 !important;
}

.container, 
.container-fluid, 
.container-lg, 
.container-md, 
.container-sm, 
.container-xl, 
.container-xxl {
    --flex-gutter-x: 5rem
}

.bg-light { background: #EEE !important}

.bg-gradient-primary {
  background: var(--flex-primary);
  background: linear-gradient(15deg, var(--flex-dark) 39%, var(--flex-primary) 100%) }

.bg-gradient-secondary {
  background: rgb(117,22,62);
  background: linear-gradient(15deg, rgba(117,22,62,1) 39%, rgba(159,53,99,1) 100%); }

.navbar-top {
  border-bottom: 1px solid rgba(255,255,255,.0675);
  padding-bottom: .5rem;
  margin-bottom: .5rem }

.navbar-top a:not(.btn,.dropdown-item) {
  transition: 300ms all;
  font-size: 87.5%;
  opacity: .75;
  color: #FFF;
  text-decoration: none }

.navbar-top a:hover { opacity: 1 }

.navbar-nav .nav-link {
  color: var(--flex-primary);
  position: relative;
  border-radius: .25rem;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  transition: 300ms all }

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active { 
  color: var(--flex-primary);
  background: var(--flex-light) !important }

.navbar-nav .dropdown-menu:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1rem;
  transform: translate(-50%, 0);
  display: inline-block;
  border-bottom: .5rem solid #FFF;
  border-top: .5rem solid transparent;
  border-right: .5rem solid transparent;
  border-left: .5rem solid transparent }

.navbar-toggler { 
  border: 0;
  width: 48px;
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 100%;
  padding: 1rem .75rem }

.navbar-toggler .navbar-toggler-icon { 
  width: 100%;
  display: block;
  height: 2px;
  border-radius: 2px;
  background: var(--flex-primary) !important }

.navbar-brand img { max-height: 32px }

@media(max-width:991.98px){

  /* header .flex-dropdown{
    padding: 0.75rem 3rem !important;
  } */
  
  header [class*="container"] { padding: 0 1rem  !important }

  header .navbar-collapse { 
    background: #FFF;
    width: 100%;
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0  }

  header .navbar-nav {
    justify-content: center;
    width: 100%;
    height: 100vh }  

  header .nav-link { 
    border-radius: 0 !important;
    text-align: center;
    padding: .75rem 3rem !important; 
    width: 100%;
    font-size: 120% }

  header .flex-dropdown-toggle{
    font-size: 120%;
  }

  header .nav-item .btn { font-size: 100% }

  .navbar-brand { max-width: 60% }

}

/* main,
section
.wrapper { padding: calc(2rem + 2vw) 0 } */


#hero .hero-typewriter div:not(div.active){ display:none }

#hero form { 
  --flex-bg-opacity: .95 !important;
  transition: all 300ms }

#hero form:hover { --flex-bg-opacity: 1 !important }

#filter .check{
  background-color: var(--flex-black);
  width: 1.7rem;
  height: 1.2rem;
  transition: all 0.2s ease-in-out;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

#filter .check:hover, #filter .form-check label:hover{
  cursor: pointer;
}

#filter .form-check{
  opacity: .5;
  transition: all 0.5s ease-in-out;
}

#filter .form-check:has( &gt; .check:checked){
  opacity: 1 !important;
  transition: all 0.5s ease-in-out;
}

#filter .check:checked{
  background-color: var(--flex-black);
  transition: all 0.2s ease-in-out;
}

#filter .bg-primary{
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

@media(max-width:1199.98px){
  #filter .bg-primary{
    border-radius: 2rem !important;
  }
}

#properties .card-mask{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(17,17,17,0) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#properties .lancamento-mask{
  background-color: var(--flex-primary);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  transform: rotate(318deg) translate(-30%, -150%);
  box-shadow: rgb(0 0 0 / 25%) 0px 14px 28px, rgb(0 0 0 / 22%) 0px 10px 10px;
  padding: .75rem;
  width: 130%;
  z-index: 2;
}

#properties .card-content h3{
  color:#fff;
  transition: all 0.3s ease-in-out;
}

#properties .card a:hover ~ .card-content h3{
  color:var(--flex-primary);
  transition: all 0.3s ease-in-out;
}

#properties .card .ratio{
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

#properties .card a:hover ~ .ratio{
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
}

@media(min-width:768px){
  #post #gallery a { 
    transition: all 300ms;
    opacity: .5 }

  #post #gallery a:hover { opacity: 1 }
} 

.prev,
.next {
  /* width: 48px;
  height: 48px;
  opacity: .75;
  box-shadow: 0 0 1rem .5rem rgba(0,0,0,.25);
  border-radius: 100%;
  margin-top: auto;
  opacity: 1 !important;
  margin-bottom: auto;
  margin-left: calc(1rem + 3vw);
  margin-right: calc(1rem + 3vw); */

  position: absolute;
  top: 50%;
  left: 15px;
  width: 8px;
  height: 20px;
  padding: 10px 14px 10px 18px;
  margin-top: -23px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: rgba(0, 0, 0, .5);
  border: 3px solid #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  opacity: .5;
  cursor: pointer;
  display: block;

}


.prev {
  /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232E4B4C'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important; */
  background: url("https://cdnjs.cloudflare.com/ajax/libs/blueimp-gallery/3.3.0/img/prev.svg") no-repeat center !important;
}

.next {
  /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232E4B4C'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important; */
    right: 15px;
    left: auto;
  background: url("https://cdnjs.cloudflare.com/ajax/libs/blueimp-gallery/3.3.0/img/next.svg") no-repeat center !important;
}

.carousel-indicators [data-bs-target] {
  width: 1rem;
  opacity: .35;
  height: 1rem;
}

@media(max-width:767.98px){
  .carousel-indicators [data-bs-target] {
    border: 0;
    margin: 0;
    width: .5rem;
    height: .5rem;
  }
}

.carousel-indicators .active {
  /* background: var(--flex-primary); */
  opacity: 1;
}

#properties .ratio {
  transform: scale(1);
  transition: all 300ms
}

#properties article &gt; *:hover .ratio {
  transform: scale(1.25)
}

/* #properties a:hover { color: var(--flex-secondary) !important} */

/* #properties .large .position-absolute {
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,.75) 25%, rgba(0,0,0,0) 75%);
}

#properties .position-absolute {
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,0) 50%);
} */


.grayscale { background: var(--flex-primary) }

.grayscale .ratio { 
  mix-blend-mode: overlay !important;
  filter: grayscale(1) }

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus { color: var(--flex-dark) !important }

.btn-whatsapp{
  background-color:#2FBF3D; 
  border: 1px solid #2FBF3D;
  color:#fff;
}

.btn-whatsapp:hover,
.btn-whatsapp:active,
.btn-whatsapp:focus {
  box-shadow: 0 0 0 0.25rem rgb(47, 191, 61, .5);
  background-color: #24ac31;
  border-color: #2FBF3D;
}

.btn-white {
  --flex-btn-bg: var(--flex-white); 
  --flex-btn-border-color: var(--flex-white);
  --flex-btn-hover-color: var(--flex-black);
  --flex-btn-hover-bg: var(--flex-white);
  --flex-btn-hover-border-color: var(--flex-white);
  --flex-btn-focus-shadow-rgb: var(--flex-white);
  --flex-btn-active-color: var(--flex-btn-hover-color);
  --flex-btn-active-bg: var(--flex-white) ;
  --flex-btn-active-border-color: var(--flex-white); }

.btn-black {
  --flex-btn-bg: var(--flex-black); 
  --flex-btn-border-color: var(--flex-black);
  --flex-btn-hover-color: var(--flex-white);
  --flex-btn-color: var(--flex-white);
  --flex-btn-hover-bg: #111;
  --flex-btn-hover-border-color: var(--flex-black);
  --flex-btn-focus-shadow-rgb: var(--flex-black);
  --flex-btn-active-color: var(--flex-btn-hover-color);
  --flex-btn-active-bg: #111;
  --flex-btn-active-border-color: #111 }

.fw-xBold { font-weight: 800 !important }   

.fw-bold { font-weight: 700 !important }   

@media(min-width:992px){
  .p-md-10 { padding: 6rem !important }
}

.btn-outline-primary:hover{
  color:#fff !important;
}

.btn-outline-white{
  border-color: #fff !important;
  color:white !important;
}

.btn-outline-white:hover{
  background-color: #fff !important;
  color:var(--flex-primary) !important;
}

.text-outline{
  stroke-width: 23px;
  stroke-linejoin: round;
  -webkit-text-stroke: 2px;
  -webkit-text-fill-color: rgba(0,0,0,0);
}

.bg-gradient-dark{
  background: rgb(52,52,52);
  background: radial-gradient(circle, rgba(52,52,52,1) 0%, rgba(17,17,17,1) 100%);
}

/* typewriter styles */
.typewriter {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .1em solid var(--flex-primary); /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  width: fit-content;
}

.typing{
  animation: 
    typing 2s steps(30),
    blink-caret .5s step-end infinite,
    erasing 2s steps(30) 4.2s;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

@keyframes erasing {
  from { width: 100% }
  to { width: 0 }
}
/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: var(--flex-primary) }
}

/*PGINATION STYLE
///////////////////////////////*/

.pagination{
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.pagination .page-link{
  color: var(--flex-black);
  text-decoration: none;
  transition: all .1s ease-in-out;
}
.pagination .page-item.active{
  background-color: rgba(var(--flex-primary-rgb), .1);
  padding: .5rem .9rem;
  border-radius:50%;
}

.pagination .page-link:hover{
  color: var(--flex-primary);
  transition: all .1s ease-in-out;
}

.pagination .page-item.active .page-link{
  color:var(--flex-primary);
}

#anuncioPage{
  background: url(img/hero-bg2.webp) no-repeat center;
  background-size: cover;
}

.arrow-button-down{
  text-decoration:none;
  position:relative;
  padding-bottom:32px;
  display: block;
}

.arrow-button-down:hover{
  color: var(--flex-primary) !important;
  transition:all .3s cubic-bezier(.5,.2,.43,1.33);
}

.arrow-button-down:hover:after{
  top:100%;
  transition:all .3s cubic-bezier(.5,.2,.43,1.33);
  border-color: var(--flex-primary);
}

.arrow-button-down::after{
  content:"";
  position:absolute;
  width:20px;
  height:20px;
  border-bottom:1px solid #fff;
  border-right:1px solid #fff;
  left:50%;
  top:50%;
  transform:translateX(-50%) rotate(45deg);
  transition:all .3s cubic-bezier(.5,.2,.43,1.33);
}

/* DROPDOWN HEADER
/////////////////////////////////////////*/

.flex-dropdown {
  position: relative;
}

.flex-dropdown i{
  transition: all 0.6s;
  pointer-events: none;
}

.flex-dropdown &gt; .flex-dropdown-toggle{
  display: flex;
  gap:.5rem;
  align-items: center;
}

.flex-dropdown a{
  text-decoration: none;
}

.flex-dropdown ul::after{
  content: ".";
  width: 2rem;
  left: 50%;
  top: 1px;
  transform: translate(-50%, -1.5rem);
  position: absolute;
  background-color: #fff;
  clip-path: polygon(50% 35%, 0 100%, 100% 100%);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.flex-dropdown ul{
  display: none;
  list-style: none;
  position: absolute;
  border-radius: 1.25rem;
  background-color: #fff;
  min-width: 10rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 1rem;
  left:50%;
  transform: translateX(-50%);
  top: calc(100% + 20px);
}

.flex-dropdown ul li{
  width: 100%;
  border-radius: 1.25rem;
  padding: 1rem 2rem;
  text-align: center;
}

.flex-dropdown ul a{
  color: var(--flex-dark);
  white-space: nowrap;
}

.flex-dropdown ul li:hover{
  background-color: #18465d10;
  transition: all .5s;
}

@media (max-width: 575.98px) {

  .flex-dropdown ul::after{ content: none }

  .flex-dropdown ul{
    display: none;
    list-style: none;
    position: relative;
    border-radius: 0;
    font-size: 120%;
    width: 100%;
    background-color: var(--flex-primary);
    padding: 1rem;
    left:50%;
    transform: translateX(-50%);
    top: auto }

}

/*-------------------------- form with multiple steps -------------------------
-------------------*/

ul.form-stepper {
  counter-reset: section;
  margin-bottom: 3rem;
}
ul.form-stepper .form-stepper-circle {
  position: relative;
}
ul.form-stepper .form-stepper-circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.form-stepper-horizontal {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
ul.form-stepper &gt; li:not(:last-of-type) {
  margin-bottom: 0.625rem;
  -webkit-transition: margin-bottom 0.4s;
  -o-transition: margin-bottom 0.4s;
  transition: margin-bottom 0.4s;
}
.form-stepper-horizontal &gt; li:not(:last-of-type) {
  margin-bottom: 0 !important;
}
.form-stepper-horizontal li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.form-stepper-horizontal li:not(:last-child):after {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  content: "";
  top: 32%;
}
.form-stepper-horizontal li:after {
  background-color: #dee2e6;
}
.form-stepper-horizontal li.form-stepper-completed:after {
  background-color: var(--flex-black);
}
.form-stepper-horizontal li:last-child {
  flex: unset;
}
ul.form-stepper li a .form-stepper-circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 0;
  line-height: 1.7rem;
  text-align: center;
  /* background: rgba(0, 0, 0, 0.38); */
  border-radius: 50%;
}
.form-stepper .form-stepper-active .form-stepper-circle {
  background-color: var(--flex-primary) !important;
  color: #fff;
}
.form-stepper .form-stepper-active .label {
  color: var(--flex-primary) !important;
}
.form-stepper .form-stepper-active .form-stepper-circle:hover {
  background-color: var(--flex-primary) !important;
  color: #fff !important;
}
.form-stepper .form-stepper-unfinished .form-stepper-circle {
  /* background-color: #f8f7ff; */
}
.form-stepper .form-stepper-completed .form-stepper-circle {
  background-color: var(--flex-black) !important;
  color: #fff;
}
.form-stepper .form-stepper-completed .label {
  color: var(--flex-black) !important;
}
.form-stepper .form-stepper-completed .form-stepper-circle:hover {
  background-color: var(--flex-black) !important;
  color: #fff !important;
}
.form-stepper .form-stepper-active span.text-muted {
  color: #fff !important;
}
.form-stepper .form-stepper-completed span.text-muted {
  color: #fff !important;
}
.form-stepper .label {
  font-size: 1rem;
  margin-top: 0.5rem;
}
.form-stepper a {
  cursor: default;
}

form *.invalid{
  border-color: #dc3545;
}

form *.invalid:not(input[type=checkbox]){
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

form *.invalid:focus, form *.invalid:focus-visible{
  border-color: #b80000 !important;
  box-shadow: 0 0 0 0.25rem rgba(213, 0, 0, 0.25) !important }

.availability-content + .availability-content{ padding: calc(3rem + 2vw) 0 }

.default-img{
  background: rgb(212,191,135);
  background: linear-gradient(216deg, rgba(212,191,135,1) 0%, rgba(0,0,0,1) 100%) }

#postVideo + #properties{
  margin-top: 9.8rem !important;
}





.text-max { font-size: calc(5rem + 3vw) }

.text-whatsapp { color: #03B35B }
.text-info { 
  fill: #1d9bf0 !important;
  color: #1d9bf0 !important }

.btn-outline-whatsapp {
  color: #03B35B;
  border-color: #03B35B;
  border-width: 2px;
}

.btn-outline-whatsapp:hover,
.btn-outline-whatsapp:active,
.btn-outline-whatsapp:focus { 
    color: #FFF !important;
    background: #03B35B }


.shadow { box-shadow: 0 .5rem 1rem rgba(34,34,34,.075)!important }

.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus { color: var(--flex-secondary) !important }

.fs-7 { font-size: 75% }

.ico-16 { width: 16px; height: 16px }

.btn {
  padding: .375rem .75rem !important;
}

.text-reset {
  color: currentColor;
  fill: currentColor
}</pre></body></html>