<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'LatoLatin';
    font-style: normal;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    src: local(LatoLatin Light), local(LatoLatin-Light), url(../font/lato/LatoLatin-Light.eot);
    src: url(../font/lato/LatoLatin-Light.eot?#iefix) format("embedded-opentype"), url(../font/lato/LatoLatin-Light.woff2) format("woff2"), url(../font/lato/LatoLatin-Light.woff) format("woff"), url(../font/lato/LatoLatin-Light.ttf) format("truetype");
}

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

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

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

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

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

/* Required height of parents of the Half Page Carousel for proper displaying carousel itself */

html,
body {
    font-family: 'LatoLatin' !important;
    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/#3f5890+0,4664a5+50,3f5890+100 */
    background: #3f5890; /* Old browsers */
    background: -moz-linear-gradient(left, #3f5890 0%, #4664a5 50%, #3f5890 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #3f5890 0%,#4664a5 50%,#3f5890 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #3f5890 0%,#4664a5 50%,#3f5890 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f5890', endColorstr='#3f5890',GradientType=1 ); /* IE6-9 */
}

.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-vereadores-home {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f1f1+0,f8f8f8+50,f1f1f1+100 */
    background: #f1f1f1; /* Old browsers */
    background: -moz-linear-gradient(left, #f1f1f1 0%, #f8f8f8 50%, #f1f1f1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f1f1f1 0%,#f8f8f8 50%,#f1f1f1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f1f1f1 0%,#f8f8f8 50%,#f1f1f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#f1f1f1',GradientType=1 ); /* IE6-9 */
    padding: 20px 0px !important;
}

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

.barra-licitacao-home {
    background: #f3f3f3;
    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;
}

h2.titulo {
    margin: 50px 0px 25px 0px;
    font-weight: 400;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #1e1e1e;
}
h2.titulo a{
    color: #1e1e1e!important;
}
h2.titulo a i{
    font-size: 18px;
    color: #1e1e1e;
    margin-right: 5px;
}

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

h2.titulo span {
    width: 100%;
    height: 1px;
    margin: 11px 0 0;
    display: block;
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#555555+0,ffffff+100 */
    background: #555555; /* Old browsers */
    background: -moz-linear-gradient(left, #555555 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #555555 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #555555 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

/*h2.titulo span.noticia{
    background-color: #c12d22!important;
}
h2.titulo span.licitacao{
    background-color: #409343!important;
}
h2.titulo span.obras{
    background-color: #e08f1b!important;
}*/

h2.titulo-branco {
    color: #FFF;
}

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

/*- PÃ¡ginas Internas -*/

h1.titulo-internas {
    margin: 50px 0px 50px 0px;
    color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
}

/*- NotÃ­cias Home -*/

.noticias-principais .card {
    transition: 0.3s;
}

/* .noticias-principais .card:hover {
    /*background-color: #f8f8f8;* /
} */

/* .noticias-principais .card a {
    /*color: #5f5f5f;* /
} */

.noticias-principais .card .categoria {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.noticias-principais .card h4.card-title {
    color: #3F86A8 !important;
}

.noticias-principais .card .img-hover {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .0);
    /*opacity: 0.0;
    filter: alpha(opacity=00); /* For IE8 and earlier */
    border-radius: 4px;
    transition: 0.1s;
}

.noticias-principais .card .img-hover i {
    color: #FFF;
    font-size: 34px;
    padding: 0 5px;
    background: rgba(0, 0, 0, .3);
    opacity: 0.0;
    filter: alpha(opacity=00);
    /* For IE8 and earlier */
    transition: 0.3s;
    border-radius: 70px;
}

.noticias-principais .card .img-hover:hover {
    background: rgba(0, 0, 0, .08);
    /*opacity: 0.2;
    filter: alpha(opacity=20); /* For IE8 and earlier */
}

.noticias-principais .card .img-hover:hover i {
    opacity: 0.99;
    filter: alpha(opacity=99);
    /* For IE8 and earlier */
    padding: 20px 25px;
}

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

/* .noticias-principais .noticias .pequena .bloco:hover .imagem {} */

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

.noticias-principais .noticias .pequena .bloco .imagem img {
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

.noticias-principais .noticias .pequena .bloco .imagem .base {
    height: auto;
    padding: 10px 0;
    min-height: 130px;
}

.noticias-principais .noticias .pequena .bloco .imagem .base .texto {
    width: 100%;
    font-size: 16px;
    color: #303030;
    font-weight: 500;
    line-height: 1.3em;
    text-align: left;
    text-transform: uppercase;
    padding: 5px 0 0 0;
    margin: 0;
}

.noticias-principais .noticias .pequena .bloco .imagem .base .texto h2.mais-noticias {
    font-size: 15px;
}

.noticias-principais .noticias .pequena .bloco .imagem .base span {
    font-size: 14px;
    display: block;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    color: #333;
}

.noticias-principais .noticias .pequena .bloco .imagem .base h3::after,
.noticias-principais .noticias .grande .bloco .imagem .base h3::after {
    content: "";
    width: 30px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -8px;
    background: rgba(0, 0, 0, .3);
}

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

/*- Mais NotÃ­cias Home -*/

.mais-noticias-home img {
    width: 170px;
    float: left;
    margin-right: 15px;
    margin-left: -10px;
}

.mais-noticias-home .card {
    border-top: 1px solid #e8e8e8;
    transition: 0.3s;
    overflow: hidden;
    display: block;
    padding-bottom: 20px;
}

/* .mais-noticias-home .card:hover {
    /*background-color: #f8f8f8;* /
} */

/* .mais-noticias-home .card a {
    /*color: #5f5f5f;* /
} */

.mais-noticias-home .card .categoria {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

.mais-noticias-home .card h4.card-title {
    color: #000 !important;
    font-size: 20px;
}

.mais-noticias-home .card .img-hover {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .0);
    /*opacity: 0.0;
    filter: alpha(opacity=00); /* For IE8 and earlier */
    transition: 0.1s;
}

.mais-noticias-home .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;
}

.mais-noticias-home .card .img-hover:hover {
    background: rgba(0, 0, 0, .08);
    /*opacity: 0.2;
    filter: alpha(opacity=20); /* For IE8 and earlier */
}

.mais-noticias-home .card .img-hover:hover i {
    opacity: 0.99;
    filter: alpha(opacity=99);
    /* For IE8 and earlier */
    padding: 10px 15px;
}

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

#secretarias-home img {
    width: 195px;
    border-radius: 100%;
    margin-bottom: 20px;
    height: auto;
    max-width: 90%;
    border: 4px solid rgba(0, 0, 0, 0.3);
}

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

#secretarias-home .box-secretario {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

#secretarias-home .secretario {
    font-weight: 300 !important;
    margin-bottom: 1px;
    font-size: 14px;
}

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

#secretarias-home .card {
    -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .0), 0 0px 0px 0 rgba(0, 0, 0, .0);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .0), 0 0px 0px 0 rgba(0, 0, 0, .0);
    border: 0;
    border-radius: 0px !important;
}

#secretarias-home .card-img-top {
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

/*- Obras Home -*/

#galeria-home .item {
    border-radius: 6px;
    overflow: hidden;
}

#galeria-home .item .titulo {
    width: 100%;
    min-height: 60px;
    background-color: rgba(0, 0, 0, .5);
    color: #FFF;
    font-size: 24px;
    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(146, 142, 1, .9);
    border-radius: 3px;
}

/*- Videos Home -*/

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

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

/*- Obras Home -*/

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

#home-obras .item:hover .titulo {
    min-height: 100%;
    background-color: rgba(0, 0, 0, .8);
}

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

/*- Turismo Home -*/

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

/*- Programas Home -*/

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

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

/*- Banners Finos Home -*/

#banner-fino-home {
    margin: 97px 0 0 0;
    position: relative;
}

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

/*- Acesso RÃ¡pido Home -*/

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

.acessoRapido .item {
    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 .icone {
    width: 100%;
    float: left;
    padding: 5px 20px 0;
    text-align: center;
    background: transparent;
    color: #FFF;
    font-size: 23px;
    transition: 0.3s;
}

.acessoRapido .item a .bloco .texto {
    width: 100%;
    padding: 5px 10px 5px 10px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    transition: 0.3s;
}

.acessoRapido .item a .bloco {
    min-height: 90px;
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    transition: 0.3s;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.02);
}

.acessoRapido.owl-carousel .owl-dots.disabled {
    display: none;
}

.acessoRapido.owl-carousel .owl-nav.disabled + .owl-dots {
    margin-top: 0;
}

.acessoRapido .item a:hover .bloco {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    
    background-color: rgba(0, 0, 0, 0.02);
    text-shadow: -1px -1px #14505d;
}

.acessoRapido .item a:hover .bloco .icone {
    color: rgba(255, 255, 255, 0.7);
}

.acessoRapido .item a:hover .bloco .texto {
    color: rgba(255, 255, 255, 0.7);
}

/*- 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 .bloco {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    transition: 0.3s;
    display: block;
    transition: 0.3s;
}

.servicos .item .bloco .base {
    height: 100%;
    min-height: 100%;
    display: block;
    overflow: hidden;
    background: #3B71A7;
    margin-bottom: 5px;
    padding: 0px 0px;
    height: auto;
    transition: 0.3s;
    border-radius: 4px;
}
.servicos .item .bloco .base:hover {
    background: #1F669E!important;
}

.servicos .item .bloco a {
    transition: 0.3s;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 100%;
}


.servicos .item .bloco a .icone {
    width: 24%;
    padding: 10px 0px;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    font-size: 40px;
    transition: 0.3s;
    float: left;
    border-right: 1px solid rgba(0,0,0, 0.05);
    background-color: rgba(0,0,0, 0.05);
}

.servicos .item .bloco a .texto {
    width: 76%;
    height: 76px;
    min-height: 76px;
    padding: 10px 15px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    transition: 0.3s;
    text-align: center;
    font-weight: 500;
    float: right;
    display: flex;
    align-items: center;
    font-size: 19px;
    float: left;
}

.servicos .item .bloco .base:hover a .icone,
.servicos .item .bloco .base:hover a .texto {
    color: rgba(255, 255, 255, 1);
}

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

.owl-carousel.servicos .owl-nav {
    top: -68px !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 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #938E00 !important;
    text-transform: uppercase;
}

#home-licitacoes .titulo-principal span {
    font-size: 24px;
    font-weight: bold !important;
}

#home-licitacoes .data-abertura {
    font-size: 13px;
    background: #05632c;
    padding: 15px;
    color: #FFF;
    border-radius: 4px;
}

#home-licitacoes .data-abertura span {
    font-size: 20px;
    color: #FFF;
}

#home-licitacoes .aberto {
    background: #409343 !important;
}

#home-licitacoes .encerrado {
    background: #E14747 !important;
}

#home-licitacoes .homologado {
    background: #33b5e5 !important;
}

#home-licitacoes .andamento {
    background: #2bbbad !important;
}

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

#home-licitacoes .card-body .box-esquerdo {
    height: 203px;
    padding: 20px;
    background: #f5f5f5;
    border-right: 1px solid rgba(255, 255, 255, 0.7);
}

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

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

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

/*- LicitaÃ§Ãµes Home -*/

#eventos-home .item {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#02632d+0,5b660f+100 */
    background: #938E00;
    border-radius: 6px;
    overflow: hidden;
}

#eventos-home .box-data {
    text-align: left;
    color: #FFF;
    font-weight: 500;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

#eventos-home .box-data .box-dia {
    font-size: 50.5px;
    width: 100%;
    padding: 1px;
    background: rgba(0, 0, 0, 0.04);
    padding: 0 20px;
    text-align: center;
}

#eventos-home .box-data .box-mes {
    font-size: 24px;
    width: 100%;
    margin-bottom: -3px;
    padding: 6px 20px 0 20px;
}

#eventos-home .box-data .box-ano {
    padding: 0 20px 15px 20px;
}

#eventos-home .box-conteudo {
    width: 100%;
    height: auto;
    min-height: 234px;
    background-color: #F5F5F5;
    padding: 20px 25px 20px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#eventos-home .box-conteudo .marcador {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 15px 11px 0;
    border-color: transparent #F5F5F5 transparent transparent;
    position: absolute;
    top: 31%;
    left: -15px;
}

/*- Owl Carousel ModificaÃ§Ãµes -*/

.owl-theme .owl-nav {
    top: -65px !important;
    position: absolute !important;
    right: 0px !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    font-size: 35px !important;
}

/*- Containers porcentagens -*/

.container-90 {
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-85 {
    width: 85%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-80 {
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-75 {
    width: 75%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*- ModificaÃ§Ãµes no Framework -*/

.btn {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.card {
    -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .0), 0 0px 0px 0 rgba(0, 0, 0, .0);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .0), 0 0px 0px 0 rgba(0, 0, 0, .0);
    border: 0;
}

/* Barra de menu da home */

.barra-menu-acesso-informacao {
    /*background: #1a2e8d;*/
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#143c26+0,1d5737+50,143c26+100 */
    background: #143c26; /* Old browsers */
    background: -moz-linear-gradient(left, #143c26 0%, #1d5737 50%, #143c26 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #143c26 0%,#1d5737 50%,#143c26 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #143c26 0%,#1d5737 50%,#143c26 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#143c26', endColorstr='#143c26',GradientType=1 ); /* IE6-9 */
    
    /* IE6-9 */
    position: relative;
    text-align: center;
    padding: 10px 0 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&gt;a&gt;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: #3B548A;
    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 .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: 17px;
    border-radius: 6px;
    overflow: hidden;
}

/* Home Turismo */

#home-turismo .item {
    border-radius: 4px;
    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;
}


/*-- NotÃ­cias Principais Home --*/
#noticias-home .item{
    width: 100%;
    height: auto;
    background: #f2f2f2;
    display: block;
    overflow: hidden;
    border-radius: 6px;
}
#noticias-home .item .bloco{
    
}
#noticias-home .item .bloco .imagem{
    width: 60%;
    height: auto;
    float: left;
}
#noticias-home .item .bloco .conteudo{
    width: 40%;
    float: left;
    padding: 15px 15px;
    height: auto;
}
#noticias-home .item .bloco .conteudo span{
    display: block;
    font-size: 14px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    color: #333;
}
#noticias-home .item .bloco .conteudo .titulo{
    margin-top: 5px;
    font-size: 22px;
    color: #303030;
    font-weight: 500;
}
#noticias-home .item:hover .bloco .conteudo .marcador{
    top: 42%;
}
#noticias-home .item .bloco .conteudo .marcador{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #f2f2f2 transparent transparent;
    transition: 0.3s;
    
    position: absolute;
    left: 58%;
    top: 5px;
}
/*-- NotÃ­cias Principais Home --*/

/*-- PrÃ³xima SessÃ£o --*/
.plenarias {
    border-radius: 6px;
    overflow: hidden;
}
.plenarias .nome {
    width: 100%;
    float: left;
    padding: 45px 20px;
    border-radius: 4px 4px 0 0;
    background: #3B71A7;
    font-size: 22px;
    color: #FFF;
}
.plenarias .detalhes {
    width: 100%;
    float: left;
    padding: 25px 25px;
    background: #f2f2f2;
    border-radius: 0 0 4px 4px;
    position: relative;
}
.plenarias .detalhes .marcador {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 16px 15px;
    border-color: transparent transparent #F2F2F2 transparent;
   
    position: absolute;
    top: -16px;
    z-index: 999;
}
.plenarias .detalhes ul {
    margin: 0;
    padding: 0;
}
.plenarias .detalhes ul li {
    width: 100%;
    float: left;
    list-style: none;
}
.plenarias .detalhes ul li .texto {
    width: 100%;
    float: left;
    color: #555555;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.plenarias .detalhes ul .divisor {
    width: 100%;
    height: 1px;
    float: left;
    margin: 15px 0;
    background: #dcdcdc;
}
.plenarias .detalhes ul li .foto {
    width: 36px;
    height: 36px;
    float: left;
    margin: 0 10px 0 0;
    border-radius: 100px;
}
/*-- Fim PrÃ³xima SessÃ£o --*/

/*-- PrÃ³xima SessÃ£o --*/
.parlamentar-item{
    width: 100%;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
}
.parlamentar-item a .foto{
    width: 100%;
    height: 100%;
}
.parlamentar-item a .foto img{
    transition: 0.3s;
}
.parlamentar-item:hover a .foto img{
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
.parlamentar-item a .texto{
    width: 100%;
    min-height: 95px;
    padding: 15px;
    position: absolute;
    bottom: 0px;
    background-color: rgba(59,113,167, .85);
    transition: 0.3s;
    border-radius: 0 0 6px 6px;
}
.parlamentar-item:hover a .texto{
    background-color: rgba(59,113,167, .95);
}
.parlamentar-item a .texto h4{
    font-size: 18px;
    color: #FFF;
    font-weight: 500;
    margin-bottom: 0px;
}
.parlamentar-item a .texto span{
    font-size: 13px;
    color: rgba(255, 255, 255, .74);
    font-weight: 400;
}
.parlamentar-item a .texto .marcador{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9.5px 11px 9.5px;
    border-color: transparent transparent rgba(59,113,167, .85) transparent;
    position: absolute;
    top: -11px;
    transition: 0.3s;
}
.parlamentar-item:hover a .texto .marcador{
    border-color: transparent transparent rgba(59,113,167, .95) transparent;
}
/*-- Fim PrÃ³xima SessÃ£o --*/
.mesasiretora-list{
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.mesasiretora-list .bloco{
    height: auto;
    overflow: hidden;
    display: block;
    position: relative;
    margin-bottom: 10px;
    margin: 0px 2.6px 20px 2.6px;
    overflow: hidden!important;
    border-radius: 6px;
}
.mesasiretora-list .bloco .texto{
    width: 100%;
    position: absolute;
    bottom: 0px;
    color: #FFF;
    background-color: rgba(59,113,167, .85);
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

/*- Social Home -*/
.social-home {
    height: 234px;
}
.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;
}
/*- Social Home -*/

/*- Prefeito -*/
.prefeito-home img{
    width: 70%;
    padding: 5px;
    border: 1px solid rgba(70, 100, 165, .4);
    border-radius: 6px;
    overflow: hidden;
}
.prefeito-home h4{
    margin-top: 20px;
    font-size: 21px;
    text-align: center;
    color: #919442;
    font-weight: 500;
}
/*- Fim Prefeito -*/

/*- SessÃ£o Anterior -*/
ul.sessao-anterior-list{
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
ul.sessao-anterior-list li{
    width: 100%;
    height: auto;
    float: left;
    padding: 12px;
    margin-bottom: 10px;
    background: rgba(0,0,0, 0.04);
    border-radius: 5px;
}
ul.sessao-anterior-list li:hover .titulo{
    color: #4664A5;
}
ul.sessao-anterior-list li .titulo{
    font-size: 21px;
    color: #282829;
    font-weight: 500;
    transition: 0.3s;
}
.bt-ver-lista-completa:hover{
    color: #FFF!important;
}
/*- SessÃ£o Anterior -*/

/*- Parlamentar -*/
.parlamentares-list .imagem {
    padding: 3px;
}
.parlamentares-list .imagem .partido {
    position: absolute;
    top: 10px;
    left: 25px;
    padding: 10px;
    color: #FFF;
    background: rgba(0,0,0,.7);
    border-radius: 3px;
}
.parlamentares-list .nome .cargoBoxParlamentar {
    width: 100%;
    color: #656565;
    margin-top: 0px;
}
.parlamentares-list .nome {
    width: 100%;
    min-height: 105px;
    padding: 10px 3px 10px 3px;
}
.parlamentares-list .nome .parlamentar {
    font-size: 15px;
    color: #4664A5;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase
}
/*- Parlamentar -*/


/*- Parlamentar View -*/
.canto-vereadores {
    width: 100%;
    float: left;
    padding: 0 10px;
}
.canto-vereadores .no-padding {
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 8px;
}
.canto-vereadores img {
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.15);
    border-radius: 4px;
    
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.canto-vereadores img.active {
   opacity: 0.99;
    filter: alpha(opacity=99); /* For IE8 and earlier */
}
.canto-vereadores a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative
}


.camara-videos {
    width: 100%;
    float: left;
}
.camara-videos .botao {
    width: 100%;
    float: left;
    background: #EEE;
    border-radius: 4px;
    transition: 0.3s;
    margin: 0 0 6px 0;
    text-shadow: none;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 5px;
}
.camara-videos .nopadding-left {
    padding-left: 6px
}
.camara-videos .botao:hover {
    transition: 0.3s;
    opacity: 0.89;
    box-shadow: none;
}
.camara-videos .botao .icone {
    width: 100%;
    float: left;
    font-size: 20px;
    margin: 3px;
    color: #384A5C;
    text-align: center;
    color: #FFF;
    border-radius: 3px;
    padding: 16px 0;
}
.camara-videos .botao .cor2 {
    background: #297FBA;
}
.camara-videos .botao .cor3 {
    background: #00BCD4;
}
.camara-videos .botao h2 {
    font-size: 15px;
    color: #444;
    margin: 8px 0 0 0;
}
.camara-videos .botao h3 {
    margin: 4px 0 0 0;
    font-size: 12px;
    color: #465C73;
    opacity: 0.80;
}

/*Sistema novo*/
.bloco-legislativo {
    width: 100%;
    float: left;
    background: none;
}
.bloco-legislativo ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bloco-legislativo ul li {
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    float: left;
    padding: 9px 0 9px 0;
    font-size:  15px;
    color: #4B4B4B;
}
.bloco-legislativo .menu {
    width: 97%;
    float: left;
    padding: 13px 15px 13px 15px;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    background: #FFF;
    margin-left: 15px;
}
.bloco-legislativo .menu h2 {
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
}
.bloco-legislativo .menu .botao {
    width: 100%;
    text-align: center;
}
.bloco-legislativo .menu .opcao {
    float: left;
    margin:0 10px 0 0;
    background: #EEE;
    border-radius: 3px;
    padding: 12px 15px 12px 15px;
    color: #4B4B4B;
    transition: 0.3s;
    cursor: pointer;
}
.bloco-legislativo .menu .opcao:hover {
    transition: 0.3s;
    background: #E2E2E2;
}
.bloco-legislativo .menu .input {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    font-size: 14px;
    color: #444;
}
.bloco-legislativo .menu .input input[type=text] {
    width: 100%;
    float: left;
    margin: 11px 0 0 0;
    background: #FFF;
    border:1px solid #EEE;
    padding: 9px 16px 9px 16px;
    font-size: 13px;
}
.bloco-legislativo .menu .input select {
    width: 100%;
    float: left;
    margin: 11px 0 0 0;
    background: #FFF;
    border:1px solid #DDD;
    padding: 10px 16px 10px 16px;
    font-size: 13px;
}
.bloco-legislativo .menu .input select:hover {
    border: 1px solid #D2D2D2;
    transition: 0.3s;
}
.bloco-legislativo .menu .input select:focus {
    outline: 0;
    border: 1px solid #3D6BAE;
    transition: 0.3s;
}

.bloco-legislativo .img-parlamentar{
    margin-top: 10px;
}

.proposicoes {
    width: 100%;
    float: left;
}
.proposicoes .topo-table {
    color: #555;
    background-color: #f9f9f9;
    vertical-align: middle;
}
.proposicoes td, th {
    border: 1px solid #DDD;
    margin: 10px;
    padding: 11px;
}
.table &gt; thead &gt; tr &gt; th, .table &gt; tbody &gt; tr &gt; th, .table &gt; tfoot &gt; tr &gt; th, .table &gt; thead &gt; tr &gt; td, .table &gt; tbody &gt; tr &gt; td, .table &gt; tfoot &gt; tr &gt; td {
    padding: 14px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.proposicoes .ano {
    width: 100%;
    float: left;
    text-align: center;
}
.proposicoes .ano h2 {
    font-size: 15px;
    color: #666;
}
.proposicoes .lista {
    padding: 10px 0 10px;
    border-bottom: 1px solid #EEE;
    transition: 0.3s;
    font-size: 13px;
}
.proposicoes .nome {
    font-size: 19px;
}
.proposicoes .lista:hover {
    transition: 0.3s;
    background: #f5f5f5;
}

.quadro-funcional {
    width: 100%;
    float: left;
}
.quadro-funcional .bloco {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    border: 1px solid #E4E4E4;
    background: #f9f9f9;
    border-radius: 3px;
    padding: 20px;
}
.quadro-funcional .bloco ul {
    margin:0;
    padding:0;
}
.quadro-funcional .bloco ul li {
    margin: 0 0 8px 0;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #E4E4E4;
}
.quadro-funcional .bloco ul li b {
}

.votacao .img{
    max-width: 50px;
    border-radius: 20px;
}

.clear{
    clear: both;
    height: 50px;
}


.sessao-list{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.img-nuvem-tag{
    transition: 0.3s;
    margin: auto;
}
.img-nuvem-tag:hover{
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/* ---- Galeria de Fotos Home ---- */
.barra-galeria-fotos-home {
    padding: 0px 0px 0px 0px;
    background: #007451;
    background: #FFF;
}
.barra-titulo-galeria-fotos {
    width: 100%;
    height: auto;
    border-bottom: 3px solid #3B71A7;
}
h2.titulo-galeria-fotos {
    font-family: 'Raleway', sans-serif;
    margin: 45px 0px 20px 0px;
    color: #1e1e1e;
    font-weight: 400;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: -1px;
    position: relative;
}
h2.titulo-galeria-fotos a {
    font-family: 'Raleway', sans-serif;
    color: #1e1e1e;
    font-weight: 600;
}

h2.titulo-galeria-fotos span {
    display: block;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: -24px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 13px 0 13px;
    border-color: #3B71A7 transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    z-index: 9;
}
#galeria-fotos-home{
    z-index: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu&gt;.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&gt;.dropdown-menu {
    display: block;
}

.dropdown-submenu&gt;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&gt;a:after {
    border-left-color: #fff;
}

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

.dropdown-submenu.pull-left&gt;.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;
}



#noticias-home .bloco{
    position: relative;
}
#noticias-home .bloco .titulo{
    width: 100%;
    padding: 15px 20px;
    background: rgba(59,113,167, 0.9);
    color: rgba(255,255,255, 0.85);
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 20px;
    font-weight: bold;
    transition: 0.3s;
}
#noticias-home .bloco .titulo span{
    display: block;
    color: rgba(255,255,255, 0.65);
    font-size: 14px;
    margin-bottom: 5px;
}
#noticias-home .bloco:hover .titulo{
    background: rgba(59,113,167, 1);
    color: rgba(255,255,255, 1);
    padding: 20px 20px;
}

#bloco-home-parlamentares {
    background-color: rgba(0, 0, 0, 0.03);
    padding-top: 30px;
    padding-bottom: 35px;
}

#bloco-home-parlamentares ul {
    list-style-type: none;
    padding: 0;
}

#bloco-home-parlamentares .caixa-mesa-diretora ul li .item {
    display: block;
    position: relative;
    border: 1px solid rgba(59,113,167, .85);
    border-radius: 4px;
    height: 155px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    margin-bottom: 15px;
    -webkit-transition: 0.2s -webkit-filter linear;
    transition: 0.2s filter linear, 0.2s -webkit-filter linear;
}

#bloco-home-parlamentares .caixa-mesa-diretora ul li .item &gt; .texto {
    position: absolute;
    width: auto;
    height: auto;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 4px 8px;
    background-color: rgba(59,113,167, .85);
    color: #fff;
}

#bloco-home-parlamentares .caixa-mesa-diretora ul li a:hover .item {
    border: 1px solid rgba(59,113,167, 1);
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}

#bloco-home-parlamentares .caixa-parlamentares .carousel {
    height: auto;
}

#bloco-home-parlamentares .caixa-parlamentares .item {
    display: block;
    position: relative;
    border: 1px solid rgba(59,113,167, .85);
    border-radius: 5px;
    height: 290px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    -webkit-transition: 0.2s -webkit-filter linear;
    transition: 0.2s filter linear, 0.2s -webkit-filter linear;
}

#bloco-home-parlamentares .caixa-parlamentares .item &gt; .texto {
    position: absolute;
    width: auto;
    height: auto;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px 8px;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#005da5+0,005da5+100&amp;0+10,0.1+38,0.26+70,0.75+100 */
    background: -moz-linear-gradient(top,  rgba(0,93,165,0) 0%, rgba(0,93,165,0) 10%, rgba(0,93,165,0.1) 38%, rgba(0,93,165,0.26) 70%, rgba(0,93,165,0.75) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,93,165,0) 0%,rgba(0,93,165,0) 10%,rgba(0,93,165,0.1) 38%,rgba(0,93,165,0.26) 70%,rgba(0,93,165,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,93,165,0) 0%,rgba(0,93,165,0) 10%,rgba(0,93,165,0.1) 38%,rgba(0,93,165,0.26) 70%,rgba(0,93,165,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00005da5', endColorstr='#bf005da5',GradientType=0 ); /* IE6-9 */

}

#bloco-home-parlamentares .caixa-parlamentares .item &gt; .texto &gt; .nome {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.8);
    display: block;
}

#bloco-home-parlamentares .caixa-parlamentares .item &gt; .partido {
    position: absolute;
    width: auto;
    height: auto;
    top: 8px;
    right: 10px;
    font-weight: bold;
    font-size: 17px;
    padding: 3px 6px 1px 6px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .22);
    color: rgba(255, 255, 255, .9);
}

#bloco-home-parlamentares .caixa-parlamentares a:hover .item {
    border: 1px solid rgba(59,113,167, 1);
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}

#bloco-home-parlamentares .carousel .carousel-indicators {
    position: relative;
    padding-top: 18px;
}

#bloco-home-parlamentares .carousel .carousel-indicators li {
    background-color: rgba(59,113,167, .3);
    width: 24px;
    height: 4px;
    margin: 0px 4px;
    border-radius: 2px;
}

#bloco-home-parlamentares .carousel .carousel-indicators li.active {
    background-color: rgba(59,113,167, .8);
}
</pre></body></html>