.alinharDireita { text-align: right; }

body{
    font-family: 'Open Sans', sans-serif;
}
.content-pesquisa {
    margin-bottom: 30px;
}
.content-tabela {
    margin-bottom: 30px;
}
#pesquisa .content-search{
    width: 100%;
    position: relative;
    padding: 20px 0;
    background-color: #ddd;
    overflow: hidden;
}
#pesquisa h3{
    font-size: 22px;
}
label {
    font-size: 13px;
    color: #535353;
    font-weight: normal;
}
#pesquisa form button.btn{
    background-color: #003B7D;
}
.footer-search{
    margin: 45px 0;
    overflow: hidden;
}
.footer-search select{margin:0 10px; }

.content-table-results{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
}

table.table-results .sort-classificacao, table .val-classificacao{max-width: 295px;}
table.table-results thead tr{background-color: #003B7D;}
table.table-results thead th{
    border: none;
    color: #fff; font-size: 12px;
    border-right: 1px solid #fff;
    padding: 10px;
    cursor: pointer;
}

table.table-results th i{margin-top: 2px;}

table.table-results tbody tr:nth-child(odd){
    background-color: #FFF3D9;
}
table.table-results tbody tr td{
   border: none;
    border-right: 1px solid #ddd;
}

table.table-results tbody tr.total-results td{
    font-weight: bold;
    text-align: center;
}
table.table-results tbody tr.total-results td.val-classificacao{
    text-align: right;
}

.content-pagination{width: 100%; position: relative; margin: 30px 0;}
.content-pagination ul{margin: 0; padding: 0;}
.content-pagination ul li a{font-size: 13px; color: #999;}
.content-pagination ul li.active a{background-color: #003B7D;}

.line .form-group .form-group{
    margin-bottom: 0;
}
.line .input-group-addon{
    cursor: pointer;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #FFF9EA;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #003b7d;
}
.content-tabela thead tr {
    background-color: #003B7D;
    color: #fff;
}
table.dataTable {
font-size: 12px;
}
.total-results{
    font-weight: 600;
}
/**********/
.service-itens a {
    text-decoration: none
}
.service-itens a h5,
[class^=section-title] h4 {
    text-transform: uppercase
}
.service-itens,
.service-itens li {
    box-sizing: border-box
}
.service-itens {
    margin: 0;
    padding: 0
}
ul.service-itens {
    column-count: 3;
}
.service-itens li {
    display: inline-block;
    list-style-type: none;
}

.service-itens li:nth-child(2n+1) {
    clear: left;
}

.service-itens a {
    display: block;
    margin: 25px 10px 0;
    padding-top: 10px;

}

.service-itens span.icon{
    float: left;
    margin-right: 10px;
    font-size: 1.8em;
    line-height: 1.8em
}

.service-itens li .conteudo-maisservicos {
    overflow: hidden;
    display: block
}

.service-itens a h5 {
    color: #2068AD;
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 0;
    margin-top: 5px
}

.service-itens a p {
    color: #505050;
    line-height: 1.3
}

.service-itens a:hover {
    background: #f0f0f0
}

.service-itens a:hover h5,
.service-itens a:hover span {
    color: #2068AD
}

#empresa .service-itens a h5,
#empresa .service-itens span[class^=icon] {
    color: #555
}

/**acesso-informacao**/
section#acesso-informacao .titulo h1{
    color: #fff;
}
section#acesso-informacao {
    margin: 0 0 40px 0;
    background-color: #333;
}
#conheca h4{
    color: #fff;
}
section#acesso-informacao p{
    color: #fff;
}
.pesquisatopo {
    margin-top: 50px;
}


section#rodape {
    background: #086ac3 none repeat scroll 0 0;
    border-top: 1px solid #f3f3f3;
}
    section#rodape .rodape-bloco-2{
        border-top: 1px solid #367cbc;
        padding: 20px 0;
    }
    section#rodape h3{
        color: #fff;
        font-size: 18px;
        margin-top: 0;
    }
    section#rodape p{
        color: #fff;
        font-size: 14px;
    }
    section#rodape i{
        margin-right: 5px;
            color: #ffca49;
                font-size: 25px;
    }
    section#rodape ul {
        padding-left: 0px;
    }

        section#rodape ul span {
            color: #fbc249;
            font-weight: bold;
            display: block;
            margin-bottom: 10px;
        }

        section#rodape ul li {
            list-style: none;
            line-height: 18px;

        }

            section#rodape a {
                color: #fff;
                font-size: 13px;
                line-height: 21px;
            }
            section#rodape a:hover {
                color: #ffca49;
                background-color: transparent;
            }
            .row.rodape-bloco-1 {
                padding-top: 30px;
                padding-bottom: 30px;
            }
            .row.rodape-bloco-1 h3{
                margin-top: 0;
            }
    section#rodape .copyright {
        padding: 20px 10px;
    }
        .logo-copy {
            width: 160px;
            float: right;
        }
        section#rodape .copyright span {
            font-size: 12px;
            color: #fff;
            display: block;
            font-weight: bold;
            float: right;
        }
        section#rodape .copyright img {
            width: 105px;
            float: left;
            margin-left: 10px;
        }
        section#rodape .copyright a.social {
            background-image: url("../img/social-icons-laranja.png");
            display: inline-block;
            height: 30px;
            width: 30px;
        }

        section#rodape .copyright a.facebook {
            background-position: 0px;
        }

        section#rodape .copyright a.insta {
            background-position: -31px center;
        }

        section#rodape .copyright a.twitter {
            background-position: -92px center;
        }

        section#rodape .copyright a.youtube {
            background-position: -123px center;
        }

        section#rodape .copyright a.google {
            background-position: -61px center;
        }
        .info-1 {
    border-bottom: 1px solid #ededed;
    padding: 50px 0;
    text-align: center;
}
#info-home .info-1 i {
    font-size: 43px;
    margin-top: 25px;
    padding: 5px 15px;
}
.botoes-home-mais a{
    float: right;
    margin-top: 20px;
}
.botoes-home-mais a{
    margin-top: 20px;
    float: right;
    border: 1px solid #b5b5b5;
    padding: 5px 15px;
    margin-left: 15px;
}
.botoes-home-mais button:hover{
    border: 1px solid #096ac3;
    color: #096ac3;
}


.col.links {
    width: 20%;
    float: left;
    padding: 5px;
}


/*******NOTICIAS 1*******/
.noticias-home1{
    margin-top: 30px;
    margin-bottom: 30px;
}
.botoes-home-mais button.btn.btn-light.btn-xs{
    float: right;
}
.botoes-home-mais i{
    border: 2px solid;
    border-radius: 40px;
    padding: 7px;
    color: #234277;
    margin-right: 10px;
    width: 30px;
    height: 30px;
}
span.icon-play {
    position: absolute;
    font-size: 70px;
    color: #fff;
    left: 50%;
    margin-left: -49px;
    top: 40%;
    text-shadow: 1px 1px 2px #000;
    z-index: 10;
}
span.icon-play i{
    font-size: 70px;
}
.modal-open .modal {
    z-index: 9999;
}
.modal-dialog.modal-dialog-centered {
    width: 100%;
}
.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }

#noticias-home h4 {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
}

.modal-body {
  position:relative;
  padding:0px;
}
.hnews1-right span {
    color: #fff;
}
section#noticias-home .noticia span.texto-news-top-right {
    margin-top: 10px;
    font-size: 13px;
    display: block;
    border-left: 5px solid #fc0;
    padding-left: 5px;
    line-height: 13px;
}
.conteudo-morenews-left {
    padding: 5px 5px 10px 10px;
    position: absolute;
    bottom: 0;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.01) 0%,rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.01) 0%,rgba(0,0,0,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03ffffff', endColorstr='#b3000000',GradientType=0 );
    border-radius: 0 0 10px 10px;
    width: 100%;

}
.conteudo-morenews {
    padding: 5px 5px 10px 10px;
    position: absolute;
    margin-right: 15px;
    bottom: 0;
    margin-right: 30px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.01) 0%,rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.01) 0%,rgba(0,0,0,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03ffffff', endColorstr='#b3000000',GradientType=0 );
    border-radius: 0 0 10px 10px;
    width: -webkit-fill-available;
}
#galerias-home .conteudo-morenews {
    width: 100%;
}
.hnews1-left .imgfit {
    object-fit: cover;
    object-position: 0 0;
    width: 100%;
    height: 500px !important;
    border-radius: 10px;
}
.hnews1-left h3 {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}
.carousel-control.left, .carousel-control.right  {
    border-radius: 10px;
}
section#noticias-home .noticia span.texto {
    margin-top: 10px;
    font-size: 20px;
    display: block;
    border-left: 5px solid #fc0;
    padding-left: 5px;
}
.hnews1-left span {
    color: #fff;
}
.hnews1-right .row .col-md-6 {
    margin-bottom: 25px;
}
.hnews1-right .imgfit-right-top {
    width: 100%;
    height: 150px;
    border-radius: 10px;
    object-fit: cover;
}
.hnews1-right .imgfit-right-bottom {
    width: 100%;
    height: 325px;
    border-radius: 10px;
}

/*********AVISO LICITACAO**********/
#avisolicitacao .titulo{
    color: #086ac3;
    font-size: 24px;
    font-weight: bold;
}
#avisolicitacao .titulo:after{
    content: "";
    width: 70px;
    height: 5px;
    display: block;
    background: #fc0;
    margin: 0 auto;
    margin-top: 10px;
}
#avisolicitacao h3, .h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
#avisolicitacao .glyphicon{
    color: #fff;

}
/*********SECRETARIOS**********/
#noticias-meio{
    margin: 30px 0;
}

.destaque-secretarios img{
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 250px;
    border-radius: 10px;
}
#noticias-meio img{
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 300px;
    border-radius: 10px;
}
#noticias-meio h4 {
    margin-top: 10px;
    font-size: 22px;
    display: block;
    font-weight: 800;
}
#noticias-meio span.texto-news-top-right {
    margin-top: 10px;
    font-size: 17px;
    display: block;
    border-left: 5px solid #fc0;
    padding-left: 5px;
}
/*****CONHECA HOME********/
#conheca .destaque .minuta, #conheca .destaque img{
    border-radius: 10px;
}
#conheca .col-md-4.home-galeria {
    margin-top: 35px;
}
/*SLIDE 2 HOME*/
#slider2{
    margin-top: 40px;
    margin-bottom: 40px;
}

/********correções margim titulo********/
.col-md-4.noticias-meio-mb {
    margin-top: 30px;
}
.destaque-secretarios {
    margin-top: 30px;
}
#servicos .titulo{
        margin-bottom: 40px !important;
}
/********ICONES SERVIÇOS TOPO***********/
.icones-topo-servicos {
    margin-top: 34px;
    right: 0;
    float: right;
}
.icones-topo-servicos a{
    float: left;
    text-align: center;
    padding: 0 20px;
}
.icones-topo-servicos img{
    width: 45px;
    margin: 0 auto;
}
/*MARGIM SIDEBAR*/
section#sidebar{
    margin-top: 35px;
}
section#conteudo {
    margin-top: 60px;
}
#noticias-home .modal-content {
    width: 100%;
    background: transparent;
    box-shadow: none;
    border: none;
}

/*****CAROUCEL SECRETARIOS*****/
#secretarios .carousel-control.left, #secretarios .carousel-control.right {
    background: none;
        width: auto;
}
#secretarios  span.glyphicon.glyphicon-chevron-right {
    color: #086ac3;
    right: -9px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    padding: 5px;
}
#secretarios  span.glyphicon.glyphicon-chevron-left {
    color: #086ac3;
    left: -9px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    padding: 5px;
}
/***********MODULO GALERIA DE VIDEO E FOTOS HOME**************/
#galerias-home {
    background: #333;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
#galerias-home img.img-responsive.imgfit-right-bottom {
    width: 100%;
    max-height: 380px;
    border-radius: 10px;
}
#galerias-home h3{
    color: #ffcd00;
}
#galerias-home .bloco-fotos-galeria {
    margin-bottom: 11px;
}
#galerias-home .conteudo-galerias span{
    color: #fff;
}
#galerias-home .titulo h1{
    color: #fff;
}
#galerias-home .carousel-control.left, #galerias-home .carousel-control.right {
    display:none;
}
#galerias-home .carousel-indicators {
    position: absolute;
    bottom: -45px;
    left: 10px;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    list-style: none;
    display: block;
}

.owl-dots,.owl-nav{
    text-align:center;
    -webkit-tap-highlight-color:transparent

}
.owl-nav{
    margin-top:10px
}
.owl-nav [class*=owl-]{
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgb(241, 192, 4);
    border: 1px solid #fff;
    border-radius: 10px;
}

.owl-nav [class*=owl-]:hover{
    background:#869791;
    color:#FFF;
    text-decoration:none
}
 .owl-nav .disabled{
    opacity:.5;
    cursor:default
}
.owl-nav.disabled+.owl-dots{
    margin-top:20px
}
.owl-dots .owl-dot{
    display:inline-block;
    zoom:1
}
.owl-dots .owl-dot span{
       display: inline-block;
    width: 15px;
    height: 15px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgb(241, 192, 4);
    border: 1px solid #fff;
    border-radius: 10px;
}

.owl-dot.active span,.owl-dots .owl-dot:hover span{
    background:#0969c3
}
/***************AJUSTES MOBILE****************/
@media only screen and (max-width: 700px) {
    .hnews1-right{
        margin-top: 25px;
    }
    .botoes-home-mais a {
    width: 100%;
}
}


.banner-eleicoes .titulo-eleitoral{
    color: #086ac3;
    font-size: 38px;
    font-weight: bold;
}
.banner-eleicoes .titulo-eleitoral:after{
    content: "";
    width: 70px;
    height: 5px;
    display: block;
    background: #fc0;
    margin: 0 auto;
    margin-top: 10px;
}

.banner-eleicoes.text-center {
    border: 2px solid #000;
    background: #ffefae;
    border-radius: 10px;
    padding: 35px 15px;
    line-height: 25px;
    margin-top: 35px;
}
.banner-eleicoes h2 {
    background: #086ac3;
    padding: 15px;
    display: inline-block;
    color: #fff;
    border-radius: 15px;
    margin-bottom: 25px;
}

section#info-home {
    border-top: 2px solid #c3c3c3;
    background-color: #f0f0f0;
}

/*LGPD */

.lgpd{
    position: fixed;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1195px;
    padding: 20px;
    bottom: 50px;
    z-index: 1000;
    left: 50%;
    transform: translate(-50%,0);
    background: #fff;
    box-shadow: 1px 3px 10px rgb(0 0 0 / 54%);
    border-radius: 10px;
}
.lgpd .text {
    font-style: normal;
    font-weight: 400;
    font-size: .875rem;
    line-height: 140%;
    color: #333;
    margin-right: 70px;
    flex: 1;
}
.lgpd .options {
    display: flex;
    flex-shrink: 0;
}
.lgpd .options .lgpd-button:first-child {
    margin-right: 10px;
}
.lgpd-button {
    display: flex;
}
.lgpd-button.button-clear button, .lgpd-button.button-clear a {
    background: #fff;
    color: #000;
}
.lgpd-button button, .lgpd-button a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 0 20px;
    border-radius: 30px;
    background: #086ac3;
    cursor: pointer;
    transition: box-shadow .3s;
    border: 0;
    color: #fff;
}
@media (max-width: 722px) {
    .lgpd {

        flex-direction: column;
        align-items: center;
    }
    .lgpd .text {
        margin-right: inherit;
    }
}

/*************************PESQUISA RODAPE******************************/
.icone_pesquisa-rodape {
    position: fixed;
    bottom: 0;
    z-index: 99999;
    right: 0;
    padding: 0 5px;
}
.icone_pesquisa-rodape.exibe{
    position: fixed;
    bottom: 0;
    z-index: 99999;
    right: 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: #0000006e 1px 0px 8px;
    z-index: 99999;
    width: 100%;
    max-width: 780px;
}
.pesquisa-rodape {
    position: relative;
    bottom: 0;
    width: 100%;
    max-width: 780px;
    background: #fff;
    border-radius: 10px;
    box-shadow: #0000006e 1px 0px 8px;
    z-index: 99999;
    right: 0;
    display: none;
}
.exibe .icone-pesquisa {
    position: absolute;
    top: -80px;
}
.exibe .pesquisa-rodape {
    display: block !important;
}
img.icone-satisfacao {
    width: 50px;
}
img.icone-satisfacao {
    width: 50px;
}
.pesquisa-rodape h1{
    font-size: 28px;
    text-align: center;
}
fieldset.radio_imagens {
    display: flex;
    justify-content: space-around;
    text-align: center;
}
.radio_imagens img{
    width: 55px;
}

.radio_imagens input[type="radio"] {
    visibility: hidden;
}

.radio_imagens label {
    display: block;
    border: 4px solid #ffffff;
    padding: 4px;
    width: 20%;
}

.radio_imagens input[type="radio"]:checked+label {
    border-color: #e3e3e3;
    border-radius: 10px;
    padding: 4px;
}

form#FormPesquisa p{
    color: #222 !important;
}
/*************************PESQUISA RODAPE FIM******************************/