#primeraPlana {
    margin-bottom: 2vw;
    margin-inline: 1vw;
}

#PP_contenedor {
    height: 22vw;
    border: 1px solid #4f14ff;
    border-radius: 3vw;
    background-color: #4f14ff20;

}
#PP_cuadro {
    position: absolute;
    display: flex;
    width: 78vw;
    margin: 0vw 10vw;
    height: 22vw;
    cursor: pointer;
}
.PP_imagen {
    background-size: cover;
}
.PP_flecha {
    font-size: 11vw;
    height: 24vw;
    -webkit-text-stroke: thick;
    position: absolute;
    align-content: center;
    z-index: 1;
    color: #4f14ff;
    opacity: 1;
    cursor: pointer;
    display: none;
}

@media only screen and (max-width: 500px) {
    #PP_contenedor {
        height: 38vw;
        padding-bottom: 1vw;
        margin-bottom: 5vw;
    }
    #PP_cuadro {
        height: 35.35vw;
        width: 92vw;
        margin: 2vw 2vw;
    }
    .PP_flecha {
        display:none;
    }
    #primeraPlana {
        margin-bottom: 0;
        margin-inline: 2vw;
    }
}