.banner__imagen{
    width: 100%;
    height: calc(100vh - 72px);
    background: url(https://github.com/ea0627/fruta-e-fruto/blob/main/assets/img/banner.png?raw=true) no-repeat center / cover;
}

@media screen and (min-width: 0) {
    .banner__imagen{
        height: calc(100vh - 51px);
    }
}

@media screen and (min-width: 768px) {
    .banner__imagen{
        height: calc(100vh - 72px);
    }
}