@media only screen and (max-width : 1885px) {
    .header-info{
        position: absolute;
        left: 420px;
        bottom: 0px;
        padding: 100px 200px 100px 100px;
    }
}
@media only screen and (max-width : 1585px) {
    .header-info{
        position: absolute;
        left: 370px;
        bottom: -30px;
        padding: 100px 100px 100px 100px;
    }
    .header-info p {
        font-family: 'Light';
        font-size: 20px;
        line-height: 26px;
    }    
    .container {
        padding: 60px 90px 50px 230px;
    }    
    .subtitle {
        font-family: 'Semi';
        font-size: 20px;
        line-height: 28px;
    }    
    .title {
        font-family: 'Bold';
        font-size: 44px;
        line-height: 44px;
    }    
    .data{margin-bottom: 120px;}
}
@media only screen and (max-width : 1400px) {
    /* SIDEBAR */
    .logo{
        margin: 50px auto;
        width: 230px;
        display: block;
        position: absolute;
        top: 4%;
        left: 50px;
    }
    #sidebar {
        position: fixed;
        top: 0;
        left: 0;
        width: 230px;
        padding: 0px 50px;
        height: 100vh;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .inner {width: 100%;}
    #main-container {
        margin-left: 330px;
        width: calc(100% - 230px);
    }
    /* MENU */
    #sidebar nav ul {
        list-style: none;
        text-align: center;
        padding: 0;
        margin: 0;
    }
    #sidebar nav ul li {margin: 30px 0;}
    #sidebar nav ul li a::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #FFEFDF; /* linea base sempre visibile */
    }
    /* HOME */
    .header-info{
        left: 320px;
        bottom: -30px;
    }
    .header-info h1{
        font-size: 74px;
        font-family: 'Bold';
        color: #fff;
        line-height: 88px;
        margin-bottom: 15px;
    }
    .header-info h2{
        font-family: 'Semi';
        font-size: 28px;
        color: #fff;
        line-height: 34px;
        margin-bottom: 15px;
    }
    .header-info p{
        font-family: 'Light';
        font-size: 20px;
        line-height: 30px;
        color: #fff;
    } 
    .container {
        padding: 60px 90px 50px 90px;
    }    
    #partner img {
        position: absolute;
        right: -150px;
        height: 80px;
        margin-top: -45px;
        top: 50%;
        display: block;
    }    
    #partner .container div {
        position: relative;
        padding-right: 100px;
        margin-bottom: 30px;
    }    
    .light strong {
        font-size: 18px;
        line-height: 26px;
    }    
}
@media only screen and (max-width : 1240px) {
    #sidebar {width: 180px;}    
    #main-container {
        margin-left: 290px;
        width: calc(100% - 290px);
    }
    .logo {width: 180px;}
    .header-info {
        position: absolute;
        left: 320px;
        bottom: -30px;
        padding: 100px 100px 80px 25px;
    }    
    .header-info h1 {
        font-size: 56px;
        line-height: 66px;
        margin-bottom: 10px;
    }    
    .header-info h2 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 10px;
    }    
    .container {padding: 60px 50px 50px 50px;}  
    .title {
        font-family: 'Bold';
        font-size: 34px;
        line-height: 34px;
    }    
    .subtitle {
        font-family: 'Semi';
        font-size: 18px;
        line-height: 24px;
    }    
    #partner img {
        position: static !important;
        display: block;
        margin: 30px auto;
    }  
    #partner .container div {
        position: relative;
        padding-right: 0px !important;
    }    
    .mail a {
        font-size: 32px;
        line-height: 24px;
    }    
}
@media only screen and (max-width : 990px) {
    #sidebar {
        width: 100%;
        padding: 5px 0px 0px 0px;
        height: 75px !important;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 999999;
    }
    .logo {
        margin: 0px;
        width: 170px;
        display: block;
        position: absolute;
        top: 13px;
        left: 20px;
    }    
    nav{float: right}
    #sidebar nav ul li {
        margin: 0;
        float: left;
        margin-right: 25px;
    }
    #sidebar nav ul li a {
        font-family: 'Semi';
        text-transform: uppercase;
        font-size: 14px;
        color: #09395E;
        float: left;
        position: relative;
        padding-bottom: 5px;
        text-align: left;
        letter-spacing: 1px;
        transition: none;
    }  
    #sidebar nav ul li a::before {background: #fff;}    
    #sidebar nav.nav-project ul li a::before, #sidebar nav.nav-obj ul li a::before, #sidebar nav.nav-partner ul li a::before {background: #fff;}    
    #main-container {
        margin-left: 0px;
        width: 100%;
    }    
    .header-info {
        position: static !important;
        padding: 180px 50px 50px 50px;
    }
    .header-info *{text-align: center;}
    .logos {
        display: block;
        width: 100%;
        max-width: 640px;
        margin: 30px auto 50px auto;
    }  
    .container {
        padding: 140px 25px 50px 25px;
    }    
}
@media only screen and (max-width : 720px) {
    section {
        min-height: 50vh;
    }
    .logo{
        width: 160px;
        left: 50%;
        margin-left: -80px;
        top: 8px;
    }
    #sidebar{height: 63px;}
    nav{
        float: none; 
        height: 22px;
        background: #f0f0f0;
        width: 100%; 
        position: absolute; 
        left: 0px; 
        top: 65px;
        text-align: center;
        padding-top: 7px;
        box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.1);
    }
    #sidebar nav ul li{float: none; display: inline-block; margin: 0px 7px;}
    #sidebar nav ul li a {
        font-size: 13px;
        letter-spacing: 0px;
        transition: none;
        padding-bottom: 4px;
    }    
    #sidebar nav ul li a::before {background: none !important;}   
    .data div {
        width: 280px;
        float: none;
        margin-bottom: 20px !important;
    }    
    .data{margin-bottom: 30px;}
    .light span {
        font-size: 20px;
        left: 25px;
        top: 25px;
    }    
    .light{padding-left: 90px;}
    .mail a{width: 290px;}
    .mail a {
        font-size: 20px;
        line-height: 15px;
    }    
    .mail img {
        position: static !important;
        height: auto !important;
        display: block;
        width: 55px;
        margin: 0 auto 19px auto !important;
    }    
    .title {
        font-family: 'Bold';
        font-size: 30px;
        line-height: 32px;
    }    
}