#overlayCargando {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

   .evento-vigente td {
        background-color: #d4edda !important; /* verde claro */
        color: #000000 !important;            /* negro */
        font-weight: 500;
    }


.img-noticia {
        height: 220px;
        object-fit: cover;
}

@media (max-width: 768px) {
        .img-noticia {
            height: 160px;
        }
}