a {
    text-decoration: none;
    list-style: none;
}

.RmtHome {
    margin-top: 31rem;
}

/* .backRodape {
    background-image: url(../../../../public/assets/imagens/rodape/1.png);
    height: 418px;
    background-position: top;
    background-size: cover;
    margin-top: -85px;
    position: relative;
    z-index: 5;
} */

.imgLogoR {
    padding-top: 8rem !important;
}

.iconMidias {
    font-size: 30px;
    color: white;
}

.wpplink {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 2;
    height: 50px;
    padding: 0px 20px;
    background-color: #01e675;
    color: white;
    border-radius: 20px 20px 0px 20px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline-style: none !important;
    cursor: pointer;
    font-weight: 600;
    font-size: 22px;
    transition: all 0.6s ease;
}

.j-c-e {
    justify-content: end;
}

.mtRodVib {
    margin-top: -24px;
}




body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content {
    flex: 1;
}

.backRodape {
    background-image: url(../../../../public/assets/imagens/rodape/1.png);
    background-position: top;
    background-size: cover;
    z-index: 5;
    position: relative;
    margin-top: -76px;
}


@media (max-width: 992px) {
    .RmtHome {
        margin-top: 0px;
    }

    .j-c-cMobi {
        display: flex;
        justify-content: center;
    }


    .mtRodVib {
        margin-top: -8px;
    }

   
}