.novedades{
    margin: 0px auto; 
    background-color: var(--colorPrimario);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.novedades-titulo{
    height: 30px;
    text-transform: uppercase;
    color: var(--colorInversoTexto);
    text-align: center;
    /* vertical-align: middle; */
    padding: 20px;
    margin: 0;
}

.novedades-contenedor{
    width: 80%;
    max-width: 980px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.novedad-imagen{
    width:300px;
    height: 300px;
}

p.leyenda{
    margin-top: 0px;
    width: 300px;
    color: var(--colorInversoTexto);
    text-align: center;
    font-size: 16px;
}

.onda{
    width: 100%;
    margin-bottom: -5px;
}

.onda-abajo{
    width: 100%;
    transform: scaleY(-1);
    position: relative;
    top: -8px;
}