h2
{
    color: #333;
}

.section-body
{
    padding-bottom: 0;;
}

.section-body .noticia
{
    border-radius: 10px;
    background-color: #e1e1e1;
}

.section-body .noticia-alt
{
    border-radius: 10px;
    background-color: #333;
}

.section-body .noticia-foto
{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 300px;
    border-radius: 10px 10px 0 0;
}

.section-body .noticia-nome
{
    color: #323232;
}

.section-body .noticia-nome-alt
{
    color: #FFF;
}

.section-categorias
{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #e1e1e1;
}

.section-categorias .item
{
    height: 300px;
    background-color: #FFF;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.section-categorias p
{
    border-bottom: 2px solid #fcdc20;
    padding-top: 20px;
}

@media screen and (max-width: 576px)
{
    .section-body .noticia-foto
    {
        height: 220px;
    }
}