footer {
    border-top: 1px solid #d1d1d7;
}

.footerContainer {
    background-color: #fff;
    padding: 0.75rem 1rem 4rem 1rem;
    margin-top: 8.125rem;
    position: relative;
    z-index: 100;
}

.footerContainer .logo {
    display: flex;
    align-items: center;
}

.footerContainer .logo .imgLogo {
    max-width: 60px;
    height: 60px;
}

.footerContainer .logo .textLogo {
    font-size: 1.5rem;
    font-weight: 500;
    color: #222;
    margin-left: -.7rem;
}

.footerContainer .logo .textLogo .textLogoColor {
    font-weight: 600;
    color: #689FF2;
}

.flexContainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footerContainerTextInfo {
    margin-top: 2rem;
    color: #595959;
    font-size: 1.15rem;
}

.footerContainerLogoInfo {
    flex: 0 0 33.33333333333333%;
}

.footerList {
    display: flex;
    margin-top: 22px;
    gap: 10rem;
}

.footerList p {
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    color: #595959;
    font-size: 0.85rem;
    font-weight: bold;
}

.footerList a {
    padding: 1rem;
    color: #000;
    font-size: .85rem;
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: 600;
}

.footerList li:not(:last-child) {
    margin-bottom: .5rem;
}

.footerList a:hover {
    color: #689FF2;
}

.footerLegal {
    margin-top: 4rem;
}

.footerLegal p {
    font-size: .9rem;
    color: #595959;
}

.footerLegal a {
    padding: 1rem;
    color: #000;
    font-size: .85rem;
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: 600;
}

.footerLegal a:hover {
    color: #689FF2;
}

.footerLegalLinks {
    display: flex;
    gap: 1.125rem;
}

.footerStyle {
    display: flex;
    justify-content: space-between;
}

/* Responsivo */
@media (max-width: 700px) {
    .footerContainerLogoInfo {
        flex: auto;
    }

    .footerLegalLinks {
        flex: 0 0 50%;
    }

    .footerList p {
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }

    .footerStyle {
        display: block;
    }

    .footerLegalLinks {
        margin-top: 1rem;
    }
}

@media (max-width: 450px) {
    .footerList {
        display: block;
    }
    .footerLegal a{
        padding: 0;
    }
}
