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

.node-anuncio .info-header__wrapper {
    margin-inline: 225px;
}

.node-anuncio .info-header__wrapper .info-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-anuncio .info-header__wrapper .info-bundle__wrapper span.info-entradilla,
.node-anuncio .info-header__wrapper .info-bundle__wrapper span.info-bundle {
    display: block;
    line-height: 1;
    font-weight: 600;
    --_fsize-max: 12;
    --_fsize-min: 12;
}

.node-anuncio .info-header__wrapper .info-date__wrapper {
    display: flex;
    gap: 3px;
}

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

.node-anuncio .info-content__wrapper {
    margin-inline: 225px;
}

.node-anuncio .info-content__wrapper h1.info-title {
    --_fsize-max: 24;
    --_fsize-min: 48;
    --_fweight: 300;
}

.node-anuncio .info-content__wrapper .info-body {
    --_fsize-max: 16;
    --_fsize-min: 16;
    --_fweight: 400;
}

.node-anuncio .info-header__wrapper {
    margin-inline: 225px;
}

.node-anuncio .info-header__wrapper .info-bundle__wrapper span.info-subject,
.node-anuncio .info-header__wrapper .info-bundle__wrapper span.info-bundle {
    display: block;
    line-height: 1;
    font-weight: 600;
    --_fsize-max: 14;
    --_fsize-min: 12;
}

@media (max-width: 991px) {
    .node--type-anuncio .info-header__wrapper .info-bundle__wrapper .info-entradilla,
    .node--type-anuncio .info-header__wrapper .info-bundle__wrapper .info-bundle {
        font-size: 14px;
    }

    .node-anuncio .info-content__wrapper {
        margin-inline: 0;
    }
}


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

.node-anuncio .info-content__wrapper {
    margin-inline: 225px;
}

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

.node-anuncio .info-content__wrapper h1.info-title {
    --_fsize-max: 48;
    --_fsize-min: 24;
    --_fweight: 300;
}

.node-anuncio .info-content__wrapper .info-body {
    --_fsize-max: 16;
    --_fsize-min: 16;
    --_fweight: 400;
}

.node-anuncio .info-content__wrapper h2 {
    --_fsize-max: 24;
    --_fsize-min: 24;
    font-weight: 600;
    position: relative;
    border-bottom: 1px solid var(--secondary-200);
    margin-block-start: 48px;
    margin-block-end: 16px;
}

.node-anuncio .info-content__wrapper h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 1px;
    background: var(--primary);
    translate: 0 1px;
}

.node-anuncio .info-content__wrapper .info-servicios .related-servicios {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.node-anuncio .info-content__wrapper .info-documents .info-document__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

@media (max-width: 767px) {
    .node-anuncio .info-content__wrapper .info-documents .info-document__wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}


.node-anuncio .info-content__wrapper .info-documents .info-document  {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    background: var(--secondary-50);
}

.node-anuncio .info-content__wrapper .info-documents .info-document  .text {
    --_fsize-min: 14;
    --_fsize-max: 14;
    --_fweight: 600;
    display: flex;
    gap: 8px;
    align-items: center;
    line-height: 1.1;
}

.node-anuncio .info-content__wrapper .info-documents .info-document  .btn {
    width: max-content;
    display: flex;
    gap: 4px;
    --_bg-color: var(--secondary-100);
    --_color: var(--neutral-700);
}

@media (max-width: 467px) {
    .node-anuncio .info-content__wrapper .info-documents .info-document .btn {
        font-size: 0;
        padding-left: 8px;
    }
}

.node-anuncio .info-content__wrapper .info-documents .info-document  .btn:hover {
    --_bgc-hover: var(--primary);
    --_color-hover: var(--white);
}
