.wave-divider {
    position: relative;
    height: 140px;           /* altura de la onda */
    width: 100%;
    margin-top: -1px;
    background: transparent;
}

.wave-svg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}