
.tp-footer-container {
    padding: 1rem;
    background-color: black;
}

    .tp-footer-container .tp-footer-root .tp-footer__overall-links {
        padding: 2rem 0;
        display: block;
    }

        .tp-footer-container .tp-footer-root .tp-footer__overall-links .tp-footer__subscribe {
            flex-direction: column;
            gap: 1rem;
            font-size: .625rem;
            display: flex
        }


    .tp-footer-container .tp-footer__logo-sentureOrTpInfinity img {
        max-width: 58%;
        object-fit: contain;
    }

    .tp-footer-container .tp-footer-root .tp-footer__overall-links .tp-footer__subscribe .tp-footer__subscribe-text {
        font-size: .75rem;
        line-height: 1.5;
        color: #9CA3AF;
    }

    .tp-footer-container .tp-footer-root .tp-footer__overall-links .tp-footer__subscribe .tp-footer__subscribe-btn {
        min-width: fit-content;
        max-width: 10px;
        padding: 0.35rem 2.1rem;
        font-size: 0.85rem;
        letter-spacing: 0.3px;
    }

    .tp-footer-container .tp-footer-root .tp-footer__overall-links .tp-footer__all-nav-links {
        flex: 1
    }

        .tp-footer-container .tp-footer-root .tp-footer__overall-links .tp-footer__all-nav-links .tp-footer__link-group .tp-footer__title {
            font-size: .875rem;
            font-weight: 700;
            color: white;
        }

        .tp-footer-container .tp-footer-root .tp-footer__overall-links .tp-footer__all-nav-links .tp-footer__link-group .tp-footer__nav {
            flex-direction: column;
            gap: 1rem;
            margin-top: 1rem;
            display: flex
        }

        .tp-footer-container .tp-footer-root .tp-footer__overall-links .tp-footer__all-nav-links .tp-footer__link-group .tp-footer__link {
            color: #9CA3AF;
            font-size: .75rem;
            font-weight: var(--font-weight-light);
        }

    /*.tp-footer-container .tp-footer-root .tp-footer__other-links {
        flex-direction: column;
        justify-content: center;
        gap: 2rem;
        width: 100%;
        display: flex
    }*/

    .tp-footer-container .tp-footer-root .tp-footer__other-links .tp-footer__social-title {
        font-family: var(--font-noto);
        font-weight: var(--font-weight-bold);
        font-size: 0.85rem;
        color: var(--color-white);
    }

    .tp-footer-container .tp-footer-root .tp-footer__other-links .tp-footer__social-list {
        gap: 1rem;
        display: flex;
        margin-top: 1rem;
    }


    .tp-footer-container .tp-footer-root .tp-footer__other-links .tp-footer__social-link {
        color: var(--color-white);
        display: inline-block
    }

    .tp-footer-container .tp-footer-root .tp-footer__other-links .tp-footer__policies-wrapper {
        flex-direction: column;
        justify-content: center;
        gap: 1rem;
        display: flex
    }

    .tp-footer-container .tp-footer-root .tp-footer__other-links-TP .tp-footer__policies-wrapper {
        align-items: center;
    }

    .tp-footer-container .tp-footer-root .tp-footer__other-links .tp-footer__capta {
        border-radius: 2px;
        align-content: center;
        justify-content: center;
        width: 256px;
        height: 60px;
        transition: right .3s;
        display: grid;
        /*overflow: hidden;*/
        box-shadow: 0 0 5px gray
    }

        .tp-footer-container .tp-footer-root .tp-footer__other-links .tp-footer__capta .grecaptcha-badge {
            filter: grayscale(95%);
            -webkit-filter: grayscale(95%);
            -moz-filter: grayscale(95%);
            -ms-filter: grayscale(95%);
            -o-filter: grayscale(95%);
            position: relative !important;
            left: 0;
            top: 0;
        }

            .tp-footer-container .tp-footer-root .tp-footer__other-links .tp-footer__capta .grecaptcha-badge[data-style="none"] {
                display: none !important;
            }

    .tp-footer-container .tp-footer-root .tp-footer__other-links .tp-footer__policies {
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
        gap: .5rem;
        max-width: 30rem;
        margin: 0 auto;
        padding: 0;
        display: flex
    }

    .tp-footer-container .tp-footer__policy {
        font-family: var(--font-noto);
        color: var(--color-white);
        background-color: transparent;
        border: none;
        padding: 0;
    }

    .tp-footer-container .tp-footer-allianceOne__title {
        font-size: 1.15rem;
        line-height: 2;
        text-align: center;
        color: #fff;
        padding: 2rem 9rem 0 9rem;
        margin: 0;
    }

    .tp-footer-container .tp-footer__logoAllianceOne {
        width: 100%;
        display: block;
        text-align: center;
    }

        .tp-footer-container .tp-footer__logoAllianceOne img {
            max-width: 15rem;
            margin: 0 auto;
        }

    .tp-footer-container .tp-footer-allianceOne__description {
        color: lightgray;
        font-size: 1.1rem;
        text-align: center;
    }

    .tp-footer-container .tp-footerSenture {
        font-size: 1rem;
        font-family: var(--font-noto);
        font-weight: var(--font-weight-light);
        color: white;
        margin: 0;
    }

    .tp-footer-container .tp-footer__other-links-allianceOne .tp-footer__policies-wrapper {
        align-items: center;
    }

    .tp-footer-container .footer__lineRodape {
        color: #1F2937;
    }

    .tp-footer-container .footer__textRodape {
        font-family: var(--font-noto);
        font-size: 1rem;
        color: #9CA3AF;
        text-align: center;
        margin-bottom: 0;
        margin-right: 0;
    }

@media (min-width:576px) {
    .tp-footer-container .tp-footer-root .tp-footer__other-links .tp-footer__policies {
        flex-direction: row;
        gap: 1rem
    }
}

@media (min-width:992px) {
    .tp-footer-container .tp-footer__other-links-allianceOne .tp-footer__policies-wrapper {
        align-items: normal;
    }

    .tp-footer-container .tp-footer-root .tp-footer__other-links .tp-footer__policy {
        font-size: .625rem
    }

    .tp-footer-container .tp-footer-root .tp-footer__other-links .tp-footer__policies {
        justify-content: flex-start;
        align-items: baseline;
        gap: 1rem;
        max-width: none
    }

    .tp-footer-container .tp-footer-root .tp-footer__other-links .tp-footer__policies-wrapper {
        flex-direction: row
    }

    .tp-footer-container .tp-footer-root .tp-footer__other-links .tp-footer__social-list {
        justify-content: flex-start;
        gap: .5rem
    }

    .tp-footer-container .tp-footer-root .tp-footer__other-links .tp-footer__social-title {
        margin-bottom: .25rem;
    }

    .tp-footer-container .tp-footer-root .tp-footer__overall-links {
        display: flex;
        padding: 2rem 2rem;
    }

    .tp-footer-container .tp-footer-allianceOne__description {
        font-size: 0.8rem;
        width: 12rem;
    }

    .tp-footer-container .footer__textRodape {
        margin-right: 7rem;
    }
}

@media (min-width:1200px) {
    .tp-footer-container .tp-footer-root .tp-footer__other-links .tp-footer__policy {
        font-size: .875rem
    }

    .tp-footer-container .tp-footer-root .tp-footer__overall-links .tp-footer__all-nav-links .tp-footer__link-group .tp-footer__link {
        font-size: .875rem
    }

    .tp-footer-container .tp-footer-root .tp-footer__overall-links .tp-footer__subscribe .tp-footer__subscribe-text {
        font-size: .875rem
    }
}
