body {
    font-family: 'Fira Sans', sans-serif;
    background-color: #ffffff;
    background-image:
        url('images/background/onda_ident%201__bg-lg.png'),
        linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #cfecf7 100%);
    background-size: 100% auto;
    background-position: center calc(100% - 10%);
    background-repeat: no-repeat;
}

@media (max-width: 1024px) {
    body {
        background-image:
            url('images/background/onda_ident%201__bg-md.png'),
            linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #cfecf7 100%);
    }
}

@media (max-width: 640px) {
    body {
        background-image:
            url('images/background/onda_ident%201__bg-sm.png'),
            linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #cfecf7 100%);
    }
}