.widget-component .bloco-widget .foto-bloco {
    position: relative;
}

.widget-component .bloco-widget .foto-bloco .bloco-data {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3px 5px;
    background-color: #3C7EB7;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.widget-component .bloco-widget p {
    color: #888;
    line-height: normal;
    font-size: 14px;
}

.widget-component .bloco-widget a:hover {
    text-decoration: none;
}

.widget-component .bloco-widget a img {
    width: 100%;
    border-bottom: 5px solid #3C7EB7;
}

.widget-component .bloco-widget a h3,
.widget-component .bloco-widget h3 {
    margin: 8px 0 3px;
    font-size: 20px;
    font-weight: 500;
    color: #3C7EB7;
    line-height: 22px;
}

.widget-component .bloco-widget a h3:hover {
    color: #ab0204;
}
