/* FUENTES */
@font-face {
    font-family: MajritBn;
    font-style: normal;
    font-weight: bold;
    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: 900;
    font-display: swap;
    src: url(https://static.elpais.com/dist/resources/fonts/majrit/majrit-banner/Majrit-Banner-Black.woff2) format("woff2")
    ,url(https://static.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.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: Majrit Text;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://static.elpais.com/dist/resources/fonts/majrit/majrit-text/Majrit-Text-Black.woff2) format("woff2")
    ,url(https://static.elpais.com/dist/resources/fonts/majrit/majrit-text/Majrit-Text-Black.woff) format("woff")
}

@font-face {
    font-family: Majrit Txt;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://static.elpais.com/dist/resources/fonts/majrit/majrit-text/Majrit-Text-Medium.woff2) format("woff2")
    ,url(https://static.elpais.com/dist/resources/fonts/majrit/majrit-text/Majrit-Text-Medium.woff) format("woff")
}

/* SOBRESCRITURA */
body {
    background: #E7E8FD;
}
body .x-ph {
    background: #fff;
}
body article.a {
    background: #E7E8FD;
}
#footer-lazy * {
    background-color: transparent !important;
}
body .a_s {
    box-shadow: none;
}
body .a_s:before {
    background: linear-gradient(to bottom, #E7E8FD40, #E7E8FD 74%) !important;
}

body .a_k,
body .a_t {
  display: none;
}

.x-f .pb_p {
    background: #8262E8;
}

.x-f .pb {
    background: #DFDEFF;
}

.x-f {
    background-color: #fff;
}
   
.w_rs ._btn {
    background-color: #f2f2ff;
}

body .a .a_c p a, .w-cr a {
    color: #191919;
    text-decoration: underline;
}

body .a .btn-6 {
    background: #191919;
}
   
body .a .a_tp_si_l {
    color: #191919;
}
   
body .a .a_com_l {
    color: #191919;
}
   
body .w-ae .btn {
    background: #f2f2ff;
}
   
body .w-cr_a a {
    color: #191919;
}
   
body .fo_c2mitad-ul {
    color: #191919;
}

body .a .a_c ._rt > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
  }
   
body .a .a_c .a_gl_n span.active {
    background-color: #8262E8;
    width: .4375rem;
    height: .4375rem;
}
   
body .a .a_c .a_gl .a_m_w {
    background: transparent;
}
   
body .a .a_c ._re {
    width: 100%;
    height: auto;
    border-radius: 30px;
}  

body .a .a_c .a_gl {
    margin: 3.125rem 0;
}
   
body .a .a_c > .a_m .a_m_w, .a_c > .a_m .a_m_c {
    margin-left: 0;
    margin-right: 0;
}
   
body .a .a_c .a_em {
    margin: 3.125rem 0;
}

@media (min-width: 768px) {
    body .a .a_c .a_gl {
      margin: 3.75rem 0;
    }
}

/* APERTURA */
body .apertura {
    height: calc(100vh - 56px) !important;
    height: calc(100dvh - 56px) !important;
    min-height: calc(100vh - 56px) !important;
    min-height: calc(100dvh - 56px) !important;

    background-color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    padding-bottom: 0;
    overflow: hidden;
    position: relative;  
}

body .apertura .ap-contenedor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

body .apertura .ap-ilustracion {
  width: 320px;
  position: relative;
}

body .apertura .ap-ilustracion img {
  width:  100%;
}

body .apertura .ap-title {
  text-align: center;
}

body .apertura .ap-title h1 {
    font-family: 'MajritBn',sans-serif;
    font-weight: 900;
    font-size: 32px;
    line-height: 30px;
    letter-spacing: -2%;
    text-align: center;

    max-width: 250px;
    padding: 0;
    margin: 0;
    margin-bottom: 16px;
}

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

body .apertura .ap-title .bajar span {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  width: 15px;
  height: 15px;
  border-top: 1px solid black;
  border-right: 1px solid black;
  transform: rotate(135deg);
}

body .apertura .ap-firma {
    position: absolute;
    bottom: 12px;
    right: 12px;
    font-family: 'MarcinAntB',sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14.68px;
    letter-spacing: 0%;
    text-align: right;
}

/* LADILLOS */
body .a .a_c > h3 {
    display: block;
    text-align: left;
    width: fit-content;
    max-width: 320px;

    position: relative;
    padding-top: 16px;
    margin-top: 116px;
    margin-bottom: 24px;
    border-top: 1px solid;
}   

body .a .a_c > h3:before {
    content: '';
    position: absolute;
    top: -76px;
    left: 0px;
    
    background: url(//ep01.epimg.net/estaticos/arc/2025/03/mujeres-no-se-callan/media/matrioska1.svg?v=1) center no-repeat;
    width: 60px;
    height: 60px;
    background-size: contain; 
}

body .a .a_c > h3:after {
    height: 0px;
}

body .a .a_c > h3:nth-of-type(2):before {
    background-image: url(//ep01.epimg.net/estaticos/arc/2025/03/mujeres-no-se-callan/media/matrioska2.svg?v=1) !important;
}

body .a .a_c > h3:nth-of-type(3):before {
    background-image: url(//ep01.epimg.net/estaticos/arc/2025/03/mujeres-no-se-callan/media/matrioska3.svg?v=1) !important;
}

body .a .a_c > h3:nth-of-type(4):before {
    background-image: url(//ep01.epimg.net/estaticos/arc/2025/03/mujeres-no-se-callan/media/matrioska4.svg?v=1) !important;
}

body .a .a_c > h3:nth-of-type(5):before {
    background-image: url(//ep01.epimg.net/estaticos/arc/2025/03/mujeres-no-se-callan/media/matrioska5.svg?v=1) !important;
}

/* AUDIO */
body .a .a_c .w-ap {
        min-height: unset;
}
body .a .a_c .core_skin {
    position: relative;
}

body .a .a_c .core_player_container {
    height: 100% !important;
    min-height: 71px !important;
}

body .a .a_c .mm_AudioPlayer_storycard {
    background: #fff;
    box-sizing: border-box;
    padding: 12px 20px;
    width: 100%;
    max-width: 500px;
    border-radius: 60px;

    position: relative;
    height: inherit;
}
body .a .a_c .mm_AudioPlayer_storycard:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 60px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    
    border-top: 14px solid #fff;
}
body .a .a_c .mm_AudioPlayer_storycard .mm_progreso {
    position: relative !important;
    left: 8px !important;
    width: calc(100% - 46px) !important;
    top: 0px !important;
}


body .a .a_c .mm_AudioPlayer_storycard .mm_boton_play svg, 
body .a .a_c .mm_AudioPlayer_storycard .mm_boton_pausa svg {
    fill: #000;
    stroke: none;
}
    
body .a .a_c .mm_AudioPlayer_storycard .mm_boton_play, 
body .a .a_c .mm_AudioPlayer_storycard .mm_boton_pausa {
    background-color: #E7E8FD;
    overflow: hidden;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #000;
}
     
@media (min-width: 1000px) {
    body .a .a_c .mm_AudioPlayer--escritorio .mm_boton_play::before {
    background: #E7E8FD;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: top left;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: -1;
    }
}
    
@media (min-width: 1000px) {
    body .a .a_c .mm_AudioPlayer--escritorio .mm_boton_play {
    background-color: #E7E8FD !important;
    }
}
    
body .a .a_c .mm_AudioPlayer--escritorio .mm_boton_play {
    background-color: #E7E8FD !important;
}
     
@media (min-width: 1000px) {
    body .a .a_c .mm_AudioPlayer--escritorio .mm_boton_play:hover {
    background-color: #E7E8FD !important;
    }
}
    
body .a .a_c .mm_AudioPlayer--escritorio .mm_boton_play:hover {
    background-color: #E7E8FD !important;
}
    
@media (min-width: 1000px) {
    body .a .a_c .mm_AudioPlayer--escritorio .mm_boton_pausa::before {
        background: #E7E8FD;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform-origin: top left;
        transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    }
}
     
@media (min-width: 1000px) {
    body .a .a_c .mm_AudioPlayer--escritorio .mm_boton_pausa {
        background-color: #E7E8FD !important;
    }
}
    
body .a .a_c .mm_AudioPlayer--escritorio .mm_boton_pausa {
    background-color: #E7E8FD !important;
}
    
@media (min-width: 1000px) {
    body .a .a_c .mm_AudioPlayer--escritorio .mm_boton_pausa:hover {
    background-color: #E7E8FD !important;
    }
}
    
body .a .a_c .mm_AudioPlayer--escritorio .mm_boton_pausa:hover {
    background-color: #E7E8FD !important;
}

body .a .a_c .mm_AudioPlayer_storycard .mm_progreso .mm_progreso_texto {
    font-size: 13px;
    text-transform: none;
    font-weight: 700;
    font-family: MajritTx,serif;
    line-height: 15px;
    margin-top: 3px;
}
      
body .a .a_c .mm_AudioPlayer_storycard .mm_progreso_barra {
    left: 0;
    height: 2px;
    background-color: #DFDEFF;
}
    
body .a .a_c .mm_AudioPlayer_storycard .mm_progreso_barra_porcentaje {
    background-color: #8262E8;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

body .a .a_c .mm_AudioPlayer_contenedor {
    position: relative;
    float: none;
    width: 100%;
    margin-top: 0;
}


@media (min-width: 1001px) {
    body .a_e {
      padding-top: 3.75rem;
      max-width: 759px;
      margin: 0 auto 3.75rem;
    }
}
   
@media (min-width: 1001px) {
    body .a .a_st {
      margin: 1.8125rem 0;
    }
}
   
@media (min-width: 768px) {
    body .a .a_st {
      margin-top: 3rem;
    }
}

/* MEDIA QUERIES */
@media (min-width: 768px){ 
    body .apertura {
        height: auto !important;
    }

    body .apertura .ap-contenedor {
        margin: 36px auto;
    }

    body .apertura .ap-ilustracion {
        width: 540px;
    }
  
    body .apertura .ap-title h1 {
        max-width: 450px;
        
        font-weight: 900;
        font-size: 58px;
        line-height: 50px;
        letter-spacing: -2%;
        text-align: center;
    }

    body .apertura .ap-title .bajar {
        bottom: -20px;
    }
  
    body .apertura .ap-title .bajar span {
        width: 22px;
        height: 22px;
    }

    body .apertura .ap-firma {
        font-weight: 400;
        font-size: 14px;
        line-height: 17.12px;
        letter-spacing: 0%;
    }

    body .a .a_c > h3 {
        margin-top: 136px;
        margin-bottom: 32px;
        margin-left: 0px;
        max-width: 460px;
    }   
    
    body .a .a_c > h3:before {
        width: 80px;
        height: 80px;
        top: -96px;
    }
}

@media (min-width: 1001px){
    body .apertura .ap-contenedor {
        width: auto;
        margin: 0 auto;
        flex-direction: row;
        justify-content: center;
        gap: 40px;
    }

    body .apertura .ap-ilustracion  {
        width: 100%;
        max-width: 540px;
    }

    body .apertura .ap-title {
        width: fit-content;
    }

    body .apertura .ap-title h1 {
        color: #000;
        max-width: 450px;
    }

    /* Ladillos */
    body .a .a_c > h3 {
        padding-left: 16px;
        border-left: 1px solid;
        border-top: unset;
        padding-top: 0px;
        margin-top: 96px;
        margin-bottom: 40px;
        max-width: 366px;
        text-align: left;
        margin-left: calc(var(--grid-10-2-column-content) + 80px);
        min-height: 70px;
    }

    body .a .a_c > h3:before {
        top: 0px;
        left: -86px;
        transform: translateX(0);
        width: 70px;
        height: 70px;
    }
    
    body .a .a_c .w-ap {
        margin-left: var(--grid-10-2-column-content);
        margin-right: var(--grid-10-2-column-content);
    }
}

@media (min-width: 1399px) {
    body .apertura .ap-contenedor {
        gap: 64px;
    }

    body .apertura .ap-ilustracion  {
        width: 100%;
        max-width: 614px;
    }

    body .apertura .ap-title h1 {
        font-size: 68px;
        line-height: 60px;
        max-width: 520px;
    }
}
  
/* Animaciones */
@keyframes opacidad {
    100% {
        opacity:1;
    }
}

@keyframes bajar {
    0%, 100% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-0.5rem);
    }
    50% {
        transform: translateY(0rem);
    }
    75% {
        transform: translateY(-0.25rem);
    } 
}