.fundo {
	background: url("../img/aj_fundo.jpg") top right no-repeat;
	height: 980px;
	padding-top: 65px;
	text-align: center;
}

.rodape {
	padding: 40px 0 35px 0;
}

.txt_white {
	margin-top: 45px;
}

.txt_white h6 {
	font-size: 23px;
	color:#ffffff;
	font-weight:600;
}

.txt_white h6 span {
	font-size:16px;
	font-weight: normal;
}


.loc {
	text-align: center;
	display: inline-block;
	width: 550px;
}

.loc h1,
.loc p {
	text-align: left;
	color: #fff;
	margin-bottom: 5px;
}

.loc h1 {
	font-size: 27px;
	font-weight: bold;
}

.contato {
	padding-top: 35px;
}


@media screen and (max-width: 610px) {
	.loc h1,
	.loc p {
		text-align: center;
	}
	.loc {
		width: 100%;
	}
}

@media screen and (max-width: 440px) {
	.loc h1,
	.loc p {
		margin-bottom: 15px;
	}
}