.imagemUsuario{
    width: 90px;
    height: 90px;
    margin-left: 5px;
    background-color: #f8f8f8;
 	  background-size: cover;
  	border: 1px solid #ccc;
  	border-radius: 3px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    transition: 0.3s;
}

.imagemUsuario:hover {opacity: 0.7;}


/* Modal Content (image) */
.oc_zoom {
    width:100%;  
}

/* Add Animation */
.oc_zoom {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}