.imagen:hover{
    border-radius:50%;
    box-shadow: 0px 0px 15px 15px #ec731e;
    transform: rotate(360deg);
    transition: all .5s ease-in-out;
    animation: spin .35s linear;
    }