.propiedad .overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.propiedad-wrap {
    padding: 10px;
    background: #fff;    
    min-height: 100%;
}

.propiedad .titulo {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
}

.propiedad a {
    color: #000;
}

.propiedad .labels-right,
.propiedad .tools,
.propiedad .precio {
    z-index: 9999;
}

.propiedad .labels-right {
    top: 10px;
    right: 10px;
}

.propiedad .precio {
    bottom: 10px;
    left: 10px;
}

.propiedad .id_operacion span {
    font-size: 10px;
    line-height: 11px;
    font-weight: 500;
    margin: 0;
    margin-right: 5px;
    text-transform: uppercase;
    padding: 3px 5px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.65);    
}

.propiedad .tools {
    bottom: 10px;
    right: 10px;
}

.item-tool {
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.35);
}

.item-tool a {
    color: #fff;
}

.propiedad .iconos {
    font-size: 14px;
}

.houzez-icon {
    font-family: 'houzez-iconfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.propiedad .id_tipo {
    font-size: 14px;
    font-weight: bold;
}

.propiedad .id_tipo span {
    padding-right: 10px;
}