/*-------------------------------------------------------*/
/* 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-color:#e4b90d;
    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%;
    height: auto !important;
    /*z-index: 9999999;*/
    z-index:9990;
    padding: 0 0 0px 0;
    font-family: 'Montserrat',sans-serif;
    border-bottom: 1px solid rgba(255,255,2555,0.3);
    position: absolute;
    background-color:#f1c40f;
}
.topo * { z-index: 9990; }
.topo .informacoes {
    width: 100%;
    float: left;
    padding: 0px 0;
    margin: 0 0 0px 0;
    font-size: 13px;
    background-color: #1a5440;
    color: #FFF;
    font-weight: 300;
}
.topo .informacoes * {
    color: #ffffff;
}
.topo .informacoes i {
    margin: 0 10px 0 0;
}
.topo .informacoes a {
    color: #ffffff;
}
.topo .logo {
    width: 100%;
    min-height: 131px;
    position: absolute;
    background-color: #f3a221;
    margin: 0px 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;
    margin-top: 65px !important;
}
.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; }



.box-info-home{
    width: 100%;
    height: auto;
    margin-top: 28px;
}
.box-info-home .box-icon{
    width: 35px;
    height: 50px;
    border: 1px solid #CCC;
    float: left;
    margin-right: 10px;
    text-align: center;
    background: #f7f8f8;
    color: #077CB3;
}
.box-info-home .icon-fone i{
    font-size: 36px;
    margin-top: 6px;
}
.box-info-home .icon-email i{
    font-size: 24px;
    margin-top: 11px;
}
.box-info-home .icon-endereco i{
    font-size: 30px;
    margin-top: 8px;
}

.box-info-home .text-titulo{
    font-size: 12px;
    font-weight: bold;
    padding-top: 8px;
    color: #077CB3;
}
.box-info-home .text-desc{
    font-size: 12px;
    color: #666;
}

.bt-busca-topo > a{
    background: #f2f2f2!important;
}
/*
Menu
---------------------------*/
.menu {
    width: 100%;
    float: left;
    border-top: 1px solid rgba(0,0,0,0.1);
    background: #f7f8f8;
}
.menu .canto {
    width: 200px;
    margin: 20px 0 0 0;
    float: right;
}
.navbar-nav {
    width: 100%;
}
.navbar-default {
    width: auto;
    background: none!important;
    border: none!important;
    padding: 0;
    margin: 0;
}
.navbar-collapse {
    padding: 0;
}
.navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
}
.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 #53271C;
}
.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.png) center;*/
    background: url(/imagens/bg-header-background.jpg) center;
    background-size: cover;
    background-attachment: fixed;
}
.pagina-header .base {
    width: 100%;
    float: left;
    /*padding: 90px 0; */
    padding: 170px 0 40px;
}
.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);
    padding:0 250px;
}
.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: 74px 0;
    background: #FFF;
}
/*
.barra .titulo {
    width: 100%;
    float: left;
    margin: 0 0 29px 0;
    font-weight: 400;
}
.barra .titulo i {
    float: left;
    font-size: 27px;
    color: #077CB3;
    padding-top: 2.5px;
    margin-right: 15px;
}
.barra .titulo h3 {
    float: left;
    font-size: 30px;
    color: #373737;
    font-weight: bold;
}
.barra .titulo h3 .branco {
    color: #FFF;
    font-weight: 500;
}
*/
.marrom {
    /*background: url(/imagens/bg-servicos.jpg) repeat-x;*/
    background: #eef1f7;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}
.azulclaro {
    background: url(/imagens/bg-obras.jpg);
}
.barra-rodape {
    background: #077cb3;
}
.azulescuro {
    background: #0579b7;
}
.cinzaescuro {
    background: #333;
}
.cinzaclaro {
    background: #f7f8f8;
}
.programasocial {
    width: 100%;
    height: 297px;
    float: left;
}

.servicos {
    margin-top: 0px;
}
.servicos .box01 {
    background: url(/imagens/servicos/box01.jpg) #AF8A31;
}
.servicos .box02 {
    background: url(/imagens/servicos/box02.jpg) #067EB3;
}
.servicos .box03 {
    background: url(/imagens/servicos/box03.jpg) #3E9062;
}

.servicos .box01:hover, .servicos .box02:hover, .servicos .box03:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    transition: 0.3s;
    color: #dbeefc;
}

.servicos .bloco {
    float: left;
    padding: 5px 30px;
    width: 100%;
}
.servicos .bloco > .icone {
    width: 100%;
    height: 87px;
    overflow: hidden;
    color: #fff;
    font-size: 29px;
    margin: 0 5px 0 20px;
    vertical-align: top;
    text-align: center;
}
.servicos .bloco > .icone img {
    position: absolute;
    top: 48%;
    left: 50%;
    margin-top: -50px;
    margin-left: -33px;
}
.servicos .bloco > h3 {
    width: 100%;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin: 22px 0 18px 0;
    text-align: center;
}
.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.1);
    border-radius: 0;
}
.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: #397944;
}
.licitacoes .bloco .andamento {
    background: #e2b428;
}
.licitacoes .bloco .fechado {
    background: #c74038;
}
.licitacoes .bloco .normal {
    background: #717171;
}

.no-margin-bottom {margin-bottom: 0;}


/* LICITAÇÃO */
.licitacao .sidebar h3.titulo,
.licitacao .content h3.titulo {font-weight: normal;margin-bottom: 10px;}
.licitacao .sidebar .form-group.data-abertura input {margin-bottom:0;}
.licitacao .sidebar ul.parametros-filtro {padding-left:0;}
.licitacao .sidebar .list-group.status li,
.licitacao .sidebar .list-group.modalidade li {overflow: hidden;}
.licitacao .sidebar .list-group {margin-bottom:40px;}
.licitacao .sidebar .botao {float:none;}
.licitacao .content span.label {margin-left:10px;}
.licitacao .content .acoes {padding:10px 0;}
.licitacao .content .panel {margin-bottom:50px;border-radius:0;}
.licitacao .content .panel-body {padding-top:10px;padding-bottom: 10px;}
.licitacao .content .panel-heading {font-size: 1.3em;}
.licitacao .content .status.data-abertura {padding-bottom: 10px;}
.licitacao .content .data-publicacao,
.licitacao .content .entidade,
.licitacao .content .objeto {padding:10px 15px;}
.licitacao .content label {margin:0;}

/* LICITAÇÃO - CORES */
.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 h3 {font-weight: normal;margin:30px 0;}
.licitacao-view .botao {margin-bottom: 20px;}
.licitacao-view .detalhes {border: 1px solid #ddd;padding:10px;}
.licitacao-view .detalhes label {font-weight: 500;}
.licitacao-view .detalhes .border-left {border-left:1px solid #ddd;}

/* LICITAÇÃO - CORES */
.legislacao .content .panel .row {border-bottom:1px solid #ddd;}
.legislacao .content .row .data-abertura {border-left:1px solid #ddd;}
.legislacao .content .panel .row.no-border-bottom {border-bottom:none;}


.legislacao-view h3 {font-weight: normal;margin:30px 0; }
.legislacao-view .botao {margin-bottom: 20px;}
.legislacao-view .detalhes {border: 1px solid #ddd;padding:10px;}
.legislacao-view .detalhes label {font-weight: 500;}
.legislacao-view .detalhes .border-left {border-left:1px solid #ddd;}

/* NOTICIAS E ENTIDADES */
.listagem-entidades .sidebar h3.titulo,
.listagem-noticias .sidebar h3.titulo {font-weight: normal;margin-bottom: 10px;}
.listagem-entidades .sidebar .list-group a,
.listagem-noticias .sidebar .list-group a {display:block;}
.listagem-entidades .sidebar .list-group li.active a,
.listagem-noticias .sidebar .list-group li.active a {color:#fff;}
.listagem-entidades .sidebar .busca,
.listagem-noticias .sidebar .busca {margin-top:40px;}
.listagem-entidades .sidebar .busca .input-group,
.listagem-noticias .sidebar .busca .input-group {padding:0px;border-radius:0;}
.listagem-entidades .sidebar .busca .input-group input,
.listagem-noticias .sidebar .busca .input-group input {border-right: none;padding: 0;padding-left:5px;width: 99%;font-size: 16px;}
.listagem-entidades .sidebar .meio-box,
.listagem-noticias .sidebar .meio-box {margin-top:30px;}
.listagem-entidades .sidebar .meio-box .bloco,
.listagem-noticias .sidebar .meio-box .bloco {width: 45%;min-height: 177px;}


/* ENTIDADES */


.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 */
.apresentacao-noticia { padding-right: 25px;}
.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,
.informativospagina .leiatambem,
.dlistagem .listagem {
    width: 100%;
    float: left;
}

.noticiaspagina .leiatambem .bloco,
.informativospagina .leiatambem .bloco,
.dlistagem .leiatambem .bloco {
    width: 100%;
    float: left;
    color: #666;
    border-bottom: 1px solid #DDD;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
}

.noticiaspagina .leiatambem .bloco .thumb-noticia,
.informativospagina .leiatambem .bloco .thumb-informativo {
    width: 100px;
    height: 80px;
    float: left;
    margin: 10px 10px 20px 0px;
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.10);
    border-radius: 4px;
}

.noticiaspagina .leiatambem .bloco a,
.informativospagina .leiatambem .bloco a {
    color: #7D0000;
}

.noticiaspagina .leiatambem .bloco a:hover,
.informativospagina .leiatambem .bloco a:hover {
    text-decoration: underline;
}

.noticiaspagina .leiatambem .bloco h4,
.informativospagina .leiatambem .bloco h4,
.dlistagem .leiatambem .bloco h4 {
    font-size: 11px;
    color: rgba(0, 0, 0, 0.6);
    margin-left: 110px;
}

.noticiaspagina .leiatambem .bloco h2,
.informativospagina .leiatambem .bloco h2,
.dlistagem .leiatambem .bloco h2 {
    font-size: 15px;
    margin: 8px 0 12px 0;
    font-family: LatoWebBold;
    color: #355993;
    line-height: 1.2em;
    text-align: left;
}

.noticiaspagina .arquivos {clear:both;}
.noticiaspagina .arquivos h3 {margin:20px 0 10px;}


.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: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%;
    min-height: 374px;
    float: left;
    padding: 10px;
    background: #eef1f7;
}
.acessorapido .bloco {
    width: 31.3%;
    float: left;
    padding: 9.4px 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    margin: 6px;
}
.acessorapido .bloco:hover {
    background: #FFF;
    transition: 0.2s;
}
.acessorapido .bloco .icone {
    width: 100%;
    float: left;
    display: table-cell;
    padding: 6px 0 0 0;
    border-radius: 3px;
    font-size: 65px;
    color: #FFF;
    text-align: center;
}
.acessorapido .bloco .texto {
    float: left;
    display: table-cell;
    width: 100%;
}
.acessorapido .bloco .texto h5 {
    width: 100%;
    font-size: 14px;
    color: #FFF;
    margin-top: 8px;
    text-align: center;
    margin-bottom: 20px;
}
.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: 0px;
    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: #077CB3;
    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: 0px;
    background: #077CB3;
    text-align: center;
    transition: 0.2s;
    color: #FFF;
}
.eventos .agenda:hover {
    transition: 0.2s;
    background: #873E2D;
}
.fotos .grande {
    width: 100%;
    height: 144px;
    float: left;
    margin: 0 0 12px 0;
    border-radius:0px;
}
.fotos .pequeno {
    width: 100%;
    height: 138px;
    float: left;
    border-radius:0px;
}
.fotos .nopadding-left {
    padding-left: 6px;
}
.fotos .nopadding-right {
    padding-right: 14px;
}
.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%;
    float: left;
}
.secretarias .bloco .nome {
    width: 100%;
    height: 61px;
    float: left;
    background: #077CB3;
    padding: 15px 15px;
    border-radius: 0;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}
.secretarias .bloco .conteudo {
    width: 100%;
    height: 200px;
    float: left;
    background: #FFF;
    padding: 15px;
    border-radius: 0;
}
.secretarias .bloco .conteudo a {
    text-decoration: none;
}
.secretarias .bloco .conteudo .box-conteudo {
    width: 100%;
    height: 113px;
}
.secretarias .foto {
    width: 70px;
    height: 83px;
    float: left;
    margin-right: 10px;
}
.secretarias h4 {
    font-size: 17px;
    color: #fff;
    margin: 0 0 10px 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: #077CB3;
    color: #FFF;
    transition: 0.2s;
    font-size: 13px;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
}
.secretarias .mais:hover {
    background: #873E2D;
    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É
/*-------------------------------------------------------*/
footer {
    width: 100%;
    float: left;
    padding: 70px 0 0 0;
    background-color: #1a5440;
}
footer .funcionamento {
    width: 100%;
    float: left;
    margin: 0 0 65px 0;
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    color: #FFF;
}
footer .funcionamento i {
    margin: 0 10px 0 0;
}
footer .funcionamento .opcao {
    float: right;
}
footer h3 {
    margin: 0 0 40px 0;
    color: #FFF;
    font-size: 19px;
    font-weight: 400;
}
footer ul {
    margin: 0;
    padding: 0;
}
footer ul li {
    width: 100%;
    float: left;
    margin: 0 0 8px 0;
    color: #959595;
    font-weight: 300;
    font-size: 13px;
}
footer ul li a {
    color: rgba(255,255,255,0.6);
    transition: 0.2s;
}
footer ul li a:hover {
    color: #FFF;
    text-decoration: none;
    transition: 0.2s;
}
footer .informacoes {
    width: 100%;
    float: left;
    font-size: 14px;
    background: url(/imagens/map-img.png);
}
footer .informacoes ul {
    margin: 0;
    padding: 0;
}
footer .informacoes ul li {
    width: 100%;
    float: left;
    margin: 0 0 6px 0;
    list-style: none;
    color: rgba(255,255,255,0.6);
    line-height: 1.9em;
}
footer .informacoes ul li i {
    margin: 0 10px 0 0;
}
footer .copyrights {
    width: 100%;
    float: left;
    margin: 70px 0 0 0;
    padding: 40px 0;
    background: #1b1b1b;
    font-family: 'Montserrat',sans-serif;
    font-size: 15px;
    color: #FFF;
    line-height: 1.2em;
    border-top: 1px solid #363739;
}
footer .copyrights a {
    color: #FFF;
}
footer .copyrights .mediasystems {
    float: right;
}
footer .copyrights .mediasystems img {
    height: 29px;
    margin: -3px 11px 0 0;
}
.footer-contato {
    width: 100%;
    float: left;
    margin: 0;
    padding: 40px 0;
    background-color: #188964;
    font-family: 'Montserrat',sans-serif;
    font-size: 15px;
    color: #FFF;
    line-height: 1.2em;
    border-bottom: 1px solid #188964;
}
.footer-contato a{
    font-size: 16px;
    color: #FFF;
    text-align: right;
    margin-top: 30px;
    display: block;
    text-decoration: none;
}
.footer-contato a:hover, .footer-contato a:hover i{
    color: #ffff0d;
    transition: 0.2s;

}
.footer-contato a i{
    font-size: 28px;
    color: #FFF;
    top: 3px;
    margin-right: 2px;
    position: relative;
}
@media (max-width: 1200px) {
    .menu .canto {
        width: 170px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 12px!important;
    }
    .acessorapido .bloco {
        width: 30.8%; 
    }
}
@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;
    }
    .servicos .bloco > h3 {
        font-size: 13px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 11px!important;
    }
    .logo {
        text-align: center!important;
    }
    .acessorapido .bloco {
        width: 31.3%; 
    }
}
@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%;
    }
    .navbar-default .navbar-nav > li > a {
        min-height: 55px;
    }
    ul.list-icons-social {
        width: 35% !important;
        height: auto !important;
        padding-top: 30px !important;
        overflow: hidden !important;
        margin: auto !important;
    }
}
@media (max-width: 650px) {
    .acessorapido .bloco {
        width: 31.0%; 
    }
    .acessorapido .bloco .texto h5 {
        font-size: 12px;
    }
}
@media (max-width: 570px) {
    .acessorapido .bloco {
        width: 30.6%; 
    }
}
@media (max-width: 490px) {
    .acessorapido .bloco {
        width: 30.1%; 
    }
    .acessorapido .bloco .icone {
        font-size: 60px;
    }
    .acessorapido .bloco .texto h5 {
        font-size: 11px;
    }
    .acessorapido .bloco {
        height: 163px;
    }
}
@media (max-width: 410px) {
    .acessorapido .bloco {
        width: 29.1%; 
    }
    .acessorapido .bloco {
        height: 162px;
    }
}
@media (max-width: 350px) {
    .acessorapido .bloco {
        width: 27.9%; 
    }
}

/* 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: right;
    width: 90%;
}

.videos h2{
    font-size: 18px; font-weight: bold; color: #000;
}
/*
.videos h3{
    font-size: 14px!important;
} */

.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;
}


/* Mais Notícias Home */
.maisNoticias {
    float: left;
    margin-top: -10px;
    width: 100%;
}
.maisNoticias .item .bloco {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #FFF;
    padding: 10px 0;
    border-bottom: 1px solid #eef1f7;
}
.maisNoticias .item .bloco .imagem {
    width: 75px;
    height: 75px;
    float: left;
}
.maisNoticias .item .bloco .texto {
    width: 100%;
    height: 95px;
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    color: #077CB3;
}
.maisNoticias .item .bloco .box-conteudo {
    width: 78%;
    height: auto;
    overflow: hidden;
    float: right;
}
.maisNoticias .item .bloco .titulo-barra {
    width: 100%;
    transition: 0.1s;
    color: #312f3a;
    padding: 5px 0;
    font-size: 16px;
    font-weight: bold;
}
.maisNoticias .item .bloco .barra-marrom .data-barra {
    width: 100%;
    font-size: 12px;
    color: #FFF;
    padding: 0 15px;
}
.maisNoticias .item .bloco:hover .barra-marrom  {
    height: 225px;
    transition: 0.2s;
    opacity: 0.95;
    filter: alpha(opacity=95);
}
.maisNoticias .item .bloco:hover .barra-marrom .titulo-barra  {
    visibility: visible;
    transition: 0.4s;
}
/* Mais Notícias Home */

.links ul{
    width: 100%!important;
    height: auto!important;
    overflow: hidden;
}
.links ul li{
    width: 100%!important;
    height: auto!important;
    overflow: hidden;
    float: left!important;
    text-align: left;
    padding: 5px;
}

.clear{
    clear: both;
    height: 50px;
}

.bt-busca-topo > a {
    background: none!important;
}

ul.list-top{
    width: 100%;
    padding: 0px;
    margin: 0px;
}
ul.list-top li{
    width: auto;
    float: right;
    padding: 13px 20px;
    text-align: center;
    /*border-left: 1px solid #8b4a20;*/
}
ul.list-top li:hover {
    background-color: #2a2d2f;
    transition: 0.2s;
    
}
ul.list-top li:hover a {
    color:#fff;
}
ul.list-top li a{
    text-align: center;
    text-decoration: none;
}
ul.list-top li a img{
    margin-right: 5px;
}

.box-telefones{
    width: 100%;
    min-height: 370px;
    float: left;
    border: 20px solid #eef1f7;
    padding: 25px;background: #FFF;
}
.box-telefones h4{
    font-size: 19px;
    font-weight: bold;
}
.box-telefones p{
    font-size: 18px;
    font-weight: bold;
    padding: 6px 0;
    color: #077CB3;
}
.box-telefones p span{
    font-size: 13px;
    font-weight: 500;
    color: #077CB3;
}
.box-telefones-divsor{
    width: 100%;
    height: 2px;
    background: #d9d9d9;
    margin: 15px 0;
}

/* Secretarias */
.obras  {
    width: 100%;
    float: left;
    color: #fff;
}
.obras .bloco {
    width: 100%;
    float: left;
}
.obras .foto {
    width: 100%;
    height: 250px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}
.obras .bloco .conteudo {
    width: 100%;
    height: 330px;
    float: left;
    background: #FFF;
    padding: 0px;
    border-radius: 0;
}
.obras .bloco .conteudo .box-conteudo {
    overflow: hidden;
    padding: 15px;
    color: #312f3a;
    font-size: 17px;
    font-weight: bold;
}
.obras .bloco .conteudo a {
    text-decoration: none;
}

.obras .mais:hover {
    background: #873E2D;
    transition: 0.2s;
}
.obras .titulo{ color: #000; }
.obras .descricao{ font-size: 14px; margin-top: 10px; color: #000; }
/* Secretarias */

.box-contato-descricao h2{
    color: #FFF;
    font-size: 26px;
    padding-top: 5px;
    font-weight: 600;
}
.box-contato-descricao h3{
    color: #FFF;
    font-size: 14px;
    padding-top: 5px;
    font-weight: 400;
}
.box-contato-descricao i{
    float: left;
    color: #FFF;
    font-size: 40px;
    padding: 10px 5px;
    font-weight: 500;
    margin-right: 10px
}
.box-contato-bt{
    padding: 11px 55px;
    float: right;
    background-color: #6ba045;
    border: 1px solid #6ba045;
}

ul.list-icons-social{
    width: 100%!important;
    height: auto!important;
    padding-top: 30px!important;
    overflow: hidden!important;
}
ul.list-icons-social li{
    width: 40px!important;
    height: 40px!important;
    float: left!important;
    text-align: center!important;
    background: #025594!important;
    border-radius: 100%!important;
    margin-right: 10px!important;
    font-size: 21px;
    padding-left: 10px;
}


/*---------------- noticias home ---------------*/

.noticias {
    width: 100%;
    padding: 0 0 1px 0;
}

.noticias .bloco {
    width: 100%;
    float: left;
}

.noticias .imagem {
    width: 100%;
    height: 100px;
    float: left;
    margin: 0 0 0 0;
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.06);
}

.noticias .no-padding {
    padding: 8px;
}

.noticias h2 {
    font-size: 16px;
}

.noticias h2 a {
    color: #676767;
}

.noticias h3 .icone {
    width: auto;
    float: left;
    margin: 0 8px 0 0;
}

.noticias h3 {
    margin: 0 0 8px 0;
    font-size: 14px;
}

.noticias .data {
    margin: 7px 0 12px 0;
    font-size: 13px;
    border-bottom: 1px solid #E6E6E6;
    padding: 0 0 15px 0;
}

.noticias .nopadding-right {
    padding-right: 0px;
}

.noticias .nopadding {
    padding-right: 4px;
    padding-left: 4px;
}

.noticias .grande .bloco {
    width: 98.3%;
    height: 508px;
    position: relative;
    overflow: hidden;
    margin: 0 0 8px 0;
}

.noticias .grande .bloco:hover .imagem {
    transition: 0.3s;
    transform: scale(1.07);
}

.noticias .grande .bloco .imagem {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s;
}

.noticias .grande .bloco .imagem .base {
    width: 100%;
    height: 508px;
    float: left;
    background: rgba(0, 0, 0, 0.3);
}

.noticias .grande .bloco .imagem .base .texto {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px 44px;
}

.noticias .grande .bloco .imagem .base .texto h2 {
    width: 100%;
    float: left;
    font-size: 25px;
    color: #FFF;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    text-align: left;
    font-weight: bold;
    line-height: 1.3em;
}

.noticias .grande .bloco .imagem .base h3 {
    text-align: center;
    width: auto;
    float: left;
    padding: 5px 15px;
    font-size: 12px;
    color: #FFF;
    background-color: #f3a221;
    border-radius: 4px;
}

.noticias .grande .bloco .imagem .base .barra-texto {
    text-align: center;
    width: 50px;
    height: 6px;
    float: left;
    background: #631633;
    margin: 40px 0 0 -169px;
}

.noticias .pequena .bloco {
    width: 100%;
    height: 241px;
    position: relative;
    overflow: hidden;
    margin: 0px 0 26px 0;
}

.noticias .pequena .bloco:hover .imagem {
    transition: 0.3s;
    transform: scale(1.07);
}

.noticias .pequena .bloco .imagem {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s;
}

.noticias .pequena .bloco .imagem .base {
    width: 100%;
    height: 250px;
    float: left;
    background: rgba(0, 0, 0, 0.3);
}

.noticias .pequena .bloco .imagem .base .barra-texto {
    text-align: center;
    width: 50px;
    height: 6px;
    float: left;
    background: #631633;
    margin: 40px 0 0 -110px;
}

.noticias .pequena .bloco .imagem .base .texto {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px 44px;
}

.noticias .pequena .bloco .imagem .base .texto h2 {
    width: 100%;
    font-size: 18px;
    color: #FFF;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    line-height: 1.3em;
    text-align: left;
    font-weight: bold;
    float: left;
}

.noticias .pequena .bloco .imagem .base h3 {
    text-align: center;
    width: auto;
    float: left;
    padding: 5px 15px;
    font-size: 12px;
    color: #FFF;
    background-color: #f3a221;
    border-radius: 4px;
}

/* LAYOUT */
.sidebar h4.titulo {font-size: 18px;font-weight: 400;margin:30px 0 5px;}
.btn.voltar {margin-bottom: 10px;}
.btn-whatsapp {background-color:#25d366;color:#ffffff;padding:0 5px;height: 20px;margin:0;position: relative !important;top: -6px;}
.btn-whatsapp:hover {background-color:#1FAD54;color:#ffffff;}

/* HOME */
.titulo.cabecalho {margin:40px 0;}
.titulo.cabecalho h3 {padding-top:20px;margin-bottom: 10px;text-transform: uppercase;font-weight: 600;}
.titulo.cabecalho h3, .titulo.cabecalho h3 a {color:#736357;}
.titulo.cabecalho h3 a:hover {text-decoration: none;}
.titulo.cabecalho .linha-titulo {width: 65px;height: 4px;margin: 0 auto;background-color: #f3a221;}


/* TURISMO - LAYOUT LISTAGEM - 2017-12-27 - Rafael Cavalcanti */
.turismo .unstyled {padding:0;margin:0;list-style-type: none;}
.turismo h3, .portal-turismo .item h3 {padding-top:20px;margin-bottom: 35px;text-transform: uppercase;}
.turismo .categorias, 
.turismo .busca {padding:20px 26px;}
.turismo .categorias li {margin-bottom: 15px;padding-bottom:10px;}
.turismo .categorias li .btn {margin-right: 15px;}
.turismo .categorias li a {font-weight: bold;outline: 0;}
.turismo .categorias li a:hover,
.turismo .categorias li a:focus{text-decoration: none;}
.turismo .busca {margin-top:40px;}
.turismo .input-group {padding:5px;border-radius:0;}
.turismo .input-group input {border:none;box-shadow: none;padding: 0;padding-left:5px;width: 99%;}
.turismo .input-group .btn-turismo {border-top-left-radius: 4px;border-bottom-left-radius: 4px;}
.turismo .listagem .item, 
.portal-turismo .item {margin-bottom: 30px;}
.portal-turismo .item a,
.turismo .listagem .item a {outline: 0;}
.portal-turismo .item h3,
.turismo .listagem .item h3 {margin-bottom: 20px;}
.portal-turismo .item .foto,
.turismo .listagem .item .foto {padding-left:0;}
.portal-turismo .item .descricao,
.turismo .listagem .item .descricao {font-size:9px;padding:25px 35px 0;line-height: 21px;}
.portal-turismo .item .btn-leiamais, 
.turismo .listagem .item .btn-leiamais {border-radius: 5px;margin-top:10px;}

/* TURISMO - LAYOUT APRESENTACAO */
.turismo .fotos {margin-top:30px;}
.turismo .fotos,
.turismo .informativo {padding:0px 25px 25px 25px;}
.turismo .localizacao {padding:15px 25px;margin-top:30px;}
.turismo .voltar {margin:30px 0;}
.turismo .informativo .texto {line-height: 25px;text-align: justify;}


/* TURISMO - CORES */
.turismo h3 {color:#053D52;}
.turismo .categorias, 
.turismo .busca,
.turismo .listagem .item,
.turismo .fotos, 
.turismo .informativo, 
.turismo .localizacao {background-color:#EDF1F7;}
.turismo .btn-turismo {background-color: #008DBF;color:#fff;}
.turismo .categorias li {border-bottom:1px solid #DFE3E9;}
.turismo .categorias li a {color:#005C8F;}
.turismo .input-group {background-color:#fff;}
.turismo .listagem .item .btn-leiamais {border:2px solid #008BBE;color:#008BBE;}
.turismo .categorias li.active .texto {text-decoration: underline;}

/* HOME - NOTICIAS */
.portal-noticias {padding-top:0;}

/* HOME - PORTAL DE SERVICOS */
.portal-servicos {clear:both;background:#eef1f7 url('/imagens/bg-notebook-opcy36.jpg') no-repeat left center;}
.portal-servicos .mulher-telefone {padding-top:10px;}
.portal-servicos h3.titulo {font-size:24px;text-transform: uppercase;margin-top:40px;margin-bottom:30px;color:#253f52;}
.portal-servicos h3.titulo a {color:#736357;}
.portal-servicos h3.titulo a:hover {text-decoration:none;}
.portal-servicos h3.titulo img {margin-right:10px;}
.portal-servicos .btn-acessarportal {background-color:#f3a221;color:#fff;padding-left:50px;padding-right: 50px;margin-top:30px;margin-bottom: 10px;border-color:#f3a221}
.portal-servicos .carrosel {background-color:#ffffff;padding:50px 17px 10px 17px;}
.portal-servicos .carrosel .bloco {margin-bottom: 40px;min-height: 60px;}
.portal-servicos .carrosel .bloco {margin-bottom: 40px;min-height: 60px;}
.portal-servicos .carrosel .item a {display:block;}
.portal-servicos .carrosel .item a:hover {text-decoration: none;}
.portal-servicos .carrosel .item a:hover .icone {color:#253f52;}
.portal-servicos .carrosel .item .icone {color:#f3a221;font-size:32px;float:left;width:50px;}
.portal-servicos .carrosel .item .texto {padding-top:10px;}
.portal-servicos .carrosel .item .texto p {color:#253f52;}
.portal-servicos .carrosel .bloco.dois,
.portal-servicos .carrosel .bloco.tres,
.portal-servicos .carrosel .bloco.cinco,
.portal-servicos .carrosel .bloco.seis {border-left:1px solid #bebdbd;padding-left:30px;}

/* HOME - PORTAL TURISMO */
.portal-turismo .item .descricao {padding-top:50px;}
.portal-turismo .item {background-color:#077cb3;}
.portal-turismo .item h3, 
.portal-turismo .item .btn-leiamais {color:#fff;}
.portal-turismo .item p {color:#add4e6;line-height: 35px;}
.portal-turismo .item .btn-leiamais {border-color:#fff;padding-left:20px;padding-right: 20px;margin:10px 0;}

/* HOME - PORTAL GALERIAS E VIDEOS */
.portal-foto-video {padding-bottom: 74px;}
.portal-foto-video .imagens a {display:block;position:relative;overflow: hidden;}
.portal-foto-video .imagens .legenda {position:absolute;bottom:10px;left:15px;color:#fff;text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);font-size:16px;padding-right: 15px;}
.portal-foto-video .imagens .thumb-pequena-1 {margin-top:16px;}
.portal-foto-video .videos {padding-right:0;}
.portal-foto-video .embed-responsive-16by9 {padding-bottom: 51%;}

/* HOME - OBRAS */
.portal-obras {background:transparent url('/imagens/bg-obras.jpg') repeat-y left center;}

/* HOME - SECRETARIAS */
.portal-secretarias a {color:#fff;text-decoration: none;}
.portal-secretarias a:hover {text-decoration: none;}


/* HOME - PORTAL NUVEM TAG */
.portal-nuvemtag .tag img {width: 260px;height:151px;}

/* SECRETARIAS E ENTIDADES */
.listagem-secretarias .panel-secretaria {border-color:#f4f4f4;}
.listagem-entidades .dados-contato,
.listagem-secretarias .panel-secretaria .dados-contato {padding-left:0;margin-top:10px;}
.listagem-entidades .dados-contato li,
.listagem-secretarias .panel-secretaria .dados-contato li {font-size: 12px;line-height: 23px;}


/* SECREATARIA VIEW */
.cabecalho-secretaria {color:#fdfdfd;}
.descricao-secretaria h3,
.descricao-secretaria h4,
.paginas-relacionadas h5 {margin-bottom: 15px;}
.titulo-noticia {margin-bottom: 10px;}
.descricao-secretaria .descricao {line-height: 25px;}
.carrosel-secretaria-noticia a {display:block;position:relative;}
.carrosel-secretaria-noticia img {}
.carrosel-secretaria-noticia .legenda {position: absolute; bottom:15px; left:15px;padding-right: 15px;}
.carrosel-secretaria-noticia .legenda p {color:#fff;font-size: 22px;font-weight: 600;line-height: 1.3em;margin-bottom: 5px;text-shadow: 2px 2px #444444;}
.carrosel-secretaria-noticia .legenda small {color:#fff;font-size:11px;}

/* SIDEBAR - ACESSORAPIDO */
.sidebar.acessorapido {margin-top:40px;border-top:1px solid #fdfdfd;padding-top:20px;}
.sidebar.acessorapido .bloco {width: 45%;padding:20px;text-align: center;border:1px solid #f4f4f4;margin-bottom: 15px;height: 135px;overflow: hidden;}
.sidebar.acessorapido .bloco a {display:block;}
.sidebar.acessorapido .bloco.dois,
.sidebar.acessorapido .bloco.quatro,
.sidebar.acessorapido .bloco.seis {margin-left:15px;}
.sidebar.acessorapido .icone {font-size:40px}
.sidebar.acessorapido .titulo {margin-bottom: 17px !important;}
.sidebar.acessorapido .texto.pull-left {float:none !important;}
.sidebar.acessorapido .owl-theme .owl-nav {right: 9px;top: -46px;}

/* ENTIDADES */
.listagem-entidades .composicao p {color:#414141;}
.listagem-entidades .paginas-relacionadas {line-height: 25px;}





/* HOME - LG */
@media (max-width: 1200px) {

    /* PORTAL SERVICOS */
    .portal-servicos .carrosel .bloco.dois,
    .portal-servicos .carrosel .bloco.tres,
    .portal-servicos .carrosel .bloco.cinco,
    .portal-servicos .carrosel .bloco.seis {border-left:1px solid #bebdbd;padding-left:30px;}

    /* TURISMO */
    .turismo .listagem {margin-top:40px;}
    .turismo .listagem .item .foto {padding-right: 0;}
    .turismo .listagem .item .btn-leiamais {margin-bottom: 10px;}

    /* SECRETARIA */
    .cabecalho-secretaria .vertical-align {display:inherit;}


    /* PORTAL DE FOTO E VIDEO */

    .portal-foto-video .thumb img {width:100%}
}
@media (max-width: 1024px) {
    /* PORTAL SERVICOS */
    .portal-servicos .carrosel {padding:60px 17px 35px 17px;}
    .portal-servicos .carrosel .bloco {margin-bottom: 30px;min-height: 60px;}
    .portal-servicos .carrosel .texto {width: 64%;}
    .portal-servicos .btn-acessarportal {margin-top:10px;}
    .portal-servicos .carrosel .bloco.dois,
    .portal-servicos .carrosel .bloco.tres,
    .portal-servicos .carrosel .bloco.cinco,
    .portal-servicos .carrosel .bloco.seis {border-left:1px solid #bebdbd;padding-left:30px;}

    /* PORTAL DE FOTO E VIDEO */
    .portal-foto-video .thumb.grande img {width:96%;}
    .portal-foto-video .imagens .thumb-pequena-1 {margin-top:13px;}

}
@media (max-width: 768px) {
    /* PORTAL SERVICOS */
    .portal-servicos {background-image: none;}
    .portal-servicos .carrosel .bloco {margin-bottom: 20px;}
    .portal-servicos .carrosel {padding:20px 17px;}
    .portal-servicos .btn-acessarportal {margin-top:10px;}
    .portal-servicos .carrosel .bloco.tres,
    .portal-servicos .carrosel .bloco.cinco {border-left:none;padding-left:15px;}
    .portal-servicos .carrosel .bloco.dois,
    .portal-servicos .carrosel .bloco.quatro,
    .portal-servicos .carrosel .bloco.seis {border-left:1px solid #bebdbd;padding-left:30px;}

    /* PORTAL TURISMO */
    .portal-turismo .foto {padding-right: 0;}
    .portal-turismo .item .descricao {padding-top:15px;}
    .portal-turismo .item .btn-leiamais {margin:5px 0 10px;}

    /* PORTAL DE FOTO E VIDEO */
    .portal-foto-video .thumb.thumb-pequena-0 {margin-top:16px;}
}

@media (max-width: 720px) {

    /* PORTAL SERVICOS */
    .portal-servicos .btn-acessarportal {margin-top:10px;}
    .portal-servicos .carrosel .bloco.dois,
    .portal-servicos .carrosel .bloco.tres,
    .portal-servicos .carrosel .bloco.quatro,
    .portal-servicos .carrosel .bloco.cinco,
    .portal-servicos .carrosel .bloco.seis {border-left:none;padding-left:15px;}

    /* PORTAL TURISMO */

}


/* Formulário de Busca */
.formulario-busca {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 0px;
    width: 230px;
    background: #53271C;
    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);
}