/*
    Front-end developer: Felipe Golfetto
    Facebook: https://www.facebook.com/felipe.golfetto
*/
/* @Cores */
@font-face {
  font-family: 'ElaSans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../system/fonts/ElaSansPlain.TTF") format("truetype");
}
@font-face {
  font-family: 'ElaSans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../../system/fonts/ElaSansPlainItalic.TTF") format("truetype");
}
@font-face {
  font-family: 'ElaSans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../../system/fonts/ElaSansSemiBold.TTF") format("truetype");
}
@font-face {
  font-family: 'ElaSans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../../system/fonts/ElaSansSemiBoldItalic.TTF") format("truetype");
}
@font-face {
  font-family: 'ElaSans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../../system/fonts/ElaSansBlack.TTF") format("truetype");
}
@font-face {
  font-family: 'ElaSans';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("../../system/fonts/ElaSansBlackItalic.TTF") format("truetype");
}
/* == DEFINIÇÕES == */
body {
  font-family: 'ElaSans', "Segoe UI", Arial, sans-serif;
  color: #05212d;
  min-width: 300px;
  background-color: #FFF;
  margin: 0;
  padding-right: 0 !important;
  overflow-y: auto !important;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.55;
}
body li {
  list-style: none;
  display: inline-block;
}
@media (max-width: 767px) {
  body {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* Resets */
button,
input[type=submit] {
  cursor: pointer;
}
a,
a:hover {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
ul {
  padding: 0;
  margin: 0;
}
input,
select,
label:focus,
button:focus,
.btn.focus,
.btn:focus {
  outline: none;
  box-shadow: none;
}
figure {
  margin: 0;
}
label {
  margin-bottom: 0;
}
p {
  margin-bottom: 0;
  letter-spacing: 0;
}
b,
strong {
  font-weight: 400;
}
address {
  margin: 0;
}
.container {
  width: 90%;
  max-width: 1200px;
}
.fleft100 {
  float: left;
  width: 100%;
}
a:not([href]):not([tabindex]) {
  color: #FFF;
}
.ft-zero {
  font-size: 0;
  margin: 0;
  padding: 0;
}
/* Backgrounds */
.bk-white {
  background-color: #FFF;
}
.cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.contain {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
/* Placeholders */
.ph-white::-webkit-input-placeholder {
  color: #FFF;
}
.ph-white:-moz-placeholder {
  color: #FFF;
}
.ph-white::-moz-placeholder {
  color: #FFF;
}
.ph-white:-ms-input-placeholder {
  color: #FFF;
}
.ph-secondary::-webkit-input-placeholder {
  color: #000;
}
.ph-secondary:-moz-placeholder {
  color: #000;
}
.ph-secondary::-moz-placeholder {
  color: #000;
}
.ph-secondary:-ms-input-placeholder {
  color: #000;
}
/* Definições */
.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
}
.bt-primary {
  display: inline-block;
  background-color: #c1a168;
  border: none;
  color: #FFF;
  border-radius: 5px;
}
.bt-primary:hover {
  background-color: #f3e7d7;
  color: #FFF;
}
.bt-secondary {
  display: inline-block;
  background-color: #f3e7d7;
  border: none;
  color: #000;
}
.bt-secondary:hover {
  background-color: #c1a168;
  color: #FFF;
}
/* HEADER */
header {
  padding: 1rem 0;
  float: left;
  width: 100%;
  color: #FFF;
  position: relative;
  z-index: 9;
}
header .logo {
  margin: auto 0;
}
header .logo img {
  max-width: 180px;
  width: 100%;
}
header .menu {
  margin: auto 0;
  margin-left: 1rem;
}
header .menu button {
  padding: 0;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  margin-right: 0;
}
header .menu img {
  position: relative;
  top: -1px;
}
header .bts {
  text-align: right;
  margin: auto 0;
}
header .dropdown-menu {
  border: none;
  background-color: #f4f3ef;
  max-width: 230px;
  min-width: 190px;
  left: auto !important;
  right: 0 !important;
  margin-top: 15px;
  transform: none !important;
  box-shadow: 0 0 7px 0 #00000024;
  padding: 7px 17px;
  border-radius: 5px;
  top: 25px !important;
  color: #000;
}
header .dropdown-menu a {
  padding: 0.6rem 0;
  display: block;
  color: #000;
  text-align: left;
  font-size: 0.9rem;
  font-weight: 400;
}
header .dropdown-menu a:hover {
  color: #000;
  opacity: 0.85;
}
header .dropdown-menu a img {
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.quem-somos-topo header .tel button span {
  color: #fff;
}
header .dropdown-menu li {
  width: 100%;
  border-bottom: 1px solid #dadada;
}
header .dropdown-menu li:last-child {
  border: none;
}
header .menu,
header .dropdown {
  display: inline-block;
  position: relative;
}
header .tel button {
  border: none;
  background: none;
  color: #FFF;
  font-weight: 400;
  font-size: 1.1rem;
  margin: 0 0.5rem;
}
header .tel button span {
  margin: 0 0.5rem;
}
header .tel button img {
  position: relative;
  top: -1px;
}
header .tel a {
  text-align: center;
}
header .bt-fav {
  position: relative;
  margin: 0 0.5rem;
}
header .bt-fav small {
  font-weight: 400;
  border-radius: 50%;
  background-color: #FFF;
  width: 18px;
  display: inline-flex;
  height: 18px;
  text-align: center;
  color: #f3e7d7;
  font-size: 0.7rem;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -7px;
  top: -5px;
  padding-top: 1px;
}
.topo {
  background-color: #f3e7d7;
}
.topo .logo img {
  max-width: 120px;
}
/* Lazy IMG */
.lazy {
  opacity: 0;
}
.lazy-cover {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lazy-contain {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lazy.loaded {
  opacity: 1;
  transition: opacity 1s;
}
/* Buscas */
.btn {
  color: #000;
  float: left;
  width: 100%;
  display: flex;
  padding: 1.4rem 0.8rem;
  font-weight: 400;
  position: relative;
  font-size: 1rem;
  border-radius: 0;
  text-align: left;
  background: none;
}
.btn .multiselect-text {
  float: left;
  width: 100%;
  overflow: hidden;
}
.btn .ileft {
  margin: auto 0;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.btn .icondown {
  margin: auto 0;
}
.btn:hover {
  color: #c1a168;
}
/* Busca */
.buscar {
  background-color: #f3e7d7;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
  background-size: cover;
}
.buscar header {
  position: absolute;
  top: 0;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.41498606) 0%, rgba(0, 0, 0, 0) 94%);
}
.buscar .title-busca {
  font-size: 2.5rem;
  color: #FFF;
  text-shadow: 0 0 4px #000;
  text-align: center;
  margin-bottom: 3rem;
}
.buscar .itensbusca {
  background-color: #FFF;
  box-shadow: 0 0 15px #00000033;
  padding: 0;
  border-radius: 10px;
}
.buscar .multiselect-container {
  transform: none !important;
  border: none;
  border-radius: 0;
  top: 41px !important;
  padding: 0;
  margin-top: 0;
  box-shadow: 0px 0px 10px 0 #00000073;
  max-height: 260px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #c1a168 rgba(5, 33, 45, 0.15);
}
.buscar .multiselect-container::-webkit-scrollbar {
  width: 8px;
}
.buscar .multiselect-container::-webkit-scrollbar-track {
  background-color: rgba(5, 33, 45, 0.15);
  border-radius: 8px;
}
.buscar .multiselect-container::-webkit-scrollbar-thumb {
  background-color: #c1a168;
  border-radius: 8px;
}
.buscar .co {
  float: left;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
}
.buscar .b {
  border-right: 1px solid #cccccc;
}
.buscar .b-mapa {
  padding: 0.4rem 1rem;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.8rem;
}
.buscar .b-mapa img {
  position: relative;
  top: -2px;
  margin-right: 0.5rem;
}
.buscar .coroa {
  position: absolute;
  bottom: 15px;
}
.buscar .coroa span,
.buscar .coroa small {
  display: block;
}
.buscar .coroa span {
  color: #c1a168;
  font-weight: 700;
}
.buscar .coroa small {
  color: #FFF;
}
.buscar .coroa a {
  display: block;
}
.buscar-video {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.buscar-video__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
.buscar-video__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.buscar-video > *:not(.buscar-video__wrapper) {
  position: relative;
  z-index: 1;
}
.drop-valor {
  padding: 1rem;
  left: 0 !important;
  transform: none !important;
  top: 98% !important;
  width: 100%;
  background-color: #FFF;
  border: none;
  min-width: 100%;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 10px #0000002e;
}
.drop-valor .btn {
  background: none;
  padding: 0.3rem 0.8rem;
  font-size: 1rem;
  border-radius: 5px;
  color: #FFF;
  text-align: center;
  background-color: #c1a168;
  justify-content: center;
  margin-top: 0.8rem;
}
.drop-valor .btn:hover {
  background-color: #f3e7d7;
}
.drop-valor li {
  width: 100%;
  font-weight: 600;
  font-size: 0.9rem;
}
.drop-valor li label {
  width: 100%;
  cursor: pointer;
}
.drop-valor li input {
  margin-right: 5px;
}
.drop-valor ul {
  max-height: 123px;
  overflow-y: auto;
}
.dropdown-menu.show {
  display: block !important;
}
.bt-busca {
  width: 100%;
  float: left;
  text-align: center;
  color: #FFF;
  height: 100%;
  border: none;
  cursor: pointer;
  border-radius: 0 8px 8px 0;
  background-color: #c1a168;
  font-weight: 700;
  padding: 0.8rem 0;
  position: relative;
  right: -1px;
}
.bt-busca img {
  max-width: 21px;
  width: 100%;
  position: relative;
  top: -2px;
}
.bt-busca:hover {
	background-color: #333;
}
.bt-busca.bt-busca-inline {
	width: auto;
	height: auto;
	float: none;
	display: inline-block;
	padding: .6rem 1.6rem;
	border-radius: 0;
	right: 0;
}
/* Modais */
.modal .modal-content {
  background: none;
  border: none;
}
.modal .modal-body {
  background-color: #FFF;
  padding: 1rem;
  border-radius: 15px 15px 0 0;
}
.modal .close {
  color: #FFF !important;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 0rem;
  opacity: 1;
  text-align: right;
  margin-bottom: 0.5rem;
  text-shadow: none;
}
.modal .checkbox {
  padding: 3px 0.4rem;
  font-size: 1rem;
  align-items: center;
}
.modal .checkbox.todos {
  background: #c1a168;
  font-weight: 600;
  margin-bottom: 6px;
  border-radius: 4px;
  font-size: 1rem;
  color: #FFF;
  padding: 8px 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.modal .checkbox.todos input {
  top: 0;
}
.modal .bts-modal {
  text-align: center;
}
.modal .bts-modal .bt-primary {
  font-size: 0.9rem;
  padding: 0.6rem 2.5rem;
  border-radius: 8px;
  font-weight: 600;
}
.modal .bt-modal {
  background-color: #c1a168;
  color: #FFF;
  padding: 0.7rem 2.5rem;
  display: inline-block;
  border: none;
  font-size: 0.8rem;
}
.modal .footer-modal {
  padding: 1rem 2.1rem;
  background-color: #efefef;
  border-radius: 0 0 15px 15px;
  float: left;
  width: 100%;
}
.modal .footer-modal input[type=reset] {
  color: #959595;
  background: none;
  border: none;
  padding: 0;
  font-size: 0.8rem;
  font-weight: 700;
  padding-left: 22px;
  background-image: url(../img/lixo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
}
.modal .title-modal h2 {
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.modal .title-modal h2 img {
  margin-right: 0.5rem;
  position: relative;
  top: -3px;
}
#bairro .modal-dialog {
  max-width: 880px;
  width: 95%;
}
#bairro .citys {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px;
}
#bairro .dropdown-menu {
  transform: none;
  max-height: 250px;
  overflow-y: auto;
  top: 34px;
}
#bairro .overbairro {
  overflow-y: auto;
  max-height: 60vh;
  width: 100%;
  padding-right: 15px;
}
#bairro .card-columns {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  width: 100%;
}
#bairro .card-columns .card {
  border: none;
}
#bairro .bts-modal {
  padding: 0 15px;
  justify-content: center;
}
#bairro .bts-modal hr {
  border-color: #c1a168;
}
#bairro .bairro {
  position: relative;
  margin-right: 5px;
  margin-left: 10px;
  top: 0;
}
.modal-backdrop.show {
  opacity: 0.9;
}
.checkbox,
.radio {
  display: flex;
  font-size: 0.9rem;
}
.checkbox input,
.radio input {
  position: relative;
  margin-right: 6px;
  top: 2px;
}
.title-md {
  margin-bottom: auto;
  margin-top: auto;
}
.title-md h5 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #c1a168;
}
.title-md h5 img {
  position: relative;
  top: -2px;
  margin-right: 0.3rem;
}
.select-md {
  margin-bottom: auto;
  margin-top: auto;
  justify-content: center;
  text-align: center;
}
.select-md .btn {
  background-color: #efefef;
  color: #626262;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  border-radius: 5px;
}
.search-modal {
  display: flex;
  padding: 0.3rem 0.8rem;
  background-color: #efefef;
  border-radius: 4px;
}
.search-modal input {
  float: left;
  width: 100%;
  font-size: 0.8rem;
  border: none;
  padding-right: 0.5rem;
  background: none;
  color: #626262;
  font-weight: 600;
}
.search-modal label {
  font-size: 0.8rem;
  margin-bottom: 0;
}
.md-in {
  max-width: 300px;
  margin: 0.5rem auto;
}
.md-in .content-modal {
  padding: 1.5rem;
  background-color: #FFF;
}
.md-in .content-modal h4 {
  color: #5e6263;
  font-size: 1.1rem;
  padding-bottom: 0.7rem;
  text-align: center;
  float: left;
  width: 100%;
}
.md-in .content-modal .form {
  padding: 0;
}
.md-in .sidebar {
  padding: 0;
  box-shadow: none;
  text-align: left;
}
.md-in .sidebar .imob {
  padding: 0;
  border: none;
}
.md-in .form input,
.md-in .form textarea,
.md-in .form select {
  background-color: #e6e6e6;
}
.md-in .form input[type=submit] {
  background-color: #c1a168;
}
.md-in .valor {
  float: left;
  width: 100%;
  margin-bottom: 1rem;
  text-align: center;
}
.md-in .valor strong {
  color: #c1a168;
  font-weight: 700;
  display: block;
}
.modal-mapas {
  max-width: 90%;
  height: 100vh;
  margin: 0 auto !important;
}
.modal-mapas iframe {
  width: 100%;
  height: 100%;
}
.modal-mapas .content-modal {
  height: 95vh;
}
/* Home */
.cafe {
  background-color: #FFF;
  color: #000;
  padding: 3rem 0;
  text-align: center;
}
.cafe .lazy {
  width: 100%;
  max-width: 430px;
}
.cafe .nobles .lazy {
  height: 100%;
}
.filiais {
  background-color: #FFF;
  color: #000;
  padding: 3rem 0;
  text-align: center;
}
.filiais .lazy {
  width: 100%;
}
.filiais .nobles .lazy {
  height: 100%;
}
.filiais .nobles .textot {
  color: #000;
  text-align: justify;
}
.filiais .corpreto {
  letter-spacing: 0.1px;
  line-height: 1.6;
}
.filiais .nobles .video {
  border-radius: var(--radius-sm);
}
.texto2 {
  color: #000;
  text-align: center;
}
.texto1 {
  color: #FFF;
  text-align: center;
}
.corpreto {
  color: #000;
  font-size: 90%;
  font-weight: 400;
}
.tl-home {
  text-align: center;
}
.tl-home h1,
.tl-home h2,
.tl-home span {
  display: block;
  width: 100%;
}
.tl-home h1,
.tl-home h2 {
  font-size: 2rem;
  font-weight: 700;
}
.tl-home span {
  color: #c1a168;
  letter-spacing: 0.6px;
  font-size: 0.95rem;
  margin-bottom: 1.6rem;
}
.tl-home .h {
  text-align: center;
}
.tl-home hr {
  border-color: #c1a168;
  max-width: 50px;
}
.t {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.nobles {
  text-align: justify;
}
.nobles .h,
.nobles small,
.nobles span,
.nobles h2,
.nobles .in,
.nobles figure,
.nobles a {
  width: 100%;
}
.nobles .h {
  text-align: center;
}
.nobles .h hr {
  border-color: #c1a168;
  width: 50px;
}
.nobles figure {
  height: 270px;
  position: relative;
}
.nobles figure img {
  border-radius: 20px;
}
.nobles .in {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.nobles h2 {
  margin: 0.5rem 0;
  font-weight: 700;
}
.nobles .nb {
  color: #c1a168;
}
.nobles small {
  letter-spacing: 0.6px;
}
.nobles a img {
  margin-right: 0.4rem;
  display: inline-block;
  position: relative;
  top: -2px;
}
.centro {
  justify-content: center;
  color: #FFF;
}
.imoveis-venda {
  padding: 3rem 0;
  background-color: #f2f2f2;
}
.imovel {
  float: left;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 0 10px #00000030;
  border-radius: 15px;
}
.imovel .lazy {
  border-radius: 15px 15px 0 0;
}
.imovel .i {
  padding: 1rem 1.5rem;
}
.imovel figure {
  position: relative;
  height: 200px;
}
.imovel figure span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.imovel figure small {
  background-color: #ff6c00;
  width: 125px;
  color: #FFF;
  margin-bottom: auto;
  margin-top: 15px;
  text-align: center;
  font-weight: 600;
  font-size: 0.7rem;
  padding: 0.3rem;
  border-radius: 5px;
  display: inline-block;
}
.imovel figure.resultado-galeria {
  overflow: hidden;
  border-radius: 15px;
}
.imovel figure.resultado-galeria .imovel-slider {
  height: 100%;
  position: relative;
}
.imovel figure.resultado-galeria .imovel-slider .item,
.imovel figure.resultado-galeria .imovel-slider .item a {
  display: block;
  height: 100%;
}
.imovel figure.resultado-galeria .imovel-slider .item a {
  position: relative;
}
.imovel figure.resultado-galeria .imovel-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imovel figure.resultado-galeria .imovel-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0;
  pointer-events: none;
  z-index: 5;
  height: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.imovel figure.resultado-galeria .imovel-slider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  pointer-events: auto;
  transition: background 0.2s ease-in-out;
}
.imovel figure.resultado-galeria .imovel-slider .owl-nav button .imovel-slide-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  pointer-events: none;
  line-height: 1;
}
.imovel figure.resultado-galeria .imovel-slider .owl-nav button.owl-prev {
  left: 12px;
}
.imovel figure.resultado-galeria .imovel-slider .owl-nav button.owl-next {
  right: 12px;
}
.imovel figure.resultado-galeria .imovel-slider .owl-nav button:hover {
  background: rgba(0, 0, 0, 0.65);
}
.imovel figure.resultado-galeria .imovel-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}
.imovel figure.resultado-galeria .imovel-slider .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.6);
}
.imovel figure.resultado-galeria .imovel-slider .owl-dots .owl-dot.active span {
  background: #FFF;
}
.imovel figure.resultado-galeria .imovel-slider .owl-nav:focus-within {
  opacity: 1;
}
.imovel figure.resultado-galeria .imovel-slider .owl-nav button:focus {
  outline: none;
}
.imovel figure.resultado-galeria:hover .imovel-slider .owl-nav {
  opacity: 1;
}
.imovel h3 {
  font-size: 1.1rem;
}
.imovel ul {
  display: table;
  border-bottom: 1px solid #ccc;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
}
.imovel li {
  display: table-cell;
  margin: 0.3rem 0;
}
.imovel .valor {
  font-size: 1.3rem;
  font-weight: 400;
}
.imovel .bt-primary {
  width: 100%;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.2rem;
}
.imoveis-bairro {
  padding: 3rem 0;
  background: #f7f2ef;
}
.imoveis-bairro .tl-home {
  text-align: left;
}
.imoveis-bairro .tl-home .h {
  text-align: left;
  margin: 0;
}
.imoveis-bairro .tl-home .h hr {
  margin: 0;
}
.imoveis-bairro .i-bairro figure {
  position: relative;
  height: 160px;
  overflow: hidden;
}
.imoveis-bairro .i-bairro .lazy {
  border-radius: 15px;
}
.imoveis-bairro .i-bairro .t {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  top: 0;
  text-align: center;
}
.imoveis-bairro .i-bairro h3 {
  font-weight: 400;
  color: #FFF;
  width: 100%;
}
.imoveis-bairro .i-bairro .bt-primary {
  padding: 0.2rem 1.5rem;
  font-weight: 700;
}
.imoveis-bairro .grande figure {
  height: 338px;
}
.premios {
  padding: 3rem 0;
  background: #bc965b;
  background: linear-gradient(180deg, #bc965b 70%, #ffffff 70%);
}
.premios .tl-home h2 {
  color: #FFF;
}
.premios .tl-home span {
  color: #f3e7d7;
  margin-bottom: 1.2rem;
}
.premios .tl-home hr {
  border-color: #f3e7d7;
}
.prem {
  float: left;
  width: 100%;
  background-color: #FFF;
  border-radius: 15px;
  padding: 1rem;
  text-align: center;
  box-shadow: 0 0 10px #00000030;
}
.prem figure,
.prem h3,
.prem .h,
.prem p {
  float: left;
  width: 100%;
}
.prem .h hr {
  width: 60px;
  border-color: #c1a168;
  margin: 1.5rem auto;
}
.prem h3 {
  font-weight: 800;
  font-size: 1.3rem;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.prem p {
  color: #444;
}
/* Footer */
.news {
  background-color: #f3e7d7;
  border-bottom: 1px solid #c1a168;
  padding: 1rem 0;
}
.news input {
  float: left;
  width: 100%;
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 8px;
  margin: 0.5rem 0;
}
.news input[type=submit] {
  padding: 0.5rem 0;
  text-align: center;
}
.news .t {
  display: flex;
}
.news .t img {
  margin: auto 0;
  margin-right: 1rem;
}
.news .t h2 {
  color: #000;
  font-size: 1.1rem;
  margin: auto 0;
}
footer {
  background-color: #f2f2f2;
  padding: 2rem 0 3rem;
  color: #000;
}
footer .ftx {
  font-size: 0.8rem;
}
footer .tl,
footer .menu,
footer address,
footer .tel,
footer address a {
  float: left;
  width: 100%;
}
footer .tl {
  color: #c1a168;
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
footer .menu li {
  width: 100%;
  margin: 0.2rem 0;
}
footer address {
  margin-bottom: 1.5rem;
}
footer address a {
  color: #c1a168;
  font-weight: 800;
  font-size: 0.8rem;
}
footer .tel {
  color: #c1a168;
  margin: 0.1rem 0;
  font-size: 1.2rem;
  font-weight: 400;
}
footer .tel img {
  margin-right: 0.3rem;
  position: relative;
  top: -2px;
}
footer .share {
  border-top: 1px solid #ffffff3d;
  border-bottom: 1px solid #ffffff3d;
  padding: 1rem 0;
  text-align: center;
  margin-top: 2rem;
}
footer .share li {
  margin: 0 1.5rem;
  font-size: 0.8rem;
}
footer .share li img {
  position: relative;
  top: -2px;
  margin-right: 0.8rem;
}
.copy {
  padding: 1rem 0;
  background-color: #f3e7d7;
  text-align: center;
  font-size: 0.8rem;
  color: #000;
}
.copy a {
  color: #c1a168;
  font-weight: 800;
}
/* Resultados de Busca */
.busca-interna {
  height: auto;
  margin-bottom: 3rem;
  background-color: #f3e7d7;
  padding: 1.3rem 0 0;
}
.busca-interna .b-mapa {
  width: 100%;
}
.ib1 {
  z-index: 8;
  position: relative;
}
.bts-fora {
  position: relative;
  top: 14px;
}
#buscaavancada .dropdown {
  float: left;
  width: 100%;
}
#buscaavancada .multiselect-container {
  box-shadow: none;
  border: none;
  top: 88% !important;
  max-height: 260px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #c1a168 rgba(5, 33, 45, 0.15);
}
#buscaavancada .multiselect-container::-webkit-scrollbar {
  width: 8px;
}
#buscaavancada .multiselect-container::-webkit-scrollbar-track {
  background-color: rgba(5, 33, 45, 0.15);
  border-radius: 8px;
}
#buscaavancada .multiselect-container::-webkit-scrollbar-thumb {
  background-color: #c1a168;
  border-radius: 8px;
}
.order h1 {
  font-size: 1.4rem;
}
.order h1 span {
  color: #c1a168;
  font-size: 0.8rem;
  letter-spacing: 2px;
  margin-left: 0.5rem;
}
.order select {
  background: none;
  border: none;
  font-size: 1.1rem;
}
.order hr {
  border-color: #ccc;
  margin: 6px 0;
}
.results {
  margin: 1.4rem 0;
  background-color: #FFF;
  box-shadow: 0 0 15px #0000001f;
  border-radius: 15px;
}
.results .lazy {
  border-radius: 15px;
  transition: all 0.2s ease-in-out;
}
.results h2 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 300;
}
.results h2 span {
  font-weight: 800;
}
.results figure {
  height: 225px;
  position: relative;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  border-radius: 15px;
}
.results figure .imovel-slider {
  height: 100%;
  position: relative;
}
.results figure .imovel-slider .item,
.results figure .imovel-slider .item a {
  display: block;
  height: 100%;
}
.results figure .imovel-slider .item a {
  position: relative;
}
.results figure .imovel-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.results figure .imovel-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0 10px;
  display: flex !important;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}
.results figure .imovel-slider .owl-nav button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  pointer-events: auto;
  transition: background 0.2s ease-in-out;
}
.results figure .imovel-slider .owl-nav button:hover {
  background: rgba(0, 0, 0, 0.65);
}
.results figure .imovel-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}
.results figure .imovel-slider .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.6);
}
.results figure .imovel-slider .owl-dots .owl-dot.active span {
  background: #fff;
}
.results figure:hover .lazy {
  transform: scale(1.1);
}
.results ul {
  display: table;
}
.results ul li {
  display: table-cell;
  font-size: 1.2rem;
}
.results ul img {
  position: relative;
  top: -2px;
  margin-right: 0.5rem;
}
.results .valor {
  font-size: 1.5rem;
  font-weight: 400;
}
.results .tag {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 10px;
}
.results .tag span {
  font-size: 0.7rem;
  color: #FFF;
  border-radius: 5px;
  background-color: #ff6c00;
  padding: 0.4rem 1.5rem 0.3rem;
  font-weight: 600;
}
.results .bts {
  text-align: right;
}
.results .bts a {
  display: inline-block;
}
.results .bt-fav {
  font-size: 0.8rem;
  margin-right: 1rem;
  height: 30px;
  line-height: 29px;
  padding-left: 36px;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url(../../../uploads/favoritos.svg);
}
.results .bt-fav.ok {
  background-image: url(../../../uploads/favoritos-ok.svg);
}
.results .bt-fav img {
  margin-right: 0.3rem;
}
.results .bt-primary {
  padding: 0.2rem 1rem;
  font-weight: 600;
}
.results hr {
  border-color: #ccc;
}
.pg {
  text-align: center;
  justify-content: center;
  font-weight: 300;
  background-color: #FFF;
  padding: 0.5rem;
  display: flex;
}
.pg li {
  float: left;
  padding: 0 1px;
}
.pg li a {
  padding: 0.5rem 1.4rem;
  display: block;
  color: #626262;
  font-weight: 300;
  font-size: 1.2rem;
  border-radius: 5px;
}
.pg li a:hover,
.pg li a.active {
  color: #FFF;
  background-color: #f3e7d7;
}
.pg .prev a,
.pg .next a {
  background-color: #c1a168;
  color: #FFF;
}
/* Internas */
.title-topo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.title-topo h1 {
  color: #FFF;
  padding-top: 250px;
  text-align: center;
  padding-bottom: 230px;
  font-weight: 300;
  text-shadow: 0 2px #000;
  font-size: 2.8rem;
}
.title-topo header {
  position: absolute;
  top: 0;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.41498606) 0%, rgba(0, 0, 0, 0) 94%);
}
.tx-interna p {
	font-size: 1.3rem;
	color: #828282;
}
.quem-somos-texto,
.quem-somos-texto p {
	font-family: Nunito, sans-serif;
}
/* Contato */
.contato h2 {
  font-size: 1.5rem;
  font-weight: 700;
}
.contato .tl {
  font-size: 1.3rem;
  color: #c1a168;
  font-weight: 700;
  display: block;
  margin-bottom: 0.5rem;
}
.contato .tel {
  display: block;
  font-size: 1.1rem;
  color: #c1a168;
  font-weight: 700;
}
.contato .tel img {
  position: relative;
  top: -2px;
  margin-right: 0.5rem;
}
.contato address {
  font-size: 1.1rem;
  color: #828282;
}
.contato address a {
  display: block;
  font-weight: 600;
  color: #c1a168;
  font-size: 1rem;
}
.box-white {
  box-shadow: 0 0 15px #0000003d;
  border-radius: 15px;
  padding: 1.5rem 1rem;
  background-color: #FFF;
}
.title-form {
  text-align: center;
  font-size: 1.1rem !important;
  margin-bottom: 1.5rem;
  font-weight: 600;
  color: #c1a168;
}
.title-form span {
  display: block;
  color: #c1a168;
  font-size: 0.8rem;
  font-weight: 300;
  margin-top: 0.5rem;
}
.form input,
.form select,
.form textarea {
  float: left;
  width: 100%;
  background-color: #f2f2f2;
  padding: 0.4rem 0.8rem;
  border-radius: 5px;
  border: none;
  margin: 0.3rem 0 0.6rem 0;
  font-weight: 600;
  color: #6e6e6e;
  outline: none;
  font-size: 0.9rem;
}
.form input[type=submit] {
  background-color: #c1a168;
  color: #FFF;
}
.form input[type=submit]:hover {
  background-color: #917543;
}
.form .ou {
  margin: 0.2rem 0;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
}
.form .ou span {
  background-color: #FFF;
  padding: 0 0.8rem;
  color: #828282;
  position: absolute;
  top: 5px;
  font-size: 0.9rem;
}
.form .ou hr {
  width: 100%;
}
.form .bt-wpp {
  background-color: #53b20d;
  color: #FFF;
  padding: 0.4rem 0.8rem;
  border-radius: 5px;
  float: left;
  width: 100%;
  font-size: 0.9rem;
  text-align: center;
}
.form .bt-wpp img {
  margin-right: 0.3rem;
  position: relative;
  top: -1px;
}
.form .bt-wpp:hover {
  background-color: #438b0f;
}
/* Ficha */
.topo-ficha {
  background-color: #f3e7d7;
}
.topo-ficha .container-fluid {
  max-width: 1500px;
}
.topo-ficha figure {
  height: 330px;
}
.topo-ficha .owl-nav button {
  position: absolute;
  top: 41%;
}
.topo-ficha .owl-nav .owl-prev {
  left: 10%;
}
.topo-ficha .owl-nav .owl-next {
  right: 10%;
}
.ft-its {
  background-color: #f3e7d7;
  color: #000;
  padding-bottom: 1.5rem;
}
.ft-its span,
.ft-its small {
  display: inline-block;
}
.ft-its .valor .ap {
  width: 100%;
  font-size: 1.1rem;
  font-weight: 700;
}
.ft-its .valor .n {
  width: 100%;
  color: #c1a168;
  margin: 0.1rem 0;
}
.ft-its .valor .v {
  font-size: 1.5rem;
  font-weight: 400;
}
.ft-its .valor .bt-primary {
  font-size: 0.7rem;
  padding: 0.3rem 0.8rem;
  color: #f3e7d7;
  margin-left: 0.5rem;
  position: relative;
  top: -4px;
  font-weight: 700;
}
.ft-its .valor .bt-primary:hover {
  background-color: #FFF;
}
.ft-its .its {
  display: table;
  width: 100%;
  text-align: center;
}
.ft-its .its li {
  display: table-cell;
}
.ft-its .its span,
.ft-its .its small {
  width: 100%;
}
.ft-its .its figure {
  height: 38px;
}
.ft-its .its span {
  font-size: 1.2rem;
  font-weight: 700;
}
.ft-its .its small {
  font-size: 1rem;
  font-weight: 300;
}
.sidebar {
  margin-top: -114px;
  padding-bottom: 50px;
}
.sidebar .bt-secondary {
  flex-wrap: wrap;
  text-align: center;
  line-height: 1;
  font-size: 0.8rem;
  height: 98px;
}
.sidebar .bt-secondary img {
  margin-right: 0;
  margin-bottom: 0.8rem;
}
.sidebar .bt-secondary span {
  display: block;
  width: 100%;
}
.bts-modal .bt-secondary {
  display: flex;
  width: 100%;
  padding: 1rem;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}
.bts-modal .bt-secondary:hover {
  background-color: #131313;
}
.bts-modal img {
  margin-right: 1rem;
}
.mapa {
  margin-bottom: 3rem;
  box-shadow: 0 0 15px #0000003d;
  background-color: #FFF;
  border-radius: 15px;
}
.mapa .backlazy {
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.mapa .backlazy .bt-secondary {
  padding: 0.5rem 1rem;
  font-size: 0.7rem;
  border-radius: 5px;
  font-weight: 600;
}
.mapa .tl-home {
  text-align: left;
  margin: auto 0;
}
.mapa .tl-home .h {
  margin-bottom: 0;
  text-align: left;
}
.mapa .tl-home .h hr {
  margin: 0;
}
.thumbs {
  margin-bottom: 3rem;
}
.thumbs .d-flex-wrap {
  box-shadow: 0 0 15px #0000003d;
  background-color: #FFF;
  border-radius: 15px;
  padding: 1.5rem;
}
.thumbs li {
  float: left;
  padding: 0.8rem;
  width: 20%;
}
.thumbs li figure {
  height: 116.3px;
}
.thumbs li figure img {
  border-radius: 15px;
}
.thumbs li:nth-child(1) {
  width: 40%;
}
.thumbs li:nth-child(1) figure {
  height: 258px;
}
.crt li {
  color: #828282;
  font-size: 1.1rem;
  float: left;
  width: 33.3%;
}
.crt li:before {
  content: " ";
  width: 10px;
  height: 10px;
  background-color: #c1a168;
  float: left;
  border-radius: 50%;
  margin-right: 1rem;
  position: relative;
  top: 8px;
}
.tx-ficha {
  padding: 2rem 0;
}
.tx-ficha h1,
.tx-ficha h2,
.tx-ficha .tx,
.tx-ficha .crt,
.tx-ficha .f,
.tx-ficha .brands {
  float: left;
  width: 100%;
}
.tx-ficha h2,
.tx-ficha h1 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0.6rem 0;
}
.tx-ficha .brands {
  color: #828282;
  font-size: 0.8rem;
  margin-top: 0.8rem;
}
.tx-ficha .tx {
  text-align: justify;
  color: #828282;
}
.tx-ficha .f .tag {
  font-size: 0.7rem;
  color: #FFF;
  border-radius: 5px;
  background-color: #ff6c00;
  padding: 0.4rem 1.5rem 0.3rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.tx-ficha .f .bt-fav {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-weight: 600;
  font-size: 0.8rem;
  margin-right: 1rem;
  height: 30px;
  line-height: 29px;
  padding-left: 36px;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url(../../../uploads/favoritos.svg);
}
.tx-ficha .f .bt-fav.ok {
  background-image: url(../../../uploads/favoritos-ok.svg);
}
.fixa-imovel {
  text-align: center;
  background-color: #f3e7d7;
  color: #FFF;
  padding: 1rem;
  position: fixed;
  bottom: 0;
  z-index: 9;
}
.fixa-imovel .duvidas {
  background-color: #c1a168;
}
.fixa-imovel .bt-wpp {
  background-color: #53b20d;
}
.fixa-imovel a {
  border-radius: 3px;
  padding: 0.6rem 1.3rem;
  font-size: 0.8rem;
  display: inline-block;
}
.fixa-imovel a img {
  position: relative;
  top: -1px;
  width: 13px;
}
.thumbs-ficha {
  float: left;
  width: 100%;
  margin-bottom: 1.5rem;
}
.thumbs-ficha li {
  float: left;
  width: 33.3%;
  padding: 0.05rem;
}
.thumbs-ficha figure {
  position: relative;
}
.thumbs-ficha .hover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #000000a1;
  font-size: 1.6rem;
}
.bt-maisfotos {
  padding: 0.4rem 1rem;
  background-color: #fff;
  color: #f3e7d7;
  text-transform: uppercase;
  width: 100%;
}
.bt-maisfotos:hover {
  background-color: #fff;
  color: #c1a168;
}
.leadlink {
  display: none;
}
label.error {
  float: left;
  margin-left: 5px;
  margin-bottom: -5px;
  margin-top: -11px;
  font-size: 10px;
  color: #f3e7d7;
  font-weight: normal;
  text-align: left;
}
#form_newsletter label.error {
  color: #c1a168;
  margin-top: -7px;
  margin-bottom: -9px;
}
/* Página de Busca */
#resultados {
  position: relative;
}
#loading {
  position: relative;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  left: 50%;
  top: 80px;
}
.loadingA {
  background-color: #FFF;
  border: 5px solid #f3e7d7;
  opacity: 1;
  border-top: 5px solid #FFF;
  border-left: 5px solid #FFF;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  -moz-animation: spin 0.5s infinite linear;
  -webkit-animation: spin 0.5s infinite linear;
}
.loadingB {
  background-color: #FFF;
  border: 5px solid #3f4553;
  opacity: 1;
  border-top: 5px solid #FFF;
  border-left: 5px solid #FFF;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  position: relative;
  top: -40px;
  -moz-animation: spinoff 0.3s infinite linear;
  -webkit-animation: spinoff 0.3s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-moz-keyframes spinoff {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spinoff {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
/* ====== Mapas (head inline) ====== */
/* Mapa da HOME - mesma largura do .container principal */
.imoveis-mapa {
  padding: 3rem 0;
}
.imoveis-mapa .map-card {
  border-radius: 18px;
  overflow: hidden;
  background: #f6f8fb;
  border: 1px solid #000;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.12);
}
#map-imoveis {
  width: 100%;
  height: 520px;
  position: relative;
  background: #eef3fb;
}
#map-imoveis.is-loading {
  display: flex;
  align-items: center;
  justify-content: center;
}
#map-imoveis .map-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font: 500 14px/1.6 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #555;
  text-align: center;
  padding: 24px;
}
#map-imoveis .map-empty-state {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 500 14px/1.6 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #5a636b;
  text-align: center;
  padding: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(245, 245, 245, 0.92));
  pointer-events: none;
}
#map-imoveis.map-error {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  font: 500 14px/1.6 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #666;
  background: #f3f3f3;
}
/* Mapa da pÃ¡gina de imÃ³vel (detalhe) */
.map-google-wrapper {
  position: relative;
}
#map-imovel {
  width: 100%;
  height: 380px;
  border-radius: 16px;
  margin-bottom: 12px;
  display: block;
  overflow: hidden;
  position: relative;
  background: #f7f7f7;
  border: 1px solid #000;
}
#map-imovel.is-loading::after {
  content: 'Carregando mapa do Google...';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 500 14px/1.4 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #555;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.85), rgba(245, 245, 245, 0.95));
  z-index: 2;
  text-align: center;
  padding: 0 16px;
}
#map-imovel.map-error {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font: 500 14px/1.6 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  text-align: center;
  padding: 24px;
  background: #f3f3f3;
}
.map-caption {
  display: block;
  margin-top: 8px;
  font: 400 11px/1.4 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #7a7a7a;
}
.map-subtitle {
  font: 400 16px/1.6 "ElaSans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: #4f5b63;
  margin: 12px auto 0;
  max-width: 720px;
}

.institucional {
  padding: 4rem 0;
  background: var(--color-bg);
}
.institucional-card {
  max-width: 1120px;
  margin: 0 auto;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}
.institucional-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #111;
}
.institucional-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.institucional-audio {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 10px 16px;
  font-size: 0.85rem;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.institucional-audio.is-hidden {
  display: none;
}
@media (max-width: 991.98px) {
  .institucional {
    padding: 3.2rem 0;
  }
  .institucional-card {
    max-width: 100%;
  }
}
/* Evitar sobreposiÃ§Ã£o do mapa com o rodapÃ© */
#map-imoveis,
#map-imovel {
  z-index: 0;
}
.rodape,
footer {
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  #map-imovel {
    height: 300px;
  }
}
.price-pin {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 700 9px/1.2 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: #c1a168;
  color: #fff;
  border-radius: 3px;
  padding: 1px 3px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
  white-space: nowrap;
  transform: translateY(-6px);
  letter-spacing: 0;
  text-shadow: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.price-pin::after {
  content: none;
}
.price-pin:hover {
  background: #d4ba86;
  color: #fff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.32);
}
.price-pin.price-pin-offset {
  transform: translateY(-6px) scale(0.92);
}
.price-pin.price-pin-offset::after {
  content: none;
}
.price-pin[data-group-count] {
  padding-right: 14px;
}
.price-pin[data-group-count]::before {
  content: attr(data-group-count);
  position: absolute;
  top: -6px;
  right: -6px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #f97316;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(249, 115, 22, 0.28);
}
.map-info-window {
  display: flex;
  gap: 14px;
  align-items: stretch;
  max-width: 400px;
  font: 400 13px/1.5 'Segoe UI', system-ui, -apple-system, Roboto, Arial, sans-serif;
  color: #1f2937;
}
.map-info-window figure {
  margin: 0;
}
.map-info-media {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 0 0 160px;
  max-width: 200px;
}
.map-info-media-count-1 {
  flex-basis: 150px;
}
.map-info-media-count-2 .map-info-photo {
  aspect-ratio: 5/4;
}
.map-info-photo {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 12px 24px rgba(17, 24, 39, 0.16);
  aspect-ratio: 4/3;
}
.map-info-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.map-info-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  flex: 1 1 auto;
}
.map-info-title {
  font-weight: 600;
  color: #111827;
  font-size: 15px;
}
.map-info-location {
  color: #6b7280;
  font-size: 12px;
}
.map-info-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  font-size: 12px;
  color: #7a6541;
}
.map-info-meta-item {
  position: relative;
  padding-left: 12px;
}
.map-info-meta-item::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #c1a168;
}
.map-info-meta-item:first-child {
  padding-left: 0;
}
.map-info-meta-item:first-child::before {
  display: none;
}
.map-info-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.map-info-tag {
  padding: 4px 10px;
  border-radius: 8px;
  background: #f5efe4;
  border: 1px solid #e4d5bd;
  color: #6c5632;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.map-info-expenses {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 12px;
  color: #7a6541;
}
.map-info-expenses span {
  background: #f8f1e6;
  border: 1px solid #e9d9bf;
  border-radius: 8px;
  padding: 4px 8px;
  font-weight: 500;
}
.map-info-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.map-info-price {
  font-weight: 600;
  font-size: 16px;
  color: #c1a168;
}

.tl-home h1,
.tl-home h2,
.title-busca,
.nobles h2,
.order h1,
.results h2,
.contato h2,
.title-form,
.tx-ficha h1,
.tx-ficha h2 {
  font-weight: 400;
  letter-spacing: 0.15px;
  line-height: 1.25;
}

.tl-home h2 b,
.results h2 span,
.tx-ficha h1 b,
.tx-ficha h2 b {
  font-weight: 400;
}
.map-info-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.map-info-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 8px;
  background: #c1a168;
  color: #1f1a12;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(193, 161, 104, 0.32);
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.map-info-cta:hover {
  background: #ad8e4a;
  box-shadow: 0 12px 26px rgba(173, 142, 74, 0.34);
  color: #1f1a12;
  transform: translateY(-1px);
}
.map-info-window.map-info-window-multi {
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  max-width: 420px;
}
.map-info-multi-header {
  font-weight: 700;
  font-size: 13px;
  color: #5b4a2c;
}
.map-info-multi-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 260px;
  overflow-y: auto;
  padding-right: 4px;
}
.map-info-multi-list::-webkit-scrollbar {
  width: 6px;
}
.map-info-multi-list::-webkit-scrollbar-thumb {
  background: rgba(15, 23, 42, 0.25);
  border-radius: 999px;
}
.map-info-multi-item {
  display: flex;
  gap: 12px;
  background: #fff;
  border-radius: 12px;
  padding: 10px;
  border: 1px solid #f0e6d6;
  box-shadow: 0 12px 26px rgba(193, 161, 104, 0.16);
}
.map-info-multi-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.map-info-multi-item .map-info-media {
  flex: 0 0 150px;
  max-width: 200px;
}
.map-info-street {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #c1a168;
  color: #c1a168;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.map-info-street:hover {
  background: rgba(193, 161, 104, 0.12);
  color: #8c6d32;
  box-shadow: 0 10px 20px rgba(193, 161, 104, 0.18);
}
.map-info-street-icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
}
.map-info-street-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 520px) {
  .map-info-window,
  .map-info-window.map-info-window-multi {
    max-width: calc(100vw - 48px);
  }
  .map-info-window {
    flex-direction: column;
  }
  .map-info-media {
    width: 100%;
    max-width: none;
    flex: 1 1 auto;
    flex-direction: column;
  }
  .map-info-photo {
    flex: auto;
  }
  .map-info-photo img {
    width: 100%;
    height: auto;
  }
  .map-info-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .map-info-multi-item {
    flex-direction: column;
  }
  .map-info-multi-item .map-info-media img {
    width: 100%;
    height: auto;
  }
}

/* ====== Tema minimalista premium ====== */
:root {
  --color-bg: #f4f3ef;
  --color-surface: #ffffff;
  --color-ink: #171717;
  --color-muted: #6d6a66;
  --color-border: #d7d2c9;
  --color-accent: #1c2f2a;
  --color-accent-strong: #0f1f1b;
  --color-accent-soft: #e7e2d8;
  --color-highlight: #b08b4e;
  --radius-sm: 2px;
  --radius-md: 4px;
}

body {
  background-color: var(--color-bg);
  color: var(--color-ink);
}

.bt-primary,
.bt-secondary,
.bt-busca,
.drop-valor,
.buscar .itensbusca,
.modal .modal-body,
.modal .footer-modal,
.imovel,
.results,
.prem,
.box-white,
.mapa,
.thumbs .d-flex-wrap,
.imoveis-mapa .map-card,
#map-imovel,
.map-info-photo,
.map-info-tag,
.map-info-cta,
.map-info-street,
.map-info-multi-item,
.search-modal,
.select-md .btn,
.form input,
.form select,
.form textarea,
.news input {
  border-radius: var(--radius-sm);
}

.imovel figure.resultado-galeria,
.results figure,
.imovel .lazy,
.results .lazy,
.nobles figure img,
.thumbs li figure img,
.imoveis-bairro .i-bairro figure,
.imoveis-bairro .i-bairro .lazy {
  border-radius: var(--radius-sm);
}

.bt-primary {
  background-color: var(--color-accent);
  color: #fff;
  font-weight: 400;
}
.bt-primary:hover {
  background-color: var(--color-accent-strong);
  color: #fff;
}
.bt-secondary {
  background-color: var(--color-accent-soft);
  border: 1px solid var(--color-border);
  color: var(--color-ink);
  font-weight: 400;
}
.bt-secondary:hover {
  background-color: var(--color-accent);
  color: #fff;
}

.bt-busca {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
}

.btn:hover,
header .dropdown-menu a {
  color: var(--color-accent);
}
header .dropdown-menu a,
header .dropdown-menu a:hover {
  color: #000;
}

header .dropdown-menu {
  border: 1px solid var(--color-border);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

header.topo {
  color: var(--color-ink);
}
header.topo .tel button {
  color: var(--color-ink);
}
header.topo .bt-fav small {
  background-color: var(--color-ink);
  color: #fff;
}

.topo,
.buscar,
.busca-interna,
.topo-ficha,
.ft-its,
.fixa-imovel,
.news,
.copy {
  background-color: var(--color-accent-soft);
}

.imoveis-venda,
footer {
  background-color: var(--color-bg);
}

.buscar header {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.28) 60%, rgba(0, 0, 0, 0) 100%);
}
.buscar header,
.buscar header .tel button,
.buscar header .menu button {
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}
.buscar header .dropdown-menu a {
  color: #000;
  text-shadow: none;
}
.buscar header .logo img,
.buscar header .menu img {
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.35));
}
.buscar .title-busca {
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.45);
}

.premios {
  background: linear-gradient(180deg, #bc965b 70%, var(--color-bg) 70%);
}
.premios .tl-home h2 {
  color: #fff;
}
.premios .tl-home span {
  color: var(--color-accent-soft);
}
.premios .tl-home hr {
  border-color: var(--color-accent-soft);
}

.buscar .itensbusca,
.results,
.imovel,
.prem,
.box-white,
.mapa,
.thumbs .d-flex-wrap {
  background-color: var(--color-surface);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
  border: 1px solid var(--color-border);
}

.buscar .b,
.results hr,
.order hr,
.pg li a {
  border-color: var(--color-border);
}

.tl-home span,
.nobles .nb,
.contato .tl,
.contato .tel,
footer .tl,
footer address a,
footer .tel,
.map-info-price {
  color: var(--color-accent);
}

.tl-home hr,
.nobles .h hr,
#bairro .bts-modal hr {
  border-color: var(--color-accent);
}

.imovel figure small,
.results .tag span,
.tx-ficha .f .tag,
.price-pin,
.bt-busca {
  background-color: var(--color-highlight);
  color: #fff;
}

.price-pin:hover {
  background-color: #9a7440;
}

.map-info-meta-item::before {
  background: var(--color-accent);
}

.map-info-cta {
  background: var(--color-accent);
  color: #fff;
  box-shadow: 0 10px 22px rgba(28, 47, 42, 0.22);
}
.map-info-cta:hover {
  background: var(--color-accent-strong);
  color: #fff;
}

.map-info-tag,
.map-info-expenses span {
  background: var(--color-accent-soft);
  border: 1px solid var(--color-border);
  color: var(--color-ink);
}

.map-info-street {
  border: 1px solid var(--color-accent);
  color: var(--color-accent);
}
.map-info-street:hover {
  background: rgba(28, 47, 42, 0.08);
  color: var(--color-accent-strong);
}

.buscar .bt-primary,
.buscar .bt-secondary,
.buscar .bt-busca,
.busca-interna .bt-primary,
.busca-interna .bt-secondary,
.busca-interna .bt-busca,
.drop-valor .btn,
.results .bt-primary,
.pg .prev a,
.pg .next a,
.pg li a.active,
.pg li a:hover,
.imoveis-venda .bt-primary,
.imoveis-bairro .bt-primary,
.filiais .bt-primary,
.premios .bt-primary,
.news input[type=submit] {
  background-color: #c1a168;
  border-color: #c1a168;
  color: #fff;
}
.buscar .bt-primary:hover,
.buscar .bt-secondary:hover,
.buscar .bt-busca:hover,
.imoveis-venda .bt-primary:hover,
.imoveis-bairro .bt-primary:hover,
.filiais .bt-primary:hover,
.premios .bt-primary:hover,
.news input[type=submit]:hover {
  background-color: #a6854f;
  border-color: #a6854f;
  color: #fff;
}

.pg li a.active,
.pg li a:hover,
.pg .prev a,
.pg .next a {
  background-color: var(--color-accent);
  color: #fff;
}

.form input,
.form select,
.form textarea,
.search-modal,
.select-md .btn {
  background-color: #f0ede8;
  color: var(--color-ink);
  border: 1px solid var(--color-border);
}

.form input[type=submit] {
  background-color: var(--color-accent);
  color: #fff;
}
.form input[type=submit]:hover {
  background-color: var(--color-accent-strong);
}

.imoveis-mapa .map-card,
#map-imovel {
  border: 1px solid var(--color-border);
  background: #f5f5f2;
}
