footer{
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: #2D2D2D; 
    background-color: #05141F; 
    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: center;
    width: 190px;
    margin-left: auto;
}

footer .sp-text-help{
    font-weight: 500;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 13px;
    color: #fff;
    line-height: 1.2;
}

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

footer .logo-footer {
    max-width: 130px;
    margin: auto;
}

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

footer .logo-footer-sp {
    max-width: 120px;
    margin-bottom: 1rem;
}

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

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

footer .obj-title{
    margin-top: 0;
    font-size: 13px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 5px;
}

footer .obj-text{
    font-size: 11.5px;
    color: #9a9a9a;
}

footer .contact-text{
    color: #FFF;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
}

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

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