@charset "utf-8";
/* CSS Document */

/**********************/
/**********************/
html, body {
    height:100%;
	padding:0px;
	margin:0px;
}
a {
	/*color: #414141;*/
}
.container {
	position:relative;
}
.container-1600 {
    max-width:1560px !important;
    margin:0 auto;
    position:relative;
}
.container-1400 {
    max-width:1400px !important;
    margin:0 auto;
    position:relative;
}
.container-1200 {
    max-width:1200px !important;
    margin:0 auto;
    position:relative;
}
.container-1000 {
    max-width:1000px !important;
    margin:0 auto;
    position:relative;
}
.container-900 {
    max-width:900px !important;
    margin:0 auto;
    position:relative;
}
.container-800 {
    max-width:800px !important;
    margin:0 auto;
    position:relative;
}
.container-600 {
    max-width:600px !important;
    margin:0 auto;
    position:relative;
}

.col-xs-20 {
	width:20%;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 12.5px;
}

#map_canvas
{
	margin-left:-15px;
	margin-right:-15px;
}

#lupa {
	position:absolute;
	right:20px;
	top:5px;
	z-index:1;
}
#lupa a {
	display:inline-block;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	border-radius: 5px;
	border: 1px solid #B0B0B0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,dcdcdc+100 */
	background: rgb(243,243,243); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(243,243,243,1) 0%, rgba(220,220,220,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(220,220,220,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(243,243,243,1) 0%,rgba(220,220,220,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
	font-family: 'Lato', sans-serif;
	font-size:12.5px;
	font-weight:400;
	color:#151515;
}
#lupa a#mais {
	font-weight:bold;
}
#lupa a:hover {
	border: 1px solid #7A1207;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dd3f0e+0,991609+100 */
	background: rgb(221,63,14); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(221,63,14,1) 0%, rgba(153,22,9,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(221,63,14,1) 0%,rgba(153,22,9,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(221,63,14,1) 0%,rgba(153,22,9,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd3f0e', endColorstr='#991609',GradientType=0 ); /* IE6-9 */
	color:#fff;
	text-decoration:none;
}
#lupa a:focus {
	text-decoration:none;
}

.navbar-brand {
    height: auto;
}

form.navbar-form{
	margin-right:0px;
	/*float:left;
	margin-left:10px;*/
    margin-top: 25px;
}

#topo{
	background-image: url(../images/bg-topo.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color:transparent;
	border:none;
	padding:0px 15px;
}
@media(max-width:1200px) { 
#topo{
	background-position: -250px top;
}
}
@media(max-width:992px) { 
#topo{
	background-position: right top;
	padding:0px;
}
}
.navbar-default .navbar-brand{
	color:#FFF;
	padding-top:40px;
}
.links .navbar-brand{
	padding-top:10px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #FFF;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#db380e+0,b21a0a+90,b2190a+100 */
	background: rgb(219,56,14); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(219,56,14,1) 0%, rgba(178,26,10,1) 90%, rgba(178,25,10,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(219,56,14,1) 0%,rgba(178,26,10,1) 90%,rgba(178,25,10,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(219,56,14,1) 0%,rgba(178,26,10,1) 90%,rgba(178,25,10,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db380e', endColorstr='#b2190a',GradientType=0 ); /* IE6-9 */
}
.nav > li {
	border-color:#e6e6e6;
	border-width:1px;
	border-style:solid;
	/*border-right:none;*/
	font-family: 'Lato', sans-serif;
	font-weight:900;
	
	margin-right:-1px;
}
.nav > li:last-child {
	border-right-color:#e6e6e6;
	border-right-width:1px;
	border-right-style:solid;
}



.busca{
	position:relative;
}
.busca input{
	border-color:#929292;
	color:#6C6C6C;
	font-family: 'Lato', sans-serif;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.btn-busca {
	position: absolute;
	right: 0px;
	top: 0px;
	padding-bottom:1px;
	background-image: url(../images/bg-busca.png);
	background-repeat: repeat;
	-webkit-border-radius: 0 5px 5px 0 !important;
	border-radius: 0 5px 5px 0 !important;
}
.navbar-form .form-control.campo{
	width:100%;
}
#myDefaultNavbar1{
	padding-left:0px;
	padding-right:0px;
	/*min-width:1141px;*/
}
.nav > li > a {
	padding-top: 10px;
	padding-right: 20.6px;
	padding-left: 20.6px;
	padding-bottom: 10px;
	text-transform:uppercase;
	
	width:100%;
	float:left;
}

@-moz-document url-prefix() { 
	.nav > li > a { 
		padding: 10px 19px;
	}
}

.dropdown-menu {
    background-color: #D9D9D9;
    border: none;
    border-radius: 0px;
}
.dropdown-menu > li > a {
	color:#2c2c2c;
	font-family: 'Lato', sans-serif;
	font-weight:normal;
	font-size:13.75px;
	padding-left:10px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #999;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #999;
    outline: 0;
}
/*To move navigation buttons outside use these settings:*/
 
#owl-demo .item{
	font-family: 'Lato', sans-serif;
	font-weight:900;
	display:block;
	/*vertical-align:middle;*/
	/*padding: 30px 0px;*/
	/*width:199px;*/
	height:42px;
	margin: 5px;
	color: #151515;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	border-color:#b0b0b0;
	border-width:1px;
	border-style:solid;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,dcdcdc+100 */
	background: rgb(243,243,243); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(243,243,243,1) 0%, rgba(220,220,220,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(220,220,220,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(243,243,243,1) 0%,rgba(220,220,220,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
}
#owl-demo .item a{
	color: #151515;
	text-decoration:none;
    height: 100%;
    line-height: 42px;
    display: block;
}
#owl-demo .item:hover a{
	color: #fff;
}
#owl-demo .item:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dd3f0e+0,991609+100 */
	background: rgb(221,63,14); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(221,63,14,1) 0%, rgba(153,22,9,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(221,63,14,1) 0%,rgba(153,22,9,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(221,63,14,1) 0%,rgba(153,22,9,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd3f0e', endColorstr='#991609',GradientType=0 ); /* IE6-9 */
}
.owl-theme .owl-controls .owl-buttons div {
  padding: 5px 9px;
}
 
.owl-theme .owl-buttons i{
  margin-top: 2px;
}
 
.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover, .owl-theme .owl-controls.clickable .owl-buttons div.disabled{
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
} 
.owl-theme .owl-controls .owl-buttons .owl-prev{
  left: -67px;
  top: -1px; 
}
 
.owl-theme .owl-controls .owl-buttons .owl-next{
  right: -57px;
  top: -1px;
}
#barra_links{
	padding-left:63px;
	padding-right:63px;
}
#barra_links_borda{
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#b3b3b3;
}
.owl-theme .owl-controls .owl-buttons div {
	background-color:transparent;
}
#owl-demo{
	margin-left:5px;
}

.barra-navegacao .titulo:before {
    background: #b3b3b3;
    width: 100%;
    height: 1px;
    content: " ";
    position: absolute;
    top: 16px;
    left: 0px;
    z-index: 0;
}
.barra-navegacao .titulo{
	text-align:center;
	position:relative;
}
.barra-navegacao h1 {
    display: inline-block;
    background: #fff;
    padding: 0px 20px;
    position: relative;
    z-index: 1;
	font-size:20.83px;
	color:#414141;
	font-family: 'Lato', sans-serif;
	font-weight:900;
    margin-top: 5px;
    margin-bottom: 15px;
}
.open .dropdown-toggle:after {
	border-bottom: 8px solid #D9D9D9;
	border-left: 9px solid rgba(0, 0, 0, 0);
	border-right: 9px solid rgba(0, 0, 0, 0);
	content: "";
	display: inline-block;
	left: 50%;
	position: absolute;
	bottom: 0px;
	margin-left:-9px;
}
camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
    background-color:transparent;
}
.camera_wrap .camera_pag .camera_pag_ul li {
    background: #d8d8d8;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
    background: #fff;
}
.camera_wrap .camera_pag .camera_pag_ul li {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 10px;
    width: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 8px;
    left: 1px;
    top: 1px;
    width: 8px;
}
.camera_caption > div {
    background-color: #6E6E6E;
    background-color: rgba(110, 110, 110, 0.7);
	font-size:18.75px;
	color:#fff;
	font-family: 'Lato', sans-serif;
	font-weight:900;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.noticias h2{
	margin-top: 0px;
	font-size:16.67px;
	color:#9E9E9E;
	font-family: 'Lato', sans-serif;
	font-weight:normal;
	text-transform:uppercase;
}
.noticias .noticia{
	padding-bottom:10px;
	padding-top:10px;
	border-bottom-color:#d9d9d9;
	border-bottom-width:1px;
	border-bottom-style:solid;
	margin:0px;
	font-size: 13.75px;
	color: #343434;
	font-weight:normal;
}
.noticias .noticia p strong{
	font-weight:normal;
}
.noticias .data{
	font-size:12px;
}
.noticias .noticia:last-child, .conteudo.noticias .noticia:nth-last-child(2){
	border:none;
}
/*.noticias p:last-child, .noticias p:nth-last-child(2){
	border:none;
}*/
.noticias a{
	font-size:15px;
	color:#444443;
	font-family: 'Lato', sans-serif;
	font-weight:900;
}
.noticias a:hover{
	color:#B40E02;
}
/*.noticias strong{
	font-size: 13.75px;
	color: #343434;
	font-weight:normal;
}*/
.noticias strong span{
	font-weight:900;
}
.noticias a:hover strong{
	color: #B40E02;
}

.btn-primary {
	font-family: 'Lato', sans-serif;
	font-size:12.5px;
	font-weight:900 !important;
    color: #151515 !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,dbdbdb+100 */
	background: rgb(244,244,244); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(219,219,219,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(219,219,219,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(219,219,219,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
	border-color:#afafaf;
}
.btn-primary:hover {
	border: 1px solid #7A1207;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dd3f0e+0,991609+100 */
	background: rgb(221,63,14); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(221,63,14,1) 0%, rgba(153,22,9,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(221,63,14,1) 0%,rgba(153,22,9,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(221,63,14,1) 0%,rgba(153,22,9,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd3f0e', endColorstr='#991609',GradientType=0 ); /* IE6-9 */
	color:#fff !important;
}
.btn-default {
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-size:12.5px;
	font-weight:900 !important;
    border: 1px solid #7A1207;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dd3f0e+0,991609+100 */
	background: rgb(221,63,14); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(221,63,14,1) 0%, rgba(153,22,9,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(221,63,14,1) 0%,rgba(153,22,9,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(221,63,14,1) 0%,rgba(153,22,9,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd3f0e', endColorstr='#991609',GradientType=0 ); /* IE6-9 */
	color:#fff !important;
	text-decoration:none !important;
}
.btn-default:hover {
	border: 1px solid #7A1207;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dd3f0e+0,991609+100 */
	background: rgb(221,63,14); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(221,63,14,1) 0%, rgba(109,14,5,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(221,63,14,1) 0%,rgba(109,14,5,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(221,63,14,1) 0%,rgba(109,14,5,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#991609', endColorstr='#6d0e05',GradientType=0 ); /* IE6-9 */
	color:#fff;
}

.form-control {
	font-family: 'Lato', sans-serif;
	font-size:12px;
	font-weight:900 !important;
	color:#444444;
	margin-bottom:10px;
}
select.form-control {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,dbdbdb+100 */
	background: rgb(244,244,244); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(219,219,219,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(219,219,219,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(219,219,219,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
	border-color:#afafaf;
	
	-webkit-appearance:none;
  -moz-appearance:none;
  -o-appearance:none;
  appearance:none;
  line-height:inherit;
}
.select-form-control {
	position:relative;
}
select.form-control::-ms-expand {
display: none;
}
.select-form-control:before {
content:" ";
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #696969;
  position:absolute;
  top:48%;
  right:16px;
  pointer-events: none;
}
.select-form-control:after {
	background:#9e9e9e;
	content:" ";
	height:100%;
	width:1px;
	position:absolute;
	right:40px;
	top:0px;
	z-index:5;
	pointer-events: none;
}

#destaques{
	padding-bottom:90px;
}
#destaques .borda{
	border-color:#b3b3b3;
	border-width:1px;
	border-style:solid;
	padding:6px;
	height:220px;
}
@media(max-width:992px) { 
#destaques .borda {
	margin:10px 0px;
}
}
#destaques .borda h2{
	font-family: 'Lato', sans-serif;
	font-size:18.75px !important;
	font-weight:900 !important;
	color:#414141;
	text-transform:uppercase;
}
#destaques .borda p{
	font-family: 'Lato', sans-serif;
	font-size:13.75px !important;
	font-weight:normal !important;
	color:#414141;
}
#menu-rodape{
	background-color: #E6E6E6;
	background-image: url(../images/barra-secao.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top:70px;
	padding-bottom:60px;
}
#menu-rodape a{
	color:#414141;
}
#menu-rodape ul{
	list-style-type: none;
	list-style-image: none;
	padding-left:0px;
}
#menu-rodape ul li, #menu-rodape h3{
	font-family: 'Lato', sans-serif;
	font-size: 14.58px !important;
	font-weight: 900 !important;
	color: #414141;
	text-transform: uppercase;
	margin-bottom: 0px;
	list-style-type: none;
	list-style-image: none;
	padding-left:0px;
	margin-top:20px;
}
#menu-rodape ul li .sub-menu li{
	font-family: 'Lato', sans-serif;
	font-size: 14.58px !important;
	font-weight: normal !important;
	color: #414141;
	text-transform:none;
	margin-bottom: 0px;
	list-style-type: none;
	list-style-image: none;
	padding-left:0px;
	margin-top:0px;
}
#menu-rodape .borda h3{
	padding-left:15px;
}
#menu-rodape .borda ul li{
	text-transform: none;
}

#menu-rodape h4{
	font-family: 'Lato', sans-serif;
	font-size:13.75px !important;
	font-weight:900 !important;
	color:#414141;
	margin-bottom:0px;
	line-height:150%;
	margin-top:20px;
}
#menu-rodape p{
	font-family: 'Lato', sans-serif;
	font-size:13.75px !important;
	font-weight:normal !important;
	color:#414141;
	margin:0px;
	line-height:150%;
}
#menu-rodape .borda{
	border-color:#c4c4c4;
	border-width:1px;
	border-style:solid;
	padding-bottom:30px;
}
#footer{
	min-height:182px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b21a0a+0,dc380e+100 */
	background: rgb(178,26,10); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(178,26,10,1) 0%, rgba(220,56,14,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(178,26,10,1) 0%,rgba(220,56,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(178,26,10,1) 0%,rgba(220,56,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b21a0a', endColorstr='#dc380e',GradientType=0 ); /* IE6-9 */
	font-family: 'Lato', sans-serif;
	font-size:13.75px !important;
	color:#fff;
	line-height:130%;
}
#fundo{
	background-image: url(../images/bg-footer.png);
	background-position: center top;
	background-repeat: no-repeat;
	height:20px;
	margin-bottom:50px;
}
#footer .quadro{
	float:left;
	margin-right:30px;
}
#footer .col-md-12{
	padding: 0px 0px;
}

#footer .logominas{
	padding-top: 15px; 
}

@media(max-width:1200px) { 
	#footer .quadro{
		margin:10px;
	}

}
#footer .quadro.last{
	margin-right:0px;
	position: absolute;
    right: 20px;
}
@media(max-width:1300px) { 
#footer .quadro.last{
	margin-right:0px;
	position: relative;
    right:auto;
}
}
#cabecalho-pagina .banner{
	background-image: url(../images/a_codemig.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 90px;
	position: relative;
	margin-top: 20px;
}
#cabecalho-pagina .banner:before {
	background: url(../images/over-banners.png);
	height:90px;
	width:100%;
    content: " ";
	display:block;
	z-index:2;
	position:absolute;
	top:0px;
}
#cabecalho-pagina .banner:after{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+65,0+75 */
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 65%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 65%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 65%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	height:90px;
	width:100%;
    content: " ";
	display:block;
	z-index:1;
	position:absolute;
	top:0px;
}
#cabecalho-pagina .banner h1{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+50,0+100 */
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	font-family: 'Lato', sans-serif;
	font-size:25px !important;
	font-weight:900 !important;
	color:#3b3b3b;
	z-index:3;
	display:block;
	width:100%;
	height:90px;
	position:absolute;
	margin:0px;
	padding:0px;
	padding-top:35px;
}
.breadcrumb {
	padding-left: 0px;
	background-color: transparent;
	font-family: 'Lato', sans-serif;
	font-size:13.75px !important;
	font-weight:normal !important;
	color:#7b7b7b;
}
.breadcrumb a {
	color:#7b7b7b;
}
.breadcrumb .active {
	color:#A61307;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #7b7b7b;
    content: ">";
}
.menulateral a p{
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #B0B0B0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,dcdcdc+100 */
	background: rgb(243,243,243); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(243,243,243,1) 0%, rgba(220,220,220,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(220,220,220,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(243,243,243,1) 0%,rgba(220,220,220,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
	font-family: 'Lato', sans-serif;
	font-size:12.5px !important;
	font-weight:900 !important;
	color:#151515;
}
.menulateral a:hover, .menulateral a:focus{
	text-decoration:none;
}
.menulateral a:hover p, .menulateral a:focus p, .menulateral a.active p{
	border: 1px solid #7A1207;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dd3f0e+0,991609+100 */
	background: rgb(221,63,14); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(221,63,14,1) 0%, rgba(153,22,9,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(221,63,14,1) 0%,rgba(153,22,9,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(221,63,14,1) 0%,rgba(153,22,9,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd3f0e', endColorstr='#991609',GradientType=0 ); /* IE6-9 */
	color:#fff;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .nav-pills > li > a:hover, .nav-pills > li > a:focus {
	border: 1px solid #7A1207;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dd3f0e+0,991609+100 */
	background: rgb(221,63,14); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(221,63,14,1) 0%, rgba(153,22,9,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(221,63,14,1) 0%,rgba(153,22,9,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(221,63,14,1) 0%,rgba(153,22,9,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd3f0e', endColorstr='#991609',GradientType=0 ); /* IE6-9 */
	color:#fff;
	max-width:250px;
}
.nav-pills > li > a, .nav-pills > li > a, .nav-pills > li > a {
	border: 1px solid #B0B0B0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,dcdcdc+100 */
	background: rgb(243,243,243); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(243,243,243,1) 0%, rgba(220,220,220,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(220,220,220,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(243,243,243,1) 0%,rgba(220,220,220,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
	color:#151515;
	max-width:250px;
}

.nav-pills li{
	border:none;
	border-right:none !important;
}
ul.nav-pills {
	padding-top:20px;
	border-top-style:solid;
	border-top-color:#ccc;
	border-top-width:1px;
}
#conteudo_pills{
	margin-top:20px;
}
.conteudo {
	padding-bottom: 30px;
}
.conteudo img {
	max-width: 100%;
	width: auto !important;
	height: auto !important;
}
.conteudo h2{
	font-family: 'Lato', sans-serif;
	font-size:16.67px !important;
	font-weight:900 !important;
	color:#3b3b3b;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:25px;
}
.conteudo p{
	font-family: 'Lato', sans-serif;
	font-size:13.75px;
	font-weight:normal !important;
	color:#343434;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:15px;
}
.conteudo iframe{
	/*margin:15px;*/
}
.conteudo a{
	text-decoration:underline;
}
.panel-group {
    margin-bottom: 0px;
}
.panel-title {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.panel-heading {
    padding: 0px;
}
.panel-default > .panel-heading {
    background-color:transparent;
    border:none;
}
.panel-default {
    border:none;
}
.panel {
    background-color:transparent;
    border:none;
    -webkit-box-shadow:none;
    box-shadow: none;
}
.panel-body {
    padding: 0px;
    border:none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border:none;
}
#menu-rodape .panel-title a[aria-expanded=false]:hover, #menu-rodape .panel-title a[aria-expanded=true]{
	text-decoration:none;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
#menu-rodape .panel-title a[aria-expanded=false]{
	text-decoration:none;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* Timeline */

.timeline {
    position: relative; 
    overflow: hidden; 
    width: 400px; 
    height: 100px; 
    background-color: #fff; 
}
.timeline_container {
    margin-left: 25px; 
    margin-right: 25px; 
    width: 550px; 
    position: relative;

}
.timeline_rail {
    position: absolute; 
    left: 0px; 
    top: 80px; 
    width: 500px; 
    height: 5px; 
    background-color: #555;
}

.timeline_bar {
    position: absolute; 
    left:0px; 
    top: 70px; 
    width: 3px; 
    height: 15px; 
    background-color: #555;
}

.timeline_item {
    position: absolute; 
    left:-20px; 
    top: 45px; 
	font-family: 'Lato', sans-serif;
	font-weight:900 !important;
	color:#3b3b3b;
    font-size: 18.75px;
    z-index: 5;
}

.timeline_item_circle { 
    background: #555;
    content: "";
    width: 100px;
    height: 100px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: absolute; 
    opacity: 0;
    filter: alpha(opacity=0); 
    z-index: 1;
    top: 10;
    left: 0;
}

.timeline-bt-left i,
.timeline-bt-right i {
    color: #555;
}

.timeline_item_container { 
    display: table; 
    padding-top: 20px; 
    padding-left: 0px;
}

.voltar_timeline {
    margin-left: -20px; 
    margin-bottom: 20px; 
    padding-left: 3px; 
    padding-right: 8px;
}

.timeline_item_description { 
    /* text-align: justify;*/
    text-justify: inter-word;
    margin-top: 60px;
    /* width: 60%; */
    padding-left: 60px;
}
img.alignleft{
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}
img.alignright{
	float:right;
	margin-left:20px;
	margin-bottom:10px;
}
img.aligncenter{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}
.timeline_item_description{
	padding-left:0px;
}
.timeline_item_description p{
	position:relative;
}
/*.timeline_item_description p:before{
	position:absolute;
	top:0px;
	margin-left:-10px;
    color: #A91307;
    content: "•";
}*/
.timeline_rail {
    height: 1px;
    background-color: #cfcfcf;
}
.timeline_bar {
    position: absolute;
    left: 0px;
    top: 70px;
    width: 20px;
    height: 20px;
    background-color: #5d5d5d;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	z-index:10;
}
.timeline {
    height: 200px;
}
.timeline_item {
    top: 100px;
}
.timeline_item_circle {
    background: #BD280A;
    width: 40px;
    height: 40px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
	top:60px;
	left:0px;
	z-index:10;
}

@media(max-width:750px) { 
    .timeline_item_container { 
        padding-left: 0px;
    }
    .voltar_timeline {
        margin-left: 0px; 
    }
    .timeline_item_description {
        padding-left: 0px;
    }
}

/* Page quem é quem */
.box-quem {
	min-height:160px;
	margin-bottom:30px;
	border-bottom:1px solid #b1b1b1;
}
.box-quem-infos {
	min-height:60px;
}
@media(max-width:750px) { 
.box-quem {
	min-height:inherit;
}
.box-quem-infos {
	min-height:inherit;
}
}
.box-quem-infos h3 {
	font-family: 'Lato', sans-serif;
    font-size: 13.75px !important;
    font-weight: 900 !important;
    color: #3b3b3b;
    margin: 0px;
    margin-bottom: 5px;
}
.box-quem-infos p {
    font-size: 13.75px !important;
    color: #cf0011;
}

/* Page licitacoes */
.col-busca-detalhada {
	border:1px solid #cccccc;
	padding:15px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:20px;
}
.col-busca-detalhada h5 {
	font-family: 'Lato', sans-serif;
    font-size: 12.5px;
    font-weight: 900;
}

.box-licitacao {
	border:1px solid #cccccc;
	padding:15px;
	margin-bottom:30px;
}
.row .box-licitacao:last-child {
	margin-bottom:0px;
}
.box-licitacao h2 {
	 font-family: 'Lato', sans-serif;
    font-size: 16.67px;
    font-weight: 900;
    color: #3b3b3b;
	text-transform:uppercase;
	margin-bottom:10px;
}
.bar-empresa-licitacao {
	background:#e5e5e5;
	padding:3px 15px;
	font-family: 'Lato', sans-serif;
    font-size: 14.58px;
    color: #3b3b3b;
	text-transform:uppercase;
}
.bar-dados-licitacao {
	font-size: 14.58px;
	padding:10px 0px;
	margin:0px auto;
	margin-bottom:10px;
	text-transform:uppercase;
	border-bottom:1px solid #cccccc;
}
.bar-dados-abertura {
	font-size: 14.58px;
	padding:10px 0px;
	margin:0px auto;
	margin-bottom:10px;
	text-transform:uppercase;
}
.bar-avisos {
	font-size: 14.58px;
	padding:10px 10px;
	margin-bottom:10px;
}
.titulo-tabela-edital {
	font-size: 14.58px;
	padding:10px 10px;
	margin-bottom:10px;
}
.obs-licitacao {
	padding:10px 15px;
	text-transform:uppercase;
    font-size: 14.58px !important;
}
.obs-licitacao p {
    font-size: 14.58px !important;
}

/* Page patrocinios */
.table-download {
	border:1px solid #b2b2b2;
	margin-bottom:10px;
	width:100%;
}
.table-download td {
	border-bottom:1px solid #b2b2b2;
	padding:10px;
}
.table-download a, .table-download-v2 a {
	text-decoration:underline;
}
.table-download a:hover, .table-download-v2 a:hover {
	color:#363636;
}
.table-download .btn, .table-download-v2 .btn {
	text-decoration:none;
}

.table-download-v2 {
	border:1px solid #b2b2b2;
	border-left:none;
	border-right:none;
	margin-bottom:10px;
	width:100%;
}
.table-download-v2 td {
	border-bottom:1px solid #b2b2b2;
	padding:10px;
}
.table-download-2 td {
	border-bottom:1px solid #b2b2b2;
	padding:10px;
}

.bar-header-table {
	background:#e5e5e5;
	padding:0px 33px;
	overflow:hidden;
}
.bar-header-table .titulo {
	font-family: 'Lato', sans-serif;
	font-weight:900;
	background:#fff;
	padding:0px 15px;
	line-height:normal;
	float:left;
}
.bar-header-table .data {
	font-family: 'Lato', sans-serif;
	font-weight:900;
	background:#fff;
	padding:0px 15px;
	line-height:normal;
	color:#ab1508;
	float:right;
}
@media(max-width:750px) {
.bar-header-table .data {
	float:left;
	clear:both;
}
}

.box-relatorio {
	border:1px solid #b2b2b2;
	position:relative;
	padding:10px;
	min-height:230px;
	margin-bottom:30px;
}
.paginacao-box-relatorio {
	margin-top:-30px;
}
.box-relatorio a:hover {
	color:inherit;
}
.thumb-relatorio {
	border:1px solid #e5e6e6;
	margin-bottom:10px;
}
.link-box-relatorio {
	position:relative;
	width:100%;
	float:left;
}
.link-box-relatorio img {
	position:absolute;
	left:0px;
	top:0px;
}
.link-box-relatorio a {
	margin-left:30px;
	float:left;
}
.btn-ver {
	position:absolute;
	left:10px;
	bottom:10px;
}
.btn-baixar {
	position:absolute;
	right:10px;
	bottom:10px;
}
@media(min-width:768px) and (max-width:1170px) {
.box-relatorio {
	min-height:250px;
}
.btn-ver {
	position:relative;
	left:inherit;
	bottom:inherit;
	display:inline-block;
	width:100%;
	margin-top:10px;
}
.btn-baixar {
	position:relative;
	right:inherit;
	bottom:inherit;
	display:inline-block;
	width:100%;
	margin-top:10px;
}
}
@media(max-width:768px) {
.box-relatorio {
	min-height:inherit;
}
.btn-ver {
	position:relative;
	margin-top:20px;
	float:left;
	left:0px;
	bottom:0px;
}
.btn-baixar {
	position:relative;
	margin-top:20px;
	float:left;
	left:10px;
	bottom:0px;
}
}

/* Page hotelaria */
.mapa-localizacao, .mapa-localizacao .row {
	position:relative;
}
.mapa-mini {
	margin-top:70px;
}
@media(max-width:768px) {
.mapa-mini {
	margin-top:20px;
}
}

#galeria {
	margin-top:30px;
}
@media(max-width:768px) {
#galeria .item img {
	width:100%;
	height:auto;
}
}
#galeria .owl-controls .owl-buttons .owl-prev {
	left:-30px;
	top:35%;
}
#galeria .owl-controls .owl-buttons .owl-next {
	right:-20px;
	top:35%;
}
ul.ngg-breadcrumbs{
	display:none;
}
.navbar-brand{
	font-size:12.5px;
}
.paginacao:before {
    background: #d9d9d9;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    z-index: 0;
    left: 0px;
    top: 45%;
}

#menuSidebar {
	padding:0px;
}
.navbar-toggle {
	background:#414141;
	margin:0px;
	margin-right:0px;
	padding:15px;
	width:100%;
	position:relative;
	
	-webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
            transition: all 0.2s;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background:#303030;
}
.navbar-header h1 {
    font-size: 20.83px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    position: absolute;
    width: 100%;
    top: 0px;
    margin: 0px;
    padding: 11px;
}
#menu-topo {
	margin-top:5px;
}
/*.logo {
	margin-top:-15px;
}*/
@media(max-width:992px) { 
.logo {
	margin-top:inherit;
	/*margin-bottom:-20px;*/
}
}

.logos .navbar-brand { padding: 15px; }

@media(max-width:768px) { 

.logos {
	text-align:center;
}
.logo {
	float:none;
	margin:0px auto;
	height:auto;
	display:block;
}
.logo img {
	margin:0px auto;
	max-width:145px;
}
}
.bar-topo {
	min-height:40px;
}
.links {
	position:absolute;
	top:0px;
	right:100px;
}
@media(max-width:768px) {
.links {
	right:0px;
	width:100%;
	text-align:center;
}
}
.links a {
	color:#fff;
}
.links a:hover {
	color:#ccc;
}
@media(max-width:1200px) { 
.nav > li {
	width:25%;
}
}
@media(max-width:992px) { 
.nav > li {
	width:25%;
}
.nav > li > a {
	min-height:60px;
}
}
@media(max-width:768px) { 
.navbar-nav {
	margin:0 auto;
}
.nav > li {
	width:100%;
	margin-right:0px;
}
.nav > li > a {
	float:inherit;
	min-height:inherit;
}
}
.embed-responsive {
	margin-bottom: 15px;
}