.content-carga{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(200,200,200,0.9);
	z-index: 10;
	display: none;
}
.content-gif{
	margin: auto;
	margin-top: 50px;
	width: 200px;
}
.content-gif img{
	width: 100%;
}