.rodape{
    background-color: var(--bege);
    padding: 1em 2em 0 2em;
    text-align: center;
    width: auto;
    height: 12.5vw;
}

.rodape__texto{
    font-family: var(--fonte);
    color: var(--marrom);
    font-size: 1.5vw;
    font-weight: 600;
}

.rodape__numero{
    margin: 1em 0;
    
}

.rodape_email{
    margin: 1em;
}

.rodape__link{
    text-decoration: none;
}
@media screen and (max-width: 500px) {
    .rodape{
        padding: 5vw 0.5vw 0.5vw 0.5vw;
    }
    
    .rodape__texto{
        font-size: 2.75vw;
    }
    .rodape{
        height: 21vw;
    }
}