.item-img-wrap {
    position: relative;
    text-align: center;
    overflow: hidden; }
  
  .item-img-wrap img {
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    width: 100%; }
  
  .item-img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  
  .item-img-overlay span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*background: url(../img/plus.png) no-repeat center center rgba(0, 0, 0, 0.7);*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transition: opacity 250ms linear;
    -o-transition: opacity 250ms linear;
    -webkit-transition: opacity 250ms linear;
    transition: opacity 250ms linear; }
  
  .item-img-wrap:hover .item-img-overlay span {
    opacity: 1; }
  
  .item-img-wrap:hover img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); 
}
.mt-40{
  margin-top: 40px;
}
.mb-40{
  margin-bottom: 40px;
}
.mt-20{
  margin-top: 20px;
}
.boton-busqueda{
  background: black !important;
  border: 0 !important;
  padding: 6px 12px !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}
.mapa-home iframe{
  width: 100% !important;
  height: 462px !important;
}

.tv-float {
  position: fixed;
  left: 20px;
  z-index: 100;
  bottom: 20px;
  background: #128c7e;
  border-radius: 50px 50px;
  padding: 5px 20px;
}
.tv-float a {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}
.tv-float i {
    font-size: 15px;
}
.ope-w-20{
  width: 20% !important;
}
.portada{  
  padding: 0 !important;
  height: 87vh;
  background: url('/images/portada.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}
.portada .opaco{
  width: 100%;
  background: #15151554;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.portada .opaco h2{
  color: #fff;
}
.adm_props p{
  font-size: 16px;
}
.adm_props div{
  font-size: 16px;
}
.adm_props span{
  font-size: 16px;
}
.adm_props{
  font-size: 16px;
}
@media screen and (max-width:992px) {
  .portada {    
    height: auto !important;
    background: #fff !important;
  }
  .portada .opaco{
    background: #fff !important;
  }
  .portada .opaco h2{
    color: #fff;
  }
  .portada .opaco h2{
    color: #000 !important;
    margin-top: 60px !important;
  }
    .tv-float {
      position: fixed;
      left: 20px;
      z-index: 100;
      bottom: 20px;
      padding: 5px 15px;
      background: #128c7e;
    }
    .tv-float a {
        color: #fff;
        font-weight: bold;
        font-size: 11px;
    }
    .tv-float i {
      font-size: 11px;
    }
    .ope-w-20{
      width: 100% !important;
    }
    .adm_props p{
      font-size: 12px;
    }
    .adm_props div{
      font-size: 12px;
    }
    .adm_props span{
      font-size: 12px;
    }
    .adm_props{
      font-size: 12px;
    }
    .mt-mob-10{
      margin-top: 10px;
    }
}
.car-det-prop .flex-direction-nav{
  position: absolute !important;
  bottom: -70px !important;
  right: 0 !important;
}
.mt-50p{
  margin-top: 30px !important;
}
.mt-10{
  margin-top: 10px;
}
.etiqueta_slider{
  display: inline-block;
    min-width: 10px;
    padding: 5px 15px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 0;
}
.font-bold{
  font-weight: bold;
}
