.fondo img{
transition: transform 0.5s ease;
}
.fondo:hover img{
transform: scale(1.2)!important;
transition: transform 0.5s ease;
}

.fondo img{
transition: transform 0.5s ease;
}
.fondo:hover img{
transform: scale(1.2)!important;
transition: transform 0.5s ease;
}