/* 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: 'Montserrat', sans-serif;
	color: purple;
	font-weight: 700;
	font-size: 12pt;
}
.font-banner {
	font-family: "Montserrat", cursive;
	font-weight: 700;
	font-style: normal;
}
.titulo {
	font-family: "Montserrat", cursive;
	color: #1050a3;
	font-size: 35pt;
	font-weight: 700;
	
}
.subtitulo{
	font-family: 'Montserrat', sans-serif;
	color: #1050a3;
	font-weight: 700;
	font-size: 12pt;
}
.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;
}
.fundo-perguntas{
	background-image: url("../img/fundo-contato.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.borda{
	border-radius: 10px;
}
.titulo-prestacao-contas{
	background-color:cornflowerblue;
	padding: 10px;
	margin: 0px;
	display: inline-block;
}
.cor-barra{
	background-color: #1050a3;
}
.brand-logo img{
	padding-right: 60px;
	padding-top: 30px;
	width: 180px;
}