@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url("menu.css");
@import url("banner.css");
@import url("cidades.css");
@import url("divulga.css");
@import url("carrossel.css");
*{
	
	margin:0;
	padding:0;
	box-sizing: border-box;
	
}

body{
    font-family: 'Open Sans', sans-serif;
	background-image: url(../img/imagens%20fundo.png);
}

header{
    width: 100%;
    height:1580px;
	background-image: url(../img/imagens%20fundo.png);
   	color:#006400;
	top: 0px;
    left: 0px;
	position: fixed;
    z-index: 100;
    text-shadow: 0px 0px #0A0A0A;
    border-color: #98E3E7;
}

#top{
	
	height: 100px;
}

sectiion{
	width: 100%;
	
}

#cidades p{
	margin-left: 15px;
	margin-right: 15px;
}

.conteudo{
	width: 98%;
	margin-top:15px;
}

.conteudo a{
	color:#2D06F4
}

section{
	width: 100%;
	margin-bottom: 25px;
	
}

.texto p{
	margin-top: 40px;
}


h4{
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	text-align: center;
	color: rgba(5,4,51,1.00);
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 20px;
}
	
#seta img{
	display: block;
	margin: auto;
	width: 50%;
	
}

#barra{	
	background: rgb(254, 186, 0);
	text-align: center;
	font-size: 20px;
	width: 100%;
	height: 100%;
	
}

#anuncio{
	white:100%;
	
}

#anuncio img{
	width: 100%;
}


#realizacao h5{
	width: 100%;
	text-align: center;
	color: #F88B11;
}



 .container{
	 

	justify-content: center;
	display: flex;
	align-items:center;
	text-align: center;
	 
	
	 
	
	
	
	
	 
}

.container img{
	width: 100px;
	margin-bottom: 5%;
	
	
}

.container a{
	color: #151010;
	font-size: 20px;
		
}

footer .rodape{
	width: auto;
	display: flex;
	justify-content: space-between;
	background:#090358;
	color: #F8EBEC;
	font-size:15px;
	
	
	
	
		
	
}

.copy{
	width: 300px;
	
		
}
 .social{
	width: 100%;
	font-size:25px;
	color: #F3ECED;
    background:#090358;
	text-align:right;
	 
	 
	
}
.social a{
	color: #F3ECED;
	text-decoration: none;
	
	
}


@media (min-width:0px) and (max-width:480px){
footer .rodape{
    justify-content: center;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin-bottom: 0px;
	
	

}
	
	.copy{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.social{
		width: 100%;
		text-align: center;
		margin-bottom: 0px;
		margin-top: 0px;
		
		
	}
}

@media(min-width:768px){
	.copy{
		margin: 10px;
	}
	
	.social{
		margin: 10px;
		margin-right: 20px;
	}
}

	

@media(min-width:768px){
	.container{
	width: 100%;
	display: flex;
	justify-content: space-between;
	text-align: end;
		
	}
	

	
	
	
}
	

@media(min-width:1024px){
	.container{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
		
		
	}
	
	.container img{
		width: 150px;
	}
	
	
	.gov img{
		width: 350px;
	}
	
	
	
}


	





	





