body{
	background: #FAFAFA !important;
}
div.janela{
	margin-bottom: 50px;
}
div.janela div.card{
	border: none !important;
	background: #FAFAFA !important;
}
div.janela div.card-footer{
	background: #FAFAFA !important;
}
div.cabecalho{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100px;
	z-index: 1040;
	background: #2F6947;
	border-bottom: 3px solid #A8CF45;
}
div.cabecalho img{
	width: 200px;
	margin: 15px 0 0 40px;
}
div.cabecalho span{
	font-size: 24px;
	color: #FFF;
	margin:35px 40px 0 0;
}

footer.publico_footer{
	position: fixed;
	bottom: 0;
	height: 40px;
	width: 100%;
	margin-bottom: 0;
	padding: 10px 20px 0 20px;
}

@media (max-width: 676px) {
	div.cabecalho img{
		width: 150px;
		margin: 20px 0 0 20px;
	}
	div.cabecalho span{
		font-size: 16px;
		color: #FFF;
		margin:35px 20px 0 0;
	}
	footer.publico_footer{
		text-align: center;
	}
}