* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.6rem;
}

header {
  position: sticky;
  top: 0;
  width: 100%;
  height: 8rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;

  border-bottom: 0.1rem solid #cacaca;
  z-index: 999;
  padding-left: 37.5rem;
  padding-right: 37.5rem;
}
.page-imoveis-residenciais header {
  padding-left: 4.8rem;
  padding-right: 5.6rem;
}
.page-imoveis-comerciais header {
  padding-left: 4.8rem;
  padding-right: 5.6rem;
}
.logo a {
  color: #2095ee;
  font-family: "Titillium Web";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.8rem; /* 100% */
  display: flex;
  gap: 0.8rem;
  align-items: baseline;
  text-decoration: none;
}
.logo svg {
  height: 2.7rem;
}

nav {
  display: flex;
  align-items: center;
}

.menu {
  list-style: none;
  display: flex;
  gap: 3rem;
}

.menu li {
  position: relative;
}

.menu a {
  color: #061844;
  font-size: 1.8rem;
  text-decoration: none;
  font-weight: 400;
  line-height: 1.8rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.menu .angle svg {
  transition: transform 0.3s ease;
  width: 1rem;
}

.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  display: none;
  flex-direction: column;
  list-style: none;
  box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.1);
  min-width: 18rem;
  padding: 1rem 0;
  z-index: 999;
}

.submenu li a {
  padding: 1rem 1.5rem;
  white-space: nowrap;
}

.menu li:hover > .submenu {
  display: flex;
}

.menu-toggle {
  display: none;
  cursor: pointer;
}

.menu-toggle svg {
  width: 2.8rem;
  height: 1.8rem;
}

.close-menu {
  display: none;
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .menu {
    flex-direction: column;
    background: #fff;
    position: fixed;
    top: 8rem;
    right: -100%;
    width: 100%;
    max-width: 30rem;
    height: 100vh;
    padding: 2rem;
    gap: 2rem;
    transition: right 0.3s ease;
    z-index: 1000;
  }

  .menu.open {
    right: 0;
  }

  .menu li:hover > .submenu {
    display: none;
  }

  .submenu {
    position: static;
    display: none;
    box-shadow: none;
  }

  .submenu.open {
    display: flex;
  }

  .menu li > a {
    justify-content: space-between;
    width: 100%;
  }

  .close-menu {
    display: block;
    align-self: flex-end;
    font-size: 2.4rem;
    cursor: pointer;
  }

  .menu .angle.rotate svg {
    transform: rotate(180deg);
  }
}

.bannerImoveis {
  display: flex;
  width: 160rem;
  height: 62rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin: 0 auto;
  margin-top: 1.6rem;
  border-radius: 0.4rem;
  padding-top: 9.6rem;
  padding-bottom: 6.4rem;
  position: relative;
}
.bannerImoveis h1 {
  color: #fff;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 4rem; /* 125% */
  max-width: 47rem;
}
.bannerImoveis .container {
  max-width: 125rem;
  margin: 0 auto;
  width: 125rem;
  height: 100%;
  z-index: 1;
}
.faixaTopo span {
  margin-top: -2px;
}
.faixaTopo svg {
  cursor: pointer;
}
.faixaTopo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.2rem;
  background: #1d2537;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;

  gap: 1.6rem;
}

.select-fake {
  display: flex;
  width: 27rem;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.6rem;
  line-height: 1.6rem;
  position: relative;
  margin-bottom: 0;
  color: #686868;
}

.select-fake.ativo .select-display svg:nth-of-type(2) {
  transform: rotate(180deg);
}
.select-display svg:nth-of-type(2) {
  position: absolute;
  right: 0.8rem;
}
.select-display {
  display: flex;
  align-items: center;
  height: 5.6rem;
  padding: 0 1.2rem;
  border: 0.1rem solid #ccc;
  cursor: pointer;
  background: white;
  gap: 0.8rem;
  transition: border-color 0.3s;
  border-radius: 0.8rem;
  border: 0.1rem solid #cecece;
  position: relative;
}

.select-fake.ativo .select-display {
  border-color: #2095ee;
}

.select-display svg path {
  transition: fill 0.3s;
}

.select-fake.ativo .select-display svg path {
  fill: #2095ee;
}

.select-options {
  display: none;
  width: 100%;
  background: white;
  border: 0.1rem solid #ccc;
  margin-top: 0.4rem;
  z-index: 100;
  position: absolute;
  top: 6.6rem;
  left: 0;
  border-radius: 8px;
  max-height: 23rem;
  overflow: hidden;
  padding: 0;
}

.select-options-wrapper {
  max-height: 23rem;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #c9c9c9 #ffffff;
  scrollbar-gutter: stable;
  width: 100%;
  padding: 0.8rem 0;
}
.select-options-wrapper::-webkit-scrollbar {
  width: 0.8rem;
}
.select-options-wrapper::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 8px;
}
.select-options-wrapper::-webkit-scrollbar-thumb {
  background: #c9c9c9;
  border-radius: 8px;
}
.useLocation {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding-top: 1.6rem !important;
  margin-bottom: 1.2rem;
}
.select-options-wrapper > div {
  padding: 0.8rem 1.6rem;
  cursor: pointer;
  color: #656565;
  line-height: 2.4rem;
  border-radius: 0;
  display: block;
}
.form-group {
  position: relative;
}
.select-options-wrapper > div:first-child {
  border-radius: 8px 8px 0 0;
}
.select-options-wrapper > div:last-child {
  border-radius: 0 0 8px 8px;
}
.select-options-wrapper > div:hover {
  background-color: #f0f0f0;
}
.form form {
  display: flex;
  padding: 0 4rem;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
.form {
  border-radius: 0.4rem;
  background: #1d2537;
  width: 125rem;
  height: 13.6rem;
  flex-shrink: 0;
  position: absolute;
  bottom: 6.4rem;
  z-index: 1;
}
.form-group.input .select-fake {
  width: 100%;
}
.form-group.input {
  display: flex;
  width: 43rem;
  height: 5.6rem;
  align-items: center;
  gap: 0.8rem;
  flex-shrink: 0;
  border-radius: 0.8rem;

  background: #fff;
}

.page-home-comercial .form-group.input {
  width: 35rem;
}
.page-home-comercial .form-group.selectArea {
  width: 22rem;
}
.form-group.input input {
  height: 100%;
  width: 100%;
  border: 0;
  color: #656565;
  font-family: "Titillium Web";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
}
.form-group.input input:focus {
  outline: none;
}
.form-group.input input::placeholder {
  color: #656565;
}
.btnEnvio {
  display: flex;
  width: 27rem;
  height: 5.6rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 10rem;
  border: 0.2rem solid #2095ee;
  background: #2095ee;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6rem; /* 100% */
  transition: ease-in-out 0.3s;
  cursor: pointer;
}
.btnEnvio:hover {
  opacity: 0.9;
}
.form-group.selectArea {
  width: 43rem;
}
.form-group.selectArea .select-fake {
  width: 100%;
}
.containerSite {
  width: 117rem;
  margin: 0 auto;
}
.itens {
  margin-top: 6.4rem;
}

 .itens .dp .item img {
  max-width: 4.8rem;
}
.itens .dp {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  align-items: stretch !important;
  justify-content: inherit;
}

.itens .dp .item {
  display: flex;
  width: 37rem;
  background: #fff;
  gap: 1.6rem;
}
.itens .dp .item svg {
  width: 4.8rem;
  height: 4.8rem;
}
.itens .dp .item .texto {
  width: 30.6rem;
}
h3 {
  color: #061844;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem; /* 140% */
}
.itens .dp .item p {
  color: #686868;

  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem; /* 150% */
}
h2 {
  color: #061844;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem; /* 100% */
  margin-bottom: 3.2rem;
}
.dp.imvsDestaque .item {
  flex-direction: column;
  border-radius: 4px;
  border: 1px solid #cacaca;
  background: #fff;
  max-width: 340px;
  width: 100%;
  margin: 0 auto 24px auto;
  box-shadow: 0 2px 12px #0001;
  overflow: hidden;
  display: flex;
  padding: 0;
}

.dp.imvsDestaque .item .img {
  width: 100% !important;
  height: 21.3rem;
  background-size: cover;
  background-position: center;
  border-radius: 3px 3px 0px 0px;
}

.dp.imvsDestaque .item .imagens.carroselImagens {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  position: relative;
  box-sizing: border-box;
}

.dp.imvsDestaque .item .carroselImagens .img {
  width: 100% !important;
  height: 220px;
  background-size: cover;
  background-position: center;
  border-radius: 0;
  display: block;
}

.dp.imvsDestaque .item .carroselImagens .slick-list,
.dp.imvsDestaque .item .carroselImagens .slick-track {
  width: 100% !important;
  height: 220px !important;
}

.dp.imvsDestaque .item .carroselImagens .slick-dots {
  bottom: 8px;
}

.dp.imvsDestaque .item .carroselImagens .slick-prev,
.dp.imvsDestaque .item .carroselImagens .slick-next {
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  background: #fff9;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  border: none;
  color: #2095ee;
  font-size: 18px;
  box-shadow: 0 2px 8px #0002;
}

.dp.imvsDestaque .item .carroselImagens .slick-prev {
  left: 8px;
}
.dp.imvsDestaque .item .carroselImagens .slick-next {
  right: 8px;
}

.dp.imvsDestaque .item h3 {
  color: #061844;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem; /* 140% */
  margin-bottom: 4px;
}
.dp.imvsDestaque .item .texto {
  padding: 0 1.6rem;
  padding-bottom: 1.6rem;
}
.dp.imvsDestaque .item .texto strong {
  font-weight: 600;
}
.dp.imvsDestaque .item .texto p:nth-of-type(1) {
  margin-bottom: 1.6rem;
}

.imoveisEmDestaque {
  margin-top: 6.4rem;
  margin-bottom: 6.4rem;
}

.card {
  width: 37rem;
  border-radius: 4px;
  border: 1px solid #cacaca;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.carousel {
  width: 100%;
  height: 21.3rem;
  margin-bottom: 1.6rem !important;
}

.carousel img {
  width: 100%;
  height: 21.3rem;
  object-fit: cover;
}

.card-content {
  padding: 1.6rem !important;
  padding-top: 0 !important;
}

.card-content h3 {
  color: #061844;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem; /* 140% */
  margin-bottom: 0.8rem;
}
.card-content p:nth-of-type(1) {
  margin-bottom: 1.6rem;
}

.card-content p {
  color: #686868;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem; /* 150% */
}

/* Personalizar setas */
.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-dots li button::before {
  font-size: 1rem;
  line-height: 2rem;
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  content: "";
  text-align: center;
  background: #e9e9e9;
  border-radius: 50%;
  bottom: 0;
  opacity: 1;
}
.slick-dots .slick-active button::before {
  background: #fff;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 0.4rem;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: auto;
  height: auto;
  margin: 0 0.4rem;
  padding: 0;
  cursor: pointer;
  color: #e9e9e9;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots {
  position: absolute;
  bottom: 1.4rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.setas {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slick-arrow {
  position: absolute;
  top: 8.6rem;
  cursor: pointer;
}
.card:hover .setas {
  opacity: 1;
}
.next.slick-arrow {
  right: 1.2rem;
}
.prev.slick-arrow {
  left: 1.2rem;
}

.next:hover svg path {
  fill: #fff;
}
.btnVazado a {
  display: flex;
  width: 24.8rem;
  padding: 1rem 2.4rem;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  flex-shrink: 0;
  border-radius: 10rem;
  border: 2px solid #2095ee;
  color: #2095ee;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem; /* 100% */
  margin: auto;
  margin-top: 3.2rem;
  text-decoration: none;
  transition: ease-in-out 0.3s;
}
.btnVazado a:hover {
  background: #2095ee;
  color: #fff;
}
.btnVazado svg path {
  transition: fill 0.3s;
}
.btnVazado a:hover svg path {
  fill: #fff;
}
.card-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.carroselEstados {
  background: #f8f7f5;
  padding-top: 10.8rem;
  padding-bottom: 9.6rem;
  margin-top: 6.4rem;
}
.carroselEstados .setas {
  display: flex;
  gap: 1.6rem;
}
.dp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.todoCarroselEstados {
  display: flex;
  gap: 3rem;
  margin-top: 3.2rem;
}
.todoCarroselEstados .item {
  width: 17rem !important;
  height: 17rem !important;
  flex-shrink: 0;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-family: "Titillium Web";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem; /* 140% */
  padding-bottom: 1.6rem;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-right: 3rem;
}
.todoCarroselEstados .item h3 {
  color: #fff;
  position: absolute;
  bottom: 1.6rem;
  margin: 0 auto;
  right: auto;
  left: auto;
  width: 100%;
  text-align: center;
}
.todoCarroselEstados .item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(88deg, #1d2537 6.24%, rgba(29, 37, 55, 0) 59.54%);
  transform: rotate(-90deg);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px 0 0px 3px;
}
.todoCarroselEstados .slick-slide {
  display: inline-block;
  vertical-align: top;
  padding: 0 0.5rem; /* espaço entre slides */
  box-sizing: border-box;
}

.setas-carrossel .slick-arrow {
  position: relative;
  top: 0;
  display: none;
  left: 0 !important;
  display: flex !important;
  gap: 1.6rem !important;
  cursor: pointer;
}
.setas-carrossel .slick-arrow:hover rect {
  fill: #061844 !important;
}

.setas-carrossel .slick-arrow:hover svg path {
  fill: #fff !important;
}

@media screen and (max-width: 1180px) {
  .setas-carrossel .slick-arrow:hover rect {
    fill: none;
  }

  .setas-carrossel .slick-arrow:hover svg path {
    fill: none;
  }
}

.setas-carrossel {
  display: flex !important;
  gap: 1.6rem !important;
}

.consultores {
  padding: 9.6rem 0;
  border-radius: 4px;
  background: linear-gradient(180deg, #1b2b44 0%, #0f172a 100%);
  max-width: 160rem;
  margin: 6.4rem auto;
}
.consultores h2 {
  color: #fff;
  max-width: 27rem;
  margin-right: 3rem;
}
.consultores p {
  color: #fff;
  max-width: 46.9rem;
  color: #fff;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem; /* 150% */
}
.btnPadrao {
  display: flex;
  align-items: center;
}
.consultores .btnPadrao a {
  display: flex;
  width: 27rem;
  padding: 1.4rem 2.4rem;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  border-radius: 10rem;
  border: 2px solid #2095ee;
  background: #2095ee;
  flex-shrink: 0;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6rem; /* 100% */
  text-decoration: none;
  transition: ease-in-out 0.3s;
}
.consultores .btnPadrao a:hover {
  opacity: 0.9;
}
.consultores .dp {
  justify-content: space-between;
}

.accordionPadraoNovo {
  width: 57rem;

  border-top: 1px solid #cacaca;
}

.accordionPadraoNovo .accordion-header.active {
  color: #061844;

  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.8rem; /* 140% */
}

.accordionPadraoNovo .accordion-content {
  display: none;
  margin-top: 2.4rem;
  color: #686868;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  max-width: 55.4rem;
}

.accordionPadraoNovo .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #686868;
  font-family: "Titillium Web";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem; /* 140% */
}

.accordion-item {
  border-bottom: 1px solid #cacaca;
  padding: 2.4rem 0;
}
.duvidas {
  padding: 9.6rem 0;
  border-radius: 4px;
  background: #f8f7f5;
  max-width: 160rem;
  margin: 0 auto;
  margin-bottom: 6.4rem;
}
.duvidas .dp {
  align-items: baseline;
}
.duvidas .texto {
  max-width: 37rem;
}
p {
  color: #686868;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem; /* 150% */
}

#map {
  height: 62rem;
  width: 100%;
}
.todoCarroselEstados .slick-slide {
  width: 17rem !important;
  margin-right: 3rem;
  padding: 0;
}
@media screen and (max-width: 1550px) {
  html {
    font-size: 53%;
  }
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 49%;
  }
}

@media screen and (max-width: 1279px) {
  .bannerImoveis {
    border-radius: 0;
    width: 100%;
    padding: 6.4rem 2.4rem;
  }
  .bannerImoveis .container {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    height: 100%;
  }

  .form {
    border-radius: 0.4rem;
    background: #1d2537;
    width: calc(100% - 4.8rem);
    height: 13.6rem;
    flex-shrink: 0;
    position: absolute;
    bottom: 6.4rem;
  }

  .containerSite {
    width: calc(100% - 3.2rem);
    margin: 0 auto;
  }
}
@media screen and (max-width: 1180px) {
  .mapaGeral {
    display: flex !important;
  }
  .btns {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .form form {
    display: flex;
    padding: 0 4rem;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    flex-direction: column;
    gap: 1.6rem;
    padding: 0;
  }
  .form {
    border-radius: 0.4rem;

    width: 100%;
    height: auto;
    flex-shrink: 0;
    position: absolute;
    bottom: 1.6rem;
    padding: 2.4rem 1.6rem;
  }
  .form-group.input {
    width: 100%;
  }
  .select-fake {
    width: 100%;
  }
  .form-group.selectArea {
    width: 100% !important;
  }
  .form-group {
    width: 100%;
  }
  .btnEnvio {
    display: flex;
    width: 100%;
  }
}
@media screen and (max-width: 968px) {
  .carroselItens .slick-initialized .slick-slide {
    display: flex !important;
    justify-content: center !important;
  }
  html {
    font-size: 60%;
  }
  .carroselItens.dp .item {
    display: flex !important;
    width: 37rem !important;
    background: #fff;
    gap: 1.6rem;
    margin: 0 auto;
  }
  .carroselItens .slick-dots {
    position: absolute;
    bottom: -16px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .carroselItens .slick-dots .slick-active button::before {
    background: #bcbcbc;
  }
  .carroselEstados {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
  .setas-mobile {
    margin-top: 3.2rem;
  }
  .carroselEstados .containerSite {
    width: 100%;
  }
  .carroselEstados h2 {
    padding: 0 1.6rem;
  }
  .todoCarroselEstados {
    padding-left: 1.6rem;
  }
  .todoCarroselEstados .item {
    margin-right: 0.8rem !important;
  }
  .todoCarroselEstados .slick-slide {
    margin-right: 0.8rem !important;
  }
  .setas-carrossel {
    justify-content: center;
  }
  .consultores .dp {
    flex-direction: column;
    justify-content: flex-end;
    align-items: baseline;
  }
  .consultores .btnPadrao a {
    margin-left: 0;
    margin-top: 3.2rem;
  }
  .consultores h2 {
    color: #fff;
    max-width: 27rem;
    margin-right: 0;
  }
  .duvidas .dp {
    align-items: baseline;
    flex-direction: column;
    gap: 2.4rem;
  }
  .accordionPadraoNovo {
    width: 100%;
    border-top: 1px solid #cacaca;
  }
  header {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    justify-content: inherit;
    gap: 1.6rem;
  }
  .logo {
    order: 2;
  }
}

.todoFiltros {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  border-bottom: 1px solid #cacaca;
  background: #fff;
  padding: 1.6rem 4.8rem;
  padding-right: 3.2rem;
}
.filtroSelect {
  position: relative;
}
.filtroBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4.8rem;
  padding: 1.2rem 1.6rem;
  gap: 1.6rem;
  border-radius: 2.4rem;
  border: 0.1rem solid #cacaca;
  background: #fff;
  cursor: pointer;
  color: #686868;
}
.filtroBtn.open {
  border: 0.1rem solid #2095ee;
}
.filtroBtn.open svg * {
  fill: #2095ee;
}
.filtroBtn.selected svg * {
  fill: #2095ee;
}
.filtroBtn.selected {
  border: 0.1rem solid #2095ee;
  background: rgba(32, 149, 238, 0.16);
  color: #2095ee;
}
.icon-seta {
  width: 2rem;
  height: 2rem;
  transition: transform 0.3s ease;
}
.filtroBtn.open .icon-seta {
  transform: rotate(180deg);
  fill: #2095ee;
}
.filtroDropdown {
  display: none;
  position: absolute;
  top: 6rem;
  left: 0;
  background: #fff;
  border: 0.1rem solid #cecece;
  border-radius: 0.8rem;
  padding: 1.6rem;
  z-index: 1000;
  min-width: 20rem;
}
.filtroCheckbox label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
  color: #686868;
  margin-bottom: 1.6rem;
}
.filtroCheckbox label:last-child {
  margin-bottom: 0;
}
.title {
  margin-top: 1.6rem;
  color: #686868;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.4rem;
  margin-bottom: 1.6rem;
}
.filtroDropdown.maior {
  width: 29.2rem;
}
.buttonCheckboxGroup {
  display: flex;
  gap: 0.8rem;
}
.todoFiltros .form-group.input {
  height: 4.8rem;
}
.filtroCheckbox input[type="checkbox"] {
  width: 1.6rem;
  height: 1.6rem;
  border: 0.1rem solid #cecece;
  border-radius: 0.4rem;
}
.buttonCheckboxGroup span {
  display: inline-flex;
  padding: 0.8rem 1.6rem;
  margin: 0.4rem 0;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  border-radius: 10rem;
  border: 0.1rem solid #cacaca;
  background: #fff;
  color: #686868;
  cursor: pointer;
}
.buttonCheckboxGroup span.ativo {
  border: 0.1rem solid #2095ee;
  background: rgba(32, 149, 238, 0.16);
  color: #2095ee;
}

.filtro-mobile-btn {
  display: none;
  align-items: center;
  gap: 0.8rem;
  background-color: #f3f5fb;
  border-radius: 0.4rem;
  padding: 0.8rem 1.6rem;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 1.6rem;
}

.filtro-mobile-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 1000;
  flex-direction: column;
  overflow-y: auto;
}
.filtro-mobile-actions button {
  display: flex;
  width: 17.2rem;
  height: 4.8rem;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  flex-shrink: 0;
}
.filtro-mobile-modal.active {
  display: flex;
}

.filtro-mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.4rem 1.6rem;
  position: sticky;
  top: 0;
  background: white;
  z-index: 5;
}

.filtro-mobile-header h3 {
  margin: 0;
  color: #061844;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.2rem;
}

.filtro-mobile-close {
  cursor: pointer;
}
.filtro-mobile-close svg {
  width: 3.2rem;
  height: 3.2rem;
}
.filtro-mobile-actions {
  display: flex;
  gap: 1.6rem;
  padding: 0 1.6rem;
  justify-content: center;
  color: #2095ee;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem; /* 100% */
  margin-bottom: 2.4rem;
}

.filtro-mobile-limpar {
  background: white;
  cursor: pointer;
  font-size: 1.6rem;
  border: 2px solid #2095ee;
  color: #2095ee;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem; /* 100% */
  border-radius: 10rem;
  transition: all 0.3s ease;
}

.filtro-mobile-limpar:hover {
  background: #2095ee;
  color: white;
}

.filtro-mobile-aplicar {
  padding: 1.2rem;
  background: #2095ee;
  color: white;
  border: none;
  border-radius: 10rem;
  font-weight: 600;
  cursor: pointer;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem; /* 100% */
  transition: all 0.3s ease;
}

.filtro-mobile-aplicar:hover {
  opacity: 0.8;
}

.filtro-mobile-selecionados {
  padding: 0 1.6rem;
  border-bottom: 1px solid #e9eaf2;
  padding-bottom: 2.4rem;
}

.filtro-mobile-selecionados-titulo {
  margin-bottom: 1.4rem;
  color: #686868;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem; /* 150% */
}

.filtro-mobile-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.filtro-mobile-chip {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: 2.4rem;
  border: 1px solid #cacaca;
  background: #f8f7f5;
  color: #686868;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem;
  padding: 1.2rem 2.1rem;
}
.chip-close svg {
  width: 2.4rem;
  height: 2.4rem;
}
.chip-close svg path {
  fill: #686868;
}
.chip-close {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.filtro-mobile-accordions {
  padding: 0 1.6rem;
}

.filtro-mobile-accordion {
  border-bottom: 1px solid #e9eaf2;
}

.filtro-mobile-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.6rem;
  color: #686868;
}

.filtro-mobile-accordion-header.active .icon-seta {
  transform: rotate(180deg);
}

.filtro-mobile-accordion-content {
  padding-bottom: 1.6rem;
}

.filtro-mobile-checkbox {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.filtro-mobile-checkbox label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
  font-size: 1.6rem;
  color: #686868;
}

.filtro-mobile-checkbox input[type="checkbox"] {
  width: 1.6rem;
  height: 1.6rem;
  border: 0.1rem solid #cecece;
  border-radius: 0.4rem;
}

.filtro-mobile-buttonGroup {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.filtro-mobile-buttonGroup span {
  padding: 0.8rem 1.6rem;
  border: 0.1rem solid #cacaca;
  border-radius: 10rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.6rem;
  color: #686868;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.filtro-mobile-buttonGroup span.ativo {
  background-color: rgba(32, 149, 238, 0.16);
  color: #2095ee;
  border-color: #2095ee;
}

.no-scroll {
  overflow: hidden;
}

/* Estilos para o botão Mais filtros */
.btnMaisFiltros {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  height: 4.8rem;
  padding: 1.2rem 1.6rem;
  border-radius: 2.4rem;

  color: #2095ee;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btnMaisFiltros:hover {
  background: rgba(32, 149, 238, 0.25);
}

/* Painel de filtros adicionais */
.maisFiltrosPanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.maisFiltrosPanel.active {
  display: flex;
}

.maisFiltrosContent {
  background: white;
  border-radius: 0.8rem;
  width: 90%;
  max-width: 80rem;
  max-height: 90vh;
  overflow-y: auto;
  padding: 2.4rem;
  position: relative;
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.15);
}

/* Corrigir z-index para os dropdowns dentro do painel */
.maisFiltrosContent .filtroDropdown {
  z-index: 10;
}

.maisFiltrosHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.4rem;
  border-bottom: 1px solid #e9eaf2;
  padding-bottom: 1.6rem;
}

.maisFiltrosHeader h3 {
  margin: 0;
  color: #061844;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3.2rem;
}

.maisFiltrosClose {
  cursor: pointer;
}

.maisFiltrosClose svg {
  width: 3.2rem;
  height: 3.2rem;
}

.maisFiltrosGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
  gap: 1.6rem;
}

.maisFiltrosActions {
  display: flex;
  justify-content: flex-end;
  gap: 1.6rem;
  margin-top: 2.4rem;
  border-top: 1px solid #e9eaf2;
  padding-top: 1.6rem;
}

.maisFiltrosActions button {
  padding: 1.2rem 2.4rem;
  border-radius: 10rem;
  font-size: 1.6rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
}

.maisFiltrosLimpar {
  background: white;
  border: 2px solid #2095ee;
  color: #2095ee;
}

.maisFiltrosLimpar:hover {
  background: #2095ee;
  color: white;
}

.maisFiltrosAplicar {
  background: #2095ee;
  border: none;
  color: white;
}

.maisFiltrosAplicar:hover {
  opacity: 0.8;
}

/* Media queries */
@media (max-width: 768px) {
  .todoFiltros {
    display: none;
  }

  .maisFiltrosGrid {
    grid-template-columns: 1fr;
  }
}

/* Toggle Switch */
.switch-toggle {
  width: 28.2rem;
  height: 4.8rem;
  flex-shrink: 0;
  border-radius: 24px;
  border: 1px solid #cacaca;
  position: relative;
  border-radius: 2.4rem;
  box-sizing: border-box;
  background: #fff;
}

.switch-toggle-checkbox {
  cursor: pointer;
  position: absolute;
  inset: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 2;
  margin: 0;
  border-radius: 2.4rem;
}

.switch-toggle-checkbox:checked + .switch-toggle-label::before {
  transform: translateX(100%);
}

.switch-toggle-checkbox:checked + .switch-toggle-label span:nth-child(1) {
  color: #686868;
}

.switch-toggle-checkbox:checked + .switch-toggle-label span:nth-child(2) {
  color: #fff;
}

.switch-toggle-label {
  position: absolute;
  inset: var(--offset, 0);
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 2px;
  place-items: center;
  user-select: none;
  pointer-events: none;
}

.switch-toggle-label::before {
  content: "";
  position: absolute;
  width: 49.3%;
  height: 4rem;
  inset: 0;
  background: #2095ee;
  transform: translateX(3%);
  transition: transform 250ms cubic-bezier(0.93, 0.26, 0.07, 0.69);
  border-radius: 2.4rem;
  color: #fff;
  top: 50%;
  margin-top: -2rem;
}

.switch-toggle-label span {
  position: relative;
  transition: color 200ms linear;
}

.switch-toggle-label span:nth-child(1) {
  color: #fff;
  padding-left: 0.7rem;
}

.switch-toggle-label span:nth-child(2) {
  color: #686868;
  padding-right: 0.7rem;
}

.mapa-ligado .grid-cards-imoveis {
  width: calc(100% - 77.6rem);
  max-height: 153.6rem;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #c9c9c9 #f6f6f6;
  scrollbar-gutter: stable;
}
.mapa-ligado .grid-cards-imoveis::-webkit-scrollbar {
  width: 0.4rem;
}
.mapa-ligado .grid-cards-imoveis::-webkit-scrollbar-track {
  background: #fff;
}
.mapa-ligado .grid-cards-imoveis::-webkit-scrollbar-thumb {
  background-color: #2095ee;
  border-radius: 10px;
}
.grid-cards-imoveis {
  padding: 0 4.8rem;
  padding-right: 2.4rem;
}
.mapa-desligado .grid-cards-imoveis {
  width: 100%;
}

.mapa-desligado .grid-cards-imoveis .itens .dp {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.mapa-desligado .mapa {
  display: none;
}

.grid-cards-imoveis .card {
  width: 32.9rem;
}
.grid-cards-imoveis h2 {
  margin-bottom: 1.6rem;
}
.grid-cards-imoveis .itens .dp {
  justify-content: inherit;
  display: flex;
}
.todoConteudoImoveis {
  display: flex;
  margin-bottom: 20rem;
}
#map {
  height: 153.6rem !important;
}
.mapa {
  width: 100%;
  height: 153.6rem;
  max-width: 77.6rem;
}

.grid-cards-imoveis .itens {
  margin-top: 3.2rem;
}
.topoSecao {
  margin-top: 3.2rem;
}
.grid-cards-imoveis .carousel img {
  height: 18.4rem;
}
.grid-cards-imoveis .carousel {
  height: 18.4rem;
}
.grid-cards-imoveis .slick-dots {
  bottom: 1.6rem;
}
.grid-cards-imoveis .card-content h3 {
  font-size: 1.8rem;
}
.btnRelevantes {
  display: inline-flex;
  height: 4.8rem;
  padding: 1.2rem 1.6rem;
  align-items: center;
  gap: 1.6rem;
  flex-shrink: 0;
  border-radius: 2.4rem;
  border: 1px solid #cacaca;
  background: #fff;
  color: #686868;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btnRelevantes:hover {
  background: #2095ee;
  color: #fff;
  border-color: #2095ee;
}
.btnRelevantes:hover svg path {
  fill: #fff;
}

@media screen and (max-width: 1550px) {
  .mapa {
    width: 100%;
    height: 153.6rem;
    max-width: 58rem;
  }
  .mapa-ligado .grid-cards-imoveis {
    width: calc(100% - 58rem);
  }
}
.btnClose {
  cursor: pointer;
  display: none;
}
.todoFiltrosMobile {
  display: none;
}
@media screen and (max-width: 1180px) {
  .btnClose {
    display: block;
  }
  .mapa {
    display: none;
  }
  .mapa-ligado .grid-cards-imoveis {
    width: 100%;
  }
  html {
    font-size: 60%;
  }
  .btnRelevantes span {
    display: none;
  }
  .btnRelevantes span {
    display: none;

    border-radius: 50%;
  }
  .btnRelevantes {
    border-radius: 50%;
    width: 4.8rem;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .todoFiltros {
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
    border-bottom: 1px solid #cacaca;
    background: #fff;
    padding: 1.6rem;
    display: none;
  }
  .todoFiltrosMobile {
    display: flex;
  }
  .filtro-mobile-btn {
    border-radius: 100px;
    border: 2px solid #2095ee;
    display: flex;
    max-width: 100%;

    display: flex;
    justify-content: center;
    background: #fff;
    color: #2095ee;
    margin-bottom: 3.2rem;
  }
  .todoFiltrosMobile {
    max-width: calc(100% - 3.2rem);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
  }
  .todoFiltrosMobile .filtro-mobile-btn svg {
    order: 2;
  }
  .form-group.input {
    width: 100% !important;
  }
  .mapa-ligado .grid-cards-imoveis {
    max-height: 100%;
  }
  .grid-cards-imoveis .itens .dp {
    justify-content: center;
    display: flex;
  }
  .grid-cards-imoveis {
    padding: 0 1.2rem;
    padding-right: 1.2rem;
  }
}

@media screen and (max-width: 500px) {
  .grid-cards-imoveis .card {
    width: 100%;
  }
}

.infosImoveis h2 {
  margin-bottom: 0.8rem;
}
.infosImoveis .containerSite {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.itensImoveis {
  margin-top: 2.4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #cacaca;
  display: flex;
  gap: 3rem;
  max-width: 77rem;
  flex-wrap: wrap;
  width: 100%;
}
.infosImoveis .infos {
  width: 100%;
  max-width: 77rem;
}
.itensImoveis .item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.itensImoveis .item p {
  color: #686868;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
}
.itensImoveis .item p strong {
  font-weight: 600;
}

.boxContato {
  border-radius: 4px;
  border: 1px solid #cacaca;
  background: #fff;
  max-width: 37rem;
  width: 100%;
  padding: 2.4rem 3.2rem;
  /* Mantém o tamanho durante a transição */
  box-sizing: border-box;
  transition: all 0.3s ease;
  z-index: 100;
  position: sticky;
  top: 10.4rem;
  margin-bottom: 0rem;
}

/* Classe adicionada por JavaScript quando .boxContato deve ficar fixado */
.boxContato.fixed {
  position: fixed;
  /* O top agora é controlado pelo JavaScript diretamente */
  /* Garantimos que o elemento mantenha suas dimensões */
  /*max-width: 37rem;*/
  width: 37rem;
}

/* Placeholder criado pelo JavaScript para manter o espaço no layout */
.boxContato-placeholder {
  border-radius: 4px;
  max-width: 37rem;
  width: 100%;
  /* A altura é definida pelo JavaScript para corresponder exatamente ao elemento original */
}
.boxContato h3 {
  margin-bottom: 2.4rem;
  color: #061844;
  font-size: 2rem;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  line-height: 2.8rem;
  margin-bottom: 2.4rem;
}

.boxContato .btn a {
  border-radius: 100px;
  border: 2px solid #2095ee;
  background: #2095ee;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.8rem;
  margin-bottom: 1.6rem;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.boxContato .btn a:hover {
  opacity: 0.8;
}

.btnMaterial a:hover {
  background: #2095ee;
  color: #fff;
}
.btnMaterial svg path {
  transition: fill 0.3s;
}
.btnMaterial a:hover svg path {
  fill: #fff;
}
.btnMaterial a {
  border-radius: 100px;
  border: 2px solid #2095ee;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.8rem;
  color: #2095ee;
  gap: 0.8rem;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.maisInfos {
  flex-direction: column;
  margin-top: 4rem;
}
.maisInfos p {
  max-width: 77rem;
  margin-bottom: 4rem;
}
.maisInfos h3 {
  margin-bottom: 1.6rem;
}
.maisInfos ul {
  list-style: square;
  list-style-position: inside;
  padding-left: 0.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
  max-width: 80rem;
}

@media (max-width: 768px) {
  .maisInfos ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

.maisInfos ul li {
  color: #686868;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
}

.itensImoveis .item {
  width: 17rem;
}
.itensImoveis .item p strong {
  font-size: 1.4rem;
}

/* Estilos para a seção do mapa */
.mapaImovel .mapa-container {
  padding-bottom: 4rem;
  margin-top: 4rem;
  border-bottom: 1px solid #cacaca;
  width: 77rem;
  position: relative;
}
.mapaImovel .mapa-container #mapa {
  height: 43.3rem;
  width: 100%;
  border-radius: 4px;
}

.btn-ampliar-mapa {
  position: absolute;
  bottom: 56px;
  right: 20px;
  padding: 10px 20px;
  background-color: #2095ee;
  color: white;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 500;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.btn-ampliar-mapa:hover {
  background-color: #1a7bc8;
}

.plantas {
  padding: 4rem 0;
}
.plantas .todoPlantas {
  max-width: 77rem;
  width: 77rem;
  position: relative;
}
.plantas .todoPlantas .item {
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid rgba(202, 202, 202, 0.48);
  padding: 2.4rem 0;
}
.plantas .todoPlantas .item:first-child {
  padding-top: 1.6rem;
}
.plantas .todoPlantas .item .maisInfosImovel {
  display: flex;
  gap: 2.4rem;
  align-items: center;
  margin-top: 0;
}

.plantas .todoPlantas .item .img {
  margin-right: 1.6rem;
}
.plantas .todoPlantas .item .infost {
  margin-right: 4.8rem;
}
.plantas .todoPlantas .item .infos p strong {
  color: #061844;
  margin-bottom: 0.4rem;
  font-weight: 600;
}
.plantas .todoPlantas .item .btn {
  position: absolute;
  right: 0;
}

.plantas .todoPlantas .item .btn a {
  border-radius: 100px;
  border: 2px solid #2095ee;
  display: inline-flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 4.8rem;
  color: #2095ee;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.plantas .todoPlantas .item .btn a:hover {
  background: #2095ee;
  color: #fff;
}
.plantas .todoPlantas .item .btn.indisponivel a {
  border-radius: 100px;
  border: 2px solid #cacaca;
  background: #cacaca;
  color: #fff;
  min-width: 20.1rem;
  cursor: not-allowed;
  pointer-events: none;
}
.certificacoes {
  margin-bottom: 6.4rem;
  width: 77rem;
}
.certificacoes h3 {
  margin-bottom: 1.6rem;
}
.certificacoes p {
  font-size: 2rem;
  margin-bottom: 1.6rem;
}

.imoveisRelacionados {
  background: #f8f7f5;
  padding: 9.6rem 0;
}

.todoImoveisRelacionados {
  margin-top: 3.2rem;
  width: 100%;
}

/* Estilos para o carrossel conforme solicitado */
.todoImoveisRelacionados .slick-track {
  display: flex;
  margin-left: 0;
}

.todoImoveisRelacionados .slick-slide {
  width: 37rem !important;
  margin-right: 3rem !important;
}

.carousel .slick-slide {
  margin-right: 0 !important;
}

.todoImoveisRelacionados .card {
  width: 100%;
  margin: 0;
}

.setas-carrossel.topo {
  display: flex;
  gap: 1.6rem;
}

.imoveisRelacionados h2 {
  margin-bottom: 0;
}

/* Estilos para o Carrossel da galeria principal */
.CarroselInternaImoveis {
  background: #fff;
  padding: 2.4rem 0;
  padding-top: 0;
  margin-top: 1.6rem;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.gallery-container {
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  overflow: hidden;
}

.gallery-container {
  width: 100%;
  position: relative;
}

.main-gallery {
  width: 100%;
  position: relative;
}

.gallery-prev,
.gallery-next {
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.gallery-prev:hover,
.gallery-next:hover {
  background-color: rgba(255, 255, 255, 1);
}

.main-gallery .slick-list,
.main-gallery .slick-track {
  overflow: visible;
}

.gallery-item {
  width: 100%;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 77.9rem 38.3rem;
  gap: 8px;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.image-left {
  width: 77.9rem;
  flex-shrink: 0;
}

gallery-grid img {
  border-radius: 4px;
}
.images-right {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 38.3rem;
  flex-shrink: 0;
  height: 43.8rem;
  justify-content: space-between;
}

.large-image,
.small-image {
  width: 100%;
  object-fit: cover;
  cursor: pointer;

  transition: transform 0.3s ease;
  display: block;
}

.large-image {
  height: 44rem;
  max-width: 77.9rem;
}

.small-image {
  height: 21.5rem;
  max-width: 38.3rem;
}

/* .large-image:hover, .small-image:hover {
  transform: scale(1.02);
} */

/* Flechas de navegação do carrossel principal */
.main-gallery .slick-prev,
.main-gallery .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 4rem;
  height: 4rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #061844;
  font-size: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
}

.main-gallery .slick-prev {
  left: -2rem;
}

.main-gallery .slick-next {
  right: -2rem;
}

.main-gallery .slick-prev:hover,
.main-gallery .slick-next:hover {
  background: #061844;
  color: white;
}

/* Estilos para o modal da galeria */
.gallery-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  overflow: hidden;
}

.modal-content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  height: 90%;
  margin: 2% auto;
  display: flex;
  flex-direction: column;
}

.gallery-prev,
.gallery-next {
  border: none;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 24px;
  border: 1px solid #cacaca;
  background: #fff;
}

.gallery-prev {
  top: 50%;
  position: absolute;
  left: 1.6rem;
  margin-top: -2.4rem;
}

.modal-gallery .gallery-prev {
  z-index: 10000;
  transform: rotate(180deg);
}
.gallery-next {
  top: 50%;
  position: absolute;
  right: 1.6rem;
  margin-top: -2.4rem;
}

.gallery-prev:hover,
.gallery-next:hover {
  background-color: rgba(255, 255, 255, 1);
}

.close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  color: white;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  z-index: 20;
}

.modal-gallery {
  flex: 1;
  overflow: hidden;
}

.modal-gallery img {
  width: 100%;
  height: 75vh;
  object-fit: contain;
}

.modal-thumbs {
  margin-top: 20px;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}

.modal-thumbs .slick-track {
  display: flex;
  justify-content: center;
}

.thumbnails-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
  flex-wrap: wrap;
}

.thumbnail {
  width: 12rem;
  height: 8rem;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s ease;
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid transparent;
}

.thumbnail:hover {
  opacity: 0.9;
}

.thumbnail.active {
  opacity: 1;
  border: 2px solid #2095ee;
}

.modal-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Flechas de navegação no modal */
.modal-gallery .slick-prev,
.modal-gallery .slick-next,
.modal-thumbs .slick-prev,
.modal-thumbs .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.modal-gallery .slick-prev,
.modal-thumbs .slick-prev {
  left: 10px;
}

.modal-gallery .slick-next,
.modal-thumbs .slick-next {
  right: 10px;
}

.modal-gallery .slick-prev:hover,
.modal-gallery .slick-next:hover,
.modal-thumbs .slick-prev:hover,
.modal-thumbs .slick-next:hover {
  background: rgba(255, 255, 255, 0.5);
}

.page-home .mapa {
  width: 100%;
  max-width: 100%;
  height: 62rem;
}
.page-home .mapa #map {
  height: 62rem !important;
}

.page-imoveis {
  margin-top: 8rem;
}
.mapa-desligado .btnRelevantes {
  margin-right: 6.8rem;
}

footer {
  background: #0a152e;
  padding-top: 9.6rem;
  padding-bottom: 4.8rem;
}

footer nav {
  flex-direction: column;
  align-items: baseline;
  justify-content: baseline;
}
footer p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  margin-bottom: 1.6rem;
}
footer nav ul {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
footer nav ul li a {
  color: #9da4b5;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
  text-decoration: none;
}
footer .dp:nth-of-type(1) {
  align-items: baseline;
}
footer nav:nth-of-type(2) ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  column-gap: 4rem;
}
.social ul {
  display: flex;
  gap: 1.6rem;
  margin-bottom: 4.8rem;
}

.btnVazadoFooter a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 2px solid #2095ee;
  width: 20.8rem;
  height: 4.8rem;
  color: #fff;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  transition: all 0.3s ease;
  text-decoration: none;
}
.btnVazadoFooter a:hover {
  background: #2095ee;
  color: #fff;
}

footer .dp:nth-of-type(1) {
  align-items: baseline;
  padding-bottom: 6.4rem;
  border-bottom: 1px solid #354772;
  margin-bottom: 2.4rem;
}
footer .logoFooter svg {
  width: 17.6rem;
  height: 8rem;
}

.LogosMenores {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.col-md-12 p {
  color: #9da4b5;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6rem;
  margin-top: 2.4rem;
}

.mostrar-mais {
  display: none;
}
.row.CopyRight .col-md-12 p {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

.containerSite.mapaImovel {
  width: 100%;
}
.plantas .containerSite {
  width: 100%;
}
.certificacoes .containerSite {
  width: 100%;
}
@media (max-width: 1180px) {
  .col-md-12 .texto {
    border-top: none;
    margin-top: 3.6rem;
    padding: 0;
    text-align: left;
    height: 34rem;
    position: relative;
    overflow: hidden;
  }

  .col-md-12 .texto::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6.1rem;
    bottom: 0;
    left: 0;
    background: transparent
      linear-gradient(180deg, rgba(4, 17, 48, 0) 0%, #041130 100%) 0% 0%
      no-repeat padding-box;
    opacity: 1;
  }
  .mostrar-mais {
    display: block;
    height: 1px;
    background-color: #354772;
    text-align: center;
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .mostrar-mais span {
    background-color: #041130;
    position: relative;
    top: -0.5em;
    padding: 0 10px;
    color: #fff;
  }
  footer .dp {
    flex-direction: column;
    gap: 3.2rem;
  }
  .LogosMenores a img {
    width: 100%;
  }
  footer .dp:nth-of-type(1) {
    align-items: baseline;
    padding-bottom: 3.2rem;
    border-bottom: 1px solid #354772;
    margin-bottom: 2.4rem;
  }
  .LogosMenores {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 39rem;
    align-items: center;
  }
  .social svg {
    width: 3.2rem;
  }
  .col-md-12 .texto.ativo {
    height: auto;
  }

  .page-imoveis {
    margin-top: 11.2rem;
  }
}

.btnArea a {
  border-radius: 4px;
  border: 1px solid #cacaca;
  background: #fff;
  color: #061844;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 1.6rem;
  box-sizing: border-box;
  width: 27rem;
  gap: 0.8rem;
}
.btns {
  display: flex;
  gap: 3rem;
}

.no-more-results {
  display: none;
}

.btnBanner {
  border-radius: 4px;
  border: 1px solid #cacaca;
  background: #fff;
  display: inline-flex;
  height: 4rem;
  padding: 1.2rem 1.6rem;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: #061844;
  text-align: center;
  font-family: "Titillium Web";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6rem;
  cursor: pointer;
}
.btnsBanner {
  position: absolute;
  z-index: 1;
  right: 1.6rem;
  bottom: 1.6rem;
  display: flex;
  gap: 0.8rem;
}
.btnsBanner a {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 8px;
  color: #061844;
}

.geralInfos {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.boxContatoMobile {
  display: none !important;
}
.certificacoes .img img {
  max-width: 9.6rem;
}
.todoCertificacoes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.todoInfos {
  display: flex;
}
.containerSite.maisInfos {
  width: 100%;
}

.infost strong {
  color: #061844;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.4rem;
}

.close-modal {
  position: absolute;
  top: 0;
  right: -3.6rem;
  color: white;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  z-index: 20;
}
.close-modal svg * {
  fill: #fff;
}
.home .mapa {
  width: 100%;
  max-width: 100%;
}
.page-home-residencial .mapa {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1180px) {
  .boxContato h3 {
    display: none;
  }
  /* .boxContato {
    display: none !important;
  } */
  .boxContato {
    position: fixed;
    width: 100%;
    left: 0;
    max-width: 100%;
    display: flex;
    justify-content: center;
    bottom: 0;
    gap: 1.6rem;
    z-index: 999999;
  }
  .boxContato .btn a {
    width: 17.2rem;
    margin-bottom: 0;
  }
  .boxContato .btnMaterial a {
    width: 17.2rem;
    margin-bottom: 0;
  }

  .boxContatoMobile {
    display: flex !important;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #cacaca;
    background: #fff;
    padding: 1.6rem;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
    z-index: 100000;
  }

  .boxContatoMobile .btnMaterial a {
    width: 17.2rem;
    order: 1;
  }
  .boxContatoMobile .btn {
    order: 2;
  }
  .boxContatoMobile .btn a {
    width: 17.2rem;
    border-radius: 100px;
    border: 2px solid #2095ee;
    background: #2095ee;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6rem;
    display: flex;
    height: 4.8rem;
    padding: 1.2rem 1.6rem;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    order: 2;
  }
  .infosImoveis .infos {
    width: 100%;
    max-width: 100%;
  }

  .itensImoveis {
    margin-top: 2.4rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid #cacaca;
    display: flex;
    gap: 3rem;
    max-width: 100%;
    flex-wrap: wrap;
    width: 100%;
  }
  .plantas .todoPlantas {
    max-width: 100%;
    width: 100%;
    position: relative;
  }
  .mapaImovel .mapa-container {
    padding-bottom: 4rem;
    margin-top: 4rem;
    border-bottom: 1px solid #cacaca;
    width: 100%;
    position: relative;
  }
  .todoCertificacoes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2.4rem;
  }
  .todoInfos {
    display: flex;
    flex-direction: column;
  }
  .imoveisRelacionados .containerSite {
    width: 100%;
    padding-left: 1.6rem;
  }
  .imoveisRelacionados .containerSite .dp {
    padding-right: 1.6rem;
  }
  .plantas .todoPlantas .item .btn {
    position: absolute;
    right: 0;
    display: none;
  }
  .certificacoes {
    margin-bottom: 6.4rem;
    width: 100%;
  }
  .CarroselInternaImoveis .containerSite {
    width: 100%;
  }
  .gallery-grid {
    display: grid;
    grid-template-columns: 100% 29.5rem;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .large-image {
    height: 29.5rem;
    max-width: 100%;
  }
  .image-left {
    width: 77.9rem;
    flex-shrink: 0;
    height: 29.5rem;
  }
  .gallery-container {
    height: 29.5rem;
  }
  .gallery-controls {
    display: none;
  }
  .btnsBanner {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 1.6rem;
    left: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .CarroselInternaImoveis {
    padding-top: 0;
  }
  main {
    margin-top: 3.2rem;
  }
  .page-imoveis-residenciais {
    margin-top: 3.2rem;
  }
  .close-modal {
    position: absolute;
    top: 0;
    right: 0;
  }
  .gallery-next {
    margin-top: 2rem;
  }
  .gallery-prev {
    margin-top: 2rem;
  }
  .gallery-modal {
    z-index: 100000000;
  }
  .thumbnail {
    width: 8rem;
    height: 6rem;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s ease;
    border-radius: 4px;
    overflow: hidden;
    border: 2px solid transparent;
  }
  .todoImoveisRelacionados .slick-slide {
    width: 32.9rem !important;
    margin-right: 2.4rem !important;
  }

  .todoImoveisRelacionados .carousel .slick-slide {
    margin-right: 0 !important;
  }
  .modal-content {
    position: relative;
    width: 90%;
    max-width: 1200px;
    height: 90%;
    margin: 2% auto;
    display: flex;
    flex-direction: column;
    max-height: 62rem;
  }
}

#map {
  height: 100vh;
  width: 100%;
  z-index: 100;
}

/* Estilos para a janela de informações do mapa */
.map-info-window {
  padding: 12px 15px;
  min-width: 220px;
  font-family: "Poppins", sans-serif;
}

.map-info-window p {
  font-size: 14px;
  margin-bottom: 5px;
  color: #333;
}

.map-info-window .btn-ver-imovel {
  display: inline-block;
  background-color: #061844;
  color: #fff;
  padding: 8px 15px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 13px;
  margin-top: 10px;
  transition: background-color 0.3s;
}

.map-info-window .btn-ver-imovel:hover {
  background-color: #0a2667;
}

/* Esconder as div's de localização (são apenas para dados, não precisam ser exibidas) */
.todasAsLocalizacoes {
  display: none;
}
#mapa-imoveis {
  height: 500px;
  width: 100%;
}

.map-info-window {
  padding: 0;
  max-width: 100%;
}
.map-info-window a {
  text-decoration: none;
}
.map-info-window h4 {
  margin-top: 0;
  color: #061844;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
  margin-bottom: 0.8rem;
  font-family: "Titillium Web", sans-serif;
  padding: 1.6rem;
}
.itemImagem img {
  width: 100%;
  object-fit: cover;
  height: 18.4rem;
}
.map-info-window p {
  margin: 5px 0;
  font-size: 14px;
}

.btn-ver-imovel {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 15px;
  background-color: #061844;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  transition: all 0.3s ease;
}
.gm-ui-hover-effect > span {
  background-color: #fff;
}
.gm-ui-hover-effect {
  opacity: 1;
}
.gm-style-iw-chr {
  position: absolute;
  z-index: 100000;
  top: 0;
  right: 0;
}
.btn-ver-imovel:hover {
  background-color: #1e3a8a;
  color: #fff;
}

/* Estilos para o carrossel no popup */
.carroselPopUpMapa {
  border-radius: 4px;
  overflow: hidden;
}
.carroselPopUpMapa .slick-arrow {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.carroselPopUpMapa:hover .slick-arrow {
  opacity: 1;
}
.carroselPopUpMapa .prev.slick-arrow {
  z-index: 1;
}
.carroselPopUpMapa img {
  width: 100%;
  height: 18.4rem;
  display: block;
  border-radius: 4px;
}

.carroselPopUpMapa .slick-dots {
  bottom: 1.6srem;
  text-align: center;
}

.carroselPopUpMapa .slick-dots li button:before {
  font-size: 8px;
  color: #fff;
  opacity: 0.8;
}

.carroselPopUpMapa .slick-dots li.slick-active button:before {
  color: #061844;
  opacity: 1;
}

.gm-style .gm-style-iw-c {
  padding: 12px !important;
}

.gm-style-iw.gm-style-iw-c {
  width: 32.9rem !important;
  border-radius: 4px !important;
  border: 1px solid #cacaca !important;
  background: #fff !important;
  overflow: hidden !important;
  padding: 0 !important;
  box-shadow: none !important;
  max-width: 32.9rem !important;
}

.gm-style-iw-tc {
  display: none !important;
}

.mapaGeral {
  height: 62rem !important;
  max-width: 100%;
}

.mapaGeral #map {
  height: 62rem !important;
}

.carroselImagensBanner {
  width: 100% !important;
  height: 62rem !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  overflow: hidden !important;
  border-radius: 4px !important;
}

/* Estilos para os slides individuais */
.carroselImagensBanner .item {
  height: 62rem;
  width: 100vw !important; /* Usando viewport width para garantir largura total */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: none !important;
}

/* Reset completo para todos os elementos do Slick */
.carroselImagensBanner .slick-slider {
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
}

.carroselImagensBanner .slick-list {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  position: relative !important;
  display: block !important;
}

.carroselImagensBanner .slick-track {
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  display: flex !important;
}

.carroselImagensBanner .slick-slide {
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
  float: none !important;
  display: block !important;
}

.carroselImagensBanner .slick-slide > div {
  width: 100% !important;
  height: 100% !important;
}

/* Hide Slick dots for banner carousel */
.carroselImagensBanner .slick-dots {
  display: none !important;
}

#popupOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#popupBox {
  position: relative;
  width: 77rem;
  height: 47.2rem;
  background: #fff;
  border-radius: 4px;
  box-shadow: 8px 8px 32px rgba(0, 0, 0, 0.25);
  padding: 2.4rem;
  box-sizing: border-box;
}
#popupBox svg {
  width: 3.2rem;
}
@media (max-width: 1180px) {
  #popupBox {
    height: auto;
    padding-bottom: 4.8rem;
  }
  #popupBox svg {
    width: 2.4rem;
  }

  .faixaTopo {
    padding: 0 1.6rem;
  }
}

.popup-close {
  position: relative;
  display: flex;
  justify-content: end;
  top: 0;
  right: 0;
  background: none;
  border: none;
  cursor: pointer;
  width: 100%;
}

.popup-content h3 {
  color: #061844;
  font-family: "Titillium Web", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 3.6rem;
  margin-bottom: 1.6rem;
  max-width: 50rem;
  margin-top: 3.2rem;
  padding-left: 3.2rem;
}

.popup-content p {
  color: #686868;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  margin-bottom: 2.4rem;
  max-width: 56rem;
  padding-left: 3.2rem;
}

.popup-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 1.2rem 2.4rem;
  border-radius: 100px;
  border: 2px solid #2095ee;
  background: transparent;
  color: #2095ee;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin-left: 3.2rem;
}

.popup-btn:hover {
  background-color: #2095ee;
  color: #fff;
}

.popup-btn:hover svg path {
  fill: #fff;
}

.tagGeral.em-obras {
  background: #5cabcd;
}

.tagGeral.entregue {
  background: #72cd5c;
}
.tagGeral.lançamento {
  background: #ae76ce;
}
.tagGeral.lancamento {
  background: #ae76ce;
}
.tagGeral.desinvestido {
  background: #525252;
}
.tagGeral.aprovacao {
  background: #d99266;
}
.tagGeral {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  padding: 4px 16px;
  align-items: center;
  gap: 4px;
  left: 1.6rem;
  top: 1.6rem;
  border-radius: 50px;

  color: #fff;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem;
}
.btnMapaMobile {
  display: none;
}
@media (max-width: 1180px) {
  .btnMapaMobile {
    display: flex;
    display: flex;
    width: 16.4rem;
    height: 4.8rem;
    justify-content: center;
    align-items: center;
    gap: 1.6rem;
    flex-shrink: 0;
    border-radius: 100px;
    border: 2px solid #2095ee;
    background: #2095ee;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6rem;
    position: fixed;
    bottom: 1.6rem;
    right: 0;
    left: 0;
    z-index: 1000;
    margin: 0 auto;
    cursor: pointer;
  }
  .mapa-ligado.mapaAtivoMobile .mapa {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
  }

  .mapa-ligado.mapaAtivoMobile {
    overflow: hidden;
  }
  .btnCloseMapaMobile {
    position: absolute;
    z-index: 100000;
    right: 1.6rem;
    top: 1.6rem;
    cursor: pointer;
  }
}

.gallery-controls {
  opacity: 0;
  transition: all 0.3s ease;
}

.CarroselInternaImoveis .containerSite:hover .gallery-controls {
  opacity: 1;
}

.large-image {
  border-radius: 4px;
}
.small-image {
  border-radius: 4px;
}

.btnCloseMapaMobile {
  display: none;
}

@media (max-width: 1180px) {
  .btnCloseMapaMobile {
    display: block;
  }
}

/* Estilos para o select de ordenação */
.ordenacao-select {
  position: relative;
  cursor: pointer;
}

.ordenacao-select .filtroDropdown {
  position: absolute;
  top: 100%;
  left: inherit;
  right: 0;
  width: 18rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-top: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 100;
  display: none;
  padding: 1.2rem;
  z-index: 100000000;
}

.opcao-ordenacao {
  padding: 0.8rem 0;
  cursor: pointer;
  transition: background-color 0.2s;
  color: #686868;
}

footer .dp {
  justify-content: space-between !important;
}

@media screen and (max-width: 1180px) {
    footer .dp {
        flex-direction: row !important;
    }
}

@media screen and (max-width: 768px) {
    footer .dp {
        flex-direction: column !important;
    }
}

.link-limpar-filtros {
    color: #2095ee;
    text-decoration: none;
    font-weight: 400;
    font-size: 1.6rem;
    font-style: normal;
    line-height: 1.6rem;
}

.link-limpar-filtros:hover {
    text-decoration: underline;
}

.thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}