:root {
    --ct-footer-text-color: #4A4A4A;
    --ct-footer-font-weight: 400;
    --ct-footer-font-size: 0.9rem;
    --ct-footer-bg: var(--ct-bg-gray-primary);
    --ct-gradient-footer: linear-gradient(90deg, var(--ct-color-orange-g1) 0%, var(--ct-color-orange-g2) 106.64%);
}

footer{
    padding-top: 0px;
    padding-bottom: 0px;
    background: var(--ct-footer-bg); 
    position: relative;
    clear: both;
    margin-top: 0px;
}

.footer-top{
    background: var(--ct-gradient-footer);
    padding-top: 5px;
    padding-bottom: 5px;
}

.footer-bottom{
    background: var(--ct-bg-gray-primary);
    padding-top: 10px;
    padding-bottom: 10px;
}

footer a,
footer a:hover,
footer a:focus {
    color: var(--ct-footer-text-color);
    text-decoration: none;
    text-align: center;
    font-size: var(--ct-footer-font-size);
}

footer p {
    font-size: var(--ct-footer-font-size);
    color: var(--ct-footer-text-color);
    margin: 0px;
}

footer address{
    color: var(--ct-footer-text-color);
    text-align: center;
    font-size: var(--ct-footer-font-size);
}

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

footer .sp-text-help{
    font-weight: var(--ct-font-weight-bold);
    text-align: center;
    margin-bottom: 5px;
    color: var(--ct-footer-text-color);
    font-size: 16px;
}

footer .sp-text-ingresa{
    /*color: #00bcad;*/
    text-align: center;
    font-size: 14px;
    font-weight: var(--ct-font-weight-semi-bold);
}

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

footer .logo-aden {
    max-width: 195px;
    max-height: 36px;
    margin-top: 10px;
    margin-bottom: 10px !important;
    margin-left: 0;
    margin-right: 0;
}

footer .logo-ubits {
    max-width: 80px;
    margin: 10px 0px;
}

footer .logo-crehana {
    max-width: 180px;
    margin: 10px 0px;
}

footer .logo-sena {
    max-width: 180px;
    margin-top: 10px;
    margin-bottom: 10px !important;
    margin-left: 0;
    margin-right: 0;
}

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

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

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

footer .hr-copyright{
    border-top: 1px solid #999;
    margin-top: 10px;
    margin-bottom: 10px;
}

footer .copyright {
    font-size: var(--ct-footer-font-size);
    padding-top: 1rem;
    color: var(--ct-footer-text-color);
    /*font-weight: var(--ct-font-weight-bold);*/
}

.title-nav-footer{
    margin-bottom: 17px;
    font-size: 18px;
    font-weight: var(--ct-font-weight-semi-bold);
    /*font-size: 22px;
    font-size: 16px;
    font-weight: var(--ct-font-weight-regular);
    color: #fff;*/
}

/*.nav-footer{
    margin-bottom: 0px;
}*/

.nav-footer .list-item{
    height: 20px;
    font-size: 16px;
    font-weight: var(--ct-font-weight-regular);
}

.nav-footer .list-item a{
    text-transform: uppercase;
}

footer .media-social{
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 0px solid var(--ct-color-primary);
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
    line-height: 44px;
}

footer .media-social .fa{
    color: var(--ct-footer-text-color);
    font-size: 20px;
}

.text-sif-vigilado{
    border-top: 2px solid var(--ct-color-gray);
    border-bottom: 2px solid var(--ct-color-gray);
    text-align: center;
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
}

.text-sif-colombia{
    text-align: center;
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 1;
    margin-left: 10px;
}

.social-item{
    text-align: center;
    display: inline-block;
    margin-left: 15px;
}

.social-item:first-child{
    margin-left: 0px;
}

.social-item .item-text{
    text-align: center;
    font-size: 0.8rem;
    margin-top: 5px;
}

.social-item-svg svg {
    fill: #666;
    width: 20px;
}

.social-item-fa i{
    font-size: 20px;
    color: #666;
}

@media (max-width: 1399.98px) {
    
}

@media (max-width: 1199.98px) {
    footer .logo-footer {
        max-width: 100%;
    }
}

@media (max-width: 991.98px){

}

@media (max-width: 767.98px) {
    footer .logo-footer {
        max-width: 250px;
    }

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

    footer .col-footer{
        text-align: center; 
        padding-bottom: 25px;
        margin-bottom: 15px;
    }
}