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

.node-instalacion .installation-header__wrapper {
    margin-inline: 225px;
}

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

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

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

@media (max-width: 991px) {
    .node--type-instalacion .installation-content__wrapper,
    .node-instalacion .installation-header__wrapper {
        margin-inline: 0;
    }
}

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

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

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

.node-instalacion .installation-content__wrapper .installation-image img {
    height: 100%;
    width: 70%;
    border-radius: 12px;
}

@media (max-width: 991px) {
    .node-instalacion .installation-content__wrapper .installation-image {
        margin-block: unset;
        margin-bottom: 16px;
    }

    .node-instalacion .installation-content__wrapper .installation-image img {
        width: 100%;
    }
}

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

.node-instalacion .installation-related__wrapper {
    margin-block-start: 96px;
}

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

.node-instalacion .installation-related__wrapper .related-installation__wrapper .related-installation__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 1px;
    background: var(--primary);
    translate: 0 1px;
}

.node-instalacion .installation-related__wrapper .related-installation__wrapper .related-installation__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.node-instalacion .installation-related__wrapper .related-installation__wrapper .related-installation__link-wrapper {
    width: 100%;
    display: flex;
    justify-content: end;
    margin-block-start: 48px;
}

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

.node-instalacion .installation-content__wrapper .gallery-installation {
    display: flex;
    margin-block: 24px;
}

.node-instalacion .installation-content__wrapper .gallery-installation .btn-wrapper {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}

.node-instalacion .installation-content__wrapper .gallery-installation .field__items {
    display: flex;
    overflow: hidden;
    border-radius: 12px;
    width: 70%;
}

.node-instalacion .installation-content__wrapper .gallery-installation .field__items .photo {
    border-radius: 12px;
}

.node-instalacion .installation-content__wrapper .gallery-installation .field__items .photo img {
    width: 100%;
}

.node-instalacion .tns-liveregion {
    display: none;
}

.node-instalacion .field--name-field-contact-instalacion {
    border: 1px solid var(--neutral-200);
    border-radius: 12px;
    padding: 16px;
    background: var(--secondary-50);
}

.node-instalacion .field--name-field-contact-instalacion .paragraph {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.node-instalacion .field--name-field-contact-instalacion .paragraph .field--name-field-phone-paragraph::before {
    content: "Tel.: ";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-right: 8px;
    background-image: url(/themes/custom/concello/dewenir/resources/call.svg);
    background-position: center center;
    width: 55px;
    text-align: right;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position-x: 0;
}

.node-instalacion .field--name-field-contact-instalacion .paragraph .field--name-field-street-adress-paragraph::before {
    content: "";
    display: inline-block;
    vertical-align: text-top;
    margin-right: 8px;
    background-image: url(/themes/custom/concello/dewenir/resources/location_on.svg);
    width: 19px;
    height: 19px;
}

.node-instalacion .field--name-field-contact-instalacion .paragraph .field--name-field-email-paragraph::before {
    content: "";
    display: inline-block;
    vertical-align: text-top;
    margin-block-start: 1px;
    margin-right: 8px;
    background-image: url(/themes/custom/concello/dewenir/resources/mail-darker.svg);
    background-size: 21px 21px;
    width: 19px;
    height: 19px;
}

.node-instalacion .field--name-field-contact-instalacion .paragraph .field--name-field-schedule-paragraph .field__label::before {
    content: "";
    display: inline-block;
    vertical-align: text-top;
    margin-block-start: 1px;
    margin-right: 8px;
    background-image: url(/themes/custom/concello/dewenir/resources/schedule.svg);
    background-size: 21px 21px;
    width: 19px;
    height: 19px;
}

.node-instalacion .field--name-field-contact-instalacion .paragraph .field--name-field-schedule-paragraph .field__item {
    margin-inline-start: 27px;
}

.node-instalacion .field--name-field-contact-instalacion .paragraph .field--name-field-schedule-paragraph p {
    margin-bottom: 0;
    line-height: 1.5;
}

.node-instalacion .field--name-field-contact-instalacion .paragraph .field--name-field-web-paragraph {
    display: flex;
    gap: 8px;
}

.node-instalacion .field--name-field-contact-instalacion .paragraph .field--name-field-web-paragraph img {
    object-fit: contain;
}

.node-instalacion .field--name-field-contact-instalacion .paragraph .field--name-field-web-paragraph a {
    --_color: var(--neutral-700);
    --_color-hover: var(--primary);
    --_bgc-hover: transparent;
    text-decoration: underline;
}

.node-instalacion .field--name-field-contact-instalacion .paragraph .field--name-field-web-paragraph a:hover {
    text-decoration: unset;
}

.node-instalacion .field--name-field-contact-instalacion > .field__label,
.node-instalacion .field--name-field-contact-instalacion .paragraph :is(.field--name-field-lon-paragraph, .field--name-field-lat-paragraph, .field--name-field-country-paragraph) {
    display: none;
}

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

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

.node-instalacion .installation-contact {
    width: 100%;
}

.node-instalacion .related-links__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.node-instalacion .related-docs .related-docs__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.node-instalacion .related-docs .related-docs__items .download-document {
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    background: var(--secondary-50);
    justify-content: space-between;
}

@media (max-width: 767px) {
    .node-instalacion .related-docs .related-docs__items .download-document {
        margin-block-start: 8px;
    }
}

.node-instalacion .related-docs .related-docs__items .download-document .text {
    --_fsize-min: 14;
    --_fsize-max: 14;
    --_fweight: 600;
    display: flex;
    gap: 8px;
    align-items: center;
    line-height: 1.1;
}

.node-instalacion .related-docs .related-docs__items .download-document .btn {
    width: max-content;
    display: flex;
    gap: 4px;
    --_bg-color: var(--secondary-100);
    --_color: var(--neutral-700);
}

@media (max-width: 991px) {
    .node-instalacion .related-docs .related-docs__items .download-document .btn .btn-txt{
        display: none;
    }
}

.node-instalacion .related-docs .related-docs__items .download-document .btn:hover {
    --_bgc-hover: var(--primary);
    --_color-hover: var(--white);
}

.node-parking .installation-spaces {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-block-start: 24px;
    margin-block-end: 48px;
}

@media (max-width: 991px) {
    .node-parking .installation-spaces {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 567px) {
    .node-parking .installation-spaces {
        grid-template-columns: repeat(1, 1fr);
    }
}

.node-parking .installation-spaces h3 {
    text-transform: uppercase;
    --color: #c6c6c4;
    --fweight: 600;
}

.node-parking .installation-spaces > * {
    --_fsize-min: 16;
    --_fsize-max: 18;
    --_fweight: 400;
    line-height: 1.2;
    --_color: var(--neutral-900);
}