@import url('https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');
@import url("../font-awesome/css/font-awesome.min.css");
body {
    font-family: 'Muli',sans-serif;
    background: #FFF;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin: 0;
}
ul li {list-style: none;}
iframe, object, embed {
    -webkit-border-radius: 7px !important; 
    -ms-border-radius: 7px !important; 
    -o-border-radius: 7px !important;  
    border-radius: 7px !important;     
}
/* Breadcrumb */
.breadcrumb {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    background: none;
    border-radius: 4px;
    font-size: 12px;
    border-bottom: none;
}
.breadcrumb > .active {
    color: #999;
}
.breadcrumb > li a {
    color: #555;
}
/* Página header */
.pagina-header {
    width: 100%;
    float: left;
    background: #017777;
}
.pagina-header .base {
    width: 100%;
    float: left;
    padding: 65px 0;
}
.pagina-header h1 {
    font-size: 27px;
    color: #FFF;
    font-weight: 300;
}
.pagina-header p {
    margin: 8px 0 0 0;
    font-size: 13px;
    color: rgba(255,255,255,0.5)
}
.pagina-breadcrumb {
    width: 100%;
    float: left;
    padding: 16px 0;
    border: none;
    background: rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.08);
}
/* Barra Acessibilidade */
.barra-acessibilidade {
    width: 100%;
    float: left;
    padding: 31px 5px;
    background: #447A73;
    display: none;
}
.barra-acessibilidade .nome {
    width: auto;
    float: left;
    font-size: 20px;
    color: #FFF;
    margin: 3px 60px 0 0;
}
.barra-acessibilidade .nome .icone {
    width: auto;
    float: left;
    margin: 0 12px 0 0;
}
.barra-acessibilidade .fontes {
    width: auto;
    float: left;
}
.barra-acessibilidade .fontes .alterar {
    width: 35px;
    height: 35px;
    padding: 9px 0 0 0;
    float: left;
    margin: 0 9px 0 0;
    box-shadow: inset 0px 0px 0px 2px #FFF;
    border-radius: 100px;
    text-align: center;
    font-size: 12px;
    color: #FFF;
    cursor: pointer;
    transition: 0.2s;
}

.barra-acessibilidade .fontes .alterar:hover {
    background: #FFF;
    color: #307CCA;
    transition: 0.2s;
}
.barra-acessibilidade .contraste {
    width: auto;
    float: left;
}
.barra-acessibilidade .contraste .alterar {
    width: auto;
    height: 35px;
    padding: 9px 22px 0 22px;
    float: left;
    margin: 0 9px 0 20px;
    box-shadow: inset 0px 0px 0px 2px #FFF;
    border-radius: 100px;
    text-align: center;
    font-size: 12px;
    color: #FFF;
    cursor: pointer;
    transition: 0.2s;
}
.barra-acessibilidade .contraste .alterar:hover {
    background: #FFF;
    color: #307CCA;
    transition: 0.2s;
}
.barra-acessibilidade .btn-externo {
    width: auto;
    height: 40px;
    padding: 9px 20px 0 20px;
    float: left;
    margin: 0 9px 0 20px;
    border-radius: 100px;
    text-align: center;
    font-size: 15px;
    color: #FFF;
    cursor: pointer;
    transition: 0.2s;
    background: rgba(0,0,0,0.23);
    transition: 0.2s;
}
.barra-acessibilidade .btn-externo:hover {
    background: rgba(0,0,0,0.33);
    transition: 0.2s;
}
.barra-acessibilidade .texto .alterar a {
    color: #fff;
}
.barra-acessibilidade .texto {
    width: 100%;
    float: left;
    margin: 27px 0 8px 0;
    font-size: 13px;
}
.barra-acessibilidade .texto .alterar .link {
    cursor: pointer;
    padding: 6px 13px;
    border-radius: 100px;
    box-shadow: inset 0px 0px 0px 2px #FFF;
    margin: 0 20px 0 8px;
}
.barra-acessibilidade .texto .alterar .link:hover {
    background: #FFF;
    color: #307CCA;
    transition: 0.2s; 
}
/* Barra Acessibilidade */
.topo .informacoes {
    width: 100%;
    float: left;
    padding: 0px 0;
    border-bottom: 1px solid #e9e9e9;
    font-size: 13px;
    background: #f8f8f8;
}
.topo .informacoes .opcao i {
    margin: 0 10px 0 0;
}
.topo .informacoes .opcao {
    float: right;
    margin: 0 0 0 20px;
}
.topo .principal {
    width: 100%;
    padding: 25px 0;
    float: left;
}
.topo .logo {
    width: 100%;
    float: left;
    margin: 0px 0 0 0
}
.pauta {
    width: 100%;
    float: left;
    padding: 36px 0;
    background: #017777;
    font-size: 17px;
    color: #FFF;
}
.pauta a {
    color: #FFF;
    text-decoration: none;
}
.pauta b {
    color: #FFF;
    font-weight: 800;
    margin: 0 10px 0 0;
}
.topo .servico {
    width: 230px;
    height: 50px;
    float: right;
    padding: 0px 23px;
    margin: 30px 0 0 15px;
    background: rgba(0,0,0,0.06);
    border-radius: 4px;
    color: #FFF;
    transition: 0.2s;
}
.topo .servico:hover {
    background: rgba(0,0,0,0.1);
}
.topo .servico .icone {
    float: left;
    margin: 9px 15px 0 0;
    font-size: 19px;
    display: table-cell; 
    vertical-align: top;
}
.topo .servico .texto {
    display: table-cell;
    vertical-align: top;
}
.topo .servico .texto > h3 {
    font-size: 13px;
    font-weight: bold;
    margin: 17px 0 5px 0;
}
.topo .servico .texto > p {
    margin: 12px 0 0 0;
    font-size: 11px;
    color: #FFF;
}

.boxPortalTransparencia{
    background: #478c52!important;
}
.boxPortalTransparencia:hover{
    background: #3cad4d!important;
    transition: 0.2s;
}
.boxPortalEsic{
    background: rgb(239, 193, 51)!important;
}
.boxPortalEsic:hover{
    background: #ffcf3f!important;
    transition: 0.2s;
}

.menu {
    width: 100%;
    float: left;
    background: #005e5e;
}
.slide {
    width: 100%;
    float: left;
    margin: 0;
}
.slide .tela {
    width: 100%;
    height: 483px;
    float: left;
}
.barra {
    width: 100%;
    float: left;
}
.barra .base {
    width: 100%;
    float: left;
    padding: 65px 0;
}
.barra .cinza {
    background: #F8F8F8;
    background: url(/imagens/fundo-home2.jpg) fixed center;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.barra .azul {
    background: url(/imagens/fundo-home.jpg) fixed center;
}
.box {
    width: 100%;
    float: left;
}
.titulo {
    width: 100%;
    /* float: left; */
    margin: 0 0 35px 0;
}
.titulo h3 {
    font-size: 20px;
    color: #343333;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
}
.titulo h3 a.preto {
    color: #343333;
}
.titulo h3 a.preto:hover {
    color: #2B98D5;
    text-decoration: none;
    transition: 0.2s;
}
.titulo h3 a.branco {
    color: #FFF;
}
.titulo h3 a.branco:hover {
    color: #595D67;
    text-decoration: none;
    transition: 0.2s;
}
.titulo h3 > .branco {
    color: #FFF;
}
.divisor {
    width: 100%;
    height: 1px;
    float: left;
    margin: 30px 0;
    background: #eeeeee;
}
.barra .cinza .box {
    min-height: 453px;
    padding: 40px;
    background: #FFF;
    box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.05);
    border-radius: 4px;
}
.barra .cinza .box-veradores {
    width: 100%;
    overflow: hidden;
    height: auto;
    padding: 40px;
    background: #FFF;
    box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.05);
    border-radius: 4px;
    display: block;
    margin-bottom: 25px;
}
.noticias {
    width: 100%;
    float: left;
}
.noticias .bloco {
    width: 100%;
    float: left;
}
.noticias .bloco .imagem {
    width: 100%;
    height: 127px;
    float: left;
    margin: 0 0 20px 0;
    border-radius: 4px;
}
.noticias .bloco .descricao{
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(0,0,0,.4);
    padding: 15px 10px;
    border-radius: 0 0px 4px 4px;
}
.noticias .bloco h4 {
    font-family: 'Roboto',sans-serif;
    font-size: 22px;
    color: #FFF;
    font-weight: 500;
    line-height: 1.3em;
}

.noticias .bloco span {
    font-family: 'Roboto',sans-serif;
    font-size: 13px;
    color: #e4e4e4;
}
.noticias .mais {
    width: 100%;
    float: left;
}
.noticia .mais .bloco {
    width: 100%;
    float: left;
}
.noticias .mais .imagem {
    width: 80px;
    height: 80px;
    float: left;
    margin: 0 0 25px 0;
    border-radius: 4px;
    display: table-cell;
    vertical-align: top;
}
.noticias .mais .texto {
    width: 100%;
    padding: 0 0 0 15px;
    display: table-cell;
    vertical-align: top;
    font-family: 'Roboto',sans-serif;
}
.noticias .mais .texto h4 {
    margin: 5px 0 0 0;
    color: #414141;
    font-size: 15px;
    font-weight: 500;
}
.noticias .mais .texto p {
    margin: 10px 0 0 0;
    color: #c2c2c2;
    font-size: 12px;
    font-weight: 300;
}
.plenarias .nome {
    width: 100%;
    float: left;
    padding: 56px 25px;
    border-radius: 4px 4px 0 0;
    background: #005E5E;
    font-size: 22px;
    color: #FFF;
}
.plenarias .detalhes {
    width: 100%;
    float: left;
    padding: 30px 25px;
    background: #ebebeb;
    border-radius: 0 0 4px 4px;
}
.plenarias .detalhes ul {
    margin: 0;
    padding: 0;
}
.plenarias .detalhes ul li {
    width: 100%;
    float: left;
    list-style: none;
}
.plenarias .detalhes ul li .texto {
    width: 100%;
    float: left;
    color: #005e5e;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.plenarias .detalhes ul .divisor {
    width: 100%;
    height: 1px;
    float: left;
    margin: 15px 0;
    background: #dcdcdc;
}
.plenarias .detalhes ul li .foto {
    width: 36px;
    height: 36px;
    float: left;
    margin: 0 10px 0 0;
    border-radius: 100px;
}
.fotos .grande {
    width: 100%;
    height: 214px;
    float: left;
    margin: 0 0 20px 0;
    border: 10px solid #FFF;
    box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.05);
    border-radius:6px;
}
.fotos .pequeno {
    width: 100%;
    height: 170px;
    float: left;
    border: 10px solid #FFF;
    box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.05);
    border-radius:6px;
}
.fotos .nopadding-left {
    padding-left: 10px;
}
.fotos .nopadding-right {
    padding-right: 10px;
}
.botao {
    width: auto;
    margin: 20px 0 0 0;
    padding: 16px 27px;
    background: #005e5e;
    border-radius: 100px;
    text-align: center;
    font-size: 13px;
    color: #FFF;
    border: 0;
    text-transform: uppercase;
    transition: 0.2s;
    overflow: hidden;
    display: block;
}
.botao:hover {
    background: #027575;
    text-decoration: none;
    color: #FFF;
}
.botao:focus {
    outline: 0;
}
.cinzabotao {
    background: #e7e7e7;
    color: #414141;
}
.cinzabotao:hover {
    background: #e2e2e2;
}
.comissoes {
    width: 100%;
    float: left;
}
.comissoes .bloco {
    width: 100%;
    float: left;
}
.comissoes .membros {
    width: 100%;
    float: left;
    padding: 20px;
    margin: 20px 0;
    background: #eaeaea;
    color: #414141;
    font-size: 13px;
    border-radius: 4px;
}
.comissoes .membros h5 {
    color: #414141;
    font-size: 13px;
}
.comissoes .membros .foto {
    width: 36px;
    height: 36px;
    float: left;
    margin: 10px 10px 0 0;
    border-radius: 100px;
}
.comissoes h4 {
    font-family: 'Roboto',sans-serif;
    color: #414141;
    font-size: 16px;
}
.comissoes p {
    font-family: 'Roboto',sans-serif;
    color: #c6c6c6;
    font-size: 13px;
    margin: 9px 0 0 0;
}
.comissoes .leitura {
    font-family: 'Roboto',sans-serif;
    font-size: 13px;
    color: #414141;
}
.enquetes {
    width: 100%;
    float: left;
    font-family: 'Roboto',sans-serif;
}
.enquetes p {
    color: #919191;
}
.enquetes form {
    margin: 25px 0 20px 0;
}
.enquetes .botao {
    width: 100%;
}
.tvcamara {
    width: 100%;
    float: left;
}

#sessoes{
    margin-top: -20px;
}
.sessoes .item {
    width: 100%;
    overflow: hidden;
}
.sessoes .bloco * { text-decoration: none; }
.sessoes .bloco {
    width: 100%;
    overflow: hidden;
    font-family: 'Roboto',sans-serif;
    transition: 0.3s;
    padding: 23px 10px;
}
.sessoes .bloco h4 {
    color: #2C655E;
    font-size: 18px;
}
.sessoes .bloco .info {
    width: auto;
    padding: 10px 0 8px 0px;
    font-size: 14px;
    font-weight: 300;
    color: #414141;
    transition: 0.2s;
}
.sessoes .bloco:hover {
    background: #f6f6f6;
}
.sessoes .bloco p {
    width: 100%;
    float: left;
    color: #616161;
    font-size: 14px;
    margin: 10px 0 0 0;
}
.sessoes .botao {
    width: 100%;
    margin-top: 15px;
}
.sessoes .divisor {
    width: 100%;
    height: 1px;
    float: left;
    margin: 0px 0;
    background: #efefef;
}

.acessorapido {
    width: 100%;
    float: left;
}
.acessorapido .bloco {
    border-bottom: 1px solid #eeeeee;
    float: left;
    padding: 13px 0;
    width: 100%;
}
.acessorapido .bloco .icone {
    width: 46px;
    height: 46px;
    float: left;
    display: table-cell;
    padding: 10px 0 0 0;
    border-radius: 100px;
    background: #005e5e;
    font-size: 16px;
    color: #FFF;
    text-align: center;
}
.acessorapido .divisor {
    width: 100%;
    height: 1px;
    float: left;
    margin: 17px 0;
    background: #eeeeee;
}
.acessorapido .bloco .texto {
    float: left;
    display: table-cell;
    margin: 0 0 0 15px;
}
.acessorapido .bloco .texto h5 {
    margin: 12px 0 0 0;
    font-size: 16px;
    color: #373737;
    font-weight: 500;
    font-family: 'Roboto',sans-serif;
}
.acessorapido .bloco .texto p {
    margin: 5px 0 0 0;
    font-size: 13px;
    color: #b7b7b7;
    font-family: 'Roboto',sans-serif;
}
.vereadores .bloco .foto {
    width: 120px;
    height: 120px;
    margin: auto;
    border-radius: 100%;
    overflow: hidden;
}

.vereadores .bloco .foto, .mesadiretora .bloco .foto {
    width: 96px;
    height: auto;
    float: left;
    margin: 0 15px 0 0;
    display: table-cell;
    border-radius: 3px;
}
.vereadores .bloco .foto, .mesadiretora .bloco .foto img {
    border-radius: 3px;
    overflow: hidden;
    
}
.mesadiretora .bloco .foto {
    width: 76px;
    height: 76px;
}
.vereadores .bloco .foto, .mesadiretora .bloco .foto {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 15px 0 0;
    display: table-cell;
    border-radius: 3px;
}
.vereadores .bloco .foto, .mesadiretora .bloco .foto img {
    border-radius: 3px;
    overflow: hidden;
}
.mesadiretora .bloco .foto {
    width: 76px;
    height: 76px;
}
.vereadores {
    display: grid;    
    gap: 25px;
}

@media (min-width: 992px) {
    .vereadores {
        grid-template-columns: repeat(5, 1fr);
    }
}
.vereadores .bloco .texto, .mesadiretora .bloco .texto {
    display: table-cell;
    float: right;
    width: 100%;
}
.vereadores .bloco .texto h4, .mesadiretora .bloco .texto h4 {
    margin: 11px 0 0 0;
    font-family: 'Muli',sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #005E5E;
}
.vereadores .bloco .texto p, .mesadiretora .bloco .texto p {
    margin: 5px 0 0 0;
    font-size: 13px;
    color: #919191;
}

.projetos .bloco {
    width: 100%;
    height: 124px;
    float: left;
    margin: 0 0 16px 0;
    padding: 18px 20px;
    background-color: #FFF;
    background-image: url(../imagens/check.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.05);
    border-radius: 4px;
    font-family: 'Roboto',sans-serif;
}
.projetos .bloco h4 {
    font-size: 20px;
    color: #373737;
}
.projetos .bloco p {
    margin: 6px 0 0 0;
    font-size: 12px;
    color: #a3a3a3;
}
.projetos .bloco .situacao {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
    font-size: 12px;
    color: #a3a3a3;
}
.projetos .bloco .situacao i {
    margin: 0 10px 0 0;
}
.formulario-busca {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 0px;
    width: 230px;
    background: #017777;
    padding: 14px;
    visibility: hidden;
    opacity: 0;
    border-radius: 0 0 4px 4px;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    z-index: 9999;
}
.formulario-busca input[type="search"] {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    margin: 0;
    color: #3a3d41;
    padding: 10px 12px;
    border: none;
    width: 100%;
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background: #ffffff;
    border-radius: 3px;
}
.formulario-busca button {
    background: #ffffff;
    border: none;
    float: right;
    margin-top: -32px;
    margin-right: 15px;
    position: relative;
    z-index: 2;
}
.formulario-busca button i {
    color: #206d97;
    font-size: 16px;
}
.formulario-busca.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
/* MENU */
.navbar-default {
    width: auto;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}
.navbar-collapse {
    padding: 0;
}
.navbar-nav {
    width: 100%;
}
.navbar-nav > li > a {
    padding-top: 32px;
    padding-bottom: 32px;
}
.navbar-default .navbar-nav > li > a {
    color: #FFF;
    font-family: 'Muli',sans-serif;
    font-size: 14px;
    transition: 0.2s;
    font-weight: 400;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #FFF;
    background: rgba(0,0,0,0.1);
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: rgba(0,0,0,0.15);
    color: #FFF;
}
/* Dropdown menu */
.dropdown-menu {
    text-transform: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    border: none;
    float: left;
    min-width: 160px;
    padding: 8px 10px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: none;
    border-radius: 0 0 3px 3px;
}
.dropdown-menu > li > a {
    padding: 8px 14px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color:#555;
    font-family: 'Ubuntu',sans-serif;
    padding-top: 9px;
    padding-bottom: 9px;
    transition: 0.2s;
    font-size: 14px;
    border-radius: 3px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #555;
    background:rgba(0,0,0,0.1);
    transition: 0.2s;
}
/* RODAPE */
.rodape-menu{
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 30px 0 40px 0;
    background: #141517;
}

.rodape-menu .bloco h3 {
    font-size: 19px;
    color: #FFF;
    text-transform: uppercase;
    margin: 27px 0 20px 0;
}
.rodape-menu .bloco ul {
    margin: 0;
    padding: 0;
}
.rodape-menu .bloco ul li {
    width: 100%;
    float: left;
    list-style: none;
    color: #d1d1d1;
    margin: 0 0 8px 0;
    font-size: 13px;
    font-family: 'Roboto',sans-serif;
}
.rodape-menu .bloco ul li a {
    color: #d1d1d1;
    text-decoration: none;
    transition: 0.2s;
}
.rodape-menu .bloco ul li a:hover {
    color: #FFF;
}

footer {
    width: 100%;
    float: left;
    padding: 80px 0 0 0;
    background: #242527;
}
footer a.bt-rodape {
    background: rgba(255,255,255,0.1)!important;
    color: #FFF;
    transition: 0.3s;
    min-width: 250px;
    margin-bottom: 10px;
    padding: 10px 0;
}
footer a.bt-rodape:hover {
    background: rgba(255,255,255,0.3)!important;
    color: #FFF;
}
footer .logo {
    width: 100%;
    text-align: center;
    margin: 0px 0;
}
footer .bloco {
    width: 100%;
    float: left;
}
footer .bloco h3 {
    font-size: 19px;
    color: #FFF;
    text-transform: uppercase;
    margin: 0 0 36px 0;
}
footer .bloco ul {
    margin: 0;
    padding: 0;
}

footer ul.solical-list{
    width: auto;
    height: auto;
    display: block;
    overflow: hidden;
    list-style: none;
    padding: 0px;
    margin: 30px 0;
    display:inline-table;
}
footer ul.solical-list li{
    width: 50px;
    float: left;
    background-color: rgba(255,255,255,0.08);
    transition: 0.3s;
    margin: 4px 4px;
    border-radius: 3px;
}
footer ul.solical-list li:hover{
    background-color: rgba(255,255,255,0.22);
}
footer ul.solical-list li a{
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    font-size: 22px;
}
footer ul.solical-list li a i{
    color: #FFF;
    padding: 12px 0;
}


footer .bloco ul li {
    width: 100%;
    float: left;
    list-style: none;
    color: #d1d1d1;
    margin: 0 0 8px 0;
    font-size: 13px;
    font-family: 'Roboto',sans-serif;
}
footer .bloco ul li a {
    color: #d1d1d1;
    text-decoration: none;
    transition: 0.2s;
}
footer .bloco ul li a:hover {
    color: #FFF;
}
footer .info-email {
    font-size: 18px!important;
}
footer .info-telefone {
    font-size: 18px!important;
}

footer .copyrights {
    width: 100%;
    float: left;
    margin: 70px 0 0 0;
    padding: 30px 0;
    border-top: 1px solid #141517;
    color: #FFF;
    font-size: 15px;
    background: #242527;
}
footer .copyrights span{
    display: block;
    padding-top: 6px;
}
footer .copyrights .mediasystems {
    width: auto;
    float: right;
}
footer .copyrights .mediasystems img {
    margin: 0 10px 0 0;
}
footer .copyrights a {
    color: #FFF;
    text-decoration: none;
    transition: 0.2s;
}
footer .copyrights a:hover {
    color: #CDA763;
    transition: 0.2s;
}
footer .copyrights img {
    margin: 0 10px 0 0;
}

.mesa-diretora {
    width: 100%;
    float: left;
}
.parlamentar {
    padding: 0 13px 0 13px;
}
.parlamentar .no-padding {
    padding-right: 7px;
    padding-left: 7px;
}

.mesa-diretora .bloco-m {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    border-radius: 3px;
}
.mesa-diretora .imagem {
    float: left;
    height: auto;
    padding: 3px;
    width: 100%;
}
.mesa-diretora .imagem .partido {
    position: absolute;
    top: 10px;
    left: 25px;
    padding: 10px;
    color: #FFF;
    background: rgba(0,0,0,.6);
    border-radius: 3px;
}
.mesa-diretora .cargoBoxParlamentar {
    width: 100%;
    color: #656565;
    margin-top: 7px;
}
.mesa-diretora .nome {
    width: 100%;
    min-height: 125px;
    float: left;
    padding: 15px 18px 15px 18px;
}
.mesa-diretora .nome h4 {
    font-size: 16px;
    color: #005E5E;
    font-weight: 600;
    line-height: 1.5;
}
.mesa-diretora .nome h5 {
    font-size: 13px;
    color: #999;
    margin-top: 6px;
}
.presidentes ul { width: 100%; margin: 30px 0px; padding: 0px; overflow: hidden; }

/*Sistema novo*/
.bloco-legislativo {
    width: 100%;
    float: left;
}
.bloco-legislativo .bloco {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #EEE;
}
.bloco-legislativo .linha1 {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    font-family: Lato Medium;
}
.bloco-legislativo .linha1 h2 {
    font-size: 22px;
    color: #333;
}
.bloco-legislativo .linha2 {
    width: 100%;
    float: left;
    margin: 5px 0 0 0;
}
.bloco-legislativo .linha2 h3 {
    font-size: 15px;
    color: #999;
}
.bloco-legislativo ul {
    margin: 0;
    padding: 0;
}
.bloco-legislativo ul li {
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    float: left;
    padding: 9px 0 9px 0;
    font-size:  15px;
    color: #4B4B4B;
}
.bloco-legislativo .menu {
    width: 100%;
    float: left;
    padding: 13px 15px 13px 15px;
    margin: 0 0 40px 0;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
}
.bloco-legislativo .menu .opcao {
    float: left;
    margin:0 10px 0 0;
    background: #EEE;
    border-radius: 3px;
    padding: 12px 15px 12px 15px;
    color: #4B4B4B;
    transition: 0.3s;
    cursor: pointer;
}
.bloco-legislativo .menu .opcao:hover {
    transition: 0.3s;
    background: #E2E2E2;
}
.bloco-legislativo .menu .input {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    font-size: 14px;
    color: #444;
}
.bloco-legislativo .menu .input input[type=text] {
    width: 100%;
    float: left;
    margin: 11px 0 0 0;
    background: #FFF;
    border:1px solid #EEE;
    padding: 9px 16px 9px 16px;
    font-size: 13px;
}
.bloco-legislativo .menu .input select {
    width: 100%;
    float: left;
    margin: 11px 0 0 0;
    background: #FFF;
    border:1px solid #DDD;
    padding: 10px 16px 10px 16px;
    font-size: 13px;
}
.bloco-legislativo .menu .input select:hover {
    border: 1px solid #D2D2D2;
    transition: 0.3s;
}
.bloco-legislativo .menu .input select:focus {
    outline: 0;
    border: 1px solid #3D6BAE;
    transition: 0.3s;
}

/*
================================
Pagina de Noticias
================================
*/
.noticias {
    width: 100%;
    float: left;
    padding: 0 9px 0 9px;
    text-align: left;
}
.noticias .outras ul {
    margin: 0;
    padding: 0;
}
.noticias .outras ul li {
    width: 100%;
    min-height: 55px;
    border-top: 1px solid #E6E6E6;
    padding: 18px 0 0 0;
    color: #227cd3;
    font-size: 15px;
    list-style: none;
}
.noticias .outras ul li h3 {
    font-size: 11px;
    color: #999;
    margin: 0 0 6px 0;
    text-transform: uppercase;
}
.noticias .outras ul li a {
    color: #227cd3;
}
.noticias .bloco {
    width: 100%;
    float: left;
}
.noticias .imagem {
    width: 100%;
    height: 140px;
    float: left;
    margin: 0 0 10px 0;
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}
.noticias .no-padding {
    padding: 8px;
}
.noticias h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3em;
}
.noticias h2 a {
    color: #585757;
}
.noticias h3 .icone {
    width: auto;
    float: left;
    margin: 0 8px 0 0;
}
.noticias h3 {
    margin: 0 0 13px 0;
    font-size: 14px;
}
.noticias .data {
    font-size: 12px;
    margin: 5px 0;
    padding: 0;
}
.noticias .nopadding-right {
    padding-right: 0px;
}
.noticias p {
  font-size: 12px;
  margin: 10px 0 0;
}
.noticiaspagina {
    width: 100%;
    float: left;
}
.noticiaspagina h5 {
    color: #999;
    font-size: 13px;
}
.noticiaspagina .leiatambem {
    width: 100%;
    float: left;
}
.noticiaspagina .leiatambem .bloco {
    width: 100%;
    float: left;
    padding: 20px;
    margin: 10px 0 0 0;
    background: #f5f5f5;
    border-radius: 3px;
    color: #666;
    transition: 0.3s;
    text-align: left;
}
.noticiaspagina .leiatambem .bloco:hover {
    transition: 0.3s;
    background: rgb(238, 238, 238);
}
.noticiaspagina .leiatambem .bloco a {
    text-decoration: none;
}
.noticiaspagina .leiatambem .bloco h4 {
    font-size: 11px;
    color: rgba(0, 0, 0, 0.6);
}
.noticiaspagina .leiatambem .bloco h2 {
    font-size: 16px;
    margin: 12px 0 12px 0;
    color: #666;
    line-height: 1.2em;
}

.noticiaList{ 
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}
.noticiaList:hover{
    background-color: #f7f7f7;
}
.imageViewNoticia{
    width: 100%;
    height: 350px;
    background-attachment: fixed;
}

/* Botão de compartilhar do noticiasView */
#facebookShareLink {
    background: #4267b2;
    border: 1px solid #4267b2;
    border-radius: 3px!important;
    color: #fff;
    cursor: pointer;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0;
    -moz-user-select: none;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
    position: relative!important;
    top: -6px;
}
#facebookShareLink:hover { 
    background-color: #395896;
}
/* Botão de compartilhar do noticiasView */

/*
================================
Galeria
================================
*/
.galeria {
    width: 100%;
    float: left;
}
.galeria ul {
    list-style: none;
}
.galeria .bloco {
    width: 100%;
    min-height: 370px;
    float: left;
    margin: 0 0 20px 0;
}
.galeria .bloco .imagem {
    width: 100%;
    min-height: 230px;
    float: left;
}
.galeria .bloco .base {
    width: 100%;
    height: 100px;
    float: left;
    border-top: none;
    text-align: center;
    padding: 25px 10px;
    background: #f9fafb;
    border-bottom: 2px solid #017777;
    border-image-slice: 1;
}
.galeria .bloco a {
    text-decoration: none;
    color: #666;
}
.galeria .bloco h2 {
    color: #585757;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 2px;
    text-transform: uppercase;
}
.galeria .bloco .creditos {
    width: 100%;
    float: left;
    padding: 0 0 8px 0;
    font-size: 12px;
    color: #A8A8A8;
}

/* Standard syntax */
@keyframes animacaoBtn {
    0%   {background-color: #E2E8EE; left:0px; top:0px;}    
    50%  {background-color: #A3C8ED; left:200px; top:200px;}    
    100% {background-color: #E2E8EE; left:0px; top:0px;} 
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin: 0;
}
label {
    font-weight: normal;
}
input[type=text] {
    width: 100%;
    float: left;
    padding: 14px 17px 14px 17px;
    color: #5B5B5B;
    font-family: Lato Medium;
    font-size: 15px;
    border: 1px solid #DDD;
    background: #FFF;
    transition: 0.3s;
}
input[type=text]:hover {
    border: 1px solid #D2D2D2;
    transition: 0.3s;
}
input[type=text]:focus {
    outline: 0;
    border: 1px solid #3D6BAE;
    transition: 0.3s;
}
.meio-box input[type=text] {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    padding: 14px 17px 14px 17px;
    color: #5B5B5B;
    font-family: Lato Medium;
    font-size: 15px;
    border: 1px solid #DDD;
    background: #FFF;
    transition: 0.3s;
}
.meio-box input[type=text]:hover {
    border: 1px solid #D2D2D2;
    transition: 0.3s;
}
.meio-box input[type=text]:focus {
    outline: 0;
    border: 1px solid #3D6BAE;
    transition: 0.3s;
}
.meio-box select {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    padding: 14px 17px 14px 17px;
    color: #5B5B5B;
    font-family: Lato Medium;
    font-size: 15px;
    border: 1px solid #DDD;
    background: #FFF;
    transition: 0.3s;
}
.meio-box select:hover {
    border: 1px solid #D2D2D2;
    transition: 0.3s;
}
.meio-box select:focus {
    outline: 0;
    border: 1px solid #3D6BAE;
    transition: 0.3s;
}
.meio-box textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 200px;
    float: left;
    margin: 0 0 10px 0;
    padding: 14px 17px 14px 17px;
    color: #5B5B5B;
    font-family: Lato Medium;
    font-size: 15px;
    border: 1px solid #DDD;
    background: #FFF;
    transition: 0.3s;
}
.meio-box textarea:hover {
    border: 1px solid #D2D2D2;
    transition: 0.3s;
}
.meio-box textarea:focus {
    outline: 0;
    border: 1px solid #3D6BAE;
    transition: 0.3s;
}
.navbar-nav{
    width: 93%;
    float: left;
}

/*
Legislacao
---------------------------*/
.legislacao {
    width: 100%;
    float: left;
}
.legislacao ul {
    padding: 0;
    margin: 0;
    list-style: none
}
.legislacao ul li {
    width: 100%;
    list-style: none;
}
.downloads-documentos .lista {
    width: 100%;
    float: left;
    padding: 30px;
    border-radius: 6px;
    transition: 0.2s;
    background: rgba(0,0,0,0.04);
    margin: 0 0 15px 0;
}
.downloads-documentos .lista:hover {
    transition: 0.2s;
    background: rgba(0,0,0,0.06);
}
.downloads-documentos .lista .download {
    width: 100%;
    padding: 16px 0;
    float: left;
    margin: 16px 0 0 0;
    background: rgba(0,0,0,0.09);
    border-radius: 4px;
    font-family: Lato Medium;
    color: #444;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}
.downloads-documentos .lista h2 {
    font-size: 18px;
    color: #444;
}
.downloads-documentos .lista h3 {
    font-size: 14px;
    color: #999;
    margin: 15px 0 0 0;
}
.downloads-documentos .botao {
    width: auto;
    float: right;
}

.videos h2{
    font-size: 18px; font-weight: bold; color: #000;
}
.videos h3{
    font-size: 14px!important;
}

.listMesaDiretora{
    margin: 0px;
    padding: 0px;
}
.listComissao{
    margin: 0px;
    padding: 0px;
}
.tituloComissao h2 {
    font-size: 18px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px #e2e2e2 solid;
}

.canto-vereadores {
    width: 100%;
    float: left;
    padding: 0 10px;
}
.canto-vereadores .no-padding {
    padding-left: 4px;
    padding-right: 4px;
}
.canto-vereadores img {
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.15);
    border-radius: 4px;
    float: left;
    margin: 0px 0 8px 0;
}

.camara-videos {
    width: 100%;
    float: left;
}
.camara-videos .botao {
    width: 100%;
    float: left;
    background: #EEE;
    border-radius: 4px;
    transition: 0.3s;
    margin: 0 0 6px 0;
    text-shadow: none;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 5px;
}
.camara-videos .nopadding-left {
    padding-left: 6px
}
.camara-videos .botao:hover {
    transition: 0.3s;
    opacity: 0.89;
    box-shadow: none;
}
.camara-videos .botao .icone {
    width: 100%;
    float: left;
    font-size: 20px;
    margin: 3px;
    color: #384A5C;
    text-align: center;
    color: #FFF;
    border-radius: 3px;
    padding: 16px 0;
}
.camara-videos .botao .cor1 {
    background: #47A54B;
}
.camara-videos .botao .cor2 {
    background: #297FBA;
}
.camara-videos .botao .cor3 {
    background: #00BCD4;
}
.camara-videos .botao .cor4 {
    background: #607D8B;
}
.camara-videos .botao .cor5 {
    background: #F45A26;
}
.camara-videos .botao .cor6 {
    background: #6D4C41;
}
.camara-videos .botao .cor7 {
    background: #616161;
}
.camara-videos .botao .cor8 {
    background: #2B9EF2;
}
.camara-videos .botao .cor8 {
    background: #DB3D3D;
}
.camara-videos .botao .cor9 {
    background: #F6A800;
}
.camara-videos .botao .cor10{
    background: #1ABC9C;
}
.camara-videos .botao .cor11{
    background: #007733;
}
.camara-videos .botao h2 {
    font-size: 15px;
    color: #444;
    margin: 8px 0 0 0;
}
.camara-videos .botao h3 {
    margin: 4px 0 0 0;
    font-size: 12px;
    color: #465C73;
    opacity: 0.80;
}

/*Sistema novo*/
.bloco-legislativo {
    width: 100%;
    float: left;
    background: none;
}
.bloco-legislativo .bloco {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #EEE;
}
.bloco-legislativo .linha1 {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    font-family: OpenSans;
}
.bloco-legislativo .linha1 h2 {
    font-size: 22px;
    color: #333;
}
.bloco-legislativo .linha2 {
    width: 100%;
    float: left;
    margin: 5px 0 0 0;
    font-family: OpenSans;
}
.bloco-legislativo .linha2 h3 {
    font-size: 15px;
    color: #999;
}
.bloco-legislativo ul {
    margin: 0;
    padding: 0;
}
.bloco-legislativo ul li {
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    float: left;
    padding: 9px 0 9px 0;
    font-size:  15px;
    color: #4B4B4B;
}
.bloco-legislativo .menu {
    width: 97%;
    float: left;
    padding: 13px 15px 13px 15px;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    background: #FFF;
    margin-left: 15px;
}
.bloco-legislativo .menu h2 {
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
}
.bloco-legislativo .menu .botao {
    width: 100%;
    text-align: center;
}
.bloco-legislativo .menu .opcao {
    float: left;
    margin:0 10px 0 0;
    background: #EEE;
    border-radius: 3px;
    padding: 12px 15px 12px 15px;
    color: #4B4B4B;
    transition: 0.3s;
    cursor: pointer;
}
.bloco-legislativo .menu .opcao:hover {
    transition: 0.3s;
    background: #E2E2E2;
}
.bloco-legislativo .menu .input {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    font-size: 14px;
    color: #444;
}
.bloco-legislativo .menu .input input[type=text] {
    width: 100%;
    float: left;
    margin: 11px 0 0 0;
    background: #FFF;
    border:1px solid #EEE;
    padding: 9px 16px 9px 16px;
    font-size: 13px;
}
.bloco-legislativo .menu .input select {
    width: 100%;
    float: left;
    margin: 11px 0 0 0;
    background: #FFF;
    border:1px solid #DDD;
    padding: 10px 16px 10px 16px;
    font-size: 13px;
}
.bloco-legislativo .menu .input select:hover {
    border: 1px solid #D2D2D2;
    transition: 0.3s;
}
.bloco-legislativo .menu .input select:focus {
    outline: 0;
    border: 1px solid #3D6BAE;
    transition: 0.3s;
}

.bloco-legislativo .img-parlamentar{
    margin-top: 10px;
}

.proposicoes {
    width: 100%;
    float: left;
}
.proposicoes .topo-table {
    color: #555;
    background-color: #f9f9f9;
    vertical-align: middle;
}
.proposicoes td, th {
    border: 1px solid #DDD;
    margin: 10px;
    padding: 11px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 14px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.proposicoes .ano {
    width: 100%;
    float: left;
    text-align: center;
}
.proposicoes .ano h2 {
    font-size: 15px;
    color: #666;
}
.proposicoes .lista {
    padding: 10px 0 10px;
    border-bottom: 1px solid #EEE;
    transition: 0.3s;
    font-size: 13px;
}
.proposicoes .nome {
    font-size: 19px;
}
.proposicoes .lista:hover {
    transition: 0.3s;
    background: #f5f5f5;
}

.quadro-funcional {
    width: 100%;
    float: left;
}
.quadro-funcional .bloco {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    border: 1px solid #E4E4E4;
    background: #f9f9f9;
    border-radius: 3px;
    padding: 20px;
}
.quadro-funcional .bloco ul {
    margin:0;
    padding:0;
}
.quadro-funcional .bloco ul li {
    margin: 0 0 8px 0;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #E4E4E4;
}
.quadro-funcional .bloco ul li b {
}

.votacao .img{
    max-width: 50px;
    border-radius: 20px;
}

.clear{
    clear: both;
    height: 50px;
}

/* mesadiretora */
.mesadiretora .bloco {
    width: 100%;
    height: 124px;
    float: left;
    margin: 0 0 16px 0;
    padding: 26px 24px 0 24px;
    background-color: #FFF;
    box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.05);
    border-radius: 4px
}
.mesadiretora .bloco .foto {
    width: 96px;
    height: 96px;
    float: left;
    margin: 0 15px 0 0;
    display: table-cell;
    border-radius: 100px;
}
.mesadiretora .bloco .foto {
    width: 76px;
    height: 76px;
}
.mesadiretora .bloco .texto {
    display: table-cell;
    float: right;
    width: 65%;
}
.mesadiretora .bloco .texto h4 {
    margin: 11px 0 0 0;
    font-family: 'Muli',sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.mesadiretora .bloco .texto p {
    margin: 5px 0 0 0;
    font-size: 13px;
    color: #919191;
}

#galeriaFotosHome{
    border-radius: 4px;
    overflow: hidden;
}
.galeriaFotos .item .titulo {
    width: 100%;
    height: auto;
    padding: 15px 10px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    background: rgba(0,0,0,0.4);
    font-size: 22px;
    color: #FFF;
}

#noticiasHome img{
    border-radius: 4px;
    overflow: hidden;
}

ul.list-menu-topo{
    width: 100%;
    list-style: none;
    float: right;
    padding: 0px 0 0 0px;
    margin: 0px;
}
ul.list-menu-topo li{
    float: right;
}
ul.list-menu-topo li.acessoinfo a{
    color: #de9d03;
}
ul.list-menu-topo li.portaltransp a{
    color: #388E3C;
}
ul.list-menu-topo li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #000;
    float: right;
    padding: 13px 15px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
}
ul.list-menu-topo li a:hover{
    background-color: #FFF;
    transition: 0.2s;
}
.topo-telefone{
    width: 100%;
    text-align: right;
    font-size: 30px;
    margin-top: 15px;
}
.topo-atendimento{
    width: 100%;
    text-align: right;
    font-size: 18px;
}

#proposicoes * {
    text-decoration: none;
}
#proposicoes h4 {
    margin-bottom: 15px;
}
#proposicoes .descricao {
    margin-top: 40px;
}
#proposicoes .descricao a {
    color: #666;
}
#proposicoes span {
    font-size: 12px;
    color: #666;
}
#proposicoes ul.list-autores {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-top: 10px;
}
#proposicoes ul.list-autores li {
    width: 31%;
    height: auto;
    float: left;
    margin: 3px;
    min-height: 150px;
    transition: 0.3s;
}
#proposicoes ul.list-autores li {
    width: 31%;
    height: auto;
    float: left;
    margin: 3px;
    min-height: 150px;
    transition: 0.3s;
}
#proposicoes ul.list-autores li a img {
    border-radius: 3px;
}
#proposicoes ul.list-autores li:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}
#proposicoes ul.list-autores li .nome-parlamentar {
    font-size: 11px;
    color: #666;
    text-align: center;
}

ul.linksrapidos{
    width: 100%;
    height: auto;
    overflow: hidden;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
ul.linksrapidos li a{
    width: 100%;
    padding: 5px 10px;
    color: #FFF;
    display: block;
    text-decoration: none;
    transition: 0.3s;
}
ul.linksrapidos li a:hover{
    color: #CCC;
}


#form-busca-concurso label {
    margin-bottom: 10px;
}
#form-busca-concurso input {
    margin-bottom: 30px;
}


/* 
   ----------------------------
   LAYOUT - LICITACAO
   ----------------------------
*/
.licitacao a .list-group-item {
    color:#4A647D;
}
.licitacao a .list-group-item.active {
    color:#ffffff;
}
.licitacao a .list-group-item.active .badge {
    background-color: #ffffff;
    color:#4A647D;
}
.licitacao .list-group-item .badge {
    background-color: #4A647D;
}
.licitacao .content .panel .row {border-bottom:1px solid #ddd;}
.licitacao .content .row .data-abertura {border-left:1px solid #ddd;}
.licitacao .content .panel .row.no-border-bottom {border-bottom:none;}
.licitacao-view .detalhes {border: 1px solid #ddd;}
.licitacao-view .detalhes .border-left {border-left:1px solid #ddd;}

/* 
   ----------------------------
   Default Form
   ----------------------------
*/
input[type=text], select, textarea, input[type=file] {
/*    width: 100%;
    float: left;*/
    padding: 13px 15px;
    margin: 0 0 20px 0;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.1);
    transition: 0.2s;
}
textarea {
    max-width: 100%;
    min-width: 100%;
    height: 200px;
}
input[type=text]:hover, select:hover, textarea:hover, input[type=file]:hover {
    border: 1px solid rgba(0,0,0,0.16);
}
input[type=text]:focus, select:focus, textarea:focus, input[type=file]:focus {
    border: 1px solid #2a2c6d;
    outline: 0;
}

.input select,
.input input {
    width: 100%;
}


#form-busca-concurso label,
.licitacao .sidebar label {
    display:block;
}
.licitacao .sidebar select, 
.licitacao .sidebar input {
  width: 100%;

}

#search-menu-servicos{
    width: 50%;
    float: left;
    margin-right: 10px;
}

/* 
   ----------------------------
   LAYOUT - LICITACAO
   ----------------------------
*/
.licitacao a .list-group-item {
    color:#4A647D;
}
.licitacao a .list-group-item.active {
    color:#ffffff;
}
.licitacao a .list-group-item.active .badge {
    background-color: #ffffff;
    color:#4A647D;
}
.licitacao .list-group-item .badge {
    background-color: #4A647D;
}
.licitacao .content .panel .row {border-bottom:1px solid #ddd;}
.licitacao .content .row .data-abertura {border-left:1px solid #ddd;}
.licitacao .content .panel .row.no-border-bottom {border-bottom:none;}
.licitacao-view .detalhes {border: 1px solid #ddd;}
.licitacao-view .detalhes .border-left {border-left:1px solid #ddd;}

/* 
   ----------------------------
   Default Form
   ----------------------------
*/
input[type=text], select, textarea, input[type=file] {
/*    width: 100%;
    float: left;*/
    padding: 13px 15px;
    margin: 0 0 20px 0;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.1);
    transition: 0.2s;
}
textarea {
    max-width: 100%;
    min-width: 100%;
    height: 200px;
}
input[type=text]:hover, select:hover, textarea:hover, input[type=file]:hover {
    border: 1px solid rgba(0,0,0,0.16);
}
input[type=text]:focus, select:focus, textarea:focus, input[type=file]:focus {
    border: 1px solid #2a2c6d;
    outline: 0;
}

.input select,
.input input {
    width: 100%;
}


#form-busca-concurso label,
.licitacao .sidebar label {
    display:block;
}
.licitacao .sidebar select, 
.licitacao .sidebar input {
  width: 100%;

}

#search-menu-servicos{
    width: 50%;
    float: left;
    margin-right: 10px;
}

.box-prefeito {
    text-align: center!important;
}
.box-prefeito img {
    border-radius: 3px;
    margin-bottom: 10px;
}
.box-prefeito h4 {
   font-size: 20px;
   color: #2C655E;
}

.linkProposicao{
    color: #2C655E;
}