article.node--type-exposicion .node-top__wrapper .header-img__wrapper {
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    height: 100%;
}

article.node--type-exposicion .node-top__wrapper .header-img__wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

article.node--type-exposicion .node-top__wrapper .header-img__wrapper::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top,
            rgba(0, 0, 0, 0.54),
            rgba(0, 0, 0, 0.28) 37%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 19;
}

article.node--type-exposicion .node-top__wrapper {
    height: 85vh;
    position: relative;
}

article.node--type-exposicion .node-text__container {
    position: absolute;
    left: 0;
    bottom: 45px;
    z-index: 100;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20%);
    transition: transform 0.6s cubic-bezier(0.28, 0.74, 1, 1);
}

article.node--type-exposicion .node-text__container.animate {
    opacity: 1;
    transform: translateY(0%);
}

@media (max-width: 767px) {

    article.node--type-exposicion .node-text__container {
        transform: translateY(-20%);
    }

    article.node--type-exposicion .node-text__container.animate {
        opacity: 1;
        transform: translateY(-70%);
        margin-bottom: 20px;
}
}

article.node--type-exposicion .node-title {
    font-size: 55px;
    line-height: 60px;
    color: var(--white);
    max-width: 650px !important;
    line-height: 0.98 !important;
}

@media (max-width: 1279px) {

    article.node--type-exposicion .node-title {
        max-width: 450px !important;
    }
}

@media screen and (max-width: 991px) {
    article.node--type-exposicion .node-title {
        font-size: 45px;
        line-height: 50px;
    }
}

@media screen and (max-width: 767px) {
    article.node--type-exposicion .node-title {
        font-size: 32px;
        line-height: 45px;
    }

    article.node--type-exposicion .node-text__container .node__date {
        font-size: 18px !important;
    }
}

article.node--type-exposicion .node-text__container .node__date {
    font-size: 23px;
    font-weight: 400;
    color: var(--white);
    letter-spacing: 0.77px;
}

article.node--type-exposicion .node-top__wrapper .info__wrapper {
    position: absolute;
    bottom: 45px;
    right: 0;
    height: fit-content;
    width: fit-content;
    padding: 10px;
    display: flex;
    -webkit-backdrop-filter: blur(27.2px);
    backdrop-filter: blur(27.2px);
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    z-index: 50;
    width: 300px;
}

article.node--type-exposicion .info__wrapper .col__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

article.node--type-exposicion .info__wrapper .col__right .node--credit {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    text-decoration: none;
    color: white;
    padding: 0 20px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 991px) {
    article.node--type-exposicion .node-top__wrapper .info__wrapper {
        bottom: 85px;
    }
}

@media (max-width: 767px) {
    article.node--type-exposicion .node-top__wrapper .info__wrapper {
        bottom: 40px;
        right: unset;
    }
}

article.node--type-exposicion .info__wrapper .col__left img {
    width: 93.7px;
    height: 62.8px;
    object-fit: cover;
}

@media (max-width: 991px) {
    article.node--type-exposicion .info__wrapper .col__left img {
        width: unset;
        height: unset;
        max-width: 70px;
    }
}

article.node--type-exposicion .info__wrapper .col__right .title,
article.node--type-exposicion .info__wrapper .col__right .node__date {
    margin: 0 !important;
}

article.node--type-exposicion .info__wrapper .col__right p,
article.node--type-exposicion .info__wrapper .col__right .node__date {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    text-decoration: none;
    color: white;
    padding: 0 20px;
    text-align: left;
}

article.node--type-exposicion .node-body__wrapper {
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    background-color: #f1f1f1;
}

article.node--type-exposicion .node-body__wrapper .node-content {
    padding-top: 90px;
    padding-bottom: 90px;
    display: flex;
}

@media screen and (max-width: 1439px) {
    article.node--type-exposicion .node-body__wrapper .node-content {
        display: block;
    }
}

article.node--type-exposicion .node-body__wrapper .node-description {
    font-size: 20px;
    color: var(--dark-blue);
    width: 57.37%;
    margin-left: 17.04%;
    margin-right: 72px;
}

@media screen and (max-width: 1919px) {
    article.node--type-exposicion .node-body__wrapper .node-description {
        width: 65.61%;
        margin-left: 17.14%;
        margin-right: 70px;
    }
}

@media screen and (max-width: 1439px) {
    article.node--type-exposicion .node-body__wrapper .node-description {
        width: 65.48%;
        margin-left: 17.22%;
        margin-right: 0px;
    }
}

@media screen and (max-width: 1279px) {
    article.node--type-exposicion .node-body__wrapper .node-description {
        width: 74.43%;
        margin-left: 11.65%;
    }
}

@media screen and (max-width: 991px) {
    article.node--type-exposicion .node-body__wrapper .node-description {
        width: 100%;
        margin-left: 0;
    }
}

article.node--type-exposicion .node-body__wrapper .node-description img {
    height: 100%;
    margin-right: 35px;
    margin-bottom: 10px;
}

article.node--type-exposicion .node-body__wrapper .sponsored__wrapper {
    margin-top: 50px;
}

article.node--type-exposicion .node-body__wrapper .sponsored__wrapper .node__label-sponsored {
    font-size: 15px;
    color: #747474;
}

article.node--type-exposicion .node-body__wrapper .node-info {
    font-size: 17px;
    color: var(--dark-blue);
    width: 17.04%;
}

@media screen and (max-width: 1919px) {
    article.node--type-exposicion .node-body__wrapper .node-info {
        width: 14.08%;
        font-size: 14px;
    }
}

@media screen and (max-width: 1439px) {
    article.node--type-exposicion .node-body__wrapper .node-info {
        width: 65.48%;
        margin-left: 17.22%;
        font-size: 18px;
        margin-top: var(--margin-l);
    }
}

@media screen and (max-width: 1279px) {
    article.node--type-exposicion .node-body__wrapper .node-info {
        width: 74.43%;
        margin-left: 11.65%;
    }

    article.node--type-exposicion .node-body__wrapper .node-info .field-patrocinadores__label {
        margin-bottom: 13px;
    }

    article.node--type-exposicion .node-body__wrapper .node-info .field-patrocinadores__content .field--name-field-expositions-sponsors {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
    }
}

@media screen and (max-width: 991px) {
    article.node--type-exposicion .node-body__wrapper .node-info {
        width: 100%;
        margin-left: 0%;
    }
}

article.node--type-exposicion .node-body__wrapper .node-field__wrapper {
    margin-bottom: 20px;
}

article.node--type-exposicion .node-body__wrapper .node-field__wrapper label {
    font-weight: 700;
}

article.node--type-exposicion .node-body__wrapper .node-field__wrapper a {
    text-decoration: none;
}

article.node--type-exposicion .node-body__wrapper .node-field__wrapper .chip {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    width: 132px;
}

@media (max-width: 992px) {
    article.node--type-exposicion .node__date {
        font-size: 21px;
    }

    article.node--type-exposicion .node-body__wrapper .node-description {
        font-size: 18px;
    }

    article.node--type-exposicion .node-body__wrapper .sponsored__wrapper .node__label-sponsored {
        font-size: 13px;
    }

    article.node--type-exposicion .node-body__wrapper .node-description img {
        height: 33px;
        margin-right: 25px;
    }

    article.node--type-exposicion .node-body__wrapper .node-info {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    article.node--type-exposicion .node-body__wrapper .sponsored__wrapper img {
        display: block;
        width: 150px;
        height: 100%;
        margin-bottom: 25px;
    }
}

article.node--type-exposicion .node__panel-wrapper {
    padding-block: var(--margin-xl);
}

article.node--type-exposicion .node__field-panel {
    width: 57.37%;
    margin-left: 17.04%;
}

@media screen and (max-width: 1919px) {
    article.node--type-exposicion .node__field-panel {
        width: 65.61%;
        margin-left: 17.14%;
    }
}

@media screen and (max-width: 1439px) {
    article.node--type-exposicion .node__field-panel {
        width: 65.48%;
        margin-left: 17.22%;
    }
}

@media screen and (max-width: 1279px) {
    article.node--type-exposicion .node__field-panel {
        width: 74.43%;
        margin-left: 11.65%;
    }
}

@media screen and (max-width: 991px) {
    article.node--type-exposicion .node__field-panel {
        width: 100%;
        margin-left: 0;
    }
}

article.node--type-exposicion .node__field-panel .node-field__content .paragraph {
    padding-block: var(--margin-l);
}

article.node--type-exposicion .node__panel-wrapper .node-field__content h2.field__item {
    font-family: "Inter" !important;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: var(--margin-m);
}

article.node--type-exposicion .node__panel-wrapper .node-field__content .field__item p {
    font-size: 20px;
    color: var(--dark-blue);
}

article.node--type-exposicion .node__panel-wrapper .node-field__content .field__item p img {
    padding: 10px;
}

article.node--type-exposicion .node-related__wrapper {
    position: relative;
}

article.node--type-exposicion .node-related__wrapper .related__content {
    padding: var(--margin-xl) 0;
    position: relative;
    margin-left: 17.04%;
}

article.node--type-exposicion .node-related__wrapper:not(.related-obras, .related-publication, .related-descubre, .related-archivo) .related__content {
    padding: var(--margin-l) 0;
}

article.node--type-exposicion .node-related__wrapper.color-section+.node-related__wrapper:not(.color-section) {
    padding-block-start: var(--margin-xl);
}

@media screen and (max-width: 1919px) {
    article.node--type-exposicion .node-related__wrapper .related__content {
        margin-left: 17.14%;
    }
}

@media screen and (max-width: 1439px) {
    article.node--type-exposicion .node-related__wrapper .related__content {
        margin-left: 17.22%;
    }
}

@media screen and (max-width: 1279px) {
    article.node--type-exposicion .node-related__wrapper .related__content {
        margin-left: 11.65%;
    }
}

@media screen and (max-width: 991px) {
    article.node--type-exposicion .node-related__wrapper .related__content {
        margin-left: 0;
    }
}

article.node--type-exposicion .node-related__wrapper .related__bg {
    position: absolute;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    height: 100%;
}

article.node--type-exposicion .node-related__wrapper.related-archivo .related__bg {
    background-color: var(--grey);
}

article.node--type-exposicion .node-related__wrapper.related-obras .related__bg {
    background-color: var(--dark-blue);
}

article.node--type-exposicion .node-related__wrapper.related-publication .related__bg {
    background-color: var(--white);
}

article.node--type-exposicion .node-related__wrapper.related-descubre .related__bg {
    background-color: var(--grey);
}

article.node--type-exposicion .node-related__wrapper.related-actividades .related__bg {
    background-color: var(--white);
}

article.node--type-exposicion .node-related__wrapper.related-obras .related__content h2 {
    color: var(--white);
}

article.node--type-exposicion .node-related__wrapper.related-obras .related__content .related-items__wrapper {
    margin-top: 0 !important;
}

article.node--type-exposicion .node__responsive-container {
    display: none;
    padding: var(--margin-xl) 0;
}

@media screen and (max-width: 1279px) {
    article.node--type-exposicion .node__responsive-container {
        display: block;
        width: 81.16%;
        margin-left: 10.53%;
    }

    article.node--type-exposicion .node__section-wrapper {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    article.node--type-exposicion .node__responsive-container {
        width: 100%;
        margin-left: 0;
    }
}

article.node--type-exposicion .node__responsive-container details {
    position: relative;
    border-top: 1px solid var(--dark-grey);
}

article.node--type-exposicion .node__responsive-container details:first-of-type {
    border-top: none;
}

article.node--type-exposicion .node__responsive-container details:last-of-type {
    border-bottom: 1px solid var(--dark-grey);
}

article.node--type-exposicion .node__responsive-container details[open] {
    padding-bottom: var(--margin-xl);
}

@media screen and (max-width: 1279px) {
    article.node--type-exposicion .node__responsive-container details .obras .related-items__wrapper {
        margin: 0 !important;
    }
}

article.node--type-exposicion .node__responsive-container details summary {
    font-family: "Inter" !important;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    padding: 25px 0;
    color: var(--dark-blue);
    line-height: 1;
    user-select: none;
}

article.node--type-exposicion .node__responsive-container details>summary {
    list-style: none;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

article.node--type-exposicion .node__responsive-container details summary::after {
    content: '';
    background-image: url("/sites/default/files/inline-images/plus-transparent.svg");
    display: flex;
    align-items: center;
    width: 43px;
    height: 43px;
    min-width: 43px;
    z-index: -1;
}

article.node--type-exposicion .node__responsive-container details[open] summary::after {
    background-image: url("/sites/default/files/inline-images/less-transparent.svg");
}

article.node--type-exposicion .node__responsive-container details summary::-webkit-details-marker {
    display: none;
}

article.node--type-exposicion .node__responsive-container details .related__bg {
    position: absolute;
    width: 100vw;
    margin-left: -51vw;
    left: 50%;
    height: 100%;
    top: 0;
    z-index: -2;
}

article.node--type-exposicion .node__responsive-container details.archivo .related__bg {
    background-color: var(--grey);
}

article.node--type-exposicion .node__responsive-container details.obras .related__bg {
    background-color: var(--dark-blue);
}

article.node--type-exposicion .node__responsive-container details.publication .related__bg {
    background-color: var(--white);
}

article.node--type-exposicion .node__responsive-container details.descubre .related__bg {
    background-color: var(--grey);
}

article.node--type-exposicion .node__responsive-container details.actividades .related__bg {
    background-color: var(--white);
}

article.node--type-exposicion .node__responsive-container details.obras[open] summary {
    color: white;
}

article.node--type-exposicion .node__responsive-container details.obras[open] summary::after {
    content: url("/sites/default/files/inline-images/less-transparent.svg");
}

article.node--type-exposicion .node__responsive-container details .field__label,
article.node--type-exposicion .node__responsive-container details>div>h2 {
    display: none;
}

article.node--type-exposicion .node__responsive-container details.exposicion h2 {
    display: block;
    font-size: 25px;
    margin-block: var(--margin-xl) var(--margin-m);
}

article.node--type-exposicion .node__responsive-container details.exposicion .paragraph:first-child h2 {
    margin-block-start: var(--margin-l);
}

article.node--type-exposicion .node__responsive-container details>div {
    padding-left: 20px;
    padding-right: 40px;
}

@media screen and (max-width: 991px) {
    article.node--type-exposicion .node__responsive-container details summary {
        font-size: 25px;
        line-height: 30px;
    }
}

@media screen and (max-width: 767px) {
    article.node--type-exposicion .node__responsive-container details>div {
        padding: 0;
    }

    article.node--type-exposicion .node__responsive-container details[open]>div:not(.related__bg) {
        margin-top: 0;
    }

    article.node--type-exposicion .node__responsive-container details summary {
        font-size: 22px;
        line-height: 25px;
    }
}

/* field-archivo-fotografico*/
article.node--type-exposicion .node-related__wrapper.related-archivo .node-field__wrapper {
    overflow: hidden;
    max-height: 60vh;
}

article.node--type-exposicion .node-related__wrapper.related-archivo .node-field__wrapper.more {
    max-height: unset;
}

article.node--type-exposicion .field--name-field-exhibition-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0 !important;
    max-height: 615px;
}

.more {
    max-height: none !important;
}

article.node--type-exposicion .showMore {
    margin-top: var(--margin-l);
    width: 42px;
    height: 42px;
    cursor: pointer;
}

article.node--type-exposicion .showMore:hover {
    opacity: .7;
}

article.node--type-exposicion .field--name-field-exhibition-gallery .field__item {
    width: calc(100%/3 - 10px);
}

article.node--type-exposicion .field--name-field-exhibition-gallery .field__item img {
    max-width: 100%;
    height: 300px;
    object-fit: cover;
    margin: 0;

}

@media screen and (max-width: 1279px) {
    article.node--type-exposicion .archivo .field--name-field-exhibition-gallery {
        float: unset;
        overflow: hidden;
    }

    article.node--type-exposicion .archivo .archivo-responsive {
        padding: 0 !important;
    }

    article.node--type-exposicion .archivo .field--name-field-exhibition-gallery {
        max-height: 515px;
    }

    article.node--type-exposicion .archivo .field--name-field-exhibition-gallery .field__item img {
        height: 250px;
    }

    article.node--type-exposicion .archivo .morePictures {
        margin-top: var(--margin-l)
    }
}

@media screen and (max-width: 991px) {

    article.node--type-exposicion .archivo .field--name-field-exhibition-gallery {
        max-height: 405px;
    }

    article.node--type-exposicion .archivo .field--name-field-exhibition-gallery .field__item img {
        height: 195px;
    }
}

@media screen and (max-width: 767px) {

    article.node--type-exposicion .archivo .field--name-field-exhibition-gallery {
        gap: 8px;
        max-height: 242px;
    }

    article.node--type-exposicion .archivo .field--name-field-exhibition-gallery .field__item {
        width: calc(100%/3 - 16px/3);
    }

    article.node--type-exposicion .archivo .field--name-field-exhibition-gallery .field__item img {
        height: 117px;
    }
}

/* field-publication */
article.node--type-exposicion .node-related__wrapper.related-publication .publication {
    font-family: "Inter";
    font-size: 23px;
    opacity: 0.47;
    font-weight: normal;
}

article.node--type-exposicion .field--name-field-publicacion-relacionada .publication__container {
    display: flex;
    flex-direction: row-reverse;
}

@media screen and (max-width: 1279px) {
    article.node--type-exposicion .field--name-field-publicacion-relacionada .publication__container {
        flex-direction: column-reverse !important;
        gap: 30px;
    }

    article.node--type-exposicion .field--name-field-publicacion-relacionada .node__info {
        width: 100% !important;
        padding-right: 0 !important;
    }
}

article.node--type-exposicion .field--name-field-publicacion-relacionada .node-img__wrapper {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
}

@media screen and (max-width: 1279px) {
    article.node--type-exposicion .field--name-field-publicacion-relacionada .node-img__wrapper {
        padding: 0;
    }
}

article.node--type-exposicion .field--name-field-publicacion-relacionada .node__info {
    width: 70%;
    padding-right: 70px;
}

article.node--type-exposicion .field--name-field-publicacion-relacionada .node__info a {
    text-decoration: none !important;
}

article.node--type-exposicion .field--name-field-publicacion-relacionada .node__info h2 {
    font-size: 40px;
}

article.node--type-exposicion .field--name-field-publicacion-relacionada .node__info .node__content p {
    margin-bottom: 0.5em;
}

article.node--type-exposicion .field--name-field-publicacion-relacionada .node-img__wrapper .img {
    width: 100%;
    height: fit-content;
    padding: 54px 12px;
    border: solid 1px var(--grey);
}

article.node--type-exposicion .field--name-field-publicacion-relacionada .node-img__wrapper .img img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 991px) {
    article.node--type-exposicion .field--name-field-publicacion-relacionada .publication__container {
        display: block;
    }

    article.node--type-exposicion .field--name-field-publicacion-relacionada .node-img__wrapper {
        width: 100%;
        padding: 0;
        margin-bottom: 50px;
    }

    article.node--type-exposicion .field--name-field-publicacion-relacionada .node__info {
        width: 100%;
        padding-right: 0;
    }
}

article.node--type-exposicion .field--name-field-publicacion-relacionada .node__buttons a {
    height: 40px;
    border-radius: 40px;
    color: var(--dark-blue);
    border: 1px solid var(--dark-blue);
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 5px 10px;
    text-decoration: none;
    color: var(--dark-blue);
    margin-top: 25px;
}

/* field-descubre-relacionados */
article.node--type-exposicion .field--name-field-descubre-relacionados.field--exposicion {
    display: flex;
}

article.node--type-exposicion .field--name-field-descubre-relacionados .slider {
    width: 100%;
}

.node-exposicion article.node--type-exposicion .field--name-field-descubre-relacionados .field__label {
    display: none;
}

article.node--type-exposicion .field--name-field-descubre-relacionados.field--exposicion .field__item.col-1,
article.node--type-exposicion .field--name-field-descubre-relacionados.field--exposicion .field__item.col-2 {
    flex: 0 0 calc(50% - 20px);
}

article.node--type-exposicion .field--name-field-descubre-relacionados.field--exposicion .field__item.col-3 {
    flex: 0 0 calc(33.33% - 20px);
}

/* article.node--type-exposicion .field--name-field-descubre-relacionados.field--exposicion .img__wrapper img {
    width: 100% !important;
    height: 320px !important;
} */

article.node--type-exposicion .field--name-field-descubre-relacionados.field--exposicion .img__wrapper .no-img {
    min-height: 320px !important;
}

article.node--type-exposicion article.node--type-exposicion .field--name-field-descubre-relacionados .field__label {
    display: none !important;
}

/* field-carousel */
article.node--type-exposicion .field--carousel .slider button.prev-button span {
    content: url(/sites/default/files/inline-images/arrow-left-without-circle.png);
    height: 30px;
    width: 16px;
}

article.node--type-exposicion .field--carousel .slider button.next-button span {
    content: url(/sites/default/files/inline-images/arrow-right-without-circle.png);
    height: 30px;
    width: 16px;
}

/*field-obras*/
article.node--type-exposicion .field--name-field-objetos-relacionados {
    max-height: 815px;
    overflow: hidden;
}

article.node--type-exposicion .field--name-field-objetos-relacionados .field__items {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

article.node--type-exposicion .field--name-field-objetos-relacionados .field__items .field__item {
    width: calc(100%/4 - 45px/4) !important;
    max-height: 400px;
}

article.node--type-exposicion .field--name-field-objetos-relacionados article a {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.001;
}

article.node--type-exposicion .field--name-field-objetos-relacionados article .date {
    display: none;
}

@media screen and (max-width: 1279px) {

    article.node--type-exposicion .node__responsive-container .obras .node-field__wrapper {
        min-height: 615px;
    }

    article.node--type-exposicion .node__responsive-container .obras .field--name-field-objetos-relacionados {
        max-height: 615px;
    }

    article.node--type-exposicion .node__responsive-container .obras .field__item {
        max-height: 300px;
    }

    article.node--type-exposicion .showMore {
        position: unset;
    }
}

@media screen and (max-width: 767px) {

    article.node--type-exposicion .node__responsive-container .obras .node-field__wrapper {
        min-height: 730px;
    }

    article.node--type-exposicion .node__responsive-container .obras .field--name-field-objetos-relacionados {
        max-height: 665px;
    }

    article.node--type-exposicion .node__responsive-container .obras .field__item {
        width: calc(50% - 15px/2) !important;
        max-height: 350px;
    }

    article.node--type-exposicion .node__responsive-container .obras .field__item img {
        height: auto !important;
        max-height: 250px !important;
    }
}

@media screen and (max-width: 467px) {
    article.node--type-exposicion .node__responsive-container .obras .field__item {
        width: 100% !important;
    }

    article.node--type-exposicion .node__responsive-container .obras .field__item img {
        height: 250px !important;
    }
}

/*field-activities*/

article.node--type-exposicion .tns-liveregion {
    display: none !important;
}

article.node--type-exposicion .related-actividades .field--name-field-actividades-relacionadas .field__label {
    display: none !important;
}

article.node--type-exposicion .related-actividades .field--name-field-actividades-relacionadas .field__label {
    font-size: 40px;
    font-weight: bold;
    color: var(--dark-blue);
    margin-bottom: 40px;
}

article.node--type-exposicion .related-actividades article.node--type-actividades {
    border: 0px;
    display: flex;
    justify-content: center;
    position: relative;
    margin: 0;
    padding: 0;
}

article.node--type-exposicion .related-actividades article.node--type-actividades .card__wrapper>a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

article.node--type-exposicion .related-actividades article.node--type-actividades .img__wrapper {
    height: 40%;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

article.node--type-exposicion .related-actividades article.node--type-actividades .img__wrapper .gallery.no-img {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

article.node--type-exposicion .related-actividades article.node--type-actividades img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    transition: all 0.3s;
    border-radius: 10px;
}

article.node--type-exposicion .related-actividades article.node--type-actividades .info__wrapper .info__wrapper-subwrapper {
    width: 100%;
    height: 100%;
}

article.node--type-exposicion .related-actividades article.node--type-actividades h2,
.related-actividades article.node--type-actividades p {
    margin: 0;
}

article.node--type-exposicion .related-actividades article.node--type-actividades .info__wrapper .info__wrapper-subwrapper h2 {
    width: 100%;
    padding: 0;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

article.node--type-exposicion .related-actividades article.node--type-actividades .info__wrapper .info__wrapper-subwrapper .chip {
    height: auto;
    width: fit-content;
    padding: 5px 15px;
}

article.node--type-exposicion .related-actividades article.node--type-actividades .info__wrapper .info__wrapper-subwrapper .chip a {
    font-size: 13px;
    text-decoration: none;
    color: var(--dark-blue);
}

article.node--type-exposicion .related-actividades article.node--type-actividades .info__wrapper .info__wrapper-subwrapper .info-duracion {
    width: 100%;
    font-size: 20px;
    text-align: left;
    color: var(--dark-grey) !important;
    margin-top: 10px;
    text-overflow: ellipsis;
}

article.node--type-exposicion .related-actividades article.node--type-actividades .info__wrapper .info__wrapper-subwrapper .info-resumen {
    width: 100%;
    font-size: 16px;
    text-align: left;
    color: var(--dark-blue);
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 991px) {
    article.node--type-exposicion .related-actividades article.node--type-actividades .info__wrapper .info__wrapper-subwrapper h2 {
        font-size: 20px;
        margin-top: 5px;
    }

    article.node--type-exposicion .related-actividades article.node--type-actividades .info__wrapper .info__wrapper-subwrapper .chip a {
        font-size: 11px;
    }

    article.node--type-exposicion .related-actividades article.node--type-actividades .info__wrapper .info__wrapper-subwrapper .info-duracion {
        font-size: 18px;
        margin-top: 0;
    }

    article.node--type-exposicion .related-actividades article.node--type-actividades .info__wrapper .info__wrapper-subwrapper .info-resumen {
        font-size: 14px;
    }
}

article.node--type-exposicion .related-actividades .tns-liveregion {
    display: none;
}

/*field-noticias*/
article.node--type-exposicion .related-noticias .field--name-field-noticias-relacionadas .field__label {
    display: none !important;
}

article.node--type-exposicion .related-noticias .field--name-field-noticias-relacionadas .slider {
    width: 100%;
}

/*field-exposiciones*/
article.node--type-exposicion .related-exposiciones .field--name-field-exposiciones-relacionadas .field__label {
    display: none !important;
}

article.node--type-exposicion .related-exposiciones .field--name-field-exposiciones-relacionadas .slider {
    width: 100%;
}

article.node--type-exposicion .related-exposiciones .field__items {
    max-height: 50vh;
}

article.node--type-exposicion .related-exposiciones article {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

article.node--type-exposicion .related-exposiciones article a {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

article.node--type-exposicion .related-exposiciones article img {
    width: 100%;
    /*  margin-bottom: 15px; */
}

/**/
.node--type-exposicion .node-related__wrapper .related__content>h2 {
    margin-block-start: 0px !important;
}

@media screen and (max-width: 991px) {
    article.node--type-exposicion .node__date {
        font-size: 16px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    article.node--type-exposicion .node__date {
        font-size: 15px;
        margin-top: 5px;
    }
}

article.node--type-exposicion .field--name-field-expositions-buttons {
    margin-top: var(--margin-m);
}

article.node--type-exposicion .paragraph--type--button-with-link-standard-page {
    width: fit-content !important;
    margin-bottom: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    background: unset !important;
    border: 1px solid var(--dark-blue) !important;
    padding: 7px 17px !important;
}

article.node--type-exposicion .paragraph--type--button-with-link-standard-page .field--name-field-button a {
    font-size: 17px !important;
    color: var(--dark-blue);
    font-weight: bold;
}

/* ARROWS RELACIONADOS */

article.node--type-exposicion .field--name-field-actividades-relacionadas button,
article.node--type-exposicion .field--name-field-noticias-relacionadas button {
    display: none;
}

@media screen and (max-width: 991px) {

    article.node--type-exposicion .node__responsive-container .field--name-field-actividades-relacionadas button,
    article.node--type-exposicion .node__responsive-container .field--name-field-noticias-relacionadas button {
        display: block !important;
    }

    article.node--type-exposicion .node__responsive-container .field--name-field-actividades-relacionadas button.prev-button {
        left: -40px;
    }

    article.node--type-exposicion .node__responsive-container .field--name-field-actividades-relacionadas .slider button.next-button {
        right: -40px !important;
    }

    article.node--type-exposicion .node__responsive-container .field--name-field-noticias-relacionadas button img {
        width: 30px;
    }

    article.node--type-exposicion .node__responsive-container .field--name-field-noticias-relacionadas button.prev-button {
        left: -40px;
    }

    article.node--type-exposicion .node__responsive-container .field--name-field-noticias-relacionadas button.next-button {
        right: -40px;
    }
}

/* CARRUSELES SECCION EXPOSICION */

article.node--type-exposicion .paragraph--type--carousel-images {
    margin-left: 0;
    margin-right: 0;
}