/* Required height of parents of the Half Page Carousel for proper displaying carousel itself */

html,
body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

html,
body,
.view {
    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: #1a2e8d;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#01632d+0,5b660f+50,01632d+100 */
    box-shadow: none;
}

.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: 0px 0px 40px 0px;
}

.barra-licitacao-home {
    background: url(/imagens/fundo-licitacao.jpg) top fixed;
    padding: 20px 0px !important;
}

.barra-licitacao-home .container {
    background: rgba(255, 255, 255, 0.96);
    padding-bottom: 40px;
    border-radius: 3px;
}

.barra-turismo-home {
    background: url(/imagens/fundo-turismo.jpg) top fixed;
    padding: 20px 0px !important;
}

.barra-turismo-home .container {
    background: rgba(255, 255, 255, 0.96);
    padding-bottom: 40px;
    border-radius: 3px;
}

.barra-topo-amarelo {
    width: 100%;
    height: 4px;
    background: #f7dc00;
    border-bottom: 1px solid #FFF;
}

.barra-noticia-servicos {
    background: linear-gradient(308deg, #ecf8ff, #ffffff, #e5f2f9);
    background-size: 600% 600%;
    border-bottom: 1px solid rgba(0,0,0, 0.04);

    background: linear-gradient(358deg, #e4f3fa, #ffffff, #e4f3fa);
    background-size: 600% 600%;

    -webkit-animation: AnimationName 35s ease infinite;
    -moz-animation: AnimationName 35s ease infinite;
    animation: AnimationName 35s ease infinite;


}
@-webkit-keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:51% 100%}
    100%{background-position:50% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:51% 100%}
    100%{background-position:50% 0%}
}
@keyframes AnimationName { 
    0%{background-position:50% 0%}
    50%{background-position:51% 100%}
    100%{background-position:50% 0%}
}


h2.titulo {
    height: 1px;
    background-color: #8a716a;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    margin: 70px 0px 60px 0px;
}

h2.titulo > span {
    background-color: white;
    position: relative;
    top: -20px;
    padding: 0 10px;
    color: #65534e;
}



h2.titulo-espacamento {
    margin: 50px 0px 15px 0px;
}


/*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: 15px 0px 25px 0px;
}

/*- Páginas Internas -*/

h1.titulo-internas {
    margin: 25px 0px 25px 0px;
    color: #043e61;
    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 .pequena .bloco {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 0 0 8px 0;
}

/* .noticias-principais .noticias .pequena .bloco:hover .imagem {} */

.noticias-principais .pequena .bloco .imagem {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s;
}

.noticias-principais .pequena .bloco .imagem img {
    overflow: hidden;
}

.noticias-principais .pequena .bloco .imagem .base {
    height: auto;
    padding: 15px 0;
}

.noticias-principais .pequena .bloco .imagem .base .texto {
    width: 100%;
}

.noticias-principais .pequena .bloco .imagem .base .texto h2 {
    font-weight: 400;
    font-size: 18px;
    color: #606060;
    line-height: 1.3em;
    text-align: left;
    padding: 15px 0 0 0;
    margin: 0;
}

.noticias-principais .pequena .bloco .imagem .base .texto h2.mais-noticias {
    font-size: 18px;
}

.noticias-principais .pequena .bloco .imagem .base h3 {
    font-weight: 400;
    font-size: 13px;
    color: rgba(0, 0, 0, .4);
    position: relative;
}

.noticias-principais .pequena .bloco .imagem .base h3::after,
.noticias-principais .grande .bloco .imagem .base h3::after {
    content: "";
    width: 30px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -8px;
    background: #ffca00;
}

.publicado-em {
    width: 100%;
    display: block;
    font-size: 12px;
    color: #939393;
    text-align: left;
    margin-bottom: 8px;
}

/*- Mais Notícias Home -*/
.noticia-list{
    width: 100%;
    height: auto;
    padding: 10px;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid rgba(0,0,0, 0.1);
    transition: 0.3s;
}
.noticia-list:hover{
    background: rgba(0,0,0, 0.04);
}
.noticia-list .conteudo{
    width: 75%;
    float: right;
    padding-left: 10px;
}
.noticia-list .conteudo .categoria{
    color: rgba(0,0,0, 0.6);
    font-size: 13px;
    padding-bottom: 10px;
}
.noticia-list .conteudo .titulo{
    font-size: 22px;
    color: #132d67!important;
}
.noticia-list .imagem{
    width: 25%;
    float: left;
}
.noticias-encontradas{
    color: rgba(0,0,0, 0.7);
    font-size: 13px;
    text-align: right;
}



/*- 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-home {
    background: url(/imagens/fundo-secretarias.jpg) top fixed;
    padding: 20px 0px !important;
}

.barra-secretarias-home .container {
    background: rgba(255, 255, 255, 0.96);
    padding-bottom: 40px;
    border-radius: 6px;
}

.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);
    display: flex;
    align-items: center;
    position: relative;
}

#secretarias-home {
    min-height: 150px;
    padding: 0px 0;
    position: initial;
}

#secretarias-home img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 0px;
}

#secretarias-home .titulo {
    padding: 5px 0;
    font-weight: 300 !important;
    font-size: 21px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 4px;
    margin-bottom: 13px;
}

#secretarias-home .box-secretario {
    width: 100%;
    padding-left: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
}

#secretarias-home .box-secretario .box-descricao {
    width: 100%;
    height: auto;
    font-size: 13px;
    margin-bottom: 8px;
    color: rgba(0,0,0, 0.45);
    
}
#secretarias-home .box-secretario .box-descricao i {
    margin-right: 4px;
    padding-right: 7px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#secretarias-home .box-secretario .box-descricao .descricao {
    height: auto;
    font-size: 18px;
    margin-top: 0px;
    color: rgba(0,0,0, 0.5);
    font-weight: 400;
}


#secretarias-home .secretario i {
    margin-right: 4px;
    padding-right: 7px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

#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 {
    border-radius: 4px;
    overflow: hidden;
    transition: 0.3s !important;
}

#galeria-home .item .titulo {
    width: 100%;
    min-height: 40px;
    background-color: rgba(7, 59, 96, .8);
    color: #FFF;
    font-size: 20px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px 15px;
    transition: 0.3s !important;
    font-weight: 400;
    border-radius: 0 0 3px 3px;
}

#galeria-home .item:hover .titulo {
    min-height: 100%;
    background-color: rgba(7, 59, 96, .95);
    border-radius: 3px;
}

/*- Videos Home -*/

#videos-home .item {
    width: 100%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
}
#videos-home .item i {
    position: absolute;
    color: #FFF;
    top: 39.5%;
    bottom: 39.5%;
    left: 25%;
    right: 25%;
    font-size: 50px;
    z-index: 9999;
    transition: 0.3s;
}
#videos-home .item img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE */
    transition: 0.3s;
}
#videos-home .item .mascara-preta {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0, 0.6);
    z-index: 99;
    transition: 0.3s;
}
#videos-home .item:hover i{
    color: #F60000;
    font-size: 60px;
    top: 37%;
    bottom: 37%;
}
#videos-home .item:hover .mascara-preta{
    background: rgba(0,0,0, 0.3);
}
#videos-home .item:hover img{
    -webkit-filter: none;	
    filter: none;	
}


/*- 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 -*/

.barra.barra-menu-acesso-informacao .row {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#acessoRapido.nav-tabs {
    border-color: #5d97c2;
}

#acessoRapido.nav-tabs .nav-link:not(.active) {
    padding-top: .325rem;
    padding-bottom: .325rem;
    margin-top: 6px;
    margin-left: -1px;
    z-index: 1;
    color: #FFF !important;
    border-color: #5d97c2;
}

#acessoRapido.nav-tabs .nav-link.active {
    color: #515151 !important;
    background-color: #F8F8F8 !important;
    border-color: #dee2e6 #dee2e6 #fff;
    margin-left: -1px;
    margin-right: -1px;
    z-index: 2;
}

#acessoRapido.nav-tabs .nav-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #dee2e6 #dee2e6 #fff;
    position: relative;
    font-weight: 400;
}

#acessoRapido.nav-tabs .nav-item:first-child a.nav-link {
    border-top-left-radius: .25rem;
}

#acessoRapido.nav-tabs .nav-item:last-child a.nav-link {
    border-top-right-radius: .25rem;
}

/* Barra de menu da home */

.barra-menu-acesso-informacao {
    /*background: #1a2e8d;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5b660f+1,02632d+50,5b660f+100 */
    position: relative;
    text-align: center;
    padding: 10px 0 0;
    border-top: 1px solid rgba(0,0,0, 0.08);
    border-bottom: 1px solid rgba(0,0,0, 0.08);
    
    background: var(--main-bg-base-secundaria);
}


@-webkit-keyframes AnimationName {
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}
@keyframes AnimationName { 
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}

.acessoRapido .item {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.acessoRapido .item a {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: block;
    width: 100%;
    height: 100%;
}

.acessoRapido .item a .bloco .texto i {
    font-size: 22px;
    padding: 0 10px 0 0px;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 1);
    margin-right: 10px;
}

.acessoRapido .item a .bloco .texto {
    width: 100%;
    padding: 5px 10px 5px 10px;
    text-align: left;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    transition: 0.3s;
}

.acessoRapido .item a .bloco {
    width: auto;
    padding: 10px 0;
    font-weight: 400;
    transition: 0.3s;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: rgba(0, 0, 0, 0.02);
    border-radius: 3px;
    margin: 0 2px;
}

.acessoRapido.owl-carousel .owl-dots.disabled {
    display: none;
}

.acessoRapido.owl-carousel .owl-nav.disabled + .owl-dots {
    margin-top: 0;
}

.acessoRapido .item a:hover .bloco {
    background-color: rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.9);
}

.barra-menu-acesso-informacao .owl-theme .owl-nav [class*="owl-"] {
	color: #FFF;
	background: rgba(255,255,255,0.2) !important;
}

/*- Serviçis -*/

.servicos {
    margin-top: 15px;
}

.servicos .item {
    width: 95%;
    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: auto;
    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: auto;
    min-height: 127px;
    margin: 5px 5px;
    overflow: hidden;
    transition: 0.3s;
    padding: 5px 0px;
    background: rgba(1, 94, 144, 0.9);
    padding: 4px 5px;
}

.servicos .item a .bloco:hover {
    background: rgba(1, 94, 144, 1);
}

.servicos .item a .bloco .icone {
    width: 100%;
    padding: 2px 0px;
    text-align: center;
    color: #FFF;
    font-size: 29px;
    transition: 0.3s;
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

.servicos .item a .bloco .texto {
    width: 100%;
    padding: 5px;
    font-size: 13px;
    color: #FFF;
    transition: 0.3s;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.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;
}

.owl-carousel.servicos .owl-nav {
    top: -120px !important;
}

/*- 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 .titulo-principal span {
    font-size: 14px;
    font-weight: bold !important;
    display: block;
    margin-bottom: 0px;
}
#home-licitacoes .titulo-principal {
    font-size: 20px;
    color: #3B3B3B !important;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0,0,0, 0.05);
    padding-bottom: 10px;
}

#home-licitacoes .data-abertura span {
    font-size: 14px;
    font-weight: bold !important;
    display: block;
    color: #3B3B3B;
}
#home-licitacoes .data-abertura {
    padding-top: 15px;
    font-size: 20px;
    color: #3B3B3B;
    border-top: 1px solid rgba(255,255,255, 0.7);
}


#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: 248px;
    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 -*/


/* Concursos Home */
#concursos-home .card {
    background: #f5f5f5;
    /*min-height: 243px;*/
}

#concursos-home .dados-info {
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.06);*/
    font-size: 16px;
    margin-bottom: 2px;
}

#concursos-home .dados-info span {
    color: #a7a7a7;
    font-size: 13px;
    padding-bottom: 5px;
}

#concursos-home .titulo-principal span {
    font-size: 14px;
    font-weight: bold !important;
    display: block;
    margin-bottom: 0px;
}
#concursos-home .titulo-principal {
    font-size: 20px;
    color: #3B3B3B !important;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0,0,0, 0.05);
    padding-bottom: 10px;
}

#concursos-home .data-abertura span {
    font-size: 14px;
    font-weight: bold !important;
    display: block;
    color: #3B3B3B;
}
#concursos-home .data-abertura {
    padding-top: 15px;
    font-size: 20px;
    color: #3B3B3B;
    border-top: 1px solid rgba(255,255,255, 0.7);
}


#concursos-home .aberto {
    background: #409343 !important;
}

#concursos-home .encerrado {
    background: #E14747 !important;
}

#concursos-home .homologado {
    background: #33b5e5 !important;
}

#concursos-home .andamento {
    background: #2bbbad !important;
}

#concursos-home .card-body {
    padding: 0px;
}

#concursos-home .card-body .box-esquerdo {
    height: 203px;
    padding: 20px;
    background: #f5f5f5;
    border-right: 1px solid rgba(255, 255, 255, 0.7);
}

#concursos-home .card-body .box-direito {
    height: 248px;
    padding: 20px;
    background: #f1f1f1;
    border-left: 1px solid rgba(0, 0, 0, 0.03);
    overflow-y: auto;
}

#concursos-home .card-footer {
    padding: 10px 10px 10px 0;
}

#concursos-home .card-footer a.btn {
    color: #fff;
    margin: 0;
}
/* Fim Concursos Home */


#eventos-home .item {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#02632d+0,5b660f+100 */
    background: #02632d;
    /* Old browsers */
    background: -moz-linear-gradient(left, #02632d 0%, #5b660f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #02632d 0%, #5b660f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #02632d 0%, #5b660f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02632d', endColorstr='#5b660f', GradientType=1);
    /* IE6-9 */
    border-radius: 6px;
}

#eventos-home .box-data {
    text-align: center;
    color: #FFF;
    font-weight: 500;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

#eventos-home .box-data .box-dia {
    font-size: 50.5px;
    width: 100%;
    padding: 1px;
}

#eventos-home .box-data .box-mes {
    font-size: 24px;
    width: 100%;
    padding-top: 6px;
    margin-bottom: -3px;
}

#eventos-home .box-data .box-ano {
    padding-bottom: 15px;
}

#eventos-home .box-conteudo {
    width: 100%;
    height: auto;
    min-height: 200px;
    background-color: #F5F5F5;
    padding: 20px 25px 20px 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.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 */

.box-busca{
    padding: 25px 0 15px 0;
}
.box-busca span{
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    color: #FFF;
    font-weight: 300!important;
    margin-left: 10px;
}
.formulario-busca {
    width: 100%;
    padding: 10px 0;
}

.formulario-busca input[type="search"] {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 24px;
    margin: 0;
    color: #043e61;
    padding: 20px 15px;
    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: rgba(255,255,255, 0.88);
    //border: 1px solid #ecf9ff;
    border-radius: 0px;
    position: relative;
    z-index: 2;
    border-radius: 10px;
}

.formulario-busca button {
    background: none;
    border: none;
    float: right;
    margin-top: -42px;
    margin-right: 15px;
    position: relative;
    z-index: 3;
    border-left: 1px solid #043e61;
}

.formulario-busca button i {
    color: #043e61;
    font-size: 24px;
}

.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;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: rgba(0, 0, 0, .5) !important;
    font-weight: bold;
    background-color: rgba(0, 0, 0, .05) !important;
    border-color: rgba(0, 0, 0, .3) rgba(0, 0, 0, .3) rgba(242, 242, 242, 1);
}

.nav-tabs {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

#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 {
    border-radius: 6px;
    overflow: hidden;
}
.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;
}

.programas-bt {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin-bottom: 8px;
    border-radius: 6px;
    overflow: hidden;
}

/* Home Turismo */

#home-turismo .item {
    border-radius: 6px;
    overflow: hidden;
}

#home-turismo .item .descricao {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .7);
    padding: 15px 15px 15px 30px;
}

#home-turismo .item .descricao * {
    color: #FFF;
}

#home-turismo .item .descricao h3 {
    margin-top: 5px;
    font-size: 24px;
    font-weight: 400;
}

#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: 12.2px;
    font-weight: bold;
    position: relative !important;
    top: -4.7px;
}

#facebookShareLink:hover {
    background-color: #395896;
}

.carousel .carousel-control-next-icon,
.carousel .carousel-control-prev-icon {
    width: 52px;
    height: 52px;
}

/* Página Licitação */

table.table-valigned td {
    vertical-align: middle;
}

a.info {
    font-weight: bold;
}

a.info:hover {
    text-decoration: underline;
}

/* Filtro busca avançada Documentos */

ul.unstyled {
    list-style: none;
    padding-left: 0;
}

/* Páginas Centralizadas */

ul.list-group.status li.list-group-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#accordion .card .card-header a h5 {
    margin-bottom: 0;
}

/* WhatsApp botão*/
.whatsapp-share-button {
    display: inline-block;
    width: 25px;
    height: 20px;
    margin: 0px;
    background-size: 100% 100%; /* ou 'contain' */
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI2MHB4IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA2MCA2MCIgd2lkdGg9IjYwcHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGUvPjxkZXNjLz48ZGVmcy8+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBpZD0ic29pY2FsIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSI+PGcgaWQ9InNvY2lhbCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTk3My4wMDAwMDAsIC01MzguMDAwMDAwKSI+PGcgaWQ9InNsaWNlcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTczLjAwMDAwMCwgMTM4LjAwMDAwMCkiLz48ZyBmaWxsPSIjNTdCQTYzIiBpZD0ic3F1YXJlLWZsYXQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE3My4wMDAwMDAsIDEzOC4wMDAwMDApIj48cGF0aCBkPSJNODAyLjk5NTkzNyw0MDAgTDg1Ny4wMDQwNjMsNDAwIEM4NTguNjU4NjczLDQwMCA4NjAsNDAxLjMzNzMxIDg2MCw0MDIuOTk1OTM3IEw4NjAsNDU3LjAwNDA2MyBDODYwLDQ1OC42NTg2NzMgODU4LjY2MjY5LDQ2MCA4NTcuMDA0MDYzLDQ2MCBMODAyLjk5NTkzNyw0NjAgQzgwMS4zNDEzMjcsNDYwIDgwMCw0NTguNjYyNjkgODAwLDQ1Ny4wMDQwNjMgTDgwMCw0MDIuOTk1OTM3IEM4MDAsNDAxLjM0MTMyNyA4MDEuMzM3MzEsNDAwIDgwMi45OTU5MzcsNDAwIFoiIGlkPSJzcXVhcmUtNDkiLz48L2c+PGcgZmlsbD0iI0ZGRkZGRiIgaWQ9Imljb24iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE4Mi4wMDAwMDAsIDE1MC4wMDAwMDApIj48cGF0aCBkPSJNODIxLjA3MTI2Miw0MzQuMjIxMDQ2IEM4MTguMjEwODMxLDQzNC4yMjEwNDYgODE1LjUyMzU2OSw0MzMuNDg5OTY5IDgxMy4xODU2LDQzMi4yMDY4OTIgTDgwNC4xNTM4NDYsNDM1LjA3NjkyMyBMODA3LjA5ODA5Miw0MjYuMzkxODc3IEM4MDUuNjEzMDQ2LDQyMy45NTIzNjkgODA0Ljc1NzUzOCw0MjEuMDkxNTY5IDgwNC43NTc1MzgsNDE4LjAzMzYgQzgwNC43NTc1MzgsNDA5LjA5MzQxNSA4MTIuMDYxMjkyLDQwMS44NDYxNTQgODIxLjA3MTYzMSw0MDEuODQ2MTU0IEM4MzAuMDgwODYyLDQwMS44NDYxNTQgODM3LjM4NDYxNSw0MDkuMDkzNDE1IDgzNy4zODQ2MTUsNDE4LjAzMzYgQzgzNy4zODQ2MTUsNDI2Ljk3Mzc4NSA4MzAuMDgxMjMxLDQzNC4yMjEwNDYgODIxLjA3MTI2Miw0MzQuMjIxMDQ2IFogTTgyMS4wNzEyNjIsNDA0LjQyNDEyMyBDODEzLjUwNzkzOCw0MDQuNDI0MTIzIDgwNy4zNTU4MTUsNDEwLjUyOTM1NCA4MDcuMzU1ODE1LDQxOC4wMzM2IEM4MDcuMzU1ODE1LDQyMS4wMTE0NDYgODA4LjMyNjUyMyw0MjMuNzY5MjMxIDgwOS45NjgxMjMsNDI2LjAxMzA0NiBMODA4LjI1NDg5Miw0MzEuMDY3MDc3IEw4MTMuNTI1MjkyLDQyOS4zOTE4NzcgQzgxNS42OTEyLDQzMC44MTM3ODUgODE4LjI4NTQxNSw0MzEuNjQzMDc3IDgyMS4wNzEyNjIsNDMxLjY0MzA3NyBDODI4LjYzMzQ3Nyw0MzEuNjQzMDc3IDgzNC43ODY3MDgsNDI1LjUzODIxNSA4MzQuNzg2NzA4LDQxOC4wMzM5NjkgQzgzNC43ODY3MDgsNDEwLjUyOTcyMyA4MjguNjMzNDc3LDQwNC40MjQxMjMgODIxLjA3MTI2Miw0MDQuNDI0MTIzIEw4MjEuMDcxMjYyLDQwNC40MjQxMjMgWiBNODI5LjMwODgsNDIxLjc2MTcyMyBDODI5LjIwODM2OSw0MjEuNTk2Njc3IDgyOC45NDE3ODUsNDIxLjQ5Njk4NSA4MjguNTQyNjQ2LDQyMS4yOTg3MDggQzgyOC4xNDI0LDQyMS4xMDA0MzEgODI2LjE3NTg3Nyw0MjAuMTQwMDYyIDgyNS44MDk5NjksNDIwLjAwODI0NiBDODI1LjQ0Mjk1NCw0MTkuODc2MDYyIDgyNS4xNzYsNDE5LjgwOTIzMSA4MjQuOTA5Nzg1LDQyMC4yMDY1MjMgQzgyNC42NDM1NjksNDIwLjYwMzgxNSA4MjMuODc3MDQ2LDQyMS40OTY5ODUgODIzLjY0MzMyMyw0MjEuNzYxNzIzIEM4MjMuNDA5OTY5LDQyMi4wMjY4MzEgODIzLjE3Njk4NSw0MjIuMDYwMDYyIDgyMi43NzcxMDgsNDIxLjg2MTQxNSBDODIyLjM3NzYsNDIxLjY2MzEzOCA4MjEuMDg4OTg1LDQyMS4yNDQwNjIgODE5LjU2MTEwOCw0MTkuODkyMzA4IEM4MTguMzcyNTU0LDQxOC44NDA3MzggODE3LjU2OTg0Niw0MTcuNTQyNTIzIDgxNy4zMzY4NjIsNDE3LjE0NDg2MiBDODE3LjEwMzUwOCw0MTYuNzQ3OTM4IDgxNy4zMTIxMjMsNDE2LjUzMzQxNSA4MTcuNTEyMjQ2LDQxNi4zMzU4NzcgQzgxNy42OTIwNjIsNDE2LjE1NzkwOCA4MTcuOTEyMTIzLDQxNS44NzI0OTIgODE4LjExMjI0Niw0MTUuNjQwOTg1IEM4MTguMzEyMzY5LDQxNS40MDkxMDggODE4LjM3ODgzMSw0MTUuMjQ0MDYyIDgxOC41MTE3NTQsNDE0Ljk3ODk1NCBDODE4LjY0NTQxNSw0MTQuNzE0MjE1IDgxOC41Nzg1ODUsNDE0LjQ4MjcwOCA4MTguNDc4NTIzLDQxNC4yODM2OTIgQzgxOC4zNzg0NjIsNDE0LjA4NTQxNSA4MTcuNTc4MzM4LDQxMi4xMzI5MjMgODE3LjI0NTI5Miw0MTEuMzM4MzM4IEM4MTYuOTEyMjQ2LDQxMC41NDQ0OTIgODE2LjU3OTU2OSw0MTAuNjc2Njc3IDgxNi4zNDU4NDYsNDEwLjY3NjY3NyBDODE2LjExMjQ5Miw0MTAuNjc2Njc3IDgxNS44NDU5MDgsNDEwLjY0MzQ0NiA4MTUuNTc5MzIzLDQxMC42NDM0NDYgQzgxNS4zMTI3MzgsNDEwLjY0MzQ0NiA4MTQuODc5MjYyLDQxMC43NDI3NjkgODE0LjUxMjYxNSw0MTEuMTM5NjkyIEM4MTQuMTQ2MzM4LDQxMS41MzY5ODUgODEzLjExMzYsNDEyLjQ5Njk4NSA4MTMuMTEzNiw0MTQuNDQ5MTA4IEM4MTMuMTEzNiw0MTYuNDAxNiA4MTQuNTQ1ODQ2LDQxOC4yODggODE0Ljc0NjMzOCw0MTguNTUyMzY5IEM4MTQuOTQ2MDkyLDQxOC44MTY3MzggODE3LjUxMTg3Nyw0MjIuOTUzNiA4MjEuNTc2NzM4LDQyNC41NDI0IEM4MjUuNjQzMDc3LDQyNi4xMzA4MzEgODI1LjY0MzA3Nyw0MjUuNjAwOTg1IDgyNi4zNzYzNjksNDI1LjUzNDg5MiBDODI3LjEwODU1NCw0MjUuNDY4OCA4MjguNzQxMjkyLDQyNC41NzUyNjIgODI5LjA3NTQ0Niw0MjMuNjQ4ODYyIEM4MjkuNDA4MTIzLDQyMi43MjE3MjMgODI5LjQwODEyMyw0MjEuOTI3MTM4IDgyOS4zMDg4LDQyMS43NjE3MjMgTDgyOS4zMDg4LDQyMS43NjE3MjMgWiIgaWQ9IndoYXRzYXBwIi8+PC9nPjwvZz48L2c+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: center;
}


/* Notícias da Home */
.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:hover .imagem .base .texto {
    background: rgba(0, 0, 0, 0.6);
}

.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: 25px 44px;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.3s;
}

.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 0px;
    font-size: 12px;
    color: #FFF;
    border-bottom: 2px solid rgb(255, 222, 46);
    font-weight: 400;
}

.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:hover .imagem .imagem .base  {
    background: rgba(0, 0, 0, 0.6);
}

.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);
    transition: 0.3s;
}

.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: 10px 20px;
    background: rgba(0, 0, 0, 0.5);
}

.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 0px;
    font-size: 12px;
    color: #FFF;
    border-bottom: 2px solid rgb(255, 222, 46);;
    font-weight: 400;
}

.acessoRapido .owl-nav {
    top: 12px !important;
    width: 100%!important;
}
.acessoRapido .owl-nav .owl-next {
    right: -20px;
}
.acessoRapido .owl-nav .owl-prev{
    left: 0px!important;
}

.acessoRapido .owl-nav [class*="owl-next"] {
	position: absolute;
        right: -40px!important;
}
.acessoRapido .owl-nav [class*="owl-prev"] {
	position: absolute;
        left: -40px!important;
}

.exprefeito { flex-wrap: wrap; }
.exprefeito .bloco {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 25px 20px;
    margin: 0 0 20px 0;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    overflow: hidden;
}

.list-group-item a{
    width: 100%;
    height: 100%;
    display: block;
}
.list-group-item a .badge {
    float: right;
}

/**
*   Novo Layout
*/

/* Licitações Home */
.home-licitacoes{
    width: 100%;
}
.home-licitacoes .item{
    width: 100%;
    background: #eff4f8;
    border-radius: 4px;
    overflow: hidden;
    padding: 15px 20px;
    margin-bottom: 10px;
}

.home-licitacoes .item .box-empresa{
    padding: 10px;
    border-bottom: 1px solid rgba(0,0,0, 0.06);
    position: relative;
}
.home-licitacoes .item .box-empresa span{
    display: block;
    font-size: 13px;
    color: rgba(0,0,0, 0.9);
}
.home-licitacoes .item .box-empresa .bt-edital {
    float: right;
    padding: 10px 15px;
    background-color: #055381;
    border-radius: 10px;
    color: #FFF;
    font-weight: 600;
    position: absolute;
    right: 0px;
    top: 5px;
    transition: 0.3s;
}
.home-licitacoes .item .box-empresa .bt-edital:hover{
    background-color: #366699;
    color: #ffc857;
}

.home-licitacoes .item .cor-objeto{
    
}
.home-licitacoes .item .objeto{
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 10px 15px;
    font-size: 16px;
    
    display: table;
}
.home-licitacoes .item .objeto .descricao{
    font-size: 16px;
    
    display: table-cell;
    vertical-align: middle;
}
.home-licitacoes .item .objeto .descricao span{
    display: block;
    font-size: 13px;
    color: rgba(0,0,0, 0.9);
}

/* Barra de Itens Principais Home */
.home-itens-principais{
    width: 100%;
    background: #ecf9ff;
}
.home-itens-principais .bg-01{
    background: rgba(67,129,193, 0.03);
}
.home-itens-principais .bg-02{
    background: rgba(67,129,193, 0.07);
}
.home-itens-principais .item{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    text-align: center;
    padding: 20px 0px 20px 0px;
}
.home-itens-principais .item .icone{
    width: 100%;
    color: #043e61;
    font-size: 42px;
    text-align: center;
    padding: 7px 0;
}
.home-itens-principais .item .descricao{
    width: 100%;
    color: #043e61;
    font-size: 24px;
    text-align: center;
    padding: 7px 0;
}
.home-itens-principais .item .descricao p{
    color: rgba(7,59,96, 0.65);
    font-size: 14.5px;
    text-align: center;
    padding: 10px 0 5px 0;
    min-height: 57px;
}
.home-itens-principais .item .bt-detalhes{
    width: 55%;
    padding: 10px 15px;
    background: #055381;
    color: #ecf9ff;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 10px;
    overflow: hidden;
    display: block;
    border-radius: 10px;
}
.home-itens-principais .item .bt-detalhes:hover{
    background: #366699;
    color: #ffc857;
}


/* Barra de Notícias da Home */
#noticias-home .item{
    border-radius: 4px;
    overflow: hidden;
    background: rgba(0,0,0, 0.03);
    position: relative;
}
#noticias-home .item .data-post {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 8px;
    border-radius: 4px;
    color: #FFF;
    background: #055381;
    font-size: 13px
}
#noticias-home .item .descricao {
    min-height: 110px;
    font-size: 18px;
    color: #043e61;
    padding: 10px;
    text-align: center;
    font-weight: 500;
}

.box-ver-lista{
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 30px 0 15px 0;
    text-align: center;
}
.bt-ver-lista{
    padding: 10px 20px;
    background: #055381;
    color: #FFF;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.3s
}
.bt-ver-lista:hover{
    background: #366699;
    color: #ffc857;
}

.barra-galeria-home{
    background: rgba(0,0,0, 0.03);
}


#parceiros-home .item{
    filter: gray;
    /* IE6-9 */
    filter: grayscale(1);
    /* Microsoft Edge and Firefox 35+ */
    -webkit-filter: grayscale(1);
    /* Google Chrome, Safari 6+ & Opera 15+ */
    transition: 0.3s;
}
#parceiros-home .item:hover{
    -webkit-filter: none;	
    filter: none;
}
#parceiros-home .item img{
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
    transition: 0.3s;
}
#parceiros-home .item img:hover{
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    transition: 0.8s;
}



.box-menu-lateral{
    padding: 15px 20px;
    background: rgba(0,0,0, 0.06);
    border-radius: 15px;
    display: block;
    overflow: hidden;
}

.img-parceiros{
    filter: gray;
    /* IE6-9 */
    filter: grayscale(1);
    /* Microsoft Edge and Firefox 35+ */
    -webkit-filter: grayscale(1);
    /* Google Chrome, Safari 6+ & Opera 15+ */
    transition: 0.3s;
}
.img-parceiros a img{
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
    transition: 0.3s;
}
.img-parceiros:hover{
    -webkit-filter: none;	
    filter: none;
    background: rgba(0,0,0, 0.08);
    border-radius: 6px;
}
.img-parceiros img:hover{
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    transition: 0.8s;
}



.box_area_interesse{
    padding: 15px;
    background: rgba(0,0,0, 0.01);
    border: 1px solid rgba(0,0,0, 0.04);
    border-radius: 4px;
    position: relative;
}
.box_area_interesse .box_topo{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0, 0.04);
}
.box_area_interesse h6{
    color: #073B62;
    padding-bottom: 15px;
    font-weight: bold;
}
.box_area_interesse .box_total{
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 5px 10px;
    font-size: 13px;
    background: rgba(0,0,0, 0.06);
    border-radius: 10px;
    transition: 0.5s;
}
.box_area_interesse .box_total.active{
    background: #073B62;
    color: #FFF;
}
.box_area_interesse ul{
    width: 100%;
    height: 200px;
    list-style: none;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    
    overflow-y: scroll;
    overflow-x: hidden;
    white-space: nowrap;
    
}

.box_area_interesse ul li{
    width: 100%;
    height: auto;
    padding-bottom: 5px;
    color: rgba(0,0,0, 0.45);
    font-size: 14px;
}
.box_area_interesse ul li.active{
    color: #65534E;
    font-weight: bold;
}


area_interesse:before {
    border: 1px solid #CCC!important;
}

ul.list-itens li.notList{
    display: none;
}

.box-empresas-compradoras {
    border: 1px solid rgba(0,0,0, 0.08);
    margin-bottom: 15px;
}
.bt-versite{
    color: #FFF;
    width: 100%;
    display: block;
    text-align: center;
}
.bt-versite:hover{
    color: #FFF;
}
.card-footer{
    text-align: center;
    color: #FFF;
}
/*
.box-empresas-compradoras:hover {
    background: rgba(0,0,0, 0.06);
}
.box-empresas-compradoras h4 {
    font-size: 16px;
    color: #04456D;
}
.box-empresas-compradoras .telefone {
    display: block;
    color: rgba(0,0,0, 0.6);
    font-size: 15px;
}
.box-empresas-compradoras .site {
    display: block;
    overflow: hidden;
    color: #e27c00;
    font-size: 15px;
    margin-top: 10px;
    padding: 4px 0 0 0;
    border-top: 1px solid rgba(0,0,0, 0.05);
    text-align: center;
    font-weight: bold;
}*/