#galleryModal .modal-content {
  background-color: #141414fa;
  color: #FFF;
}

#galleryModal .modal-header {
  padding: 2.25rem 4.375rem 0rem;
  border: 0;
}

#galleryModal .modal-header-left .modal-title {
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 130%;
  margin-right: 1.25rem;
}

#galleryModal .tag-cod-imovel {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  color: #33303E;
}

#galleryModal .favorite-tag {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .375rem;
  right: 1.25rem;
  background-color: #FFF;
  color: #000;
}
#galleryModal .favorite-tag:hover {
  color: #B30101;
}
#galleryModal .publish-info p {
  font-size: .875rem;
  color: #FFF;
  margin-bottom: 0;
}
#galleryModal .publish-info p:not(:first-child)::before {
  color: #FFF;
}
#galleryModal .property-price-modal {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 130%;
  margin-right: 1.5rem;
  margin-bottom: 0;
}

#galleryModal .modal-header .btn-close {
  margin: 0;
  margin-left: 2.125rem;
  background: url(/images/close.svg?809b6159f2ba0541a94cba92bc7a152d) center/1.5rem no-repeat;
}

#galleryModal .modal-body {
  padding: 2rem 0;
  display: flex;
  justify-content: center;
}
.js .slider-single > div:nth-child(1n+2) { display: none }

.js .slider-single.slick-initialized > div:nth-child(1n+2) { display: block }

#galleryModal .slider-single {
  width: 44.25rem;
  height: unset;
  left: 50%;
  transform: translateX(-50%);
}

#galleryModal .slider-single .slick-slide {
  height: 31.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#galleryModal .slider-single img {
	max-height: 100%;
	max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: .625rem;
}

#galleryModal .property-cta-buttons {
  width: 44.25rem;
  margin: 1.25rem auto 2.5rem auto;
}
#galleryModal .property-cta-buttons .btn {
  height: 3.75rem;
}

#galleryModal .slider-nav {
  height: unset;
  left: -3rem;
  width: 100vw;
}

#galleryModal .slider-nav .slick-slide {
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
}
#galleryModal .slider-nav img {
	width: 100%;
  height: 111px;
  border-radius: .25rem;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
}
#galleryModal .slider-nav .slick-slide:not(.is-active) > img:not(:hover) { 
  filter: brightness(70%)
}

#galleryModal .slider-single .slick-arrow {
  width: auto;
  height: auto;
}
#galleryModal .slider-single .slick-prev {
  left: -4.5rem;
}
#galleryModal .slider-single .slick-next {
  right: -4.5rem;
}
#galleryModal .slider-single .slick-prev::before {
  content: url(/images/gallery_left_arrow.svg?e46a53a09ce142d38104d76076f7e258);
}
#galleryModal .slider-single .slick-next::before {
  content: url(/images/gallery_right_arrow.svg?e896f87c8bf438125072b41795e2c341);
}
#galleryModal .slider-single .slick-prev.slick-disabled::before {
  content: url(/images/gallery_left_arrow_disabled.svg?b6b281301b837610c4feeab49c392461);
  opacity: 1;
}
#galleryModal .slider-single .slick-next.slick-disabled::before {
  content: url(/images/gallery_right_arrow_disabled.svg?da7df188321efb77780225cdac9d0c92);
  opacity: 1;
}

@media (max-width: 991px) {
  #galleryModal .modal-header {
    padding: 1.25rem;
    align-items: flex-start;
  }
  
  #galleryModal .modal-header-left {
    width: 100%;
  }
  #galleryModal .modal-header-left .modal-title {
    font-size: 1.125rem;
    margin-bottom: .375rem;
  } 
  #galleryModal .publish-info p {
    font-size: .75rem;
    margin-bottom: .875rem;
  }
  #galleryModal .publish-info p:not(:first-child)::before {
    content: '•';
    margin-left: .375rem;
    margin-right: .375rem;
    color: #FFF;
  }

  #galleryModal .modal-header-right {
    margin-top: 1.5rem;
    width: 100%;
  }
  #galleryModal .property-price-modal {
    font-size: 1.125rem;
  }

  #galleryModal .modal-body {
    padding: .375rem 1.25rem 1.25rem !important;
  }

  #galleryModal .slider-single {
    width: calc(100vw - 40px);
    height: 15.125rem;
    margin-bottom: 2.375rem;
  }
  #galleryModal .slider-single .slick-slide {
    height: 15rem;
  }
  #galleryModal .slider-single img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  #galleryModal .property-cta-buttons {
    width: 100%;
    margin: 0;
  }
  #galleryModal .property-cta-buttons .btn {
    width: 100%;
  }

  #galleryModal .slider-nav .slick-slide {
    width: 7.125rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  #galleryModal .slider-nav {
    left: -1.25rem;
    margin-top: 3.875rem;
    margin-right: 0;
  }
  #galleryModal .slider-nav img {
    width: 100%;
    height: 54px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  
}
