
.claro {
    padding-bottom: 20px;
    opacity:1;
    -webkit-transition: .5s all;    
}

.claro:hover {
    opacity:.5;
}