@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")
}

@font-face {
  font-family: MarcinAntB;
  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")
}

/* SOBRESCRITURA ELEMENTOS */
.a .a_k, .a .a_t {
  display: none;
}

body .a_c p a {
  color: #000;
}

/* apertura */
.apertura { 
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  box-sizing: border-box;
  padding-bottom: 0;
  background: #fff;
  overflow: hidden;
  position: relative;  
  }
  
  .apertura_contenedor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  }
  
  .ilustracion {
  width: 23.75rem;
  position: relative;
  }
  
  .ilustracion img {
  width:  100%;
  }
  
  
  .apertura_textos {
  text-align: center;
  width: 100%;
  }
  
  
  .apertura_textos h1 {
  text-align: left;
  color: #000;
  letter-spacing: -0.03125rem;
  font-size: 1.8rem;
  line-height: 1.1;
  max-width: 19.6875rem;
  margin: 0 auto 1.25rem;
  padding: 2.0625rem 0 0;
  font-family: MajritBn;
  font-style: normal;
  font-weight: 900;
  }
  
  .apertura_textos h1 span {
  display: block;
  font-family: MajritTx;
  font-weight: bold;

  }
  
  .apertura_textos h1 span strong {
  display: inline-block;
  background:#FFFCB3;
  }

  .apertura .bajar {
  display: block;
  text-align: left;
  margin: 0;
  position: relative;
  z-index: 1;
  opacity: 0;
  visibility: visible;
  animation: bajar 3s infinite 3s, opacidad 1s forwards 2s;
  bottom: -0.4375rem;
  }
  
  .apertura .bajar span {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 0.0625rem solid black;
  border-right: 0.0625rem solid black;
  transform: rotate(135deg);
  }
  
  body .a_c>h2 {
  color: #000;
  font-family: MajritTx;
  font-style: normal;
  font-weight: 900;
  font-size: 1.375rem;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  border-bottom: 0.0625rem solid #000;
  padding-bottom: 0.625rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;

  }
  body .a_c>h2 b {
  font-weight: 300;
  font-size: 0.875rem;
  width: max-content;
  flex: none;
  }

  body .a_c>h2:after,
  body .a_c>h3:after,
  body .a_c>h4:after {
  display: none;
  }
  body .a_c>h3 {
  color: #000;
  font-family: MajritTx;
  font-style: normal;
  font-weight: 900;
  font-size: 1.0625rem;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 0.125rem;
  }

  body .a_c>h4 {
  color: #000;
  font-family: MajritTxRoman;
  font-style: normal;
  font-weight: 100;
  font-size: 1.0625rem;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  }

  body .a_c>h3 + p {
  color: #000;
  font-family: MajritTxRoman;
  font-style: normal;
  font-weight: 100;
  font-size: 1.0625rem;
  line-height: 1;
  }

  body .a_c>h3 + p a:after {
  content: ">";
  display: inline-block;
  position: relative;
  bottom: -.125rem;
  margin-left: .3125rem;
  }

  body .a_c>h3 + p a {
  text-decoration: none;
  }

  body .a_c> h4 + .a_m {
  margin-top: 0.875rem;
  }

  body .a_m_p {
  font-size: .85rem;
  margin-top: 0.25rem;
  }

  body .a_m_m {
  font-weight: 800;
  margin-top: 0.25rem;
  display: none;
  }

  body .a_c > .a_m .a_m_p {
  border-bottom: 0.0625rem solid #4a4a4a;
  }

  body .a_c > .a_m .a_m_w, 
  body .a_c > .a_m .a_m_c {
  margin-left: 0;
  margin-right: 0;
  }

  body .a_c > .a_m {
  margin-bottom: 3rem;
  }
   
  mark.hl_yellow {
  background-color: #FFFCB3;
  font-weight: 800;
  font-family: 'MajritTx';
  }

@media (max-width: 47.9375em){ 
  body .apertura {
   height: 37.5rem;
  }
  .ilustracion {
    order: 0;
    max-width: 19.6875rem;
    margin: 0 auto;
  }
   
}

@media (min-width: 48em){
  
  .apertura {
    min-height: 53.75rem;
  }
 
  .ilustracion {
    width: 31.25rem;
    order: 0;
  }
  
  .apertura_textos {
    margin-top: 3.75rem;
    max-width: 31.25rem;
  }
  
  .apertura_textos h1 {
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-size: 2.5rem;
  }
  
  .apertura .bajar span {
    width: 0.75rem;
    height: 0.75rem;
  }
  
  
  
  .apertura .bajar {
    bottom: -1.5625rem;
  }
  
  
  body .a_c>h2 {
    font-size: 1.625rem;
    line-height: 1.1;
    margin: 5rem 0 0.625rem;
    padding-bottom: 0.625rem;
  }
  body .a_c>h2 b {
    font-size: 0.875rem;
  }

  body .a_c>h3 {  
    font-size: 1.25rem;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 0.325rem;
  }
  
  body .a_c>h4 {
    font-size: 1.25rem;
    line-height: 1;
    margin: 0;
  }

  body .a_c>h3 + p{
    font-size: 1.25rem;
    line-height: 1;
  }
  
  body .a_c> .a_m {
    margin-top: 1.25rem;
  }
  

}

@media (min-width: 62.5625em) {
 

  body .apertura {
    height:  37.5rem;
    padding-bottom: 0;
    min-height: auto;
    }
  
    .apertura_contenedor {
    max-width: 56.25rem;
    margin: 0 auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    }
  
    .ilustracion  {
    width:  50%;
    }
  
    .apertura_textos {
    width: 50%;
    position: static;
    transform: none;
    padding: 0 2.5rem;
    align-self: center;
    margin: 0;
    box-sizing: border-box;
    max-width: 100%;
    }
  
    
    .apertura_textos h1 {
    color: #000;
    max-width: 100%;
    font-size: 2.5rem;
    }

    .apertura_textos h1 span strong{
    padding: 0.625rem 0.125rem 0.25rem;
    }
  
    body .a_c>h2,
    body .a_c>h3,
    body .a_c>h4,
    body .a_c> .a_m {
    margin-left:var(--grid-10-2-column-content) ;
    margin-right:var(--grid-10-2-column-content) ;
    }

    body .a_m_i-a {
    display: none;
    }


}




@media (min-width: 75ºem){ 

  body .apertura {
    height:  43.75rem;
  }
  
  .apertura_contenedor {
    max-width: 67.5rem;
  }
  .apertura_textos{
    padding: 0px 0px 0 6.25rem;
  }
  
  .apertura_textos h1 {
   font-size: 2.75rem;
  line-height: 1.1;
  }
  
  
  }
  

  @media (min-width: 87.5em){ 


  body .apertura {
    height: 53.125rem;
  }
  
  .apertura_contenedor {
    max-width: 87.5rem;
  }
  .apertura_textos{
    padding: 0px 0px 0 8.75rem;
  }
  
  .apertura_textos h1 {
    font-size: 3.25rem;
    line-height: 1.1;
    max-width: 31.25rem;
  }
  
  }




/* animaciones */
@keyframes opacidad {

  100% {
    opacity:1;
  }
  }
  
  @keyframes fade {
  0% {
    opacity:1;
  }
  17% {
    opacity:1;
  }
  25% {
    opacity:0;
  }
  92% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
  }
  
  @keyframes bajar {
  0%, 100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-0.5rem);
  }
  50% {
    transform: translateY(0rem);
  }
  75% {
    transform: translateY(-0.25rem);
  } 
  }
  
  @keyframes opacidad {
  100% {
    opacity: 1;
    visibility: visible;
  }
  }
  
  @keyframes width {
  100% {
    width: 100%;
  }
  }
  
  @keyframes width12 {
  100% {
    width: 12%;
  }
  }
  
  @keyframes width25 {
  100% {
    width: 25%;
  }
  }
  
  @keyframes width30 {
  100% {
    width: 30%;
  }
  }
  








body .a_m_m {
  font-weight: 600;
  margin-top: 0.25rem;
  display: block;
}
 
body .a_c > .a_m .a_m_p {
  border-bottom: none;
}
 
body .a_m_p {
font-size: .75rem;
  margin-top: 0;
}
 
body .a_c > .a_m {
  margin-bottom: 1rem;
}
 
.a_q {
  margin: 1rem 0 2.4375rem;
  font-family: MajritTxRoman,serif;
  font-size: 1.5rem;
  color: #000;
  line-height: 1.9375rem;
  letter-spacing: -.03625rem;
  padding-top: 3.875rem;
  background-image: url("data:image/svg+xml,%3Csvg width=%2767px%27 height=%2750px%27 viewBox=%270 0 67 50%27 version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27%3E%3Ctitle%3E%E2%80%9D%3C/title%3E%3Cg id=%27Noticia%27 stroke=%27none%27 stroke-width=%271%27 fill=%27none%27 fill-rule=%27evenodd%27 opacity=%270.9%27%3E%3Cg id=%27Noticia-desktop-foto-grande%27 transform=%27translate%28-377.000000, -10924.000000%29%27 fill=%27%23000000%27 fill-rule=%27nonzero%27%3E%3Cpath d=%27M383.285714,10974 C400.440476,10969.3608 410,10957.8918 410,10943.201 C410,10932.2474 403.452381,10924 392.583333,10924 C383.547619,10924 377,10931.3454 377,10939.9794 C377,10947.8402 382.761905,10953.3814 390.357143,10953.3814 C393.5,10953.3814 396.380952,10952.3505 398.869048,10950.4175 L399.654762,10950.8041 C399.130952,10960.4691 392.059524,10966.3969 381.452381,10970.2629 L383.285714,10974 Z M417.285714,10974 C434.440476,10969.3608 444,10957.8918 444,10943.201 C444,10932.2474 437.452381,10924 426.583333,10924 C417.547619,10924 411,10931.3454 411,10939.9794 C411,10947.8402 416.761905,10953.3814 424.357143,10953.3814 C427.5,10953.3814 430.380952,10952.3505 432.869048,10950.4175 L433.654762,10950.8041 C433.130952,10960.4691 426.059524,10966.3969 415.452381,10970.2629 L417.285714,10974 Z%27 id=%27%E2%80%9D%27 transform=%27translate%28410.500000, 10949.000000%29 scale%28-1, 1%29 translate%28-410.500000, -10949.000000%29 %27%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto 3.125rem;
  min-height: 2.5rem;
}
 
@media (min-width: 62.5625em) {
  .a_q {
  letter-spacing: -.03625rem;
  padding-top: 0;
  padding-left: var(--grid-10-2-column-content);
  background-position: var(--grid-10-1-column-content-gap) 1.75rem;
  background-size: var(--grid-10-1-column-content) auto;
  margin: 1rem var(--grid-10-2-column-content) 3.75rem 0;
  min-height: 5.625rem;
  }
}
 