.foto-limite {
  width: 100%;
  padding-top: 62%;
  /* padding-top: 50%; */
  overflow: hidden;
  position: relative;
}
.foto-limite img {
  width: 100%;
  height: auto;
  margin: auto;
  top: 0;
  position: absolute;
  top: -100%;
  /* top: -100%; */
  right: -100%;
  bottom: -100%;
  left: -100%;
}
.site-blocks-cover,
.site-blocks-cover>.container>.row {
  min-height: 600px;
  height: calc(600px);
}
.site-block-wrap {
  min-height: 600px;
  height: calc(600px);
  background: #222;
}
.tituloSlider {
  animation: fadeInUp;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 1s;
  /* don't forget to set a duration! */
  animation-delay: 500ms;
}







.botoesFavorito {
  position: absolute;
  right: 12px;
  top: 10px;
}
.botoesFavorito span {
  cursor: pointer;
}
  
  
  .tagCodigoInterno{position:absolute; top:15px; left:15px; font-size:14px !important; background-color:#fff; border-radius:5px; padding:2px 8px; line-height:22px; }
  
  .imgImovel{
    width: 100%;
  }
  .imgImovel img{
    width: 100%;
    height: 240px;
    object-fit: cover;
  }








  label {
    margin-bottom: 0;
  }