/* FUENTES */
@font-face {
    font-family:MajritBn;
    font-style:normal;
    font-weight:900;
    font-display:swap;
    src:url(https://static-sandbox.elpais.com/dist/resources/fonts/majrit/majrit-banner/Majrit-Banner-Black.woff2) format("woff2"),
    url(https://static-sandbox.elpais.com/dist/resources/fonts/majrit/majrit-banner/Majrit-Banner-Black.woff) format("woff")
}

/* SOBRESCRITURA */
body .a_e {
    padding-bottom: 0px;
}
body .a_e .a_t {
    display: none;
}
body .a_e .a_st {
    margin-top: 0px;
}

/* APERTURA */
body .apertura {
    width: calc(100% - 60px);
    margin: 0 auto;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    box-sizing: border-box;
    padding: 30px 0px 0px 0px;
}

body .apertura .ap__image {
    width: 100%;
    height: auto;
}

body .apertura .ap__image .ap__image-img {
    width: 100%;
    margin-bottom: 6px;
}

body .apertura .ap__image figcaption {
    font-family: 'MarcinAntB', sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 0px;
    text-align: right;
    text-transform: uppercase;
}

body .apertura .ap__title {
    padding-bottom: 4px;
}

body .apertura .ap__title h1 {
    font-family: 'MajritBn', sans-serif;
    font-weight: 900;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: -1px;
    text-align: center;

    max-width: 315px;
    margin: 0 auto;
    padding-bottom: 0px;
}

body .apertura .ap__title .bajar {
    display: none;
}

body .apertura .ap__title .bajar span {
    display: none;
}

@keyframes bajar {
    0%, 100% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-0.5rem);
    }
    50% {
        transform: translateY(0rem);
    }
    75% {
        transform: translateY(-0.25rem);
    } 
}

@media only screen and (min-width: 768px) {
    header.a_e {
        border-bottom: 0px;
        padding-bottom: 1rem;
    }

    header.a_e .a_e_txt {
        padding-bottom: 0px;
    }

    body .a_e .a_st {
        margin-top: 1rem;
    }

    body .apertura .ap__title h1 {
        max-width: 440px;
    }
}

@media only screen and (min-width: 1001px) {
    body .a_e .a_st {
        margin-top: 0rem;
    }
    header.a_e {
        padding-top: 3.75rem;
    }

    body .apertura {
        width: 100%;
        flex-direction: row;
        align-items: center;

        border-bottom: 1px solid #000;

        position: relative;
        padding: 0px;

        height: 100vh;
    }

    body .apertura .ap__image {
        width: 50%;
        height: 100%;
    }

    body .apertura .ap__title {
        width: 50%;
        height: auto;
    }

    body .apertura .ap__image .ap__image-img {
        margin-bottom: 0px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: bottom;
    }

    body .apertura .ap__image figcaption {
        position: absolute;
        bottom: 10px;
        right: 10px;
    }

    body .apertura .ap__title .bajar {
        display: inline-block;
        text-align: left;
        margin: 0 auto;
        position: relative;
        left: 50%;
        z-index: 1;
        visibility: visible;
        animation: bajar 3s infinite 1s;
        bottom: -7px;
    }
    
    body .apertura .ap__title .bajar span {
        display: block;
        text-indent: -9999px;
        overflow: hidden;
        width: 20px;
        height: 20px;
        border-top: 1.25px solid black;
        border-right: 1.25px solid black;
        transform: rotate(135deg);
    }

    body .apertura .ap__title {
        width: 50%;
    }

    body .apertura .ap__title h1 {
        font-size: 40px;
        line-height: 42px;
        max-width: 480px;

        padding-bottom: 20px;
    }
}