/* Responsivo */

@media only screen and (max-width: 1333px) {
    .box-1 img {
        width: 261px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .box-1 img {
        width: 216px !important;
    }
}

@media only screen and (max-width: 991px) {
    .box-1 img {
        width: 156px !important;
    }
}

@media only screen and (max-width: 767px) {
    header img.lang {
        margin: 0;
    }
    #page-quem-somos img {
        width: 100%;
    }
    .box-1 img {
        width: 100% !important;
    }
    a.logo {
        margin: auto;
        display: block;
        width: fit-content;
    }
    header.bg-preto .logo {
        display: none;
    }
    header nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #000000bf;
        padding: 30px;
        height: 100vh;
        z-index: 99999;
    }
    header nav ul li {
        display: block;
        text-align: center;
        margin: 10px 0;
    }
    #page-quem-somos .atuacao .barris,
    #page-quem-somos .importadores .vinhos {
        min-height: 300px;
    }
}

@media only screen and (max-width: 576px) {
    
}

@media only screen and (max-width: 480px) {
    #page-contato {
        margin-top: -254px;
    }
}

@media only screen and (max-width: 320px) {
    
}