.noticias-recentes-img-wrapper {
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
}

.noticias-recentes-img-wrapper > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-noticia {
    height: 260px;
    object-fit: cover;
}

.noticia-card-bottom {
    height: 220px;
}

.noticia-card .title {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #1D2A4D;
    display: block;
    font-size: 1.3rem;
    min-height: 4em;
    align-content: center;
}

.noticia-card .subtitle {
    margin: 0;
    font-size: 1rem;
}

.noticia-card .image-div {
    position: relative;
    overflow: hidden;
    /* aspect-ratio: 4 / 3; */
}

/* .noticia-card .image-div img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
} */

.noticia-card .image-div img {
    width: 100%;
    max-width: 500px;
    height: 274px;
    object-fit: cover;
    transition: ease-in-out .5s;
}

.noticia-card .image-div img:hover {
    transform: scale(1.15);
}

.content p,
.date-content small {
    color: #626262 !important;
}
