.img-medidor{
    width: 50px !important;
    height: 50px !important;
}
.img-medidor-point{
    cursor: pointer;
}
.img-modal{
    height: 350px !important;
}
.mini-img-modal{
    height: 100px !important;
    padding: 10px;
    border: 2px;
    border-color: darkgrey;
}
.mini-ims-modal:hover{
    border: 2px;
    border-color: black;
}
.zoom{
    transition: transform .2s;
}
.zoom:hover {
    border-radius: 5px;
    z-index: 5;
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.foto-box {

}