body footer {
    background-color: #62babd;
    color: white;
}

body footer .footer {
    margin: 0 auto;
}

@media (min-width: 960px) {
    body footer .footer .social-container {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
    }
}

body footer .footer .social-container img {
    max-width: 150px;
}

body footer .footer .social-container .icons a.icon-container {
    text-decoration: none;
}

body footer .footer .social-container .icons .icon-container svg {
    width: 22px;
    height: 22px;
}

body footer .footer .footer-links .links {
    padding-left: 40px;
    margin-top: 20px;
}

@media (min-width: 768px) {
    body footer .footer .footer-links .links {
        margin-top: 0;
    }
}

body footer .footer .footer-links h3 {
    color: #23373d;
    text-align: left;
    font-size: 18px;
    margin-bottom: 0;
}

body footer .footer .footer-links .link-container {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    justify-content: space-between;
    padding-left: 0;
}

body footer .footer .footer-links .link-container li {
    width: 200px;
    list-style-position: inside;
    text-decoration: none;
}

body footer .footer .footer-links .link-container li:hover, body footer .footer .footer-links .link-container li:active {
    color: #23373d;
    transition: color 200ms;
    text-decoration: none;
}

body footer .footer .footer-links .link-container li a {
    color: #fff;
}

body footer .footer .footer-links .link-container li a:hover, body footer .footer .footer-links .link-container li a:active {
    color: #23373d;
    transition: color 200ms;
    text-decoration: none;
}

body footer .footer .footer-links .link-container li.boleto {
    color: #c2e43c;
}

body footer .footer .footer-links .link-container li.boleto a {
    color: #c2e43c;
}

body footer .footer .footer-links .contact {
    padding-left: 40px;
}

body footer .footer-bottom {
    background-color: #23373d;
    text-align: center;
    font-size: 0.8em;
}
