@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');
@import url('https://fonts.googleapis.com/css?family=Alegreya');
@import url('https://fonts.googleapis.com/css?family=News+Cycle');

body {
	background: #fff;
	margin: 0px !important;
}

html {
	position: relative;
}

.foto_principal_pg {
	width: 100%;
	border-radius: 14px;
}

.logo {
	text-align: center;
	padding-top: 80px;
}

.conteudo {
	background: #7f0000;
	padding: 50px;
	width: 100%;
	position: relative;
	min-height: 100%;
	margin-top: 70px;
}
.conteudo h4 {
	font-family: 'News Cycle', sans-serif;
	color: #fff;
	line-height: 24px;
	margin-top: -20px;
}

.conteudo h3 {
	font-family: 'News Cycle', sans-serif;
	color: #fff;
}

.conteudo p {
	font-family: 'News Cycle', sans-serif;
	color: #fff;
	font-size: 22px;
	line-height: 24px;
	margin-top: 50px;
}