@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,400;0,600;0,700;1,200;1,400;1,600;1,700&display=swap");
:root {
  --border-radius: 6px;
  --primary-color: #3a3a3a;
  --color-menu: #696969;
  --secundary-color: #d3d3d3;
  --primary-contrast: #ffffff;
  --destaque-color: #f60;
  --destaque-contrast: #ffffff;
}


* {
  font-family: "Montserrat", sans-serif;
}

header {
  box-shadow: 0 0 4px var(--secundary-color);
}

header .nav {
  margin-top: 35px;
}

header .logo {
  width: auto;
  height: 70px;
  margin: 18px 0;
  display: block;
}

header .nav .nav-link {
  margin-left: 8px;
  border-radius: var(--border-radius);
}

header .nav .nav-link i {
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 6px 5px 1px 5px;
  overflow: hidden;
  vertical-align: bottom;
  margin-right: 6px;
}

.btn-menu {
  color: var(--color-menu);
  border: 2px solid transparent;
}

.btn-menu:hover,
.btn-menu:active,
.btn-menu:focus {
  color: var(--primary-color);
  border: 2px solid var(--color-menu);
}

.btn-destaque {
  color: var(--destaque-contrast);
  background-color: var(--destaque-color);
  border-radius: 10px;
  text-align: center;
  border: 2px solid var(--destaque-color);
}

.btn-destaque:hover,
.btn-destaque:active,
.btn-destaque:focus {
  color: var(--destaque-color);
  background-color: var(--destaque-contrast);
  border: 2px solid var(--destaque-color);
}

.btn-default {
  color: var(--color-menu);
  background-color: var(--primary-contrast);
  border-radius: 10px;
  text-align: center;
  border: 2px solid var(--color-menu);
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  color: var(--primary-contrast);
  background-color: var(--color-menu);
  border: 2px solid var(--color-menu);
}

/************************************************

    formulário home

************************************************/

.parallax {
  /* Set a specific height */
  min-height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.parallax h1 {
  color: #fff;
  margin: 0 auto 100px auto;
  font-weight: 400;
  display: block;
  text-align: center;
  max-width: 740px;
  font-size: 52px;
}

.parallax h1 strong {
  border-bottom: 4px solid var(--destaque-color);
}

#mais-filtro {
  border-radius: 20px;
  border: 2px solid #ccc;
  text-align: center;
  margin-top: 17px;
  width: 100%;
  display: block;
}

#mais-filtro:hover {
  background-color: #ddd;
}

#enviar-filtro {
  color: var(--destaque-contrast);
  background-color: var(--destaque-color);
  border-radius: 10px;
  text-align: center;
  border: 2px solid var(--destaque-color);
  height: 70px;
  font-weight: bold;
  transition: 0.3s;
  margin: 0;
  width: 100%;
  display: block;
}

.group-select {
  width: 100%;
}

#enviar-filtro:hover {
  color: var(--destaque-color);
  background-color: var(--destaque-contrast);
}

#enviar-filtro-especial {
  color: var(--destaque-contrast);
  background-color: var(--destaque-color);
  border-radius: 10px;
  text-align: center;
  border: 2px solid var(--destaque-color);
  height: 70px;
  font-weight: bold;
  transition: 0.3s;
  margin: 15px 0 0 0;
}

#enviar-filtro-especial:hover {
  color: var(--destaque-color);
  background-color: var(--destaque-contrast);
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
}

.form-especial-index {
  background-color: #ffffff;
  padding: 6px;
  border-radius: 10px;
  box-shadow: 2px 3px 6px #333;
}

.form-especial {
  padding: 20px;
  background: #f4f4f4;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*the container must be positioned relative:*/

.group-select {
  position: relative;
  border: 2px solid #ccc;
  background: #fff;
  position: relative;
  border-radius: 10px;
  height: 70px;
  display: inline-block;
  width: 100%;
  display: block;
}

.group-select:hover {
  background-color: #eee;
}

.group-select.title-mode label {
  position: absolute;
  left: 45px;
  top: 14px;
  color: #999;
  font-size: 13px;
}

.group-select.title-mode i {
  position: absolute;
  left: 15px;
  top: 26px;
  color: #333;
  font-size: 20px;
}

.group-select.title-mode .select-selected {
  padding-left: 45px;
  padding-top: 30px;
  font-size: 18px;
}

.group-select select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {
  color: #000;
}

.group-select.title-modex label {
  position: absolute;
  left: 20px;
  top: 14px;
  color: #999;
  font-size: 13px;
}

.group-select.title-modex .select-selected {
  padding-left: 20px;
  padding-top: 30px;
  font-size: 18px;
}

/*style the arrow inside the select element:*/

.select-selected:after {
  position: absolute;
  content: "\e905";
  top: 17px;
  right: 14px;
  width: 24px;
  height: 20px;
  z-index: 3;
  font-family: "icomoon" !important;
  font-size: 24px;
}

/*point the arrow upwards when the select box is open (active):*/

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #666 transparent;
  top: 20px;
}

/*style the items (options), including the selected item:*/

.select-items div,
.select-items-multiple div,
.select-selected {
  padding: 8px 16px;
  cursor: pointer;
  user-select: none;
  max-height: 62px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*style items (options):*/

.select-items,
.select-items-multiple {
  position: absolute;
  background-color: #fff;
  top: 90%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.multiple-selected-option > i {
  position: relative !important;
  display: inline-block !important;
  left: auto !important;
  top: auto !important;
}

.multiple-selected-option[data-check="true"] > i {
  color: var(--destaque-color);
}

.multiple-selected-option[data-check="false"] > i {
  color: #ddd;
}

.form-disabled {
  opacity: 0.5;
  cursor: wait;
}

/*hide the items when the select box is closed:*/

.select-hide {
  display: none;
}

.select-items-multiple div:hover,
.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

h1.title {
  font-weight: bold;
  width: 100%;
  text-align: center;
  font: 26pt;
  color: var(--primary-color);
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 40px;
  margin-bottom: 10px;
}

ul.nav-imovel {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 40px;
  padding: 0;
}

ul.nav-imovel li {
  list-style: none;
  display: inline-block;
}

ul.nav-imovel li a {
  color: var(--primary-color);
  text-decoration: none;
  padding: 3px 12px;
  border-radius: 18px;
  font-weight: 600;
  border: 2px solid transparent;
}

ul.nav-imovel li a.active {
  border: 2px solid var(--primary-color);
}

ul.nav-imovel li a:hover {
  border: 2px solid var(--primary-color);
  color: var(--primary-contrast);
  background-color: var(--primary-color);
}

.wc-itens a {
  color: #3a3a3a;
  text-decoration: none;
}

.wc-itens .item {
  border-radius: 15px;
}

.wc-itens .item .image {
  position: relative;
}

.wc-itens .item .space-image {
  display: block;
  position: relative;
  overflow: hidden;
}

.wc-itens .item .space-image::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.wc-itens .item .space-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.4s;
  transform: scale(1, 1);
  opacity: 1;
  border-radius: 12px;
}

.wc-itens .item .space-image img:not(.loaded) {
  width: 100%;
}

.wc-itens .item .description {
  padding: 20px;
}

.wc-itens .item .description small {
  font-weight: 600;
}

.wc-itens .item .description h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 1600px) {
  .wc-itens .item .description h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }
}

.wc-itens .item .description h5 {
  font-size: 13px;
  font-weight: 300;
}

.wc-itens .item .description h2 {
  font-size: 28px;
  font-weight: bold;
}

.wc-itens .item:hover .space-image .first-image {
  transition: 0.3s;
  transform: scale(1.1, 1.1);
}

.wc-itens .item:hover .space-image .second-image {
  transition: 0.3s;
  opacity: 0;
}

.wc-itens .item.card-plus {
  background: #f6f6f6;
}

.wc-itens .item.card-plus a {
  margin-top: calc(75% - 12px);
  display: block;
  width: 100%;
  text-align: center;
  color: var(--primary-color);
  text-decoration: none;
}

.wc-itens .item.card-plus a strong {
  padding: 6px 15px;
  border-radius: 18px;
  font-weight: 600;
  border: 2px solid var(--primary-color);
  transition: 0.4s;
}

.wc-itens .item.card-plus a:hover strong {
  border: 2px solid var(--primary-color);
  color: var(--primary-contrast);
  background-color: var(--primary-color);
  transition: 0.4s;
}

.wc-carroussel .owl-dots {
  display: none;
}

.wc-carroussel {
  margin-bottom: 40px;
}

.card-price h6 {
  display: block;
  font-size: 11px;
  color: #333;
}

.card-price strong {
  display: block;
  font-size: 18px;
}

@media screen and (max-width: 1600px) {
  .card-price strong {
    font-size: 14px;
  }
}

.btn-whatsapp {
  background-color: #3ec74b;
  border-radius: 32px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  padding: 10px 31px;
  margin-bottom: 50px;
  margin-top: 10px;
}

.btn-whatsapp:hover {
  background-color: #3ec74b;
  color: #fff;
}

@media screen and (max-width: 1360px) {
  .btn-whatsapp {
    font-size: 18px;
  }
}

/****************************

            REELS

****************************/

.reels {
  background-color: #f2f2f2;
}

img.scale {
  object-fit: cover;
}

.reels .item {
  overflow: hidden;
}

.reels .item img {
  position: absolute;
  border-radius: 11px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: ease-out 0.2s;
  top: 0;
  left: 0;
  transform: scale(1, 1);
  border: 2px solid var(--primary-color);
  filter: grayscale(1);
  opacity: 0.6;
}

.reels .item:hover img {
  border-radius: 18px;
  transition: ease-in 0.2s;
  border: 2px solid var(--destaque-color);
  filter: grayscale(0);
  opacity: 1;
}

.reels .item h3 {
  z-index: 3;
  position: absolute;
  text-align: center;
  background: #003f90;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  left: 15px;
  right: 15px;
  display: block;
  bottom: 35%;
  padding: 7px;
}

.reels .item .price {
  position: absolute;
  z-index: 3;
  background: var(--destaque-color);
  color: var(--destaque-contrast);
  left: 25px;
  right: 25px;
  top: 65%;
  text-align: center;
}

.reels .item .card-price {
  position: absolute;
  z-index: 3;
  background: var(--destaque-color);
  color: var(--destaque-contrast);
  left: 25px;
  right: 25px;
  top: 65%;
  text-align: center;
}

.reels .item .card-price small {
  font-size: 10px;
  color: var(--destaque-contrast);
}

.reels .item .card-price strong {
  color: var(--destaque-contrast);
  font-size: 13px;
}

.reels h2 {
  padding-left: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  color: var(--primary-color);
}

/******************************

            FOOTER

*******************************/

.footer-anuncie {
  background: #f2f2f2;
}

.footer-anuncie h2 {
  font-weight: bold;
  max-width: 450px;
  margin: 35px auto;
  display: block;
}

.footer-anuncie p {
  max-width: 450px;
  margin: 15px auto;
  display: block;
}

footer {
  background-color: var(--destaque-color);
  color: #fff;
  padding-top: 6rem;
  padding-bottom: 1rem;
}

footer a,
footer a:hover,
footer button,
footer button:hover {
  color: #fff;
  text-decoration: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
}

footer .logo {
  width: 250px;
  max-width: 100%;
  margin: 0 auto 20px auto;
}

footer .social-icon a {
  display: inline-block;
  margin-right: 6px;
  font-size: 23px;
  transform: scale(1, 1);
  transition: 0.4s;
}

footer .social-icon a:hover {
  transform: scale(1.1, 1.1);
  transition: 0.3s;
}

footer strong {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 4px;
}

footer .address address {
  margin-bottom: 22px;
}

footer .address span {
}

footer .links ul {
  padding: 0;
}

footer .links ul li {
  list-style: none;
}

footer .links ul li a {
  margin-top: 8px;
  display: block;
}

footer .links ul li a:hover {
  font-weight: bold;
}

.footer-marca {
  background-color: #22296d;
  color: #fff;
}

.footer-marca a {
  color: #fff;
}

.nav-item .icon-user {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  padding-top: 3px;
  vertical-align: middle;
  font-size: 17px;
  overflow: hidden;
}

.add-filtro {
  padding: 22px;
  background-color: #f4f4f4;
  border-radius: 20px;
  margin-top: 20px;
}

.add-filtro li {
  display: inline-block;
  border: 2px solid var(--secundary-color);
  list-style: none;
  background: #fff;
  padding: 2px 10px;
  margin-right: 7px;
  border-radius: 20px;
  color: #8a8a8a;
}

.add-filtro li i.icon-armchair {
  display: inline-block;
}

.add-filtro li i.fa-check {
  display: none;
}

.add-filtro li:hover {
  background-color: #ddd;
  cursor: pointer;
  color: #000;
}

.add-filtro .icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: bottom;
  opacity: 0.6;
}

.add-filtro li:hover .icon {
  opacity: 1;
}

.add-filtro li.active i.icon-armchair {
  display: none;
}

.add-filtro li.active i.fa-check {
  display: inline-block;
}

.add-filtro li.active {
  color: #fff;
  background: #696969;
}

.add-ordem {
  padding: 22px;
  width: 100%;
  display: block;
}

.add-ordem strong {
  display: inline-block;
  text-align: left;
}

.add-ordem select {
  display: inline-block;
  width: 250px;
  text-align: left;
  float: right;
  border-radius: 24px;
}

/********************************
        lista de imóveis do search
        
        */

.list-imoveis {
  padding: 0;
  list-style: none;
}

.list-imoveis a {
  color: var(--primary-color);
  text-decoration: none;
}

.list-imoveis > li {
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #f4f4f4;
  position: relative;
}

.list-imoveis li .description h3 {
  font-size: 19px;
  font-weight: 900;
  line-height: 60px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.button-square .setValueButton {
  width: 100%;
  display: block;
  color: #8a8a8a;
  border: 1px solid #c8c8c8;
  text-align: center;
  border-radius: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
  transition: 0.3s;
}

.button-square .setValueButton.active,
.button-square .setValueButton:hover {
  color: #fff;
  border: 1px solid var(--destaque-color);
  background-color: var(--destaque-color);
}

.list-imoveis li hr {
  width: 240px;
  margin: 1.5rem 0;
}

.list-imoveis li .description h4 {
  color: #19236c;
  font-size: 16px;
  font-weight: 600;
}

.list-imoveis li .list-caracteristicas {
  padding: 0;
  font-size: 13px;
}

.list-imoveis li .list-caracteristicas li {
  list-style: none;
  display: inline-block;
  color: #868686;
}

.wc-itens .item .list-caracteristicas {
  padding: 0;
  font-size: 13px;
  width: 100%;
  height: 22px;
  overflow: hidden;
  margin-bottom: 10px;
}

.wc-itens .item .list-caracteristicas li {
  list-style: none;
  display: inline-block;
  color: #868686;
  position: relative;
}

.list-imoveis li a.btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
}

.list-imoveis .space-image {
  width: 360px;
  display: inline-block !important;
  vertical-align: middle;
}

.list-imoveis .space-image .item {
  background-size: cover;
  background-position: center center;
}

.list-imoveis .description {
  width: calc(100% - 365px);
  display: inline-block !important;
  vertical-align: middle;
  padding: 0 20px 20px 40px;
}

@media screen and (max-width: 960px) {
  .list-imoveis .space-image {
    width: 240px;
  }
}

@media screen and (min-width: 640px) {
  .list-caracteristicas li:not(:first-child):not(.no-marker) {
    border-radius: 0;
    margin-left: 12px;
    padding-left: 12px;
  }
  .list-caracteristicas li:not(:first-child):not(.no-marker):after {
    width: 2px;
    height: 2px;
    position: absolute;
    background-color: #868686;
    content: " ";
    left: 0;
    bottom: 6px;
  }
  li.no-marker {
    margin-left: 5px;
  }
}

@media screen and (max-width: 640px) {
  .list-imoveis .space-image {
    width: 100%;
  }
  .list-imoveis .description {
    width: 100%;
  }
  .list-caracteristicas li {
    padding-left: 0;
    margin-left: 0;
    padding: 4px;
    display: block;
    width: 100%;
  }
}

.item-min-max .col-12 {
  font-weight: 400;
}

.item-min-max label {
  text-align: center;
  font-size: 14px;
  font-weight: 200;
  display: block;
  width: 100%;
  margin-bottom: 0;
}

.item-min-max input {
  text-align: center;
  border: 2px solid #c8c8c8;
  padding: 13px 4px;
  border-radius: 11px;
}

.select-selected .spinner-border {
  width: 22px;
  height: 22px;
}

.image-imovel:hover {
  opacity: 0.9;
  cursor: pointer;
}

@media (max-width: 992px) {
  #nav-lg {
    display: none;
  }
}

#nav-xs {
  display: none;
  margin-bottom: 20px;
}

#nav-xs .nav-item {
  display: block;
  width: 100%;
}

.btn-nav {
  float: right;
  margin-top: 40px;
  font-size: 1.4rem;
  padding: 8px 14px;
  background: #f6f6f6;
  border-radius: 5px;
}

.btn-nav.active {
  background-color: #666;
  color: #fff;
}

@media (max-width: 992px) {
  .filtro-x {
    display: none;
  }
}

@media (min-width: 992px) {
  #btn-filtro {
    display: none;
  }
}

.btn-filtro,
.btn-filtro:hover {
  width: 100%;
  display: block;
  background-color: var(--destaque-color);
  color: var(--destaque-contrast);
  margin-top: 20px;
}

.btn-filtro.active {
  background-color: #f6f6f6;
  color: var(--color-menu);
  border: 0;
}

.simuladores a {
  width: 20%;
  display: inline-block;
  border: 0;
  padding: 10px;
}

.simuladores img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: contain;
}

.caixa {
  background: #f0f0f0;
}

.caixa:hover {
  background: #fff;
}

.bradesco {
  background: #f0f0f0;
}

.bradesco:hover {
  background: #fff;
}

.hsbc {
  background: #f0f0f0;
}

.hsbc:hover {
  background: #fff;
}

.bb {
  background: #e0ff00;
}

.bb:hover {
  background: #ffed00;
}

.itau {
  background: #5b63ff;
}

.itau:hover {
  background: #0f1bfd;
}

.santander {
  background: #f0f0f0;
}

.santander:hover {
  background: #fff;
}

.wc-carroussel,
.wc-itens {
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.wc-carroussel .owl-nav,
.wc-itens .owl-nav {
  position: absolute;
  top: 47%;
  width: 100%;
  left: 0;
}

.wc-carroussel .owl-nav .owl-prev,
.wc-itens .owl-nav .owl-prev {
  float: left;
}

.wc-carroussel .owl-nav .owl-next,
.wc-itens .owl-nav .owl-next {
  float: right;
}

.wc-carroussel .owl-nav .owl-prev i,
.wc-carroussel .owl-nav .owl-next i,
.wc-itens .owl-nav .owl-prev i,
.wc-itens .owl-nav .owl-next i {
  font-size: 32px;
}

.wc-galeria-item .owl-nav {
  position: absolute;
  top: calc(50% - 25px);
  width: 100%;
  left: 0;
}

.wc-galeria-item .owl-nav .owl-prev {
  float: left;
}

.wc-galeria-item .owl-nav .owl-next {
  float: right;
}

.wc-galeria-item .owl-nav .owl-prev i,
.wc-galeria-item .owl-nav .owl-next i {
  font-size: 48px;
  color: #fff;
  text-shadow: 1px 2px 4px #000;
}

.wc-galeria-item {
  margin-bottom: 20px;
}

.wc-galeria-dots .owl-item {
  border-radius: 5px;
}

.galery-dots {
  width: 90%;
  margin: 0 auto;
}

.wc-galeria-dots .owl-stage-outer {
  z-index: 11;
}

.wc-galeria-dots .owl-nav {
  position: absolute;
  top: calc(50% - 13px);
  width: 110%;
  left: -5%;
  z-index: 10;
}

.wc-galeria-dots .owl-nav .owl-prev {
  float: left;
}

.wc-galeria-dots .owl-nav .owl-next {
  float: right;
}

.wc-galeria-dots .owl-nav .owl-prev i,
.wc-galeria-dots .owl-nav .owl-next i {
  font-size: 22px;
  color: #fff;
  text-shadow: 1px 2px 4px #000;
}

.modal-body-galery .col-lg-4 {
  position: relative;
}

@media screen and (min-width: 992px) {
  .modal-body-galery .header-galery {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: calc(100% - 40px);
  }
}

.form-glass {
  width: 100%;
  max-width: 320px;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  border-radius: 12px;
  margin: 0 auto;
}

.form-glass input,
.form-glass button,
.form-glass input:hover,
.form-glass input:focus,
.form-glass input:active,
.form-glass button:hover {
  background-color: transparent;
  border: 0;
  color: #fff;
}

.footer-marca {
  text-align: center;
  color: white;
}

.owl-prev.disabled,
.owl-next.disabled {
  display: none !important;
}

.list-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}

.list-tag .tag {
  background: var(--destaque-color);
  padding: 4px 10px;
  border-radius: 8px;
  color: #fff;
  margin-bottom: 5px;
}

/*
        IMÓVEL

*/

.galery {
  overflow: hidden;
  position: relative;
}

.wc-galeria-dots img {
  height: 100px;
  object-fit: cover;
  border-radius: 5px;
}

.modal-body {
  padding: 0;
}

.list-imagens {
  padding: 0;
  height: 450px;
  overflow-x: auto;
  overflow-y: hidden;
  width: 110%;
  max-width: 110%;
  min-width: 500px;
}

.list-imagens.img-qtd-1 li {
  width: 100%;
  min-width: 250px;
}

.list-imagens.img-qtd-2 li {
  width: 50%;
  min-width: 250px;
}

.list-imagens.img-qtd-3 li {
  width: 33.333333333333%;
  min-width: 250px;
}

.list-imagens.img-qtd-4 li {
  width: 25%;
  min-width: 250px;
}

.list-imagens.img-qtd-5 li {
  width: 20%;
  min-width: 250px;
}

.list-imagens.img-qtd-6 li {
  width: 16.666666666667%;
  min-width: 250px;
}

.list-imagens.img-qtd-7 li {
  width: 14.285714285714%;
  min-width: 250px;
}

.list-imagens li {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  height: 450px;
}

.list-imagens li img {
  width: calc(100% - 2px);
  margin-left: 1px;
  height: 500px;
  object-fit: cover;
  overflow: hidden;
  object-position: center;
}

.galery .cards {
  position: absolute;
  left: 20%;
  top: 20px;
  z-index: 3;
}

@media screen and (max-width: 640px) {
  .galery .cards {
    left: 0;
  }
}

.galery .ver-todas {
  position: absolute;
  width: 240px;
  height: 450px;
  backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.2);
  border: 0;
  top: 0;
  right: 0;
}

.galery .ver-todas strong {
  color: #fff;
  border: 2px solid #fff;
  padding: 5px 12px;
  font-weight: 600;
  border-radius: 15px;
}

.galery .ver-todas:hover {
  backdrop-filter: blur(8px);
  background: rgba(0, 0, 0, 0.4);
}

.galery .ver-todas:hover strong {
  background-color: #fff;
  color: #333;
  box-shadow: 0 2px 4px #333;
}

.imovel {
  padding-top: 40px;
  padding-bottom: 40px;
}

.imovel .btn-whatsapp {
  border-radius: 5px;
  font-weight: 600;
  font-size: 19px;
  padding: 7px 17px;
}

.imovel .btn-whatsapp i {
  font-size: 22px;
}

.imovel .list-caracteristicas {
  padding: 0;
  font-size: 17px;
}

.imovel .list-caracteristicas li {
  list-style: none;
  display: inline-block;
  color: #868686;
  position: relative;
}

.imovel-price {
  background-color: #f4f4f4;
  border-radius: 12px;
  width: 100%;
  padding: 22px;
  position: relative;
}

@media screen and (min-width: 992px) {
  .imovel-price {
    margin-top: -80px;
  }
}

.imovel-price .tag-destaque {
  position: absolute;
  top: 15px;
  right: 15px;
}

.imovel-price .tag-destaque li {
  display: inline-block;
  margin-left: 6px;
  border-radius: 6px;
  background-color: var(--destaque-color);
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  list-style: none;
}

.imovel-price .price {
  margin-top: 15px;
}
/*tag de tipo de preço */
.imovel-price .price h6 {
  display: block;
  margin-bottom: 0;
}

.imovel-price .price h6 small {
  background: #777;
  color: #fff;
  padding: 2px 10px;
  border-radius: 3px;
}

.imovel-price .price .pricecol-1 h6 {
  display: none;
}

.imovel-price .price .valor-sup {
  text-decoration: line-through;
  color: #3a3a3a;
}

.imovel-price .price strong {
  font-weight: 900;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 16px;
  display: block;
}

.imovel-price .card-price {
  margin-top: 15px;
}

.imovel-price .card-price strong {
  font-weight: 900;
  font-size: 26px;
}

@media screen and (max-width: 1600px) {
  .imovel-price .card-price strong {
    font-size: 20px;
  }
}

.imovel h3 {
  font-weight: 900;
  margin-top: 10px;
}

.imovel h4 {
  color: #19236c;
  font-size: 16px;
  font-weight: 600;
  margin-top: 22px;
  margin-bottom: 22px;
}

.imovel h2 {
  font-weight: 600;
}

.imovel .btn-destaque {
  font-weight: 600;
}

.imovel hr {
  max-width: 320px;
}

.text-destaque {
  color: var(--destaque-color);
}

.simulacao {
  background-color: #f4f4f4;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
}

.list-none {
  list-style: none;
}

.galery .btn-destaque {
  margin-right: 8px;
}

#wc-galeria .modal-content {
  background-color: rgba(12, 20, 51, 0.7);
  backdrop-filter: blur(4px);
  color: #fff;
}

#wc-galeria .modal-content .modal-header {
  border: 0;
  padding: 20px;
}

#wc-galeria .modal-content .modal-header button i {
  color: #fff;
  font-size: 1.5rem;
}

#wc-galeria .modal-content .modal-header .nav-tabs {
  border-bottom: 0;
}

#wc-galeria .modal-content .modal-header .nav-tabs .nav-link {
  text-align: left;
  color: #fff;
  padding: 14px 35px;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  font-weight: 600;
  background-color: transparent;
  border-radius: 0;
}

#wc-galeria .modal-content .modal-header .nav-tabs .nav-link:hover {
  border: 0;
}

#wc-galeria .modal-content .modal-header .nav-tabs .nav-link.active {
  border: 0;
  border-bottom: 3px solid var(--destaque-color);
}

#wc-galeria .modal-content .col-lg-4 {
  padding-top: 17%;
}

#wc-galeria .modal-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
}

#wc-galeria .modal-content .list-caracteristicas {
  padding: 0;
  font-size: 17px;
}

#wc-galeria .modal-content .list-caracteristicas li {
  list-style: none;
  display: inline-block;
  color: #868686;
  position: relative;
  color: #fff;
}

.wc-galeria-item .item {
  height: calc(100vh - 250px);
}

.wc-galeria-item .owl-item img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
}

.wc-galeria-item .owl-dots {
  text-align: center;
  width: 100%;
}

.wc-galeria-item button.owl-dot {
  width: 50px;
  height: 80px;
  background-size: cover;
  display: inline-block;
  position: relative;
  margin-right: 5px;
  margin-top: 20px;
  border-radius: 4px;
  border: 2px solid transparent;
  transition: 0.4s;
  transition-delay: 0.2s;
  background-position: center center;
}

.wc-galeria-item button.owl-dot.active {
  width: 50px;
  border: 2px solid var(--destaque-color);
}

.wc-galeria-item button.owl-dot:hover {
  transform: scale(1.2, 1.2);
  border: 2px solid var(--destaque-color);
  transition: 0.3s;
  opacity: 0.7;
}

/*

IMOVEIS

*/
.valor.input-group-text {
  padding: 0.37rem;
  font-size: 12px;
  border-top-left-radius: 11px !important;
  border-bottom-left-radius: 11px !important;
}

.area.input-group-text {
  padding: 0.37rem;
  font-size: 12px;
  border-top-right-radius: 11px !important;
  border-bottom-right-radius: 11px !important;
}

.areaX {
  border-top-left-radius: 11px !important;
  border-bottom-left-radius: 11px !important;
}

.page-item {
  font-weight: 900;
  padding: 10px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.03);
  width: 44px;
  text-align: center;
  margin-right: 4px;
  cursor: pointer;
}

.page-item:hover {
  background: var(--destaque-color);
  color: #fff;
}

.page-item.disabled {
  background-color: rgba(0, 0, 0, 0.3);
  color: #444;
  cursor: not-allowed;
}

.page-item.none {
  cursor: unset;
  background-color: transparent;
  width: 30px;
  color: #444;
}

.cod_ref.input-group-text {
  border-right: 0;
  background-color: transparent;
  padding: 20px;
  color: var(--destaque-color);
}

.cod_ref.form-control {
  border-left: 0;
  padding: 20px 10px;
}

.group-select {
  margin-bottom: 8px;
}

.bairros {
  border: 2px solid #ccc;
  background: #fff;
  position: relative;
  border-radius: 10px;
  display: block;
  padding: 12px;
}

#enviar-filtro-especial {
  width: 100%;
  display: block;
}

.imovel-thumb .price {
  padding-top: 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 51%,
    rgba(255, 255, 255, 1) 100%
  );
  border-left: 2px solid var(--secundary-color);
  border-right: 2px solid var(--secundary-color);
  border-bottom: 2px solid var(--secundary-color);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
/*tag de tipo de preço */
.imovel-thumb .price h6 {
  display: block;
  margin-bottom: 0;
}

.imovel-thumb .price h6 small {
  background: #777;
  color: #fff;
  padding: 2px 10px;
  border-radius: 3px;
  font-size: 10px;
}

.imovel-thumb .price .valor-sup {
  text-decoration: line-through;
  color: #3a3a3a;
}

.imovel-thumb .price strong {
  font-weight: 900;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 16px;
  display: block;
}

.imovel-thumb .card-price {
  margin-top: 15px;
}

.imovel-thumb .price .combinar {
  font-size: 22px;
  margin-bottom: 12px;
}

.imovel-thumb .price .pricecol-1 h6 {
  display: none;
}

.imovel-thumb .price .pricecol-2 {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

.imovel-thumb .price .pricecol-2 strong {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 12px;
  display: block;
}

.imovel-thumb .price .pricecol-2 .valor-sup {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 5px;
  display: block;
}

.imovel-thumb .list-tag .tag {
  font-size: 12px;
  padding: 2px 7px;
}

@media screen and (max-width: 1600px) {
  .imovel-thumb .card-price strong {
    font-size: 20px;
  }
}

.contato {
  margin-top: 30px;
  margin-bottom: 30px;
}

#form-contato h1,
.contato h1 {
  font-weight: 900;
  color: #303030;
}

.contato strong {
  width: 100%;
  display: block;
  color: var(--color-menu);
  margin-top: 20px;
  font-weight: 800;
}

.contato span,
.contato address {
  width: 100%;
  display: block;
  color: var(--color-menu);
}

.contato .btn-whatsapp {
  border-radius: 5px;
  font-weight: 400;
}

#form-contato {
  width: 100%;
  display: block;
  background-color: #f4f4f4;
  border-radius: 15px;
  padding: 22px;
  margin-top: 30px;
  margin-bottom: 30px;
}

#form-contato span {
  margin-bottom: 20px;
  display: block;
  width: 100%;
}

#form-contato .form-control {
  padding: 0.75rem;
  border: 2px solid #ced4da;
}

#anuncie #form-contato {
  background-color: #fff;
  padding-left: 3rem;
  padding-right: 3rem;
}

#anuncie #form-contato > span {
  margin-bottom: 3rem;
}

.sobre {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: justify;
}

.sobre h1 {
  font-weight: 900;
  color: #303030;
  margin-bottom: 30px;
}

.sobre h2,
.sobre h3,
.sobre h4,
.sobre h5,
.sobre h6 {
  font-weight: 400;
}

.sobre img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.min-user img {
  border-radius: 50%;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
  margin: 12px auto;
  width: 80%;
}

.min-user p {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.min-user .creci {
  display: inline-block;
  background-color: var(--destaque-color);
  color: #fff;
  padding: 1px 12px;
  border-radius: 6px;
  margin-bottom: 12px;
}

.min-user h3 {
  font-size: 22px;
  text-align: center;
  width: 100%;
  display: block;
  font-weight: bold;
  font-variant: small-caps;
  margin-bottom: 0;
}

.min-user .cargo {
  background: #22296d;
  color: #fff;
  padding: 3px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 10px;
}

.min-user a {
  display: block;
  text-align: center;
  margin-top: 12px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid var(--destaque-color);
  border-radius: 8px;
  padding: 0;
}

.min-user a i {
  width: 48px;
  height: 28px;
  background-color: var(--destaque-color);
  color: #fff;
  text-align: center;
  line-height: 28px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.min-user a span {
  width: calc(100% - 50px);
  color: var(--destaque-color);
  text-align: left;
  display: inline-block;
  font-size: 12px;
  overflow: hidden;
  height: 28px;
  line-height: 28px;
  vertical-align: bottom;
  padding-left: 8px;
}

.banner-row,
.banner-row a,
.banner-row img {
  display: block;
  width: 100%;
}

.banner-row .imagemCelular {
  display: none !important;
}

@media only screen and (max-width: 600px) {
  .banner-row .imagemCelular {
    display: block !important;
  }

  .banner-row .imagem {
    display: none !important;
  }

  .parallax h1 {
    font-size: 38px;
    margin: 0 auto 60px auto;
  }

  .btn-whatsapp {
    font-size: 14px;
  }

  .footer-anuncie h2 {
    font-size: 18px;
    margin: 20px auto;
  }
  .footer-anuncie p {
    font-size: 12px;
  }

  footer {
    text-align: center;
  }

  .footer-marca {
    font-size: 10px;
  }

  ul.nav-imovel {
    margin-bottom: 10px;
  }

  ul.nav-imovel li {
  }

  ul.nav-imovel li a {
    display: block;
  }
  #mais-filtro {
    display: none;
  }

  ul.nav-imovel li a {
    padding: 2px 8px;
    font-size: 12px;
  }

  .reels h2 {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }

  .p-5 {
    padding: 1rem !important;
  }
}

.wc-banner .owl-dots {
  bottom: 5px;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  text-align: center;
}

.wc-banner .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  display: inline-block;
  border: 3px solid rgba(255, 255, 255, 0.7);
}

.wc-banner .owl-dots button.owl-dot.active {
  background: rgba(255, 255, 255, 0.7);
}

.wc-banner .owl-dots button.owl-dot:hover {
  background: rgba(0, 0, 0, 1);
  border: 3px solid rgba(255, 255, 255, 1);
}

.wc-banner .item {
  border-radius: 0px;
  overflow: hidden;
}

h3.title {
  width: 100%;
  display: block;
  text-align: center;
  padding-bottom: 30px;
}

h3.title::after {
  width: 50px;
  height: 6px;
  display: block;
  content: " ";
  background-color: #eea934;
  margin-left: calc(50% - 25px);
  margin-top: 10px;
}

h3.title-left {
  width: 100%;
  display: block;
  text-align: left;
}

h3.title-left::after {
  width: 50px;
  height: 6px;
  display: block;
  content: " ";
  background-color: #eea934;
  margin-left: 0;
  margin-top: 0;
}

.p-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.card-catalogo-img {
  width: 100%;
  position: relative;
  display: flex;

  align-items: center;
  justify-content: space-between;
}

.card-catalogo-img.image-left {
  flex-direction: row;
}

.card-catalogo-img.image-right {
  flex-direction: row-reverse;
}

.image-left {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

.image-right {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

.card-catalogo-img .owl-theme {
  display: grid;
  width: 40%;
}

.card-catalogo-img .title-catalogo {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  .card-catalogo-img {
    display: block;
  }
  .card-catalogo-img .owl-theme {
    display: block;
    width: 100%;
  }
  .card-catalogo-img .title-catalogo {
    display: block;
    width: 100%;
  }
}

.super-title {
  width: 100%;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #0771a7;
  font-weight: bold;
}

.super-title::after {
  width: 300px;
  height: 7px;
  display: block;
  content: " ";
  margin-left: calc(50% - 150px);
  margin-top: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/title-after.svg");
}

.super-title strong {
  color: var(--destaque-color);
}

p.sub-title,
.title-catalogo .description {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  color: black;
}

.depoimentos h3 {
  width: 100%;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #0771a7;
  font-weight: bold;
}

.depoimentos small {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 22px;
}

.depoimentos .item {
  background-image: url("../img/aspas-bottom-right.svg"),
    url("../img/aspas-top-left.svg");
  background-size: 22% auto, 22% auto;
  background-repeat: no-repeat;
  background-position: bottom right, top left;
}

.depoimentos .item h4 {
  color: #333;
  min-height: auto;
  text-align: center;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.2rem;
}

.depoimentos .item .stars {
  text-align: center;
  margin-bottom: 10px;
}

.depoimentos .item .stars .active {
  color: #ffc107;
}

.depoimentos .item .stars .disabled {
  color: #bbb;
}

.depoimentos .item p {
  text-align: justify;
  color: #333;
  font-weight: 600;
}

.wc-blog a {
  color: #000;
  text-decoration: none;
}

.wc-blog a .text-icon {
  color: var(--destaque-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.48;
}

.wc-blog a p {
  font-weight: 300;
  line-height: 1.48;
  font-size: 13px;
}

.wc-blog .img-icon,
.wc-itens .img-icon {
  background-size: cover;
  background-position: center center;
  border-radius: 12px;
}

.pg-blog a {
  color: #000;
  text-decoration: none;
}

.pg-blog a .text-icon {
  color: var(--destaque-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.48;
}

.pg-blog a p {
  font-weight: 300;
  line-height: 1.48;
  font-size: 13px;
}

.pg-blog .img-icon {
  background-size: cover;
  background-position: center center;
}

.icon-servico .text-icon {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  display: block;
}

.wc-galery {
  margin-bottom: 30px;
  background-color: #dedede;
  margin-top: 30px;
  border-radius: 12px;
}

.wc-galery img {
  object-fit: cover;
  border-radius: 12px;
}

.pg-postagem h1 {
  width: 100%;
  display: block;
  font-variant: small-caps;
  color: var(--destaque-color);
  margin-top: 1em;
  text-align: center;
  font-weight: bold;
}

.pg-postagem h4,
.super-subtitle {
  width: 100%;
  font-weight: 200;
  font-size: 18px;
  font-style: italic;
}

.pg-postagem .redacao p {
  font-size: 15pt;
  font-weight: 300;
  color: #222;
}

.pg-postagem .redacao h3 {
  color: #0771a7;
  font-size: 18pt;
  font-weight: 500;
  width: 100%;
  display: block;
  padding-left: 12px;
  border-left: 3px solid #0771a7;
  margin-top: 30px;
}

.card-enge {
  background-color: #dedede;
  margin-top: 30px;
  padding-top: 12px;
  border-radius: 12px;
}

.card-enge .title-service {
  font-size: 1.5em;
  color: #0771a7;
  margin-bottom: 12px;
}

.card-enge img {
  width: 100%;
  display: block;
}

.card-enge .col-lg-9 {
  padding-top: 30px;
}
.card-enge h3 {
  color: var(--destaque-color);
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 20px;
  border-left: 3px solid var(--destaque-color);
}

.card-enge small {
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  padding: 5px 10px;
}

.avatar-contato, .icon-contato{
  position: fixed;
  transform: scale(1,1);
  display: none; /* block para aparecer */
  transition: .3s;
  transition-delay: .4s;
}

.avatar-contato{
  bottom: 0;
  right: 10px;
  z-index: 99;
  max-width: 17%;
}

.icon-contato{
  bottom: 150px;
  right: 15%;
  z-index: 100;
  max-width: 9%;
}

.avatar-contato:hover, .icon-contato:hover{
  transform: scale(1.1,1.1);
  transition: .3s;
}

.avatar-contato img, .icon-contato img{
  display: block;
  width: 100%;
}

.card-enge .img-responsive{
  max-width: 300px; 
}

@media screen and (max-width: 640px) {
  .avatar-contato{
    display: none;
  }
  
  .icon-contato{
    right: 22px;
    bottom: 22px;
    width: 90px;
    max-width: 90px;
  }

  .btn-destaque{
    font-size: 16px;
  }

  .card-enge .img-responsive{
    max-width: 200px; 
  }
}


.text-justify{
  text-align: justify;
}

