.img-galeria:hover{
    transition: all 0.3s ease-in-out;
    transform: scale(1.1);
}

