
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,700i');


body{
	font-family: 'Open Sans', sans-serif;
	background: #f7f7f7;
}

header{
	padding: 20px 0 0 0;
}

header .img-responsive{
	margin: 0 auto 20px;
}

header form{
	margin-top: 60px;
	position: relative;
}

.form-control{
	height: auto;
	padding: 10px;
	box-shadow: none;
	border: 1px solid #b7b7b7;
}

header button{
	border: 0;
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
    padding: 4px 11px 3px;
    position: absolute;
    right: 3px;
    top: 3px;
	background: #000;
}

header .segura-menu{
	padding-top: 5px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background: #f4f4f4;
	background: -moz-linear-gradient(top, #f4f4f4 0%, #ffffff 50%, #f4f4f4 100%);
	background: -webkit-linear-gradient(top, #f4f4f4 0%,#ffffff 50%,#f4f4f4 100%);
	background: linear-gradient(to bottom, #f4f4f4 0%,#ffffff 50%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f4f4f4',GradientType=0 );
}


h1{
	color: #000;
	margin-top: 10px;
	font-size: 25px;
	line-height: 20px;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
}

h1:after{
	content: url('../img/rabixo-h1.png');
	display: block;
}

.lista-pautas article{
	padding: 5px;
	background: #eee;
}

.lista-pautas article div{
	border: 1px solid #a78501;
	height: 100px;
	padding-top: 20px;
	text-align: center;
	position: relative;
	text-transform: uppercase;
}

.lista-home article div{
	height: 70px;
}

.lista-pautas article div h2{
	font-size: 12px;
	margin-top: 0;
	font-weight: 600;
	padding: 0 15px;
}

.lista-pautas article div a{
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	display: inline-block;
	padding: 5px 25px;
	top: 55px;
	position: relative;
	background: #a78501;
}

.lista-pautas-black article div{
	border: 1px solid #000;
	color: #000;
}

.lista-pautas-black article div a{
	background: #000;
}

.lista-pautas article div a:hover{
	color: #fff;
	text-decoration: none;
}


.tit-preto{
/*	padding: 10px 0 15px; */
	margin-top: 30px;
	margin-bottom: 30px;
	background: #000;
}

.tit-preto h1{
	color: #fff;
	font-size: 25px;
	line-height: 20px;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
}

.tit-preto h1:after{
	content: url('../img/rabixo-h1-white.png');
	display: block;
}

.bkg-cinza{
	padding: 30px 0;
	background: #efefef;
}


.lista-news article{
	font-size: 13px;
	color: #2a2a2a;
}

.lista-news article .meta{
	color: #9a9a9a;
	font-size: 13px;
	margin-bottom: 20px;
}

.lista-news article .meta a{
	color: #9a9a9a;
	text-transform: uppercase;
}

.lista-news article .meta a:hover{
	color: #333;
	text-decoration: none;
}

.lista-news article h2{
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 0;
	font-weight: 600;
}

.lista-news article .mais{
	color: #000;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
}

.lista-news article .mais:hover{
	color: #a78501;
	text-decoration: none;
}

footer{
	margin-top: 40px;
	padding-top: 40px;
	color: #fff;
	background: #1c1c1c;
}

footer h2{
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 40px;
}

footer h2:before{
	content: " ";
	width: 70px;
	height: 5px;
	display: block;
	margin-bottom: 15px;
	background: #fff;
}

footer a{
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
}

footer a:hover{
	color: #ffcb03;
	text-decoration: none;
}

footer .btn{
	color: #000;
	padding: 6px 22px
}

footer .logo-rodape{
	margin-top: 20px;
	display: inline-block;
}

footer .copy{
	margin-top: 15px;
	padding-top: 10px;
	font-size: 11px;
	font-weight: 300;
	background: #000;
}



/**********************************/

.bkg-amarelo{
	padding: 10px 0;
	margin-bottom: 40px;
	background: #a78501;
}

.bkg-amarelo h1:after{
	content: url('../img/rabixo-h1-black.png');
	display: block;
}

.bkg-amarelo h1 a{
	color: #000;
}



.internas input[type=submit]{
	border: 2px solid #e5e5e5;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	background: #a78501;
}

.internas h2{
	font-size: 22px;
}


.internas .titulo {
	margin-bottom: 50px;
}

.internas .titulo .data{
	color: #999;
}

.internas .titulo h1:after{
	content: " ";
}

hr{
	border-color: #e5e5e5;
}


.internas .lista-pautas{
	margin-bottom: 20px;
}

.internas .lista-pautas article div {
  padding-top: 20px;
}

.lista-pautas article div a {
  left: 50%;
  margin-left: -55px;
  position: absolute;
  top: 78px;
}

.lista-home article div a {
  top: 48px;
}

.lista-pautas article div .data {
	display: none;
  font-size: 13px;
}


aside {
	border-left: 1px solid #bfbfbf;
	min-height: 500px;
	padding: 20px 0 20px 15px;

}

aside article{
	margin-bottom: 50px;
	color: #000;
	font-size: 12px;
}

aside h2{
	color: #000;
	font-size: 18px;
	line-height: 15px;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 20px;
	margin-top: 0px;
	text-transform: uppercase;
}

aside h2:after{
	content: url('../img/rabixo-h1-black.png');
	display: block;
}

aside a{
	color: #000;
}

aside a:hover{
	color: #666;
	text-decoration: none;
}

aside article li:before{
	content: url('../img/seta.png');
	position: relative;
	top: 3px;
}



.bio-autor h1:after{
	content: url('../img/rabixo-h1-black.png');
}

.bio-autor img{
	border-radius: 50%;
	border: 2px solid #a78501;
}

.bio-autor h3{
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 10px;
}

.bio-autor{
	margin-top: 60px;
	font-size: 13px;
	font-weight: 300;
}



.internas .lista-news article {
  margin-bottom: 50px;
}


.lista-presidentes .row{
	
}

.lista-presidentes h2{
	margin-top: 10px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
}

.lista-presidentes{
	font-size: 13px;
}

.lista-suspensos .row{
	margin-bottom: 30px;
	font-size: 14px;
	text-transform: uppercase;
}

.lista-suspensos b{
	font-weight: 700;
	font-style: italic;
}

.lista-suspensos li{
	margin-bottom: 5px;
}


.internas .bt-voltar a{
	color: #666;
	font-size: 10px;
	font-weight: 700;
	font-style: italic;
}



.wp-pagenavi{
	text-align: center;
}

.wp-pagenavi a{
	color: #fff;
	display: inline-block;
	padding: 2px 7px;
	margin: 0 2px;
	background: #000;
}

.wp-pagenavi span,
.wp-pagenavi a:hover{
	color: #000;
	display: inline-block;
	padding: 2px 7px;
	margin: 0 2px;
	text-decoration: none;
	background: #fff;
}



/************************************************************************/
/************************************************************************/
/************************************************************************/



@media (max-width: 768px){
	#camera_wrap_4 {
	  height: 170px;
	}

	.fluid_container {
	  height: 170px;
	}

	.lista-pautas article {
	  margin-bottom: 30px;
	}

	h1 {
	  font-size: 30px;
	}


	.lista-news article {
	  margin-bottom: 50px;
	  border-bottom: 1px solid #333;
	  padding-bottom: 20px;
	}

	footer .copy{
		text-align: center;
	}

	footer .copy .text-right{
		text-align: center;
		margin-top: 15px;
		margin-bottom: 15px;
	}

}
