/* 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;
    text-align: justify !important;
}

a {
    color: #606060;
    text-align: justify !important;
}

a:hover {
    color: #606060;
}
p{
    text-align: justify !important;
}
.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 */
    background: #F6F7F7;
    border-bottom: 1px solid rgba(0,0,0, 0.08);
    border-top: 1px solid rgba(0,0,0, 0.08);
}

.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 12px 0px;
}

.barra-licitacao-home {
    background: url(/imagens/fundo-licitacao.jpg) top fixed;
    padding: 20px 0px !important;
}

.barra-licitacao-home .container {
    background: linear-gradient(54deg,rgb(65, 145, 244) 20%,rgb(1, 83, 202) 80%);
    padding-bottom: 40px;
    border-radius: 3px;
}

.barra-obras-home {
    background: url(/imagens/barra-interna-obras.jpg) top fixed;
    padding: 20px 0px !important;
}
.barra-obras-home .container {
    background: rgba(255, 255, 255, 0.96);
    padding-bottom: 40px;
    border-radius: 3px;
}

.barra-turismo-home {
    background: url(/imagens/barra-interna-noticia.jpg) fixed center;
    padding: 20px 0px !important;
}

.barra-turismo-home .container {
    background: rgba(255, 255, 255, 0.96);
    padding: 0px 30px 40px 30px;
    border-radius: 3px;
}

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

.barra-noticia {
    background: url(/imagens/barra-noticias-home.jpg) top fixed;
}



h2.titulo {
    font-family: 'Raleway', sans-serif;
    margin: 25px 0px 20px 0px;
    color: #18478D;
    font-weight: 600;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: -1px;
    
}
h2.titulo a {
    font-family: 'Raleway', sans-serif;
    color: #18478D;
    font-weight: 600;
    font-size: 20px;
}

h2.titulo-espacamento {
    margin: 50px 0px 15px 0px;
}

h2.titulo .icone {
    font-size: 14px;
    margin-bottom: 15px;
}
h2.titulo .icone span {
    width: 120px;
    height: 1px;
    margin-top: -10px;
    margin-left: 22px;
    background: #18478D;
    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: 25px 0px 25px 0px;
    color: #18478D;
    font-weight: 400;
    text-transform: uppercase;
}


.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 -*/
.barra-secretarias-home {
    background: url(/imagens/barra-interna-noticia.jpg) fixed center;
    //background: #0057B8;
    padding: 0 0 45px 0px!important;
}
.barra-secretarias-home .container {
    background: rgba(255, 255, 255, 0);
    padding-bottom: 40px;
    border-radius: 6px;
}
.barra-secretarias-home .container h2.titulo a {
    font-family: 'Raleway', sans-serif;
    color: #FFF;
    font-weight: 600;
}
.barra-secretarias-home .container h2.titulo a span {
    background: #FFF;
}

.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: 15px 0;
    position: initial;
}

#secretarias-home img {
    width: 195px;
    border-radius: 100%;
    margin-bottom: 20px;
    height: auto;
    max-width: 90%;
    border: 4px solid #FFF;
}

#secretarias-home .titulo {
    text-align: center;
    font-weight: 300 !important;
    font-size: 20px;
    color: #FFF
}

#secretarias-home .box-secretario {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.8);
}

#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;
}

#secretarias-home .owl-nav [class*="owl-"] {
	border-radius: 4px 0 0 4px;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	margin: 0 0 0 -1px;
	padding: 0 10px;
	text-align: center;
	transition: 0.2s;
	background: rgba(255,255,255,0.1);
}


/*- Obras Home -*/

#galeria-home .item {
    width: 100%;
    height: 100%;
    min-height: 300px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    background-size: cover!important;
    padding: 10px!important;
}

#galeria-home .item .titulo {
    width: auto;
    min-height: 60px;
    background-color: rgba(255, 255, 255, .8);
    color: rgba(0,0,0, 0.8);
    font-size: 15px;
    position: absolute;
    bottom: 13px;
    left: 13px;
    right: 13px;
    padding: 10px 15px;
    transition: 0.2s !important;
    font-weight: 400;
    border-radius: 0 0 3px 3px;
    border-radius: 5px;
    
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.14);
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.14);
}

#galeria-home .item:hover .titulo {
    background-color: rgba(255, 255, 255, .95);
    border-radius: 3px;
    min-height: 75px;
}

/*- Videos Home -*/

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

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


/*- 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: 0px 0 0;
    
    background: var(--main-bg-base-secundaria);
}

.acessoRapido .item {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
}

.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 i {
    width: 100%;
    font-size: 28px;
    padding: 12px 10px 5px 10px;
    margin-right: 10px;
    color: rgba(255,255,255, 0.8);
}

.acessoRapido .item a .bloco .texto {
    width: 100%;
    padding: 9px 10px 14px 10px;
    text-align: center;
    font-size: 13px;
    color: rgba(255,255,255, 0.8);
    transition: 0.3s;
}

.acessoRapido .item a .bloco {
    width: auto;
    min-height: 110px;
    padding: 0px 0;
    font-weight: 400;
    transition: 0.3s;
    overflow: hidden;
    margin: 10px 2px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(0, 0, 0, 0.08);
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.14);
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.14);
    border-radius: 5px;
}

.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);
}

.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: 100%;
    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: auto;
    float: left;
    margin: 5px 5px;
    overflow: hidden;
    transition: 0.3s;
    padding: 5px 0px;
    background: #0C58C2 !important;
    border-radius: 6px;
}

.servicos .item a .bloco:hover .texto {
    padding-left: 20px;
}

.servicos .item a .bloco .icone {
    width: 100%;
    float: left;
    padding: 7px 20px;
    text-align: center;
    color: #FFF;
    font-size: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: 0.3s;
}

.servicos .item a .bloco .texto {
    width: 100%;
    padding: 12px 10px;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    transition: 0.3s;
    overflow: hidden;
    display: block;
}

.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: 302px;
}

#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: 13px;
    display: block;
    margin-bottom: 0px;
    color: rgba(0,0,0, 0.5);
}
#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: 13px;
    display: block;
    margin-bottom: 0px;
    color: rgba(0,0,0, 0.5);
}
#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: 252px;
    padding: 20px;
    background: #f1f1f1;
    border-left: 1px solid rgba(0, 0, 0, 0.03);
    overflow-y: auto;
}
#home-licitacoes .card-body .box-direito p {
    color: rgba(0,0,0, 0.9)!important;
    font-size: 15px;
}
#home-licitacoes .card-body .box-direito h6 {
    font-size: 14px;
    display: block;
    margin-bottom: 0px;
    color: rgba(0,0,0, 0.5);
    margin-bottom: 10px;
}

#home-licitacoes .card-footer {
    padding: 10px 10px 10px 0;
}

#home-licitacoes .card-footer a.btn {
    color: #fff;
    margin: 0;
}
/*- Licitações Home -*/




#eventos-home .item {
    padding: 3px;
}
#eventos-home .item .bloco {
    background: rgba(0,0,0, 0.01);
    border-radius: 6px;
    overflow: hidden;
    
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.14);
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.14);
}
#eventos-home .item .bloco .imagem {
    width: 100%;
    height: 250px;
    background-size: cover!important;
    position: relative;
}
#eventos-home .item .bloco .imagem .descricao {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(0,0,0, 0.8);
    padding: 10px;
}
#eventos-home .item .bloco .imagem .data-evento {
    font-size: 16px;
    color: rgba(255,255,255, 1);
    margin-bottom: 5px
}
#eventos-home .item .bloco .imagem .titulo {
    font-size: 14px;
    color: rgba(255,255,255, 0.7);
}

#eventos-home .box-calendario {
    width: 50%;
    min-width: 100%;
    min-height: 80px;
    float: left;
    text-align: center;
    font-weight: 300 !important;
    font-size: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(0,0,0, 0.08);
    font-size: 55px;
}
#eventos-home .box-data {
    width: 50%;
    min-width: 100%;
    min-height: 80px;
    float: left;
    text-align: center;
    font-weight: 300 !important;
    font-size: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #18478D;
    text-align: center;
}

#eventos-home .box-conteudo {
    width: 100%;
    height: auto;
    min-height: 195px;
    background-color: rgba(0,0,0, 0.03);
    padding: 25px 25px 20px 15px;
}
#eventos-home .box-conteudo .texto {
    width: 100%;
    min-width: 100%;
    height: auto;
    font-size: 18px;
    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: rgba(0,0,0, 0.7);
}
#eventos-home .box-conteudo span {
    width: 100%;
    min-width: 100%;
    font-size: 13px;
    display: block;
    color: rgba(0,0,0, 0.4);
    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 10px;
}

/*- Owl Carousel Modificações -*/

.owl-theme .owl-nav {
    top: -62px !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 */

.formulario-busca {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 0px;
    width: 230px;
    background-color: #095256;
    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;
    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 a .item {
    width: 100% !important;
    display: block !important;
    overflow: hidden !important;
    border: 15px solid #FFF;
}

.image-list a .item .imagem {
    width: 100%;
    height: 250px;
    overflow: hidden;
    background-size: cover!important;
}

.image-list a .item .titulo {
    width: 100%;
    min-height: 60px;
    font-size: 16px;
    color: #2C8CB7;
    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, .04);
}

/* 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: 4px;
    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 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 .pequena .bloco {
    width: 100%;
    min-height: auto;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 0 0 8px 0;
    transition: 0.3s;
    padding: 3px;
    
    border-radius: 5px;
    background: #FCFCFC;
    border: 1px solid rgba(0,0,0, 0.06);
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.10);
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.10);
}
.noticias-principais .noticias .pequena .bloco:hover {
    opacity: 0.8;
}

.noticias-principais .noticias .pequena .bloco .imagem {
    width: 100%;
    height: 240px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover!important;
    transition: 0.3s;
    border-radius: 2px;
    position: relative!important;
    z-index: 9999!important;
    
}
.noticias-principais .noticias .pequena .bloco:hover .imagem {
    
}

.noticias-principais .noticias .pequena .bloco .base {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 0px 8px;
    border-radius: 10px;
    position: relative;
    z-index: 0!important;
    padding-bottom: 10px;
}

.noticias-principais .noticias .pequena .bloco .base .descricao {
    margin-top: 5px;
}
.noticias-principais .noticias .pequena .bloco .base .descricao .titulo {
    width: 100%;
    font-size: 16px;
    color: #1D1128;
    line-height: 1.3em;
    text-align: left;
    padding: 3px 0 0 0;
    margin: 0;
    text-align: justify!important;
    text-justify: inter-word;
}

.noticias-principais .noticias .pequena .bloco  .base .descricao .secretaria {
    font-weight: 400;
    font-size: 13px;
    color: rgba(0,0,0, 0.45);
    position: relative;
}
.noticias-principais .noticias .pequena .bloco  .base .descricao .secretaria span {
    float: right;
}


#noticias-home .bloco {
    width: 100%;
    min-height: 300px;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 0 0 8px 0;
    transition: 0.3s;
    
    border-radius: 5px;
    background: #FCFCFC;
}
#noticias-home .bloco:hover .base {
    background: rgba(0, 0, 0, 0.04);
}

#noticias-home .bloco .imagem {
    width: 100%;
    height: 347px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover!important;
    transition: 0.3s;
    border-radius: 2px;
    position: relative!important;
    z-index: 6!important;
    
}
#noticias-home .bloco .imagemMaisNoticias {
    width: 100%;
    height: 308px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover!important;
    transition: 0.3s;
    border-radius: 2px;
    position: relative!important;
    z-index: 6!important;
    
}
#noticias-home .bloco:hover .imagem {
    
}

#noticias-home .bloco .base {
    width: 100%;
    height: auto;
    padding: 3px 8px 6px 8px;
    z-index: 0!important;
    bottom: 0px;
    left: 0px;
    background: #FFF;
    z-index: 99!important;
    transition: 0.2s;
}

#noticias-home .bloco .base .descricao {
    margin-top: 5px;
}
#noticias-home .bloco .base .descricao .titulo {
    width: 100%;
    font-size: 21px;
    color: #18478D;
    line-height: 1.3em;
    text-align: left;
    padding: 5px 0 0 0;
    margin: 0;
    text-align: justify!important;
    text-justify: inter-word!important;
}

#noticias-home .bloco  .base .descricao .secretaria {
    font-weight: 400;
    font-size: 13px;
    color: rgba(0,0,0, 0.55);
    position: relative;
}
#noticias-home .bloco  .base .descricao .secretaria span {
    float: right;
}


.acessoRapido .owl-nav {
    top: 27px !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;
}

.home-enquete{
    width: 100%;
    min-height: 300px;
    height: auto;
    background: rgba(0,0,0, 0.02);
    border-radius: 4px;
    overflow: hidden;
}
.home-enquete .titulo{
    background: rgba(0,0,0, 0.08);
    padding: 10px;
}
.home-enquete .msg-votado{
    font-size: 13px;
    color: #000;
    padding-top: 20px;
}
.home-enquete ul{
    padding: 0px;
    margin: 0px;
    padding: 10px;
    list-style: none;
}
.home-enquete ul li{
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid rgba(0,0,0, 0.06);
}
.home-enquete ul li .nome{
    float: left;
    font-size: 13px;
    color: #000;
    padding-top: 10px;
}
.home-enquete ul li .botao{
    float: right;
}

.list-licitacao .Aberta{
    background: #28a745!important;
}

.list-licitacao .Em{
     background: #ffc107!important
 }

.list-licitacao .Homologada{
    background: #dc3545!important;
}

.list-licitacao .Cancelada{
    background: #dc3545!important;
}

.list-licitacao .Deserta{
    background: #dc3545!important;
}

.list-licitacao .Revogada{
    background: #dc3545!important;
}

.list-licitacao .Fracassada{
    background: #dc3545!important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/*- Social Home -*/
.social-home {
    height: 240px;
}

.social-home .col-12 {
    text-align: center;
    font-size: 26px;
}

.social-home .col-12 a {
    width: 100%;
    height: 100%;
    display: block;
    color: #FFF;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.social-home .col-12 i {
    padding: 15px;
    font-size: 22px;
}

.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;
}

#menu-topo ul.navbar-nav > li {
    margin-right: 9px;
}

#barra-acessibilidade .texto .alterar a{
    color: rgba(255,255,255, 0.8);
    padding: 5px 15px;
    background: rgba(255,255,255, 0.08);
    margin-right: 10px;
    border-radius: 10px;
}


/* Menu */
.menu-fixo  {
    height: 70px!important;
    position:fixed !important;
    transition: 0.3s;
    top: 0;
    z-index: 99;
    
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.20);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.20);
}
.menu-fixo .topo-logo-box img {
    padding: 5px 0px;
    transition: 0.2s;
    width: 200px;
}
.menu-fixo .navbar.scrolling-navbar {
    margin-top: 0px;
    transition: 0.2s;
}
.menu-fixo .navbar.scrolling-navbar.top-nav-collapse {
    padding-top: 0px;
    padding-bottom: 0px;
    transition: 0.2s;
}

#galeria-home .owl-nav [class*="owl-"] {
	border-radius: 4px 0 0 4px;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	margin: 0 0 0 -1px;
	padding: 0 10px;
	text-align: center;
	transition: 0.2s;
	background: rgba(255,255,255,0.1);
}
#home-video .owl-nav [class*="owl-"] {
	border-radius: 4px 0 0 4px;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	margin: 0 0 0 -1px;
	padding: 0 10px;
	text-align: center;
	transition: 0.2s;
	background: rgba(255,255,255,0.1);
}
#home-video .item iframe{
    border-radius: 10px;
    overflow: hidden;
}


#concursos-home .item {
    padding: 5px;
}
#concursos-home .item .bloco {
    width: 100%;
    min-height: 150px;
    overflow: hidden;
    padding: 15px 10px;
    position: initial;
    background: #FFF;
    border-radius: 5px;
    
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.14);
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.14);
    transition: 0.2s;
}
#concursos-home .item .bloco:hover{
    background: rgba(0,0,0,0.01);
}

#concursos-home .item .bloco .titulo {
    width: 100%;
    min-width: 100%;
    min-height: 80px;
    text-align: center;
    font-weight: 300 !important;
    font-size: 24px;
    color: rgba(0,0,0, 0.8);
    /* display flex */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* centraliza na vertical */
    justify-content: center;
    align-items: center;
    color: #0044AF;
}

#concursos-home .item .bloco .secretario {
    font-weight: 300 !important;
    margin-bottom: 1px;
    font-size: 13px;
    color: rgba(0,0,0, 0.8);
    text-align: center;
}

#concursos-home .item .bloco .texto {
    width: auto;
    font-size: 16px;
    font-weight: 500 !important;
}

#concursos-home .item .bloco .data-abertura {
    font-size: 15px;
    padding: 5px;
    background: rgba(0,0,0, 0.06);
    border-radius: 6px;
    margin-bottom: 5px;
    text-align: center;
}
#concursos-home .item .bloco .data-abertura span {
    font-size: 11px;
    color: rgba(0,0,0, 0.4);
    display: block;
}
#concursos-home .item .bloco .data-fim {
    font-size: 15px;
    padding: 5px;
    background: rgba(0,0,0, 0.06);
    border-radius: 6px;
    margin-bottom: 20px;
    text-align: center;
}
#concursos-home .item .bloco .data-fim span {
    font-size: 11px;
    color: rgba(0,0,0, 0.4);
    display: block;
}

.barra-cinza-home{
    background: linear-gradient(173deg,rgba(65, 145, 244, 0.1) 20%,rgba(1, 83, 202) 185%);
    padding-bottom: 15px;
}

#vagas-home .item{
    padding: 5px;
}
#vagas-home .item .bloco{
    width: 100%;
    min-height: 263px;
    overflow: hidden;
    padding: 15px 10px;
    position: initial;
    background: #FFF;
    border-radius: 5px;
    
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.14);
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.14);
}

#vagas-home .item .bloco .titulo{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    padding: 15px;
    margin-top: 6px;
    
    /* display flex */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* centraliza na vertical */
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #0044AF;
}
#vagas-home .item .bloco .icone{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    padding: 10px;
    font-size: 58px;
    
    /* display flex */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* centraliza na vertical */
    justify-content: center;
    align-items: center;
    color: rgba(0,0,0, 0.15)
}
#vagas-home .item .bloco .data{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    padding: 15px;
    font-size: 14px;
    
    /* display flex */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* centraliza na vertical */
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

/* Banner LGPD */
.banner-lgpd-consent-container {
    position: fixed;
    left: 0;
    bottom: 10px;
    display: flex;
    width: 100vw;
    justify-content: center;
    z-index: 29999999;
}
.banner-lgpd-consent {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 0;
    width: 70%;
    height: 70px;
    padding: 27px;
    background: rgba(0,0,0, 0.8);
    box-shadow: 0 6px 6px 0 rgba(0,0,0,.31);
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    color: rgba(255,255,255,1);
}
.banner-lgpd-consent__column {
    padding: 0 54px;
    margin: 0 -30px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 16px;
    display: block !important;
}

.banner-lgpd-consent__column a{
    color: #74bbf7;
    font-weight: bold;
}
@media (max-width: 992px) {
    .banner-lgpd-consent {
        width: 98%;
        height: 120px;
        padding: 17px;
    }
    .banner-lgpd-consent__column {
        padding: 0 40px;
    }
}
/* Banner LGPD */



.mensagem-nao-cadastrado{
    display: block;
    color: rgba(255,255,255,0.5);
    text-align: center;
    padding: 50px 0px;
    font-size: 13px;
}
.mensagem-nao-cadastrado-preto{
    display: block;
    color: rgba(0,0,0,0.5);
    text-align: center;
    padding: 50px 0px;
    font-size: 13px;
}


.box-sine{
    padding: 10px;
    text-align: center;
    background: rgba(0,0,0, 0.01);
    border: solid 1px rgba(0,0,0, 0.02);
    border-radius: 5px;
    margin-bottom: 20px;
}
.box-sine .titulo{
    font-size: 22px;
    margin-bottom: 10px;
    color: #0044AF;
}
.box-sine .data{
    font-size: 14px;
    color: rgba(0,0,0, 0.5);
}
.box-sine .bt-sine{
    background: #0044AF;
    color: #FFF;
    border-radius: 5px;
    margin-top: 10px;
}


.menu-lateral-flutuante{
    width: auto;
    height: auto;
    background: rgba(39,69,118, 0.85);
    z-index: 99999;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-left: 0px;
    position: fixed;
    top: 47%;
}
.menu-lateral-flutuante ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.menu-lateral-flutuante ul li a{
    text-align: center;
    display: block;
    padding: 10px;
    font-size: 26px;
    color: rgba(255,255,255, 0.8);
}
.menu-lateral-flutuante ul li a:hover{
    background: rgba(39,69,118, 1);
    color: #FFF;
}

.img-pequena-mobile{
    display: none;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}


.navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link:hover, .navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link:hover, .navbar.navbar-dark .navbar-toggler, .navbar.navbar-dark form .md-form .form-control {
	color: #fff;
	background: #CCC;
        height: 58px;
        margin-top: 5px;
}

.btn-cor01{
    background: #2e73dc!important;
}
.btn-cor02{
    background: #2160c0!important;
}
.btn-cor03{
    background: #1b4f9d!important;
}

.btn-cor01:hover{
    color: #FFF;
}
.btn-cor02:hover{
    color: #FFF;
}
.btn-cor03:hover{
    color: #FFF;
}

table.table td, table.table th {
	padding-top: 6px;
	padding-bottom: 6px;
}
table.table tbody tr td label {
	margin-bottom: 0px!important;
}
table.table tbody tr td p {
	margin-bottom: 0px!important;
}

.list-licitacao-titulo{
    margin-bottom: 0px!important;
    font-size: 1.3rem!important;
}
.list-licitacao-objeto{
    text-align: justify;
    text-justify: inter-word;
}

strong{
    
}

ul.list-conselhos{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
ul.list-conselhos li{
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid rgba(0,0,0, 0.06);
    background: rgba(0,0,0, 0.02);
    border-radius: 5px;
}
ul.list-conselhos li.active{
    background: #18478D;
    color: #FFF;
}
ul.list-conselhos li.active a{
    color: #FFF;
}

.conselho .sub-titulo{
    font-size: 18px!important;
    color: #2C8CB7;
    border-bottom: 1px solid rgba(0,0,0, 0.06);
    padding: 10px 0;
}

ul.informacoes{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
ul.informacoes li{
    width: 100%;
    font-size: 15px!important;
    border-bottom: 1px solid rgba(0,0,0, 0.06);
    padding: 10px 0;
}
ul.informacoes li span{
    color: #2C8CB7;
}


#banner-principal-home .owl-nav {
    width: 100%;
    top: 35% !important;
    position: absolute !important;
    right: 0px !important;
}
#banner-principal-home .owl-nav > .owl-prev {
    border-radius: 4px;
    position: absolute;
    left: 40px;
    font-size: 40px;
    color: #FFF;
    padding: 0px 24px 5px 24px;
}
#banner-principal-home .owl-nav > .owl-next {
    border-radius: 4px;
    position: absolute;
    right: 40px;
    font-size: 40px;
    color: #FFF;
    padding: 0px 24px 5px 24px;
}

.html-reset p a, .html-reset p a.disabled:hover, .html-reset p a:disabled:hover{
    color: #007bff !important;
    text-decoration: revert !important;
}

.html-reset strong {
    font-weight: bold !important;
}

/* Banner LGPD */
.banner-lgpd-consent-container {
    position: fixed;
    left: 0;
    bottom: 10px;
    display: flex;
    width: 100vw;
    justify-content: center;
    z-index: 29999999;
}
.banner-lgpd-consent {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 0;
    width: 70%;
    height: 70px;
    padding: 27px;
    background: rgba(0,0,0, 0.8);
    box-shadow: 0 6px 6px 0 rgba(0,0,0,.31);
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    color: rgba(255,255,255,1);
}
.banner-lgpd-consent__column {
    padding: 0 54px;
    margin: 0 -30px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 16px;
    display: block !important;
}

.banner-lgpd-consent__column a{
    color: #74bbf7;
    font-weight: bold;
}
@media (max-width: 992px) {
    .banner-lgpd-consent {
        width: 98%;
        height: 120px;
        padding: 17px;
    }
    .banner-lgpd-consent__column {
        padding: 0 40px;
    }
}
/* Banner LGPD */