.container-footer{
    width: 100%;
    background: linear-gradient(0deg, rgba(0,48,86,1) 0%, rgba(0,76,136,1) 50%, rgba(0,115,206,1) 100%);
    padding: 4% 14%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    align-items: flex-start;
}

.container-social{
    display: flex;
    margin: 6% 0 0 0;
}

.links-footer{
    text-transform: uppercase;
    color: #DED558;
    font-size: 12px;
    font-weight: bold;
}

.links-footer:hover{
    color: #D8D8D8;
}

.logo-footer{
    width: 50%;
    margin-bottom: 8%;
}

.cont-txt {
    font-size: 18px !important;
    color: #fff !important;
}

.icon-social{
    width: 60%;
    cursor: pointer;
}

footer li{
    color: #DED558;
    margin-bottom: 12px;
}

.img-vigilado{
    width: 20%;
    text-align: right;
}


/*--------------------------RESPONSIVE DESKTOP Medium---------------------*/
@media only screen and (max-width:1440px) {
    .container-footer {
        padding: 4% 8%;
    }

    .links-footer {
        font-size: 14px;
    }
}

/*--------------------------RESPONSIVE MOBILE---------------------*/
@media only screen and (max-width:499px) {
    .img-vigilado {
        width: 25%;
    }
    .col-mobile-footer{
        display: flex !important;
        grid-gap: 15px;
        margin: 5% 0;
    }

    .col-mobile-desktop{
        display: none;
    }

    .cont-legal{
        width: 20%;
    }

    .cont-info{
        width: 80%;
        flex-direction: column !important;
    }

    dl, ol, ul {
        padding: 0;
    }

    .links-footer{
        font-size: 12px !important;
    }

    footer li {
        margin-bottom: 5px;
    }
}

.list-footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.footer-item {
    padding: 0 10px;
}