/* Configuração de fonte e página */
@font-face {
	src: url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;700&display=swap');
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-style: normal;
}

html{
	height: 100%;
	width: 100%;
	font-family: Roboto;
}

body {
/*
	background: url('../img/site/image_gallery-01.png');
	background-attachment: fixed;
	background-size: cover;
*/
	height: 100%;
	width: 100%;
}



/* Estilo da Barra de Navegação (navBar) */

.navbar-light{
	background-color: rgba(255, 255, 255, 0.9);
}

.texto-navbar{
	margin-left: 20px;
	font-size: 1.2em;
	color: #13335a;
}

.navico2{
	margin-left: 5px;
}

.nav-link{
	color: #13335a;
}

.link-menu{
	color: #13335a;
	border-bottom: 1px solid rgba(66, 185, 235, 0);
}

.link-menu:hover{
	color: #13335a;
	background-color: rgba(66, 185, 235, 0.3);
	border-bottom: 1px solid rgb(66, 185, 235);
}

#logo-prefeitura{
	margin-left: 16px;
}



/* Ícones */

.oi{
	margin: 0px 5px 3px 0px;
	color: #13335a;
}

.oi-white{
	margin: 0px 5px 3px 0px;
	color: rgba(255, 255, 255, 1);
}



/* Estilo do rodapé (pageFooter) */

#rodape-pagina{
	margin: 100px 0px 0px 0px;
	background-color: rgba(255, 255, 255, 0.9);
	height: auto;
	display: block;
	text-align: center;
	border-top: 3px solid #42b9eb;
}

#texto-rodape-pagina-01{
	display: block;
	height: auto;
	font-size: 1em;
	color: #13335a;
	margin: 10px 0px -10px 0px;
}

#texto-rodape-pagina-02{
	display: block;
	height: auto;
	font-size: 0.8em;
	font-weight: 400;
	color: #13335a;
	margin: -10px 0px 10px 0px;
}

#texto-rodape-pagina-03{
	display: block;
	height: auto;
	font-size: 0.8em;
	font-weight: 400;
	color: #13335a;
	margin: -20px 0px 10px 0px;
}

.oi-rodape{
	margin-left: 30px;
	font-size: 1.2em;
}