/* CSS específico da página de imóvel (property.html)
   Extraído dos blocos <style> internos para melhorar organização e cache */

@media (max-width: 767.98px) {
  /* Hero altura Figma mobile 6422:6800 — 318px */
  .mobile-propertyPage-section1 #carouselExampleControls,
  .mobile-propertyPage-section1 #carouselExampleControls .carousel-inner,
  .mobile-propertyPage-section1 #carouselExampleControls .carousel-item {
    height: 318px !important;
  }

  .mobile-propertyPage-section1 .arrow-prop,
  .mobile-propertyPage-section1 .share-icons {
    position: static !important;
    transform: none !important;
    -webkit-transform: none !important;
  }

  .propertyPage-section-2 #map {
    position: relative;
    z-index: 0;
    isolation: isolate;
  }

  .property-page .share-icons button {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    line-height: 0;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
  }
  .property-page .share-icons button:focus {
    outline: none;
    box-shadow: none;
  }
  .mobile-propertyPage-section1 .share-icons .bi {
    background: #ffffff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.33), 0px 1px 1px 0px rgba(0, 0, 0, 0.24), 0px 3px 1px 0px rgba(0, 0, 0, 0.01);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-propertyPage-section1[ng-show="ctrl.atualizando"],
  .mobile-propertyPage-section1[ng-show*="ctrl.galleryLoading"]{
    position: relative;
    z-index: 1;
    padding: 0 !important;
  }
  .mobile-propertyPage-section1[ng-show="ctrl.atualizando"] .container-fluid,
  .mobile-propertyPage-section1[ng-show*="ctrl.galleryLoading"] .container-fluid{
    padding: 0 !important;
  }
  .mobile-propertyPage-section1[ng-show="ctrl.atualizando"] .skel-img-lg,
  .mobile-propertyPage-section1[ng-show*="ctrl.galleryLoading"] .skel-img-lg{
    height: 318px !important;
    position: relative;
    z-index: 0;
  }
  .mobile-propertyPage-section1[ng-show="ctrl.atualizando"] .arrow-prop,
  .mobile-propertyPage-section1[ng-show*="ctrl.galleryLoading"] .arrow-prop{
    z-index: 1000 !important;
  }
  .mobile-propertyPage-section1[ng-show="ctrl.atualizando"] .arrow-prop img,
  .mobile-propertyPage-section1[ng-show*="ctrl.galleryLoading"] .arrow-prop img{
    background: transparent;
    border-radius: 0;
    width: 32px;
    height: 32px;
    padding: 0;
    box-shadow: none;
    display: block;
  }
  .mobile-propertyPage-section1[ng-show="ctrl.atualizando"] .share-icons,
  .mobile-propertyPage-section1[ng-show*="ctrl.galleryLoading"] .share-icons{
    z-index: 1000 !important;
  }
  .propertyPage-section-2[ng-show="ctrl.atualizando"] .container{
    padding-top: 16px !important;
  }
  .propertyPage-section-2[ng-show="ctrl.atualizando"] .mt-5{
    margin-top: 16px !important;
  }
  .propertyPage-section-2[ng-show="ctrl.atualizando"]{
    position: relative;
    z-index: 2000;
    background: #ffffff;
  }
  .propertyPage-section-2[ng-show="ctrl.atualizando"] .skel-pill{
    position: relative;
    z-index: 3;
  }
  .mobile-propertyPage-section1 #carouselExampleControls .carousel-item > a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    color: transparent;
    position: relative;
  }
  .mobile-propertyPage-section1 #carouselExampleControls .carousel-item > a.bg-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .mobile-propertyPage-section1 #carouselExampleControls .carousel-item > a.bg-cover img {
    display: none !important;
  }
  .mobile-propertyPage-section1 #carouselExampleControls .carousel-item > a::before,
  .mobile-propertyPage-section1 #carouselExampleControls .carousel-item > a::after {
    content: none !important;
    display: none !important;
  }
  .mobile-propertyPage-section1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mobile-propertyPage-section1 .propertyImagesCol {
    padding: 0 !important;
    margin: 0 !important;
  }
  .mobile-propertyPage-section1 .carousel,
  .mobile-propertyPage-section1 .carousel-inner {
    overflow: hidden;
  }
  .mobile-propertyPage-section1 .carousel-item {
    overflow: hidden;
  }
  .mobile-propertyPage-section1 .carousel-item a,
  .mobile-propertyPage-section1 .carousel-item .propertyImagesCol {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    overflow: hidden;
    width: 100%;
  }
  .mobile-propertyPage-section1 #carouselExampleControls,
  .mobile-propertyPage-section1 #carouselExampleControls .carousel-inner,
  .mobile-propertyPage-section1 #carouselExampleControls .carousel-item {
    height: 318px;
    min-height: 318px;
    background: transparent;
  }
  .mobile-propertyPage-section1 .carousel-item > a,
  .mobile-propertyPage-section1 .carousel-item .propertyImagesCol {
    display: block;
    height: 100%;
  }
  .mobile-propertyPage-section1 .carousel-item img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    background: #ededed;
  }
  .mobile-propertyPage-section1 .carousel-item img.is-portrait {
    object-fit: cover;
  }
  .fancybox-progress {
    bottom: 148px !important;
  }
  .fancybox-thumbs {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    height: 140px;
    padding: 8px 6px;
    background: rgba(0, 0, 0, 0.329);
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.3);
    z-index: 99996;
    display: block !important;
    transition: transform .35s ease-in-out, opacity .35s ease-in-out;
  }
  .fancybox-container:not(.fancybox-show-thumbs) .fancybox-thumbs {
    transform: translateY(120%) !important;
    opacity: 0 !important;
    pointer-events: none;
  }
  .fancybox-thumbs__list a {
    width: 120px;
    height: 80px;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    transform: translateY(0) !important;
    opacity: 1 !important;
    pointer-events: auto;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 0 !important;
  }
  .fancybox-show-thumbs .fancybox-thumbs__list {
    margin: 0;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .fancybox-show-thumbs .fancybox-thumbs__list a {
    width: 92px;
    height: 64px;
    margin: 0;
  }
  .fancybox-show-thumbs .fancybox-thumbs__list a:before {
    border-color: #fff;
  }
  .mobile-propertyPage-section1 .carousel-control-prev-icon,
  .mobile-propertyPage-section1 .carousel-control-next-icon,
  #carouselExampleControls .carousel-control-prev,
  #carouselExampleControls .carousel-control-next,
  #carouselExampleControls .carousel-indicators,
  #carouselExampleControls .carousel-control-prev-icon,
  #carouselExampleControls .carousel-control-next-icon {
    display: none !important;
    pointer-events: none !important;
  }
}

.propertyPage .share-icons button {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  line-height: 0;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.propertyPage .share-icons button:focus {
  outline: none;
  box-shadow: none;
}

@media (min-width: 1024px) {
  .propertyPage-section-2 .share-icons .bi {
    background: transparent !important;
    border-radius: 0 !important;
    width: auto !important;
    height: auto !important;
    box-shadow: none !important;
    display: inline-block;
  }

  /* body.property-page .propertyPage-section-2 .share-icons button,
  body.property-page .propertyPage-section-2 .share-icons button.addToFav,
  body.property-page .propertyPage-section-2 .share-icons button.ms-3 {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    margin-left: 20px !important;
    margin-top: -30px !important;
  }
  body.property-page .propertyPage-section-2 .share-icons button:focus,
  body.property-page .propertyPage-section-2 .share-icons button:focus-visible,
  body.property-page .propertyPage-section-2 .share-icons button:active {
    outline: none !important;
    box-shadow: none !important;
  } */
}

@media (min-width: 997px) and (max-width: 1175px) {
  body.property-page .propertyPage-section-2 .share-icons button,
  body.property-page .propertyPage-section-2 .share-icons button.addToFav,
  body.property-page .propertyPage-section-2 .share-icons button.ms-3 {
    margin-top: 0px !important;
  }
}

@media (min-width: 1031px) {
  body.property-page .propertyPage-section-2 .share-icons button,
  body.property-page .propertyPage-section-2 .share-icons button.addToFav,
  body.property-page .propertyPage-section-2 .share-icons button.ms-3 {
    margin-top: 0px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1399px) {
  body.property-page .propertyPage-section-2 .share-icons button,
  body.property-page .propertyPage-section-2 .share-icons button.addToFav,
  body.property-page .propertyPage-section-2 .share-icons button.ms-3 {
    margin-top: 0px !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    margin-left: 20px !important;    
  }
  body.property-page .propertyPage-section-2 .share-icons button:focus,
  body.property-page .propertyPage-section-2 .share-icons button:focus-visible,
  body.property-page .propertyPage-section-2 .share-icons button:active {
    outline: none !important;
    box-shadow: none !important;      
  }
}

@media (min-width: 1400px) {
  body.property-page .propertyPage-section-2 .share-icons button,
  body.property-page .propertyPage-section-2 .share-icons button.addToFav,
  body.property-page .propertyPage-section-2 .share-icons button.ms-3 {
    margin-top: 0px !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    margin-left: 20px !important;    
  }
  body.property-page .propertyPage-section-2 .share-icons button:focus,
  body.property-page .propertyPage-section-2 .share-icons button:focus-visible,
  body.property-page .propertyPage-section-2 .share-icons button:active {
    outline: none !important;
    box-shadow: none !important;          
  }
}  

@media (min-width: 768px) {
  .fancybox-thumbs {
    height: 120px;
    padding: 10px 8px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 0 !important;
  }
  .fancybox-show-thumbs .fancybox-thumbs__list {
    margin: 0;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .fancybox-show-thumbs .fancybox-thumbs__list a {
    width: 110px;
    height: 74px;
    margin: 0;
  }
  .fancybox-show-thumbs .fancybox-thumbs__list a:before {
    border-color: #fff;
  }
  .fancybox-show-thumbs .fancybox-stage {
    bottom: 0 !important;
  }
  .fancybox-show-thumbs .fancybox-caption {
    bottom: 0 !important;
  }
}

.fancybox-slide { opacity: 0; transition: opacity .2s ease; }
.fancybox-slide--current { opacity: 1; }

.fancybox-navigation {
  z-index: 100002 !important;
  pointer-events: none;
}

.fancybox-navigation .fancybox-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.479);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.349);
  padding: 0;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.fancybox-navigation .fancybox-button--arrow-left {
  left: 8px !important;
}

.fancybox-navigation .fancybox-button--arrow-right {
  right: 8px !important;
}

.fancybox-navigation .fancybox-button i {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
}

body.profile a.btn.btn-2[href*="/explorar/"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px;
  border-radius: 9999px !important;
  padding: 12px 20px !important;
}

body.profile a.btn.btn-2[href*="/explorar/"] img {
  height: 18px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

body.profile a.btn.btn-2[href*="/explorar/"] i.bi-arrow-right {
  font-size: 16px !important;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
}

body.profile #map { position: relative !important; overflow: hidden; }
body.profile #map .mapboxgl-ctrl-bottom-right,
body.profile #map .mapboxgl-ctrl-bottom-left,
body.profile #map .mapboxgl-ctrl-top-right,
body.profile #map .mapboxgl-ctrl-top-left {
  position: absolute !important;
}

body.profile #map .mapboxgl-ctrl-bottom-right { right: 0 !important; bottom: 0 !important; }
body.profile #map .mapboxgl-ctrl-bottom-left { left: 0 !important; bottom: 0 !important; }

@media (max-width: 767.98px) {
  body.profile #map .mapboxgl-ctrl-bottom-right { right: 6px !important; bottom: 6px !important; }
  body.profile #map .mapboxgl-ctrl-bottom-left { left: 6px !important; bottom: 6px !important; }
}

body.profile #map .mapboxgl-ctrl { display: inline-flex; }
body.profile a[href*="/explorar/"] { display: block; }

body.profile #map .mapboxgl-control-container {
  position: absolute !important;
  top: 0; left: 0; right: 0; bottom: 0;
  /* z-index: 2; */
  pointer-events: none;
}

body.profile #map .mapboxgl-ctrl { pointer-events: auto; }
body.profile #map .mapboxgl-canvas {
  position: relative !important;
  display: block;
}

body.profile #map .mapboxgl-ctrl-attrib {
  margin: 0 !important;
  background: #fff !important;
  opacity: 0.8 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
  white-space: nowrap;
  padding: 2px 6px !important;
}

body.profile #map .mapboxgl-ctrl-attrib .mapboxgl-ctrl-attrib-inner{
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 767.98px) {
  body.profile #map .mapboxgl-ctrl-attrib.mapboxgl-compact {
    background: transparent !important;
    opacity: 1 !important;
    padding: 0 !important;
  }
  body.profile #map .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner {
    display: none !important;
  }
  body.profile #map .mapboxgl-ctrl-attrib .mapboxgl-ctrl-attrib-button {
    margin: 0;
  }
}

body.profile #map .mapboxgl-ctrl-attrib:not(.mapboxgl-compact) .mapboxgl-ctrl-attrib-button {
  display: none !important;
}

@media (min-width: 768px) {
  body.profile #map .mapboxgl-ctrl-attrib .mapboxgl-ctrl-attrib-button {
    display: none !important;
  }
  body.profile #map .mapboxgl-ctrl-attrib .mapboxgl-ctrl-attrib-inner {
    display: inline-flex !important;
  }
}

body.profile #map .mapboxgl-ctrl-logo{
  margin: 0 !important;
  display: block !important;
  opacity: 1 !important;
  z-index: 3;
  width: 88px !important;
  height: 23px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.header-search .search-container{
  display:flex; align-items:center; gap:8px; width:360px;
  border:1px solid #e5e7eb; border-radius:9999px; background:#f2f2f2;
  padding:6px 8px 6px 16px; height:48px; box-shadow:0 1px 2px rgba(0,0,0,.04) inset; overflow:visible;
}

.header-search .search-container .form-control{ flex:1 1 auto; min-width:0; margin:0 !important; border:none; box-shadow:none; height:40px; padding:0 12px; background:#f2f2f2; }
.header-search .search-container .btn{ width: 32px; height:32px; flex:0 0 32px; border-radius:50% !important; display:flex; align-items:center; justify-content:center; padding:0 !important; margin:0 !important; }

.web-propertyPage .propertyImagesCol a,
.web-propertyPage .propertyImagesCol img{
  overflow: hidden;
}

.web-propertyPage .propertyImagesLeftCol .propertyImagesCol,
.web-propertyPage .propertyImagesRightCol .propertyImagesCol{
  overflow: hidden;
}

.user-card{
  border: 0px solid transparent;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 6px 24px rgba(0,0,0,.12);
  position: relative;
  z-index: 2;
  border: 1px solid #e5e7eb;
}

@media (max-width: 767.98px){
  .user-card{ margin-bottom: 12px; border: 0 !important; box-shadow: none !important; background: transparent !important; }
}

.receber_div .receber-btn{
  border-radius: 9999px !important;
  padding: 12px 20px !important;
}

#map{ border-radius: 0px; overflow: hidden; }

@media (min-width: 768px){
  .propertyPage-section-2 #map{ width:100% !important; display:block; }
  /* .propertyPage-section-2 a[ng-href*="explorar/"]{ padding:0 !important; } */
  .propertyPage-section-2 #map .mapboxgl-canvas{ width:100% !important; height:100% !important; }
}

.propertyPage-section-2 .btn-explorar-mapa{
  max-width: 100% !important;
}

@media (max-width: 767.98px){
  .propertyPage-section-2 .btn-explorar-mapa{
    max-width: 93% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .propertyPage-section-2 .property-description-toggle{
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* Imóveis similares — Figma PropertyCardWeb 1319:18642 */
.propertyPage-section-3 .cards-style .favourite-card > div{ border:none; border-radius:8px; overflow:hidden; background:#fff; }
.propertyPage-section-3 .cards-style .ImageSlider,
.propertyPage-section-3 .cards-style .ImageSlider .carousel-inner,
.propertyPage-section-3 .cards-style .ImageSlider .carousel-item,
.propertyPage-section-3 .cards-style .ImageSlider img{ border-radius:0 !important; }
.propertyPage-section-3 .cards-style .ImageSlider{ border:none !important; margin-bottom:0 !important; border-radius:8px !important; overflow:hidden; }
.propertyPage-section-3 .cards-style .ImageSlider img{ width:100%; height:200px; object-fit:cover; display:block; border-radius:0; }
.propertyPage-section-3 .cards-style .card-content{ margin-top:0 !important; padding:8px; background:#fff; border:0 !important; }
.propertyPage-section-3 .cards-style .property-similar-card-price{
  margin:0 0 4px;
  font-family: "Termina-Demi", sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: rgba(0,0,0,0.87) !important;
}
.propertyPage-section-3 .cards-style .property-similar-card-meta{
  margin:0 0 4px;
  color:#666666;
  font-weight:500 !important;
  font-family: "Montserrat Medium", sans-serif !important;
  font-size:14px !important;
  line-height:16px !important;
}
.propertyPage-section-3 .cards-style .card-content h6{ margin:0; color:#666666; font-weight:400 !important; font-size:13px !important; font-family: "Montserrat Medium" !important;}
.propertyPage-section-3 .cards-style .favourite-card{ position:relative; }
.propertyPage-section-3 .cards-style .favourite-card i.fa-heart,
.propertyPage-section-3 .cards-style .favourite-card .fa-regular.fa-heart,
.propertyPage-section-3 .cards-style .favourite-card .fa-solid.fa-heart,
.propertyPage-section-3 .cards-style .favourite-card .bi-heart,
.propertyPage-section-3 .cards-style .favourite-card .bi-heart-fill{ background:transparent !important; border:none !important; box-shadow:none !important; padding:0 !important;
  width:auto; height:auto; line-height:1; color:#000; margin-bottom: 35px; }
.propertyPage-section-3 .cards-style .favourite-card .bi-heart,
.propertyPage-section-3 .cards-style .favourite-card .bi-heart-fill,
.propertyPage-section-3 .cards-style .favourite-card .fa-regular.fa-heart,
.propertyPage-section-3 .cards-style .favourite-card .fa-solid.fa-heart{ position:absolute; top: calc(200px + 8px); right:12px; z-index:0; }
.propertyPage-section-3 .cards-style .favourite-card:hover,
.propertyPage-section-3 .cards-style .favourite-card > div:hover,
.propertyPage-section-3 .cards-style .ImageSlider:hover{ box-shadow:none !important; filter:none !important; transition:none !important; }
.propertyPage-section-3 .btn.btn-2{ border-radius:9999px !important; padding: 15px 18px !important; }

.header-search .search-btn2 img{ filter: brightness(0) invert(1); }
.propertyPage-section-3{ overflow: visible; }
.propertyPage-section-3 .cards-style{ overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; }
.propertyPage-section-3 center{ display:block; width:100%; overflow: visible; }
.propertyPage-section-3 center .btn{ display:inline-block; }

@media (min-width: 992px){
  .propertyPage-section-1{ position: relative; }
  .propertyPage-section-2{ position: relative; padding-top: 48px; }
  .propertyPage-section-2 .container{ position: relative; }
  /* Card lateral — Figma 6422:6460 (+ respiro) */
  #atlasStickyContactCard.user-card{
    position: absolute;
    /* right: 32px; */
    top: -30px;
    width: 400px;
    min-width: 400px;
    max-width: calc(50% - 20px);
    background: #fff;
    border: 1px solid #d1d5db;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    z-index: 5;
  }
  #atlasStickyContactCard.user-card .price{
    font-size: 28px;
    font-weight: 700;
    line-height: 1.167;
  }
}

@media (min-width: 992px){
  body.property-page .propertyPage-section-2 .first-row{
    margin-top: 12px !important;
  }
}

@media (min-width: 1200px){
  body.property-page .propertyPage-section-2 > .container,
  body.property-page .propertyPage-section-3 > .container{
    max-width: 1320px;
  }
}

@media (min-width: 1200px){
  body.property-page .propertyPage-section-2 .col-md-8.pe-5.order-sm-change{
    padding: 0 48px 0 12px !important;
  }
}

@media (max-width: 767.98px){
  .propertyPage-section-3{ padding-left:0px !important; padding-right:0px !important; overflow-x: visible; }
  .propertyPage-section-3 .cards-style{ overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; }
  body.property-page .container,
  body.property-page .container-fluid{ padding-left:0; padding-right:0; max-width:100%; }
  body.property-page .row{ margin-left:0; margin-right:0; }
  body.property-page .row > [class*='col-']{ padding-left:0; padding-right:2px;}
  body.property-page, body.property-page *{ box-sizing: border-box; }
  html, body, body.property-page{ overflow-x:hidden; }
  .mobile-propertyPage-section1,
  .web-propertyPage-section1,
  .propertyPage-section-2,
  .propertyPage-section-3,
  .propertyPage-section-4{ overflow-x:hidden; }
  .propertyPage-section-3 > *{ max-width:100%; }
  .propertyPage-section-3 .favourite-card{ margin-left:0; margin-right:0; }
  .propertyPage-section-3 .favourite-card > div{ margin-left:0; margin-right:0; }
  .g-3, .gx-3, .gy-3{ --bs-gutter-x: 0rem !important; --bs-gutter-y: 0rem !important; }
  .user-card .price{ outline: none !important; box-shadow:none !important; }
}

@media (max-width: 767.98px){
  /* Figma 6422:6798 — coluna principal primeiro, card contact no fim (<lg já reordenado em regra global) */
  body.property-page .propertyPage-section-2.pt-5{
    padding-top: 0 !important;
  }

  body.property-page .propertyPage-section-2 .first-row.mt-5{
    margin-top: 0 !important;
  }

  body.property-page .propertyPage-section-2 .container{
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  /* Corrige assimetria global (.row > [col] padding-right:2px) — linhas do preço e texto alinhados */
  body.property-page .propertyPage-section-2 > .container > .row > [class*='col-']{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Faixa branca sobre o hero — espaçamentos alinhados ao print mobile */
  body.property-page .propertyPage-section-2 .first-row{
    margin-top: -16px !important;
    margin-left: -16px !important;
    margin-right: -16px !important;
    padding-top: 40px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-bottom: 46px !important;
    background: #ffffff;
    border-radius: 16px 16px 0 0;
    position: relative;
    z-index: 2;
  }

  body.property-page .propertyPage-section-2 h1.property-figma-title,
  body.property-page .propertyPage-section-2 h1{
    font-family: "Termina-Demi", sans-serif !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    letter-spacing: 0.25px !important;
    color: #000000 !important;
    margin-top: 0 !important;
    margin-bottom: 4px !important;
  }

  body.property-page .propertyPage-section-2 .city-uf.property-figma-city,
  body.property-page .propertyPage-section-2 .city-uf{
    font-family: "Montserrat Medium", "Montserrat Regular", sans-serif !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 21px !important;
    color: #666666 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  body.property-page .propertyPage-section-2 .user-card > p,
  body.property-page .propertyPage-section-2 .user-card p{
    margin-bottom: 6px !important;
  }

  body.property-page .propertyPage-section-2 .user-card .price{
    border: 0 !important;
    border-top: 1px solid rgba(0,0,0,0.18) !important;
    padding-top: 10px;
    margin-top: 2px !important;
    margin-bottom: 10px !important;
  }

  body.property-page .propertyPage-section-2 .property-figma-resumo-label,
  body.property-page .propertyPage-section-2 .feature-summary-label{
    font-family: "Termina-Demi", sans-serif !important;
    font-size: 16px !important;
    line-height: 16px !important;
    color: rgba(0, 0, 0, 0.87) !important;
    letter-spacing: 0 !important;
    margin: 0 !important;
    padding: 24px 0 !important;
  }

  body.property-page .propertyPage-section-2 .feature-images{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 32px !important;
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
    column-gap: 0;
  }

  body.property-page .propertyPage-section-2 .feature-images > div{
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0;
  }

  body.property-page .propertyPage-section-2 .feature-images img{
    width: 40px;
    height: 40px;
    margin-bottom: 6px;
  }

  body.property-page .propertyPage-section-2 .feature-images p{
    margin: 0;
    font-family: "Montserrat Medium", "Montserrat Regular", sans-serif !important;
    font-weight: 500 !important;
    font-size: 10px !important;
    line-height: 14px !important;
    color: #666666 !important;
  }

  body.property-page .propertyPage-section-2 .atlas-panel-cta-mobile{
    margin: 16px 0 12px;
  }

  body.property-page .propertyPage-section-2 .atlas-panel-cta-mobile .atlas-panel-cta-inner{
    border-radius: 12px;
    padding: 16px;
  }

  body.property-page .propertyPage-section-2 .atlas-panel-cta-mobile .atlas-panel-cta-title{
    font-size: 16px;
    line-height: 1.2;
  }

  body.property-page .propertyPage-section-2 .atlas-panel-cta-mobile .atlas-panel-cta-subtitle{
    font-size: 12px;
    line-height: 1.35;
  }

  body.property-page .propertyPage-section-2 .atlas-panel-cta-mobile .atlas-panel-cta-actions{
    margin-top: 12px;
    gap: 10px;
  }

  body.property-page .propertyPage-section-2 .atlas-panel-cta-mobile .atlas-panel-cta-btn{
    height: 44px;
    border-radius: 12px;
    font-size: 12px;
    letter-spacing: 0.4px;
  }

  body.property-page .propertyPage-section-2 h2{
    font-family: "Termina-Demi", sans-serif !important;
    font-size: 20px !important;
    line-height: 20px !important;
    text-transform: none !important;
  }

  body.property-page .propertyPage-section-2 .property-figma-section-title{
    padding-top: 16px !important;
    padding-bottom: 12px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  body.property-page .propertyPage-section-2 .breadcrumbs{
    margin-bottom: 16px !important;
    margin-top: 0 !important;
    font-family: "Montserrat Medium", "Montserrat Regular", sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    color: #069257 !important;
  }

  body.property-page .propertyPage-section-2 .breadcrumbs a{
    color: #069257 !important;
  }

  body.property-page .propertyPage-section-2 .breadcrumbs i{
    margin: 0 4px;
    font-size: 14px;
    color: #069257;
  }

  body.property-page .property-map-card{
    height: 320px !important;
    min-height: 320px !important;
  }

  body.property-page .property-map-card .skel-map{
    height: 100% !important;
    min-height: 100% !important;
    margin-bottom: 0 !important;
  }

  body.property-page .propertyPage-section-2 .property-figma-description,
  body.property-page .propertyPage-section-2 .property-description{
    font-family: "Montserrat Regular", sans-serif !important;
    font-size: 14px !important;
    line-height: 21px !important;
    color: #121212 !important;
  }

  body.property-page .propertyPage-section-2 .property-description-toggle{
    height: 40px;
    min-height: 40px;
    border-radius: 8px;
    background: #f2f2f2 !important;
    font-family: "Termina-Demi", sans-serif !important;
    font-size: 12px !important;
    line-height: 22px !important;
    letter-spacing: 0.46px !important;
    color: #000000 !important;
    border: 0;
    margin-top: 12px;
  }

  body.property-page .propertyPage-section-2 .property-figma-facilities-heading{
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  body.property-page .propertyPage-section-2 .property-figma-facilities .facilties ul{
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    column-gap: 16px !important;
    row-gap: 12px !important;
    flex-wrap: unset !important;
  }

  body.property-page .propertyPage-section-2 .property-figma-facilities .facilties li{
    display: flex !important;
    align-items: center;
    gap: 8px;
    font-size: 14px !important;
    line-height: 21px !important;
  }

  body.property-page .propertyPage-section-2 .property-figma-facilities .facilties i{
    font-size: 18px !important;
    flex-shrink: 0;
  }

  body.property-page .propertyPage-section-3 > .container{
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  body.property-page .propertyPage-section-3 h2{
    font-family: "Termina-Demi", sans-serif !important;
    font-size: 20px !important;
    line-height: 1.5 !important;
  }

  body.property-page .propertyPage-section-3 .property-figma-similares-heading{
    padding-top: 24px !important;
    padding-bottom: 16px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    color: #000000 !important;
  }

  body.property-page .propertyPage-section-3 .cards-style{
    display: flex;
    flex-wrap: nowrap;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  body.property-page .propertyPage-section-3 .cards-style > [class*='col-']{
    flex: 0 0 auto;
    width: 308px;
    max-width: 308px;
    padding-right: 0 !important;
  }

  body.property-page .propertyPage-section-3 center .btn.btn-2{
    height: 40px;
    border-radius: 36px;
    font-family: "Termina-Demi";
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.4px;
  }
}

@media (max-width: 767.98px){
  .propertyPage-section-3 .cards-style .favourite-card .bi-heart-fill{ margin-bottom: 88px !important; }
}

.favourite-card > div > i{
  bottom: 20px !important;
}

[ng-cloak]{ display:none !important; }

body.property-page #carInfoModal.modal{
  z-index: 200000 !important;
}

body.property-page .modal-backdrop.show{
  z-index: 199990 !important;
}

body.property-page #carInfoModal .car-info-modal__dialog{
  max-width: 520px;
  width: calc(100% - 64px);
}

/* Modal CAR — Figma 6422:6504 (Tool tip) */
body.property-page #carInfoModal .car-info-modal__content{
  background: #ffffff;
  border-radius: 16px;
  border: 0;
  box-shadow: 0 0 0 1px #e0e0e0;
  overflow: hidden;
}

body.property-page #carInfoModal .car-info-modal__header{
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 24px;
  position: relative;
  z-index: 2;
}

body.property-page #carInfoModal .car-info-modal__header-content{
  flex: 1 1 auto;
  min-width: 0;
}

body.property-page #carInfoModal .car-info-modal__title{
  margin: 0;
  font-family: "Termina-Demi", sans-serif;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #000000;
}

body.property-page #carInfoModal .car-info-modal__close.btn-close{
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  opacity: 1;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  pointer-events: auto !important;
  --bs-btn-close-bg: none;
  background: transparent none !important;
  background-image: none !important;
  color: #121212;
}
body.property-page #carInfoModal .car-info-modal__close.btn-close::before,
body.property-page #carInfoModal .car-info-modal__close.btn-close::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 1px;
  background-color: currentColor;
  border-radius: 1px;
}
body.property-page #carInfoModal .car-info-modal__close.btn-close::before{
  transform: translate(-50%, -50%) rotate(45deg);
}
body.property-page #carInfoModal .car-info-modal__close.btn-close::after{
  transform: translate(-50%, -50%) rotate(-45deg);
}

body.property-page #carInfoModal .car-info-modal__divider{
  height: 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin: 0;
  width: 100%;
}

body.property-page #carInfoModal .car-info-modal__body{
  padding: 16px 24px 24px;
}

body.property-page #carInfoModal .car-info-modal__item{
  display: flex;
  flex-direction: column;
  gap: 0;
}

body.property-page #carInfoModal .car-info-modal__item + .car-info-modal__item{
  margin-top: 24px;
}

body.property-page #carInfoModal .car-info-modal__item-title{
  font-family: "Montserrat Bold", "Montserrat Medium", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #333333;
  margin: 0;
}

body.property-page #carInfoModal .car-info-modal__item-text{
  font-family: "Montserrat Medium", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #333333;
  margin: 0;
}

body.property-page #carInfoModal .modal-content{
  border: 0;
}

.web-carousel .ImageSlider{ position: relative; }
.web-carousel .ImageSlider .carousel-indicators{ display:none !important; }
.web-carousel .ImageSlider .custom-indicators{ --dot:8px; --gap:8px; position:absolute; left:0; right:0; bottom:10px; z-index:50; pointer-events:auto; display:flex; align-items:center; justify-content:center; }
.web-carousel .ImageSlider .custom-indicators .dots-viewport{ width: calc((var(--dot)*5) + (var(--gap)*4)); overflow:hidden; padding:6px 8px; border-radius:12px; background: transparent; }
.web-carousel .ImageSlider .custom-indicators .dots-track{ display:flex; gap:8px; align-items:center; justify-content:flex-start; transition: transform 220ms ease; will-change: transform; }
.web-carousel .ImageSlider .custom-indicators button{ width:var(--dot); height:var(--dot); border-radius:50%; background:rgba(255,255,255,.7); border:1px solid rgba(0,0,0,.3); padding:0; opacity:1; display:block; flex:0 0 auto; }
.web-carousel .ImageSlider .custom-indicators button.active{ background:#fff; border-color:rgba(0,0,0,.35); }

@media (max-width: 767.98px){
  .web-carousel .ImageSlider .custom-indicators{ z-index: 0; pointer-events: none; }
}

.skel{ position: relative; overflow: hidden; background: #f3f4f6; border-radius: 12px; }
.skel.skel-circle{ border-radius: 50%; }
.skel::after{
  content: ""; position: absolute; inset: 0; transform: translateX(-100%);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.6) 50%, rgba(255,255,255,0) 100%);
  animation: skel-shimmer 1.3s infinite;
}

@keyframes skel-shimmer{ 100% { transform: translateX(100%);} }

/* Alinhar ao grid real da galeria (desktop ≥992px: capa 440px, miniaturas 220px — property.html) */
.skel-img-lg{ height: 440px; min-height: 400px; border-radius: 0px; }
.skel-img-sm{ height: 220px; min-height: 198px; border-radius: 0px; }

/* Skeleton galeria web: mesma g-1 e altura total que a capa (evita grid de miniaturas mais alto) */
@media (min-width: 992px){
  body.property-page .property-gallery-skeleton .skel-img-lg{
    height: 440px;
    min-height: 440px;
  }
  body.property-page .property-gallery-skeleton-thumbs .skel-img-sm{
    height: calc((440px - var(--bs-gutter-y, 0.25rem)) / 2);
    min-height: 0;
  }
}
.skel-line{ height: 20px; margin-bottom: 10px; border-radius: 15px; }
.skel-line.w-60{ width: 60%; margin-top: 10px; }
.skel-line.w-40{ width: 40%; margin-top: -20px; }
.skel-line.w-80{
  width: 99%;
  margin-top: -6px;
  height: 30px;
}

.skel-line.w-80-menor{
  width: 99%;
  margin-top: 0px;
  height: 30px;
}

.skel-btn{ height: 40px; width: 160px; border-radius: 9999px; margin-top: 70px; }
.skel-pill{ height: 44px; border-radius: 9999px; margin-top: -20px; }
.skel-icon{ width: 48px; height: 48px; border-radius: 50%; }
.skel-map{ height: 400px; border-radius: 0px; }
.skel-card{
  height: 220px; border-radius: 12px;
  margin-top: -110px;
  background: #d0d0d0;
}

.skel-divider{ height:1px; background:#eaeaea; border-radius:1px; }
.skel-features{ justify-content: center !important; gap: 30px; margin-left: 0px; }
.skel-features img{ opacity: .35; filter: grayscale(1); }
.skel-features p{ opacity: 1.35; font-size: 8px !important; margin-top: 6px; color: #666666; }
.skel-features > div{ padding: 8px 16px; flex: 0 0 auto; }

@media (max-width: 767.98px){
  section.propertyPage-section-2[ng-show="ctrl.atualizando"].pt-5{ padding-top: 0 !important; }
  section.propertyPage-section-2[ng-show="ctrl.atualizando"]{ padding-bottom: 0 !important; }
  section.propertyPage-section-2[ng-show="ctrl.atualizando"] .skel-map{ margin-bottom: 0 !important; }
  .skel-pill{ background:#069257; position:relative; margin-top:12px; margin-bottom:12px; }
  .skel-pill::after{ display:none; }
  .skel-pill::before{
    content:'Explorar';
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-family: "Termina-Medium" !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
  }
  .propertyPage-section-2 .skel-line.mb-2{ margin-bottom:8px !important; }
  .propertyPage-section-2 .skel-line.w-40{ margin-top:12px !important; }
  .skel-divider{ margin:12px 0 !important; }
  .propertyPage-section-2 .skel-card{ display:none !important; }
  .skel-features{ gap: 0px 0px; flex-wrap: wrap !important; overflow: visible; justify-content: space-between !important; margin-top:12px !important; margin-bottom:16px !important; }
  .skel-features > div{ flex: 0 0 25%; max-width:25%; padding: 8px 0; }
  .skel-features img{ margin-bottom: 4px; }
}

h1 {
  font-size: 24px !important;
  text-align: left;
}

@media (max-width: 991px){
  h1 { font-size: 18px !important; }
  h2 { font-size: 16px !important; }
}

/* Painel Atlas — Figma 6422:6400 (card branco + badge; padding vertical generoso) */
.atlas-panel-promo{
  /* margin: 28px 0 14px; */
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 32px 32px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 16px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  color: inherit;
  text-decoration: none !important;
}
.atlas-panel-promo:hover{ color: inherit; }
.atlas-panel-promo__text{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1 1 auto;
  min-width: 0;
}
.atlas-panel-promo__badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 16px;
  background: rgba(10, 182, 110, 0.08);
  font-family: "Montserrat", "Montserrat Medium", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 21px;
  color: #666666;
}
.atlas-panel-promo__line1{
  font-family: "Termina-Demi", sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #121212;
  display: block;
}
.atlas-panel-promo__line2{
  font-family: "Termina-Demi", sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #069257;
  display: block;
  margin-top: -4px;
}
.atlas-panel-promo__sub{
  font-family: "Montserrat", "Montserrat Medium", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  display: block;
  margin-top: -2px;
}
.atlas-panel-promo__chevron{
  font-size: 22px;
  color: #121212;
  flex-shrink: 0;
}
.atlas-panel-promo--compact{
  margin: 20px 0 14px;
  padding: 22px 24px;
  border-radius: 16px;
}
.atlas-panel-promo--compact .atlas-panel-promo__line1{ font-size: 16px; line-height: 22px; }
.atlas-panel-promo--compact .atlas-panel-promo__line2{ font-size: 18px; line-height: 24px; }
.atlas-panel-promo--compact .atlas-panel-promo__sub{ font-size: 12px; line-height: 18px; }
.atlas-panel-promo--compact .atlas-panel-promo__text{ gap: 14px; }

/* Topbar mobile — Figma 6422:7025 / 6422:7031: fixa; transparente sobre a foto; fundo branco após rolar além do hero */
@media (max-width: 767.98px){
  body.property-page .mobile-propertyPage-section1{
    position: relative;
    padding-top: 0 !important;
  }
  body.property-page .mobile-property-topbar{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: auto;
    min-height: 0;
    padding: 12px 12px;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    z-index: 100060;
    border: 0;
    pointer-events: none;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  }
  body.property-page .mobile-property-topbar > *{
    pointer-events: auto;
  }
  body.property-page .mobile-property-topbar--solid{
    pointer-events: auto;
    background: #ffffff;
    border-bottom: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
  }
  body.property-page .mobile-property-topbar .arrow-prop,
  body.property-page .mobile-property-topbar .share-icons{
    position: static !important;
    transform: none !important;
  }
  body.property-page .mobile-property-topbar .share-icons{
    margin: 0 !important;
    gap: 8px;
  }
  /* Voltar: na galeria = arrow-prop (círculo branco); após scroll/topbar sólida = arrow-teft (só seta) */
  body.property-page .mobile-property-topbar .mobile-property-topbar__back{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    line-height: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    transition: opacity 0.2s ease;
    text-decoration: none !important;
    flex-shrink: 0;
  }
  body.property-page .mobile-property-topbar .mobile-property-topbar__back .mobile-property-topbar__arrow-img{
    width: 30px;
    height: 30px;
    max-width: 30px;
    max-height: 30px;
    object-fit: contain;
    vertical-align: top;
    pointer-events: none;
  }
  body.property-page .mobile-property-topbar .mobile-property-topbar__back .mobile-property-topbar__arrow-img--gallery{
    display: block;
  }
  body.property-page .mobile-property-topbar .mobile-property-topbar__back .mobile-property-topbar__arrow-img--solid{
    display: none;
  }
  body.property-page .mobile-property-topbar .mobile-property-topbar__share{
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    line-height: 0;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
  }
  body.property-page .mobile-property-topbar .share-icons .bi,
  body.property-page .mobile-property-topbar .mobile-property-topbar__share .bi{
    width: 30px;
    height: 30px;
    font-size: 16px;
    border-radius: 120px;
    background: #ffffff;
    box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.01), 0px 1px 1px 0px rgba(0, 0, 0, 0.24), 0px 1px 2px 0px rgba(0, 0, 0, 0.33);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #121212;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  }
  body.property-page .mobile-property-topbar--solid .mobile-property-topbar__back{
    background: transparent !important;
    box-shadow: none !important;
    width: 30px;
    height: 30px;
  }
  body.property-page .mobile-property-topbar--solid .mobile-property-topbar__back .mobile-property-topbar__arrow-img{
    width: 30px;
    height: 30px;
    max-width: 30px;
    max-height: 30px;
  }
  body.property-page .mobile-property-topbar--solid .mobile-property-topbar__back .mobile-property-topbar__arrow-img--gallery{
    display: none;
  }
  body.property-page .mobile-property-topbar--solid .mobile-property-topbar__back .mobile-property-topbar__arrow-img--solid{
    display: block;
    /* arrow-teft.svg é só a seta; em 30×30 fica maior que a seta dentro do círculo do arrow-prop — reduz para alinhar visualmente */
    width: 22px;
    height: 22px;
    max-width: 22px;
    max-height: 22px;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.12));
  }
  body.property-page .mobile-property-topbar--solid .share-icons .bi,
  body.property-page .mobile-property-topbar--solid .mobile-property-topbar__share .bi{
    width: 32px;
    height: 32px;
    font-size: 20px;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    color: #121212;
  }
  body.property-page .mobile-property-topbar--solid .addToFav2{
    line-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 767.98px){
  body.property-page .propertyPage-section-2 .user-card .price{ display:flex; align-items: baseline; gap: 6px; }
  body.property-page .propertyPage-section-2 .user-card .price-value{ font-size: 22px; font-weight: 700; color:#000; }
  body.property-page .propertyPage-section-2 .user-card .price-total{ font-size: 12px; color:#6b7280; }
}

/* Ordem colunas <lg: conteúdo principal antes do card (Figma 6422:6798) */
@media (max-width: 991.98px){
  body.property-page .propertyPage-section-2 > .container > .row{
    display: flex;
    flex-direction: column;
  }
  body.property-page .propertyPage-section-2 .col-md-8.order-sm-change{
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  body.property-page .propertyPage-section-2 .col-md-4.col-sm-12{
    order: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    /* responsive.css: .receber_div vira position:fixed (≤991px) → card lateral “some” do fluxo.
       Sobrava só margin-top:25px em .user-card — faixa vazia entre Facilidades e Similares no mobile. */
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 0;
  }
  body.property-page #atlasStickyCardWrap{
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
  }
  body.property-page #atlasStickyContactCard.atlas-sticky-figma-card{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
  }
}

/* Preço mobile — linhas com recuo simétrico L/R (texto alinhado ao título; traços mais curtos) */
@media (max-width: 767.98px){
  body.property-page .property-figma-mobile-price{
    box-sizing: border-box;
    background: #ffffff;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
    border: 0;
  }
  body.property-page .property-figma-mobile-price__divider{
    display: none;
  }
  body.property-page .property-figma-mobile-price__row{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 8px;
    padding: 24px 0;
    border: 0;
  }
  body.property-page .property-figma-mobile-price__row::before,
  body.property-page .property-figma-mobile-price__row::after{
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    height: 1px;
    background-color: #dbdbdb;
    pointer-events: none;
  }
  body.property-page .property-figma-mobile-price__row::before{
    top: 0;
  }
  body.property-page .property-figma-mobile-price__row::after{
    bottom: 0;
  }
  body.property-page .property-figma-mobile-price__value{
    font-family: "Termina-Demi", sans-serif;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0.25px;
    color: #000000;
  }
  body.property-page .property-figma-mobile-price__total{
    font-family: "Montserrat Regular", sans-serif;
    font-size: 12px;
    line-height: 19px;
    color: #666666;
    padding-bottom: 3px;
  }
}

/* Tablet: mantém bloco de preço sem bordas duplicadas (evita regressão entre 768–991px) */
@media (min-width: 768px) and (max-width: 991.98px){
  body.property-page .property-figma-mobile-price{
    background: #ffffff;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    border-top: 0;
    border-bottom: 0;
  }
  body.property-page .property-figma-mobile-price__divider{
    display: block;
    height: 0;
    border: 0;
    border-top: 1px solid #dbdbdb;
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
  }
  body.property-page .property-figma-mobile-price__row{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 8px;
    padding: 24px 0;
  }
  body.property-page .property-figma-mobile-price__value{
    font-family: "Termina-Demi", sans-serif;
    font-size: 18px;
    line-height: 1.295;
    letter-spacing: 0.25px;
    color: #000000;
  }
  body.property-page .property-figma-mobile-price__total{
    font-family: "Montserrat Regular", sans-serif;
    font-size: 12px;
    line-height: 19px;
    color: #121212;
    padding-bottom: 2px;
  }
}

/* Painel Atlas card mobile — Figma 6518:20839 */
@media (max-width: 991.98px){
  body.property-page .atlas-panel-promo--figma-mobile{
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 24px;
    margin: 32px 0 32px;
    width: 100% !important;
    max-width: 100% !important;
    padding: 24px;
    border-radius: 32px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
    text-decoration: none !important;
    box-sizing: border-box;
  }
  body.property-page .atlas-panel-promo--figma-mobile .atlas-panel-promo__text{
    gap: 16px;
  }
  body.property-page .atlas-panel-promo--figma-mobile .atlas-panel-promo__line1{
    font-size: 15px;
    line-height: 21px;
    color: #121212;
  }
  body.property-page .atlas-panel-promo--figma-mobile .atlas-panel-promo__line2{
    font-size: 20px;
    line-height: 26px;
    color: #069257;
    margin-top: 0;
  }
  body.property-page .atlas-panel-promo--figma-mobile .atlas-panel-promo__sub{
    font-family: "Montserrat SemiBold", "Montserrat Medium", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #666666;
    margin-top: 0;
  }
  body.property-page .atlas-panel-promo--figma-mobile .atlas-panel-promo__cta-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    padding: 10px 16px;
    border-radius: 24px;
    background: #121212;
    color: #ffffff !important;
    font-family: "Termina-Demi", sans-serif;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1.92px;
    text-decoration: none !important;
    text-transform: none;
    box-sizing: border-box;
  }
}

.car-info-btn{
  border: 0 !important;
  background: transparent !important;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  appearance: none;
}
.car-info-btn:focus,
.car-info-btn:focus-visible,
.car-info-btn:active{
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
  background: transparent !important;
}

@media (min-width: 768px){
  .btn-painel-atlas-desktop{ margin-bottom: 0; }
}

@media (min-width: 992px){
  #atlasStickyContactCard.atlas-sticky-figma-card{
    padding: 40px 28px !important;
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  #atlasStickyContactCard .atlas-sticky-price-block{
    padding-bottom: 20px;
    margin: 0;
    border-bottom: 1px solid #dbdbdb;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  #atlasStickyContactCard .property-price-label{
    margin: 0;
    font-family: "Montserrat Medium", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
  }

  #atlasStickyContactCard.user-card .price{
    margin: 0;
    display: block;
    padding: 0;
    border: 0;
  }

  #atlasStickyContactCard.user-card .price-value{
    font-family: "Termina-Demi", sans-serif;
    font-size: 28px;
    line-height: 1.2;
    color: #000000;
    white-space: nowrap;
    display: inline-block;
    max-width: 100%;
    letter-spacing: 0;
    overflow: visible;
  }

  #atlasStickyContactCard.user-card .price{
    overflow: visible;
    min-width: 0;
  }

  #atlasStickyContactCard.user-card .car-status-row{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Montserrat Medium", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
  }

  #atlasStickyContactCard.user-card .car-status-row .car-label{
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
}

.atlas-contact-btn{
  height: 48px !important;
  border-radius: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px;
  padding: 0 22px !important;
  font-family: "Termina-Demi" !important;
  font-size: 13px !important;
  line-height: 26px !important;
  letter-spacing: 0.46px;
  text-decoration: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

.atlas-contact-btn__icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}

.atlas-contact-btn__icon svg{
  display: block;
}

.atlas-contact-btn__text{
  display: inline-block;
}

.atlas-contact-btn--primary{
  background: #069257 !important;
  color: #ffffff !important;
}

.atlas-contact-btn--secondary{
  background: #dbdbdb !important;
  color: #121212 !important;
}

/* Figma 6422:6489 / 6479 — ordem: contato preto, painel cinza */
.atlas-contact-btn--contact{
  background: #121212 !important;
  color: #ffffff !important;
}

.atlas-contact-btn--panel{
  background: #f2f2f2 !important;
  color: #121212 !important;
}

.atlas-contact-btn--panel .atlas-contact-btn__icon svg{
  stroke: #121212;
}

#atlasStickyContactCard.user-card .receber_div{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

#atlasStickyContactCard.user-card .receber_div a{
  margin: 0 !important;
}

/* —— Figma Property page 6422:6368 (tipografia, mapa, facilidades, galeria) —— */
body.property-page .property-figma-title{
  color: #000;
}
body.property-page .property-figma-section-title{
  font-family: "Termina-Demi", sans-serif !important;
  font-size: 20px !important;
  line-height: 1.295 !important;
  letter-spacing: 0.25px;
  color: rgba(0, 0, 0, 0.87) !important;
  text-transform: none !important;
}
/* Card da seção Localização — define a altura visual; o #map preenche por dentro */
body.property-page .property-map-card{
  display: block;
  width: 100%;
  height: 320px;
  min-height: 320px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.5rem;
  position: relative;
  text-decoration: none;
  color: inherit;
}
body.property-page .property-map-card #map,
body.property-page .property-map-card .property-figma-map{
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: none !important;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  position: relative;
  overflow: hidden;
}
body.property-page .property-figma-map{
  width: 100%;
  position: relative;
  overflow: hidden;
}
body.property-page .property-figma-description{
  font-family: "Montserrat Regular", sans-serif !important;
  font-size: 15px !important;
  line-height: 24px !important;
  color: #121212 !important;
}
body.property-page .property-figma-facilities .facilties ul{
  flex-wrap: wrap;
  gap: 16px 60px;
  row-gap: 16px;
}
body.property-page .property-figma-facilities .facilties li{
  font-family: "Montserrat Regular", sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #121212;
  min-width: 0;
}
body.property-page .property-figma-facilities .facilties i{
  font-size: 24px;
}
body.property-page .property-figma-facilities-heading{
  padding-top: 24px;
  padding-bottom: 24px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body.property-page .property-figma-ver-mais{
  margin-top: 0 !important;
  background: #000000 !important;
  color: #ffffff !important;
  border-radius: 36px !important;
  padding: 8px 22px !important;
  font-family: "Termina-Demi" !important;
  font-size: 13px !important;
  line-height: 24px !important;
  letter-spacing: 0.4px !important;
  border: 0 !important;
}

@media (min-width: 1160px) {
  body.property-page .property-figma-share {
      /* gap: 20px; */
      align-items: center;
      margin-top: -20px;
  }
}

@media (min-width: 992px){
  body.property-page .property-figma-title{
    font-family: "Termina-Demi" !important;
    font-size: 28px !important;
    line-height: 1.167 !important;
    color: #000 !important;
  }
  body.property-page .property-figma-city.city-uf{
    font-family: "Termina-Demi" !important;
    font-size: 16px !important;
    line-height: 1.57 !important;
    letter-spacing: 0.1px;
    color: #1c8247 !important;
  }
  body.property-page .property-figma-share{
    align-items: center;
    margin-top: -15px;
  }
  body.property-page .property-share-btn{
    margin-left: 0 !important;
  }
  body.property-page .propertyPage-section-2 .feature-images.d-flex.my-5{
    padding-top: 40px;
    padding-bottom: 60px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  body.property-page .propertyPage-section-2 .feature-images > div{
    flex: 1 1 0;
  }
  body.property-page .propertyPage-section-2 .feature-images img{
    width: 40px;
    height: 40px;
    margin-bottom: 6px;
  }
  body.property-page .propertyPage-section-2 .feature-images p{
    font-family: "Termina-Medium" !important;
    font-size: 10px;
    line-height: 14px;
    color: #666666;
  }
  body.property-page .propertyImagesLeftCol img.property-cover-img,
  body.property-page .propertyImagesLeftCol .property-cover-img{
    height: 440px !important;
    min-height: 400px !important;
  }
  body.property-page .propertyImagesRightCol img.property-thumb-img,
  body.property-page .propertyImagesRightCol .property-thumb-img{
    height: 220px !important;
    min-height: 198px !important;
  }
  body.property-page .property-map-card{
    height: 420px !important;
    min-height: 420px !important;
  }
  body.property-page .property-map-card .skel-map{
    height: 100% !important;
    min-height: 100% !important;
  }
  /* Mapbox preenche o card (altura vem do .property-map-card) */
  body.property-page .property-map-card #map .mapboxgl-map,
  body.property-page .property-map-card #map .mapboxgl-canvas-container{
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
  }
  body.property-page .property-map-card #map .mapboxgl-canvas{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  body.property-page .property-figma-similares-heading{
    padding-top: 32px;
    padding-bottom: 32px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  body.property-page .propertyPage-section-3 .row.cards-style.mt-4{
    margin-top: 0 !important;
    gap: 14px;
  }
  body.property-page .propertyPage-section-3 .row.cards-style > [class*='col-']{
    flex: 1 1 308px;
    max-width: 308px;
    width: 308px;
  }
}

@media (max-width: 991.98px){
  body.property-page #atlasStickyContactCard.atlas-sticky-figma-card{
    padding: 0px 0px !important;
  }
}

.g-1, .gy-1 {
  --bs-gutter-y: 0.50rem !important;
}

.g-1, .gx-1 {
  --bs-gutter-x: 0.50rem !important;
}

/* hr {
    color: transparent !important;
    margin: 0;
} */
