/* 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: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif'monospace;
	color: white;
	font-size: 14pt;
	font-weight: 400;
}
.font-banner {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 70pt;
}
.titulo {
	font-family: "Open Sans", cursive;
	color: #1050a3;
	font-size: 35pt;
	
}
.fundo{
	background-image: url("../img/fundo.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;
}
.fundo-perguntas{
	background-image: url("../img/fundo-contato.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.fundo-transparencia{
	background-image: url("../img/fundo-transparencia.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.borda{
	border-radius: 10px;
}
.titulo-prestacao-contas{
	background-color:#ce93d8;
	padding: 10px;
	margin: 0px;
	display: inline-block;
}
.cor-barra{
	background-color: #1050a3;
}