.containerFooterSixPay {
    background-color: #052549;
    border-bottom: 1px solid #627C9B;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logoCategoriesContainer {
    display: flex;
    flex-direction: column;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 1440px;
    width: calc(100% - 80px);
}

@media (min-width: 1024px) {
    .logoCategoriesContainer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-left: 30px;
        padding-right: 30px;
        width: calc(100% - 60px);
    }
}

@media (min-width: 1220px) {
    .logoCategoriesContainer {
        padding-left: 28px;
        padding-right: 28px;
        width: calc(100% - 56px);
    }
}

.imgTextContainer img {
    width: 90px;
    height: 50px;
}

.textNewsFooter {
    padding-top: 60px;
    max-width: 400px;
}


.menuNewsletterTitleFooter {
    font-family: "Noto Sans Condensed", sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0px;
}

.menuNewsletterTextFooter {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 24px;
}


.categoriesContainer p {
    font-family: "Noto Sans Condensed", sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: #F7F6F4;
    padding-top: 130px;
}

@media (min-width: 1024px) {
    .categoriesContainer {
        width: 50%;
    }
}

@media (min-width: 1024px) {
    .categoriesContainer p {
        padding-top: 0;
        padding-bottom: 55px;
        font-size: 18px;
    }
}

.containerFooterList {
    list-style: none;
    padding-left: 0;
}

@media (min-width: 1024px) {

    .containerFooterList {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .containerFooterList {
        grid-template-columns: repeat(2, 1fr);
    }
}

.containerFooterList li {
    width: 100%;
    border-bottom: 1px solid #627C9B;
    padding-bottom: 8px;
    margin-bottom: 19px;
}

@media (min-width: 1024px) {
    .containerFooterList li {
        margin-bottom: 0;
    }
}

.containerFooterList li a {
    font-family: "Noto Sans Condensed", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    color: #FFFFFF;
    opacity: 80%;
    text-decoration: none;
}

.containerSubFooterSixPay {
    background-color: #052549;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.containerWidthSixPay {
    max-width: 1440px;
}

@media (min-width: 1024px) {
    .containerWidthSixPay {
        display: flex;
        flex-direction: row;
        width: 100%;
    }
}

.subFooterContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 6px;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
}

@media (min-width: 1024px) {
    .subFooterContainer {
        gap: 65px;
        padding-left: 187px;
    }
}

.subFooterContainer a {
    text-decoration: none;
}

.subFooterContainer a {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 35px;
    color: #627C9B;
}

@media (min-width: 1024px) {
    .subFooterContainer a {
        font-size: 14px;
    }
}

.socialMediaPayFooter {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}

.socialMediaPayFooter a {
    cursor: pointer;
}

@media (min-width: 1024px) {
    .socialMediaPayFooter {
        padding-bottom: 0;
        width: min-content;
        padding-right: 70px;
    }
}

.social-iconFooter {
    fill: white;
    padding-right: 19px;
}

.socialMediaPayFooter svg {
    height: 50px;
    width: 50px;
}