/* arquivo css especifico do anuario de pesquisa */

.mensagemDadosInexistentes {
    width: 100%;
    padding: 10px;
    color: grey;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    display: none;
}

.mensagemDadosInexistentes .mensagemDadosInexistentesPremiosExternos {
    display: block;
}

.mensagemDadosInexistentes .mensagemDadosInexistentesPremiosInternos {
    display: block;
}

.text-blue-custom {
  color: #0265d6; }
  .text-blue-custom[href]:hover, .text-blue-custom[href]:focus {
    color: #0459ba; }

.total-geral {
    font-size: 15px;
}

.texto-principal {
    font-size: 15px;
}

.card-centros-tematicos {
    overflow:hidden;
    min-height: 200px;
}

.card-centros-tematicos img {
    max-width: 150px;
    max-height: 130px;

}