.EdicionAnterior .container { padding: 40px; }
.edicionAnterior_boton { margin-top: 50px; }
.edicionAnterior_boton a {
    display: block;
    margin: auto;
    width: max-content;
    padding: 15px 40px;

    text-decoration: none;
    border-radius: 99px;
    font-weight: 700;
    background-color: white;
    /* transition: all 0.5s ease; */
}
.edicionAnterior_boton a:hover {
    background-color: #e55f5f;
    color: #fff;
}
.edicionAnterior_texto { padding: 0 40px; }