﻿
.data-noticia {
    color: silver;
}

.cardnoticia {
    cursor: pointer;
}

    .cardnoticia:hover {
        background-color: #c0c0c030;
    }

.card-body {
    min-height: 110px;
}


.cardnoticia > img {
    object-fit: cover;
    height: 300px;
}


.noticia-small {
    margin: 12px;
    width: 204px;
    background: #e9e9e9c4;
    display: flex;
    align-items: unset;
    padding: 2px;
}

.noticia-small-img {
    object-fit: fill;
    width: 201px;
    max-height: 150px;
    cursor: pointer;
}

.container-noticia-small {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}
