.footer {
    padding-top: 92px;
    padding-bottom: 92px;
    display: flex;
    background-color: var(--cor-principal-1);
    justify-content: center;
    align-items: end;

    @media only screen and (max-width: 1090px) {
        padding-top: var(--space-xl);
        padding-bottom: var(--space-xl);

    }


}

.footer__row {
    margin-top: 28px;
    width: 100%;
    display: flex;
    justify-content: center;
    max-width: 1038px;
    margin-left: auto;
    margin-right: auto;

    @media only screen and (max-width: 1090px) {
        padding-left: var(--space-xl);
        padding-right: var(--space-xl);

    }


}

.footer__info {
    align-self: stretch;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: var(--space-xl);

    @media only screen and (max-width: 1090px) {
        flex-direction: column;
        gap: var(--space-8xl);

    }


}

.footer__info-bloco {
    gap: 44px;
    display: flex;
    width: 20%;
    flex-direction: column;
    align-items: start;

    @media only screen and (max-width: 1090px) {
        width: 100%;
        align-items: center;

    }


}

.footer__logo {
    height: 44px;
    width: 146px;
    object-fit: contain;

}

.footer__descricao {
    color: var(--gray_100) !important;
    font-family: Roboto, sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    width: 88%;
    line-height: 16px;

    @media only screen and (max-width: 1090px) {
        width: 100%;
        text-align: center;

    }


}

.footer__social {
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: var(--space-xl);
    flex-wrap: wrap;
    height: 100%;

    @media only screen and (max-width: 1090px) {
        width: 100%;
        flex-direction: column;
        gap: var(--space-6xl);

    }


}

.footer__social-titulo {
    gap: var(--space-6xl);
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    align-items: start;

}

.footer__social-links {
    gap: var(--space-6xl);
    display: flex;
    flex-direction: column;
    text-align: left;
    /*align-self: end;*/

    @media only screen and (max-width: 1090px) {
        align-self: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

}

.footer__links {
    gap: var(--space-6xl);
    /*align-self: end;*/
    display: flex;
    flex-direction: column;
    align-items: start;

    @media only screen and (max-width: 1090px) {
        align-self: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

}

.footer__social-links a,
.footer__links a {
    text-decoration: none;
}

.footer__contact {
    gap: var(--space-7xl);
    align-self: start;
    display: flex;
    width: 28%;
    flex-direction: column;
    align-items: start;

    @media only screen and (max-width: 1090px) {
        align-self: auto;
        width: 100%;

    }


}

.footer__contato-info {
    gap: var(--space-3xl);
    display: flex;
    align-self: stretch;
    flex-direction: column;
    align-items: start;

}

.footer__contato-info a {

    @media only screen and (max-width: 1090px) {
        align-self: center;
    }

}

.footer__contato-descricao {
    color: var(--cor-auxiliar) !important;
    font-size: 14px;
    font-weight: 400;
    width: 64%;
    line-height: 16px;

    @media only screen and (max-width: 1090px) {
        width: 100%;
        text-align: center;

    }


}

.footer__contato--botao {
    letter-spacing: -0.16px;
    font-family: Roboto, sans-serif;
    align-self: stretch;
    text-align: center;

}

.footer__ans-logo-link {
    align-self: start;


    @media only screen and (max-width: 1090px) {
        align-self: auto;

    }

}

.footer__ans-logo {
    height: 46px;
    margin-top: 28px;
    object-fit: cover;

}

.footer__copyright {
    color: var(--cor-auxiliar) !important;
    margin-top: 56px;
    letter-spacing: 0.24px;
    font-family: Roboto, sans-serif !important;
    font-size: 12px;
    font-weight: 500;

}

.footer__ans-numero {
    height: 24px;
    margin-top: 16px;

}

.footer__ans-numero-plano {
    color: white;
    background-color: black;
    border: 2px solid white;
    outline: 4px solid black;
    line-height: 1.4;
    padding: 0 5px;
    font-weight: bold;
    margin-top: 16px;
    font-size: 12px;
}

.footer__coluna {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.footer__contato-titulo {
    color: var(--white_a700_01) !important;
    font-size: 20px;
    font-weight: 600;

    @media only screen and (max-width: 1090px) {
        width: 100%;
        text-align: center;

    }

}

.footer__link--sobre {
    color: var(--gray_100) !important;
    letter-spacing: 0.24px;
    font-family: Roboto, sans-serif !important;
    font-size: 12px;
    font-weight: 400;

}

.btn-whatsapp {
    display: inline-block;
    bottom: 16px;
    right: 16px;
    position: fixed;
    padding: 8px;
    background-color: #25d366;
    border-radius: 999999px;
}

.btn-whatsapp::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../imagens/index/whatsapp_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

#rede-credenciada-modal .modal-container {
    width: 100%;
    height: 100%;
}

#rede-credenciada-modal .card {
    height: 100%;
}

#rede-credenciada-modal iframe {
    max-width: 1000px;
    height: 100%;
    border: 0;
}