.fundo-topo {
    background-color: #92A8D7;
    background: url('/src/images/elefante.png'), linear-gradient(180deg, rgba(146, 168, 215, 1) 0%, rgba(0, 152, 201, 1) 100%);
    background-size: 100%;
    background-repeat: no-repeat;
}

@media (max-width:1024px) {
    .fundo-topo {
        background-size: 135%;
    }
}