/* CSS Document */


main{
    background-image: url(../img/fundo3.png);
    background-repeat: no-repeat;
    background-size: cover;
	margin-top: 48px;
	margin-bottom: 25px;
	background-attachment: fixed;
}



.titulo h2{
	color: #fe3800;
	text-align: center;
	font-size: 25px;
}

.titulo p{
	font-size: 15px;
	text-align: center;
	color: #fe3800;
	
	
}

#conteudomunicipio article{
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	
}

#conteudomunicipio{
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	align-items: center;
	
	
}

#conteudomunicipio h4,h6{
	font-size: 20px;
	text-align: center;
	color:#fe3800;
	margin-bottom: 5px;
}

#conteudomunicipio img{
	width: 100%;
	max-width: 280px;
	margin-bottom: 30px;
	border:outset;
}

@media(min-width:1024px){
	
	.titulo{
		display: block;
		width: 100%;
		justify-content: center;
	}
	
	
	
	
}



	