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

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

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

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

footer .container-contact-sp{
    text-align: center;
    width: 190px;
    margin-left: auto;
}

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

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

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

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 #999;
}

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


@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;
    }
}