/* Oculta a tag title em texto plano gerada incorretamente nas grelhas na apresentação das ultimas noticias na home page*/
.vc_gitem-zone figure {
    font-size: 0;
}

.vc_gitem-zone figure img {
    font-size: 1rem;
}