/* 
	RESET
*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after { 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-o-box-sizing:border-box;
}

.clearfix:before,
.clearfix:after { 
	content: " "; 
	display: table;
} 
.clearfix:after { 
	clear: both;
} 
.clearfix { 
	*zoom: 1;
}
.clear{
	clear: both;
}
a:link{
	text-decoration: none;
	color: inherit;
}
a:visited{
	color: inherit;
}
/* FIM RESET */
@font-face{
	font-family: 'Open-Sans-Regular';
	src: url('../fonts/OpenSans-Regular.eot');
	src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),url('../fonts/OpenSans-Regular.woff') format('woff'),url('../fonts/OpenSans-Regular.ttf')format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Open-Sans-Light';
	src: url('../fonts/OpenSans-Light.eot');
	src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),url('../fonts/OpenSans-Light.woff') format('woff'),url('../fonts/OpenSans-Light.ttf')format('truetype');
	font-weight: normal;
	font-style: normal;
}
.clear{
	clear:both;
}
body{
	background: #F6F6F6;
	font-family: 'Open-Sans-Regular', Verdana, Tahoma, Sans-Serif;
	font-size: 13px;
}
.container{
	max-width: 1170px;
	margin:0 auto;
}
header{
	position: relative;
	min-height: 100px;
	border:thin solid #F6F6F6;
	margin-bottom: 5px;
}
header .logo{
	position: absolute;
	top:25px;
	left: 20px;
}
header .logoPrefeitura{
	position: absolute;
	top:5px;
	right: 20px;
}
.menu_bar{
	display: none;
	position: relative;
	z-index: 9999;
}
header nav{
	z-index:9999;
	margin-top: 55px;
	padding-left: 60px;
}
header nav ul li{
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	color: #555;
	font-size: 14px;
}
header nav ul li a{
	display: block;
	padding: 20px;
	padding-left: 5px;
	padding-right:2px;

	transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;

}
header nav ul li a:hover{
	color: #A7D87B;
}
header nav ul li a span{
	margin-left: 10px;
	font-size: 10px;
}
header nav ul li ul{
	width: 320px !important;
	border-top:3px solid #A7D87B;
	background: #fff;
}
header nav ul li .children{
	display: none;
	position: absolute;
	z-index: 9999;
}
header nav ul li:hover .children{
	display: block;
}
header nav ul li .children li{
	display: block;
	border-bottom: thin solid #eee;
	transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
}
header nav ul li .children li:hover{
	padding-left: 10px;
}
header nav ul li .children li a span{
	margin-left: 0;
	margin-right: 5px;
}
.testeBanner{
	position: absolute;
	top:5%;
	right: 60px;
	max-width:540px;
	height: 300px;
	margin-top: -300px;
	background: #fff;
}
.testeBanner img{
	width: 100%;
	border:none !important;
	border-radius: 3px !important;
	-webkit-box-shadow: 6px 7px 11px 5px rgba(0,0,0,0.75);
-moz-box-shadow: 6px 7px 11px 5px rgba(0,0,0,0.75);
box-shadow: 6px 7px 11px 5px rgba(0,0,0,0.75);
}
.testeBanner h4.titleBanner{
	color: #fff;
	background: #000;
	padding: 10px;
	position: absolute;
	top:10px;
	left: 10px;
	font-size: 18px;
	border-radius: 3px;
	font-weight: bold;
}
.titulo{
	width: 100%;
	height: 65px;
	background:#ddd;
}
.titulo ul li{
	display: inline-block;
	padding:25px;
	font-size: 12px;
	transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
}
.titulo ul li:hover{
	background: #A7D87B;
}
.direita{
	width: 72.64957264957265%; /* 850px */
	float: right;
	margin-top: 20px;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: #eee;
	border-radius: 3px;
}
.direita h2{
	font-size: 30px;
	color: #75BA36;
	font-weight: bold;
	margin-bottom: 20px;
}
.direita h3{
	font-size: 25px;
	margin-bottom: 10px;
	color: #333;
}
.direita span.data{
	display: block;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 3px;
}
.direita span.autor{
	display: block;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 20px;
}
.direita p{
	line-height: 1.5;
	margin-bottom: 10px;
	text-align: justify;
}
.esquerda{
	width: 25.64102564102564%;
	margin-top: 20px;
	float: left;
	background: #eee;
	border-radius: 3px;
	padding: 10px;
	margin-bottom: 20px;
}
.esquerda span.titulo{
	height: inherit;
	display: block;
	background: inherit;
	font-size: 18px;
	font-weight: bold;
	color: #75BA36;
	margin-bottom: 10px;
}
.esquerda span.titulo:after{
	width: 100%;
	content: '';
	display: block;
	height: 4px;
	background: #ddd;
	margin-top: 5px;
	margin-bottom: 0;
}
.esquerda ul{
	margin-top:0;
	margin-bottom: 20px;
}
.esquerda ul li{
	padding: 10px 5px;
	border-bottom: thin solid #ddd;
	line-height: 1.3;
	transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
}
.esquerda ul li:hover{
	background: #A7D87B;
	color: #444;
	font-weight: bold;
}
.esquerda span.endereco{
	display: block;
	line-height: 1.3;
	border-bottom: thin solid #ddd;
	padding: 5px 0px;
}
.esquerda span.telefone{
	display: block;
	line-height: 1.3;
	border-bottom: thin solid #ddd;
	padding: 5px 0px;
}




.coleta{
	background: url(../img/categorias/1coletaSeletiva.png) no-repeat;
	padding-top: 95px;
	padding-bottom: 10px;
	background-position: top 20px center;
	width: 300px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color:#687074;
	float: left;
	transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	
}
.coleta:hover{
	background-position: top 15px center;
	background-color: #AEE27E;
	color:#333;
}
.mapas{
	background: url(../img/categorias/2mapas.png) no-repeat;
	padding-top: 95px;
	padding-bottom: 10px;
	background-position: top 20px center;
	width: 300px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color:#687074;
	float: left;
	transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.mapas:hover{
	background-position: top 15px center;
	background-color: #AEE27E;
	color:#333;
}
.projetos{
	background: url(../img/categorias/3projetos.png) no-repeat;
	padding-top: 95px;
	padding-bottom: 10px;
	background-position: top 20px center;
	width: 300px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color:#687074;
	float: left;
	transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;

}
.projetos:hover{
	background-position: top 15px center;
	background-color: #AEE27E;
	color:#333;
}
.aterro{
	background: url(../img/categorias/4aterroSanitario.png) no-repeat;
	padding-top: 95px;
	padding-bottom: 10px;
	background-position: top 20px center;
	width: 300px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color:#687074;
	float: left;
	transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	
}
.aterro:hover{
	background-position: top 15px center;
	background-color: #AEE27E;
	color:#333;
}
.indicadores{
	background: url(../img/categorias/5indicadores.png) no-repeat;
	padding-top: 95px;
	padding-bottom: 10px;
	background-position: top 20px center;
	width: 300px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color:#687074;
	float: left;
	transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	
}
.indicadores:hover{
	background-position: top 15px center;
	background-color: #AEE27E;
	color:#333;
}
.cidade{
	background: url(../img/categorias/6nossaCidade.png) no-repeat;
	padding-top: 95px;
	padding-bottom: 10px;
	background-position: top 20px center;
	width: 300px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color:#687074;
	float: left;
	transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	
}
.cidade:hover{
	background-position: top 15px center;
	background-color: #AEE27E;
	color:#333;
}
.construtor{
	background: url(../img/categorias/7manualConstrutor.png) no-repeat;
	padding-top: 95px;
	padding-bottom: 10px;
	background-position: top 20px center;
	width: 300px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color:#687074;
	float: left;
	transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	
}
.construtor:hover{
	background-position: top 15px center;
	background-color: #AEE27E;
	color:#333;
}
.concurso{
	background: url(../img/categorias/7manualConstrutor.png) no-repeat;
	padding-top: 95px;
	padding-bottom: 10px;
	background-position: top 20px center;
	width: 300px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color:#687074;
	float: left;
	transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	
}
.concurso:hover{
	background-position: top 15px center;
	background-color: #AEE27E;
	color:#333;
}
.poda{
	background: url(../img/categorias/8arborizacao.png) no-repeat;
	padding-top: 95px;
	padding-bottom: 10px;
	background-position: top 20px center;
	width: 300px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color:#687074;
	float: left;
	transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	
}
.poda:hover{
	background-position: top 15px center;
	background-color: #AEE27E;
	color:#333;
}
.salaVerde{
	background: url(../img/categorias/9salaVerde.png) no-repeat;
	padding-top: 95px;
	padding-bottom: 10px;
	background-position: top 20px center;
	width: 300px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color:#687074;
	float: left;
	transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	
}
.salaVerde:hover{
	background-position: top 15px center;
	background-color: #AEE27E;
	color:#333;
}
.residuos{
	background: url(../img/categorias/10residuos.png) no-repeat;
	padding-top: 95px;
	padding-bottom: 10px;
	background-position: top 20px center;
	width: 300px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color:#687074;
	float: left;
	transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	
}
.residuos:hover{
	background-position: top 15px center;
	background-color: #AEE27E;
	color:#333;
}
.controle{
	display: table;
	margin:20px auto;
}
.controle span{
	padding: 10px;
	border:thin solid #ddd;
	margin-right: 10px;
	border-radius: 3px;
	transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.controle span:hover{
	background: #72C02C;
	color:#fff;
}
footer{
	width: 100%;
	background: #000;
	padding: 30px 0px;
}
footer span{
	color: #72C02C;
}
.quemFez{
	padding: 10px;
}
.quemFez img{
	display: table;
	margin:0 auto;
}


@media screen and (max-width: 1450px){
	header nav{
		margin-top: 70px;
	}
	header .logo{
		top:0;
	}
	header .logoPrefeitura{
		top:0;
	}
}
@media screen and (max-width: 1170px){
	.container{
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media screen and (max-width: 1100px){
	.menu_bar{
		display: block;
		width: 100%;
		position: fixed;
		top:0;
		left: 0;
		background: #333;
		color: #fff;
	}
	.menu_bar .bt-menu{
		display: block;
		padding: 20px;
		overflow: hidden;
		font-size: 25px;
	}
	.menu_bar span{
		float: right;
	}
	header{
		padding-top: 200px;
	}
	header nav{
		padding-left: 0;
	}
	header .logo{
		top:100px;
	}
	header .logoPrefeitura{
		top:80px;
	}
	header nav{
		width: 80%;
		position: fixed;
		top:65px;
		right:100%;
		margin:0;
		background: #333;
		/*overflow: scroll;*/
		overflow-y:scroll;
		height: calc(100% - 80px);
	}
	header nav ul li{
		display: block;
		border-bottom: thin solid #222;
		color: #fff;
	}
	header nav ul li a{
		display: block;
	}
	header nav ul li .children{
		width: 100% !important;
		position: relative;
		background: #444;
	}
	header nav ul li .children li{
		border-bottom: thin solid #555;
	}
	header nav ul li:hover .children{
		display: none;
	}
	header nav ul li .children li a{
		margin-left: 20px;
	}

}
@media screen and (max-width: 1260px){
	.testeBanner{
		width: 42.85714285714286% !important;
		background: none !important;
	}
}
@media screen and (max-width: 950px){
	.direita{
		width: 100%;
		float: none;
	}
	.esquerda{
		width: 100%;
		float: none;
	}
}

/* direita */
.direita .direitaListar{
	line-height: 1.5em;
}
.direita .direitaListar p{
	margin-bottom: 20px;
}
.direita .direitaListar .tituloListar{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.direita .direitaListar .descricaoListar{
	margin-bottom: 0px;
	text-align: justify;
}
.direita .direitaListar .separador{
	margin-bottom: 20px; 
	margin-top: 20px; 
	border: 1px solid #DDD;	
}
/* fim - direita */

/* formulários */
form, fieldset, label, .grupo, .campo {
    margin: 0;
    padding: 0;
	font-size: 13px;
}
input, textarea, select {
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #DDD;
	color: #666;	

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
}
input:radio{
	border: 0px;
}
button {
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	border: 2px solid #07093D;
	background: #07093D;
	color: #FFF;	
	cursor: pointer;
}
fieldset {
    border: 0;
}
.campo {
    margin-bottom: 15px;
}
 
.campo_label {
    margin-bottom: 5px;
	font-weight: normal;
}
fieldset.grupo .campo {
    float:  left;
    margin-right: 20px;
}
.form_categoria {
	padding: 15px; 
	background-color: #A2A2A2; 
	font-size: 28px; 
	font-weight: bold; 
	color: #FFF; 
	margin-bottom: 5px;
}
/* fim - formulários */

label.error { color: red; display: none; font-size: 11px; }	


.licitacao_tabela{
	border: 1px solid #FFCC00;
	width: 100%;
	margin-bottom: 50px;
}
.licitacao_tabela td{
	border: 1px solid #394E77;
	padding: 5px;
	line-height: 1.5em;
}
.licitacao_tabela td.coluna_titulo{
	font-weight: bold;
}