/*color de los botones*/
.t-Button--primary:not(.t-Button--simple):not(.t-Button--hot) {
    color: #FFFFFF !important;
    background-color: #01579B !important; 
}

.t-Button--warning:not(.t-Button--simple):not(.t-Button--hot) {
    background-color: #EDB92E !important;
}

.t-Button--danger:not(.t-Button--simple):not(.t-Button--hot) {
    background-color: #D32F2F !important;
}

.t-Button--success:not(.t-Button--simple):not(.t-Button--hot) {
    background-color: #2E7D32 !important;
}

.t-Button,
button,
a.t-Button {
    border-radius: 8px !important;
}