html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;} /* remember to define focus styles! */ :focus {outline: 0;} /* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;} /* tables still need 'cellspacing="0"' in the markup */ table {border-collapse: collapse;border-spacing: 0;}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: local('Oswald Bold'), local('Oswald-Bold'), url(http://themes.googleusercontent.com/static/fonts/oswald/v7/bH7276GfdCjMjApa_dkG6T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}


html{
height:100%;
}

.menu_oc {
    height: 45px;
    width: 100%;
	display: none;
    position: fixed;
	top:0px; left:0px;
	z-index:999999999;
	width: 100%; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
    
	border-bottom:4px solid #eeeeee;
}
body{
margin:0px;
background-color:#ffffff;
}

div{margin:0}
a img{ border:none}

/*COR DOS TITULOS  #004a8f */


.boxes{border:1px solid #e6e6e6;}
.esq{float: left}
.dir {float: right}

#titulos{font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; color:#004a8f;}
.chamadas{ font-size:24px; text-transform:none; font-weight:bold; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;  border-bottom:#004a8f 3px solid; margin-bottom:15px;}
.azul{color:#376d84}
.azulclaro{color:#009bdb}	
.azulescuro{color:#14417D}
.laranja{color:#ff8635}	
.cinza{ font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; color:#666}
.cinzaescuro{ color:#333}
.vermelho-escuro{ color:#a50006}
.vermelho{ color:#ca0000}
.verde{ color:#3ea909}
.rosa{ color:#f9004c}	
.roxo{ color:#9113f2}	
.preta{ color:#000}			


#submenu{
width:100%;
height:35px;
clear:both;
background:#e6e6e7;
border-bottom:1px #dadada solid;
}


#submenu-centro{
width:980px;
margin-left:auto;
margin-right:auto;
font-size:10px;
text-align:left;
height:25px;
padding-top:5px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; color:#4f8cd3; 
}


#data{
float:left;
width:350px;
overflow:hidden;
margin-top:8px;
color:#000;
text-shadow:#FFF 0 1px;
}

#previsao{ width:380px; height:25px; float:left; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; text-align:right; margin-left:25px; margin-left:20px; color:#898787;
text-shadow:#FFF 0 1px;}



#topo{
width:100%;
height:175px;
}

#topo-centro{
width:980px;
margin-left:auto;
margin-right:auto;
}

.transparente{
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	width: 100%; 
		
	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=30);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.3;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.3;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.3;
	}
	

.tooltip{
   			display: inline;
    		position: relative;
		}
		
		.tooltip:hover:after{
    		background: #232323;
    		background: rgba(0,0,0,.9);
    		border-radius: 5px;
    		bottom: 46px;
    		color: #fff;
    		content: attr(title);
    		left: 20%;
    		padding: 10px 10px;
    		position: absolute;
    		z-index: 98;
    		width: 150px;
			font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; font-size:12px; color:#FFF;
			text-align:center;
			
		}
		
		.tooltip:hover:before{
    		border: solid;
    		border-color: #232323 transparent;
    		border-width: 6px 6px 0 6px;
    		bottom: 40px;
    		content: "";
    		left: 50%;
    		position: absolute;
    		z-index: 99;
		}
	



#sociais{
width:220px;
height:38px;
float:left;
margin-top:35px;
margin-left:105px;

}

#sociais li{ display:inline; padding-left:2px;}
#sociais li a{opacity:0.99;}
#sociais li a:hover{opacity:0.50;}



#logo{
width:630px;
height:129px;
float:left;
padding-left:0px;
margin-top:20px;
}


#buscar{
	
	width:280px;
	height:30px;
	margin-top:20px;
	float:right;
	-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius: 2px;
border:#dbdbdb 1px solid;
behavior:url(border-radius.htc);
	

	
	}
	
	
#buscar .busca{
	border:none;
	background-color:transparent;
	width:180px;
	font-family: "Humans", sans-serif; font-size:14px;
	margin-top:5px;
	color:#20618d;
	
	}

#buscar .busca::-webkit-input-placeholder { color:#c6c6cb; } 
#buscar .busca:-moz-placeholder { color:#c6c6cb;} 

#buscar .busca_bg{
	
	width:280px;
	height:30px;
	padding-left:10px;
	padding-top:0px;

	}
	
#buscar .botao{
	border:none;
	width:33px;
	height:31px;
	background: url(/media/images/template2/bt_busca.png);
	margin-right:8px;
	margin-top:-1px;
	float:right;
		
}





#menu{width:100%; height:45px; border-bottom:4px solid #eeeeee; border-top:4px solid #eeeeee; }

nav {
	width: 980px;
	height: 45px;
	margin:0 auto 0 auto;
	
	
}

nav ul {
	text-align: center;
	z-index:99999;
}

nav ul li {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:21px;
	cursor: pointer;
	-webkit-transition: padding .05s linear;
	-moz-transition: padding .05s linear;
	-ms-transition: padding .05s linear;
	-o-transition: padding .05s linear;
	transition: padding .05s linear;
	z-index:888;
	
}
nav ul li.drop {
	position: relative;
	
}
nav ul li {
	display: inline;
}

nav ul li a {
	line-height: 45px;
	padding: 0 23px;
	height: 80px;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
	text-decoration:none;
	text-transform:uppercase;
}

nav li:first-child { margin-left:-23px}



nav ul li a:hover {
	color: #eee;
}

.dropOut .triangle {
	width: 0;
	height: 0;
	position: absolute;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #14417d;
	top: -7px;
	left: 50%;
	margin-left: -8px;
}
.dropdownContain {
	width: 225px;
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: -100px; /* half of width */
	top: -800px;
	margin-top:-32px;
}
.dropOut {
	width: 225px;
	background: #14417d;
	float: left;
	position: relative;
	margin-top: 0px;
	opacity: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}

.dropOut ul {
	float: left;
	padding: 10px 0;
}
.dropOut ul li {
	text-align: left;
	float: left;
	width: 190px;
	padding: 12px 0 10px 15px;
	margin: 0px 10px;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background .1s ease-out;
	-moz-transition: background .1s ease-out;
	-ms-transition: background .1s ease-out;
	-o-transition: background .1s ease-out;
	transition: background .1s ease-out;
}

.dropOut ul li a{ 
text-align: left;
text-transform:none;
line-height:20px;
font-size:18px;
}


.dropOut ul li:hover {
	background: #0e3262;
}

nav ul li:hover a { color: white; }
nav ul li:hover .dropdownContain { top: 60px; }
nav ul li:hover .underline { border-bottom-color: #777; }
nav ul li:hover .dropOut { opacity: 1; margin-top: 8px; }






#bg-banner{ width:100%; height:385px; margin-top:30px; margin-left:auto; margin-right:auto}
.bordtrans { 
-moz-background-clip: padding; 
-webkit-background-clip: padding;
background-clip: padding-box; 	 
border: 0px solid rgba(8,43,67,0.6);/*borda do banner principal*/
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
width: 970px;
height:345px;
margin-left:auto;
margin-right:auto;

}


              #carousel-topo {
				margin:0;
				width: 970px;
				height:345px;
							
			}
			#carousel-topo ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			#carousel-topo li {
				font-size: 14px;
				color: #999;
				width: 970px;
				height: 345px;
				display: block;
				float: left;
							
			}

            #carousel-topo li:last-child {margin-right: 0px;}
			#carousel-topo li img {
				width:970px;
				height:345px;
				z-index:9;
				position:relative;
				
				
				}
			
				
			
			.clearfix {
				float: none;
				clear: both;
			}
			
			#carousel-topo .prev1, #carousel-topo .next1 {
				margin-left: 10px;
				width:15px;
				height:21px;			
				display:block;				
				text-indent:-999em;
				background: transparent url('/media/images/template2/carousel_control.png') no-repeat 0 0;
				position:absolute;
				top:70px;				
			}
			#carousel-topo .prev1 {
				background-position:0 0;
				left:-30px;
			}
				#carousel-topo .prev1:hover {
					left:-31px;
				}			
			#carousel-topo .next1 {
				background-position: -18px 0;
				right:-20px;
			}
				#carousel-topo .next1:hover {
					right:-21px;
				}				
			#carousel-topo .pager {
				margin-bottom:10px;
				float:right;
				z-index:10;
				position:relative;
			}
			#carousel-topo .pager a {
				margin: 0 5px 0 0;
				text-decoration: none;
				display:inline-block;
				width:4px;
				height:4px;
				background: #fff;
				border:#666666 3px solid;
				text-indent:-999em;
			}
			#carousel-topo .pager a.selected {
				text-decoration: underline;
				background: #666666;				
			}
			
			
			
			
		/*CARROSEL BANNER*/		
			
			#banner-meio{ width:980px; height:90px; display:table; margin-bottom:50px}
			#carousel-banner {
				margin:0;
				width: 980px;
				height:130px;
							
			}
			#carousel-banner ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			#carousel-banner li {
				font-size: 14px;
				color: #999;
				width: 980px;
				height: 130px;
				display: block;
				float: left;
							
			}

             #carousel-banner li:last-child {margin-right: 0px;}
			#carousel-banner li img {
				width:980px;
				height:130px;
				z-index:9;
				position:relative;
				
				
				}
			
				
			
			.clearfix {
				float: none;
				clear: both;
			}
			
			#carousel-banner .prev1, #carousel-banner .next1 {
				margin-left: 10px;
				width:15px;
				height:21px;			
				display:block;				
				text-indent:-999em;
				background: transparent url('/media/images/template2/carousel_control.png') no-repeat 0 0;
				position:absolute;
				top:70px;				
			}
			#carousel-banner .prev1 {
				background-position:0 0;
				left:-30px;
			}
				#carousel-banner .prev1:hover {
					left:-31px;
				}			
			#carousel-banner .next1 {
				background-position: -18px 0;
				right:-20px;
			}
				#carousel-banner .next1:hover {
					right:-21px;
				}				
			#carousel-banner .pager {
				margin-bottom:10px;
				float:right;
				z-index:10;
				position:relative;
			}
			#carousel-banner .pager a {
				margin: 0 5px 0 0;
				text-decoration: none;
				display:inline-block;
				width:4px;
				height:4px;
				background: #fff;
				border:#666666 3px solid;
				text-indent:-999em;
			}
			#carousel-banner .pager a.selected {
				text-decoration: underline;
				background: #666666;				
			}
			
			
			
			
			
			
			
			




#destaques{
float:left;
width:640px;
height:339px;
-moz-background-clip: padding; 
-webkit-background-clip: padding;
background-clip: padding-box; 	 
border: 0px solid rgba(0,0,0,0.7);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

}			
					
			
			
#menu_index{width:300px; float:right;}
#menu_index li{ 
width:290px; 
height:40px;
padding-left:10px;
padding-top:10px; 
border:#e1dfdf 1px solid; 
background:#f4f4f3; 
margin-bottom:19px; 
font-family: 'Open Sans Condensed', sans-serif;
font-size:22px; 
color:#313131;
text-transform:uppercase;

}


#menu_index li a{ color:#313131; text-decoration:none; margin-left:15px;}
#menu_index li a:hover{color:#f60}


#menu_index li .icone-diario{background: url(/media/images/template2/icon-diario.png); width:24px; height:24px; float:left}
#menu_index li .icone-camara{background: url(/media/images/template2/icone-camara.png); width:24px; height:24px; float:left}
#menu_index li .icone-incentivos{background: url(/media/images/template2/icone-incentivos.png); width:24px; height:24px; float:left}
#menu_index li .icone-licitacoes{background: url(/media/images/template2/icone-licitacoes.png);  width:24px; height:24px; float:left}
#menu_index li .icone-noticias{background: url(/media/images/template2/icone-noticias.png); width:24px; height:24px; float:left}
#menu_index li .icone-transparencia{background: url(/media/images/template2/icone-transparencia.png)  ; width:24px; height:24px; float:left}
#menu_index li .icone-imprensa{background: url(/media/images/template2/icon-imprenssa.png); width:24px; height:24px; float:left}
#menu_index li .icone-pregao{background: url(/media/images/template2/icon-pregao.png); width:24px; height:24px; float:left}



#box{min-height:1000px;}


#meio{
width:980px;
margin-left:auto;
margin-right:auto;
clear: both;
padding-top:10px;

}


#meio-home{
width:640px;
float:left;
}


#pagina{
width:980px;
}




#pagina-interna{
width:93%;
padding:25px;
min-height:1180px;
margin-right:20px;
float:left;
margin-bottom:5px;
background: rgb(250, 250, 250) transparent;
background: rgba(250, 250, 250, 0.7);
/* Para navegadores IE 5.5 - 7 */
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#fafafa);
/* Para navegadores IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#fafafa)";
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

#lateral-interna{
width:300px;
float:right;
margin-bottom:30px;

}

#dest_ultimas{ width:270px; height:80px;background: rgb(250, 250, 250) transparent;
background: rgba(250, 250, 250, 0.7);
/* Para navegadores IE 5.5 - 7 */
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#fafafa);
/* Para navegadores IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#fafafa)";;
padding:15px;}


#dest_tit{ width: 182px; float:right;}
#dest_tit .categoria a{text-decoration:none}
#dest_tit a{font-family: "Humans", sans-serif; font-size:17px;text-decoration:none; font-weight:bold;}


#linha_azul { clear:both; border-bottom:#004a8f 3px solid; padding-top:10px; margin-bottom:10px;}
#linha { clear:both; border-bottom:2px solid; padding-top:10px; margin-bottom:15px;}
.linha { clear:both; border-bottom:1px dotted; color:#CCC; padding-top:10px; margin-bottom:15px;}
#separa{ height:15px; clear:both }


#linha-g { clear:both; border-bottom:6px solid; margin-top:-13px; margin-bottom:20px;z-index:1}
#titulos_box{ width:300px; text-align:center;  z-index:5}
#titulos_box a{background:#FFF;font-family: "Humans", sans-serif; font-size:19px;text-decoration:none; text-align:left; text-transform:uppercase; font-weight:bold; padding-left:5px; padding-right:5px;}


#fundo{
	width:280px;
	height:50px;
	background: rgb(0, 0, 0) transparent;
     background: rgba(0, 0, 0, 0.8);
/* Para navegadores IE 5.5 - 7 */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000);
/* Para navegadores IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000)";
	margin:0 0 0 0;
	padding:5px 0px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	padding:10px;
	
}
#fundo-eventos{
	width:280px;
	height:18px;
	background: rgb(0, 0, 0) transparent;
     background: rgba(0, 0, 0, 0.8);
/* Para navegadores IE 5.5 - 7 */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000);
/* Para navegadores IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000)";
	margin:31px 0 0 0;
	padding:5px 0px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	padding:10px;
	
}


#fundop{
	width:280px;
	height:40px;
	background:#000;
	padding:10px;
	
}

#fundop a{font-family: "Humans", sans-serif; font-size:17px; text-decoration:none; text-align:left; color:#FFF}
#fundop a:hover{color: #FC0}		




#fundo a{font-family: "Humans", sans-serif; font-size:17px; text-decoration:none; text-align:left; color:#FFF}
#fundo a:hover{color: #FC0}

#fundo-eventos a{font-family: "Humans", sans-serif; font-size:17px; text-decoration:none; text-align:left; color:#FFF}
#fundo-eventos a:hover{color: #FC0}

#fundo-vereador a{font-family: "Humans", sans-serif; font-size:15px; text-decoration:none; text-align:center; color:#FFF}
#fundo-vereador a:hover{color: #FC0}		

			
#bok{width:300px; height:70px; padding-top:190px;}	
#bok-vereador{width:200px; height:70px; padding-top:190px;}	
#bov{width:300px; height:260px;}		
			
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 4px 0;
	border-radius: 4px;
  }
  .pagination > li {
	display: inline;
  }
  .pagination > li > a,
  .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	max-height: 30px;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
  }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
  }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
  }
  .pagination > li > a:hover,
  .pagination > li > span:hover,
  .pagination > li > a:focus,
  .pagination > li > span:focus {
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
  }
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
  }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
  }
  .pagination-lg > li > a,
  .pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
  }
  .pagination-lg > li:first-child > a,
  .pagination-lg > li:first-child > span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
  }
  .pagination-lg > li:last-child > a,
  .pagination-lg > li:last-child > span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
  }
  .pagination-sm > li > a,
  .pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
  }
  .pagination-sm > li:first-child > a,
  .pagination-sm > li:first-child > span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
  }
  .pagination-sm > li:last-child > a,
  .pagination-sm > li:last-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
  }
			
			
#eventos{ 
float:right;
height:350px;
width:330px; 
margin-left:20px;

}
#eventos .linha { clear:both; border-bottom:1px dotted #999; padding-top:15px; margin-bottom:15px;}	

#box-eventos{width:62px; height:60px; float:left;}
#box-dia{width:62px; height:37px; background:#933b5e; font-family:Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size:38px; font-weight:400; color:#FFF; text-align:center; padding-bottom:3px}
#box-mes{width:62px; height:20px; background:#5e426b; font-family:Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size:15px; font-weight:bold; color:#FFF; text-align:center; padding-top:3px}

#box-eventos-texto{width:250px; height:65px; float:right; border-right:#eee 2px solid;}
#box-eventos-texto .titulo a{width:250px;font-family:Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size:16px; font-weight:bold; color:#933b5e; text-align:left; text-decoration:none}

#box-eventos-texto .local{width:250px;font-family:Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size:15px; font-weight:bold; color:#5e426b; text-align:left; padding-top:5px}


.bw {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.bw:hover {
  -webkit-filter: grayscale(100%);
}




#box-banners{margin-top:30px; float:right; width:580px}
#box-banners-rodape{margin-top:30px; width:980px; display:table}
#box-banners-rodape .esq{ margin-right:60px}
#box-banners-rodape .dir{ float:left; margin-right:0px}


#banner300{
width:300px;
height:140px;
margin-right:40px;
float:left;

}

#banner300d{
width:300px;
height:140px;
float:right;

}


#bg-galeria{ 
width:100%;
height:370px;
border-top:1px solid #FFF;
border-bottom:1px solid #FFF;
margin-top:0px;
margin-bottom:30px;
background:url(/media/images/template2/bg_galeria.png)}

#titulo{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
text-decoration:none;
margin-bottom:7px;
margin-top:15px;
}

#titulo a{ text-decoration:none;}
#titulo a:hover{ opacity:0.9}


.textohome a{ font-family:"Humans", sans-serif; font-size:15px; text-decoration:none; text-align:justify left}
.textohome a:hover{ opacity:0.9}

#box-noticia{ 
margin-top:-25px;
float:left;
height:300px;
width:300px; 
margin-right:40px;
}

#box-eventos{ 
cursor: pointer;
}

#box-vereador{ 
margin-top:-25px;
float:left;
height:320px;
width:180px; 
margin-right:40px;
cursor: pointer;
}
#fundo-vereador{
	width:180px;
	height:25px;
        line-height: 25px;
        text-align: center;
        text-transform:uppercase;
	background: rgb(0, 0, 0) transparent;
     background: rgba(0, 0, 0, 0.8);
/* Para navegadores IE 5.5 - 7 */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000);
/* Para navegadores IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000)";
	margin:0 0 0 0;
	padding:5px 0px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	padding:10px;
	
}


#box-noticias-r{ 
margin-top:-25px;
float:left;
height:300px;
width:300px; 
}


#programacao{ 
margin-top:-25px;
float:right;
height:390px;
width:300px; 
}


.curvas {
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius: 5px;
behavior:url(border-radius.htc);
 margin-bottom:7px;
}

.curvas3 {
-moz-border-radius:0px 5px 5px 5px;
-webkit-border-radius:0px 5px 5px 5px;
border-radius: 0px 5px 5px 5px;
behavior:url(border-radius.htc);
 margin-bottom:7px;
}



#coberturas{ width:980px; height:370px; margin-left:auto; margin-right:auto; padding-top:35px;}
#coberturas .tt{font-size:17px; font-family: "Humans", sans-serif; font-weight:bold; margin-left:4px}
#coberturas .titulo a{font-family: "Humans", sans-serif; font-size:29px; text-transform:uppercase; text-decoration:none}
#coberturas .texto{font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;font-size:13px; text-decoration:none;
margin-left:4px}


#carousel {
				margin:0;
				width: 994px;
				float:left;
				
			}
			#carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
				
			}
			#carousel li {
				font-size: 14px;
				color: #999;
				width: 220px;
				height: 243px;
				display: block;
				float: left;
				margin-right: 28px;				
			}
			

           
			
			#carousel li img {
				width:220px;
				height:160px;
				margin-top:24px;
				margin-bottom:5px;
				-moz-background-clip: padding; 
                -webkit-background-clip: padding;
background-clip: padding-box; 	 
border: 6px solid rgba(255,255,255,0.5);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;

			}
			
				
			
			.clearfix {
				float: none;
				clear: both;
			}
			
			#carousel .prev1, #carousel .next1 {
				margin-left: 10px;
				width:15px;
				height:21px;			
				display:block;				
				text-indent:-999em;
				background: transparent url('/media/images/template2/carousel_control.png') no-repeat 0 0;
				position:absolute;
				top:70px;				
			}
			#carousel .prev1 {
				background-position:0 0;
				left:-30px;
			}
				#carousel .prev1:hover {
					left:-31px;
				}			
			#carousel .next1 {
				background-position: -18px 0;
				right:-20px;
			}
				#carousel .next1:hover {
					right:-21px;
				}				
			#carousel .pager {
				margin-bottom:10px;
				float:right;
				z-index:10;
				position:relative;
				margin-right:20px;
			}
			#carousel .pager a {
				margin: 0 5px 0 0;
				text-decoration: none;
				display:inline-block;
				width:4px;
				height:4px;
				background: #fff;
				border:#666666 3px solid;
				text-indent:-999em;
			}
			#carousel .pager a.selected {
				text-decoration: underline;
				background: #666666;				
			}
			
			
			
			
			



#videos{ width:625px; float:left; height:390px; margin-top:-25px;}

#titulobox{font-family:"Armata", sans-serif; font-size:15px; background:url(/media/images/template2/iconVideo.png) no-repeat; line-height:20px; width:200px; }
#box-materia img{
width:90px;
-moz-background-clip: padding; 
-webkit-background-clip: padding;
background-clip: padding-box; 	 
border: 0px solid rgba(0,0,0,0.7);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;}


#box-materia-dest img{
width:300px;
-moz-background-clip: padding; 
-webkit-background-clip: padding;
background-clip: padding-box; 	 
border: 0px solid rgba(0,0,0,0.7);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
margin-bottom:7px}

#titulobox-dest{font-family:"Armata", sans-serif; font-size:15px; background:url(/media/images/template2/iconVideo.png) no-repeat; line-height:20px; width:300px; }



 




.tnoticias{
font-family: Arial; 
font-size: 25px; 
COLOR: #1278BF; 
text-shadow: 0px 0px 3px #508AD3;
}

.tnoticias2{
font-family: Arial; 
font-size: 22px; 
line-height: 30px;
COLOR: #1278BF; 
text-shadow: 0px 0px 3px #508AD3;
}

.texto-materias{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
color:#333;
text-decoration:none;
}
.texto-fixo-novo{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:16px;
color:#333;
text-decoration:none;
}
.item-texto-link {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:16px;
line-height: 33px;
margin-left: 15px;
text-decoration: none;
color:#000;
}


.tsub{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#999999;
	font-weight:500;
}

.legendaa{
font-family:Tahoma, "Segoe UI", Arial;
font-size:12px;
color: #666666;
}


.postagem{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
color: #666;
}

.postagemautor{
font-family:Tahoma, "Segoe UI", Arial;
font-size:12px;
line-height: 30px;
margin-top: 3px;

}
.postagemsubtitulo{
font-family:Tahoma, "Segoe UI", Arial;
font-size:14px;
line-height: 18px;

}

.texto{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:13px;
text-decoration:none;
}

.texto a:hover, a.texto:visited{
text-decoration: none;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#333;
font-size:13px;
}



.titulo_mais{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
color: #333;
font-weight:bold;
}

.titulo_mais a{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
color: #900;
font-weight:bold;
text-decoration:none;
}

.tit_texto{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:18px;
color:#666;
}

.titnoticia{
font-family: 'Nunito', sans-serif;
text-decoration:none;
padding-top: 2px;
font-size:18px;
color: #000;
}
.titnoticia a{ text-decoration:none; overflow:hidden; color: #000;}
.titnoticia a:visited, a:active{ text-decoration:none; color: #000;}

.titnoticia-evento{
font-family: 'Nunito', sans-serif;
text-decoration:none;
padding-top: 4px;
font-size:22px;
color: #14417D;
}
.titnoticia-evento a{ text-decoration:none; overflow:hidden; color: #14417D;}
.titnoticia-evento a:visited, a:active{ text-decoration:none; color: #14417D;}

.titnoticia-evento2{
font-family: 'Nunito', sans-serif;
text-decoration:none;
padding-top: 4px;
font-size:16px;
color: #14417D;
}
.titnoticia-evento2 a{ text-decoration:none; overflow:hidden; color: #14417D;}
.titnoticia-evento2 a:visited, a:active{ text-decoration:none; color: #14417D;}

.descricao-evento{
font-family: 'Nunito', sans-serif;
text-decoration:none;
padding-top: 8px;
font-size:16px;
line-height: 21px; 
text-align: justify;    
color: #000;
}
.titnoticia-evento a{ text-decoration:none; overflow:hidden; color: #14417D;}
.titnoticia-evento a:visited, a:active{ text-decoration:none; color: #14417D;}


#box-tit-not{font-family: 'Nunito', sans-serif; font-size:12px; font-weight:bold; text-transform:uppercase; margin-top:4px;}
#box-tit-not2{font-family: 'Nunito', sans-serif; font-size:15px; font-weight:bold; text-transform:uppercase; line-height: 30px;}
#box-tit-not-evento{font-family: 'Nunito', sans-serif; font-size:18px; line-height: 18px;font-weight:bold; text-transform:uppercase; margin-top:4px;}
#box-tit-not-evento2{font-family: 'Nunito', sans-serif; font-size:18px; line-height: 14px;font-weight:bold; text-transform:uppercase; margin-top:4px;}
#box-tit-desc{margin-top:5px;}

.titulo_gr {
font-family: 'Nunito', sans-serif;
color:  #333;
font-size:30px;
font-weight:bold;
}

.subtitulo {
font-family: "Humans", sans-serif;
color: #fff;
font-size:20px;
margin-top:5px;
margin-bottom:10px;

}
.alignleft{
        float:left;
        margin: 2px 18px 10px 0;
        display: inline;
        border:0px;
        background:none;
        padding:0;
    }
.alignright{
        float:right;
        margin: 2px 2px 12px 15px;
        display: inline;
        border:0px;
        background:none;
        padding:0;
    }

.text_coment{

width:150px;
}


#box-mais{width:600px; float:left; margin-top:10px;}
#box-mais ul{margin-top:0px;}
#box-mais li{width:130px; float:left; padding-right:13px; margin-right:12px; display: block;}
#box-mais li a:hover{opacity:0.90}
#box-mais li:first-child{margin-left:0px}
#box-mais li:last-child{margin-right:0px; padding-right:0px; border-right:none}
#box-mais-not{font-family: 'Nunito', sans-serif; font-size:13px; padding-top:10px; text-align:justify left}
#box-mais-not a{ text-decoration:none;}



/*PRIMEIROS DESTAQUE SLIDES INICIAL*/

.hidden { display:none; }
.slide {width:640px; margin-top:-60px; float:left}
.chegar {width:90%; margin-top:-60px; float:left}
.borda {width:300px; height:200px; float:left; border:#CCC 1px solid; margin-right:21px; float:left}
.slide .img.wrapper { display:inline-block; width:300px; height:240px; overflow: hidden;}
.tt{ float:right; width:314px; height:200px;}
.slide ul {float:left; width:314px; margin-left:-28px; margin-top:0px; }
.slide ul li { list-style:none; }
.slide ul li a { display:block; height:50px; width:280px; overflow:hidden; 
font-family: "Humans", sans-serif;
font-size:17px;
color:#333;
text-decoration:none;
padding-left:33px;
padding-top:14px;
padding-bottom:15px;
border-bottom:#CCC 1px dotted;
text-align:justify left;
margin-left:25px}
.slide ul li.selected a { text-decoration: none; background: url(/media/images/template2/seta.png)0px 15px no-repeat; color:#fff; }


.dest a{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:15px;
color:#333;
text-decoration:none;
font-weight:bold;
}

.dest a:hover{

color:#666;

}


.dest1 a{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:15px;
color:#a31306;
text-decoration:none;
font-weight:bold;
}

.dest1 a:hover{

color:#666;

}


#dvFotoCobertura {width:300px; float:left;  margin-top:0px; margin-bottom:20px; } 
#dvFotoCobertura img:hover {
opacity: 0.60;
-moz-opacity: 0.60;
filter: alpha(opacity = 60);
}
#dvFotoCoberturaTitulo {width:280px;height:45px; padding-left:2px; padding-right:2px;text-align:left; padding-top:5px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:10px; color:#666;}   
#dvFotoCoberturaTitulo a {text-align:left;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:10px; color:#666; text-decoration:none;}   

a.FotoCobertura {text-decoration:none;} 
a.FotoCobertura div
a.FotoCobertura:hover div



#list {
	height:87px;
	width:637px; 
	}

.slider {
	float:left;
	left: -5000px; 
	margin-left:0px; 
	position:relative; 
	visibility:hidden;	
}
	
.slider ul {
	height:115px;
	width:160px; 
}

.slider ul li {
	padding:7px 12px;
	text-align:left;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:10px; color:#333; text-decoration:none;
}

.slider ul li a {

font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:10px; color:#333; text-decoration:none;
}


.slider ul li img {
	cursor:pointer;
	height:115px; 
	padding-top:0px;
	width:160px; 
	 
}

.prev {
	cursor:pointer; 
	float:left;
	padding-top:25px;
}

.next {
	cursor:pointer; 
	float:right; 
	padding-top:24px;
}


.paginacao{
font-family:Tahoma, "Segoe UI", Arial;
font-size:11px;
color: #666666;
}

/*SETAS LATERAIS DAS NOTICIAS*/

.paginacao-materia{display:none;overflow:hidden;z-index:1000}
.paginacao-materia .animated{-khtml-transition-duration:300ms;-ms-transition-duration:300ms;-moz-transition-duration:300ms;-webkit-transition-duration:300ms;-o-transition-duration:300ms;transition-duration:300ms;-khtml-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}
.paginacao-materia .seta,.paginacao-materia .materia{overflow:hidden;top:50%;position:fixed;margin-top:-60px;z-index:1010}
.paginacao-materia .seta{background: url(/media/images/template2/setas-materias.png) 0 0 no-repeat;cursor:pointer;height:115px;text-indent:-9999px;overflow:hidden;width:105px;opacity:0.7}
.paginacao-materia .materia{background:white;border:1px solid #DDD;border-top:3px solid #004a8f;-moz-border-radius:3px;-o-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 2px #999;-o-box-shadow:0 1px 2px #999;-webkit-box-shadow:0 1px 2px #999;box-shadow:0 1px 2px #999;cursor:pointer;height:100px;width:190px}
.paginacao-materia .materia .chapeu{color:#f60;font:20px/20px  "Trebuchet MS", Arial, Helvetica, sans-serif; letter-spacing:-0.6px;text-transform:uppercase;opacity:0; margin-top:-10px;}
.paginacao-materia .materia .titulo-materia{color:#666;display:block;font:bold 13px/15px arial,sans-serif;font-weight:bold;margin-top:-5px;opacity:0}
.paginacao-materia .materia .titulo-materia:hover{color:#004a8f}
.paginacao-materia .materia .data-materia{color:#999;font:11px/11px arial,sans-serif;margin-top:9px;opacity:0}
.paginacao-materia:hover .materia .animated{transition-delay:350ms;-moz-transition-delay:350ms;-webkit-transition-delay:350ms;-o-transition-delay:350ms}.paginacao-materia:hover .materia *{opacity:1}
.paginacao-materia.materia-anterior{left:0}
.paginacao-materia.materia-anterior .seta{background-position:30px 25px;left:0}
.paginacao-materia.materia-anterior .materia{left:-340px;padding:20px 20px 0 110px}
.paginacao-materia.materia-anterior:hover .materia{left:-10px}
.paginacao-materia.materia-anterior:hover .seta{background-position:30px 25px;opacity:1 !important}
.paginacao-materia.proxima-materia{right:0}
.paginacao-materia.proxima-materia .seta{background-position:30px -199px;right:0}
.paginacao-materia.proxima-materia .materia{right:-340px;padding:20px 110px 0 20px}
.paginacao-materia.proxima-materia:hover .materia{right:-10px}
.paginacao-materia.proxima-materia:hover .seta{background-position:30px -199px;opacity:1 !important}
body:hover .paginacao-materia .seta{opacity:0.8}
.glb-conteudo:hover .paginacao-materia .seta{opacity:0.8}


.campo{border:1px #fff solid; background: #efefef; width:275px; color:#20618d; height:33px; border-radius:2px; margin-bottom:7px; padding-left:10px;}

.textbox{border:1px #fff solid; background: #efefef; width:580px; height:100px; color:#20618d; height:33px; border-radius:2px; margin-bottom:7px; padding-left:10px;}
.label{margin-bottom:3px; margin-left:3px}
.botao_envia{border:none;
	width:120px;
	height:29px;
	background: #666;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; color:#fff;
	font-size:13px;
	margin-right:4px;
	cursor:pointer;}

#downloads{width:630px; min-height:1000px;}
#downloads li{ display:inline; width:152px; padding:15px; height:220px; background:#eeeeee; float:left; margin-right:27px; margin-bottom:25px;}
#downloads li:last-child{margin-right:0px}
#downloads li img{ margin-bottom:13px}
#downloads .titulo a{ text-decoration:none; font-size:14px}



#departamentos{width:630px; min-height:1000px;}
#departamentos li{ display:inline; width:152px; padding:15px; height:100%; background:#eeeeee; float:left; margin-right:27px; margin-bottom:45px; text-align:center; 	
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.15);
-moz-box-shadow: 0 1px 6px rgba(0,0,0,.15);
box-shadow: 0 1px 6px rgba(0,0,0,.15);

}
#departamentos li:last-child{margin-right:0px}
#departamentos li img{ margin-bottom:13px}
#departamentos .titulo a{ text-decoration:none; font-size:17px; text-align:center;}



#loja{width:630px; min-height:1000px;}
#loja li{ display:inline; width:152px; padding:15px; height:220px; background:#eeeeee; float:left; margin-right:27px; margin-bottom:25px;}
#loja li:last-child{margin-right:0px}
#loja li img{ margin-bottom:13px}
#loja .titulo a{ text-decoration:none; font-size:14px}
#loja .preco{font-size:15px; font-family: "Humans", sans-serif; font-weight:bold; padding-top:6px;}






#celulas-listagem{background:#eeeeee; width:560px; padding-left:10px; padding-right:10px; padding-top:10px; margin-left:10px; font-family: "Humans", sans-serif;
font-size:16px; color:#333}
h2.accordion{ cursor: pointer; background:#eee; height:27px; width:590px; border-bottom:2px #dadada solid; padding-left:10px; padding-top:8px; color:#999; font-family: "Humans", sans-serif;
font-size:16px; }
div.accordion{ display: none; }




#rodape{
width: 100%; 
min-height:10px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
margin-bottom:0px;

}
#rodape_dentro {width:980px; margin:0 auto 0 auto;}
#rodape_cima { width:100%; min-height:245px; padding-bottom:40px }
#rodape_baixo {
	width:100%; 
	height:93px;
	 }


	
#newsletter{width:300px; height:250px; float:right; margin-top:25px;}
#newsletter .titulo{ font-family:"Oswald" , Arial, sans-serif; font-size:24px; margin-bottom:10px; text-shadow:#FFF 0 1px; color:#666666}
#newsletter .texto{ font-family: "Oswald", sans-serif; font-size:15px;color:#666}


#boxface{width:300px; height:250px; float:left; margin-top:25px;}
#boxface .titulo{ font-family: 'Nunito', sans-serif; color:#666; font-size:24px; margin-bottom:10px; text-shadow:#FFF 0 1px}


#infos{width:300px; height:200px; float:left; margin-right:34px; margin-top:15px;}


#copyright { width:100%; float:left; margin-top:20px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px; text-align:center; color:#FFF;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
     
	 line-height:20px}


#desenvolvedor a { width:220px;
 float:right;
  margin-top:22px;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
     opacity: 0.8;}
	 
#desenvolvedor a:hover { 
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
     opacity: 0.9;}	 
    
.vereadores {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
}
.pag_item {
    width: 30px;
    height: 30px;
    float:left;
    border: 1px solid #000;
    margin-right:3px;
    text-align: center;
    line-height: 30px;
}
.pag_item a {
    color: #000;
    text-decoration: none;
}
.pag_ativo {
    background-color: #224074;    
}
.pag_ativo a {
    color: #FFF;
}
.btnpadrao {
	cursor: pointer;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding: 10px 20px;
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#14417D),
		to(#14417D));
	background: linear-gradient(
		top,
		#1f0e9e 0%,
		#311bab);
	border-radius: 3px;
	border: 1px solid #000000;
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	text-shadow:
		0px -1px 0px rgba(000,000,000,1),
		0px 1px 0px rgba(255,255,255,0.2);
}

.imagem_vereador {
    width: 230px;
    
    float: left;
}
.dados_vereador {
    font-size: 24px;
    line-height: 40px;
    
}
.dados_vereador_texto  {
    margin-top: 7px;
}
.texto-padrao {
   font-size: 16px;
    line-height: 25px; 
    text-align: justify;    
}

.seta-direita:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 0; 
  height: 0; 

  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid black;
}
.imgthumb {
  border: 1px solid #ddd; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  padding: 2px; /* Some padding */
  margin: 5px;
  width: 90px; /* Set a small width */
  height: 80px; /* Set a small width */
}

/* Add a hover effect (blue shadow) */
.imgthumb:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.imgthumb-maior {
  border: 1px solid #ddd; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  padding: 5px; /* Some padding */
  width: 220px; /* Set a small width */
  height: 175px; /* Set a small width */
}

/* Add a hover effect (blue shadow) */
.imgthumb-maior:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.imgthumb-maior {
  border: 1px solid #ddd; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  padding: 5px; /* Some padding */
  width: 220px; /* Set a small width */
  height: 175px; /* Set a small width */
}

/* Add a hover effect (blue shadow) */
.imgthumb-maior:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.imgthumb-maior3 {
  border: 1px solid #ddd; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  padding: 5px; /* Some padding */
  width: 140px; /* Set a small width */
  height: 90px; /* Set a small width */
}

/* Add a hover effect (blue shadow) */
.imgthumb-maior3:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.imgthumb-noticia {
  border: 1px solid #ddd; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  padding: 5px; /* Some padding */  
}

/* Add a hover effect (blue shadow) */
.imgthumb-noticia:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.container-contato {
  width: 100%;
  margin: 0 auto;
}

.form-contact {
  width: 100%;
  font-family: "Arial", Times, serif;
}

.form-contact-input {
  width: 100%;
  color: #000;
  font-size: 18px;
  background-color: #FFF;
  border: 1px solid #E9E9E9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-indent: 20px;
}

.form-contact-textarea {
  width: 100%;
  color: #000;
  font-size: 18px;
  background-color: #FFF;
  border: 1px solid #E9E9E9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 200px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-indent: 20px;
  padding-top: 16px;
  padding-left: 0;
  padding-right: 0;
  font-family: "Arial", Times, serif;
}

.form-contact-button {
  width: 10%;
  font-size: 18px;
  border-radius: 4px;
  color: #fff;
  height: 40px;
  opacity: .8;
  margin-bottom: 20px;
  cursor: pointer;
  background: #14417D;
  display: block;
  border: none;
  
  transition: 1s;
}

.form-contact-button:hover {
  opacity: 1;
}
.img-esquerda {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
