#main-loading{
	background-color:#009ee0;
	position:relative;
}
#main-loading #app-loading{
	position: absolute;
	background-repeat: no-repeat;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#main-loading #loading-gif{
	position: absolute;
	background-image: url('images/simbolo-cor-50.png');
	background-repeat: no-repeat;
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	top: 100%;
	left: 100%;
	transform: translate(-50%, -50%);
}