/* 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;
	font-weight: 700;
	color: cornflowerblue;
	font-size: 12pt;
}
.font-banner {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.titulo {
	font-family: 'Montserrat', sans-serif;
	color: cornflowerblue;
	font-weight: 700;
	font-size: 22pt;
	
}
.subtitulo {
	font-family: 'Montserrat', sans-serif;
	color: cornflowerblue;
	font-weight: 700;
	font-size: 15pt;
}
.subtitulo-quem-somos {
	font-family: 'Montserrat', sans-serif;
	color: black;
	font-weight: 700;
	font-size: 15pt;
}
.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: #d58e1b;
}
