body {
	
}

h1,h2,h3,h4,h5,h6 {
	color: #31708F !important;
}

p {
	/*
	margin: 0 !important;
	*/
	
}

.pagina {
	overflow-y: scroll;
	padding-top: 0px;
	height: 100%;
	position: relative;
	background-color: #f0f0f0;
}

.cabecalho-fixo {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
	/*	
	box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.3) !important; 
	*/
	min-height: 38px;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 !important;
	z-index: 2;
}

.barra-menu-portal {
	/*background-color: #337ab7;*/
	background: #1c629e linear-gradient(#337ab7, #0b4c85);
	/*background-color: #003366;*/
	margin: 0;
	padding: 0;
	min-height: 38px;
}

.barra-menu-portal div.container-fluid {
	padding: 0 !important;
}

/* LOGO */
.link-home:HOVER{
	text-decoration: none;
}
.texto-logo {
	color: white;
	font-weight: bold;
}
.texto-logo:HOVER{
	text-decoration: none;
}

/* MENU PORTAL */
.nav-conciso {
	background-color: transparent;
}

.nav-conciso div>ul>li>a,.nav-conciso>ul>li>a {
	color: white !important;
}

@media ( min-width : 768px) {
	.nav-conciso {
		min-height: 30px !important;
		background-color: transparent;
		border-radius: 0 !important;
		margin-bottom: 0 !important;
		border-left: 0 !important;
		border-right: 0 !important;
		border: 0 !important;
	}
	.nav-conciso div>ul>li>a,.nav-conciso>ul>li>a {
		margin-left: 14px !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-bottom: 2px !important;
		padding-top: 2px !important;
		margin-top: 7px !important;
		margin-bottom: 0 !important;
		color: white !important;
	}
}

.btn-autenticacao {
	display: block;
	line-height: 20px;
	padding-left: 8px !important;
	padding-top: 9px !important;
	padding-bottom: 2px !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	color: white !important;
}

.cabecalho-fixo .navbar-nav>.open>a {
	background-color: transparent !important;
	text-decoration: underline;
}

.cabecalho-fixo .navbar-nav>.dropdown>a:hover {
	background-color: transparent !important;
	text-decoration: underline;
}

.titulo-pagina {
	/*
	box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.3) !important;
	*/
	/* background: #eee linear-gradient(#fff, #ddd); */
	background-color: #EEE;
	min-height: 38px;
	clear: both;
	display: table;
	content: "";
	width: 100%;
}

.titulo-pagina h1 {
	font-size: 18pt;
	margin: 0px 0 0 15px;
	padding: 0;
	display: inline-block;
	line-height: 38px;
	vertical-align: middle;
}

.barra-superior-navegacao-conteudo {
	background-color: #d9edf7;
	/*
	box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.3) !important;
	*/
	z-index: 2;
}

.barra-superior-navegacao-conteudo .nav>li>a:hover,.barra-superior-navegacao-conteudo .nav>li>a:focus
	{
	background-color: #9cf !important;
}

.corpo {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
	background-color: white;
	padding: 10px 15px 50px;
}

/* PÁGINA DE NOTÍCIA*/
h2.titulo-noticia{
	text-align: center;
	font-size: 25px;
}

/* CSS DESTAQUE À NOTÍCIA */
.imagem-noticia figure{
	display: none;
}
.imagem-noticia a .info{
    margin-top: 10px;
    margin-bottom: 10px;
}
.imagem-noticia a .info .title{
    font-size: 18px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    color: #31708F !important;
}
/* CLASSES PARA PAG. LISTA DE NOTICIAS */
.titulo-lista-noticias{
	display: none;	
}

/*CLASSES ONDAWEB PARA LINKS DE NOTÍCIAS AO PÉ DA PAG. NOTICIA*/
.titulo-ultimas-noticias{
	text-align: center;	
}
section.secao-ultimas-noticias{
	padding: 60px 0;
}

section.secao-ultimas-noticias figure{
	display: none;
}

section.secao-ultimas-noticias ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

section.secao-ultimas-noticias ul li {
	width: 100%;
	max-height: 425px;
	background-color: #F5F5F5;
	margin: 20px 0;
	position: relative;
	overflow: hidden;
	-moz-transition: 0.1s linear;
	-o-transition: 0.1s linear;
	-webkit-transition: 0.1s linear;
	transition: 0.1s linear
}

section.secao-ultimas-noticias ul li:hover {
	background-color: #16294A
}

section.secao-ultimas-noticias ul li:hover div {
	color: #FFF !important
}

section.secao-ultimas-noticias ul li:hover img {
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04)
}

@media ( min-width :767px) {
	section.secao-ultimas-noticias ul li {
		width: 49%
	}
}

@media ( min-width :767px) and (min-width:1024px) {
	section.secao-ultimas-noticias ul li {
		width: 30%
	}
}

section.secao-ultimas-noticias ul li figure {
	/*
	width: 100%;
	height: 50%;
	overflow: hidden
	*/
}

section.secao-ultimas-noticias ul li figure a img {
	width: 100%;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease
}

section.secao-ultimas-noticias ul li a {
	text-decoration: none;
	display: block
}

section.secao-ultimas-noticias ul li a span {
	-moz-transition: 0.1s linear;
	-o-transition: 0.1s linear;
	-webkit-transition: 0.1s linear;
	transition: 0.1s linear;
	display: block;
	padding: 30px 20px;
	font-family: sans-serif
}

section.secao-ultimas-noticias ul li a div.date {
	/*
	font-size: 17px;
	font-size: 1.0625rem;
	*/
	color: #333;
	padding-bottom: 0;
	font-weight: 700
}

section.secao-ultimas-noticias ul li a div.description {
	/*
	font-size: 16px;
	font-size: 1rem;
	*/
	text-transform: uppercase;
	color: #777;
	line-height: 120%;
	font-weight: 300;
	padding-bottom: 60px
}
/* link mais noticias ao pé da notícia*/
.container-link-ultimas-noticias {
	text-align: center;
}
.container-link-ultimas-noticias .icone{
	color: #2b6699;
	font-size: 1em;
}
.container-link-ultimas-noticias a{
	font-size: 1.2em; margin-left: 3px;
}

/* LINHA DE INFORMAÇÕES ACIMA DO TÍTULO DA NOTÍCIA*/
div.campos-publicacao {	
	font-size: 1.5rem;
	text-align: center
}
div.campos-publicacao .data-publicacao{
	color: #54ACED;
}
div.campos-publicacao .compartilhamento-publicacao{
	display: none;
}

/* Estilo padrão a tabelas do portal */
body .table-bordered {
	border-color: #bce8f1;
}

body .table-bordered tr th , body .table-bordered tbody tr th , body .table-bordered thead tr th , body .table-bordered tfoot tr th {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

body .table-bordered tr td , body .table-bordered tbody tr td , body .table-bordered thead tr td , body .table-bordered tfoot tr td {
	border-color: #bce8f1;
}