.boton-menu {
    appearance: none;
    width: 100%; 
    padding: 0.625rem; 
    background-color: #3A8AC5; 
    border: none;
    color: white;
    border-radius: 0.25rem;
    text-decoration: none;
    text-align: center;
}

.boton-menu:hover {
    background-color: black;
    cursor: pointer;
}

.default {
    border: none;
    padding: 0.625rem;
    background-color: #ec8423;
    color: white;
    margin-right: 0.0625rem;
    border-radius: 0.25rem;
}

.danger {
    width: 5.625rem;
    height: 3.75rem;
    border: none;
    background-color: #d11800;
    color: white;
    margin-right: 0.0625rem;
    border-radius: 0.25rem;
}

.primary {
    width: 5.625rem;
    height: 3.75rem;
    border: none;
    background-color: #147eff;
    color: white;
    margin-right: 0.0625rem;
    border-radius: 0.25rem;
}

.secondary {
    border: none;
    padding: 0.625rem;
    background-color: #248C46;
    color: white;
    margin-right: 0.0625rem;
    border-radius: 0.25rem;
}
