/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

 body{
	background-color: #e6edf8;
 }
.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}
.font-menu a {
	font-family: "Poppins", sans-serif;
	color: #0FB2D8;
	font-size: 12pt;
	font-weight: 900;
}
.font-banner {
	font-family: "Poppins", sans-serif;	
	font-weight: 900;
	/* font-style: italic; */
	color: #eeff41 ;
	font-size: 40pt;
	
}
.titulo {
	font-family: "Poppins", sans-serif; 	
	color: darkblue;
	font-weight: 900;
	text-align: center;
	/* margin-top: -38px; */
	font-size: 25pt;

}
.titulo-index {
	font-family: "Poppins", sans-serif;	
	color: darkblue;
	font-weight: 900;
	text-align: center;

}
.texto{
	text-align: center;
}
.texto p{
	font-size: large;	
}
.subtexto{
	text-align: center;
	font-family: "Poppins", sans-serif;
	color: #52378D;
	font-weight: 800;
	font-size: 20pt;

}
.sol img{
	opacity: 30%;
	width: 100%;
}
.banner-img{
	width: 100%;
}
.arco-iris img{
	width: 100%;
	margin-top: -40px;
}
.fundo{
	background-image: url("../img/livro.png");
	background-repeat: no-repeat;
	background-size: cover;
	
}
.fundo-quem-somos{
	background-image: url("../img/quem-somos-fundo.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.borda{
	border-radius: 10px;
}
.titulo-atividades{
	font-family: "Poppins", sans-serif; 	
	color: darkblue;
	font-weight: 900;
	/* margin-top: -200px; */
	font-size: 25pt;
}
.titulo-transparencia {
	font-family: "Poppins", sans-serif;	
	color: darkblue;
	font-weight: 900;
	text-align: center;
	font-size: 30pt;
}
.titulo-footer{
	font-family: "Poppins", sans-serif;
	color: white;
	font-weight: 900;
	font-size: 14pt;
}
.titulo-prestacao-contas {
	background-color: #0FB2D8 ;
	margin: 0;

}
.titulo-contato{
	font-family: "Poppins", sans-serif;
	color: darkblue;
	font-weight: 900;
	font-size: xx-large;
	text-align: center;
}

@media only screen and (max-width:600px){
	.logo-minimal{
		width: 170px;
		padding-top: 10px;
	}
	
}
@media only screen and (min-width:600px){
	.logo-minimal{
		width: 190px;
		padding-top: 10px;
	}
	
}
