/* Botonera Menu Dunkin */
.user-login {
    background-color: #e9e9e9;
    padding: 15px 0px;
    margin: 12px 0px 25px 0px;
    border-radius: 5px;
    color: #392d24;
    border-top: 6px solid #cb2c5d;
    font-size: 16px;
}

a .btn-dunkin {
    background-color: #f58220;
    padding: 5px 0px;
    margin: 12px 0px;
    border-radius: 5px;
    color: #FFFFFF;
    border-top: 6px solid #cb2c5d;
    font-size: 18px;
    /* font-weight: bold; */
    text-decoration: none;
}

.btn-dunkin:hover {
    background-color: #e0781c;
}

a {
    text-decoration: none;
}

.opc {
    color: #392d24;
    font-weight: bold;
}

.opc:hover {
    text-decoration: underline;
}

.titcat {
    color: #392d24;
    font-weight: bold;
    font-size: 14px;
}

.bar-progress {
    background-color: #cb2c5d;
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 3px;
}

.back-progress {
    background-color: rgb(228, 228, 228);
    border-radius: 3px;
    font-size: 12px;
}

.tit-pag {

}