
/*fuentes*/

@font-face {
  font-family: Marcin;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("https://static-sandbox.elpais.com/dist/resources/fonts/marcin-ant-b/marcinantb-regular-webfont.woff2") format("woff2"),
       url("https://static-sandbox.elpais.com/dist/resources/fonts/marcin-ant-b/marcinantb-regular-webfont.woff") format("woff")
}

@font-face {
  font-family: Marcin;
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("https://static-sandbox.elpais.com/dist/resources/fonts/marcin-ant-b/marcinantb-bold-webfont.woff2") format("woff2"),
       url("https://static-sandbox.elpais.com/dist/resources/fonts/marcin-ant-b/marcinantb-bold-webfont.woff") format("woff")
}

@font-face {
  font-family: Marcin;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://static-sandbox.elpais.com/dist/resources/fonts/marcin-ant-b/marcinantb-heavy-webfont.woff2") format("woff2"),
       url("https://static-sandbox.elpais.com/dist/resources/fonts/marcin-ant-b/marcinantb-heavy-webfont.woff") format("woff")
}



.a .a_e_m {
  margin-bottom: 35px;
}

body .a_c>h1, 
body .a_c>h2, 
body .a_c>h3,
body  .a_c>h4,
body  .a_c>h5,
body  .a_c>h6 {
  font-family:  "Marcin",serif;
  font-weight: bold;
}

.a .a_c > h2 {
  font-family:  "Marcin",serif;
  font-weight:  900;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  margin-bottom: 47px;
}

.a .a_c > h2:after {
  width: 100%;
}

.a .a_fts {
  max-width: 830px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.a_fts .a_ft {
  display: flex;  
  flex-direction: column;
  border-top: none;
  margin-right: 25px;
  padding: 0;
  width: 40%;
  max-width: 130px;
  margin-bottom: 20px;
}

.a_fts .a_ft:last-child {
  border-bottom: none;
  margin-right: 0;
}

.a_ft .a_ft_m {
 /* border-radius: 10px;*/
  overflow: hidden;
}

.a_ft .a_ft_txt {
  font-family: MarcinAntB;
  font-style: italic;
  font-weight: 400;
  color: #9B9B9B;
  font-size: 17px;
  line-height: 21px;
}

.a_ft .a_ft_txt .a_ft_t {
  font-family: MarcinAntB;
  font-style: normal;
  font-weight: 400;
  color: black;
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 0;
}

.a .a_c > h3 {
  text-transform: uppercase;
  padding-top: 15px;
}

.a .a_c > h3:after {
  width: 100%;
  bottom: auto;
  top: 0;
}

.a .a_c > h3:before {
  content: '';
  display: block;
  width: 132px;
  height: 4px;
  background: black;
  position: absolute;
  top: -4px;
  left: 0;
}

.a .a_c > h4:after {
  width: 100%;
}

.a .a_c > ul {
  list-style: none;
  padding-left: 10px;
}

.a .a_c > ul li,
.a .a_c > ul li:not(:last-child) {
  font-style: normal;
  font-weight: 400;
  font-family: MarcinAntB;
  margin-bottom: 5px;
}


.a .a_c > ul li a {
  color: black;
}

.a .a_c > ul li b {
  display: inline-block;
  background: black;
  color: white;
  padding: 2px 6px;
  font-weight: normal;
  font-family: MarcinAntB;
}

.a .a_c > ul li u,
.a .a_c > ul li u b,
.a .a_c > ul li b u {
  color: #FAFCA3;
  text-decoration: none;
}

.a .a_c > ul li i b{
  padding-left:  0;
}

.a .a_c > ul li u b{
  padding-right:  0;
}

.a .a_c > ul li u + b{
  padding-right: 4px;
  padding-left:  0;
}

/* despieces */
.a .a_c .a_de {
  background:  #FEFEE0;
  border: none;
  padding-bottom: 35px;
  padding-top: 35px;
}


.a .a_c .a_de:first-of-type {
  padding-top:  50px;
}

.a .a_c .a_de:last-of-type {
  padding-bottom:  50px;
}


.a .a_c .a_de_t:after {
  content: none;
  display: none;
}
/* revisar 
.a .a_c h2 + .a_de .a_de_t:after,
.a .a_c h3 + .a_de .a_de_t:after,
.a .a_c p + .a_de .a_de_t:after{
  content: '';
  display: block;
  bottom: auto;
  top: -26px;
  width: 100%;
  height: 1px;
}*/

/*
.a .a_c h2 + .a_de .a_de_t:before,
.a .a_c h3 + .a_de .a_de_t:before,
.a .a_c p + .a_de .a_de_t:before,
.a .a_c .a_fts + .a_de .a_de_t:before {
  content: '';
  display: block;
  position: absolute;
  top: -30px;
  width: 130px;
  height: 4px;
  left: 0;
  background: black;
}*/
/* revisar 
.a .a_c h2 + .a_de,
.a .a_c h3 + .a_de,
.a .a_c p + .a_de,
.a .a_c .a_fts + .a_de {
  border-top: 1px solid black;
  border-radius: 14px 14px 0 0;
  padding-top: 70px;
  border-radius: 20px;
}
*/
.a .a_c .a_de + .a_de {

}

.a .a_c .a_de .a_de_txt {
  padding-bottom: 20px;
  border-bottom: 1px dashed black;
}

body .a_de_t {
  font-family: Marcin, serif;
  font-weight: 900;
}

.a .a_c .a_de .a_de_txt p {
  margin-top: 5px;
}

.a .a_c .a_de .a_de_txt p a { 
  color: #000;
  margin-bottom: 15px;
  display: inline-block;
}

.a .a_c .a_de .a_de_txt strong {
  display: block;
  font-family: MarcinAntB;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
}


  /* alfombra roja y ganadores */

  body .a_ei {
    width: 100%;
    margin: 3.75rem auto;
    box-sizing: border-box;
  }

  body .a_ei_r:nth-of-type(n+2) {
    padding-top: 0;
  }

  body .a_ei div {
    display: flex;
    height:  442px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #000;
    grid-column-gap: 0;
  }

  body .a_ei_h {
    display:  none;
  }

  body .a_ei .a_ei_m {
    flex:  1 1 100%;
    width: 100%;
    height: 50%;
    overflow: hidden;
    max-width: 414px;
  }

  body .a_ei .a_ei_m a,
  body .a_ei .a_ei_m span {
    display: block;
    width: 100%;
    height: 100%;
  }

  body .a_ei .a_ei_m img {
    width: 100%;
    height:  100%;
    object-fit: cover;
    object-position: center;
  }

  body .a_ei .a_ei_t {
    flex: 1 1 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: MarcinAntB, serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #FAFCA3;
    padding: 0;
    background-image: none;
    position: relative;
    margin-top: -50px;
    width: 100%;

  }

  body .a_ei .a_ei_t:after {
    position: absolute;
    bottom: 57px;
    left: 50%;
    transform: translateX(-50%);
    content: "Ver";
    z-index: 1;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    width: 60px;
    line-height: 19px;
    border-top: 1px solid #fff;
    padding-top: 10px;
  } 

  body .a_ei_arr {
    display: none;
  }



@media (min-width: 768px) {

  .a .a_fts {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .a_fts .a_ft {
    width: auto;
    max-width: 100%;
    margin-bottom: 0;
  }

  .a .a_c .a_de {
    width: 100%;
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding:  0 23px 35px;
    box-sizing: border-box;
  }

  body .a_de_t ,
  body .a .a_c .a_de .a_de_txt {
    max-width: 830px;
    margin:  0 auto;
  }

  .a .a_c h2 + .a_de,
  .a .a_c h3 + .a_de,
  .a .a_c p + .a_de,
  .a .a_c .a_fts + .a_de {
   
  }

  .a .a_c .a_de + .a_de {
   
  }

  .a .a_c .a_fts + .a_de {
    padding-top: 50px;
  }
 

    /* alfombra roja 2 */

    body .a_ei {
      width: 100%;
      margin: 3.75rem auto;
      box-sizing: border-box;
    }

    body .a_ei div {
      display: flex;
      height:  311px;
      flex-direction: row;
    }

    body .a_ei .a_ei_m {
      flex:  1 1 50%;
      height: 100%;
      width: 50%;
    }

    body .a_ei .a_ei_t {
      flex:  1 1 50%;
    font-size:  35px;
    line-height: 35px;
    font-weight:  bold;
    text-align: center;
    text-transform:  uppercase;
    color:  #FAFCA3;
    padding: 0;
    background-image:  none;
    position: relative;
      margin-top: -50px;
    }

  body .a_ei .a_ei_t:after {
    position: absolute;
    bottom: -57px;
    font-size: 12px;
    width: 60px;
    line-height: 19px;
    padding-top: 10px;
  } 



}

@media (min-width: 1001px) {

  /* articulo */

  body .a {
    max-width: 1001px;
  }

  .a .a_e_m {
    margin-bottom: 100px;
  }

  body .a .a_c .a_de {
    width: 100vw;
    margin-left: calc(((100vw - 793px)/2)*-1);
    margin-right: 0;
    max-width: none;
  }

  /* alfombra roja y ganadores */
  body .a_ei {
    width: 792px;
  }

  body .a_ei div {
    height:  311px;
  }


  body .a_ei .a_ei_t {
    margin-top: -50px;
  }


}


@media (min-width: 1200px) {

  /* articulo */

  body .a {
    max-width: 1200px;
  }

  body .a .a_c .a_de {
      width: 100vw;
      margin-left: calc(((100vw - 958px)/2)*-1);
  }

  /* alfombra roja y ganadores */

  body .a_ei {
    width: 958px;
    margin: 3.75rem auto;
    box-sizing: border-box;
  }

}

