.rodape-wrapper {
    background-image: linear-gradient(180deg, rgba(19, 47, 35, 0.3) 59%, rgba(5, 20, 13, 1) 98%), url(../../img/Fundos/apresentacaoFundoVerde2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.rodape {
    width: 100%;
    height: auto;
    position: relative;
    padding: 6rem 0 2rem;
    backdrop-filter: blur(1rem);
}

.rodapeInicio {
    align-items: center;
    padding: 4rem 0 0rem;
}

.rodapeTitulos {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0rem 2rem;
    align-items: center;
}

.rodapeTitulo {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}

.botoesLinks {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 4.5rem 0 2rem;
}

.botoesLinksDivvisao>* {
    flex: 1;
}

.rodapeSubtitulo {
    font-size: 1.5rem;
    text-align: center;
}

.BotaoLink {
    position: relative;
    height: 6rem;
    width: 20rem;
    padding: 20px 10px;
    overflow: hidden;
    font-size: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;

    text-decoration: none;
    position: relative;
    width: 17rem;
    height: 7rem;
    border-radius: 12px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: white;
    backdrop-filter: blur(100px);
    background-color: #219425c7;
    background-image: radial-gradient(circle at 30% 20%, #a4c56258 0%, transparent 70%);
    box-shadow: 1px 2px 8px 1px rgba(2, 27, 32, 0.2);
    -webkit-box-shadow: 1px 2px 8px 1px rgba(2, 27, 32, 0.2);
    -moz-box-shadow: 1px 2px 8px 1px rgba(2, 27, 32, 0.2);
    transition: 0.3s;
}

.BotaoLink:hover {
    cursor: pointer;
    background-color: rgba(36, 190, 41, 0.78);
    box-shadow: 1px 2px 8px 1px rgba(3, 49, 31, 0.4);
    -webkit-box-shadow: 1px 2px 8px 1px rgba(3, 49, 31, 0.4);
    -moz-box-shadow: 1px 2px 8px 1px rgba(3, 49, 31, 0.4);
}

.RodapeMeio {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    padding: 0 2rem;
}

.tituloLei {
    font-size: 2rem;
    display: flex;
    width: 100%;
    justify-content: center;

    font-weight: 700;
    padding: 5rem 1rem 0rem;
}

.paragrafoLei {
    font-size: 1.25rem;
    text-align: center;
    padding: 1.5rem 2.5rem;
    min-width: 25rem;
    max-width: 40rem;
    line-height: normal;
    border: white solid 1px;
    border-radius: 12px;
    background: transparent;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.paragrafoLei::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #4B4B4B;
    opacity: 0.3;
    z-index: -1;
}

.RodapeFinal {
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 1rem 5rem 1rem 0rem;
}

.RodapeNotarialNome {
    margin-top: 3rem;
    width: 90%;
    max-width: 50rem;
}