.btn-action
{
    background-color: rgb(139, 42, 48);
    border-color: rgb(100, 24, 29);
    color: white;
}
.btn-action:hover
{
    background-color: rgb(100, 24, 29);
    border-color: rgb(71, 16, 19);
    color: white;
}
.btn-action-outline
{
    background-color: rgb(0,0,0,0);
    border-color: rgb(100, 24, 29);
    color: rgb(100, 24, 29);
}
.btn-action-outline:hover
{
    background-color: rgb(139, 42, 48);
    border-color: rgb(100, 24, 29);
    color: white;
}


.btn-salir {
    background-color: rgb(36, 36, 36);
    color: white
}

.btn-salir:hover,
.btn-action:hover {
    color: white;

}