﻿/*********************************************************************************/
/* GERAL                                                                         */
/*********************************************************************************/



/*********************************************************************************/
/* VLIBRAS                                                                       */
/*********************************************************************************/
#slideout {
    position: fixed;
    top: 255px;
    right: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: 35px;
    padding: 0;
    z-index: 9999;
}

#slideout_inner {
    position: fixed;
    top: 255px;
    right: -250px;
    position: fixed;
    width: 250px;
    padding: 25px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #eee;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

#slideout:hover {
    right: 250px;
}

#slideout:hover #slideout_inner {
    right: 0;
}
/*********************************************************************************/
/* VLIBRAS                                                                       */
/*********************************************************************************/



/*********************************************************************************/
/* TipTip CSS                                                                    */
/*********************************************************************************/

#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    font-family: "Verdana";
    text-decoration: none;
}

#tiptip_holder.tip_top {
    padding-bottom: 1em;
}

#tiptip_holder.tip_bottom {
    padding-top: 1em;
}

#tiptip_holder.tip_right {
    padding-left: 1em;
}

#tiptip_holder.tip_left {
    padding-right: 1em;
}

#tiptip_content {
    font-size: 12pt;
    color: #fff;
    text-shadow: 0 0 0.125em #000;
    padding: 1em;
    border: 0.063em solid rgba(255,255,255,0.25);
    background-color: rgb(25,25,25);
    background-color: rgba(25,25,25,0.92);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
    border-radius: 0.188em;
    -webkit-border-radius: 0.188em;
    -moz-border-radius: 0.188em;
    box-shadow: 0 0 0.188em #555;
    -webkit-box-shadow: 0 0 0.188em #555;
    -moz-box-shadow: 0 0 0.188em #555;
    width: 30em;
}

#tiptip_arrow, #tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 0.375em;
    height: 0;
    width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: #fff;
    border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
    border-bottom-color: #fff;
    border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
    border-right-color: #fff;
    border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
    border-left-color: #fff;
    border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -0.438em;
    margin-left: -0.375em;
    border-top-color: rgb(25,25,25);
    border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -0.313em;
    margin-left: -0.375em;
    border-bottom-color: rgb(25,25,25);
    border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -0.375em;
    margin-left: -0.313em;
    border-right-color: rgb(25,25,25);
    border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -0.375em;
    margin-left: -0.438em;
    border-left-color: rgb(25,25,25);
    border-left-color: rgba(25,25,25,0.92);
}
/*********************************************************************************/
/* TipTip CSS                                                                    */
/*********************************************************************************/



/*********************************************************************************/
/* IMPRESSÃO                                                                     */
/*********************************************************************************/
@media print {
    header, footer {
        display: none;
    }
    /*Esconde os links*/
    a[href]:after {
        content: none !important;
    }
}
/*********************************************************************************/
/* IMPRESSÃO                                                                     */
/*********************************************************************************/



/*TITULOS*/
.bg-titulo {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-family: 'OpenSansSemibold';
}

.bg-titulo1 {
    color: #000;
    text-align: left;
    font-size: 30px;
    font-family: 'OpenSansSemibold';
}
/*TITULOS*/


/*ARQUIVOS*/
.arquivos {
    height: 70px;
    border: 1px dotted #999;
    display: block;
    padding: 10px;
    margin-bottom: 20px;
}

.arquivos:hover {
    background-color: #f1f1f1;
}

.arquivo-icone {
    width: 80px;
    float: left;
}

.arquivo-descricao {
    float: left;
    line-height: 48px;
}
/*ARQUIVOS*/


/*BOTÕES*/
.btn-destaques a {
    height: 54px;
    width: 200px;
    border: 1px solid #004b80;
    font-size: 18px;
    text-align: center;
    color: #004b80;
    line-height: 16px;
    display: block;
    background: #f5f5f5;
}

.btn-destaque-icon {
    width: 20%;
    float: left;
    margin-left: 15px;
    margin-top: 12px;
}

.btn-leia {
    background-color: #004b80;
    text-align: center;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    font-size: 12px;
    float: right;
    margin-top: 20px;
}
/*BOTÕES*/


/*SESSÕES ANTERIORES*/
.leg-info {
    color: #01524b;
    font-family: 'OpenSansSemibold';
    text-align: center;
    font-size: 12px;
    margin: 0 auto;
}

.leg-info-1 {
    color: #fff;
    font-family: 'OpenSansSemibold';
    font-size: 12px;
    margin-top: 30px;
    float: right;
}
/*SESSÕES ANTERIORES*/


/*********************************************************************************/
/* GERAL                                                                         */
/*********************************************************************************/



/*********************************************************************************/
/* HEADER                                                                        */
/*********************************************************************************/
.header {
    background: transparent;
    font-size: 12pt;
    height: 8em;
}
.header-lg {
    margin-top: 10px;
}
/*versão mobile*/

@media (max-width: 768px) {
    .header {
        background: transparent;
        font-size: 12pt;
        height: auto;
    }
}
/*********************************************************************************/
/* HEADER                                                                        */
/*********************************************************************************/




/*********************************************************************************/
/* NAVBAR                                                                        */
/*********************************************************************************/
.navbar-nav {
    margin: 5px;
}

.navbar-default {
    background: #004B80;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    height: 40px;
    margin-top: 20px;
    z-index: 10;
}

.navbar-nav > li > a {
    line-height: 10px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    width: 300px;
    padding: 5px 0;
    margin: 2px 0 0;
    margin-top: 2px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-item {
    margin-top: 10px;
}
    .dropdown-item:hover, .dropdown-item:focus {
        color: #01524b;
    }
    .dropdown-menu > li > a {
        padding: 12px 120px 12px 20px;
        color: #6f6f6f;
        /*Abre o submenu ao passar o mouse*/
    }
.title-home {
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 20px !important;
    padding-bottom: -10px !important;
    font-size: 18px;
}

.hr-home {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.title-home:hover {
    color: #01524b;
}
/*Mobile*/

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: white;
    background-color: #004B80;
}
.vereador-box {
    height: 150px;
    overflow: hidden;
    width: 14%;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #004B80;
        background-color: white;
    }

    .navbar-nav .open .dropdown-menu {
        margin-top: -3px;
        margin-bottom: -6px;
    }

    .logo {
        height: auto !important;
    }

    .sticky-top {
        position: relative !important;
    }

    .titulo-pequisa {
        display: none !important;
    }

    .header-siganos {
        margin-top: 0 !important;
    }
    
    .vereador-box {
        height: auto !important;
    }

    .pgwSlider .ps-current {
        height: auto !important;
    }

    .dk-footer-box-info {
        display: none !important;
    }

    .link-midia-fone {
        display: none !important;
    }

    #form-search {
        position: relative;
        right: 0;
        top: 0px !important;
    }
}
/*********************************************************************************/
/* NAVBAR                                                                        */
/*********************************************************************************/



/*********************************************************************************/
/* CONTAS PÚBLICAS                                                               */
/*********************************************************************************/

.cp-ano {
    padding: 15px;
    border: 1px dotted #e6e6e6;
    margin: 2px;
    font-weight: bold;
    font-size: 15pt;
    text-align: center;
}

.cp-arquivos {
    height: 70px;
    border: 1px dotted #999;
    display: block;
    padding: 10px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .cp-arquivos {
        height: auto;
        border: 1px dotted #999;
        display: block;
        padding: 10px;
        margin-bottom: 20px;
    }
}

/*********************************************************************************/
/* CONTAS PÚBLICAS                                                               */
/*********************************************************************************/



/*********************************************************************************/
/* CARGOS E SALARIOS                                                             */
/*********************************************************************************/

.salario-filtro {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px dotted #999;
    padding: 10px;
}

.dropsalario select {
    height: 40px;
    width: 100%;
    border: 1px solid #e6e6e6;
    background-color: #FFF;
}

table {
    width: 100%;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}

th, td {
    padding: 15px;
    text-align: left;
}

.cabecalho {
    background-color: lightgray;
    color: black;
    text-align: center;
    font-size: 16px;
}

/*********************************************************************************/
/* CARGOS E SALARIOS                                                             */
/*********************************************************************************/



/*********************************************************************************/
/* DOWNLOAD                                                                      */
/*********************************************************************************/

.arquivos-download {
    /*border: 1px solid #EC3237;*/
    padding: 20px 0;
    margin-bottom: 30px;
    color: #EC3237;
    font-family: 'OpenSansSemibold';
    font-size: 11px !important;
    text-transform: uppercase;
    outline: 1px solid #EC3237;
    outline-offset: -6px;
}

.arquivos-download p {
    margin: 0 !important;
}

.arquivos-download:hover {
    background-color: #f1f1f1;
}



/*********************************************************************************/
/* DOWNLOAD                                                                      */
/*********************************************************************************/



/*********************************************************************************/
/* EVENTOS                                                                       */
/*********************************************************************************/

.icone-calendario {
    font-size: 90px;
    color: #bbb;
}

/*********************************************************************************/
/* EVENTOS                                                                       */
/*********************************************************************************/



/*********************************************************************************/
/* GALERIA DE VÍDEOS                                                             */
/*********************************************************************************/

.video-filtro {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 22em;
    border: 1px dotted #999;
}

.video-filtro:hover {
    background-color: #f1f1f1;
}

.dropvideo {
    height: 40px;
    width: 100%;
    border: 1px solid #e6e6e6;
    background-color: #FFF;
}

/*********************************************************************************/
/* GALERIA DE VÍDEOS                                                             */
/*********************************************************************************/



/*********************************************************************************/
/* LEGISLATURA                                                                   */
/*********************************************************************************/

.data-legislatura {
    padding-top: 5px;
    border: 1px solid grey;
    text-align: center;
}

/*********************************************************************************/
/* LEGISLATURA                                                                   */
/*********************************************************************************/



/*********************************************************************************/
/* LICITAÇÕES                                                                    */
/*********************************************************************************/

.licitacao-filtro {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px dotted #999;
    padding: 10px;
}

.droplicitacao select {
    height: 40px;
    width: 100%;
    border: 1px solid #e6e6e6;
    background-color: #FFF;
}

.licitacao-filtro p {
    margin: 0;
    margin-top: 1em;
    text-align: left !important;
}

.licitacao-filtro input {
    height: 35px;
}

.licitacao-filtro2 {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px dotted #999;
    padding: 10px;
    margin-left: 0;
}

.btn-filtro {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 3px;
}

.licitacao {
    line-height: 1.8;
    padding: 10px;
    font-size: 16px;
}

.licitacao:hover {
    line-height: 1.8;
    background-color: #D6D6D6;
    padding: 10px;
    font-size: 16px;
}

.item-impar {
    background-color: #f3f3f3;
}

/*********************************************************************************/
/* LICITAÇÕES                                                                    */
/*********************************************************************************/



/*********************************************************************************/
/* LICITAÇÕES - EMPRESA                                                          */
/*********************************************************************************/
.card-licitacao {
    width: 55%;
    height:35px;
    border: 3px solid #004b80;
    box-shadow: 2px 5px 15px black;
}

.card-licitacao-position {
    float: right;
}

@media screen and (max-width: 780px) {
    .card-licitacao{
        height:auto;
    }
    .card-licitacao-position {
        float: left;
    }
}

.bg-licitacao{   
    font-size: 20px;
}

.box-licitacao {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px dotted #999;
    padding: 10px;
}
/*********************************************************************************/
/* LICITAÇÕES - EMPRESA                                                          */
/*********************************************************************************/



/*********************************************************************************/
/* MAILING                                                                       */
/*********************************************************************************/
.newsletter {
    width: 100%;
    height: 150px;
    border: 1px solid #aeaeae;
    border-radius: 18px;
    background: #f7f7f7;
    padding: 0 20px;
}

.input-newsletter {
    background: #fff;
    border: 1px solid #aeaeae;
    border-radius: 14px;
    margin-top: 10px;
    height: 34px;
    padding-left: 20px;
    color: rgb(41, 39, 39);
}

.enviar-newsletter {
    border: none;
    background: transparent;
    margin-top: 20px;
    margin-left: 50%;
}
/*********************************************************************************/
/* MAILING                                                                       */
/*********************************************************************************/



/*********************************************************************************/
/* NOTICIAS                                                                      */
/*********************************************************************************/

/* Box de Comunicados */
.box-comunicado {
    color: #727272;
    line-height: 1;
    outline: 1px solid #ec3237;
    outline-offset: -10px;
    padding: 20px 0;
    text-align: center;
}

.box-comunicado a {
    color: #727272;
}

.box-comunicado a:hover {
    color: #ccc;
    text-decoration: none;
}
/* Box de Comunicados */

/* Box de Outras Notícias */
.box-content {
    margin-top: 40px;
    background-color: #fff;
    color: #727272;
}

.box-content img {
    width: 100%;
    margin-bottom: 10px;
}


/* Box de Outras Notícias */

/*********************************************************************************/
/* NOTICIAS                                                                      */
/*********************************************************************************/




/*********************************************************************************/
/* OUVIDORIA                                                                     */
/*********************************************************************************/
.card-ouvidoria {
    border: 3px solid #004b80;
    box-shadow: 2px 5px 15px black;
}

.card-ouvidoria-position {
    margin: 0 auto;
}


.button-pesquisar {
    background-color: #ccc;
    border: 0 none;
    border-radius: 0.2em;
    color: #333 !important;
    font-size: 12pt;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0.3em 1.6em;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.35s ease-in-out 0s;
    width: 11.250em;
}
/***********/

#ouvidoria-texto {
    text-indent: 2.188em;
    margin-top: 1.250em;
}

#ouvidoria-texto p a {
    font-weight: bold;
    border-bottom: 0.063em dotted #666;
}

/*********************************************************************************/
/* OUVIDORIA                                                                     */
/*********************************************************************************/



/*********************************************************************************/
/* PORTA DA TRANSPARÊNCIA                                                        */
/*********************************************************************************/

.pt-icone {
    padding-bottom: 6px;
    max-width: 99px;
}

.link-box {
    width: 295px;
    height: 190px;
    background-color: #FFF;
    box-shadow: 0 3px 4px rgba(0,0,0,0.1);
    text-align: center;
    padding-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-bottom: 1rem;
    margin-right: 20px;
    font-family: "Tahoma";
    font-size: 14px;
    color: #333;
    border-radius: 6px;
    transition: 0.3s;
}

.link-box:hover {
    transform: scale(1.04);
    transition: 0.3s;
}

.link-box .icon {
    padding-bottom: 6px;
    max-width: 99px;
}

.link-box p.title {
    padding: 0 10px;
}

/*********************************************************************************/
/* PORTA DA TRANSPARÊNCIA                                                        */
/*********************************************************************************/



/*********************************************************************************/
/* SIC                                                                           */
/*********************************************************************************/
.sic-confirmacao {
    font-weight: bold;
    margin-bottom: 100px;
    text-align: center;
}
#sic {
    width: 100%;
    display: inline;
}

    #sic .destaque {
        font-size: 15pt;
        font-weight: bold;
        color: #00438C;
    }

        #sic .destaque:hover {
            color: #666;
        }

    #sic .links-simples {
        font-weight: normal;
        font-size: 12pt;
        color: #777;
        padding-bottom: 0.2em;
    }

        #sic .links-simples a:hover {
            color: #333;
        }

    #sic .bg-titulo {
        font-size: 30pt;
        height: 1.5em;
    }

    #sic .clear {
        clear: both;
    }

    #sic .link-lei {
        font-weight: normal;
        font-size: 10pt;
        color: #999;
    }

        #sic .link-lei:hover {
            font-weight: bold;
        }

    #sic .sic-ultimos {
    }

        #sic .sic-ultimos a {
            font-weight: normal;
            font-size: 12pt;
            color: #777;
        }

            #sic .sic-ultimos a:hover {
                color: #333;
            }

    #sic .sic-item {
        width: 50%;
        float: left;
        padding: 1em;
        min-width: 300px;
    }

    #sic h1 {
        font-size: 22pt;
        height: 2em;
    }

.sic-item h1 {
    line-height: 1;
}

#sic a {
    font-weight: bold;
    text-transform: none;
}

#sic img {
    float: left;
    margin: 0 1.250em 0.625em 0;
}

.sic ol, ul {
    margin: 0;
}

.sic li {
    list-style: none;
    text-transform: uppercase;
    padding: 0.625em;
    font-weight: bold;
    padding: 0;
}

.sic ul li {
    color: #999;
    text-transform: none;
    font-weight: normal;
}

.sic-pesquisa {
    border: 0.063em dotted #666;
    margin-top: 1.250em;
}

.button-pesquisar {
    background-color: #ccc;
    border: 0 none;
    border-radius: 0.2em;
    color: #333 !important;
    font-size: 12pt;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0.3em 1.6em;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.35s ease-in-out 0s;
    width: 11.250em;
}

#sic-texto {
    text-indent: 2.188em;
    margin-top: 1.250em;
}

    #sic-texto p a {
        font-weight: bold;
        border-bottom: 0.063em dotted #666;
    }

#sic-passos {
    text-align: center;
}

    #sic-passos a {
        background-color: #ccc;
        border: 0 none;
        border-radius: 0.2em;
        color: #333 !important;
        font-size: 5pt;
        text-transform: uppercase;
        cursor: pointer;
        margin-top: 0.625em;
        padding: 0.9em 1.6em;
        padding-top: 4em;
        position: relative;
        text-align: center;
        text-decoration: none;
        transition: background-color 0.35s ease-in-out 0s;
        width: 30%;
        height: 25em;
        display: inline-block;
        margin: 0.313em;
    }

        #sic-passos a h2 {
            font-size: 18pt;
        }

        #sic-passos a h3 {
            font-size: 10pt;
        }

        #sic-passos a:hover {
            background-color: #8DD3CE;
        }

#sic-login {
    margin-top: 1.875em;
    text-align: center;
}

    #sic-login a {
        font-size: 10pt;
    }

    #sic-login .button-autenticar {
        font-size: 12pt;
    }

        #sic-login .button-autenticar:hover {
            background-color: #00438C;
        }

#sic-opcao {
    width: 100%;
    text-align: center;
}

    #sic-opcao a {
        background-color: #ccc;
        border: 0 none;
        border-radius: 0.2em;
        color: #333 !important;
        font-size: 12pt;
        text-transform: uppercase;
        cursor: pointer;
        margin-top: 0.625em;
        padding: 0.5em 0.6em;
        position: relative;
        text-align: center;
        text-decoration: none;
        transition: background-color 0.35s ease-in-out 0s;
        display: inline-block;
        margin: 0.313em;
    }

/*********************************************************************************/
/* SIC                                                                           */
/*********************************************************************************/



/*********************************************************************************/
/* VEREADORES E COMISSÕES                                                        */
/*********************************************************************************/

.vereador-listagem-box {
    padding: 15px;
    background-color: #132662;
    border-color: red;
    color: #fff;
}
.aba-inativa {
    padding: 20px;
}

.btn-composicao a {
    display: block;
    border: 1px solid #d6d6d6;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 3px solid #000;
    color: #000;
    line-height: 28px;
    display: block;
    background: #fff;
}

.btn-composicao a:hover, .btn-composicao a:focus {
    background-color: #b70704;
    border-color: #b70704;
    color: #fff;
}

.divisor {
    border-bottom: 3px solid #333;
    margin-top: 0;
}

.vereadores .ver {
    min-height: 230px;
    text-align: center;
}

@media (max-width: 768px) {
    .vereadores .ver {
        width: 100%;
        min-height: auto;
        text-align: center;
    }
}

/*********************************************************************************/
/* VEREADORES E COMISSÕES                                                        */
/*********************************************************************************/



/*********************************************************************************/
/* RODAPÉ                                                                        */
/*********************************************************************************/

.footer {
    background: #01524b;
    color: #333;
    width: 100%;
    display: inline-block;
    margin-top: 0;
    padding: 20px 0;
}

.footer-1 {
    color: #333;
    width: 100%;
    display: inline-block;
    margin-top: 0;
    padding: 20px 0;
    background: #F2CB13;
}

.info-footer {
    color: #ffffff;
    text-align: center;
    font-family: 'OpenSansRegular';
}

.info-footer > h3 {
    font-size: 22px;
}

.info-footer1 {
    color: #fff;
    text-align: left;
    font-family: 'OpenSansRegular';
    font-size: 18px;
}

.info-footer-2 {
    color: #003366;
    text-align: left;
    font-family: 'OpenSansRegular';
    font-size: 14px;
}

.copyright {
    color: #fff;
    text-align: center;
    height: 0px;
    background: #57bb90;
    padding: 18px 0 42px 0;
    border-top: 1px solid #ffffff;
}

.copyright-1 {
    color: #003366;
    text-align: center;
    height: 0px;
    background: #B99A0B;
    padding: 18px 0 42px 0;
    border-top: 1px solid #fff;
}

.copyright p {
    margin: 0;
}

.copyright-1 p {
    margin: 0;
}

/*********************************************************************************/
/* RODAPÉ                                                                        */
/*********************************************************************************/



/*Header*/
.titulo-pequisa {
    color: #132662 !important;
    font-size: 17px;
    font-weight: bold;
}

.header-siganos {
    color: #132662;
    margin-top: 50px;
    font-size: 17px;
    font-weight: bold;
}

.header-siganos-adm {

}
.header-siganos-webmail {
    color: #132662;
    margin-left: 10px;
}