footer{
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: #585A5C; 
    position: relative;
    clear: both;
    margin-top: -1px;
}

footer a,
footer a:hover,
footer a:focus {
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
}

footer p {
    font-size: 12px;
    color: #FFF;
    margin: 0px;
}

footer address{
    color: #FFF;
    text-align: center;
    font-size: 12px;
}

footer .container-contact-sp{
    text-align: left;
    width: 100%;
    margin-left: auto;
}

footer .sp-text-help{
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    color: #FFF;
    font-size: 20px;
}

footer .sp-text-ingresa{
    color: #cdcb1c;
    text-align: center;
    font-size: 16px;
}

footer .logo-footer {
    max-width: 200px;
}

footer p.sp-user-name {
    color: #dd9933;
}

footer .logo-footer-sp {
    max-height: 70px;
    max-width: 100%;
    margin-bottom: 1rem;
}

footer .hr-copyright{
    border-top: 1px solid #FFF;
}

footer .copyright {
    font-size: 12px;
    padding-top: 1rem;
    font-weight: bold;
    color: #fff;
}


@media (max-width: 767.98px) {
    footer .container-logo{
        text-align: center;
    }

    footer .container-direction{
        margin-top: 15px;
    }

    footer .container-contact-sp{
        margin-top: 15px;
        width: 100%;
    }

    footer .hr-copyright{
        margin-top: 15px;
    }
}

.social-icon-box{
    display: inline-block;
    height: 42px;
    width: 42px;
    box-sizing: border-box;
    background: bisque;
    border-radius: 50%;
    text-align: center;
    padding: 10px;
    margin-right: 15px;
    margin-bottom: 5px;
}

.social-icon-box .fa{
    font-size: 22px;
    color: #FFF;
}

.social-icon-box.bg-icon-envelope{
    background: #8FBE00;
}

.social-icon-box.bg-icon-phone{
    background: #8FBE00;
}

.social-icon-box.bg-icon-whatsapp{
    background: #8FBE00;
}

.social-icon-box.bg-icon-skype{
    background: #8FBE00;
}