body.modal-active {
    overflow: hidden;
}

body.modal-active #modal {
    display: flex;
    height: 95%;
}

@media (min-width: 1010px) {
    body.modal-active #modal {
        display: block;

    }
}

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

@media (min-width: 920px) {
    #modal {
        max-width: 1200px;
        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;
    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;
}


@media (min-width: 920px) {
    #inside-modal {
        height: 0;
        padding-bottom: 37%;
    }
}

#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) {
    #inside-modal img.logo-modal {
        width: 240px;
        top: -87px;
        left: -43px;
    }

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

.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;
}

@media (min-width: 920px) {
    #platforms-links {
        display: block;
        padding: 0;
        margin-left: 49px;
        text-align: left;
    }
}

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

@media (min-width: 920px) {
    #platforms-links a {
        padding: 10px;
        margin-top: 20px;
        display: inline-block;
    }
}

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

a:visited {
    color: black;
}