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

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}
.font-menu a{
	font-family: 'Urbanist', sans-serif;
	color: #000;
	font-size: 12pt;
	font-weight: 700;
}
.font-banner {
	font-family: 'Cookie', cursive;
	color: blue;
	
}
.titulo {
	font-family: 'Cookie', cursive;
	color: darkblue;
	
}
.fundo{
	background-image: url("../img/fundo");
	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-prestacao-contas{
	background-color: coral;
	/* color: white; */
	padding: 10px;
	margin: 0px;
	display: inline-block;
	
}