.row{
    margin-right: 0;
}
.limpo{
     min-height: 600px;
     text-align: center;
}
.top-destaque{
    margin-bottom: 20px;
}
#titulo-conteudo{
    font-family: Ruda,sans-serif;
    font-size: 1.8em;
    font-weight: bold;
    margin: 20px 0 42px 0;
    padding-bottom: 8px;
    padding-left: 7px;
    border-bottom: 1px solid #c8c8c8;
}

a.titulo-cat-destaque{
    text-align: justify;
    color: #000;
    text-decoration: none;
    display: block;
    letter-spacing: -.05em;
}

.titulo-barra-categoria{
    text-transform: uppercase;
    width: 100%;
    border-bottom: #c8c8c8 1px solid;
    padding: 3px 0 3px 0;
    font-weight: bold;
}
.qd-destaque h2{
    font-size: 1.2em;
    margin: 0 0 10px 0;
    border-top: 1px solid #eee;
    padding-top: 12px;
}
.qd-destaque h2 a{  
    text-decoration: none;
    color: #000;
}
.lista-noticias.row{
    margin-left: 0;
}
.lista-noticias .row{
    margin-bottom: 30px;
}
.lista-noticias h2 a{
    font-weight: 600;
    color: #000;
    font-size: 0.7em;
    text-decoration: none;
}
.lista-noticias .ls-titulo{
    margin-top: 10px;
}
@media (max-width:997px){
    .row{
        margin-left: 0;
    }
    .col-md-4{
        margin-bottom: 10px;
    }
}