.btn-estilizado-cliente {
    background: #001489 !important;
    border-color: #001489 !important;
}

.btn-estilizado-cliente:hover,
.botao-dia-mes:hover {
    background: #41B6E6 !important;
    border-color: #41B6E6 !important;
    color: #ffffff !important;
}

.botao-dia-mes:hover span {
    color: #fff !important;
}

.btn-estilizado-cliente.botao-dia-mes span {
    color: #fff !important;
}