.menu {
    background-color: transparent !important;
}

.top-bar-left{
    max-width: 75rem !important;
    margin-left: auto !important;
    margin-right: auto !important; 
}

    
.itemMenu{
    margin-top: 5px;
    margin-left: 15px;
}

.itemMenu:hover{
    text-decoration: underline;
    text-decoration-color: #fff;
}

.itemMenu a{
    font-weight: 300;
    color:rgb(255, 255, 255) ;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}

.container{
    margin-top: 0px;
}

.row{
    max-width: 100%;
}

.titulo{
    text-align: right;
    color: #116fbf;
}

.valor{
    text-align: right;
    /* transform: scale(1.10, 1.25); */
    font-weight: bold;
    font-size: 1.4rem;
    margin-left: 0.2rem;
    color:#116fbf;
}

#limiteDisponivel{
    color: #ED213A;   
}

.card-divider{
    padding: 0.5rem;
}

.divider-small{
    padding: 0.1rem;
}