@media (max-width: 990px) {
    /* topo */
    #logoPequena{
        display: none!important;
    }
}
@media (max-width: 770px) {
    #noticias-home .bloco-grande {
	margin-bottom: 30px;
    }
    #noticias-home .bloco-pequeno {
	margin-bottom: 30px;
    }
    #noticias-home .bloco-pequeno .titulo {
	font-size: 21px;
	margin-bottom: 5px;
	line-height: 26px;
	font-family: 'Roboto', serif;
	font-weight: 400;
	padding: 5px 0;
	color: rgba(0,0,0, 1);
    }
}