.container_homer {
    width: 100%;
    top: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.bg_onda {
    position: absolute;
    max-height: 2950px;
    top: -10rem;
    left: 0;
}

@media screen and (max-width: 1024px) {
    .bg_onda {
        max-height: 3200px;
    }
}

@media screen and (max-width: 990px) {
    .bg_onda {
        display: none;
    }
}