.do-story .paragraph {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.do-story .header-img__wrapper {
    height: 100vh !important;
}

.do-story .node__field-panel {
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}

.do-story .node__field-panel .paragraph {
    padding-top: 110px;
    padding-bottom: 110px;
    display: flex;
    align-items: center;
}

.do-story .node__field-panel .paragraph.paragraph--type--image-fullwidth-story {
    padding: 0;
}

.do-story .node-field__content .paragraph:nth-child(3n+1) {
    background-color: #dfa4d6 !important;
    color: #0b2c62 !important;
}

.do-story .node-field__content .paragraph:nth-child(3n+2) {
    background-color: #faf1df !important;
    color: #0b2c62 !important;
}

.do-story .node-field__content .paragraph:nth-child(3n+3) {
    background-color: #091b39 !important;
}

.do-story .node-field__content .paragraph:nth-child(3n+3) div,
.do-story .node-field__content .paragraph:nth-child(3n+3) p,
.do-story .node-field__content .paragraph:nth-child(3n+3) span,
.do-story .node-field__content .paragraph:nth-child(3n+3) h2 {
    color: white !important;
}

.do-story .paragraph--type--content-with-image-left-story .field--name-field-title,
.do-story .paragraph--type--content-with-image-left-story .field--name-field-description,
.do-story .paragraph--type--title-and-description-story .field--name-field-title,
.do-story .paragraph--type--title-and-description-story .field--name-field-description,
.do-story .paragraph--type--carousel-story .field--name-field-title {
    color: #0b2c62;
}

.do-story .paragraph--type--title-and-description-story .field--name-field-title,
.do-story .paragraph--type--title-and-description-story .field--name-field-description {
    margin-left: 15.22%;
    margin-right: 17.04%;
}

.do-story .paragraph--type--content-with-image-left-story .field--name-field-image {
    margin-right: 76px !important;
}

.do-story .paragraph--type--content-with-image-left-story .field--name-field-image img {
    height: 100%;
    width: 100%;
}

.do-story .paragraph--type--image-fullwidth-story .field--name-field-image {
    margin: 0;
    float: none;
}

.do-story .paragraph--type--image-fullwidth-story .field--name-field-image img {
    width: 100vw;
    height: 740px;
    object-fit: cover;
    margin-bottom: 0;
}

.do-story .field--name-field-title {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 60px;
    color: var(--dark-blue);
}

.do-story .field--name-field-description {
    font-size: 26px;
    font-weight: 500;
    color: var(--dark-blue);
}

.do-story .field--name-field-video,
.do-story .field--name-field-video-story-text {
    margin-left: 8.52%;
    margin-right: 8.52%;
}

.do-story .field--name-field-video iframe {
    height: 650px;
    width: 100%;
}

.do-story .field--name-field-video-story-text p {
    color: white;
    margin-top: 50px;
}

@media screen and (max-width: 992px) {
    .do-story .node__field-panel .paragraph {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .do-story .paragraph--type--content-with-image-left-story .field--name-field-title {
        padding-top: 0;
    }

    .do-story .field--name-field-video iframe {
        height: 360px;
    }
}

@media screen and (max-width: 991px) {
    .do-story .field--name-field-title {
        font-size: 25px;
        line-height: 30px;
    }
}

@media screen and (max-width: 768px) {
    .do-story .field--name-field-description {
        font-size: 16px;
    }

    .do-story .paragraph--type--content-with-image-left-story .field--name-field-image {
        margin-right: 20px !important;
    }

    .do-story .paragraph--type--content-with-image-left-story .field--name-field-image img {
        width: 250px;
        max-width: 100%;
    }

    .do-story .field--name-field-video iframe {
        height: 300px;
    }
}

@media screen and (max-width: 767px) {
    .do-story .field--name-field-title {
        font-size: 22px;
        line-height: 25px;
    }
}

@media screen and (max-width: 468px) {
    .do-story .node__field-panel .paragraph {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .do-story .paragraph--type--content-with-image-left-story .container {
        display: flex;
        flex-wrap: wrap;
    }

    .do-story .paragraph--type--content-with-image-left-story .field--name-field-title {
        order: 1;
    }

    .do-story .paragraph--type--content-with-image-left-story .field--name-field-description {
        order: 2;
    }

    .do-story .paragraph--type--content-with-image-left-story .field--name-field-image {
        order: 3;
        margin-right: 0 !important;
    }

    .do-story .paragraph--type--title-and-description-story .field--name-field-title,
    .do-story .paragraph--type--title-and-description-story .field--name-field-description {
        margin-left: 0;
        margin-right: 0;
    }

    .do-story .paragraph--type--content-with-image-left-story .field--name-field-image img {
        width: 100%;
    }

    .do-story .paragraph--type--image-fullwidth-story .field--name-field-image img {
        height: 305px;
    }

    .do-story .field--name-field-video iframe {
        height: 210px;
    }
}

.do-story .paragraph--type--content-with-image-left-story .container {
    display: flex;
    justify-content: center;
    gap: 150px;
}

@media screen and (max-width: 991px) {
    .do-story .paragraph--type--content-with-image-left-story .container {
        gap: 60px;
    }
}

@media screen and (max-width: 768px) {
    .do-story .paragraph--type--content-with-image-left-story .container {
        gap: 20px;
    }
}


.do-story .paragraph--type--content-with-image-left-story .container>* {
    min-height: 0;
}

.do-story .paragraph--type--content-with-image-left-story .container .img__wrapper {
    min-width: 33%;
}

.do-story .paragraph--type--content-with-image-left-story .container .info__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.do-story .field--name-field-imagenes-historicas .field__item {
    width: unset !important;
}

.do-story .field--name-field-imagenes-historicas .field__item>article>a {
    display: none;
}

.do-story .paragraph--type--relacionados-descubre-story {
    display: grid !important;
    align-items: none;
    isolation: isolate;
    padding: 0 !important;
}

.do-story .paragraph--type--relacionados-descubre-story>* {
    grid-row: 1 / -1;
    grid-column: 1 / -1;
}

.do-story .paragraph--type--relacionados-descubre-story .field--name-field-bg-related-story {
    position: relative;
    z-index: -1;
    margin: 0 !important;
}

.do-story .paragraph--type--relacionados-descubre-story img {
    float: none;
    width: 100%;
    object-fit: cover;
    margin: 0;
    height: 80vh;
}

.do-story .field.field--name-field-do-story-related {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 60px;
}

@media screen and (max-width: 567px) {
    .do-story .field.field--name-field-do-story-related {
        flex-direction: column;
        align-items: center;
    }
}

.do-story .field.field--name-field-do-story-related .field__item {
    flex: 0 0 calc(33% - 30px);
}

@media screen and (max-width: 567px) {
    .do-story .field.field--name-field-do-story-related .field__item {
        flex: unset;
        width: calc(100% - 50px);
    }
}

.do-story .field--name-field-do-story-related article.node--do-navegacion {
    border-radius: 24px;
    border: solid 2px #fff;
    background-blend-mode: multiply;
    background-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.15),
            rgba(0, 0, 0, 0.15));
    padding-inline: 47px;
    padding-block: 34px;
    display: flex;
    flex-direction: column;
}

.do-story .field--name-field-do-story-related .icon-nav {
    --size: 38px;
    width: var(--size);
    height: var(--size);
    background-size: var(--size);
    background-image: url("/sites/default/files/inline-images/arrow-slider-le.svg");
}

.do-story .field.field--name-field-do-story-related .field__item:nth-child(2) .icon-nav {
    background-image: url("/sites/default/files/inline-images/arrow-slider-ri.svg");
    margin-inline-start: calc(100% - var(--size));
}

.do-story .field--name-field-do-story-related h3.node-title {
    flex-grow: 1;
    color: white;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 40px;
}

@media screen and (max-width: 991px){
    .do-story .field--name-field-do-story-related h3.node-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px){
    .do-story .field--name-field-do-story-related h3.node-title {
        font-size: 18px;
    }
}

.do-story .field--name-field-do-story-related span.node-type {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: white;
    display: block;
    margin-block-end: 10px;
}

@media screen and (max-width: 991px){
    .do-story .field--name-field-do-story-related span.node-type  {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px){
    .do-story .field--name-field-do-story-related span.node-type  {
        font-size: 14px;
    }
}

@media screen and (max-width: 1439px) {
    .do-story .field--name-field-do-story-related article.node--do-navegacion {
        padding-inline: 42px;
        padding-block: 42px;
        min-height: auto;
    }
}

@media screen and (max-width: 991px) {
    .do-story .field--name-field-do-story-related article.node--do-navegacion {
        padding-inline: 22px;
        padding-block: 35px;
    }
}

@media screen and (max-width: 767px) {
    .do-story .field--name-field-do-story-related article.node--do-navegacion {
        padding-inline: 18px;
        padding-block: 28px;
    }
}

@media screen and (max-width: 567px) {
    .do-story .field--name-field-do-story-related article.node--do-navegacion {
        padding-block: 18px;
    }
}

/* RELATED */

.do-story .node-body__related {
    margin-bottom: 200px;
}

.do-story .node-body__related .field__label {
    margin-top: 100px !important;
    color: white;
}

.do-story .node-body__related h2,
.do-story .node-body__related p,
.do-story .node-body__related time {
    color: white !important;
}

.do-story .node-body__related .field--name-field-publicaciones-relacionadas .field__label {
    font-size: 30px;
    margin-bottom: 37px;
    font-weight: bold;
}

.do-story .node-body__related .field--name-field-publicaciones-relacionadas h2 {
    font-size: 20px;
}

.do-story .node-body__related .field--name-field-noticias-relacionadas.field--carousel .field__items article.node--type-noticias.node--view-mode-related-object .news__date {
    border: 1px solid white !important;
}

/* Video responsive */
.field--name-field-video-story-text p{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.field--name-field-video-story-text p > iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}