.section-noticias .contenedor-noticias {
    max-width: 1098px;
    margin: 0 auto;
}

.section-noticias .card {
    border: 0;
    height: 100%;
    padding-bottom: 32px;
}

.section-noticias .card .card-img-link {
    position: relative;
    height: 0;
    padding-top: 60%;
}

.section-noticias .card .card-img-top {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.section-noticias .card .card-date {
    font-family: 'Santander Text';
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0px;
    color: #191919;
    margin-bottom: 16px;
    font-style: italic;
}

.section-noticias .card .card-title {
    font-family: 'Santander Text';
    font-weight: 700;
    font-size: 26px;
    line-height: 125%;
    letter-spacing: 0px;
    color: #191919;
    margin-bottom: 16px;
}

.section-noticias .card .card-text {
    font-family: 'Santander Text';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.section-noticias .card .card-button {
    font-family: 'Santander Text';
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #ec0000;
    border: 1px solid #ec0000;
    border-radius: 40px;
    padding: 12px 24px;
    text-decoration: none;
    background-color: #fff;
}

.section-noticias .card .card-button:hover {
    background-color: #ec0000;
    color: #fff;
}

.section-noticias .card .card-body {
    background-color: #f6fafc;
    padding: 24px 24px 0 24px;
}

.section-noticias .card .card-footer {
    background-color: #f6fafc;
    border: 0;
    padding: 24px;
}


@media (max-width: 991px) {
    .section-noticias .card .card-date {
        font-size: 14px;
    }

    .section-noticias .card .card-title {
        font-size: 20px;
    }

    .section-noticias .card .card-text {
        font-size: 16px;
    }
}