#imoveis-destaque article h2 {
  display: block;
  font-weight: 600;
  color: var(--blackgreen);
  line-height: 1.2;
}

#imoveis-destaque section article {
  height: auto;
  overflow: hidden;
  background: #fff;
}

#imoveis-destaque section article:hover figure {
  transform: none;
}

#imoveis-destaque section article a {
  background: #fff;
}

#imoveis-destaque section article .img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 214px;
  background-color: #000;
  border-radius: 5px;
  border: 1px solid #ddd;
}

#imoveis-destaque section article:hover .img {
  background-color: #000;
}

#imoveis-destaque section article .img span {
  width: auto;
  height: max-content;
  overflow: unset;
  position: absolute;
  bottom: 0;
  z-index: 99;
  background: var(--orange);
  color: #fff;
  border-radius: 0;
  padding: 5px;
  font-size: 12px;
  left: 12px;
  top: 12px;
  font-weight: bold;
  border-radius: 5px;
}

#imoveis-destaque section article .img figure {
  border-radius: 5px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transition: all 0.5s ease;
  opacity: 1;
  filter: grayscale(0%);
}

#imoveis-destaque section article:hover figure {
  opacity: 0.25;
  filter: grayscale(100%);
}

#imoveis-destaque section article .txt {
  background: #fff;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 90px;
  padding: 12px 0;
}

#imoveis-destaque section article .txt p {
  color: #777;
  margin-top: 10px;
  font-size: 14px;
}

#nossos-parceiros {
  margin-bottom: 80px;
}

#nossos-parceiros ul li {
  align-items: center;
  display: flex;
  justify-content: center;
}

#nossos-parceiros ul li:hover img {
  opacity: 0.6;
}

#nossos-parceiros ul img {
  max-height: 57px;
  max-width: 200px;
  transition: 0.3s;
}

.mt-110 {
  margin-top: 110px;
}

.hidden {
  display: none;
}

/* Busca - Ajax */
.painel .busca-local {
  position: relative;
  margin: -14px 0px 0px -18px;
}

.painel .busca-local .id-termo.loading {
  background: #fff url(../img/ui-anim_basic_16x16.gif) no-repeat
    calc(100% - 9px) center;
}

.painel .busca-local .lista-enderecos {
  left: 17px;
  top: 50px;
  width: calc(100% - 15px);
  z-index: 99;
}

.busca-principal-mobile {
  width: 100%;
}
.busca-principal-mobile .form-search-mobile {
  width: 100%;
  position: relative;
}
.busca-principal-mobile .lista-enderecos {
  margin-top: 50px;
}
.home .busca-principal {
  position: relative;
}
.home .busca-principal .lista-enderecos {
  position: absolute;
  top: 65px;
  width: calc(50% - 20px);
  margin-top: 0;
}

#header .header-content .lista-enderecos {
  position: absolute;
  max-width: 283px;
  min-width: 283px;
}

.lista-enderecos {
  width: calc(50% - 18px);
  display: block;
  margin-top: 10px;
  border: 1px solid #ddd;
  position: absolute;
}

.lista-enderecos ul li a {
  width: 100% !important;
  display: block;
  min-height: 60px;
  height: auto;
  padding: 15px;
  background: #fff !important;
  color: #00404c !important;
}

.lista-enderecos ul li a strong {
  font-weight: bold;
}

.lista-enderecos ul li a small {
  color: #8c8c8c;
  font-size: 12px;
}
.lista-enderecos ul li a em {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
}

.lista-enderecos ul li:hover a {
  background: #00404c !important;
  color: #fff !important;
}
.lista-enderecos ul li a div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.parsley-errors-list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.parsley-errors-list li {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  display: block;
  margin-top: 10px;
  padding: 10px;
  background: #fa353d;
  color: #fff;
  font-size: 14px;
  text-align: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16),
    0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.parsley-errors-list li::before {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fa353d transparent;
}

.svg-container {
  display: inline-block;
  position: relative;
  width: auto;
}

.tippy-content {
  padding: 15px;
}

.tippy-box[data-theme~='light'] {
  color: #26323d;
  box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.1),
    0 4px 80px -8px rgba(36, 40, 47, 0.2),
    0 4px 4px -2px rgba(91, 94, 105, 0.15);
  background-color: #fff;
}

select.select2-hidden-accessible {
  visibility: hidden;
}
