.node--type-noticias.node--view-mode-relacionados .content__wrapper.news img {
    /* max-height: 160px; */
    max-height: 167px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.page-page001 .node--type-noticias:not(:first-child) .content__wrapper.news{
    display: flex;
}
.page-page001 .field--name-field-news .slider-home-news .other-item .content__wrapper.news img{
    height: auto;
    max-height: 167px;
    max-width: 225px;
    border-radius: 10px;
    object-fit: cover;
}
.node--type-noticias.node--view-mode-relacionados .content__wrapper.news .news-info__wrapper {
    margin-block-start: 16px;
    padding-left: 12px;
    margin-top: 4px;
    display: flex;
    flex-direction: column;
}

.node--type-noticias.node--view-mode-relacionados .content__wrapper.news .news-info__wrapper .news-bundle__wrapper {
    display: flex;
    flex-wrap: wrap;
    text-transform: uppercase;
    display: flex;
    margin-block-end: 4px;
    gap: 2px;
    overflow: hidden;
    --_color: var(--neutral-900);
    font-weight: 600;
}
.slider-home-news-testnews{
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 52px;
}
.slider-home-news .slider-home-news-testnews .other-item .node--type-noticias .content__wrapper.news .news-info__wrapper{
    height: 100%;
    flex-direction: column;
}

.node--type-noticias.node--view-mode-relacionados .content__wrapper.news .news-info__wrapper span.news-date {
    --_fsize-max: 12;
    --_fsize-min: 12;
    display: block;
    line-height: 1;
    --_color: var(--primary);
}

.node--type-noticias.node--view-mode-relacionados .content__wrapper.news .news-info__wrapper span.news-subject,
.node--type-noticias.node--view-mode-relacionados .content__wrapper.news .news-info__wrapper span.news-bundle {
    display: block;
    line-height: 1;
    font-weight: 600;
    --_fsize-max: 12;
    --_fsize-min: 12;
    white-space: nowrap;
}
.node--type-noticias.node--view-mode-relacionados .content__wrapper.news .news-info__wrapper span.news-subject{
    text-wrap: wrap;
}
.node--type-noticias.node--view-mode-relacionados .content__wrapper.news .news-info__wrapper h2.news-title {
    --_fsize-min: 18;
    --_fsize-min: 18;

    line-height: 1.1;
    margin-block-start: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 3; */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
