/* ---------------------------------
TIPOGRAFIA FONTES E ESTILOS
--------------------------------- */
.hide{
	display: none;
	}
.content-center{
	position: relative;
	width:1024px;
	left: 50%;
	margin-left: -512px;
}

@media (max-width: 1024px) {
	.container,
	.content-center{
		width:100%;
		left: 0;
		margin-left: 0;
	}
}

.full-w{
	width: 100%;
}

.full-h{
	height: 100%;
}

.text-c{
	text-align: center;
}

.text-r{
	text-align: center;
}

.pad-10{
	padding: 10px;
}