
.box-ico {
    width: 45px;
    height: 44px;
    background: #1a7ab9;
    float: left;
    cursor: pointer
}
.menu_content{
    background: url('../images/pin.png');;
}

.box-ico i {
    color: #fff;
    font-size: 2em;
    line-height: 43px;
    margin-left: 3px
}

.ico-acessibilidade {
    width: 100%;
    float: left;
    padding: 10px 0px;
    font-size: 1.1em;
    border-bottom: 1px solid #ccc;
    cursor: pointer
}

.ico-acessibilidade i {
    font-size: 1.2em;
    margin-left: 10px
}

.acessibilidade {
    margin: 0 auto;
    width: 300px;
}

.acessibilidade li {
    float: left;
    margin-right: 10px
}

.acessibilidade li:nth-child(1) {
    padding-top: 5px
}

.acessibilidade li:nth-child(2),
.acessibilidade li:nth-child(3),
.acessibilidade li:nth-child(4), .acessibilidade li:nth-child(5) {
    border: 1px solid #888888;
    padding: 4px;
    border-radius: 3px
}

.acessibilidade li:nth-child(3) {
    padding: 4px 7px
}

.acessibilidade li:nth-child(7) {
    margin-right: 0;
    font-size: 8px;
    width: 30px;
    padding-top: 5px
}

.acessibilidade img {
    float: left;
    width: 30px
}


.box_edital{ width: 100px; float: left}
.edital{
    margin-bottom:30px;background: #888888; border-radius: 4px; width: 200px;padding: 10px; float: left; text-align: center;
}


.rede {
    width: 55%;
    margin: 5px auto;
    float: left;
}

.rede li {
    float: left;
    margin-right: 10px;
    font-size: 1.2em;
}

.rede li:nth-of-type(5) {
    margin-right: 0;
}

.acessibilidade {
    display: none;
    margin: 0 auto;
    width: 280px;
    height: 30px;
    color: white;
    position: relative
}

.acessibilidade ul {
    float: left;
    position: absolute
}

.acessibilidade li {
    float: left;
    margin-right: 10px;
}

.acessibilidade li:nth-child(1) {
    padding-top: 5px
}

.acessibilidade li:nth-child(2),
.acessibilidade li:nth-child(3),
.acessibilidade li:nth-child(4), .acessibilidade li:nth-child(5) {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 3px
}

.acessibilidade li:nth-child(3) {
    padding: 4px 7px
}

.formulario {
    width: 40%;
    float: right;
}

.formulario form input {
    border: none;
    width: 100%;
    float: left;
    border-radius: 2px;
    padding: 8px;
    font-size: 0.876em;
    background: #3A6C8D;
    color: #fff;
}

.logo {
    width: 60%;
    float: left;
}

.logo img {
    width: 230px
}

.iconmenu {
    width: auto;
    float: right;;
    margin-top: 12px;
    padding: 3px 8px;
}

.iconmenu i {
    font-size: 1.8em;
    color: #3C8256
}

.actives {
    background: #0F2E5D;
}


.menu {
    position: fixed;
    left: -100%;
    top: 0;
    width: 76%;
    height: 100%;
    min-width: 200px;
    max-width: 300px;
    background: #3A6C8D;
    z-index: 99;
    overflow: hidden;
    overflow-y: auto;
    box-shadow: 0 7px 10px #333
}

.menu ul {
    list-style: none;
    position: relative;
}

.menu ul li {
    float: left;
    width: 100%;
    padding: 15px;
    color: #fff;
    font-weight: normal;
    font-size: 0.867em;
    border-bottom: 1px solid #3C8256;
}

.menu li a {
    color: #fff;

}

.menu li:hover {
    color: #fff;
    background: #3C8256;
    cursor: pointer;

}

.menu ul ul {
    visibility: hidden;
    width: 100%;
    overflow: hidden;
    max-height: 0;
    transition: all .8s;
}

.menu ul li:hover ul {
    visibility: visible;
    height: auto;
    max-height: 200px;
    overflow: auto;
}

.action {
    background: #3C8256;
}

.menu ul ul li {
    float: none;
    width: 100%;
}


.menu ul ul li a {
    color: #fff
}

.menu ul ul li a:hover {
    color: #000;
}

.imagem-parintins {
    width: 100%;
    overflow: hidden;
    height: 380px;
    float: left;
}

.imagem-parintins img {
    width: 1400px;
    margin-left: 0px;
    margin-top: -20px;
}

.tit-mais-noticia {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.tit-mais-noticia h1 {
    width: 40%;
    background: #932424;
    color: #fff;
    text-align: center;
    padding: 10px;
    float: left;
    font-weight: bold;
}

.tit-mais-noticia h1 small {
    font-size: 1em;
    color: white;
    font-weight: 300;

}

.tit-mais-noticia .acao-do-dia {
    width: 100%;
    background: #D8504A;
    float: left;
}

.tit-mais-noticia .acao-do-dia .item {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding: 0 10px;
}

.tit-mais-noticia .acao-do-dia .item h2 {
    color: #fff;
    text-align: left;
    float: left;
    font-size: 0.876em;
}

.slide {
    position: relative;
    background: #000
}

.slide_item {
    display: none;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    height: 340px
}

.slide_item.first {
    display: block
}

.slide_item a img {
    float: left;
    width: 500px;
    margin-left: -70px
}

.slide_nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -50px;
    color: #000;
    font-size: 1.2em
}

.slide_nav_item {
    position: absolute;
    padding: 15px 18px;
    z-index: 88;
    cursor: pointer;
}

.slide_nav_item i {
    color: #fff;
    font-size: 1.6em;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.6)
}

.slide_nav_item i:hover {
    color: #FFCE09;
}

.slide_nav_item.b {
    left: 10px
}

.slide_nav_item.g {
    right: 10px
}


.slide_item_desc {
    position: absolute;
    width: 100%;
    padding: 10px;
    bottom: 0;
    background: #3EA3FF
}

.slide_item_desc h1 {
    font-size: 1em !important;
    color: #fff;
    font-weight: 400
}

.slide_item_desc h1:hover {
    color: #ccc
}

.slide_pager {
    position: absolute;
    top: 10px;
    right: 35px;
}

.slide_pager span {
    border: 3px solid #fff;
    padding: 5px;
    border-radius: 50%;
    color: #fff;
    font-size: 0;
    cursor: pointer
}

.slide_pager span:hover {
    border: 3px solid #FFCE09;
}

.slide_pager .act {
    border: 3px solid #FFCE09;
}

.ultimas-noticias {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.ultimas-noticias > h1 {
    text-transform: uppercase;
    font-size: 1.3em;
    color: #3C8256;
    font-weight: bold;
    margin-bottom: 20px
}

.box-ultima {
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
}

.box-ultima a h1 {
    text-transform: uppercase;
    font-size: 0.776em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

.box-ultima p {
    color: #666;
    font-weight: 300;
}

.banner img {
    width: 100%
}

.icones {
    width: 100%;
    float: left;
    text-align: center;
    background: #D8504A;
    border-radius: 20px;
    padding: 20px 0;
}
.linkIcones {
    width: 100%;float: left;
    margin-bottom: 1%;
}
.icones .img {
    margin: 0 auto;
    width: 67px
}

.icones h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    font-size: 0.887em;
}

.icones p {
    font-size: 0.876em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff
}

.icones:hover {
    background: #872E29
}

.icones i {
    font-size: 3.5em
}


section#galeria {
    background: #fff;
    width: 380px;
    display: block;
    overflow: hidden;
    margin: 10px auto;
    position: relative;
}

section#galeria section#buttons {
    /*display: none;*/
    position: absolute;
    margin: 5px;
    z-index: 500;
}

section#galeria section#buttons a {
    background: #333;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font: bold 22pt Arial;
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
}

section#galeria section#buttons a:hover {
    background: #555;
}

section#galeria ul {
    list-style: none;
    display: table;
    position: relative;
    width: 99999%;
}

section#galeria ul li {
    width: 380px;
    display: inline-block;
    position: relative;
}

section#galeria ul li img {
    width: 100%;
}

section#galeria ul li span {
    background: #333;
    width: 100%;
    display: table;
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 10px;
}

.box-social {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.box-social h1 {
    font-size: 1.2em;
    color: #13427B;
    width: 100%;
    margin-bottom: 5px;
}

.box-social i {
    font-size: 1.3em
}

.main_nav {
    margin: 20px 0;
    width: 100%;
    float: left
}

.main_nav h1 {
    font-size: 1.8em;
    color: #3A6C8D;
    font-weight: 700
}

.main_nav li {
    padding: 5px 0;
}

.main_nav li a {
    font-weight: bold;
    color: #000;
}

.main_nav li a:hover {
    color: #3A6C8D
}

.rodape {
    width: 100%;
    margin: 10px auto
}

.rodape .log {
    width: 300px;
    margin: 0 auto
}

.rodape .log img {
    width: 100%
}

.rodape p {
    text-align: center
}

.box-outras {
    width: 100%;
    float: left;
    height: 195px;
    background: #275476;
    margin-top: 33px;
    position: relative
}

.box-outras h1 {
    background: #FFFA00;
    position: absolute;
    width: auto;
    padding: 10px;
    margin-left: 10px;
    margin-top: -20px
}


.insta {
    width: 100%;
    text-align: center;
    margin-top: 50px
}

.insta i {
    font-size: 3em
}


.texto img {
    width: 100%;
    float: left;
    background: #f2f2f2;
    padding: 10px
}

.texto h1 {
    font-size: 2.8em;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-weight: 900
}

.texto h2 {
    font-weight: 300;
    font-size: 1.5em;
    line-height: 25px;
    width: 100%;
    display: block;
    color: #555;
    margin-bottom: 20px
}

.texto > i {
    font-size: 0.876em;
    font-weight: 300;
    width: 100%;
    display: block;
    color: #555;
    font-style: italic;
    margin-bottom: 20px;
    padding: 5px 0
}

.texto > span {
    font-size: 0.876em;
    font-weight: 100;
    width: 100%;
    display: block;
    color: #555;
    margin-bottom: 10px;
    margin-top: 20px;
    float: left
}

.texto p {
    line-height: 28px;
    font-size: 1.2em;
    color: #555
}

.texto a{ color:#1bb1e3 }
.texto a:hover{ color:#3B8504 }

.socialshare {
    margin-bottom: 20px;
    float: left;
    width: 100%
}

.socialshare li {
    width: 25%;
    float: left;
}

.facebook {
    background: #5B74A9;
}

.twitter {
    background: #059FF5
}

.whatsapp {
    background: #31C21C
}

.mail {
    background: #D94D32
}

.social {
    width: 50px;
    margin: 0 auto;
}

.facebook a, .twitter a, .whatsapp a, .mail a {
    width: 100%;
    float: left;
    padding: 10px
}

.facebook a i, .twitter a i, .whatsapp a i, .mail a i {
    color: #fff;
    font-size: 1em;
    width: 25%;
    margin-right: 10px;
    float: left
}

.facebook a span, .twitter a span, .mail a span {
    color: #fff;
    font-size: 1em;
    width: 25%;
    float: left
}

.whatsapp a i, .mail a i {
    margin-left: 20px
}

.texto-imagem {
    width: 100%;
    float: left;
    background: #f2f2f2;
    padding: 10px
}

.texto-social {
    width: 100%;
    float: left
}

.box-lista {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px
}

.lista-noticia {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    padding: 10px
}

.lista-noticia span {
    float: left;;
    margin-right: 10px;
    font-size: 0.676em;
    background: #888;
    padding: 5px;
    border-radius: 5px;
    color: white
}

.lista-noticia p {
    float: left;
    color: black
}

.paginator {
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    font-size: 1em;
    float: none;
    width: 100%;
    float: left
}

.paginator a {
    color: #666;
    text-decoration: none;
    padding: 3px 6px;
}

.paginator span {
    color: #fff;
    padding: 5px 10px;
    background: rgba(220, 220, 220, 1.00);
    border-radius: 50%;
    font-weight: 900
}

.paginator .active {
    background: #31C21C
}

.paginator a:hover {
    color: #13427B
}


.biografia {
    padding: 5px;
    border: 1px solid #ccc;
    background: white;
}

.tit {
    width: 100%;
    float: left;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 5px;
    margin-bottom: 20px
}

.menu_top {
    position: fixed;
    z-index: 1000;
    background: white;
    box-shadow: none;
}

.box-banner-efeito {
    margin-top: 87px
}

.box-lista-licitacao {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    float: left;
    margin-bottom: 20px;
}

.box-lista-licitacao h1 {
    color: #3C8256;
    font-weight: 900
}

.box-lista-licitacao p {
    color: #636363;
    width: 100%;
    float: left;
    margin-top: 15px
}

.box-lista-licitacao h2 {
    color: #333;
    font-weight: 900;
    font-size: 1em;
    margin-top: 15px;
    float: left
}

.box-tit-dowload {
    width: 100%;
    float: left;
    border: 1px solid #636363;;
    border-radius: 5px;
    margin-top: 20px;
    padding-bottom: 15px;
}

.box-tit-dowload h1 {
    background: #636363;;
    padding: 7px;
    color: #fff;
    font-size: 1em
}

.box-tit-dowload p {
    color: #636363;
    padding: 5px 10px;
}

.box-tit-dowload p:nth-child(3) {
    line-height: 40px;
}

.box-tit-dowload p span {
    color: #fff;
    font-weight: 900;
    background: #D53230;
    padding: 8px;
    border-radius: 5px;
}

.box-tit-dowload p span:hover {
    cursor: pointer;
    background: #FC3737
}

.box-dados-licitacao {
    width: 100%;
    float: left;
    border: 1px solid #636363;;
    border-radius: 5px;
    margin-top: 20px;
}

.box-dados {
    width: 100%;
    float: left;
    border-bottom: 1px solid #636363;
    padding: 3px 10px
}

.box-dados p {
    color: #636363;
    padding: 5px 10px
}

.box-dados p span {
    font-weight: 900
}

.box-dados:nth-child(8) {
    border-bottom: none
}

.box-dados-licitacao h1 {
    width: 100%;
    background: #636363;
    padding: 7px;
    color: white;
    font-weight: 900;
}

table.linhasAlternadas {
    border-collapse: collapse; /* CSS2 */
    width: 100%;;
    margin-top: 20px;
    float: left;
    border: 1px solid #636363;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;;
    margin-bottom: 20px;
}

table.linhasAlternadas thead tr th {
    padding: 10px;
    border-bottom: 1px solid #636363;
    border-top: 1px solid #636363;
    font-weight: 900;
}

table.linhasAlternadas tr:nth-child(even) /* CSS3 */
{
    background: #f5f5f5;
}

table.linhasAlternadas tbody tr td {
    padding: 10px;
    border-bottom: 1px solid #636363;
    border-top: 1px solid #636363;
    color: #636363;
    font-size: 0.876em;
}

.box-contato .form {
    background-color: #f5f5f5;
    background-image: none;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    font-size: 13px;
    height: 32px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.box-contato input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.box-contato button, select {
    text-transform: none;
}

.box-contato button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.box-contato form label {
    margin-bottom: 20px;
    display: block;
    font-size: 1em;
    line-height: 20px
}

.box-contato form label #mensagem {
    height: 100px
}
.alert {
    border: 1px solid transparent;
    border-radius: 2px;
    margin-bottom: 18px;
    padding: 15px; font-size: 12px
}
.alert.alert-info {
    background: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}
.alert.alert-alert {
    background: #f9f1c7;
    border-color: #f6deac;
    color: #af8640;
}
.alert.alert-danger {
    background: #f2dede;
    border-color: #ebccd1;
    color: #b94a48;
}
.form-group:nth-child(7){ width: 100%; background:#ccc; padding: 10px; border-radius: 5px; font-size: 16px; font-weight: bold}
.form-group:nth-child(18){ width: 100%; background:#ccc; padding: 10px; border-radius: 5px; font-size: 16px; font-weight: bold}


.box_form {
    width: 50%;
    margin: 0 auto
}

.box_form .form {
    background-color: #f5f5f5;
    background-image: none;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    font-size: 13px;
    height: 32px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.box_form input, .box_form button, .box_form select, .box_form textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.box_form button, .box_form select {
    text-transform: none;
}

.box_form button, .box_form input, .box_form optgroup, .box_form select, .box_form textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.box_form form label {
    margin-bottom: 20px;
    display: block;
    font-size: 0.876em;
    font-weight: 100;
    line-height: 20px
}

.box_form form label #mensagem {
    height: 100px
}

.box_form .spin {
    display: none
}
