footer {
    position: fixed;
    z-index: 2;
    bottom: 0;
}

footer .section {
    padding-top: 50px;
    padding-bottom: 30px;
}

footer .section p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 200;
}

footer .social-icons {
    padding: 0px;
    width: fit-content;
}

footer .social-icons li {
    margin-left: 6px;
}

footer .social-icons li a i {
    width: 66px;
    height: 66px;
    line-height: 62px;
    color: #fff;
    text-align: center;
    border: 3px solid white;
    display: block;
    border-radius: 50%;
    font-size: 40px;
}

footer .logo {
    height: 140px;
}

footer .list-inline-item {
    height: 50px;
}

footer .text-light a {
    color: #e3e3e3;
    text-decoration: none;
}

footer .text-light a:hover {
    color: white;
    text-decoration: none;
}

footer .border-bottom {
    border-bottom: 3px solid rgba(255,255,255,0.2) !important;
}

footer .section-description {
    width: 100%;
    font-size: 22px !important;
    line-height: 26px !important;
    color:white;
}

footer .text-info-footer {
    font-size: 22px;
}

footer a.link-mauro-danzi {
    color: #ffc705 !important;
    font-weight: bold;
    font-size: 23px;
}

@media(max-width:480px){
    footer .section-description {
        font-size: 15px !important;
        line-height: 18px !important;
    }

    footer .social-icons li a i {
        width: 46px;
        height: 46px;
        line-height: 42px;
        border-radius: 50%;
        font-size: 20px;
    }
}