.custom-footer {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    background-color: #ECEFF1;
    width: 100%;
    box-shadow: 0 4px 15px rgb(0 0 0 / 54%);
}

.footer-social {
    justify-content: space-between;
    align-items: center;
    height: 48px;
    border-top: 0 4px 15px rgb(0 0 0) !important;
    margin-top: 30px;
}

.footer-social-label {
    font-size: 17px;
    font-weight: bold;
}

.footer-social-icons {
    display: flex;
    gap: 20px;
}

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

.footer-social-icons i {
    font-size: 26px;
    vertical-align: middle;
    color: #fff;
}

.footer-main {
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: #F9FAFA;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    gap: -10px;
    justify-content: flex-start;
    max-width: 1400px;
    margin: 20px 0 30px 0;
}

.footer-col {
    font-family: 'Montserrat', sans-serif;
    margin-right: 45px;
}

.footer-col.institucional,
.footer-col.links-uteis {
    flex: 1 0 200px !important;
    margin-right: 0px !important;
}

.footer-col.outras-empresas {
    margin-right: 14px !important;
}

.footer-col h6 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer-col p {
    font-weight: normal;
    text-transform: none;
    font-size: 15px;
}

.footer-col p i {
    margin-right: 8px;
    vertical-align: middle;
    font-size: 16px;
}

.footer-col .col-partners {
    width: 400px !important;
    height: 400px !important;
}

.divider {
    width: 60px;
    height: 2px;
    background-color: #c0c0c0a3;
    margin-bottom: 20px;
}

.logo {
    max-width: 180px;
    margin-bottom: 20px;
}

.footer-col p,
.footer-col a {
    margin: 5px 0;
    text-decoration: none;
    color: #333;
}

.footer-col a:hover {
    text-decoration: underline;
}

.partners a img {
    max-height: 34px;
    width: auto;
}

.partners img {
    max-height: 40px;
    margin-right: 10px;
}

.partners.sponsor-img a img {
    max-height: 50px;
    width: auto;
}

.footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    background-color: #648BB3;
    padding: 10px 15px;
    font-size: 13px;
    color: #fff;
}

.footer-bottom a img {
    vertical-align: middle;
}

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

.footer-info-text .box-cnpj {
    margin: 4px 0 0 0;
}

.footer-info-images {
    display: flex;
    align-items: center;
    gap: 15px;
}


@media (max-width: 768px) {
    .footer-bottom {
        flex-direction: column;
        justify-content: center;
    }

    .footer-info-text {
        text-align: center;
        margin-bottom: 15px;
    }
}

.social-listing__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #648BB3;
    transition: 400ms;
}

.footer-social-icons .social-listing__item {
    background-color: #648BB3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.footer-col.col-partners {
    padding-left: 40px;
}