#footer {
    color: #fff;
   /* background-color: #000 !important;*/
    padding-top: 75px !important;
    padding-bottom: 0;
    background-image: none !important;
    font-weight: 500;
    position: relative;
    z-index: 0;
}

#footer .bg-opaco {
    background-color: #36363688;
    position: relative; 
}
#footer .logo-footer {
    background: url(/assets/img/footdata-gold/logo-scouting-fondo-nero-bianco-oro.svg);
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 20px !important; 
    margin-bottom: 20px !important;
    background-position-y: top;
    z-index: 3; 
}
#footer a {
    /*padding: 0px 20px !important;
    padding-left: 20px;*/
    display: block;
    /*font-size: 0.8rem;*/
    color: #fff;
    border-bottom: 3px solid transparent;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 10px !important;
    font-weight: 500;
}

#footer .copy-footer {
    background: #00000088;
    position: relative;
   /* top: -20px;*/
    color: #fff;
    /*height: 110px;*/
    font-size: 11px;
}
#footer .riga-footer p {
    font-size: 11px;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 0px;
    padding-left: 10px;
}
#footer .riga-footer a {
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    line-height: 15px;
    display: block;
    padding-bottom: 10px;
}
#footer .riga-footer a:hover {
    text-decoration: underline;
}
#footer .riga-footer a {
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    line-height: 15px;
    display: block;
    padding-bottom: 10px;
}
#footer .riga-footer a img{
    width: 15px;
    min-width: 15px;
    height: 15px;
    max-height: 15px;
}
#footer .riga-footer p:last-child {
    padding-bottom: 0px;
}
#footer .colonna-footer {
    padding-bottom: 20px;
    padding-top: 20px;
    z-index: 1;
}
#footer .border-md-start {
    border-color: #d8d8d8 77 !important;
}
#footer .social .insta {
    width: 12px;
}
#footer .social .fb {
    width: 6px;
}

@media screen and (max-width: 991px) {
   
    #footer .copy-footer{ padding-bottom: 80px; }
    
    #footer .container {
        max-width: 850px;
    }
}
@media screen and (max-width: 767.9px) {
    #footer { 
        margin-top: 0px !important;
    }
    #footer .logo-footer { 
        position: absolute;
        top: 10%;
        left: 0;
        width: 80%;
        height: 80%;
        min-width: 80%;
        margin: auto;
        margin-left: 10%;
        z-index: 0 !important;  
        opacity: .2;
   }
    #footer .colonna-footer div, #footer .colonna-footer p {
        text-align: center;
   }
    #footer .social .insta {
        width: 24px;
   }
    #footer .social .fb {
        width: 12px;
   }
}
#footer.footer-widget {
    padding-top: 35px;
    padding-bottom: 35px;
}
body.widget #footer {
    padding-bottom: 0;
    padding-top: 0;
}
