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

/* SOBRESCRITURA */
body {
    background-color: #FEFAEB !important;
}
body .a {
    background-color: transparent !important;
}

body .a_s:before {
  background: linear-gradient(to bottom, #FEFAEB30 23%,#FEFAEB 90%) !important;
}

body .a_e {
    padding-top: 4rem !important;
    border-bottom: 0px !important;
    background: transparent !important;
}
.tpl-a-especial .a_e:after {
    height: 0px !important;
}

/* APERTURA */
body .a_e .a_e_txt {
    max-width: 780px;
    margin: 0 auto;
    text-wrap: balance;
}
body .a_e .a_k {display: none;}
body .a_e .a_t {
    font-family: 'MajritBn', sans-serif;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}
body .a_e .a_st {
    font-family: 'MajritBn', sans-serif;
    font-weight: 372;
    line-height: 1.2;
    text-align: center;

    max-width: 720px;
}

/* CONTENIDO (FOTOTEXTOS, LADILLOS, ETC) */

/* Ladillos */
body .a .a_c > h2 {
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-bottom: 4rem;
}
body .a .a_c > h2:after {
    position: absolute;
    bottom: -2px;
    background-color: #F7CF3C;
    height: 25px;
    left: unset;
    right: -10px;
    z-index: -1;
    
    width: 80%;
    max-width: 250px;
}

/* Fototextos */
body .a_fts {
  overflow: hidden;
}

body .a_fts + .a_fts {
  margin-top: calc(3.75rem - 20px);
}

body .a_ft {
    max-width: 375px;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 0;
    border-top: 5px solid #F7CF3C;
    background: #fff;
}

body .a_ft_m {
  margin-bottom: 0;
  overflow: hidden;
}

body .a_ft_txt {
  padding: 20px 17px 30px;
  text-align: center;
  font-size: 1.18rem;
  line-height: 1.5;
}

body .a_ft:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

body .a_ft_t {
  font-weight: 900;
  font-size: 1.9rem;
  line-height: 1;
  margin-bottom: 1.5rem;
  text-wrap: pretty;
}

/* MEDIA QUERIES */
@media (min-width: 48em){
    body .a_fts + .a_fts {
        margin-top: calc(3.75rem + 20px);
    }

  body .a_ft {
    grid-column-gap: 0.9375rem;
    margin-bottom: 80px;
    background: #fff;
    max-width: 700px;
  }

  body .a_ft_m {
    margin-bottom: 0;
    grid-column: 1 / 4;
  }

  body .a_ft_m a {
    height: 100%;
  }

  body .a_ft_m a img {
    height: 100%;
    object-fit: cover;
  }

  body .a_ft_txt{
    grid-column: 4 / 8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 42px 30px 32px;
  }

    body .a .a_c > h2:after {
        bottom: -14px;
        height: 40px;
    }
}

@media (min-width: 62.5625em){
    body .a_fts {
        margin: 3.75rem var(--grid-10-1-column-content);
    }

    body .a_ft_txt {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px 42px 30px 32px;

        font-size: 1rem;
        line-height: 1.5;
    }

    body .a_ft_t {
        line-height: 1;
        margin-bottom: 20px;
    }

    body .a .w-cr {
        margin: 3.75rem var(--grid-10-1-column-content);
    }
}

@media (min-width: 74.9375em) {
    body .a_e .a_t {
        font-size: 3.125rem;
    }

    body .a_e .a_st {
        font-size: 2rem;
    }

    body .a_fts {
        margin: 3.75rem var(--grid-10-1-column-content);
    }

    body .a_ft {
        grid-column-gap: 0.9375rem;
    }

    
}