﻿.rodape-fixo {
    color: white;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
}

.rodape-movel {
    color: white;
    width: 100%;
    height: 50px;    
}

.rodape-direitos-color {
    background-color: rgba(63, 63, 63, 1);
    width: 100%;
}

.rodape-direitos {
    height: 50px;
    width: 100%;
    padding-top: 10px;
}

.rodape-alfatest-color {
    background-color: rgba(51, 51, 51, 1);
    width: 100%;
}

.rodape-alfatest {
    height: 180px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.rodape-itens {
    width: 40%;
    min-width: 200px;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
}

.rodape-values {
    width: 100%;
}

    .rodape-values a:link {
        color: rgba(241, 151, 30, 1);
        text-decoration: none;
        transition-duration: 0.4s;
    }

    .rodape-values a:hover {
        background-color: rgba(241, 151, 30, 1);
        color: black;
    }
