﻿.btn-transaction-servientrega {
    /*transform: translateX(-50%);*/
    margin-top: 15px;
    display: inline-block;
    padding: 10px 20px;
    color: white;
    border-radius: 10px;
    /*border-top-right-radius: 20px;*/
    text-decoration: none;
    font-weight: bold;
    /*border-top-right-radius: 0px;*/
    text-align: center;
}

.btn-transaction-servientrega-2 {
    display: inline-block;
    color: white;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}

/*.btn-transaction-servientrega:hover, .btn-transaction-servientrega-2 :hover {
    background: #DF1995;
}*/

.btn-green {
/*    background: linear-gradient(to right, rgba(0, 150, 64, 1), rgba(0, 100, 50, 1));
*/
    background-color: rgb(0,150,64);
}

.btn-gray {
    /*    background: linear-gradient(to right, rgb(170, 172, 171), rgb(42, 43, 42));
*/
    background-color: #DF1995;
}