body{
    font-family: 'Open Sans', sans-serif;
}

.noticia-titulo{
    color: #2d7390 !important;
}

.noticia-img{
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}

.noticia-margin{
    margin-bottom: 1em;
    margin-top: 1em;
}

.data-noticia{
    color: #333;
    font-size: 13px;
}

.texto-apoio-noticia{
    color: #333;
    font-size: 13px;
}

.titulo-noticia{
    color: #2d7390;
    margin-bottom: 10px;
    margin-top: 10px;
}

a:hover{
    color: #2d7390 !important;
}
