.rotazione-infinita {
	animation: gira 5s linear infinite, fadeIn 1s ease-in .5s forwards;
	opacity: 0;
	transform-origin: center center;
}