.card_nomal {
    background-color: #5091c3 !important;
    color: white;
    margin-right: auto;
}

.card_nomal:hover {
    background-color: #5091c3b7 !important;
    color: white;
}

.card_loteria {
    background-color: #F44611 !important;
    color: white;
}

.card_loteria:hover {
    background-color: #f44611ab !important;
    color: white;
}