/* XS+ */
@import url(../fonts/Montserrat/Montserrat.css); 

.jump-contact {
  position: fixed;
  width: 100%;
  bottom: 0px;
  height: 45px;
  display: flex;
  flex: 1;
  align-content: center;
  justify-content: center;
  z-index: 999;
}

.jump-contact .btn {
  color: #FFF;
  width: 100%;
  background-color: #642d8f;
  border-radius: 0px;
}

#swal2-title {
  font-size: 17px;
}

body {
  background-color: #fff;
}

.hero-gallery {
  position: relative;
  height: 400px;
  width: 100%;
  background-color: white;
  overflow: hidden;
}

.share {
  font-size: 25px
}

.hero-gallery .items {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  height: 100%;
  transform: none;
  transition: transform 0.2s ease-in-out;
  margin: -1px;
}

.hero-gallery .item {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1px;
}

.hero-gallery .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.hero-gallery .item .overlay .overlay-icon {
  width: 64px;
  height: 64px;
}

.hero-gallery .item>* {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-bottom {
  display: flex;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.hero-bottom>* {
  pointer-events: all;
}

.hero-bottom-info {
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 8px 12px;
  font-size: 14px;
  margin-right: 12px;
  border-radius: 4px;
  cursor: pointer;
}

.details {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}

.details .detail {
  display: flex;
  margin-bottom: 12px;
}

.details .detail .detail-description {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.details .detail .detail-image {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.details .detail .detail-image img {
  width: 100%;
  height: 100%;
}

.details .detail-helper {
  font-size: 12px;
  color: #777;
}

.details.prices {
  color: #777;
}

.details.prices .detail-name {
  font-size: 12px;
}

.details.prices .detail-value {
  font-size: 18px;
  font-weight: 600;
}

.details.features {
  font-size: 12px;
}

h1.title {
  font-size: 2rem;
  font-weight: 600;
}

.contact-shortcut {
  display: flex;
  flex: 1;
  justify-content: center;
}

.contact-shortcut .btn {
  display: flex;
  align-items: center;
}

.images.area {
  margin-bottom: 2em;
}

.images.area .image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.amenities.row ul {
  line-height: 24px;
  margin: 0;
  padding: 0;
}

.amenities.row ul li {
  width: 50%;
  float: left;
  list-style: disc inside;
}

.contact-form {
  background-color: #ed7203;
  border: 1px solid #ed7203;
}

.contact-form .telefone-associada {
  display: none;
}

.contact-form .telefone-associada,
.contact-form .telefone-placeholder {
  font-size: 18px;
  font-weight: 600;
}

.contact-form .telefone-placeholder {
  position: relative;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  width: 80px;
}

.contact-form .telefone-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  box-shadow: inset -35px 0px 25px #ed7203;
}

.contact-form .telefone-mostrar {
  float: right;
  max-width: 100%;
}

.contact-form .telefone-associada a,
.contact-form .telefone-mostrar a {
  color: #fdf9eb;
  text-decoration: underline;
}

.contact-form .logo-imobiliaria {
  width: 100%;
  height: 60px;
  object-position: center;
  object-fit: contain;
}

.contact-form .form-group-inner {
  position: relative;
}

.contact-form .message-textarea {
  height: 80px;
}

.contact-form h5 {
  font-weight: 600;
}

.contact-form.fixed {
  position: fixed;
  top: 15px;
  bottom: unset;
}

.contact-form.absolute-bottom {
  position: absolute;
  top: unset;
  bottom: 15px;
}

.carousel-card-imovel.swiper-container {
  height: 200px;
}

.video-body,
.fotos360-body {
  height: 420px;
}

.fotos360-body iframe {
  width: 100%;
  height: 100%;
}

.localization .map {
  height: 200px;
}

.description .text-justify>* {
  overflow: hidden;
}

.favoritar-imovel {
  right: 38px;
  top: 0px;
  position: absolute;
  font-size: 2rem;
  z-index: 3;
  cursor: pointer;
}

.favoritar-imovel span {
  display: none;
}

.broker {
  display: flex;
}

.broker .broker-info {
  font-size: 12px;
}

.broker .name {
  font-size: 14px;
  font-weight: 600;
}

/* SM+ */
@media (min-width: 768px) {
  .hero-gallery .item {
    width: 25%;
    height: 50%;
    cursor: pointer;
    transition: opacity 0.2s;
  }

  .hero-gallery .item:hover {
    opacity: 0.8;
  }

  .hero-gallery .item:nth-child(1) {
    width: 50%;
    height: 100%;
  }

  .hero-gallery .item img {
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  .details {
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 25% 25% 25% 25%;
  }

  .details.features.arealote {
    font-size: 12px;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 20% 20% 20% 20% 20%;
  }
  
  .details .detail .detail-description {
    justify-content: flex-start;
  }

  .images.area {
    margin-bottom: 0;
  }

  .favoritar-imovel {
    right: 15px;
    top: 8px;
    position: absolute;
    font-size: 1em;
  }

  .favoritar-imovel span {
    display: inline-block;
  }

  .contact-shortcut {
    justify-content: flex-start;
  }

  #carousel-fotos-imovel .imovel-sem-fiador {
    height: 22%;
    width: 18%;
    bottom: 10%;
  }

  .upper-container {
    display: none;
  }
}

/* LG+ */
@media (min-width: 992px) {

  .carousel,
  .carousel .carousel-item {
    height: 420px;
  }

  .description .text-justify>* {
    overflow: visible;
  }

  .contact-shortcut {
    display: none;
  }

  .jump-contact {
    display: none;
  }

  .upper-container {
    visibility: hidden;
    display: flex;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 80px;
    z-index: 1001;
    background-color: #f7f7f7;
    box-shadow: 0px 0px 10px #969696;
  }

  .upper-title {
    font-weight: bold;
    padding-top: 19px;
  }

  .upper-description {
    font-size: 90%;
    color: #343a40;
    padding-bottom: 19px;
  }

  .upper-btn {
    width: 139px;
    height: 42px;
  }

  .btn-contact-upper {
    color: #FFF;
    background-color: #642d8f;
  }

  .upper-buttons-container {
    padding: 19px 0;
  }
}

/* XL+ */
@media (min-width: 1200px) {
  .hero-gallery .item {
    width: 20%;
  }

  .hero-gallery .item:nth-child(1) {
    width: 40%;
  }

  .hero-gallery .item:first-of-type:last-of-type {
    width: 100%;
  }

  .upper-btn {
    width: 169px;
    height: 42px;
  }
}

.lightbox {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: black;
  color: white;
  z-index: 9000;
  overflow: auto;
}

.lightbox.active {
  display: block;
}

.lightbox-dialog {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  height: 100%;
}

.lightbox-tabs {
  min-height: 60px;
  display: flex;
  justify-content: center;
  padding-bottom: 12px;
}

.lightbox-tab {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 18px;
  cursor: pointer;
}

.lightbox-tab.active {
  border-bottom: 2px solid #ed7203
}

.lightbox-tab-content {
  display: none;
}

.lightbox-tab-content iframe {
  width: 100%;
  height: 100%;
}

.lightbox-tab-content.active {
  display: flex;
  flex: 1;
}

.lightbox-close {
  color: white;
  background-color: transparent;
  padding: 12px;
  position: absolute;
  top: 0;
  right: 15px;
  border: none;
  cursor: pointer;
}

.lightbox-pagination {
  position: absolute;
  left: 50%;
  width: auto;
  border-radius: 4px;
  /*background-color: rgba(0, 0, 0, 0.8);*/
  color: white;
  transform: translateX(-50%);
}
.lightbox-gallery-thumbs{
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.lightbox-gallery-thumbs .swiper-slide{
  width: 20%;
  height: 100%;
  opacity: 0.4;
}
.lightbox-gallery-thumbs .swiper-slide-active{
  opacity: 1;
}
.lightbox-tab-content.lightbox-thumb.active {
    flex: 0.25;
}
.lightbox-tab-content.lightbox-thumb360.active {
  flex: 0.25;
}

.swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.swiper-container>* {
  z-index: 1;
}

.swiper-slide {
  background-color: white;
}

.lightbox .swiper-slide {
  background-color: black;
}

.related-cards-pagination .swiper-pagination-bullet,
.related-cards-pagination .swiper-pagination-bullet-active {
  background-color: #ed7203;
}

.related-prev-button,
.related-next-button {
  position: absolute;
  bottom: 0;
  padding: 8px;
  color: #ed7203;
  cursor: pointer;
}

.related-prev-button {
  left: 1.5rem;
}

.related-next-button {
  right: 1.5rem;
}

.related-prev-button.swiper-button-disabled,
.related-next-button.swiper-button-disabled {
  cursor: default;
  opacity: 0.4;
}

.upper-title {
  font-weight: bold;
  padding-top: 19px;
}

.upper-description {
  font-size: 90%;
  color: #343a40;
  padding-bottom: 19px;
}

.upper-buttons-container {
  padding: 19px 0;
}