/* 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: "Open Sans", sans-serif;
	color: #52378D;
	font-size: 12pt;
	font-weight: 900;
}
.font-banner {
	font-family: "Open Sans", sans-serif; 	
	font-weight: 900;
	/* font-style: italic; */
	color: white;
	font-size: 40pt;
	
}
.titulo {
	font-family: "Open Sans", sans-serif; 	
	color: darkblue;
	font-weight: 900;
	text-align: center;
	margin-top: -38px;
	font-size: 25pt;

}
.titulo-index {
	font-family: "Open Sans", 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: "Open Sans", 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/background-index.png");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 60%;
} */
.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: "Open Sans", sans-serif; 	
	color: darkblue;
	font-weight: 900;
	margin-top: -250px;
	font-size: 25pt;
}
.titulo-transparencia h2{
	font-family: "Open Sans", sans-serif; 	
	color: darkblue;
	font-weight: 900;
	text-align: center;
	font-size: 15pt;
}
.titulo-footer{
	font-family: "Open Sans", sans-serif; 	
	color: white;
	font-weight: 900;
}
.titulo-prestacao-contas {
	background-color: #52378D;
	margin: 0;

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