.card-noticia {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-noticia:hover {
    cursor: pointer;
    transform: scale(1.02);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.card-noticia img {
    border-radius: 10px;
}

.todas-noticias:hover{
    cursor: pointer;
    color: #e5282c;
}

.card-header-primary {
    background-color: #e5282c;
    color: #FFF !important;
    padding: 20px;
}