.boletim h1{
    font-weight: 700;
    color: #0E173F;
    text-align: center;
    margin-top: 180px;
}
.cabecalho-boletim a {
    color: #0E173F;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
}
.cabecalho-boletim a:hover {
    color: #005EA5!important;
}
.cabecalho-boletim a.boletim.active {
    color: #005EA5!important;
}
#icone_pesquisa {
    position: absolute;
    bottom: 12px;
    right: 27px;
    width: 14px;
    height: 15px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.listagem-boletim a {
    color: #0E173F;
    font-weight: 700;
}
.listagem-boletim a:hover {
    color: #005EA5;
}
.boletim_listagem a {
    color: #0E173F;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
}
.search-estilo input {
    border-radius: 26px;
    font-size: 12px;
    box-shadow: inset 0px 0px 5px rgb(0 0 0 / 25%);
}