@charset "UTF-8";
/*======================================
Selectric v1.12.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

body {
  padding-top: 110px;
}

h1 {
  margin-top: 40px;
  margin-bottom: 10px;
}

.subtitulo {
  font-size: 16px;
  color: #666666;
  margin-bottom: 40px;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
}

.conteudo.pg-listagem,
.conteudo.pg-favoritos {
  width: 2560px;
  max-width: 95%;
}

.filtros {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.filtros .btn-abrir-filtro,
.filtros .fechar-mobile {
  display: none;
}
.filtros .pg {
  width: 180px;
  height: 32px;
  background: #D4D4D4;
  display: flex;
  margin-right: 10px;
}
.filtros .pg a {
  width: 50%;
  line-height: 32px;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
}
.filtros .pg.venda a:first-child {
  background: #7CC1BA;
  color: #ffffff;
}
.filtros .pg.locacao a:last-child {
  background: #7CC1BA;
  color: #ffffff;
}
.filtros .label-mobile {
  display: none;
}
.filtros .busca {
  width: calc(100% - 440px);
  font-size: 11px;
  display: flex;
  justify-content: space-between;
  margin-right: 15px;
}
.filtros .busca .title {
  text-transform: uppercase;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  width: 100%;
  display: block;
  padding-right: 15px;
  background-image: url(../img/imoveis/seta-select.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 15%;
}
.filtros .busca .multiselect {
  margin-bottom: 0;
  height: 32px;
  overflow: hidden;
  position: relative;
  margin-bottom: 7px;
}
.filtros .busca .multiselect.active {
  overflow: visible;
}
.filtros .busca .multiselect .options {
  overflow-y: auto;
  padding: 10px;
  font-size: 11px;
  position: absolute;
  border: 1px solid #F1EDE4;
  background: #ffffff;
  max-height: 250px;
  margin-left: -20px;
  min-width: calc(100% + 40px);
}
.filtros .busca .multiselect p.more {
  display: none;
}
.filtros .busca .multiselect label {
  display: block;
  padding: 3px 0;
  padding-left: 28px;
  position: relative;
  line-height: 13px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  font-weight: 300;
  margin-bottom: 6px;
  height: 20px;
}
.filtros .busca .multiselect label:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  border: 1px solid #575A61;
  background: #FFFFFF;
  border-radius: 5px;
  top: 0px;
  left: 3px;
}
.filtros .busca .multiselect label:hover {
  background: #7CC1BA;
  color: #ffffff;
}
.filtros .busca .multiselect input[type=checkbox],
.filtros .busca .multiselect input[type=radio] {
  display: none;
}
.filtros .busca .multiselect input[type=checkbox]:checked + label:after,
.filtros .busca .multiselect input[type=radio]:checked + label:after {
  content: "";
  position: absolute;
  border: 0;
  background: #57585C;
  width: 13px;
  height: 13px;
  left: 6px;
  top: 3px;
  border-radius: 5px;
}
.filtros .busca .multiselect .group_by {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 13px;
}
.filtros .busca .multiselect .group_by:nth-child(2) {
  margin-top: 0;
}
.filtros .busca .multiselect .finalizar {
  height: 25px;
  text-align: center;
  color: #ffffff;
  font-size: 11px;
  line-height: 25px;
  float: right;
  padding: 0 10px;
}
.filtros .busca .multiselect.active {
  z-index: 1;
  overflow: inherit;
  height: auto;
  border-bottom: 1px solid #a7a9ac;
}
.filtros .busca .multiselect.active label:nth-child(n+10) {
  display: block;
}
.filtros .busca .multiselect.active .title {
  background-image: url(../img/imoveis/seta-select2.svg);
  border-bottom: 0;
}
.filtros .busca .multiselect.active .title::before {
  background: center no-repeat;
  background-size: 12px 10px;
  width: 12px;
  height: 10px;
  content: "";
  position: absolute;
  right: 17px;
  top: 17px;
  transform: rotate(180deg);
}
.filtros .busca .inputs .options {
  padding: 5px;
}
.filtros .busca .inputs .options input {
  width: 100%;
  background: transparent;
  height: 32px;
  border: 1px solid #575A61;
  color: #ffffff;
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 0 5px;
  color: #878787;
}
.filtros .busca .inputs .options input::-webkit-input-placeholder {
  color: #878787;
  font-weight: 400;
}
.filtros .busca .inputs .options input:-moz-placeholder {
  color: #878787;
  font-weight: 400;
}
.filtros .busca .inputs .options input::-moz-placeholder {
  color: #878787;
  font-weight: 400;
}
.filtros .busca .inputs .options input:-ms-input-placeholder {
  color: #878787;
  font-weight: 400;
}
.filtros .busca .mais-filtros {
  height: 32px;
  overflow: hidden;
  max-width: 100px;
  z-index: 1;
}
.filtros .busca .mais-filtros.active {
  overflow: visible;
}
.filtros .busca .mais-filtros.active .itens {
  display: flex;
}
.filtros .busca .mais-filtros .inputs {
  width: 30%;
}
.filtros .busca .mais-filtros .multiselect {
  overflow: visible;
  height: auto;
}
.filtros .busca .mais-filtros .multiselect.active {
  border: 0;
}
.filtros .busca .mais-filtros .selects-menores {
  width: 30%;
}
.filtros .busca .mais-filtros .selects-menores .multiselect {
  width: 100%;
}
.filtros .busca .mais-filtros .selects-menores .multiselect label {
  display: inline-block;
  margin-right: 10px;
}
.filtros .busca .mais-filtros .itens {
  width: 100%;
  display: none;
  position: absolute;
  left: 0;
  padding: 10px;
  font-size: 11px;
  border: 1px solid #F1EDE4;
  background: #ffffff;
  margin-left: 0;
  justify-content: space-between;
}
.filtros .busca .mais-filtros .itens .options {
  display: block;
  width: 100%;
  height: auto;
  margin-left: 0;
  min-width: 100%;
  position: relative;
  border: 0;
}
.filtros .busca .limpar {
  text-transform: uppercase;
  line-height: 32px;
  height: 32px;
}
.filtros .busca .limpar a {
  color: #7CC1BA;
}
.filtros .busca-input {
  display: flex;
  justify-content: space-between;
  width: 130px;
}
.filtros .busca-input input {
  width: calc(100% - 32px);
  height: 32px;
  font-size: 11px;
  background: transparent;
  border: 1px solid #EFEFEF;
  text-transform: uppercase;
  padding: 0 5px;
}
.filtros .busca-input button {
  display: none;
  background: #7D7D7D url(../img/imoveis/lupa.svg) center center no-repeat;
  background-size: 50%;
  border: 0;
  height: 32px;
  width: 28px;
  border-radius: 0;
}

.ativos {
  margin-top: 10x;
  margin-bottom: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
}
.ativos div {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.ativos .active {
  line-height: 20px;
  padding: 0 10px;
  padding-right: 30px;
  font-size: 12px;
  background: #878787;
  color: #ffffff;
  position: relative;
  margin-bottom: 5px;
}
.ativos .active .close {
  line-height: 20px;
  width: 24px;
  text-align: center;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  margin-right: 0;
}

.botoes-menu-imoveis {
  display: flex;
  align-items: flex-start;
  width: 250px;
  justify-content: flex-end;
}
.botoes-menu-imoveis .visualizacao button {
  height: 25px;
  background: transparent;
  border: 0;
}
.botoes-menu-imoveis .visualizacao button svg {
  height: 25px;
  margin-right: 5px;
}
.botoes-menu-imoveis .visualizacao button svg rect,
.botoes-menu-imoveis .visualizacao button svg path {
  fill: #878787;
}
.botoes-menu-imoveis .visualizacao button:hover svg rect,
.botoes-menu-imoveis .visualizacao button:hover svg path, .botoes-menu-imoveis .visualizacao button.active svg rect,
.botoes-menu-imoveis .visualizacao button.active svg path {
  fill: #7CC1BA;
}
.botoes-menu-imoveis .ordenar {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 11px;
  width: 100px;
  margin-right: 10px;
}
.botoes-menu-imoveis .ordenar .titulo {
  margin-right: 10px;
}
.botoes-menu-imoveis .ordenar .selectric-wrapper {
  height: 32px;
}
.botoes-menu-imoveis .ordenar .selectric {
  height: 32px;
  width: 100px;
  background: transparent;
  border: 1px solid #D1D1D1;
  display: inline-block;
}
.botoes-menu-imoveis .ordenar .selectric .label {
  color: #878787;
  line-height: 32px;
  height: 32px;
  font-size: 10px;
  width: calc(100% - 25px);
  margin-left: 5px;
}
.botoes-menu-imoveis .ordenar .selectric .button {
  background: url(../img/imoveis/seta-select.svg) center center no-repeat;
  background-size: 10px;
  text-indent: -1000px;
  overflow: hidden;
  width: 25px;
  height: 30px;
}
.botoes-menu-imoveis .ordenar .selectric .button::after {
  display: none;
}
.botoes-menu-imoveis .ordenar .selectric-items {
  background: #ffffff;
}
.botoes-menu-imoveis .ordenar .selectric-items li {
  color: #878787;
  font-size: 11px;
  padding: 5px 10px;
}
.botoes-menu-imoveis .ordenar .selectric-items li.highlighted, .botoes-menu-imoveis .ordenar .selectric-items li.selected {
  background-color: #7CC1BA;
  color: #ffffff;
}

.box-conteudo {
  display: flex;
  justify-content: space-between;
  width: 100%;
  width: 95%;
  margin: 0 auto;
}

.box-seo-listagem {
  width: 100%;
  max-width: 900px;
  margin: 40px auto 30px auto;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.box-seo-listagem h2 {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin: 0 0 12px 0;
  line-height: 1.4;
  text-transform: none;
}
.box-seo-listagem p {
  font-size: 14px;
  color: #666666;
  line-height: 1.7;
  margin: 0 auto;
  font-weight: 300;
}

.imoveis.grid {
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.imoveis.grid .box-imovel {
  width: 48%;
  height: 512px;
  margin-bottom: 50px;
}
.imoveis.grid .box-imovel .titulo {
  line-height: 40px;
  text-align: center;
}
.imoveis.grid .imovel {
  color: #878787;
  background: #ffffff;
  width: 100%;
  box-shadow: 5px 5px 25px 0px rgba(214, 221, 230, 0.75);
  position: relative;
}
.imoveis.grid .imovel .favorito {
  width: 17px;
  height: 17px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/geral/coracao-fav2-1.svg);
  background-size: 100%;
  z-index: 1;
}
.imoveis.grid .imovel .favorito:hover {
  animation: piscar 1.5s;
}
.imoveis.grid .imovel .favorito.favorito-sim {
  background-image: url(../img/geral/coracao-fav.svg);
}
@keyframes piscar {
  50% {
    background-image: url(../img/geral/coracao-fav.svg);
  }
  100% {
    background-image: url(../img/geral/coracao-fav2-1.svg);
  }
}
.imoveis.grid .imovel .box-foto {
  display: block;
  height: 400px;
  overflow: hidden;
}
.imoveis.grid .imovel .box-foto .foto {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: 0.3s all;
  overflow: hidden;
}
.imoveis.grid .imovel .box-foto .foto:hover {
  transform: scale(1.15);
}
.imoveis.grid .imovel .box-foto .foto .labels {
  top: 0px;
  left: 0px;
  pointer-events: none;
}
.imoveis.grid .imovel .box-foto .foto .labels div {
  margin-bottom: 5px;
  padding: 5px 15px;
  font-size: 14px;
  background-color: #7CC1BA;
  color: #ffffff;
}
.imoveis.grid .imovel .box-foto .foto .labels .tag-reservado {
  display: block;
  width: 220px;
  line-height: 27px;
  background: rgba(165, 165, 165, 0.74);
  font-weight: 400;
  color: #fff;
  font-size: 17px;
  text-align: center;
  transform: rotate(-35deg);
  margin-left: -49px;
  margin-top: 30px;
  text-transform: lowercase;
}
.imoveis.grid .imovel .box-informacoes {
  padding: 10px;
  padding-top: 15px;
  font-size: 16px;
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 70px;
}
.imoveis.grid .imovel .box-informacoes .botoes {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.imoveis.grid .imovel .box-informacoes .botoes a {
  text-align: center;
  border: 0;
  line-height: 40px;
  height: 40px;
  color: #7CC1BA;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  transition: 0.3s all;
  background-color: transparent;
  height: 40px;
  text-align: center;
  line-height: 36px;
  display: block;
  border: 0;
  font-size: 14px;
  transition: 0.5s all;
  border-radius: 0;
  margin-left: 15px;
  text-transform: none;
}
.imoveis.grid .imovel .box-informacoes .oferta {
  text-decoration: line-through;
}
.imoveis.grid .imovel .box-informacoes .referencia .oferta {
  text-decoration: none;
  margin-right: 20px;
}
.imoveis.grid .imovel.imovel-empreendimento .referencia {
  padding-bottom: 3px;
  margin-bottom: 10px;
}
.imoveis.grid .imovel.imovel-empreendimento .principais {
  margin-bottom: 10px;
}

.imoveis.linhas .titulos {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  font-size: 11px;
}
.imoveis.linhas .imovel {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr 0.5fr;
  font-size: 11px;
}
.imoveis.linhas .imovel:hover {
  background-color: rgba(135, 135, 135, 0.1);
}
.imoveis.linhas .item {
  border-bottom: 2px solid #EAEBEB;
  padding: 5px;
}
.imoveis.linhas .item.foto a {
  width: 80px;
  height: 62px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.imoveis.linhas .favorito {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-top: 21px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/geral/coracao-fav2.svg);
  background-size: contain;
  z-index: 1;
  transition: 0.5s all;
}
.imoveis.linhas .favorito:hover {
  background-image: url(../img/geral/coracao-fav.svg);
}
.imoveis.linhas .favorito.favorito-sim {
  background-image: url(../img/geral/coracao-fav.svg);
}
.imoveis.linhas #infscr-loading {
  position: absolute;
  bottom: -120px;
}

#map-canvas {
  display: none;
}

.listagem-mapa .pg-listagem {
  width: 100%;
  max-width: 100%;
}
.listagem-mapa h1 {
  display: none;
}
.listagem-mapa .filtros {
  z-index: 2;
}
.listagem-mapa .filtros,
.listagem-mapa .ativos {
  max-width: 2560px;
  width: 95%;
  margin: 0 auto;
}
.listagem-mapa .botoes-menu-imoveis {
  width: 148px;
  position: absolute;
  right: 10px;
  margin-top: 10px;
  background: #ffffff;
  padding: 5px;
  padding-left: 10px;
  z-index: 1;
  border: 0;
}
.listagem-mapa .botoes-menu-imoveis .ordenar {
  display: none;
}
.listagem-mapa #map-canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.listagem-mapa .marker-label {
  display: block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
}
.listagem-mapa .imv .box-informacoes {
  display: flex;
  justify-content: space-between;
}
.listagem-mapa .imv .box-informacoes a {
  width: 85px;
  height: 33px;
  line-height: 31px;
  border: 1px solid #7CC1BA;
  color: #878787;
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
}
.listagem-mapa .imv .box-informacoes a:hover {
  background-color: #7CC1BA;
  color: #ffffff;
}
.listagem-mapa .imv .box-informacoes .oferta {
  text-decoration: line-through;
}
.listagem-mapa .imv .box-informacoes .referencia .oferta {
  text-decoration: none;
  margin-right: 20px;
}

.sem-imoveis #resultado {
  display: none;
}
.sem-imoveis .aviso-sem-imoveis {
  display: block;
  font-size: 26px;
  text-align: center;
  width: 100%;
  padding-bottom: 40px;
}

.pg-empreendimento .sidebar,
.pg-favoritos .sidebar {
  display: none;
}
.pg-empreendimento .imoveis,
.pg-favoritos .imoveis {
  width: 100%;
}

/* -----     Definições de breakpoints     -----*/
/* Desktop maior que 1400px de largura */
@media screen and (min-width: 1400px) {
  .imoveis.grid .box-imovel {
    width: 32%;
  }
}
/* Desktop gigante, maior que 2000px de largura */
@media screen and (min-width: 2000px) {
  .imoveis.grid .box-imovel {
    width: 24%;
  }
}
@media screen and (max-width: 1100px) {
  .filtros.active + .ativos {
    display: block;
    position: fixed;
    top: 60px;
    z-index: 201;
    border: 0;
    height: 50px;
    overflow: hidden;
  }
  .filtros .fechar-mobile {
    display: block;
    position: fixed;
    top: 8px;
    right: 0;
    color: red;
    font-size: 18px;
    padding: 0 10px;
  }
  .filtros .btn-abrir-filtro {
    display: block;
    line-height: 32px;
    height: 32px;
    margin-left: 20px;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: auto;
    background: transparent;
  }
  .filtros .busca {
    display: none;
  }
  .filtros.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: linear-gradient(to bottom, #ffffff 0, #ffffff 40px, #F4F4F4 40px);
    z-index: 200;
    display: block;
    padding: 0 15px;
    padding-top: 5px;
  }
  .filtros.active .pg {
    margin-bottom: 100px;
  }
  .filtros.active .btn-abrir-filtro {
    display: none;
  }
  .filtros.active .label-mobile {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  .filtros.active .busca {
    display: block;
    width: 100%;
    margin: 0;
  }
  .filtros.active .busca #tipos {
    display: block;
  }
  .filtros.active .busca .multiselect .title {
    border: 1px solid #D1D1D1;
    line-height: 30px;
    background-position: calc(100% - 10px) center;
    background-color: #ffffff;
  }
  .filtros.active .busca .multiselect .options {
    margin-left: 0;
    width: 100%;
    min-width: inherit;
  }
  .filtros.active .limpar,
  .filtros.active .busca-input {
    display: none;
  }
  .filtros.active .mais-filtros.active .title {
    display: none;
  }
  .filtros.active .mais-filtros.active .itens .title,
  .filtros.active .mais-filtros.active .multiselect .title {
    display: block;
  }
  .filtros.active .mais-filtros.active .itens {
    display: block;
    background: transparent;
  }
  .filtros.active .mais-filtros.active .multiselect {
    width: 100%;
  }
  .filtros.active .mais-filtros.active .multiselect .title {
    display: none;
  }
  .filtros.active .mais-filtros.active .multiselect .options {
    background: transparent;
  }
  .filtros.active .mais-filtros.active .multiselect.inputs .options {
    display: flex;
    justify-content: space-between;
  }
  .filtros.active .mais-filtros.active .multiselect.inputs .options input {
    background-color: #ffffff;
    border-radius: 0;
    width: 48%;
    border: 1px solid #D1D1D1;
  }
  .filtros.active .mais-filtros.active .selects-menores {
    width: 100%;
  }
}
@media (orientation: portrait) and (max-width: 900px) {
  .imoveis.grid .box-imovel {
    aspect-ratio: 1;
    height: inherit;
    margin-bottom: 30px;
  }
  .imoveis.grid .box-imovel .imovel {
    height: calc(100% - 30px);
  }
  .imoveis.grid .box-imovel .imovel .titulo {
    height: 30px;
    line-height: 30px;
  }
  .imoveis.grid .box-imovel .imovel .box-foto {
    height: calc(100% - 50px);
  }
  .imoveis.grid .box-imovel .imovel .box-informacoes {
    font-size: 12px;
    height: 50px;
    padding: 10px;
  }
  .imoveis.grid .box-imovel .imovel .box-informacoes .favorito {
    height: 30px;
    width: auto;
    aspect-ratio: 1;
  }
  .imoveis.grid .box-imovel .imovel .box-informacoes .botoes a {
    height: 30px;
    line-height: 28px;
    border: 1px solid #7CC1BA;
    width: 100px;
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .ativos {
    display: none;
  }
  h1 {
    margin-top: 30px;
  }
  .botoes-menu-imoveis .visualizacao button.linhas {
    display: none;
  }
  .mais-filtros .options .finalizar {
    display: none;
  }
  .mais-filtros .finalizar {
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    font-size: 11px;
    text-align: center;
    color: #ffffff;
    float: right;
  }
}
/* Celulares em geral */
@media screen and (max-width: 680px) {
  .filtros.active {
    background-attachment: local;
  }
  .filtros.active .botoes-menu-imoveis {
    display: none;
  }
  .filtros .pg {
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0;
  }
  .filtros .pg a {
    font-size: 10px;
    padding: 0 3px;
    min-width: 50px;
  }
  .filtros .busca-input {
    display: none;
  }
  .filtros .btn-abrir-filtro {
    margin: 0 5px;
  }
  .botoes-menu-imoveis {
    width: auto;
  }
  .botoes-menu-imoveis .ordenar {
    margin-right: 5px;
  }
  .botoes-menu-imoveis .visualizacao button svg {
    margin: 0;
  }
  .imoveis.grid .box-imovel {
    width: 100%;
  }
}
/* Celulares em modo paisagem apenas */
@media screen and (orientation: landscape) and (max-height: 500px) {
  .imoveis.grid .box-imovel {
    height: auto;
  }
  .imoveis.grid .box-imovel .box-foto {
    height: 240px;
  }
}
/* ---------------------------------------------*/
