﻿@font-face {
    font-family: 'LatoLatin';
    font-style: normal;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    src: local(LatoLatin Light),local(LatoLatin-Light),url(../font/lato/LatoLatin-Light.eot);
    src: url(../font/lato/LatoLatin-Light.eot?#iefix) format("embedded-opentype"),
    url(../font/lato/LatoLatin-Light.woff2) format("woff2"),
    url(../font/lato/LatoLatin-Light.woff) format("woff"),
    url(../font/lato/LatoLatin-Light.ttf) format("truetype");
}

@font-face {
    font-family: 'LatoLatin';
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    src: local(LatoLatin Regular),local(LatoLatin-Regular),url(../font/lato/LatoLatin-Regular.eot);
    src: url(../font/lato/LatoLatin-Regular.eot?#iefix) format("embedded-opentype"),
    url(../font/lato/LatoLatin-Regular.woff2) format("woff2"),
    url(../font/lato/LatoLatin-Regular.woff) format("woff"),
    url(../font/lato/LatoLatin-Regular.ttf) format("truetype");
}

@font-face {
    font-family: 'LatoLatin';
    font-style: normal;
    font-weight: 500;
    text-rendering: optimizeLegibility;
    src: local(LatoLatin Medium),local(LatoLatin-Medium),url(../font/lato/LatoLatin-Medium.eot);
    src: url(../font/lato/LatoLatin-Medium.eot?#iefix) format("embedded-opentype"),
    url(../font/lato/LatoLatin-Medium.woff2) format("woff2"),
    url(../font/lato/LatoLatin-Medium.woff) format("woff"),
    url(../font/lato/LatoLatin-Medium.ttf) format("truetype");
}

@font-face {
    font-family: 'LatoLatin';
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
    src: local(LatoLatin Semibold),local(LatoLatin-Semibold),url(../font/lato/LatoLatin-Semibold.eot);
    src: url(../font/lato/LatoLatin-Semibold.eot?#iefix) format("embedded-opentype"),
    url(../font/lato/LatoLatin-Semibold.woff2) format("woff2"),
    url(../font/lato/LatoLatin-Semibold.woff) format("woff"),
    url(../font/lato/LatoLatin-Semibold.ttf) format("truetype");
}

@font-face {
    font-family: 'LatoLatin';
    font-style: normal;
    font-weight: 700;
    text-rendering: optimizeLegibility;
    src: local(LatoLatin Bold),local(LatoLatin-Bold),url(../font/lato/LatoLatin-Bold.eot);
    src: url(../font/lato/LatoLatin-Bold.eot?#iefix) format("embedded-opentype"),
    url(../font/lato/LatoLatin-Bold.woff2) format("woff2"),
    url(../font/lato/LatoLatin-Bold.woff) format("woff"),
    url(../font/lato/LatoLatin-Bold.ttf) format("truetype");
}

@font-face {
    font-family: 'LatoLatin';
    font-style: normal;
    font-weight: 800;
    text-rendering: optimizeLegibility;
    src: local(LatoLatin Heavy), local(LatoLatin-Heavy),url(../font/lato/LatoLatin-Heavy.eot);
    src: url(../font/lato/LatoLatin-Heavy.eot?#iefix) format("embedded-opentype"),
    url(../font/lato/LatoLatin-Heavy.woff2) format("woff2"),
    url(../font/lato/LatoLatin-Heavy.woff) format("woff"),
    url(../font/lato/LatoLatin-Heavy.ttf) format("truetype");
}


/* Required height of parents of the Half Page Carousel for proper displaying carousel itself */
html, body {
    font-family: 'LatoLatin' !important;
}

html,
body,
.view {
    height: 100%;
    background-color: #FFF;
    color: #606060;
}

a{color: #606060;}
a:hover{color: #606060;}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

@media (max-width: 740px) {
  .full-page-intro {
    height: 1000px; } }

/* Half Page Carousel itself*/
.carousel {
  height: 50%; 
}
  .carousel .carousel-inner {
    height: 100%; 
  }
    .carousel .carousel-inner .carousel-item,
    .carousel .carousel-inner .active {
      height: 100%; 
    }

/* Adjustment for mobile devices*/
@media (max-width: 776px) {
  .carousel {
    height: 100%; 
  } 
}

/* Navbar animation */
.navbar {
  background-color: #3a6341; }

.top-nav-collapse {
  background-color: #0376aa; }

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #1C2331; } 
}

/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-color: #1C2331; }



.barra {
    width: 100%;
    height: auto;
}
.barra-base{
    padding: 30px 0px;
}

.barra-base .container-80 {
    padding-bottom: 50px;
    box-shadow: 0 0px 50px 0 rgba(0,0,0,.16), 0 1px 10px 0 rgba(0,0,0,0.08);
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    -webkit-border-radius: .325rem;
    -moz-border-radius: .325rem;
    border-radius: .325rem;
}

.barra-topo-vermelho {
    width: 100%;
    height: 4px;
    background: #c12d22;
    border-bottom: 1px solid #FFF;
}

h2.titulo{
    margin: 50px 0px 20px 0px;
    border-bottom: 1px solid #e4e4e4;
    color: #232323;
    font-weight: 400;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: -1px;
}
h2.titulo-espacamento{
    margin: 50px 0px 15px 0px;
}
h2.titulo span{
    width: 60px;
    height: 5px;
    background-color: #c12d22;
    margin: 15px 0 0;
    display: block;
}
/*h2.titulo span.noticia{
    background-color: #c12d22!important;
}
h2.titulo span.licitacao{
    background-color: #409343!important;
}
h2.titulo span.obras{
    background-color: #e08f1b!important;
}*/
h2.titulo-branco{
    color: #FFF;
}

h3.titulo{
    margin: 50px 0px 25px 0px;
}

/*- Páginas Internas -*/
h1.titulo-internas{
    margin: 50px 0px 50px 0px;
    color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
}


/*- Notícias Home -*/
.noticias-principais .card{
    transition: 0.3s;
}
.noticias-principais .card:hover{
    /*background-color: #f8f8f8;*/
}
.noticias-principais .card a{
    /*color: #5f5f5f;*/
}

.noticias-principais .card .categoria{
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}
.noticias-principais .card h4.card-title{
    color: #3F86A8!important;
}

.noticias-principais .card .img-hover{
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.0);
    /*opacity: 0.0;
    filter: alpha(opacity=00); /* For IE8 and earlier */
    border-radius: 4px;
    transition: 0.1s;
}
.noticias-principais .card .img-hover i{
    color: #FFF;
    font-size: 34px;
    padding: 0 5px;
    background: rgba(0,0,0,.3);
    opacity: 0.0;
    filter: alpha(opacity=00); /* For IE8 and earlier */
    transition: 0.3s;
    border-radius: 70px;
}
.noticias-principais .card .img-hover:hover{
    background: rgba(0,0,0,.08);
    /*opacity: 0.2;
    filter: alpha(opacity=20); /* For IE8 and earlier */
}
.noticias-principais .card .img-hover:hover i{
    opacity: 0.99;
    filter: alpha(opacity=99); /* For IE8 and earlier */
    padding: 20px 25px;
}


.noticias-principais .noticias .grande .bloco {
    width: 100%;
    height: 508px;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.noticias-principais .noticias .grande .bloco:hover .imagem {
    transition: 0.3s;
    transform: scale(1.07);
}

.noticias-principais .noticias .grande .bloco .imagem {
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: cover;
    transition: 0.3s;
}

.noticias-principais .noticias .grande .bloco .imagem .base {
    height: 508px;
    padding: 30px 25px 25px;
    background: rgba(0, 0, 0, 0.3);
}

.noticias-principais .noticias .grande .bloco .imagem .base .texto {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px;
}

.noticias-principais .noticias .grande .bloco .imagem .base .texto h2 {
    font-weight: bold;
    font-size: 24px;
    color: #FFF;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    line-height: 1.3em;
    text-align: left;
    padding: 15px;
    background: rgba(0,0,0,0.6);
    margin: 0;
    text-transform: uppercase;
}

.noticias-principais .noticias .grande .bloco .imagem .base h3 {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFF;
    position: relative;
}

.noticias-principais .noticias .grande .bloco .imagem .base .barra-texto {
    text-align: center;
    width: 50px;
    height: 6px;
    float: left;
    background: #631633;
    margin: 40px 0 0 -169px;
}

.noticias-principais .noticias .pequena .bloco {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
    margin: 0 0 8px 0;
}

.noticias-principais .noticias .pequena .bloco:hover .imagem {
    transition: 0.3s;
    transform: scale(1.07);
}

.noticias-principais .noticias .pequena .bloco .imagem {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s;
}

.noticias-principais .noticias .pequena .bloco .imagem .base {
    height: 250px;
    padding: 24px 24px 0 24px;
    background: rgba(0, 0, 0, 0.3);
}

.noticias-principais .noticias .pequena .bloco .imagem .base .barra-texto {
    text-align: center;
    width: 50px;
    height: 6px;
    float: left;
    background: #631633;
    margin: 40px 0 0 -110px;
}

.noticias-principais .noticias .pequena .bloco .imagem .base .texto {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 24px;
}

.noticias-principais .noticias .pequena .bloco .imagem .base .texto h2 {
    font-weight: bold;
    font-size: 18px;
    color: #FFF;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    line-height: 1.3em;
    text-align: left;
    text-transform: uppercase;
    padding: 15px;
    background: rgba(0,0,0,0.6);
    margin: 0;
}

.noticias-principais .noticias .pequena .bloco .imagem .base h3 {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFF;
    position: relative;
}

.noticias-principais .noticias .pequena .bloco .imagem .base h3::after,
.noticias-principais .noticias .grande .bloco .imagem .base h3::after{
    content: "";
    width: 100px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -8px;
    background: #81103b;
}

.publicado-em{
    width: 100%;
    display: block;
    font-size: 12px;
    color: #939393;
    text-align: left;
    margin-bottom: 8px;
}

/*- Mais Notícias Home -*/
.mais-noticias-home .card{
    border: 1px solid #e4e4e4;
    transition: 0.3s;
    min-height: 350px;
}
.mais-noticias-home .card:hover{
    /*background-color: #f8f8f8;*/
}
.mais-noticias-home .card a{
    /*color: #5f5f5f;*/
}

.mais-noticias-home .card .categoria{
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}
.mais-noticias-home .card .badge {
    background-color: #c12d22!important;
    margin: 10px 0 15px;
}
.mais-noticias-home .card h4.card-title{
    color: #606060!important;
}

.mais-noticias-home .card .img-hover{
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.0);
    /*opacity: 0.0;
    filter: alpha(opacity=00); /* For IE8 and earlier */
    border-radius: 4px;
    transition: 0.1s;
}
.mais-noticias-home .card .img-hover i{
    color: #FFF;
    font-size: 34px;
    padding: 0 5px;
    background: rgba(0,0,0,0);
    opacity: 0;
    filter: alpha(opacity=00); /* For IE8 and earlier */
    transition: 0.3s;
    border-radius: 70px;
}
.mais-noticias-home .card .img-hover:hover{
    background: rgba(216, 216, 216, 0.1);
}
.mais-noticias-home .card .img-hover:hover i{
    opacity: 0.99;
    filter: alpha(opacity=99); /* For IE8 and earlier */
    padding: 10px 15px;
    background: rgba(0,0,0,0.1);
}


/*- Social Home -*/
.social-home .col{
    text-align: center;
    font-size: 26px;
}
.social-home .col a{
    width: 100%;
    display: block;
    color: #FFF;
}
.social-home .col i{
    padding: 15px;
}
.social-home .facebook{
    background: #3B5998;
    transition: 0.3s;
}
.social-home .facebook:hover{
    background: #436bdc;
}
.social-home .twitter{
    background: #2AA9E0;
    transition: 0.3s;
}
.social-home .twitter:hover{
    background: #34bdf8;
}
.social-home .instagram{
    background: #A81B83;
    transition: 0.3s;
}
.social-home .instagram:hover{
    background: #d321a4;
}
.social-home .youtube{
    background: #DF2926;
    transition: 0.3s;
}
.social-home .youtube:hover{
    background: #ff3f3c;
}

/*- Secretarias Home -*/
.barra-secretarias{
    background: url(/imagens/fundo-secretarias.jpg) top fixed;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.barra-secretarias .bg-branco{
    background-color: #f5f5f5;
    padding: 0 10px;
}
h2.titulo-secretaria{
    font-size: 28px;
    text-align: center;
    margin-top: 65px;
    margin-bottom: 30px;
}
h2.titulo-secretaria a {
    height: 100%;
    padding: 15px 40px;
    background: #FFF;
    border-radius: 80px;
    overflow: hidden;
    color: #474747;
    font-weight: 300;
}
.secretarias-wrapper {
    height: calc(100% - 117px);
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    position: relative;
}
#secretarias-home{
    min-height: 150px;
    padding: 15px 0;
    position: initial;
}
#secretarias-home img{
    width: 240px;
    border-radius: 100%;
    margin-bottom: 20px;
    height: auto;
    max-width: 90%;
}
#secretarias-home .titulo{
    text-align: center;
    font-weight: 300!important;
    font-size: 23px;
}

#secretarias-home .box-secretario{
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
#secretarias-home .secretario{
    font-weight: 300!important;
    margin-bottom: 1px;
    font-size: 14px;
}
#secretarias-home .texto{
    width: auto;
    font-size: 16px;
    font-weight: 500!important;
}

#secretarias-home .card {
	-webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,.0),0 0px 0px 0 rgba(0,0,0,.0);
	box-shadow: 0 0px 0px 0 rgba(0,0,0,.0),0 0px 0px 0 rgba(0,0,0,.0);
	border: 0;
        border-radius: 0px!important;
}
#secretarias-home .card-img-top {
	width: 100%;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}


/*- Obras Home -*/
#galeria-home .item .titulo{
    width: 100%;
    min-height: 60px;
    background-color: rgba(0,0,0,.5);
    color: #FFF;
    font-size: 28px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px 15px;
    transition: 0.3s!important;
}
#galeria-home .item:hover .titulo{
    min-height: 100%; 
    background-color: rgba(0,0,0,.8);
}

/*- Videos Home -*/
#videos-home {
    height: calc(100% - 117px);
}

#videos-home > .owl-stage-outer,
#videos-home > .owl-stage-outer div {
    height: 100%;
}


/*- Obras Home -*/
#home-obras .item .titulo{
    width: 100%;
    min-height: 60px;
    background-color: rgba(0,0,0,.5);
    color: #FFF;
    font-size: 28px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px 15px;
    transition: 0.3s!important;
}
#home-obras .item:hover .titulo{
    min-height: 100%; 
    background-color: rgba(0,0,0,.8);
}

#home-obras.owl-carousel .owl-nav.disabled {
    display: inline-block;
}

/*- Turismo Home -*/
.barra-turismo{
    //background: url(/imagens/fundo-secretarias.jpg) top fixed;
    background-color: #f5f5f5;
    margin-bottom: -35px;
    margin-top: 25px;
    padding: 45px 0px;
}


/*- Programas Home -*/
.programas-home a img{
    margin: 3px 0px;
    opacity: 0.99;
    filter: alpha(opacity=99); /* For IE8 and earlier */
    transition: 0.3s;
}
.programas-home a img:hover{
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    margin: 3px 0px;
}

/*- Banners Finos Home -*/
#banner-fino-home{
    margin: 97px 0 0 0;
    position: relative;
}

#banner-fino-home.owl-theme .owl-nav {
    top: -40px!important;
}

/*- Acesso Rápido Home -*/
/*- Acesso Rápido Home -*/
.servicos{
    margin-top: 15px;
}
.servicos .item{
    width: 96%;
    height: auto;
}
.servicos .item div[class^='col'],
.servicos .item div[class*='col']{
    padding: 0px 5px!important;
}

.servicos .item a {
    transition: 0.3s;
    display: block;
    width: 100%;
    height: 100%;
}

.servicos .item a:active .bloco {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
}

.servicos .item a .bloco{
    width: 100%;
    height: 142px;
    float: left;
    margin: 5px;
    overflow: hidden;
    background-color: #f8f9f9;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.servicos .item a .bloco .icone{
    width: 100%;
    float: left;
    padding: 10px 20px;
    text-align: center;
    background: #CCC;
    color: #FFF;
    font-size: 40px;
}
.servicos .item a .bloco .texto{
    width: 100%;
    padding: 10px 10px 17px 10px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
}

.servicos .item a:hover .bloco .icone, .servicos .item a:hover .bloco .texto{
    color: #e2e2e2;
}

.img-servicos-banner{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin-top: 20px;
}

/*- Licitações Home -*/
#home-licitacoes .card{
    background: #f5f5f5;
    /*min-height: 243px;*/
}
#home-licitacoes .dados-info{
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.06);*/
    font-size: 16px;
    margin-bottom: 2px;
}
#home-licitacoes .dados-info span{
    color: #a7a7a7;
    font-size: 13px;
    padding-bottom: 5px;
    
}
#home-licitacoes .aberto{
    background: #409343!important;
}
#home-licitacoes .encerrado{
    background: #E14747!important;
}
#home-licitacoes .homologado{
    background: #33b5e5!important;
}
#home-licitacoes .andamento{
    background: #2bbbad!important;
}
#home-licitacoes .card-body{
    padding: 0px;
}

#home-licitacoes .card-body .box-esquerdo{
    height: 203px;
    padding: 20px;
    background: #f5f5f5;
    border-right: 1px solid rgba(255, 255, 255, 0.7);
}
#home-licitacoes .card-body .box-direito{
    height: 203px;
    padding: 20px;
    background: #f1f1f1;
    border-left: 1px solid rgba(0, 0, 0, 0.03);
    overflow-y: auto;
}

#home-licitacoes .card-footer {
    padding: 10px 10px 10px 0;
}
#home-licitacoes .card-footer a.btn {
    color: #fff;
    margin: 0;
}


/*- Licitações Home -*/
#eventos-home .box-data {
    background: #0F93D0;
    text-align: center;
    color: #FFF;
    font-weight: 500;
}
#eventos-home .box-data .box-dia {
    background: #0d85bd;
    font-size: 40px;
    width: 100%;
    padding: 1px;
}
#eventos-home .box-data .box-mes {
    font-size: 20px;
    width: 100%;
    padding-top: 6px;
    margin-bottom: -3px;
}
#eventos-home .box-data .box-ano {
    padding-bottom: 12px;
}
#eventos-home .box-conteudo {
    width: 100%;
    height: 131px;
    background-color: #F5F5F5;
    padding: 10px 25px 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*- Owl Carousel Modificações -*/
.owl-theme .owl-nav {
    top: -65px!important;
    position: absolute!important;
    right: 0px!important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	font-size: 35px!important;
}


/*- Containers porcentagens -*/
.container-90 {
  width: 90%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-85 {
  width: 85%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-80 {
  width: 80%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-75 {
  width: 75%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/*- Modificações no Framework -*/
.btn {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.card {
	-webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,.0),0 0px 0px 0 rgba(0,0,0,.0);
	box-shadow: 0 0px 0px 0 rgba(0,0,0,.0),0 0px 0px 0 rgba(0,0,0,.0);
	border: 0;
}


/* Barra de menu da home */
.barra-menu-acesso-informacao {
    position: relative;
    background: #3a6341;
    text-align: center;
    padding: 15px 0px;
    margin-top: -1px;
}
.barra.barra-menu-acesso-informacao div:not(.overlay) {
    z-index: 10;
}

.barra-menu-acesso-informacao .row {
    box-shadow: -1px 0px 11px -3px rgba(0,0,0,0.2);
}
.barra-menu-acesso-informacao .btn-nav {
    background-color: rgba(255,255,255,.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.3s;
}

.barra-menu-acesso-informacao .btn-nav a {
    width: 100%;
    height: 100%;
    display: block;
    color: #FFF;
}

.barra-menu-acesso-informacao .btn-nav:hover {
    background-color: rgba(255,255,255,.4);
}

.barra-menu-acesso-informacao .btn-nav:hover > a > i.fa {
    text-shadow: 0 1px #000;
}
.barra-menu-acesso-informacao .btn-nav i {
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 5px;
}
/* Barra de menu da home */

/* Formulário de Busca */
.formulario-busca {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 0px;
    width: 230px;
    background-color:#3a6341;
    padding: 9px;
    visibility: hidden;
    opacity: 0;
    -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;
    position: relative;
    z-index: 2;
}
.formulario-busca button {
    background: #ffffff;
    border: none;
    float: right;
    margin-top: -32px;
    margin-right: 15px;
    position: relative;
    z-index: 3;
}
.formulario-busca button i {
    color: #3a6341;
    font-size: 16px;
}
.formulario-busca.active {
    visibility: visible!important;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}


/* Tabs */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    color: #afafaf!important;
    font-size: 16px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #515151!important;
    background-color: #F8F8F8!important;
    border-color: #dee2e6 #dee2e6 #fff;
}
#myTabContent{
    margin-bottom: 20px;
}


/* Barras Internas */
.barra-breadcrumb{
    background: #E9ECEF;
    height: 48px;
}
.barra-internas-noticia{
    background: url(/imagens/barra-interna-noticia.jpg) fixed center;
    /*border-bottom: 4px solid #c12d22;*/
}
.barra-internas-obras{
    background: url(/imagens/barra-interna-obras.jpg) fixed center;
    /*border-bottom: 4px solid #e08f1b;*/
}
.barra-internas-galeria{
    background: url(/imagens/barra-interna-galeria.jpg) fixed center;
    /*border-bottom: 4px solid #942af7;*/
}
.barra-internas-videos{
    background: url(/imagens/barra-interna-videos.jpg) fixed center;
    /*border-bottom: 4px solid #942af7;*/
}
.barra-internas-secretarias{
    background: url(/imagens/barra-interna-secretarias.jpg) fixed center;
    /*border-bottom: 4px solid #942af7;*/
}
.barra-internas-licitacao{
    background: url(/imagens/barra-interna-licitacao.jpg) fixed center;
    /*border-bottom: 4px solid #a6461d;*/
}
.barra-internas-servicos{
    background: url(/imagens/barra-interna-servicos.jpg) fixed center;
    /*border-bottom: 4px solid #a6461d;*/
}
.barra-internas-eventos{
    background: url(/imagens/barra-interna-eventos.jpg) fixed center;
    /*border-bottom: 4px solid #5daf05;*/
}
.barra-internas-gabinete{
    background: url(/imagens/barra-interna-gabinete.jpg) fixed center;
    /*border-bottom: 4px solid #5daf05;*/
}
.barra-internas-turismo{
    background: url(/imagens/barra-interna-turismo.jpg) fixed center;
    /*border-bottom: 4px solid #5daf05;*/
}
.barra-internas-pagina{
    background: url(/imagens/barra-interna-pagina.jpg) fixed center;
    /*border-bottom: 4px solid #5daf05;*/
}
.barra-internas-localizacao{
    background: url(/imagens/barra-interna-localizacao.jpg) fixed center;
    /*border-bottom: 4px solid #5daf05;*/
}
.barra-internas-faq{
    background: url(/imagens/barra-interna-faq.jpg) fixed center;
    /*border-bottom: 4px solid #5daf05;*/
}
.barra-internas-contato{
    background: url(/imagens/barra-interna-contato.jpg) fixed center;
    /*border-bottom: 4px solid #5daf05;*/
}
.barra-internas-concursos{
    background: url(/imagens/barra-interna-concursos.jpg) fixed center;
    /*border-bottom: 4px solid #5daf05;*/
}
.barra-internas-entidades{
    background: url(/imagens/barra-interna-entidades.jpg) fixed center;
    /*border-bottom: 4px solid #5daf05;*/
}
.barra-internas-legislacao{
    background: url(/imagens/barra-interna-legislacao.jpg) fixed center;
    /*border-bottom: 4px solid #5daf05;*/
}
.barra-internas-atos{
    background: url(/imagens/barra-interna-contato.jpg) fixed center;
    /*border-bottom: 4px solid #5daf05;*/
}
.barra-internas-busca{
    background: url(/imagens/barra-interna-pagina.jpg) fixed center;
    /*border-bottom: 4px solid #5daf05;*/
}
.barra-internas-cadastro{
    background: url(/imagens/barra-interna-pagina.jpg) fixed center;
    /*border-bottom: 4px solid #5daf05;*/
}
.barra-internas-autenticacao{
    background: url(/imagens/barra-interna-pagina.jpg) fixed center;
    /*border-bottom: 4px solid #5daf05;*/
}
.barra-internas-boletins{
    background: url(/imagens/barra-interna-contato.jpg) fixed center;
    /*border-bottom: 4px solid #5daf05;*/
}
.barra-internas-diariooficial{
    background: url(/imagens/barra-interna-contato.jpg) fixed center;
    /*border-bottom: 4px solid #5daf05;*/
}
.barra-internas-iluminacao{
    background: url(/imagens/barra-interna-iluminacao.jpg) fixed center;
    /*border-bottom: 4px solid #5daf05;*/
}
.barra-internas-links{
    background: url(/imagens/barra-interna-links.jpg) fixed center;
    /*border-bottom: 4px solid #5daf05;*/
}

/* Lista de imagens */
.image-list a .item {
    width: 100%!important;
    display: block!important;
    overflow: hidden!important;
    border: 15px solid #FFF;
}
.image-list a .item .titulo{
    border-left: 15px solid #FFF;
    border-bottom: 15px solid #FFF;
    border-right: 15px solid #FFF;
    width: 100%;
    min-height: 60px;
    background-color: rgba(0,0,0,.6);
    color: #FFF;
    font-size: 26px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px 15px;
    transition: 0.3s!important;
}
.image-list .item:hover .titulo{
    min-height: 96.1%; 
    background-color: rgba(0,0,0,.8);
}

/* Paginação */

.pagination .page-item .page-link {
    border: 1px solid #dee2e6;
    color: #727577;
    font-weight: 400;
}

.pagination .page-item:first-child .page-link {
    margin-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.pagination .page-item:last-child .page-link {
    margin-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}