/*	CONTENT BLOCK 1-1
/*----------------------------------------------------*/

.content-1-1 {
	background: url("../images/fundo_topo.jpg") center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.content-1-1 .container {
	margin-top: 400px;
}

.content-1-1 h1 {
	text-transform: uppercase;
	font-weight: 800;
	color: #000000;
}