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

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

@font-face {
    font-family: 'MajritTx';
    src: url('//static.elpais.com/dist/resources/fonts/majrit/majrit-text/Majrit-Text-Roman.woff') format('woff');
    font-weight: 360;
    font-style: normal;
}

/* SOBRESCRITURA */
body .a_e,
body .a .a_c .a_m_p {
  display: none;
}

body .a_md {
  margin-top: 60px;
}

body .z-he .x.x-nf {
  background: #fff;
}

body .a_s:before {
    height: 0px;
}

/* APERTURA */
.apertura {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;

  position: relative;
  
  background: #111;
}

.apertura:after {
    content: "";
    display: block;

    position: absolute;
    bottom: -8px;
    left: 0px;
    width: 100%;
    height: 8px;
    background: #C7C19E;

    z-index: 2;
}

.apertura .apertura_imagen {
  width: 100%;
  height: 100%;
  background: url(//ep01.epimg.net/estaticos/arc/2025/09/docu-rohinya/media/mobile.png) no-repeat center top;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
}

.apertura .apertura_imagen::after{
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(17,17,17,0.75) 0%, rgba(17,17,17,0) 100%);
  position: absolute;
  bottom: 0px;
  left: 0;
}

.apertura .apertura_titulo {
  max-width: 330px;
  margin: 0 auto 40px;

  position: relative;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;

  border-top: 1px solid #fff;

  z-index: 2;
}

.apertura_titulo span.documental {
    display: block;

    font-family: 'MajritBn', serif;
    font-weight: 720;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;

    color: #000;
    background-color: #C7C19E;

    box-sizing: border-box;
    padding: 2px 4px;
    margin-top: 16px;
}

.apertura_titulo h1 {
    font-family: 'MajritBn', serif;
    font-weight: 300;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 0 auto;
} 

.apertura_titulo h2 {
    font-family: 'MajritTx', serif;
    font-weight: 360;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.11px;
    text-align: center;
    text-transform: uppercase;
    color: #C7C19E;
    margin: 0 auto;
}

.apertura_titulo .bajar {
  display: inline-block;
  text-align: left;
  margin: 2px auto 0;
  position: relative;
  z-index: 1;
  opacity: 0;
  visibility: visible;
  animation: bajar 3s infinite 1.5s, opacidad 1s forwards 1.5s;
}

.apertura_titulo .bajar span {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  width: 16px;
  height: 16px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(135deg);
}

/* LADILLOS */
body .a_c>h2{
  font-family: MajritTx,serif;
  font-weight: normal;
  font-size: 24px;
  display: inline-block;
  box-sizing: border-box;
  color: #000;
  line-height: 1;
}

body .a_c>h2 b {
  font-weight: 900;
}

body .a_c>h2:after {
    display: none;
}

body .a_c>h3:after {
  top: -10px;
  bottom: auto;
}

/* FOTOTEXTOS */
body .a_ft {
  padding: 0 0 40px;
  border-top: none;
  background: #f5f5f5;
  margin-bottom: 40px;
}

body .a_ft_txt {
  padding: 0 20px;
}

body .a_ft_t {
  font-family: Marcin,serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.1;
  margin: 0 0 10px;
  color:#2DB2F9;
  text-transform: uppercase;
}

body .a_ft_txt div {
  font-family: MajritTx,serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1;
}

body .a_ft_txt div span {
  display: block;
  font-family: Marcin,serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 10px 0 0;
  color:#6F6C6C;
}

body .a_ft:last-child {
 border:none;
}

/* VÍDEO INTERIOR */
body .ph-v_b {
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  pointer-events: none;
  padding: var(--grid-offset);
  text-align: left;
  box-sizing: border-box;
  max-width: 100%;
  z-index: 1010;
  display: flex;
  height: 100%;
  justify-content: center;
}

body .ph-v_p {
  flex: 0 0 18%;
  max-width: 100%;
}

body .ph-v_c {
  display:none
}

@media (min-width: 48em){
    .apertura .apertura_imagen {
        width: 100%;
        height: 100%;
        background: #111 url(//ep01.epimg.net/estaticos/arc/2025/09/docu-rohinya/media/desktop.png) no-repeat center top;
        position: absolute;
        top: 0;
        left: 0;
        background-size: cover;
    }

    .apertura .apertura_titulo {
        max-width: 612px;
        gap: 22px;

        margin: 0 auto 90px;
    }

    .apertura_titulo span.documental {
        font-size: 20px;

        margin-top: 20px;
    }

    .apertura_titulo h1 {
        font-size: 70px;
        line-height: 78px;
        letter-spacing: 0px;
    } 

    .apertura_titulo h2 {
        font-size: 26px;
        line-height: 36px;
        letter-spacing: -0.11px;
    }
}

@media (min-width: 48em) and (max-height: 60em) {
    .apertura .apertura_titulo {
        gap: 16px;
        margin: 0 auto 40px;
    }
}

@media (min-width: 74.9375em) {
  body .w.w-cr {
    margin: 3.75rem var(--grid-10-2-column-content) 2rem var(--grid-10-2-column-content)
  }
}

/* ANIMACIONES */
@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;
  }
}