
.mendoza_banner_prox{
    background-image: url("/img/resource/grua3.jpeg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}

.mendoza_banner_prox::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(35, 40, 42, 1) 0%, rgba(0, 59, 113, 0) 100%);
    background-color: rgb(35 40 42 / 20%);
    z-index: 0;
    pointer-events: none;
}

.mendoza_brand{
    text-align: center;
    position: relative;
    z-index: 1;
}

.mendoza_brand img{
    width: 800px;
}
@media (max-width: 992px) {

    .mendoza_brand img {
        width: 90%;
    }
}


@media (max-width: 1180px) and (orientation: landscape) {

    .mendoza_brand img {
        width: 70%;
    }
}
