a{color: #386098;}

body{
    font-family: 'Open Sans', sans-serif, Tahoma, Verdana, Arial;
    background: #FFF;
    color: #333333;
}

img,iframe,object,embed{
    max-width: 100% !important;
}

@media (min-width: 992px) {
    .container {
        max-width: 980px;
    }
}

.pagina_site{
	min-height: 300px;
}


/* MENU 1 */
.topo1-fundo{
    min-height: 30px;
    background: #386098;
}

.topo1 .navbar{
    min-height: 32px !important;
}
.topo1 .navbar-nav > li{
    margin-right: 8px;
}
.topo1 .navbar-nav > li > a{
    padding-top: 0;
    padding-bottom: 0;
    line-height: 32px;
}


#pesquisa{
    background: url("../img/lupa.png") no-repeat center;
    border: 1px solid #CCCCCC !important;
    border-radius: 0 5px 5px 0;
    border-left: none;
    padding-left: 18px;
    padding-right: 18px;
}
.pesquisa{
    width: 250px;
    display: inline-block;
    float: right;
    margin-top: 44px;
}
.pesquisa input{
    font-family: 'Open Sans Condensed', sans-serif;
    border: 1px solid #CCCCCC !important;
    border-right: none;
}

.social{
    width: 130px;
    display: inline-block;
    float: right;
    margin-top: 44px;
}
.social div{
    display: inline-block;
}
@media(min-width: 768px) and (max-width: 992px){
    .social{
        width: auto;
        margin-top: 5px;
    }
}
@media(max-width: 767px){
    .pesquisa{
        width: 100%;
        margin-top: 10px
    }
}

.topo-logo{
    padding-top: 21px;
}

.barra{
    background: #7C2F2D;
    height: 10px;
}

.botoes-fundo{
    background: #EEEEEE;
    position: absolute;
    left: 0;
    width: 100%;
}
.botoes, .botoes-fundo{
    min-height: 120px;
}

.botoes{
    padding: 20px 0
}
.botoes .container{
    margin-left: -15px;
    padding: 0;
}

.botoes a,.botoes a:hover,.botoes a:focus{
    -webkit-box-shadow: 2px 2px 0 0 #bbb;
    -moz-box-shadow: 2px 2px 0 0 #bbb;
    box-shadow: 2px 2px 0 0 #bbb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    color: #666666;
    background-color: #DDDDDD !important;
    text-align: left;
    text-shadow: 1px 1px 0 #fff;
    padding: 14px 0 14px 10px;
    width: 100%;
    border: none;
    margin: 5px 0;
}
.botoes a:hover{
    background-color: #bbb !important;
    color: #FFF;
    text-shadow:none;
    -webkit-box-shadow: 2px 2px 0 0 #999999;
    -moz-box-shadow: 2px 2px 0 0 #999999;
    box-shadow: 2px 2px 0 0 #999999;
}

.home-slide{
    /*background: #f00*/
}

.botoes a span{
    font-weight: bold;
}

.botao01{
    background: url("../img/botao01.png?v=5") no-repeat right center !important;
    /*padding-right: 50px;*/
}
.botao02{
    background: url("../img/botao02.png?v=5") no-repeat right center !important;
    /*padding-right: 50px;*/
}
.botao03{
    background: url("../img/botao03.png?v=5") no-repeat right center !important;
    /*padding-right: 50px;*/
}
.botao04{
    background: url("../img/botao04.png?v=5") no-repeat right center !important;
    /*padding-right: 50px;*/
}
.botao05{
    background: url("../img/botao05.png?v=5") no-repeat right center !important;
    /*padding-right: 55px;*/
}
.botao06{
    background: url("../img/botao06.png?v=5") no-repeat right center !important;
    /*padding-right: 65px;*/
}

@media(max-width: 990px){
    .botoes, .botoes-fundo{
        min-height: 200px;
    }
}
@media(max-width: 767px){
    .botoes, .botoes-fundo{
        min-height: 275px;
    }
    .botoes .container{
        padding-left: 15px;
    }
}


/* MENU PRINCIPAL */
.menu1{
    padding-top: 24px;
}
.menu{
    padding: 0 0 0 0;
}
@media(min-width: 992px){
    .menu{
        position: relative;
        right: 0;
        margin-top: -30px;
    }
}
.menu .caret{
	color: #666666;
}
.menu-fundo{
    /*min-height: 50px;*/
}
.menu a,.menu a:focus,.menu a:hover{
	color: #666666;
}

.menu .navbar .navbar-toggle, .menu .navbar .navbar-toggle:focus, .menu .navbar .navbar-toggle:hover{
    border: 1px solid #666;
}
.menu .navbar .navbar-toggle .icon-bar{
    background: #666;
}

.menu-container{
    margin: 0;
}
.menu .navbar-nav{
	text-align: right;
}

.menu-navbar-brand{
    float: right;
    color: #fff;
}

.menu-navbar-brand:hover, .menu-navbar-brand:focus{
    color: #fff;
}

.menu .nav .open > a, .menu .nav .open > a:focus, .menu .nav .open > a:hover{
    background: #fff;
}
.menu .nav > li{
    margin-left: 5px;
}

@media (min-width: 768px) and (max-width: 991px){
    .menu .nav > li > a{
        font-size: 0.85em;
        padding: 12px 5px 5px 5px;
    }
}
@media (min-width: 768px){
	.menu .navbar-nav > li {
		float: none !important;
        display: inline-block !important;
	}
    .nav > li > a {
        text-align: center;
    }
}

@media (max-width: 767px) {
    nav.navbar {
        background: #386098;
        z-index: 100;
    }
    .nav>li{
		padding-left: 30px; 
	}	
	.menu .navbar-nav{
		text-align: left;
	}
	.menu .navbar-nav>li{
		display: block !important;
	}
	.menu .navbar-header,
	.container-fluid>.navbar-collapse{
		margin-right: 0;
		margin-left: 0;
	}	
	.nav > li > a {
        text-align: left;
    }
}

.navbar{
    border-radius: 0;
    margin: 0;
}
.navbar .container-fluid{
    padding: 0;
}

.navbar .navbar-toggle, .navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus{
    border: 1px solid #fff;
}

.navbar .navbar-toggle .icon-bar{
    background: #fff;
}

.navbar-collapse{
    padding-left: 0;
    padding-right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-nav > li > a{
    padding-top: 12px;
}

.nav > li > a {
    color: #666666;
    font-size: 12px;
    padding: 10px 2px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: underline;
    background: transparent;
}

.nav > li.disabled > a {
    color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
    background: #386098;
    border: none;
}

.navbar-nav{
    /*margin: 7px 15px;*/
    width: 100%;
}

.dropdown-menu{
    background: #fff;
    border: 1px solid #BBB;
}

.dropdown-menu > li > a{
    color: #666;
    font-size: 12px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    background: #ffffff;
    text-decoration: underline;
    color: #666;
}

@media (min-width: 768px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

.caret{
    color: #ffffff;
}

/*Sub-Menu*/
.navbar-default{
    background: none;
    border: none;
}
@media (max-width: 767px){
    nav.navbar{
        background: none;
    }
}

.submenu, #submenu-navbar{
    background: none;
    border: none;
}
.submenu li > a{
    color: #FFFFFF !important;
    background: none !important;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
    font-family: 'Open Sans Condensed', sans-serif;
}

.submenu li > a.dropdown-toggle:hover,
.menu a.dropdown-toggle:hover{
    text-decoration: none;
}

.submenu li > a.dropdown-toggle:active,
.submenu li > a.dropdown-toggle:focus{
    background: none;
}

.submenu-dropdown{
    color: #333333 !important;
    background: #F9F9F9 !important;
    border: none !important;
    border-radius: 0 !important;
}
.submenu-dropdown li a{
    color: #333333 !important;
    text-shadow: none !important;
}

.submenu-dropdown li a:hover, .submenu-dropdown li a:focus{
    color: #333333 !important;
    background: #E4E4E4 !important;
}

.submenu-navbar-toggle{
    background: #386098 !important;
}

.submenu-navbar-brand{
    float: right;
    color: #386098 !important;
}
.submenu-navbar-brand:hover, .submenu-navbar-brand:focus{
    color: #386098 !important;
}

.nav-pills > li > a{
    color: #333333;
    padding: 3px 15px;
}

.nav-pills .open > a, .nav-pills .open > a:focus, .nav-pills .open > a:hover{
    background: transparent;
}


/*Slide*/
#slide{
    height: 412px;
    /*overflow: hidden;*/
}
#slide .item{
    height: 412px;
    overflow: hidden;
}
.slide{
    margin-top: 22px;
}
@media (min-width: 992px) {
    .slide{
        min-height: 412px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #slide,
    #slide .item{
        height: 412px;
    }
}
@media (max-width: 767px) {
	#slide,
    #slide .item{
		height: 300px;
	}
}


.slide-btn{
    margin-top: 175px;
}

.slide-btn-esq{
    margin-left: -70px;
}

.slide-btn-dir{
    margin-right: -70px;
}

@media (max-width: 991px) {
    .slide-btn{
        margin-top: 140%;
    }

    .slide-btn-esq{
        margin-left: -50%;
    }

    .slide-btn-dir{
        margin-right: -50%;
    }
}

.slide-caption{
    left: 0;
    right: 0;
    max-width: 900px;
    /*width:  596px;*/
    /*height: 106px;*/
    padding: 5px;
    bottom: 15px;
    text-align: left;
}

.slide-caption div{
    background: #386098;
    background: rgba(64,88,117,0.85);
    /*height: 120px;*/
    padding: 5px;
    margin-left: 12px;
}
@media (min-width: 563px) and (max-width: 610px){
    .slide-caption div{
        width: 100%;
        height: 90%;
        margin-left: 0;
    }

    .slide-caption h3{
        font-size: 0.9em;
    }

    .slide-caption h4{
        font-size: 0.85em;
    }

    .slide-caption p{
        font-size: 0.82em;
    }
}
@media (max-width: 562px){
    #slide,
    #slide .item{
        /*height: 246px;*/
    }

    .slide-caption{
        padding-left: 0 !important;
        bottom: 0;
    }

    .slide-caption div{
        width: 100%;
        height: 90%;
        margin-left: 0;
    }

    .slide-caption h3{
        font-size: 0.8em !important;
    }

    .slide-caption h4{
        font-size: 0.75em !important;
        margin-left: 0 !important;
    }

    .slide-caption p{
        font-size: 0.72em !important;
    }
}

.slide-caption h3{
    /*height: 20px;*/
    margin-top: 0;
    text-align: left;
    font-size: 18px;
}
.slide-caption h4{
    display: inline-block;
    text-align: left;
    background: #315484;
    background: rgba(36,50,66,0.85);
    padding: 5px;
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 0;
    margin-left: 12px;
}
.slide-caption p{
    /*height: 12px;*/
    text-align: left;
    margin: 0;
}
.slide-caption a{
    color: #ffffff;
}
@media (max-width: 768px) {
    .slide-caption h3{
        font-size: 1.1em;
    }
    .slide-caption p{
        font-size: 0.8em;
    }
}

.carousel-inner > .item > a > img{
    margin: 0 auto;
}


/*Banner*/
.banner-slide{
    margin-top: 22px;
}
@media (min-width: 992px) {
    .banner-slide{
        min-height: 247px;
    }
}
.banner-slide-btn{
    margin-top: 115px;
}

.banner-slide-btn-esq{
    margin-left: -80px;
}

.banner-slide-btn-dir{
    margin-right: -80px;
}

@media (min-width: 768px) and (max-width: 991px){
    .banner-slide-btn{
        margin-top: 80px;
    }

    .banner-slide-btn-esq{
        margin-left: -60px;
    }

    .banner-slide-btn-dir{
        margin-right: -60px;
    }
}
@media (max-width: 767px){
    .banner-slide-btn {
        margin-top: 70%;
    }

    .banner-slide-btn-esq{
        margin-left: -30%;
    }

    .banner-slide-btn-dir{
        margin-right: -30%;
    }
}

.banner_tca{
    padding-top: 10px;
    padding-bottom: 2px;
}


/*Botões*/
.btn-home{
    /*margin: 40px -22px 20px -18px;*/
    margin-bottom: 4px; 
}
.btn-home .btn-home-clear{
    height: 1px;
    visibility: hidden;
    width: 100%;
    clear: both;
}
.btn-home > a{
    display: block;
    /*width: 160px;
    min-height: 150px;
    /*float: left;
    margin: 0 5px 5px 0;*/
    background-color: #eee;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 16px;
    font-size: 13px;
    min-height: 100px;
}
.btn-home > a:hover{
    background-color: #ddd;
    border-color: #bbb;
}

.btn-home > a i{
    display: block;
    margin: 6px auto;
    width: 50px;
    height: 50px;
    background: url(../img/icones_home.png?v=2.1) no-repeat;
}
.btn-home > a span{
    font-size: 13px;
    font-weight: bold;
    color: #666;
    line-height: 14px;
    padding: 0 5px 5px;
	display: block;
}
.btn-home > a span em{
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
}

.btn-home > a.btn-home-1 i{ background-position: 0 0; }
.btn-home > a.btn-home-2 i{ background-position: -50px 0; }
.btn-home > a.btn-home-3 i{ background-position: -100px 0; }
.btn-home > a.btn-home-4 i{ background-position: -150px 0; }
.btn-home > a.btn-home-5 i{ background-position: -200px 0; }
.btn-home > a.btn-home-6 i{ background-position: -250px 0; }
.btn-home > a.btn-home-7 i{ background-position: -300px 0; }
.btn-home > a.btn-home-8 i{ background-position: 0px -50px; }


@media (min-width: 768px){
    .home-slide .col-lg-9{ padding-left: 0; }
    .home-slide .col-lg-3{ /*padding-right: 0;*/ }
    .btn-home{ padding-left: 2px; padding-right: 2px; }
}

@media (max-width: 510px){
    .btn-home > a{
        width: 100%;
        float: none;
    }
}



/*Notícia*/
.titulo{
    font-size: 20px;
    color: #666666;
    font-weight: normal;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.titulo span{
    font-weight: bold;
}

@media (min-width: 1200px) {
    .noticias {
        /*padding-right: 30px;*/
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .noticias{
        /*padding-right: 15px;*/
    }
}
@media(max-width: 767px){
    .noticias .titulo{
        padding-left: 10px;
    }
    .noticia-img, .noticia-conteudo{

        margin-bottom: 10px;
    }
    .noticia-img{
        float: left;
        padding-left: 10px;
    }
    .noticia-conteudo{
        float: left;
        padding-left: 15px;
    }
    .noticia-largura2{
        width: 100% !important;
    }
    .noticia-titulo-link, .noticia-resumo-link{
        width: 100% !important;
    }
}
@media(min-width: 730px) and (max-width: 767px) {
    .noticia-conteudo{
        width: 67%;
    }
}
@media(min-width: 605px) and (max-width: 729px) {
    .noticia-conteudo{
        width: 60%;
    }
}

.home-atalhos{
    padding-top: 60px;
}
@media(min-width: 768px){
    .home-atalhos{
        padding-left: 0;
        padding-right: 0;
    }
}

.noticias{
    padding-top: 38px;
}
.noticias > a:hover,
.noticias > a:focus,
.noticia-titulo:hover,
.noticia-titulo:focus,
.noticia-resumo:hover,
.noticia-resumo:focus{
    text-decoration: underline;
}

.acesso-linha{
    border: 1px solid #eee;
    margin-top: 46px;
    float: left;
}
.noticia-linha{
    border: none;
    padding-right: 9px;
    padding-left: 0;
}

@media (min-width: 768px) and (max-width: 991px){
    .facebook{
        margin-top: 34px;
        padding-right: 0;
        padding-left: 25px;
    }
}
@media (max-width: 767px){
    .facebook{
        margin-top: 36px;
    }
}
.noticia-colunas{
    padding-left: 0;
    padding-right: 0;
}

.noticia-data{
    /*position: absolute;
    top: -5px;*/
    font-size: 15px;
    color: #FFF;
    border-right: 12px solid #386098;
    background: #315484;
    padding: 5px;
    display: inline-block;
}

.noticia-largura{
    width: 235px;
}
.noticia-titulo-link, .noticia-resumo-link{
    width: 235px;
    display: inline-block;
}
.noticia-titulo{
    font-size: 14px;
    font-weight: bold;
    color: #666;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
}

.noticia-subtitulo{
    font-size: 14px;
    font-weight: bold;
    color: #666;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.noticia-titulo2{
    font-size: 14px;
    color: #fff;
    background: #666;
    text-align: left;
}

.noticia-resumo{
    font-size: 12px;
    color: #666666;
    padding-bottom: 10px;
}

.noticia-img{
    border: none;
    display: inline-block;
}
.noticia-img img{
    width: 235px;
}
.noticia-img div{
    overflow: hidden;
    width: 235px;
    height: 134px;
    text-align: center;
    background: #E5E5E5;
}

@media (min-width: 768px) {
    .noticia-data{
        right: 15px;
    }
}
@media (max-width: 767px){
    .noticia-titulo{
        width: auto;
    }

    .noticia-resumo{
        width: auto;
    }

    .noticia-data{
        left: 93px;
    }
}

/*Notícias lista*/
.noticias-data {
    font-size: 12px;
    color: #315484;
    margin-bottom: 2px;
}

.noticias-titulo {
    font-weight: bold;
    font-size: 18px;
    color: #315484;
    margin-top: 10px;
}

.noticias-texto{
    color: #315484;
}

.btn-lateral{
    padding-bottom: 20px;
}

.btn-centralizado{
    text-align: center;
}

.miniatura{
    margin-top: 14px;
}

/*Acesso Rápido*/
@media (min-width: 1200px){
    .acesso-rapido{
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .acesso-rapido{
        padding-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .acesso-rapido{
        padding-left: 0;
    }
}

.acesso-linha {
    border: 1px solid #315484;
}

.panel-primary>.panel-heading {
    color: #fff;
    background: #315484;
    border-bottom: 0;
}
.panel{
	margin-top: 30px;
}
.panel-heading h3.panel-title{
	font-size: 18px;
}
.panel, .panel-heading {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}


/*Rodapé*/
.rodape{
    padding-top: 45px;
    color: #fff;
}
@media (min-width: 768px) and (max-width: 991px){
    .rodape{
        font-size: 0.85em;
    }
}
@media (max-width: 767px){
    .rodape{
        font-size: 0.95em;
    }
    .rodape-form, .rodape-form-texto{
        padding-left: 25px;
    }
}


.rodape-linha1{
	margin-top: 60px;
    min-height: 55px;
    padding: 6px 0;
    background: #315484;
}

.rodape-linha2{
    min-height: 168px;
    background: #315484;
    padding: 20px 0 40px;
}

.rodape-linha3{
    padding: 30px 0;
    background: #386098;
}
.rodape-linha3 *{
    color: #FFF;
    font-size: 13px;
}
.rodape-linha3 ul{
    list-style: none;
    padding-left: 20px;
}
.rodape-linha3 ul ul{
	min-height: 150px;
}
.rodape-linha3 a:hover, .rodape-linha3 a:active, .rodape-linha3 a:focus{
    color: #fff;
    text-decoration: underline;
}
.rodape-linha3 li>span{
    display: block;
    padding-top: 20px;
}

/*.rodape-fundo{
    width: 100%;
    height: 212px;
    position: absolute;
    z-index: -1;
    left: 0;
    overflow: hidden;
}*/

.rodape-logo{
    padding-top: 36px;
}
.rodape-endereco{
    color: #fff;
    font-size: 16px;
    padding-top: 17px;
}
.rodape-endereco-direito{
    text-align: right;
}
@media(max-width: 767px){
    .rodape-endereco{
        font-size: 1.2em;
    }

    .rodape-linha1{
        min-height: 180px;
        padding-bottom: 20px;
    }
}

.rodape-form{
    margin-top: 5px;
}
.rodape-form-texto{
    margin-top: 12px;
	color: #fff;
}


/*Form*/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #fff !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff !important;;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff !important;;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff !important;;
}
.form-rodape .form-control, .form-rodape .btn{
    color: #fff !important;
    background: #386098;
    border: 1px solid #386098 !important;
}
.form-rodape .btn-default{
    border: 1px solid #386098 !important;
}
.form-rodape .btn-default:hover,.btn-default:focus{
    background: #386098;
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background-color: #315484 !important;
	border-color: #000 !important;
}


.transp-paginacao{ text-align: center; }
.transp-paginacao .pull-left{ float: none !important; }


/* ACESSIBILIDADE */
.skiplist {margin: 0; padding: 0} 
.skip {display: none; text-align: left; margin: 0; padding: 0; position: absolute}
.skip {display: block}
:root .skip {display: block}
.skip a {padding: 0 0.5em; display: inline; z-index: 49; text-decoration:none; position: absolute; width: 12em; left: -200em;font-size: 14px; font-weight: bold; color: #666;}
.skip a:focus, .skip a:active {position: absolute; left: 0; border: solid #999 5px; background: #eee;}
.skip a:hover {cursor: default}

.btns-acessibilidade{
    padding-top: 4px;
}
.btns-acessibilidade .btn{
    background:#FFFFFF !important;
    color:#386098 !important;
}
.ajustar_fonte .btns-acessibilidade .btn, .ajustar_fonte .btns-acessibilidade .btn i, .btns-acessibilidade .btn{
    font-size: 10px !important;
}
@media (max-width: 767px){
    .btns-acessibilidade{
        padding-top: 0;
        padding-bottom: 10px;
    }
}
body.com_contraste, body.com_contraste *{
    background-color: #000 !important;
    color: #fff !important;
    border-color: #fff !important;
}
body.com_contraste .topo-imagem{
    display: none;
}


/* do not group these rules */
*::-webkit-input-placeholder {
    color: #bbb !important; 
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #bbb !important; 
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #bbb !important; 
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #bbb !important; 
}


.form-consulta-projetos-legislacao label{
    font-weight: normal;
    margin-bottom: 0;
}



.sliderHome{ padding-top: 22px; }
.sliderHome ul{
    padding: 0;
    list-style: none;
}
.sliderHome ul li{
    position: relative;
    height: 500px;
    overflow: hidden;
    background-color: #f5f5f5;
    text-align: center;
}

@media(max-width: 990px){
    .sliderHome ul li{ height: 380px; }
}
@media(max-width: 480px){
    .sliderHome ul li{ height: 300px; }
}


.sliderHome ul li img{
    max-width: 100%;
    max-height: 100%;
    z-index: 1;
}

/*Caption*/
.sliderHomeCaption{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px;
    text-align: left;
    z-index: 2;
    width: 100%;
}
.sliderHomeCaption div{
    background: #386098;
    background: rgba(56,96,152,0.8);
    padding: 10px;
    overflow: hidden;
}
.sliderHomeCaption div a, .sliderHomeCaption div a:hover, .sliderHomeCaption div a:focus {
    color: #ffffff !important;
    opacity: 1;
}
.sliderHomeCaption div a span{ font-size: 20px; }

.sliderHome .bx-wrapper{ margin: 0 auto; }
.sliderHome .bx-wrapper img{ display: inline-block; }
.sliderHome .bx-wrapper .bx-viewport{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
    background: #F5F5F5;
}
.sliderHome .bx-wrapper .bx-pager{
    text-align: left;
    bottom: -16px;
    z-index: 3;
}
.sliderHome .bx-wrapper .bx-pager.bx-default-pager a{
    width: 50px;
    height: 5px;
    border-radius: 0;
    margin: 0 2px 0 0;
    background-color: #386098;
}
.sliderHome .bx-wrapper .bx-pager.bx-default-pager a:hover, .sliderHome .bx-wrapper .bx-pager.bx-default-pager a.active{
    background-color: #982723;
}




/*Form Proposições e Leis*/
.form-leis{
    font-size: 12px;
    font-weight: lighter;
    margin-top: 22px;
    background: #F5F5F5;
    border: 1px solid #EEEEEE;
    padding-bottom: 10px;
    color: #666;
}

.form-leis2 h1{
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 5px;
}
.form-leis2 h1 span{
    font-weight: bold;
}
.form-leis2 label{
    font-weight: lighter;
    font-size: 12px;
    margin-bottom: 0;
}
.form-leis2 input, .form-leis2 select, .form-leis2 button{
    font-size: 11px;
}
.form-leis2 p{
    color: #666;
    font-size: 12px;
}
.form-leis2 hr {
    background-color: #DDDDDD;
    height: 1px;
    border: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.form-btn{
    width: 100%;
    background: #AAB2BD;
    border: none;
}
.form-leis2 a,.form-leis2 a:focus,.form-leis2 a:hover{
    color: #405875;
}
.form-leis2 .form-group{
    margin-bottom: 6px;
}

/*Página Corregedoria*/
.corregedoria ul{
    list-style-type: none;
    padding-left: 0;
}
.corregedoria li {
    padding-left: 0;
}

.pesquisa-btn{
    border:none;
    background: transparent;
    display: inline-block;
    padding: 0;
    width: 38px;
    height: 32px;
}
.pesquisa .input-group-addon{
    padding: 0;
}



.form-leis2 a:hover, .form-leis2 a:hover *{
    color: #000 !important;
}

.canal-opiniao{
    margin-top:0;
    margin-bottom:15px;
    padding:10px;
}
.canal-opiniao h1{
    margin-top:0;
}
.canal-opiniao hr{
    color:#DDDDDD;
    margin-top:5px
}
.canal-opiniao .canal-opiniao-texto{
    min-height: 160px;
}
.canal-opiniao .canal-opiniao-texto *{
    font-size:13px
}
.canal-opiniao .canal-opiniao-texto img{
    max-width:40%;
    width:40%;
    margin:0 5px 5px 0;
}
.canal-opiniao .canal-opiniao-texto .clearfix{
    display:block;
    width: 100%;
    height:1px;
    visibility:hidden;
    clear:both
}
.canal-opiniao .vejamais{
    margin-bottom:0;
    text-align:right;
}
.canal-opiniao .vejamais strong{
    font-size:14px
}


@media(min-width: 768px){
    .atividade-legislativa{
        padding-left: 0 !important;
    }

    .legislacao-destaque{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}


.atividade-legislativa-row{
    padding-top: 30px;
}
.atividade-legislativa .form-leis{
    margin-top:0;
    min-height:170px;
}
.atividade-legislativa .form-leis h1 em{
    font-style:normal;
    font-size:12px;
}
.atividade-legislativa .form-leis hr{
    color: #DDDDDD;
}
.atividade-legislativa .form-leis label{
    padding-left:0 !important;
    padding-right:20px !important;
}

.tabs-custom .nav-tabs, .tabs-custom .nav-tabs *{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0 !important;
}
.tabs-custom .nav-tabs{
    background-color: transparent;
}
.tabs-custom .nav-tabs > li{
    border: none !important;
}
.tabs-custom .nav-tabs > li > a{
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
}
.tabs-custom .nav-tabs > li > a:hover, .tabs-custom .nav-tabs > li > a:focus, .tabs-custom .nav-tabs > li > a:active{
    text-decoration: none;
}
.tabs-custom .tab-content{
    background-color: #386098;
    min-height: 115px;
}
.tabs-custom .nav-tabs > li.active > a, .tabs-custom .nav-tabs > li.active > a:focus, .tabs-custom .nav-tabs > li.active > a:hover, .tabs-custom .nav-tabs > li.active > a:active{
    background-color: #386098 !important;
    color: #fff !important;
}
.tabs-custom .tab-content label, .tabs-custom .tab-content a, .tabs-custom .tab-content a:hover{
    color: #fff !important;
}
.tabs-custom .tab-content .form-btn{
    background-color: #fff;
    color: #386098;
    font-weight: bold;
    min-height: 30px !important;
}
.tabs-custom .tab-content .form-btn:hover{
    background-color: #f5f5f5;
}
.tabs-custom .tab-content input[type='text'], .tabs-custom .tab-content select{
    border: none !important;
}

#tab_plenario ul{
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}
#tab_plenario ul li{
    margin: 4px 0;
}
#tab_plenario a{
    font-size: 18px;
}
#tab_plenario a:hover *{
    color: #fff !important;
}
#tab_plenario a:hover{
    color: #fff !important;
    padding-left: 5px;
}


.legislacao-destaque .form-leis{
    margin-top:0;
    margin-bottom:15px;
    padding:10px;
    min-height:217px
}
.legislacao-destaque .form-leis h1{
    margin-top:0;
}
.legislacao-destaque .form-leis hr{
    color:#DDDDDD;
    margin-top:5px
}
.legislacao-destaque .form-leis p{
    margin-bottom: 8px;
}
.legislacao-destaque .form-leis p.vejamais{
    margin-bottom: 0;
    text-align: right;
}