.footer-links-policies {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    justify-content: space-evenly;
}

.link-mobile-footer-logo {
    text-align: center;
}

#footerComponent {
    margin-top: 0.2rem;
    background-color: #002239;
    display: inline-block;
}

#footerSectionTop {
    display: flex;
    padding: 2rem 0rem !important;
    margin: 0;
}

#footerSection {
    background-color: #002239;
    height: 75px;
    margin: 0;
}

    #footerSection p {
        margin-left: 0rem;
    }

.lightGrayText {
    color: #6F7378;
    padding-top: 20px;
}

._text_footer {
    color: #fff;
}

.colLeft .row {
    height: 100%;
    display: flex;
    align-items: center;
}

#footerSectionTop a {
    color: white !important;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    text-decoration: none;
    height: fit-content;
    width: fit-content;
}

.colLeft a {
    text-decoration: none;
    color: #fff;
}

.colRight {
    display: flex;
    justify-content: flex-end;
    padding-right: 2.5rem;
}

    .colRight img {
        width: 150px;
    }

.newsletter-wrapper {
    display: block;
    padding: 0rem 15rem;
}

.news-letter-group {
    padding: 0;
    margin: 0;
}

    .news-letter-group button {
        width: 100% !important;
    }

@media (min-width: 768px) and (max-width: 1024px) {
    .link-mobile-footer-logo {
        text-align: center;
        padding-top: 3rem;
    }

    .footer-links-policies {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width:576px) {
    .colRight {
        padding-right: 0.5rem;
    }

    #firstItemFooter {
        margin-left: 0.5rem;
    }

    #showPolicy {
        margin-left: 0.5rem;
    }

    #download-privacy {
        margin-left: 0.5rem;
    }

    .colRight img {
        width: 150px;
    }

    .link-mobile-footer {
        text-align: center;
        padding: 0.2rem 0rem;
    }

    .link-mobile-footer-logo {
        text-align: center;
        padding-top: 3rem;
    }

    .footer-links-policies {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 481px) {
    footer {
        margin-bottom: 4rem;
    }

    .newsletter-wrapper {
        display: block;
        padding: 0rem 3rem;
    }
}


@media (max-width:426px) {
    .colRight img {
        width: 115px;
    }

    #footerSection p {
        font-size: 12px;
    }
}

@media (max-width:320px) {
    .colRight img {
        width: 95px;
    }

    #footerSection p {
        font-size: 12px;
    }
}

.separator-footer {
    text-align: center;
}

.footer-brand {
    height: fit-content;
    width: fit-content;
}

    .footer-brand img {
        width: 9rem;
    }

a {
    cursor: pointer !important;
}

body {
    overflow-x: hidden;
}

.form-check-label-footer {
    color: white !important;
}

.form-check-footer {
    margin-top: 1rem;
}

.form-check-label.form-check-label-footer {
    color: white !important;
}
