body {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	color: #153355;
}

.affix {
	top: 0px;
	z-index: 9999 !important;
}

.header-info {
	width: 100%;
	height: 30px;
	background: #0d2743;
	font-size: 10px;
	padding-top: 8px;
}

.header-info a {
	color: #fff;
	margin-left: 18px;
	text-transform: uppercase;
}

.header-info img {
	margin-top: -3px;
}

.acesso-informacao a {
	color: yellow;
}

.header-page {
	width: 100%;
	height: 158px;
	background: url(../img/bg.jpg) no-repeat center top #2f7ab1;
}

.header-page .form-control, .header-page .btn {
	border-color: #fff;
	border-radius: 2px;
	margin-top: 50px;
}

.header-nav {
	width: 100%;
	margin-bottom: 20px;
	background: #1d4776;
	z-index: 1000;
	margin-top: 0;
}

.destaques, .anuncios, .noticias {
	padding: 12px 0 0 0;
}

.destaques span, .anuncios span, .noticias span {
	margin-top: 10px;
	display: block;
	color: #4f79af;
	font-size: 12px;
	font-weight: bold;
}

.destaques h2, .noticias h2 {
	font-size: 28px;
	font-weight: bold;
	margin-top: 0;
}

.destaques h3, .noticias h3 {
	margin-top: 0;
}

.navbar {
	min-height: 60px;
}

.navbar-default {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: none;
	border: none;
	color: #fff;
}

.navbar .nav li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	margin-top: 5px;
}

.navbar .nav li a:hover {
	color: #fff;
	background: #23608c;
}

.navbar-brand {
	height: auto;
	padding: 20px 15px;
}

.navbar-categorias {
	width: 220px;
	height: 60px;
	background: #153355;
}

.brand-mobile {
	display: none;
	float: left;
	margin: 6px 0 0 10px;
}

.brand-mobile img {
	width: 120px;
}

.nav-dest-m {
	background: #123154;
}

.media-left, .media-body, .media-middle, .media-object {
	float: none;
}

.panel-default {
	border-radius: 0;
}

.licitacoes-bl {
	padding: 40px 15px 40px 15px;
}

.licitacoes-bl small {
	margin-top: 15px;
	display: block;
}

/* ----------------- multi-level --------------------*/
.dropdown-submenu {
	position: relative;
}

.multi-level {
	background: #2f7ab1;
}

.multi-level-2 {
	background: #235d88;
}

.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -11px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}

.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
	color: #00cc00;
}

.dropdown-submenu:hover > a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: 600px;
}

/* ----------------- /multi-level --------------------*/

/* -----------------/Menu Lateral --------------------*/
.list-group-item {
	border: none;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	color: #153355;
	background-color: #d0d6dd;
	font-weight: bold;
	border-radius: 0;
}

.banners-top {
    display: flex;
}

.banner-tb {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
}

.banner-tb img {
	margin-bottom: 2px;
}

.noticias .media-body {
	padding-left: 16px;
}

.footer {
	padding: 5% 0 5% 0;
	color: #4d4d4d;
	background-color: #ededed;
	margin-top: 60px;
}

.footer ul {
	padding-left: 0;
}

.footer ul li {
	list-style: none;
	margin-top: 5px;
}

.footer ul li a {
	color: #4d4d4d;
}

.social {
	width: 100%;
	padding: 40px 0 40px 0;
	color: #4d4d4d;
	font-size: 11px;
	background: #dddddd;
}

.social-copyright {
	float: left;
}

.social-icn {
	float: right;
	font-size: 26px;
}

.social-icn a {
	color: #4d4d4d;
	margin: 5px 0 0 20px;
}

/* ----------------- /pg --------------------*/
.pg-head {
	width: 100%;
	display: table;
	padding: 30px 0 30px 30px;
	background: #f2f2f2;
}

.pg-head h1 {
	text-transform: uppercase;
	font-size: 25px;
	font-weight: bold;
	float: left;
	margin: 0 0 0 0;
}

table {
	overflow: scroll; /* Sempre aparece a barra de rolagem */
	overflow: auto; /* Automaticamente verifica se precisa da barra */
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
	padding: 15px;
}

.content-pg {
	height: auto;
	padding: 20px 20px 20px 20px;
}

.content-pg-img {
	margin-bottom: 20px;
}

.content-pg-p {
	width: 80%;
}

.thumbnail {
	border: none;
}

.paginacao {
	width: 100%;
	clear: both;
	text-align: center;
}

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 992px) {
	.display-vs {
		display: none;
		visibility: hidden;
	}
	
	.footer, .social {
		text-align: center;
	}
	
	.social-icn {
		float: none;
		margin: 5px 0 0 0;
	}
	
	.social-icn a {
		margin: 5px 0 0 0px;
	}
	
	.brasao-footer {
		width: 80px;
	}
}

/* ----------------- Janela Modal --------------------*/
#myImg {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

#myImg:hover {
	opacity: 0.7;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 100; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
}

/* Caption of Modal Image */
#caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

/* Add Animation */
.modal-content, #caption {
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(0)
	}
	to {
		-webkit-transform: scale(1)
	}
}

@keyframes zoom {
	from {
		transform: scale(0)
	}
	to {
		transform: scale(1)
	}
}

/* The Close Button */
.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
	.modal-content {
		width: 100%;
	}
}

.row.imgs > div {
	float: left;
	height: 190px;
}

.col-md-4.noticia {
	height: 390px;
}

.modal.img {
	padding-top: 50px;
}

.modal.img .fa {
	font-size: 30px;
	cursor: pointer;
}

.modal .control-i {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}