.node-noticias article.node--view-mode-full {
    margin-block-start: 32px;
}

.node-noticias .news-header__wrapper {
    margin-inline: 225px;
}

.node-noticias .news-header__wrapper .news-bundle__wrapper {
    text-transform: uppercase;
    display: flex;
    gap: 4px;
    margin-block-end: 4px;
    font-weight: 600;
    --_fsize-max: 12;
    --_fsize-min: 12;
    line-height: 1;
}

.node-noticias .news-header__wrapper .news-bundle__wrapper span.news-subject,
.node-noticias .news-header__wrapper .news-bundle__wrapper span.news-bundle {
    display: block;
    line-height: 1;
    font-weight: 600;
    --_color: var(--neutral-900);
    --_fsize-max: 12;
    --_fsize-min: 12;
}

.node-noticias .news-header__wrapper span.news-date {
    --_fsize-max: 12;
    --_fsize-min: 12;
    display: block;
    line-height: 1;
    --_color: var(--neutral-700);
}

.node-noticias .news-content__wrapper {
    margin-inline: 225px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 991px) {
    .node-noticias :is(.news-content__wrapper, .news-header__wrapper) {
        margin-inline: 0;
    }
}

.node-noticias .news-content__wrapper h1.news-title {
    --_fsize-max: 48;
    --_fsize-min: 24;
    --_fweight: 300;
    align-self: flex-start;
}

.node-noticias .news-content__wrapper .news-entradilla {
    --_fsize-max: 16;
    --_fsize-min: 16;
    --_fweight: 600;
    width: 100%;
}

.node-noticias .news-content__wrapper .news-image {
    display: flex;
    justify-content: center;
    margin-block: 24px;
}

.node-noticias .news-content__wrapper img {
    height: 100%;
    width: 70%;
    border-radius: 12px;
}

.node-noticias .news-content__wrapper .news-body {
    --_fsize-max: 16;
    --_fsize-min: 16;
    --_fweight: 400;
    width: 100%;
}

.node-noticias .news-related__wrapper {
    margin-block-start: 96px;
}

.node-noticias .news-related__wrapper .related-news__wrapper .related-news__title {
    --_fsize-max: 24;
    --_fsize-min: 24;
    font-weight: 600;
    position: relative;
    border-bottom: 1px solid var(--secondary-200);
    margin-block-end: 16px;
}

.node-noticias .news-related__wrapper .related-news__wrapper .related-news__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 1px;
    background: var(--primary);
    translate: 0 1px;
}

.node-noticias .news-related__wrapper .related-news__wrapper .related-news__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr 0 0 0;
    overflow: hidden;
    column-gap: 16px;
}

@media (max-width: 991px) {
    .node-noticias .news-related__wrapper .related-news__wrapper .related-news__items {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .node-noticias .news-related__wrapper .related-news__wrapper .related-news__items {
        grid-template-columns: repeat(2, 1fr);
    }
}

.node-noticias .news-related__wrapper .related-news__wrapper .related-news__link-wrapper {
    width: 100%;
    display: flex;
    justify-content: end;
    margin-block-start: 48px;
}

.node-noticias .news-related__wrapper .related-news__wrapper .related-news__link-wrapper a.related-news__link {
    padding-block: 6px;
    padding-inline: 12px;
    --_color: #282827;
    --_fsize-min: 14;
    --_fsize-max: 14;
    border: 1px solid var(--_color);
    border-radius: 5px;
}

.node-noticias .news-content__wrapper .gallery-news__container {
    margin-block: 24px;
}

.node-noticias .news-content__wrapper .gallery-news__container :is(.slider-nav, .gallery-news) {
    display: flex;
}

.node-noticias .news-content__wrapper .gallery-news__container .slider-nav {
    justify-content: center;
    gap: 6px;
    margin-top: 10px;
}

.node-noticias .news-content__wrapper .gallery-news__container .slider-nav [type="slider-nav__button"] {
    --size: 10px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background-color: var(--secondary-200);
}

@media (max-width: 767px) {
    .node-noticias .news-content__wrapper .gallery-news__container .slider-nav [type="slider-nav__button"] {
        --size: 8px;
    }
}

.node-noticias .news-content__wrapper .gallery-news__container .slider-nav [type="slider-nav__button"].tns-nav-active {
    background-color: var(--secondary-400);
}

.node-noticias .news-content__wrapper .gallery-news__container .gallery-news .btn-wrapper {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}

.node-noticias .news-content__wrapper .gallery-news__container .gallery-news .field__items {
    display: flex;
    overflow: hidden;
    border-radius: 12px;
    width: 70%;
}
.node-noticias .news-content__wrapper .gallery-news__container .gallery-news .field__items .slider-content {
    align-items: center;
}

.node-noticias .news-content__wrapper .gallery-news__container .gallery-news .field__items .photo {
    border-radius: 12px;
    height: fit-content;
}

.node-noticias .news-content__wrapper .gallery-news__container .gallery-news .field__items .photo img {
    width: 100%;
    object-fit: contain;
}

.node-noticias .news-content__wrapper .gallery-news__container .tns-liveregion {
    display: none;
}

