@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i|Ubuntu:300,300i,400,400i,500,500i,700,700i');
@import url("../font-awesome/css/font-awesome.min.css");
body {
    background: #FFF;
    font-family: 'Ubuntu',sans-serif;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin: 0;
}
.nopading {
    padding: 0;
}
.nopadding-left {
    padding-left: 0;
}
.nopadding-right {
    padding-right: 0;
}
/* TABELA */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 15px;
}
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    font-size: 15px;
    text-transform: uppercase;
}
/* TABELA */
/*
Barra acessibilidade
---------------------------*/
.barra-acessibilidade {
    width: 100%;
    float: left;
    padding: 31px 0;
    background: #307CCA;
    display: none;
}
.barra-acessibilidade .nome {
    width: auto;
    float: left;
    font-family: 'Ubuntu',sans-serif;
    font-size: 25px;
    color: #FFF;
    margin: 1px 60px 0 0;
}
.barra-acessibilidade .nome .icone {
    width: auto;
    float: left;
    margin: 0 12px 0 0;
}
.barra-acessibilidade .fontes {
    width: auto;
    float: left;
}
.barra-acessibilidade .fontes .alterar {
    width: 40px;
    height: 40px;
    padding: 9px 0 0 0;
    float: left;
    margin: 0 9px 0 0;
    box-shadow: inset 0px 0px 0px 2px #FFF;
    border-radius: 100px;
    text-align: center;
    font-size: 15px;
    color: #FFF;
    cursor: pointer;
    transition: 0.2s;
}
.barra-acessibilidade .fontes .alterar:hover {
    background: #FFF;
    color: #307CCA;
    transition: 0.2s;
}
.barra-acessibilidade .contraste {
    width: auto;
    float: left;
}
.barra-acessibilidade .texto {
    width: auto;
    float: left;
}
.barra-acessibilidade .texto .alterar {
    font-size: 14px;
    color: #fff;
    margin: 30px 0 0 0;
}
.barra-acessibilidade .texto .alterar .link {
    background: #2D4585;
    cursor: pointer;
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    margin-right: 10px;
}
.barra-acessibilidade .texto .alterar a {
    color: #fff;
}
.barra-acessibilidade .texto .alterar a:hover {
    color: #fff;
}
.barra-acessibilidade .contraste .alterar {
    width: auto;
    height: 40px;
    padding: 9px 22px 0 22px;
    float: left;
    margin: 0 9px 0 20px;
    box-shadow: inset 0px 0px 0px 2px #FFF;
    border-radius: 100px;
    text-align: center;
    font-size: 15px;
    color: #FFF;
    cursor: pointer;
    transition: 0.2s;
}
.barra-acessibilidade .contraste .alterar:hover {
    background: #FFF;
    color: #307CCA;
    transition: 0.2s;
}
.barra-acessibilidade .btn-externo {
    width: auto;
    height: 40px;
    padding: 9px 20px 0 20px;
    float: left;
    margin: 0 9px 0 20px;
    border-radius: 100px;
    text-align: center;
    font-size: 15px;
    color: #FFF;
    cursor: pointer;
    transition: 0.2s;
    background: rgba(0, 0, 0, 0.23);
    transition: 0.2s;
}
.barra-acessibilidade .btn-externo:hover {
    background: rgba(0, 0, 0, 0.33);
    transition: 0.2s;
}
/* INPUT */
input[type=text], select, textarea {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    padding: 15px 25px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 100px;
    color: #414141;
    transition: 0.2s;
}
textarea {
    max-width: 100%;
    min-width: 100%;
    min-height: 180px;
    border-radius: 10px;
    height: 180px;
}
input[type=text]:focus, select:focus, textarea:focus {
    outline: 0;
    border: 1px solid rgba(0,0,0,0.18);
    transition: 0.2s;
}
.botao {
    width: auto;
    float: left;
    padding: 15px 25px;
    margin: 10px 0 0 0;
    border: 0;
    background: #95282c;
    border-radius: 100px;
    font-size: 16px;
    color: #FFF;
    font-weight: 300;
}
/* INPUT */
.breadcrumb {
    width: 100%;
    float: left;
    margin: 0;
    font-family: 'Ubuntu',sans-serif;
    padding: 0;
    background: none;
    border-radius: 4px;
    font-size: 14px;
    border-bottom: none;
}
.breadcrumb > .active {
    color: #999;
}
.breadcrumb > li a {
    color: #555;
}
.topo {
    width: 100%;
    float: left;
}
.topo .informacoes {
    width: 100%;
    float: left;
    padding: 16px 0;
    background: #d6d6d6;
    font-family: 'Ubuntu',sans-serif;
    font-size: 14px;
    color: #414141;
    text-transform: uppercase;
}
.topo .informacoes ul {
    margin: 0;
    padding: 0;
}
.topo .informacoes ul li {
    width: auto;
    float: left;
    margin: 8px 32px 0 0;
    list-style: none;
    cursor: pointer;
}
.topo .informacoes ul li a {
    color: #414141;
    text-decoration: none;
}
.topo .informacoes .pesquisar {
    width: 215px;
    height: 40px;
    float: right;
    padding: 10px 20px;
    background: #FFF;
    border-radius: 100px;
}
.topo .informacoes .pesquisar input[type=text], select {
    width: 130px;
    float: left;
    padding: 0;
    border: 0;
}
.topo .informacoes .pesquisar button {
    float: right;
    font-size: 13px;
    color: #414141;
    background: none;
    border: none;
}
.topo .informacoes .pesquisar button:focus {
    outline: 0;
}
.topo .informacoes .pesquisar input[type=text]:focus {
    outline: 0;
}
.topo .barra {
    width: 100%;
    float: left;
    padding: 30px 0;
}
.slide {
    width: 100%;
    float: left;
    margin: 0;
}
.slide .tela {
    width: 100%;
    height: 657px;
    float: left;
}
/* MENU */
.topo .menu {
    width: 100%;
    float: left;
    background: #313131;
}
.navbar-default {
    width: auto;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}
.navbar-collapse {
    padding: 0;
}
.navbar-nav > li > a {
    padding-top: 38px;
    padding-bottom: 38px;
}
.navbar-default .navbar-nav > li > a {
    color: #d0d0d0;
    font-family: 'Ubuntu',sans-serif;
    font-size: 15px;
    transition: 0.2s;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background: none;
    color: #FFF;
    box-shadow: inset 0px -5px 0px 0px #c01f25;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #FFF;
    background: none;
}
/* Dropdown menu */
.dropdown-menu {
    text-transform: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 8px 10px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: none;
    border-radius: 0 0 3px 3px;
    border: none;
}
.dropdown-menu > li > a {
    padding: 8px 14px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color:#555;
    font-family: 'Ubuntu',sans-serif;
    padding-top: 9px;
    padding-bottom: 9px;
    transition: 0.2s;
    font-size: 14px;
    border-radius: 3px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #555;
    background:rgba(0,0,0,0.1);
    transition: 0.2s;
}
/* MENU */
.anuncio {
    width: 100%;
    float: left;
    padding: 52px 0;
    background: #313131;
}
.anuncio h4 {
    width: auto;
    float: left;
    margin: 15px 0 0 0;
    font-family: 'Ubuntu',sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #FFF;
}
.anuncio .botao {
    width: auto;
    float: right;
    margin: 0;
    padding: 16px 32px;
    background: #3f3f3f;
    font-family: 'Ubuntu',sans-serif;
    font-size: 17px;
    color: #FFF;
    border-radius: 100px;
    transition: 0.2s;
    cursor: pointer;
}
.anuncio .botao:hover {
    transition: 0.2s;
    background: #484848
}
.barra {
    width: 100%;
    float: left;
}
.barra .base {
    width: 100%;
    float: left;
    padding: 85px 0;
}
.barra .vermelho {
    background: #95282c;
}
.barra .cinza {
    background: #e9e9e9;
}
.logo .marca {
    width: 125px;
    height: 161px;
    float: left;
    margin: -3px 30px 0 0;
    display: table-cell;
}
.logo .descricao {
    width: 270px;
    float: left;
    margin: 60px 0 0 0;
    color: #414141;
    font-size: 11px;
    display: table-cell;
}
.barra .busca {
    width: 100%;
    float: left;
}
.barra .busca h3 {
    font-size: 19px;
    font-weight: 300;
    color: #414141;
}
.barra .busca p {
    margin: 17px 0;
    font-size: 11px;
    color: #878787;
}
.barra .busca input[type=text], .barra .busca input[type=password], .barra .busca select {
    width: 100%;
    float: left;
    padding: 15px 25px;
    background: #FFF;
    border: 1px solid #e5e5e5;
    border-radius: 100px;
    font-size: 14px;
    color: #414141;
    display: table-cell;
}
.barra .busca input[type=text]:focus, .barra .busca input[type=password]:focus, .barra .busca select:focus {
    outline: 0;
}
.barra .botao {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0;
    padding: 13px 0 0 0;
    background: #c01f25;
    border-radius: 100px;
    transition: 0.2s;
    color: #FFF;
    text-align: center;
    cursor: pointer;
}
.barra .botao:hover {
    transition: 0.2s;
    background: #ad1f25;
}
.titulo {
    width: 100%;
    float: left;
    margin: 0 0 90px 0;
}
.titulo::before {
    content: "";
    width: 70px;
    height: 2px;
    left: 15px;
    top: 70px;
    position: absolute;
    background: #c01f25;
}
.titulo h3 {
    font-family: 'Ubuntu',sans-serif;
    font-size: 25px;
    color: #414141;
    font-weight: 300;
}
.noticias, .cursos {
    width: 100%;
    float: left;
}
.noticias a, cursos a {
    text-decoration: none;
}
.noticias .imagem, .cursos .imagem {
    width: 100%;
    height: 150px;
    float: left;
    margin: 0 0 33px 0;
}
.noticias h4, .cursos h4 {
    width: 100%;
    float: left;
    font-family: 'Ubuntu',sans-serif;
    font-size: 19px;
    color: #414141;
    margin: 0 0 16px 0;
    line-height: 1.2em;
}
.noticias h5, .cursos h5 {
    font-family: 'Ubuntu',sans-serif;
    color: #333;
    font-size: 13px;
    color: #b0b0b0;
    font-weight: 300;
}
.noticias p, .cursos p {
    margin: 30px 0;
    font-family: 'Ubuntu',sans-serif;
    color: #c01f25;
    font-weight: 500;
    font-size: 15px;
}
.noticias .divide {
    width: 100%;
    height: 1px;
    float: left;
    background: rgba(0,0,0,0.1);
}
.noticias .outras, .cursos .outras {
    width: 100%;
    float: left;
    margin: 25px 0 0 0;
    font-family: 'Ubuntu',sans-serif;
    font-size: 14px;
    color: #333;
}
.noticias .leitura {
    width: 100%;
    float: left;
    text-align: justify;
}
.noticias .detalhes {
    width: 100%;
    float: left;
    margin: 0 0 25px 0;
    padding: 16px;
    background: rgba(0,0,0,0.07);
}
.noticias .mais .lista {
    width: 100%;
    float: left;
    margin: 0 0 25px 0;
}
.noticias .mais .imagem {
    width: 100%;
    height: 60px;
    float: left;
    margin: 0;
}
.noticias .mais h4 {
    color: #414141;
    font-size: 13px;
}
.noticias .mais p {
    margin: 10px 0 0 0;
    font-size: 11px;
    color: #b0b0b0;
}
.cursos h4 {
    font-size: 17px;
}
.cursos .divide {
    margin: 20px 0;
}
.reunioes {
    width: 100%;
    float: left;
}
.reunioes .bloco {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}
.reunioes .divide {
    width: 100%;
    height: 1px;
    float: left;
    margin: 15px 0 20px 0;
    background: #e9e9e9;
}
.reunioes .bloco h4 {
    font-size: 14px;
    color: #414141;
    font-weight: 500;
}
.reunioes .bloco p {
    margin: 10px 0 0 0;
    color: #9e9d9d;
    font-size: 13px;
}
.reunioes .bloco p .data {
    color: #c01f25;
}
.aniversariantes {
    width: 100%;
    float: left;
}
.aniversariantes .bloco {
    width: 100%;
    float: left;
    text-align: center;
}
.aniversariantes .bloco .foto {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 100px;
}
.aniversariantes .bloco h4 {
    font-size: 21px;
    color: #414141;
    font-weight: 400;
    margin: 25px 0;
    min-height: 48px;
}
.aniversariantes .bloco h5 {
    font-size: 12px;
    color: #8f8f8e;
    font-weight: 300;
    padding: 0 60px;
}
.aniversariantes .bloco .restante {
    width: 125px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 13px 16px;
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
}
.aniversariantes .bloco .vermelho {
    background: #c01f25;
}
.aniversariantes .bloco .cinza {
    background: #6e6e6e;
}

/* PÁGINAS */
.pagina-header {
    width: 100%;
    float: left;
    background: #95282c;
}
.pagina-header .base {
    width: 100%;
    float: left;
    padding: 60px 0;
}
.pagina-header h1 {
    font-size: 25px;
    font-weight: 300;
    color: #FFF;
}
.pagina-header p {
    margin: 8px 0 0 0;
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    font-weight: 300;
}
.pagina-breadcrumb {
    width: 100%;
    float: left;
    margin: 0 0 70px;
    padding: 18px 0;
    border: none;
    background: rgba(0,0,0,0.07);
    text-transform: uppercase;
}
.pagina {
    width: 100%;
    float: left;
    margin: 0 0 70px 0;
}
.pagina .navegacao {
    width: 100%;
    float: left;
    margin: 0;
}
.pagina .navegacao ul {
    margin: 0;
    padding: 0;
}
.pagina .navegacao ul li {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0 0 10px 0;
    padding: 15px 20px;
    background: rgba(0,0,0,0.07);
    transition: 0.2s;
    color: #414141;
    border: 0;
    cursor: pointer;
}
.pagina .navegacao ul li:hover {
    color: #FFF;
    background: #95282c;
    transition: 0.2s;
}
.links .bloco {
    width: 100%;
    float: left;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}
.links .bloco h4 {
    font-weight: 400;
    font-size: 20px;
    color: #95282c;
}
.links .bloco p {
    margin: 10px 0 0 0;
    color: #414141;
}
.videos iframe {
    margin: 0 0 20px 0;
}
.filtro .buscapagina {
    width: 100%;
    float: left;
    margin: 0 0 35px 0;
}
.filtro .buscapagina .informacao {
    width: 100%;
    float: left;
    padding: 20px 30px;
    background: rgba(0,0,0,0.1);
}
.filtro .buscapagina input[type=text], .filtro .buscapagina select {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
    padding: 20px 25px;
    background: rgba(0,0,0,0.08);
    font-size: 15px;
    border: 0;
    border-radius: 0;
}
.filtro .buscapagina input[type=text]:focus, .filtro .buscapagina select:focus {
    border: 0;
}
.filtro .buscapagina .informacao .icone {
    float: left;
    margin: 0 25px 0 0;
    display: table-cell;
    font-size: 40px;
}
.filtro .buscapagina .texto .informacao {
    width: auto;
    float: left;
    margin: 7px 0 0 0;
    display: table-cell;
}
.biblioteca ul {
    margin: 0;
    padding: 0;
}
.biblioteca ul li {
    width: 100%;
    list-style: none;
    float: left;
    padding: 15px;
    border: 1px solid #eee;
}
.contato .informacoes img {
    width: 100%;
    margin: 0 0 15px 0;
}
.contato .informacoes .funcionamento {
    width: auto;
    float: left;
    padding: 6px 10px;
    border-radius: 4px;
    color: #FFF;
    font-size: 12px;
}
.contato .informacoes .aberto {
    background: #4caf50;
}
.contato .informacoes ul {
    margin: 0;
    padding: 0;
}
.contato .informacoes ul li {
    width: 100%;
    float: left;
    list-style: none;
    padding: 16px 0;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.contato .informacoes ul li i {
    margin: 0 10px 0 0;
}
.associados {
    width: 100%;
    float: left;
}
.associados .bloco {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    padding: 30px;
    background: rgba(0,0,0,0.08);
    transition: 0.2s;
    cursor: pointer;
}
.associados .bloco {
    color: #414141;
}
.associados .bloco:hover {
    transition: 0.2s;
    background: #95282c;
    color: #FFF;
}
.associados .bloco .foto {
    width: 60px;
    height: 60px;
    float: left;
    margin: 0 15px 0 0;
    border-radius: 100px;
}
.associados .bloco h4 {
    font-size: 19px;
    font-weight: 500;
    height: 35px;
}
.associados .bloco p {
    margin: 10px 0 0 0;
    font-size: 13px;
}
.associados .detalhes .foto {
    width: 110px;
    height: 110px;
    float: left;
    margin: 0 40px 30px 0;
    border-radius: 100px;
    display: table-cell;
}
.associados .detalhes {
    width: 100%;
    float: left;
    margin: 0 0 50px 0;
}
.associados .detalhes .principal {
    width: auto;
    float: left;
    display: table-cell;
}
.associados .detalhes .principal h2 {
    margin: 17px 0 0 0;
    font-size: 30px;
}
.associados .detalhes .principal p {
    margin: 10px 0 0 0;
    font-size: 14px;
}
.associados .detalhes ul {
    margin: 0;
    padding: 0;
}
.associados .detalhes ul li {
    width: 100%;
    float: left;
    list-style: none;
    padding: 16px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.associados .arquivos .bloco {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    padding: 10px;
    background: rgba(0,0,0,0.07);
}
.associados .arquivos .bloco:hover {
    transition: 0.2s;
    background: #95282c;
}
.associados .arquivos .bloco i {
    margin: 0 10px 0 0;
}
.galeria {
    width: 100%;
    float: left;
}
.galeria .bloco {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}
.galeria .bloco .imagem {
    width: 100%;
    height: 130px;
    float: left;
}
.galeria .bloco .nome {
    width: 100%;
    float: left;
    padding: 16px;
    background: rgba(0,0,0,0.1)
}
.galeria .bloco .nome h4 {
    font-size: 17px;
    font-weight: 400;
}
.galeria .bloco .nome p {
    margin: 10px 0 0 0;
    font-size: 12px;
}
/* PÁGINAS */

/* RODAPÉ */
footer {
    width: 100%;
    float: left;
    background: #313131;
    padding: 85px 0 0 0;
}
footer .logo {
    margin: 50px 0 0 0;
}
footer .bloco {
    width: 100%;
    float: left;
}
footer .bloco h3 {
    margin: 0 0 40px 0;
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
}
footer .bloco ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
footer .bloco ul li {
    width: 100%;
    float: left;
    margin: 0 0 7px 0;
    list-style: none;
    color: #a7a7a7;
    font-size: 14px;
}
footer .bloco ul li i {
    margin: 0 10px 0 0;
    color: #c01f25;
}
footer .bloco .sociais {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
}
footer .bloco .sociais .botao {
    width: 45px;
    height: 45px;
    float: left;
    padding: 10px 0 0 0;
    margin: 0 15px 0 0;
    background: #3f3f3f;
    border-radius: 100px;
    text-align: center;
    color: #bababa;
    font-size: 17px;
    cursor: pointer;
    transition: 0.2s;
}
footer .bloco .sociais .botao:hover {
    transition: 0.2s;
    background: #484848;
}
footer .noticia {
    width: 100%;
    float: left;
}
footer .noticia .lista {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
}
footer .noticia .imagem {
    width: 100%;
    height: 60px;
    float: left;
}
footer .noticia h4 {
    color: #FFF;
    font-size: 13px;
}
footer .noticia p {
    margin: 10px 0 0 0;
    font-size: 11px;
    color: rgba(500,500,500,0.5);
}
.copyrights {
    width: 100%;
    float: left;
    margin: 85px 0 0 0;
    border-top: 1px solid #3c3c3c;
    padding: 55px 0;
    color: #FFF;
    font-weight: 300;
}
.copyrights .mediasystems {
    width: auto;
    float: right;
    color: #999;
    font-size: 15px;
}
.copyrights .mediasystems .laranja {
    color: #FFF;
}
.copyrights .mediasystems img {
    margin: 0 0 0 20px;
}
@media (max-width: 767px) {
    .box-home {
        float: left;
        margin: 0 0 30px 0;
    }
    .topo .informacoes .pesquisar {
        width: 100%;
    }   
    .topo .informacoes ul li {
        width: 50%;
        margin: 0;
        text-align: center;
        display: none;
    }
    .nopadding-left {
        padding-left: 15px;
    }
    .nopadding-right {
        padding-right: 15px;
    }
    .nopading {
        padding-left: 15px;
        padding-right: 15px;
    }
    .topo .barra {
        padding: 30px 0;
    }
    .barra .botao {
        width: 100%;
    }
    .titulo::before {
        display: none;
    }
    .noticia .lista {
        text-align: left;
    }
    footer {
        text-align: center;
    }
    footer .bloco {
        margin: 20px 0;
    }
    .copyrights .mediasystems {
        width: 100%;
    }
    .logo .marca {
        width: 40px;
        height: auto;
    }
    .logo .marca img {
        width: 100%;
        margin: 10px 0 0 0;
    }
    .slide .tela {
        height: 300px;
    }
    .barra .base {
        padding: 40px 0;
    }
    .pagina-header .base {
        padding: 40px 0;
    }
    .titulo {
        margin: 0 0 30px 0;
    }
    .anuncio {
        padding: 30px 0;
        text-align: center;
    }
    .anuncio h4 {
        width: 100%;
    }
    .anuncio .botao {
        width: 100%;
        text-align: center;
        margin: 25px 0 0 0;
    }
    .box {
        width: 100%;
        float: left;
        margin: 0 0 60px 0;
    }
    /*Menu navbar*/
    .navbar {
        width: 100%;
        float: left;
        min-height: 0;
    }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        background: none;
        box-shadow: none;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #FFF;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color:#FFF;
    }
    .navbar-nav {
        margin: 7.5px 0px;
    }
    .nav > li > a {
        padding: 10px 15px;
    }
    .navbar-default .navbar-nav > li > a {
        border: none;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background: #FFF;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: none;
    }
    .navbar-header {
        height: auto;
        margin: 0;
        padding:10px 0;
    }
    .navbar-toggle {
        margin-right: -6px;
        margin-bottom:0px;
        top: 9px;
        right: 0;
        border: none;
        padding: 0 10px; 
    }
    .navbar-toggle:hover {
        background: none;
    }
}

/* Adicionado na programação*/

ul .list{
    cursor: pointer;
}

ul .list li:hover{
    border-color:#21a5c6;     
}

.listagem-categoria{
    border: #6e6e6e solid thin;
    padding: 10px;
    list-style: none;
}

.listagem-categoria:hover{
    color:white;
    background:#95282c;
    border-color: #95282c !important;
}

.categoria-documento{
    padding-top: 35%;
}

ul li{
    list-style: none;
}

ul .list-link{
    width: 40% !important;
}

.links{
    padding:15px 10px 5px;
    margin: 8px;
    border: solid #555 thin;
}

.links a{
    color: #313131;
}

.links a:hover{
    color: white !important;
}

.links:hover{
    color: white;
    background: #95282C;
}

a{
    text-decoration:none !important;
}

.item a{
    color:#333;
}

.sociais a{
    color:white;
}

.eventos {
    width: 100%;
    float: left;
    min-height: 300px;
}
.eventos ul {
    margin: 0;
    padding: 0;
}
.eventos ul li {
    width: 100%;
    padding: 14px 15px 0 29px;
    height: 65px;
    color: #666;
    font-size: 16px;
    list-style: none;
    background: #efefef;
    margin: 0 0 0 0;
    line-height: 1.3em;
    transition: 0.2s;
    cursor: pointer;
    border-bottom: 1px solid #CCC;
}
.eventos ul li:hover {
    background: rgba(221, 221, 221, 0.72);
    transition: 0.2s;
}
.eventos ul li h2 {
    margin: 10px 0 0 0;
    font-size: 18px;
    color: #585862;
    font-weight: 600;
}
.eventos ul li h3 {
    margin: 10px 0 11px 0;
    font-size: 14px;
    color: rgb(98, 98, 98);
    line-height: 1.3em;
}
.eventos .download {
    width: 100%;
    padding: 16px 0;
    margin: -7px 0 0 0;
    background: rgb(249, 136, 66);
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
}
.eventos .download img {
    width: 20px;
    margin-right: 10px;
}

.pagination > .active > a, 
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #c01f25;
    border-color: #c01f25;
}

.pagination > li > a, 
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #313131;
}
.titulo-mais-noticias::before{
    top: 100px!important;
}


.presidente {
    width: 100%;
    float: left;
}
.presidente .imagem, .secretarias .imagem {
    width: 100px;
    height: 100px;
    float: left;
    margin: 0 0 20px 0;
    border-radius: 100px;
    background: #eee;
}
.presidente .nav-pills > li > a, .secretarias .nav-pills > li > a {
    transition: 0.2s;
}
.nav-stacked > li {
    border: 1px solid rgba(0,0,0,0.11);
    border-radius: 4px;
}
.nav-stacked > li + li {
    margin: 9px 0 0 0;
}
.nav-stacked > li a {
    transition: 0.2s;
    color: #414141;
}

.presidente .informacoes h3, .secretarias .informacoes h3 {
    width: 100%;
    float: left;
    margin: 0 0 17px 0;
    padding: 0 0 17px 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    font-weight: 400;
}
.presidente .informacoes h4, .secretarias .informacoes h4 {
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 20px 0;
}
.presidente .informacoes .descricao, .secretarias .informacoes .descricao {
    width: 100%;
    float: left;
    padding: 20px;
    border-radius: 4px;
    background: rgba(0,0,0,0.04);
}
.presidente .informacoes ul, .secretarias .informacoes ul {
    margin: 0;
    padding: 0;
}
.presidente .informacoes ul li, .secretarias .informacoes ul li {
    width: 100%;
    float: left;
    list-style: none;
    padding: 12px 0;
    font-size: 14px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

/*
LEGISLACAO
---------------------------*/
.legislacao {
    width: 100%;
    float: left;
}
.legislacao ul {
    padding: 0;
    margin: 0;
    list-style: none
}
.legislacao ul li {
    width: 100%;
    list-style: none;
}
.downloads-documentos .lista {
    width: 100%;
    float: left;
    padding: 20px 30px;
    border-radius: 6px;
    transition: 0.2s;
    background: rgba(0,0,0,0.05);
    margin: 0 0 15px 0;
}
.downloads-documentos .lista:hover {
    transition: 0.2s;
    background: rgba(0,0,0,0.07);
}
.downloads-documentos .lista .download {
    width: 100%;
    padding: 10px 0;
    float: left;
    margin: 16px 0 0 0;
    background: #3cb263;
    border-radius: 4px;
    color: #FFF;
    text-align: center;
}
.downloads-documentos .lista h2 {
    font-size: 20px;
    color: #444;
    font-weight: 300;
    margin: 0 0 10px 0;
}
.downloads-documentos .lista h3, p {
    font-size: 14px;
    color: #999;
    margin: 5px 0 0 0;
}
.downloads-documentos .botao {
    width: auto;
    float: right;
}
.pagina-header {
    width: 100%;
    float: left;
    background: #f6f6f6;
}
.pagina-header .base {
    width: 100%;
    float: left;
    padding: 50px 0;
}
.pagina-header h1 {
    font-size: 27px;
    color: #424242;
    font-family: 'Avenir Demi';
}
.pagina-header p {
    margin: 8px 0 0 0;
    font-size: 13px;
    color: rgba(58, 58, 58, 0.5);
}
.pagina-breadcrumb {
    width: 100%;
    float: left;
    margin: 0 0 40px;
    padding: 16px 0;
    border: none;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0,0,0,0.08);
}
.box-home {
    width: 100%;
    float: left;
}

ul.presidente-list li {
    overflow: hidden!important;
}
ul.legislacao-list li {
    overflow: hidden!important;
}


.presidente li.active a{
    color: white;
    background: #95282c !important;
    border-color: #95282c !important;
}


/*
================================
galeria [ presidentes]
================================
*/
.galeria {
    width: 100%;
    float: left;
}
.galeria ul{
    list-style: none;
}
.galeria .bloco {width: 100%;float: left;margin-bottom: 20px;box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);border-top: 4px solid #b4282e;border-radius: 3px;}
.galeria .bloco .imagem {
    width: 100%;
    float: left;
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.10);
    /* border-radius: 4px 4px 0 0; */
}
.galeria .bloco .base {width: 100%;float: left;padding: 20px;background: #e4e4e4;text-align: center;border-radius: 0 0 3px 3px;min-height: 98px;}
.galeria .bloco a {
    text-decoration: none;
    color: #666;
}

.galeria .bloco{
    height: 240px !important;
    margin-bottom: 100px;
}

.galeria .bloco h2 {
    font-size: 15px;
    line-height: 1.3em;
    color: #3a3a3a;
}
.galeria .bloco .creditos {
    width: 100%;
    float: left;
    padding: 0 0 8px 0;
    font-size: 12px;
    color: #A8A8A8;
}