.fundo {
	background: url("../img/fundo.jpg") top right no-repeat;
	height: 780px;
	padding-top: 65px;
}

.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;
}

.txt_white h6 a {
	font-size:19px;
	color:#ffffff;
	font-weight: normal;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.txt_white h6 a:hover {
	color:#2b7bbb;
}

.txt_blue h6 {
	font-size: 19px;
	color: #256492;
}

@media screen and (max-width: 900px) {
	.fundo {
		background: url("../img/fundo2.jpg") top right no-repeat;
		height: auto;
		padding:50px 0;
		text-align:center;
	}

	.txt_white,
	.txt_blue {
		width:100%;
		text-align:center;
	}

	.txt_white {
		margin-bottom:20px;
		margin-top:0;
	}

	.rodape {
		padding:20px 0;

	}
}
