.mw-footer-ton {
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 208px;
    background-color: #19191C;
    color: #bababb;
    flex-direction: column;
    gap: 60px;
}

.mw-footer-ton-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.mw-footer-ton-logos {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.mw-footer-ton-menus {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    grid-auto-rows: 75px;
    gap: 40px;
    flex-wrap: wrap;
    max-height: 800px;
}
.mw-footer-ton-menus-mobile{
    display: none;
}
.link-menu-footer .mw-link-decoration{
    color: white;
    font-weight: bold;
    font-size:16px;
}

details.link-menu-footer summary{
    list-style-type: disclosure-closed;
}
details[open].link-menu-footer > summary {
    list-style-type: disclosure-open;
    margin-bottom: 10px;
}
details[open].link-menu-footer a {
    font-size: 16px;
    margin-bottom: 10px;
}
details.link-menu-footer summary .mw-link-decoration{
    color:  white;
    font-weight: bold;
    font-size:16px;
}

.link-menu-footer:nth-child(2) {
    grid-row: 1/5;
}

.link-menu-footer:nth-child(3) {
    grid-row: 1/3;
}

.link-menu-footer:nth-child(4) {
    grid-row: 1/3; 
}

.link-menu-footer:nth-child(5) {
    grid-row: 1/4;
}

.link-menu-footer:nth-child(6) {
    grid-column: 1; 
}

.link-menu-footer:nth-child(7) {
    grid-column: 4;
}

.link-menu-footer:nth-child(8) {
    grid-column: 2;
    grid-row: 3;
}

.link-menu-footer:nth-child(9) {
    grid-column: 3;
    grid-row: 3;
}

.link-menu-footer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 200px;
}

.mw-footer-col-title {
    font-family: "NunitoSans-Bold";
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
}

.link-menu-footer h3 {
    color: white;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
.link-menu-footer > h3 > a {
    font-size: 16px !important;
}
.link-menu-footer{
    font-size: 15px;
}
.mw-footer-ton-side {
    width: 28%;
    max-height: 660px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: space-between;
}

.mw-footer-ton-sugestao {
    text-align: center;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    height: 190px;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #E5E5E5;
    padding: 20px;
}

.mw-footer-ton-sugestao h2 {
    font-weight: bold;
    color: white;
    font-size: 20px;
}

.mw-footer-ton-sugestao h3 {
    font-size: 14px;
    line-height: 18px;
}

.mw-footer-whatsapp {
    display: flex;
    width: 200px;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #00529e;
}

.mw-footer-whatsapp h3 {
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.mw-footer-ton-infos {
    display: flex;
    flex-direction: column;
}

.mw-footer-ton-infos header {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.mw-footer-ton-infos header h2 {
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.mw-footer-ton-infos h3 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
}

.mw-footer-ton-infos .icons-social-footer {
    display: flex;
    align-items: center;
    gap: 15px;
}
.mw-footer-ton-infos .icons-social-footer a {
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37px;
    height: 37px;
}

.mw-footer-mundiware {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
}

.mw-footer-mundiware h3 {
    font-size: 14px;
    line-height: 16px;
}

/*.mw-footer-mundiware img {
    width: auto;
    height: 25px;
}*/

@media (max-width:1000px){
    .mw-footer-ton-menus {
        display: none;
    }
    .mw-footer-ton-menus-mobile {
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        margin-bottom: 30px;
        padding-left: 20px;
    }
    .mw-footer-ton-wrapper {
        flex-direction: column;
        width: 95%;
        justify-content: center;
        align-items: center;
    }
    .mw-footer-ton-side{
        width: 100%;
    }
    .mw-footer-ton {
        padding-left: 20px;
        padding-right: 20px;
    }
    .mw-footer-ton-logos {
        flex-wrap: wrap;
        gap: 20px;
    }

    /* Logos das marcas menores no mobile ES*/
    .mw-footer-ton-logos > img:nth-child(1) {
        width: 209px;
        margin: auto;
        object-fit: contain;
    }

    .mw-footer-ton-logos > img:nth-child(2) {
        width: 162px;
        height: 26px;
    }
    .mw-footer-ton-logos > img:nth-child(3) {
        width: 152px;
        height: 30px;
    }
    .mw-footer-ton-logos > img:nth-child(4) {
        width: 86px;
        height: 30px;
    }
    .mw-footer-ton-logos > img:nth-child(5) {
        width: 76px;
        height: 31px;
    }
    .mw-footer-ton-logos > img:nth-child(7) {
        margin: auto;
    }

    /*Imagens de Parceiros do footer Pernanbuco*/

    .mw-footer-ton-logos.footer-pernambuco > img:nth-child(1) {
        width: 100%;
        height: 61px;
        margin: auto;
    }

    .mw-footer-ton-logos.footer-pernambuco > img:nth-child(2) {
        width: 96px;
        height: 26px;
    }
    .mw-footer-ton-logos.footer-pernambuco > img:nth-child(3) {
        width: 86px;
        height: 40px;
    }
    .mw-footer-ton-logos.footer-pernambuco > img:nth-child(4) {
        width: 100%;
        margin: auto;
        height: 19px;
    }

    .mw-footer-ton-logos.footer-pernambuco {
        max-width: 290px;
        margin: auto;
    }
}