._whats--pulse {
  display: none;
}

._whats--pulse2 {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 18px;
  right: 18px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  z-index: 900 !important;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

._whats--pulse2:hover {
  color: #ffffff;
}

._whats--pulse2 span {
  font-size: 2.8rem;
}


._imovel__cta-cont,
._imovel__cta {
  background: transparent;
}


._imovel__btn-agendar button,
._imovel__btn-agendar a {
  font-size: 1.45em;
}


.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mapaLocalizacao iframe {
  width: 100%;
  margin-bottom: 42px;
}

.titulo1 {
  font-size: 1.15em;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: 0px;
}


.img-relacionados{
      object-fit: cover;
      width: 100%;
      height: 190px; 
      border-radius: 12px;
      margin-bottom: 5px;
  }
  .titulo-relacionados{
      font-size: 1.05em;
      font-weight: 700;
      color: #444 !important;
      box-sizing: border-box;
      padding: 5px 10px 10px 10px;
      line-height: 17px;
  }
  .item-relacionados{
      background-color: #f7f7f7; padding: 10px; border-radius: 12px; position: relative; width: 100%; min-height:275px;
  }


  /*responsivo*/
@media only screen and (max-width: 967px) {

#share {
display: block;
}

}


#share {
width: 100%;
  margin: 10px auto;
  text-align: center;
}

/* buttons */

#share a {
width: 50px;
  height: 50px;
  display: inline-block;
  margin: 8px;
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
opacity: 0.75;
  transition: opacity 0.15s linear;
  text-align: center;
}

#share a:hover {
opacity: 1;
}
  
  /* icons */

#share i {
  position: relative;
  top: 36%;
  transform: translateY(-50%);
}

/* colors */
.facebook {
 background: #3b5998;
}

.twitter {
  background: #55acee;
}

.whatsapp {
  background: #00E676;
}

.email {
  background: #a6a6a6;
}