@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@100;200;300;400;500;600;700&display=swap');

.rodape{
    width: 100%;
    background: #4B9E38;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.conteudo-rodape{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}
.conteudo-rodape p{
    color: #FFF;
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.conteudo-rodape p span{
    font-weight: 600 !important;
}