#pp-footer {
    width: 100%;
    background-color: #00111A;
    padding-top: 100px;
    padding-bottom: 50px;
}
#pp-footer > .footerContainer {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 0 20px;
}
#pp-footer > .footerContainer > .pluspackCopyright {

}
#pp-footer > .footerContainer > .pluspackCopyright > img {
    width: 212px;
    height: 69px;
    margin-bottom: 24px;
}
#pp-footer > .footerContainer > .pluspackCopyright > p {
    font-family: 'Inter-Regular', sans-serif;
    font-size: 12px;
    color: #9ba1a5;
}
#pp-footer > .footerContainer > .footerMenu {
    list-style: none;
}
#pp-footer > .footerContainer > .footerMenu > li:first-of-type {
    font-family: 'Satoshi-SemiBold', sans-serif;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    list-style: none;
}
#pp-footer > .footerContainer > .footerMenu > li:not(:first-of-type) {
    margin-bottom: 10px;
    list-style: none;
}
#pp-footer > .footerContainer > .footerMenu > li > a {
    font-family: 'Satoshi-Regular', sans-serif;
    font-size: 16px;
    color: #9ba1a5;
    text-decoration: unset;
}
#pp-footer > .footerContainer > .footerMenu > li > a:hover {
    color: #fff;
}
#pp-footer > .footerContainer > .footerMenuSociais {
    list-style: none;
}
#pp-footer > .footerContainer > .footerMenuSociais > li:first-of-type {
    font-family: 'Satoshi-SemiBold', sans-serif;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    margin-left: 40px;
    white-space: nowrap;
    list-style: none;
}
#pp-footer > .footerContainer > .footerMenuSociais > li:not(:first-of-type) {
    margin-bottom: 10px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}
#pp-footer > .footerContainer > .footerMenuSociais > li > img {
    width: 20px;
    height: auto;
}
#pp-footer > .footerContainer > .footerMenuSociais > li > a {
    font-family: 'Satoshi-Regular', sans-serif;
    font-size: 16px;
    color: #9ba1a5;
    text-decoration: unset;
}
#pp-footer > .footerContainer > .footerMenuSociais > li > a:hover {
    color: #fff;
}
#pp-footer > .footerContainer > .footerMenuContato {
    max-width: 250px;
}
#pp-footer > .footerContainer > .footerMenuContato > li:first-of-type {
    font-family: 'Satoshi-SemiBold', sans-serif;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    list-style: none;
}
#pp-footer > .footerContainer > .footerMenuContato > li:not(:first-of-type) {
    margin-bottom: 10px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'Satoshi-Regular', sans-serif;
    font-size: 11px;
    color: #9ba1a5;
}
#pp-footer > .footerContainer > .footerMenuContato > li > img {
    width: 20px;
    height: auto;
}
#pp-footer > .grupoTribuna {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#pp-footer > .grupoTribuna > img {
    width: 287px;
    height: 56px;
}
#pp-footer > .grupoTribuna > .grupoTribunaSites {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 764px;
    width: 100%;
    padding-top: 24px;
    margin-top: 24px;
    border-top: 2px solid #ff0000;
}
#pp-footer > .grupoTribuna > .grupoTribunaSites > a {
    display: block;
    width: fit-content;
    height: fit-content;
}
#pp-footer > .grupoTribuna > .grupoTribunaSites > a > img {
    object-fit: cover;
}
#pp-footer > .grupoTribuna > .grupoTribunaSites > a:nth-child(1) > img {
    width: 174px;
    height: 34px;
}
#pp-footer > .grupoTribuna > .grupoTribunaSites > a:nth-child(2) > img {
    width: 96px;
    height: 31px;
}
#pp-footer > .grupoTribuna > .grupoTribunaSites > a:nth-child(3) > img {
    width: 102px;
    height: 45px;
}
#pp-footer > .grupoTribuna > .grupoTribunaSites > a:nth-child(4) > img {
    width: 185px;
    height: 43px;
}
#pp-footer > .grupoTribuna > .grupoTribunaSites > a:nth-child(5) > img {
    width: 134px;
    height: 38px;
}
#pp-footer > .grupoTribuna > p {
    font-family: 'Satoshi-Regular', sans-serif;
    font-size: 11px;
    color: #fff;
    margin-top: 24px;
}
@media screen and (max-width: 768px) {
    #pp-footer {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    #pp-footer > .footerContainer {
        flex-direction: column;
    }
    #pp-footer > .footerContainer > .footerMenuSociais > li:first-of-type {
        margin-left: unset;
    }
    #pp-footer > .grupoTribuna > .grupoTribunaSites {
        flex-direction: column;
        gap: 12px;
    }
    #pp-footer > .grupoTribuna > .grupoTribunaSites > a {
        width: 75%;
        margin: 0 auto;
    }
    #pp-footer > .grupoTribuna > .grupoTribunaSites > a > img {
        margin: 0 auto;
    }
}