.matec-sjc-listing-item__type-badge--noticia {
    background: var(--e-global-color-sjc-blue-strong);
}

.matec-sjc-listing-item__date {
    background: rgba(59, 130, 246, .10);
    color: var(--e-global-color-sjc-blue-strong);
    border: 1px solid rgba(59, 130, 246, .18);
}

.matec-sjc-listing-item__category-chip {
    background: rgba(59, 130, 246, .08);
    color: var(--e-global-color-sjc-blue-deep);
    border: 1px solid rgba(59, 130, 246, .14);
}

.matec-sjc-listing-item__button--noticia {
    background: var(--e-global-color-sjc-blue-strong);
    color: var(--sjc-text-inverse);
}

.matec-sjc-listing-item__button--noticia:hover {
    background: var(--e-global-color-sjc-blue-deep);
}

.matec-sjc-listing-item__title a:hover {
    color: var(--e-global-color-sjc-blue-strong);
}