@charset "utf-8";
/* CSS Document */

#conteudo{ display:none; }

	
.c-loader {
	animation: is-rotating 1s infinite;
	border: 10px solid #C7C7C7;
	border-radius: 50%;
	border-top-color: #317950;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	margin-top: 15%;
}

@keyframes is-rotating {
	 to {
	transform: rotate(1turn);
}