.barra_sotto{
    background-color: #373737;
    display: flex;
    flex-direction: row;
    margin: 40px 0 0 0;
    padding: 0 50px;
    color: white !important;
}

a {
    text-decoration: none;
    color: white;
}

.bs-sx{
    text-align: left;
    float: left;
    padding: 2%;
    width: 50%;
}

.bs-dx{
    text-align: right;
    float: right;
    padding: 2%;
    width: 50%;
    display: flex;
    flex-direction: column;
}

.bs-dx-under{
    margin: auto 0 0 0;
}

.bs-dx-up{
    margin: 40px 0 0 0;
}

.foot-logo{
    display: inline-block;
    background: url("../img/logobianco.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 60px;
}

.foot-text{
    font-size: 1.5vw;
}

.foot-text2{
    font-size: 1vw;
}

.foot-a{
    font-size: 1vw !important;
}

.nav-link-sotto{
    font-size: 2vw;
    margin: 0 0 0 100px;
}

.foot-menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


@media only screen and (max-width: 1000px) {
    .barra_sotto{
        font-size: 2.3vw !important;
        flex-direction: column;
    }

    .bs-dx, .bs-sx{
        float: left;
        text-align: left;
        width: 100%;
    }

    .foot-text{
        font-size: 6vw;
    }
    
    .foot-text2{
        font-size: 3vw;
    }
    
    .foot-a{
        font-size: 3vw !important;
    }

    .foot-logo{
        padding: 150px;
    }

    .bs-dx-under{
        margin: auto 0;
        width: 50%;
        float: right;
        text-align: right;
    }
    
    .bs-dx-up{
        margin: 0;
        width: 50%;
    }

    .bs-dx{
        flex-direction: row;
    }

    .nav-link-sotto{
        font-size: 8vw;
    }

}