.full-loading {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .8);
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #ffffff;
	z-index: 99999;
}

.full-loading-activo .full-loading {
	display: flex;
	color: green;
}

.wrap-loading {
	width: 400px;
	max-width: 90vw;
	padding: 15px 30px;
	background: #ffffff;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.full-loading img {
	width: 80px;
	height: 100px;
	margin-right: 15px;
	margin-bottom: 20px;
}