* {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 13px;
}
table td:first-child{
    text-align:left;
}

div {
    border: 0px solid red;
}

h3 {
    font-weight: 400;
}

h1, h3 {
    text-transform: uppercase;
}

.conteudo_site h1 {
    text-align: left;
    color: #3b647b;
    padding: 25px 0px 0px 0px;
    text-transform: initial;
}
.chosen-container {
    width: 99% !important;
}
.separadorTitulo {
    display: block;
    height: 3px;
    opacity: 0.9;
    margin: 15px 0 35px 0px;
    width: 200px;
    background: #3b647b;
}

.table-striped tbody tr td a { font-size:13px !important;}

.tit_portal_transparencia {
    background: #3b647b;
}

.tit_portal_transparencia h1 {
    text-align: center;
    color: #fff;
    font-size: 60px;
    padding: 30px 0px;
}

.fundo_azul_claro {
    background: #e9eef1;
}

.icones_acesso h3 {
    color: #3b647b;
}

.icones_acesso .col-md-3 {
    text-align: center;
}

.icones_acesso .col-md-4 {
    text-align: center;
}

.icones_acesso .col-md-3 img {
    text-align: center;
}

.icones_acesso .col-md-4 img {
    text-align: center;
}

.icones_acesso div a {
    text-decoration: none;
}

.fundo_servicos div a, .esic div a {
    text-decoration: none;
}

.fundo_servicos h1 {
    color: #fff;
    text-align: center;
    padding-bottom: 30px;
}

.fundo_servicos h3 {
    color: #ffce00;
}

.fundo_servicos .col-md-5 {
    padding-bottom: 30px;
    height: 120px;
}

.fundo_servicos cite {
    color: #fff;
    font-size: 16px;
}

.margin_top {
    padding-top: 40px;
}

.margin_bottom {
    padding-bottom: 20px;
}

.nossos_numeros {
    background: #3b647b;
    color: #fff;
}

.nossos_numeros h3 {
    text-align: center;
    color: #fff;
}

.nossos_numeros h1 {
    text-align: center;
    color: #fff;
}

.nossos_numeros .fundo_valor {
    text-align: center;
    color: #fff;
    background: #33576a;
    font-size: 450%;
    width: 140px;
    margin: 0 auto;
}

.esic {
    background: #ffce00;
}

.cabecalho {
    padding-top: 20px;
}

.cabecalho > div > div {
    text-align: center;
}

/*.cabecalho img { width:188px; text-align:center }*/
.cabecalho ul {
    padding: 0px;
    margin: 0px;
    padding-top: 100px;
}
/*.cabecalho ul li:first-child { padding-left:0px;   }
        .cabecalho ul li:last-child { padding-right:0px;   }
*/
.cabecalho ul li {
    float: left;
    list-style-type: none;
    height: 100px;
    padding: 10px 13px;
}

.cabecalho ul li a {
    font-size: 16px;
    font-weight: 700;
    color: #363636;
}

li.ativo {
    background: #d9e7ec;
}

.separador {
    background: url(../../Content/images/separador.png) no-repeat top center;
}

.noticias img {
    width: 100%;
}

.noticias h3 {
    text-align: center;
    color: #3b647b;
}

.noticias h1 {
    text-align: center;
    color: #3b647b;
}

.noticias div {
    text-align: center;
}

.contato {
    background: #3b647b;
    color: #fff;
    vertical-align: middle;
}

.contato img {
    text-align: center;
    width: 26px;
}

.contato .row {
    margin-bottom: 10px !important;
}

.contato h1 {
    text-align: center;
}

.icon_menu_mobile {
    display: none;
    padding-top: 30px;
}


.fundo_menu {
    background: #3b647b;
}

fieldset {
    margin-bottom: 20px;
}

legend {
    padding: 5px 10px;
}

table thead th {
    text-align: center !important;
}

@media (max-width: 768px) {

    .menu_mobile {
        display: none;
    }



    .cabecalho ul {
        padding-top: 30px;
        background: #e9eef1;
        width: 100%;
        border-radius: 7px;
        z-index: 10;
    }

    .cabecalho ul li {
        float: none;
        height: initial;
    }

    .cabecalho > div > div {
        padding-bottom: 20px;
    }

    .cabecalho ul li a {
        color: #3b647b;
    }
}


input{
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 7px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #555555;
}

/*--------------RESPONSIVIDADE --------------------*/
@media only screen and (max-width: 490PX){

    div.divCarregando{

        width: 322px !important;
    }
    fieldset div.detalhamento  div{
        margin-top:15px;
    }
    .pageInativo {
        padding: 0 !important; 
    }

    .conteudo_site input {
        padding-top: 6px;
    }
    .col-xs-12 {
        margin-top: 8px;
        margin-bottom: 8px !important;
    }

    .separador {
        /*position: relative;
        top: -30px;*/
        width: 105%;
    }

    li{
        width: 100%;
    }
    .col-xs-12 .circulo_servicos{
        padding: 0 !important;
        margin-bottom: 0 !important;
    }
    .titulo_servicos h3{
        margin: 0 !important;
    }

    .col-lg-4 .titulo_servicos {
        margin: 0 0 42px 0 !important;
    }

    .fundo_banner {
        height: 350px;
        margin-bottom: 57px;
        background-size: 1249px;
        background-position-x: -626px;
        background-position-y: -266px;
    }
    .cabecalho {
        padding-bottom: 0; 
    }

    #retornoCabecalho img {
        min-width: 173px;
        position: relative;
        top: 24px;
    }
    .fundo_banner h1{
        padding-top:0;
        font-size: 28px;
        line-height: 1;
        text-shadow: -2px -1px 3px rgba(255, 255, 255, 0.38);

    } 
    .margin_top{
        padding-top:0;
    }
    /* .fundo_banner {
    background: url(../../Content/images/banner_cabecalho.png) no-repeat center center;
    height: 396px;
    }*/
    .tit_portal_transparencia h1{
        font-size:28px;
        text-align: left;
    }
    body 
    {
        overflow-x:hidden;
    }
    .icones_acesso .col-sm-6 {
        height: 100px;
    }
    .icones_acesso .col-sm-6 h3{
        font-size:10px;
        text-align: center;
    }
    .icones_acesso .col-sm-6 img{
        width: 50px;
    }
    .fundo_azul_claro {
        padding-top: 12px;
    }

    .servicos cite{
        display:none;
    }
    .col-lg-4 .titulo_servicos {
        margin:0;
        height: auto !important ;
    }
    .fundo_servicos h3 {
        margin: 14px 0 0 0;
    }
    .fundo_servicos {
        background: url(../../Content/images/fundo_servicos.png) no-repeat fixed center;
        margin-bottom: 16px;
    }


    .col-xs-12 .circulo_servicos {    
        width: 50px;
        height: 50px;
    }

    .col-xs-12 .circulo_servicos img {
        height: 30px;
        margin: 9px -4px;
        padding: 0;
    }
    #divContainerEsic img{
        padding-left:0 !important;
    }
    .row.texto_rodape p {
        font-size: 86%;
        line-height: 1.4;
    }

    div.logo-esic{
        text-align: center !important;
    } 
    .esic div , h3, cite, h1{
        text-align: center;
    }

    div.logo-abo{
        vertical-align: middle;
        display: table-cell;
        text-align:center;
    }
    .telefone {
        padding-bottom:15px;
    }

}





@media only screen and (max-width: 991px){
    .icon_menu_mobile{
        display:inline-block;
        padding:0 0 0 25%;

    }
    .icones_acesso .col-md-3 {
        text-align: center;
        height: 200px;
    }
    .fundo_servicos {
        background: url(../../Content/images/fundo_servicos.png) no-repeat fixed center;
    }


}

@media only screen and (max-width: 1400px){

    .col-lg-4 .titulo_servicos {
        margin:0;
    }
}
















/* Table Base */

table {
    /*     max-width: 100%; */
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: arial;

}

.table {
    border-bottom: #999999 solid 1px;
    width: 98% !important; 
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

.table th,
.table td {
    border-right: #ddd solid 1px;
    font-size: 14px;
    padding: 8px;
    line-height: 20px;
    /*text-align: center;*/
}


/*   .table thead th {
    font-weight: normal;
    font-size: 9px;
  } */



/* Small Sizes */

@media (max-width: 768px) {
    #formOcorrencia {

        min-height: 1626px !important;
    }



    #formOcorrencia fieldset{
        margin-top: 10% !important;
    }
    /* Responsive Table */

    .table-responsive {
        display: block;
        height:auto;

    }
    .table-responsive tbody{
        word-wrap: break-word;
        /*white-space: nowrap;*/
    }
    .menu_mobile {
        display: none;
    }


    .cabecalho ul {
        padding-top: 30px;
        background: #e9eef1;
        width: 100%;
        border-radius: 7px;
        z-index: 10;
    }

    .cabecalho ul li {
        float: none;
        height: initial;
    }

    .cabecalho > div > div {
        padding-bottom: 20px;
    }

    .cabecalho ul li a {
        color: #3b647b;
    }
}