#listaCategorias .list-group-item small:hover{
    text-decoration: underline;
}
.infoTermoPesquisa {
    margin-top: 70px;
}

.noticias-pesq{
    margin-top: 30px !important;
}

.table a,
#tabelaFotos a {
    font-size: 16px;
    color: #3f3f3f;
}

#tabelaFotos a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.table a:hover,
#tabelaFotos a:hover {
    color: #00C18C !important;
    text-decoration: none;
}

.table !important {
    border: none;
}

.botoes {
    text-align: center;
}

.btns {
    color: #fff !important;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #3B8EDE;
    border-radius: 10px;
    padding: 5px 30px !important;
    width: auto;
    margin-left: 10px;
    border: solid 2px #3B8EDE !important;
}

@media (min-width:768px) {
    .botoes {
        display: inline-flex;
    }
}

.btns:hover {
    color: #fff !important;
    background-color: #002269;
    border-color: #002269 !important;
}

.display-none {
    display: none;
}

.text-noticias-b {
    font-weight: bold;
    color: #00C18C;
}

.text-noticias {
    text-align: justify;
    padding: 10px;
    color: #3f3f3f;
}

.div-noticias {
    width: 940px;
    text-align: center;
    margin-bottom: 30px;
}

.corpoPesquisa {
    text-align: left;
    margin-bottom: 30px;
}

.corpoPesquisaNoticias {
    text-align: left;
    margin-bottom: 10px;
}

.div-titulo-text-pesquisa {
    font-size: 24px;
    color: #fff;
    text-align: left;
    padding-top: 3px;
    padding-left: 10px;
}

.formularioPesquisa {
    margin-top: 10px;
}

.informacoesPesquisa {
    text-align: center;
}

.tituloPesquisa {
    font-family: Gotham;
    font-size: 18px;
    color: #002269;
    font-weight: bold;
}

.tituloPesquisa span {
    color: #00addd;
    font-family: Gotham;
}

.textoPesquisa {
    font-family: arial;
    font-size: 14px;
    margin-left: 20px;
}

.estiloVideo {
    font-family: arial;
    font-size: 24px;
    color: #f79100;
}

.estiloFoto {
    font-family: arial;
    font-size: 24px;
    color: #498f0b;
}

.estiloNoticia {
    font-family: arial;
    font-size: 24px;
    color: #0ba6df;
}

.tabelaFoto a {
    color: #3f3f3f;
}

@font-face {
    font-family: Gotham !important;
    src: url('../lib/fonts/gotham-book.otf');
}

.titulo {
    display: flex;
    position: relative;
    justify-content: center !important;
    font-family: 'Gotham';
}

.hr-titulo {
    width: 100%;
    margin-top: 15px;
}

hr {
    border-top: 2px solid rgba(0, 0, 0, .1) !important;
}

#loadingPesquisa,
#infoPesquisa {
    font-size: 16px;
}

#campoPesquisa {
    font-family: Gotham;
    width: 280px;
    background-color: #eee !important;
    border-radius: 20px;
    border: none;
}

.page-item {
    float: left;
}

.page-item.active .page-link {
    color: #fff !important;
    background-color: #002269 !important;
    border-color: #002269 !important;
}


