/*** HEADER ***/

#header .container {
    width: 100%;
    padding-left: 2.89%;
    padding-right: 2.89%;
}
.header-top {
    padding-bottom: 10px;
}

.header-top img {
    margin-left: 20px;
}


/*** CONTENT ***/

#main-container {
    height: 100%;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    z-index: 1;
}

.box-home .col {
        padding-right: 0;
        padding-left: 0;
}

.contatti {
    position: absolute;
    margin-top: -110px;
    padding-left: 3.5%;
}
.contatti .row .col {
    margin-bottom: 5px;
}

.icona-desktop {
    padding-right: 5px;
}

.footer-desktop.container {
    width: 100%;
    position: absolute;
    margin-top: -60px;
    padding-left: 4.5%;
}

.footer-mobile {
    display: none;
    width: 100%;
}

.footer-mobile .col-profilo {
    background-color: #F9F7C5;
    text-align: center;
}
.footer-mobile .col-profilo img {
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: center;
}
.footer-mobile .col-profilo img.profilo-1 {
    background-image: url('/img/uomo-1.svg');
}
.footer-mobile .col-profilo img.profilo-2 {
    background-image: url('/img/uomo-2.svg');
}
.footer-mobile .col-profilo p {
    z-index: 1;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
}

.footer-mobile .col-icona {
    background-color: #eae33e;
}

.contatti-mobile .col {
    text-align: center;
    border: 2px solid #fff;
}
.contatti-mobile .indirizzo-row .col {
    text-align: left;
}

/*** RESPONSIVE ***/

/* RESPONSIVE: max-width: 1199px */

@media only screen and (max-width: 1199px) {   
    .header-top {
        padding-bottom: 0; 
    }
    .header-top #logo-cont h1 {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .footer-desktop {
        display: none;
    }
    .contatti-desktop {
        display: none;
    }
    .footer-mobile {
        display: block;
    }
}

/* RESPONSIVE: max-width: 991px */

@media only screen and (max-width: 991px) { 
    #header img {
        height: 60px;
    }  
}

/* RESPONSIVE: max-width: 767px */

@media only screen and (max-width: 767px) { 
}   

/* RESPONSIVE: max-width: 599px */

@media only screen and (max-width: 599px) { 
    #header img {
        height: 36px;
    }  
} 

/* RESPONSIVE: max-width: 450px */

@media only screen and (max-width: 479px) { 

}     