body.modal-active {
    overflow: hidden;
}

body.modal-active #modal {
    display: flex;
    height: 95%;
    width: 86%;
    position: fixed;
    justify-content: center;
    max-width: 86%;
    /* max-height: 95%; */
    max-height: 90%;
}

@media (min-width: 1010px) {
    body.modal-active #modal {
        display: flex;
        max-width: 1200px;
    }
}

#modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    max-width: 600px;
    box-sizing: border-box;
}

@media (min-width: 920px) {
    #modal {
        max-width: 1150px;
        top: 90px;
    }
}

#modal::before {
    content: " ";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}

button {
    cursor: pointer;
}

.nina-podcast {
    position: absolute;
    width: 45%;
    height: auto;
    bottom: 0;
    top: auto;
    right: -10%;
}

@media (min-width: 920px) {
    .nina-podcast {
        top: -10%;
        right: -20px;
        height: 110%;
        width: auto;
    }
}

.logo-nnm-podcast {
    position: absolute;
    left: 0;
    width: 80%;
    top: 8%;

    right: 0;
    margin: auto;
    max-width: 350px;
}

@media (min-width: 920px) {
    .logo-nnm-podcast {
        left: -17%;
        width: 40%;
        top: 2%;
        right: auto;
        max-width: none;
    }
}

#close-modal {
    border: none;
    background-color: transparent;
    color: black !important;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 2;
    font-size: 25px;
    font-weight: 700;
}

#inside-modal {
    position: absolute;
    font-family: 'Roboto Slab', serif;
    width: 86%;
    height: fit-content;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 20px;
    max-height: 100%;
}

#inside-modal div.superior-modal-desktop {
    display: none !important;
}

#inside-modal div.superior-modal-mobile {
    display: flex;
    justify-content: end;
    align-items: start;
    flex-flow: column wrap;
}

div.texto-superior-modal-mobile {
    display: flex;
    flex-flow: column wrap;
}

#inside-modal img.logo-modal-condenas {
    /* width: 144px; */
    width: 9rem;
    position: relative;
    align-self: center;
}

#inside-modal div.edicion-historica {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
}

#inside-modal div.edicion-historica>p {
    margin: 0;
    text-align: left;
}


#inside-modal div.edicion-historica>p.edicion-titulo {
    /* font-size: 20px; */
    font-size: 1rem;
    font-weight: bold;
}

#inside-modal hr {
    height: 2px;
    border: none;
    background: black;
}

#inside-modal div.inferior-modal {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
}

#inside-modal div.inferior-modal h1 {
    /* font-size: 26px !important; */
    font-size: 1.5rem !important;
    line-height: 1.5rem;
    margin: 0;
    margin-bottom: 5px;
    font-weight: 900;
    text-align: center;
}

#inside-modal img.img-saltando-mobile {
    display: block;
    /* width: 100%; */
    width: auto;
    height: 54%;
}

#inside-modal img.img-saltando-desktop {
    display: none;
}

@media (min-width: 920px) {
    #inside-modal {
        height: fit-content;
        /* padding-bottom: 37%; */
        /* padding: 30px; */
        padding: 1.5rem;
        margin: 0 auto;
        max-width: 900px;
        max-height: 600px;
    }
}

#inside-modal img.logo-modal {
    width: 150px;
    position: relative;
    top: -43px;
    left: -20px;
}

#inside-modal img.img-megafono {
    width: 140px;
    position: absolute;
    right: 6px;
    bottom: -76px;
}

@media (min-width: 920px) {
    #close-modal {
        position: relative;
        display: flex;
        align-self: flex-start;
    }

    #inside-modal img.logo-modal {
        width: 240px;
        top: -87px;
        left: -43px;
    }

    #inside-modal img.img-megafono {
        width: 290px;
        right: 30px;
        top: 81x;
    }

    #inside-modal div.superior-modal-desktop {
        /* display: flex !important;
        flex-flow: row wrap;
        justify-content: start;
        align-content: center;
        align-items: start;
        gap: 25%; */
        display: flex !important;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
        gap: 0;
    }

    #inside-modal div.superior-modal-mobile {
        display: none;
    }

    #inside-modal div.edicion-historica {
        display: flex;
        flex-flow: column wrap;
        justify-content: center;

        flex: 0 0 auto;
        text-align: left;
    }

    #inside-modal div.edicion-historica>p {
        margin: 0;
        text-align: left;
    }

    #inside-modal div.edicion-historica>p.edicion-titulo {
        /* font-size: 30px; */
        font-size: 1.5rem;
        font-weight: bold;
    }

    #inside-modal img.logo-modal-condenas {
        /* width: 280px;
        position: relative;
        align-self: center; */
        flex: 0 0 auto;
        margin: 0 auto;
        width: 280px;
    }

    #inside-modal img.img-saltando-desktop {
        display: block;
        width: 100%;
    }

    #inside-modal img.img-saltando-mobile {
        display: none;
    }

    #inside-modal div.inferior-modal {
        display: flex;
        flex-flow: column wrap;
        align-items: center;
    }

    #inside-modal div.inferior-modal h1 {
        /* font-size: 55px !important;
        line-height: 57px; */
        font-size: 2.8rem !important;
        line-height: 2.6rem;
        /* margin: 0 !important; */
        margin-bottom: 10px;
        font-weight: bold;
        text-align: center;
    }
}

.necesitamos-hablar {
    /* padding: calc(30% + 80px) 20px 0; */
    padding: 0 20px;
    margin-top: -50px;
    font-size: 18px;
}

@media (min-width: 920px) {
    .necesitamos-hablar {
        width: 63%;
        margin-top: -83px;
        font-size: 24px;
        margin-left: 30px;
    }
}

.escucha {
    padding: 0 20px
}

strong.abusos-sexuales {
    color: #7e72ef;
}

/* #platforms-links {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 60%;
    padding: 20px;
    box-sizing: border-box;
    min-width: 215px;
    max-width: 400px;
} */

#platforms-links {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    /* padding: 20px; */
    box-sizing: border-box;
    margin-top: 5px;
    /* min-width: 215px; */
}

@media (min-width: 920px) {
    #platforms-links {
        /* display: block; */
        padding: 0;
        /* margin-left: 49px; */
        /* text-align: left; */
        display: flex;
        position: absolute;
        flex-flow: row nowrap;
        justify-content: space-between;
        bottom: 30px;
        padding-inline: 50px;
    }
}

/* #platforms-links a {
    border: solid 2px;
    padding: 5px 0px;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 50px;
} */

#platforms-links a {
    border: solid 2px;
    /* padding: 5px 0px; */
    /* font-size: 11px; */
    font-weight: 900;
    /* margin-bottom: 5px; */
    background-color: #F1F100;
    padding: 0.2rem 0px;
    font-size: 0.7rem;
    margin-bottom: 0.2rem;
}


@media (min-width: 920px) {
    #platforms-links a {
        /* padding: 10px 25px 10px 25px; */
        padding: 0.8rem 1rem 0.8rem 1rem;
        margin-top: 20px;
        display: inline-block;
        margin-bottom: 14px;
        font-size: 16px;
        /* min-width: 300px; */
        max-width: 300px;
        width: 28vw;
        align-content: center;
    }
}

a:link {
    color: black;
    text-decoration: none;
}

a:visited {
    color: black;
}