.social-footer {
    padding: 0;
    margin: 0;
    list-style: none;
}

.social-footer li {
    display: inline;
    margin-right: 15px;
}

.social-item {
    color: #fff;
    font-size: 18px;
    transition: color 0.3s;
}

.social-item:hover {
    color: #ccc;
}

.links-footer {
    display: flex;
    flex-direction: column;

    color: #fff;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left !important;
}

.links-footer li {
    margin-bottom: 10px;
    margin-left: 0 !important;
    margin-right: 20px !important;
}

.links-footer a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.links-footer a:hover {
    color: #ccc;
}

footer .social-footer {
    padding-left: 0;
    list-style: none;
    margin: 30px 0;
}

footer .social-footer li {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 30px;
    line-height: 28px;
    width: 30px;
    text-align: center;
    margin-right: 7px;
}

footer .social-footer li a {
    color: white;
}

footer .links-footer {
    padding-left: 0;
    list-style: none;
    text-align: right;
}

footer .links-footer li {
    display: inline-flex;
    margin-left: 50px;
}

footer .links-footer li a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

footer {
    background: #043c5a;
}

footer p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    font-family: "Lato";
}

footer > div > div > div.col-8 > div > a:nth-child(n) > img {
    height: 30px;
    margin-right: 5px;
}

footer
    > div
    > div
    > div.col-4.d-flex.justify-content-between.align-items-center.links_footer.mb-3
    > a:nth-child(n) {
    color: white;
    font-size: 15px;
    font-weight: 300;
    font-family: "Lato";
}

footer > div > div > div.col-8 > a > img {
    width: 192px;
}


@media (max-width: 768px) {
    .social-footer {
        justify-content: center;
    }

    .links-footer {
        text-align: left;
    }

    .links-footer li {
        display: block;
        margin-right: 0;
    }

    .col-12 {
        text-align: left;
    }

    .list-itens-footer {
        display: block !important;
    }
}

@media (max-width: 991px) {
    footer .links-footer {
        text-align: left;
    }

    footer .links-footer li {
        margin-left: 0;
    }
}
