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

/* SOBRESCRITURA */
body .a .a_c a[cmp-ltrk="articulo_cuerpo"] {
    color: #000;
    font-weight: bold;
}
body .a .a_c .w-cr a[cmp-ltrk="articulo_cuerpo"] {
    font-weight: normal;
}

body .z-he .csw {
    display:none;
}

body .a_e {
    border-bottom: .0625rem solid #4a4a4a;
}

body .a .a_e-v .a_e_txt {
    padding-top: 60px;
    padding-bottom: 50px;
}

body .a_e .a_k_n {
    font-family: 'MarcinAntB', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
    text-align: left;

    position: relative; 
    display: block;
    width: 100%; 
    overflow:hidden;
}
body .a_k_n:before {
    content: "EPÍLOGO | ";
    position:relative;
    top: 0px;
    left: 0px;
    font-weight: 700;
}

body .a_k_n:after {
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 1px;
    border-top: 1px solid;
    content: "";
    margin-left: 10px;
}


body .a_e .a_t {
    padding-top: 28px;

    font-family: 'MajritBn', sans-serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 43px;
    letter-spacing: -1px;
    text-align: left;
}

body .a_e .a_st {
    position: relative;
    padding-right: 112px;
}

body .a_e .a_st:after {
    content: '';
    position: absolute;
    top: -20px;
    right: 0px;
    width: 120px;
    height: auto;
    max-height: 200px;
    aspect-ratio: 1 / 1;
    background: url(https://ep01.epimg.net/estaticos/arc/2025/01/cacocracia/sticker-caparros.png) center no-repeat;
    background-size: contain;
}

body .cs_t {
    border-bottom: none;
}

body .a .a_e-v .a_e_m .a_m_c {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

/* LADILLO PREVIO A FOTOTEXTO */
body .a .a_c > h3:after {
    height: 0px;
}
body .a .a_c > h3 {
    font-family: 'MajritBn', sans-serif;
    font-size: 1.9rem;
    font-weight: 900;
    letter-spacing: -1px;
    text-align: left;

    padding-bottom: 0px;
    margin-bottom: 24px;
}

/* FOTOTEXTO */
body .a_fts {
    margin-top: 0px;
}

body .a_ft img {
    border-radius: 10px;
}

body .a_ft_t {
    font-family: 'MajritBn', sans-serif;
    font-size: 1.35rem;
    line-height: 1.5rem;
    font-weight: 900;
    text-align: left;
} 

body .a_ft_txt {
    font-size: 1.2rem;
    line-height: 1.5;
}

@media only screen and (min-width: 25em) {
    body .a_e .a_st {
        padding-right: 120px;
    }
}

@media only screen and (min-width: 48em) {
    body .a_e .a_st {
        padding-right: 146px;
    }
    body .a_e .a_st:after {
        width: 160px;
        top: -10px;
    }
}

@media only screen and (min-width: 48em) and (max-width: 62.5625em) {
    body .a .a_c > h3 {
        margin-left: 0px;
    }
}
 
@media only screen and (min-width: 62.5625em) {
    body .a_e { 
        max-width: 624px; 
        justify-self: center;
    }
    body .a .a_e-v .a_e_txt {  grid-column: 1/13; }
    body .a .a_e-v .a_e_m, .a_e-o .a_e_m {  grid-column: 1/13;}
    body .a .a_e {padding-top: 0;}

    body .a_e .a_st {
        padding-right: 172px;
    }
    body .a_e .a_st:after {
        width: auto;
        height: calc(100% + 50px);
    }
}

@media only screen and (min-width: 74.9375em) {
    body {overflow-x:hidden;}
    body .a .w-cr {
        margin: 3.75rem var(--grid-10-2-column-content);
    }
}