/*-------------------------------------------------------*/
/* 1 - FONTES
/*-------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i');
/*-------------------------------------------------------*/
/* 2 - PADROES/MODIFICOES CSS BOOTSTRAP
/*-------------------------------------------------------*/
body {
    background: #FFF;
    font-family: 'Montserrat',sans-serif;
    color: #414141;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin: 0;
}
ul {
    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;     
}
.nopadding {
    padding: 0 ;
}
.nopadding-right {
    padding-right: 0;
}
.nopadding-left {
    padding-left: 0;
}
/*-------------------------------------------------------*/
/* 3 - BOTOES, INPUT, PAGINACAO, BREADCRUMB, TABELAS, ETC.
/*-------------------------------------------------------*/
/*
Breadcrumbs
---------------------------*/
.breadcrumb {
    width: 100%;
    float: left;
    margin: 0;
    font-family: 'Montserrat',sans-serif;
    padding: 0;
    background: none;
    border-radius: 4px;
    font-size: 14px;
    border-bottom: none;
}
.breadcrumb > .active {
    color: #999;
}
.breadcrumb > li a {
    color: #555;
}
/*
Botoes e Links
---------------------------*/
.botao {
    width: auto;
    float: left;
    margin: 20px 0 0 0;
    padding: 14px 26px;
    transition: 0.2s;
    cursor: pointer;
    background: rgba(0,0,0,0.1);
    border: none;
    text-align: center;
    font-family: 'Montserrat',sans-serif;
    font-size: 15px;
    border-radius: 4px;
    transition: 0.2s;
    color: #444;
}
.botao:hover {
    transition: 0.2s;
    background: #282a78;
    color: #FFF;
}
.botao span {
    margin: 0 10px 0 0;
}
.botao:focus {
    outline: 0;
}
/*-------------------------------------------------------*/
/* 4 - CONTEÚDO DO SITE.
/*-------------------------------------------------------*/
/*
Barra acessibilidade
---------------------------*/
.barra-acessibilidade {
    width: 100%;
    float: left;
    padding: 31px 0;
    background: #307CCA;
    display: none;
}
.barra-acessibilidade .nome {
    width: auto;
    float: left;
    font-family: 'Montserrat',sans-serif;
    font-size: 25px;
    color: #FFF;
    margin: 1px 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: 40px;
    height: 40px;
    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-family: 'Montserrat',sans-serif;
    font-size: 15px;
    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 .texto {
    width: auto;
    float: left;
}
.barra-acessibilidade .texto .alterar {
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    color: #fff;
    margin: 30px 0 0 0;
}
.barra-acessibilidade .texto .alterar .link {
    background: #2D4585;
    cursor: pointer;
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    margin-right: 10px;
}
.barra-acessibilidade .texto .alterar a {
    color: #fff;
}
.barra-acessibilidade .texto .alterar a:hover {
    color: #fff;
}
.barra-acessibilidade .contraste .alterar {
    width: auto;
    height: 40px;
    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-family: 'Montserrat',sans-serif;
    font-size: 15px;
    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-family: 'Montserrat',sans-serif;
    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;
}
/* Formulário de Busca */
.formulario-busca {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 0px;
    width: 230px;
    background: #2a2c6d;
    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: #2a2c6d;
    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);
}
/*
Header
---------------------------*/
.topo {
    width: 100%;
    float: left;
    background: #FFF;
    padding: 0 0 20px 0;
    font-family: 'Montserrat',sans-serif;
}
.topo .informacoes {
    width: 100%;
    float: left;
    padding: 13px 0;
    margin: 0 0 20px 0;
    font-size: 13px;
    background: #243778;
    color: #FFF;
    font-weight: 300;
}
.topo .informacoes i {
    margin: 0 10px 0 0;
}
.topo .informacoes a {
    color: #FFF;
}
.topo .informacoes .opcao {
    float: right;
    margin: 0 0 0 30px;
}
.topo .logo {
    margin: 10px 0;
    float: left;
}
.topo .servico {
    width: 278px;
    height: 65px;
    float: right;
    padding: 22px;
    margin: 5px 0 5px 10px;
    background: #e4e4e4;
    border-radius: 4px;
    color: #373737;
    transition: 0.2s;
    cursor: pointer;
}
.topo .servico:hover {
    transition: 0.2s;
    background: #dadada;
    opacity: 0.8!important;
    filter: alpha(opacity=80)!important; /* For IE8 and earlier */
}
.topo .servico .icone {
    width: 32px;
    float: left;
    margin: -6px 0 0 0;
    font-size: 22px;
    display: table-cell; 
    color: #FFF;
}
.topo .servico .texto {
    float: left;
    display: table-cell;
    margin-top: 1px;
}
.topo .servico .texto > h3 {
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
}
.topo .servico .texto > p {
    font-size: 11px;
}
.slide {
    width: 100%;
    float: left;
}
.slide img {
    width: 100%;
}

.bt_cor1{ background-color: #478c52!important; color: #FFF!important; }
.bt_cor2{ background-color: rgb(239, 193, 51)!important; color: #FFF!important; }
.bt_cor3{ background-color: #a94144!important; color: #FFF!important; }
.bt_cor4{ background-color: #245384!important; color: #FFF!important; }

.topo-telefone{
    width: 100%;
    text-align: right;
    font-size: 30px;
    margin-top: 29px;
}
.topo-atendimento{
    width: 100%;
    text-align: right;
    font-size: 18px;
}


/*
Menu
---------------------------*/
.menu {
    width: 100%;
    float: left;
    border-top: 1px solid rgba(0,0,0,0.1);
    background: #f1f5ff;
}
.menu .canto {
    width: 200px;
    margin: 20px 0 0 0;
    float: right;
}
.navbar-nav {
    width: 100%;
}
.navbar-default {
    width: auto;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}
.navbar-collapse {
    padding: 0;
}
.navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
}
.navbar-default .navbar-nav > li > a {
    color: #373737;
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
    transition: 0.2s;
    font-weight: 400;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background: none;
    box-shadow: inset 0px -2px 0px 0px #24277f;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none;
}
/* Dropdown menu */
.dropdown-menu {
    text-transform: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: 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: 'Montserrat',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;
}
/*
Conteúdo
---------------------------*/
/*
Gabinete
---------------------------*/
.gabinete {
    width: 100%;
    float: left;
}
.gabinete .imagem {
    width: 100px;
    height: 100px;
    float: left;
    margin: 0 0 20px 0;
    border-radius: 100px;
    background: #eee;
}
.gabinete .nav-pills > li > a, .secretarias .nav-pills > li > a {
    transition: 0.2s;
}
.nav-stacked > li {
    border: 1px solid rgba(0,0,0,0.11);
    border-radius: 4px;
}
.nav-stacked > li + li {
    margin: 9px 0 0 0;
}
.nav-stacked > li a {
    transition: 0.2s;
    color: #414141;
}
.gabinete .informacoes h3, .secretarias .informacoes h3 {
    width: 100%;
    float: left;
    margin: 0 0 17px 0;
    padding: 0 0 17px 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    font-weight: 400;
}
.gabinete .informacoes h4 {
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 20px 0;
}
.gabinete .informacoes .descricao {
    width: 100%;
    float: left;
    padding: 20px;
    border-radius: 4px;
    background: rgba(0,0,0,0.04);
}
.gabinete .informacoes ul {
    margin: 0;
    padding: 0;
}
.gabinete .informacoes ul li {
    width: 100%;
    float: left;
    list-style: none;
    padding: 12px 0;
    font-size: 14px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}
/*
Diário Oficial
---------------------------*/
.diariooficial {
    width: 100%;
    float: left;
}
.diariooficial .filtro {
    width: 100%;
    float: left;
    padding: 17px;
    margin: 0 0 20px 0;
    background: rgba(0,0,0,0.04);
    border-radius: 4px;
}
.diariooficial .filtro input[type=text] {
    margin: 0;
}
.diariooficial .filtro .botao {
    width: 100%;
    margin: 0;
}
/*
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: 20px 30px;
    border-radius: 6px;
    transition: 0.2s;
    background: rgba(0,0,0,0.05);
    margin: 0 0 15px 0;
}
.downloads-documentos .lista:hover {
    transition: 0.2s;
    background: rgba(0,0,0,0.07);
}
.downloads-documentos .lista .download {
    width: 100%;
    padding: 10px 0;
    float: left;
    margin: 16px 0 0 0;
    background: #3cb263;
    border-radius: 4px;
    color: #FFF;
    text-align: center;
}
.downloads-documentos .lista h2 {
    font-size: 20px;
    color: #444;
    font-weight: 300;
    margin: 0 0 10px 0;
}
.downloads-documentos .lista h3, p {
    font-size: 13px;
    color: #999;
    margin: 5px 0 0 0;
}
.downloads-documentos .botao {
    width: auto;
    float: right;
}
.pagina-header {
    width: 100%;
    float: left;
    background: url(/imagens/barra.jpg) center;
    background-size: cover;
    background-attachment: fixed;
}
.pagina-header .base {
    width: 100%;
    float: left;
    padding: 50px 0;
}
.pagina-header h1 {
    font-size: 23px;
    color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
}
.pagina-header p {
    margin: 8px 0 0 0;
    font-size: 13px;
    color: rgba(255,255,255,0.5)
}
.pagina-breadcrumb {
    width: 100%;
    float: left;
    margin: 0 0 40px;
    padding: 16px 0;
    border: none;
    background: rgba(0,0,0,0.05);
}
.box-home {
    width: 100%;
    float: left;
}
.bolsafamilia {
    width: 100%;
    height: 297px;
    float: left;
    background: #f3b501;
}
.bolsafamilia .base {
    width: 100%;
    height: 297px;
    float: left;
    background: url(../imagens/bg-bolsafamilia.png) center no-repeat;
}
.bolsafamilia .base .texto {
    width: 100%;
    float: left;
    margin: 50px 0;
}
.bolsafamilia .base .texto h4 {
    font-family: 'Montserrat',sans-serif;
    font-size: 36px;
    color: #19791e;
    font-weight: 600;
}
.bolsafamilia .base .texto p {
    margin: 27px 0;
    font-size: 10px;
    color: #8c6800;
    font-size: 13px;
}
.bolsafamilia .base .texto .botao {
    width: auto;
    float: left;
    padding: 12px 16px;
    border-radius: 3px;
    background: #19791e;
    color: #FFF;
    font-size: 14px;
}
.bolsafamilia .base .imagem {
    float: right;
    margin: 26px 0 0 0;
}
.barra2 {
    width: 100%;
    float: left;
    background: #FFF;
}
.barra2 .titulo {
    width: 100%;
    float: left;
    margin: 50px 0;
}
.barra2 .titulo h3 {
    font-size: 27px;
    color: #373737;
    font-weight: 400;
}
.barra {
    width: 100%;
    float: left;
    padding: 45px 0;
    background: #FFF;
}
.barra .titulo {
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
    padding-bottom: 10px;
    font-weight: 500;
    border-bottom: 1px solid #ececec;
}
.barra .titulo h3 {
    float: left;
    font-size: 22px;
    color: #373737;
    font-weight: 500;
}
.barra .titulo h3 .branco {
    color: #FFF;
    font-weight: 500;
}
.azul {
    background: #243778;
    padding: 15px 0px!important;
}
.azulclaro {
    background: url(../imagens/fundo-secretarias.jpg) center fixed no-repeat;
}
.azulescuro {
    background: #0579b7;
}
.cinzaescuro {
    background: #333;
}
.cinzaclaro {
    background: #f1f5ff;
}
.programasocial {
    width: 100%;
    height: 297px;
    float: left;
}

/* Heart of the matter */
@media (min-width: 768px) {
  .servicos > .col-sm-2 {
    width: 20%;
  }
}

/* Decorations */
.servicos {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    padding: 0px;
    margin: 0px; 
}
.col-sm-2:nth-of-type(even) {  }

.servicos .bloco {
    width: 99.3%;
    overflow: hidden;
    background-color: rgba(255,255,255,0.06);
    padding: 15px 10px;
    transition: 0.3s;
}
.servicos .bloco:hover {
    background-color: rgba(255,255,255,0.16);
}
.servicos .bloco > .icone {
    width: 100%;
    color: #FFF;
    font-size: 24px;
    margin: 0 0px 10px 0;
    text-align: center;
}
.servicos .bloco > h3 {
    text-align: center;
    color: #FFF;
    font-size: 15px;
    margin: 0 0 8px 0;
    font-weight: 400;
}
.servicos .bloco > p {
    color: rgba(255,255,255,0.4);
    font-size: 12px;
}
.contato {
    width: 100%;
    float: left;
}
.contato .informacoes .funcionamento {
    width: auto;
    float: left;
    padding: 6px 10px;
    border-radius: 4px;
    color: #FFF;
    font-size: 12px;
}
.contato .informacoes .aberto {
    background: #4caf50;
}
.contato .informacoes ul {
    margin: 0;
    padding: 0;
}
.contato .informacoes ul li {
    width: 100%;
    float: left;
    list-style: none;
    padding: 16px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.contato .informacoes ul li i {
    margin: 0 10px 0 0;
}
.mapa {
    width: 100%;
    float: left;
    position: relative;
}
.mapa .map_wraper{
    position:relative;
    clear:both;
}
.mapa .map_wraper:after{
    background: none;
    content: " ";
    display: inline-block;
    font-size: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
.mapa .map_wraper_overlay{
    position:relative;
    clear:both;
}
.mapa .map_wraper_overlay:after{
    background: none;
    content: " ";
    display: inline-block;
    font-size: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
.contaspulicas {
    width: 100%;
    float: left;
}
.contaspublicas ul {
    margin: 0;
    padding: 0;
}
.contaspublicas ul li {
    width: 50%;
    list-style: none;
    float: left;
    padding: 10px 0;
    margin: 0 0 -1px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.contaspublicas ul li a {
    color: #414141;
}
/*
Paginação
---------------------------*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 40px 0 0 0;
    border-radius: 0px;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 10px 16px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #777;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    transition: 0.3s;
    font-size: 15px;
}
.pagination > li > a:hover {
    color: #777;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > 
.active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #006dab;
    border-color: #006dab;
}
/*
Licitações e Concursos
---------------------------*/
.licitacoes, concursos {
    width: 100%;
    float: left;
}
.licitacoes .edital, .concursos .edital {
    width: 100%;
    float: left;
    margin: 0 0 16px 0;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.1)
}
.licitacoes .edital .nome, .concursos .edital .nome {
    width: 100%;
    float: left;
    padding: 14px 20px;
    border-radius: 4px 4px 0 0;
    background: rgba(0,0,0,0.1);
    color: #414141;
    font-weight: 500;
}
.licitacoes .edital b, .concursos .edital b {
    font-weight: 500;
}
.licitacoes .edital ul, .concursos .edital ul {
    margin: 0;
    padding: 0;
}
.licitacoes .edital ul li, .concursos .edital ul li {
    width: 100%;
    float: left;
    padding: 11px 20px;
    list-style: none;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.licitacoes .edital .detalhes, .concursos .edital .detalhes {
    width: auto;
    float: left;
    padding: 10px 17px;
    margin: 10px 0;
    background: #3cb263;
    border-radius: 4px;
    color: #FFF;
    text-align: center;
    transition: 0.2s;
}
.licitacoes .edital .detalhes:hover, .concursos .edital .detalhes:hover {
    background: #3eb966;
    transition: 0.2s;
}
.licitacoes .bloco {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}
.licitacoes .bloco .informacao {
    width: 100%;
    float: left;
    padding: 25px 35px;
    background: rgba(0,0,0,0.06);
    border-radius: 0;
    transition: 0.3s;
}
.licitacoes .bloco:hover .informacao {
    background: rgba(0,0,0,0.13);
}
.licitacoes .bloco .concurso {
    padding: 17px 35px;
    background: #d3d3d3; 
}
.licitacoes .bloco .informacao h4 {
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
    color: #444;
    font-weight: 400;
}
.licitacoes .bloco .informacao h4 > .cinza {
    color: #373737;
    font-size: 15px;
}
.licitacoes .bloco .informacao p > .cinza {
    color: #8f8f8f;
}
.licitacoes .bloco .informacao p {
    margin: 8px 0 0 0;
    font-family: 'Montserrat',sans-serif;
    font-size: 12px;
    color: #a3a3a3;
}
.licitacoes .bloco .situacao {
    width: 100%;
    float: left;
    padding: 12px 35px;
    border-radius: 0;
    color: #FFF;
    font-family: 'Montserrat',sans-serif;
    font-size: 11px;
    text-transform: uppercase;
}
.licitacoes .bloco .situacao i {
    margin: 0 10px 0 0;
}
.licitacoes .bloco .aberto {
    background: #666;
}
.licitacoes .bloco .andamento {
    background: #666;
}
.licitacoes .bloco .fechado {
    background: #c74038;
}
.licitacoes .bloco .normal {
    background: #717171;
}
.navegacao {
    float: right;
}
.navegacao ul {
    margin: 0;
    padding: 0;
}
.navegacao ul li {
    width: auto;
    float: left;
    padding: 7px 23px;
    margin: 0 0 0 -1px;
    border: 1px solid #8b8b8b;
    font-family: 'Montserrat',sans-serif;
    font-size: 12px;
    color: #FFF;
    cursor: pointer;
    transition: 0.2s;
}
.navegacao ul li:hover {
    transition: 0.2s;
    background: #8b8b8b;
}
.navegacao .aberto:hover {
    background: #4caf50;
    color: #FFF;
    border: 1px solid #4caf50
}
.navegacao .andamento:hover {
    background: #ff9900;
    color: #FFF;
    border: 1px solid #ff9900;
}
.navegacao .fechado:hover {
    background: #c74038;
    color: #FFF;
    border: 1px solid #c74038
}
.navegacao ul .inicio {
    border-radius: 4px 0 0 4px;
}
.navegacao ul .fim {
    border-radius: 0 4px 4px 0;
}

/* Noticias */
.noticias {
    width: 100%;
    float: left;
}
.noticias .bloco {
    width: 100%;
    float: left;
}
.noticias .bloco .imagem {
    width: 100%;
    height: 125px;
    float: left;
    border-radius: 4px;
    margin: 0 0 20px 0;
}
.noticias .bloco h4 {
    font-family: 'Montserrat',sans-serif;
    font-size: 19px;
    color: #393939;
    font-weight: 400;
}
.noticias .bloco h4 > .pequeno {
    font-size: 15px;
    font-weight: 400;
}
.noticias .bloco p {
    font-family: 'Montserrat',sans-serif;
    font-size: 12px;
    color: #999;
    margin: 20px 0 0 0;
}
/* Notícias página */
.noticiaspagina {
    width: 100%;
    float: left;
}
.noticiaspagina .leitura {
    font-weight: 300;
    line-height: 1.4em;
    text-align: justify;
}
.noticiaspagina .leitura img {
    width: 300px !important;
    float: right;
}
.noticiaspagina .anexo {
    width: 40%;
    float: right;
    margin: 0 0 30px 30px;
}
.noticiaspagina .anexo img {
    border-radius: 5px 5px 0 0;
}
.noticiaspagina .anexo .info {
    width: 100%;
    float: left;
    padding: 15px;
    font-size: 11px;
    background: rgba(0,0,0,0.07);
    border-radius: 0 0 5px 5px;
}
.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: rgba(0,0,0,0.07);
    border-radius: 3px;
    color: #666;
    transition: 0.3s;
}
.noticiaspagina .leiatambem .bloco:hover {
    transition: 0.3s;
    background: rgba(0,0,0,0.12);
}
.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: 15px;
    margin:12px 0 12px 0;
    font-family: 'Poppins',sans-serif;
    color: #303030;
    line-height: 1.2em;
}
.noticias h2 {
    font-size: 22px;
    line-height: 0.8em;
    color: #414141;
    font-weight: 400;
}
.noticias h3 .icone {
    width: auto;
    float: left;
    margin: 0 8px 0 0;
}
.noticias h3 {
    margin: 0 0 13px 0;
    font-size: 12px;
}
.noticias .data {
    margin: 0 0 26px 0;
    font-size: 12px;
    padding: 0 0 0px 0;
    color: #555;
}
.noticiaList{ 
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}
.noticiaList:hover{
    background-color: #f7f7f7;
}
.imageViewNoticia{
    width: 100%;
    height: 350px;
    background-attachment: fixed;
}

/* Notícias página */
.divide {
    width: 100%;
    height: 1px;
    float: left;
    margin: 25px 0;
    background: rgba(0,0,0,0.1);
}
.acessorapido {
    width: 100%;
    float: left;
    margin-top: -10px;
}
.acessorapido .bloco {
    width: 100%;
    float: left;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    transition: 0.3s;
}
.acessorapido .bloco:hover {
    background-color: rgba(0,0,0,0.03);
}
.acessorapido .bloco:hover .icone {
    background-color: #11a0ed;
}
.acessorapido .bloco .icone {
    width: 35px;
    height: 35px;
    float: left;
    display: table-cell;
    padding: 6px 0 0 0;
    border-radius: 3px;
    background: #068ad1;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    transition: 0.3s;
}
.acessorapido .bloco .texto {
    float: left;
    display: table-cell;
    margin: 0 0 0 15px;
}
.acessorapido .bloco .texto h5 {
    font-size: 15px;
    color: #373737;
    font-weight: 400;
    margin-top: 8px;
}
.acessorapido .bloco .texto p {
    font-size: 11px;
    color: #b7b7b7;
    margin: 2px 0 0 0;
}
.pesquisar {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
    padding: 9px 20px;
    border-radius: 100px;
    border: 1px solid rgba(0,0,0,0.1);
}
.pesquisar input[type=text] {
    padding: 0;
    border: 0;
    margin: 0;
}
.pesquisar input[type=text]:hover {
    border: 0;
}
.pesquisar input[type=text]:focus {
    border: 0;
}
.pesquisar > .pesquisa {
    width: 30px;
    float: right;
}
.eventos {
    width: 100%;
    float: left;
}
.eventos ul {
    margin: 0;
    padding: 0;
}
.eventos ul li {
    width: 100%;
    height: 109px;
    float: left;
    margin: 0 0 10px 0;
    list-style: none;
    padding: 25px 30px;
    border-radius: 4px;
    background: rgba(0,0,0,0.11);
    transition: 0.2s;
}
.eventos ul li .data {
    width: 58px;
    height: 70px;
    float: left;
    padding: 14px 0 0 0;
    margin: -6px 20px 0 0;
    vertical-align: top;
    display: table-cell;
    border-radius: 3px;
    background: #068AD1;
    text-align: center;
}
.eventos ul li .data .mes {
    width: 100%;
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    color: #FFF;
}
.eventos ul li .data .dia {
    font-size: 24px;
    font-weight: 500;
    color: #FFF;
}
.eventos ul li:hover {
    background: rgba(0,0,0,0.16);
    transition: 0.2s;
}
.eventos ul li a {
    text-decoration: none;
}
.eventos ul li h4 {
    font-family: 'Montserrat',sans-serif;
    font-size: 17px;
    color: #373737;
    font-weight: 400;
    line-height: 1.3em;
}
.eventos ul li p {
    margin: 9px 0 0 0;
    font-family: 'Montserrat',sans-serif;
    font-size: 11px;
    color: #8f8f8f;
}
.eventos .agenda {
    width: 100%;
    float: left;
    padding: 20px 0;
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
    border-radius: 4px;
    background: #068ad1;
    text-align: center;
    transition: 0.2s;
    color: #FFF;
}
.eventos .agenda:hover {
    transition: 0.2s;
    background: #0073b5;
}
.fotos .grande {
    width: 100%;
    height: 150px;
    float: left;
    margin: 0 0 12px 0;
    border-radius:4px;
}
.fotos .pequeno {
    width: 100%;
    height: 138px;
    float: left;
    border-radius:4px;
}
.fotos .nopadding-left {
    padding-left: 6px;
}
.fotos .nopadding-right {
    padding-right: 6px;
}
.galeria {
    width: 100%;
    float: left;
}
.galeria .bloco {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
}
.galeria .bloco .imagem {
    width: 100%;
    height: 170px;
    float: left;
    border-radius: 4px 4px 0 0;
}
.galeria .bloco .texto {
    width: 100%;
    height: 103px;
    float: left;
    padding: 20px;
    border-radius: 0 0 4px 4px;
    background: #e5e5e5;
}
.galeria .bloco .texto h4 {
    font-family: 'Montserrat',sans-serif;
    font-size: 17px;
    color: #373737;
    font-weight: 400;
    line-height: 1.2em;
}
.galeria .bloco .texto p {
    margin: 6px 0 0 0;
    font-family: 'Montserrat',sans-serif;
    font-size: 12px;
    color: #949494;
    font-weight: 400;
}
/* Obras */
.obras {
    width: 100%;
    float: left;
}
.obras .bloco {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
}
.obras .bloco .imagem {
    width: 100%;
    height: 170px;
    float: left;
    border-radius: 4px 4px 0 0;
}
.obras .bloco .texto {
    width: 100%;
    height: 103px;
    float: left;
    padding: 20px;
    border-radius: 0 0 4px 4px;
    background: #e5e5e5;
}
.obras .bloco .texto h4 {
    font-family: 'Montserrat',sans-serif;
    font-size: 17px;
    color: #373737;
    font-weight: 400;
    line-height: 1.2em;
}
.obras .bloco .texto p {
    margin: 6px 0 0 0;
    font-family: 'Montserrat',sans-serif;
    font-size: 12px;
    color: #949494;
    font-weight: 400;
}
/* Obras */
/* Secretarias */
.secretarias  {
    width: 100%;
    float: left;
    color: #fff;
}
.secretarias .bloco {
    width: 100%;
    padding: 20px;
    background: #FFF;
    transition: 0.3s;
}
.secretarias .bloco:hover {
    background: #F1F5FF;
}
.secretarias .bloco a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    text-decoration: none;
}
.secretarias .bloco .nome {
    width: 100%;
    min-height: 75px;
    padding: 0px 0 20px 0px;
    color: #068AD1;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid rgba(0,0,0,0.09);
}
.secretarias .bloco .conteudo {
    width: 100%;
    float: left;
    padding: 20px 0 0 0px;
    border-radius: 0 0 4px 4px;
}
.secretarias .bloco .conteudo .descricao {
    width: 100%;
    padding: 15px 0 0 0px;
    border-top: 1px solid rgba(0,0,0,0.06);
}
.secretarias .foto {
    width: 95px;
    height: 95px;
    margin: auto!important;
    border-radius: 100px;
    border: 3px solid #e6e6e6;
    margin-bottom: 20px!important;
}
.secretarias h4 {
    font-size: 23px;
    color: #FFF;
    margin: 0 0 18px 0;
}
.secretarias h5 {
    margin-bottom: 5px;
}
.secretarias p {
    font-size: 12px;
    color: rgba(0,0,0,0.6);
    font-weight: 400;
}
.secretarias p i {
    margin: 0 9px 0 0;
}
.secretarias .mais {
    width: 140px;
    padding: 11px 0;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    background: #068ad1;
    color: #FFF;
    transition: 0.2s;
    font-size: 13px;
    border-radius: 3px;
    cursor: pointer;
}
.secretarias .mais:hover {
    background: #0073b5;
    transition: 0.2s;
}
.secretarias .titulo{ color: #000; }
.secretarias .descricao{ font-size: 14px; margin-top: 10px; color: #000; }
/* Secretarias */
.meio-box {
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
}
.meio-box .titulo {
    width: 100%;
    float: left;
    margin: 0 0 35px 0;
}
.meio-box .titulo h3 {
    font-size: 22px;
    font-weight: 400;
}
.meio-box .titulo h3 i {
    margin: 0 15px 0 0;
}
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;
}
.ouvidoria {
    width: 100%;
    float: left;
    padding: 30px 0;
    background: #0059a3;
}

/*-------------------------------------------------------*/
/* 4 - RODAPÉ
/*-------------------------------------------------------*/
.rodape-menu{
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 30px 0 40px 0;
    background: #1e1f20;
}

.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;
}


@media (max-width: 1200px) {
    .menu .canto {
        width: 170px;
    }
}
@media (max-width: 992px) {
    .box-home {
        margin: 20px 0;
    }
    .menu .canto {
        width: 100%;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
    }
        .nopadding {
        padding-left: 15px;
        padding-right: 15px;
    }
    .nopadding-right {
        padding-right: 15px;
    }
    .nopadding-left {
        padding-left: 15px;
    }
    
    .secretarias *{
        text-align: center;
    }
    .secretarias .foto {
        margin: 20px;
        margin-top: 20px!important;
        margin-bottom: 20px!important;
    }
    
}
@media (max-width: 767px) {
    .eventos ul li {
        height: auto;
    }
    .eventos ul li .data {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .eventos ul li p {
        margin: 4px 0 0 0;
    }
    .barra {
        padding: 35px 0;
    }
    .topo .servico {
        width: 100%;
    }
    .logo {
        width: auto;
        float: left;
    }
    footer .funcionamento {
        margin: 0 0 30px 0;
    }
    footer .funcionamento .opcao {
        width: 100%;
        float: left;
        margin: 5px 0 0 0;
    }
    footer h3 {
        width: 100%;
        float: left;
        margin: 30px 0 10px 0;
    }
    footer .copyrights .mediasystems {
        width: 100%;
        float: left;
        margin: 20px 0 0 0;
    }
    footer .copyrights .mediasystems img {
        height: 29px;
        margin: 0 20px 0 0;
    }
    .topo .informacoes {
        display: none;
    }
    .logo img {
        height: 40px;
    }
    .barra .titulo h3 {
        font-size: 22px;
    }
    .navegacao {
        width: 100%;
        float: left;
        margin: 30px 0 0 0;
    }
    .navegacao ul li {
        width: 33%;
        text-align: center;
        padding-right: 0;
        padding-left: 0;
    }
    footer {
        text-align: center;
    }
    .menu {
        padding: 13px 0;
    }
    .azul {
        padding: 40px 0;
    }
    .cinzaescuro {
        padding: 40px 0;
    }
    .barra .titulo {
        margin: 0 0 40px 0;
    }
    .servicos .bloco {
        margin: 25px 0;
    }
    .secretarias .bloco {
        height: auto;
    }
    /*Menu navbar*/
    .navbar {
        width: 100%;
        float: left;
        min-height: 0;
    }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        background: none;
        box-shadow: none;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color:#333;
    }
    .navbar-nav {
        margin: 7.5px 0px;
    }
    .nav > li > a {
        padding: 10px 15px;
    }
    .navbar-default .navbar-nav > li > a {
        border: none;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background: #333;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: none;
    }
    .navbar-header {
        height: auto;
        margin: 0;
        padding:10px 0;
    }
    .navbar-toggle {
        margin-right: -6px;
        margin-bottom:0px;
        right: 0;
        border: none;
        padding: 0 10px; 
    }
    .navbar-toggle:hover {
        background: none;
    }

    .bolsafamilia {
        width: 100%;
        height: auto;
        text-align: center;
    }
    .bolsafamilia .base {
        height: auto;
        background: none;
    }
    .bolsafamilia .base .texto {
        width: 100%;
        float: left;
        margin: 50px 0 20px 0;
    }
    .bolsafamilia .base .texto h4 {
        font-family: 'Montserrat',sans-serif;
        font-size: 32px;
    }
    .bolsafamilia .base .texto p {
        margin: 27px 0;
        font-size: 13px;
    }
    .bolsafamilia .base .texto .botao {
        width: 100%;
        display: none;
    }
    .bolsafamilia .base .imagem {
        width: 100%;
        float: right;
        margin: 0;
    }
    .bolsafamilia .base .imagem img {
        margin: 0 auto;
    }
    .licitacoes .edital .detalhes, .concursos .edital .detalhes {
        width: 100%;
    }
    
    .owl-theme .owl-nav {
	top: -75px!important;
    }
    
}

/* 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 */

.bloco .aberto {
    background: #397944!important;
}
.bloco .andamento {
    background: #ff9900;
}
.bloco .fechado {
    background: #c74038;
}
.bloco .normal {
    background: #717171;
}

.navbar-nav {
  float: left;
  width: 93%;
}

.videos h2{
    font-size: 18px; font-weight: bold; color: #000; padding-top: 10px;
}
.videos h3{
    font-size: 14px!important;
}

.videos .bloco{
    height: 350px;
}

.evento_item{
   padding: 5px 0;
   border-bottom: 1px solid #CCC;
}
.evento_item h4{
   font-size: 14px;
   color: #666;
   line-height: 23px;
}
.eventosList .thumbnail{
    height: 350px;
}
.eventosList .thumbnail .caption p{
    font-size: 12px;
    color: #666;
    height: 10px;
}
.eventoList{
    height: 350px;
}

.clear{
    clear: both;
    height: 50px;
}


.box-titulo-cat {
    width: 100%;
    height: auto;
    padding: 10px 20px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.5);
    transition: 0.3s;
}
#noticias .bloco:hover > .box-titulo-cat {
    background-color: rgba(0,0,0,0.7);
    padding: 15px 20px;
}
.box-titulo-cat .box-cat {
    color: #FFF;
    font-size: 13px;
    border-bottom: 3px solid #FFF;
    padding-bottom: 5px;
}
.box-titulo-cat .box-titulo {
    color: #FFF;
    font-size: 20px;
    margin-top: 15px;
}

.box-facebook iframe{
    border-radius: 0px!important;
}

#fotos .item .box-titulo{
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.5);
    color: #FFF;
    font-size: 16px;
    padding: 10px 15px;
    transition: 0.3s;
}
#fotos .item:hover .box-titulo{
    background-color: rgba(0,0,0,0.7);
    padding: 15px 15px;
}