/* Sobrescribir btn-success con el color de marca #5F7A39 */
.btn-success {
    background-color: #5F7A39 !important;
    border-color: #5F7A39 !important;
    color: #ffffff !important;
}

.btn-success:hover {
    background-color: #4c622e !important;
    border-color: #4c622e !important;
    color: #ffffff !important;
}

.btn-success:focus, .btn-success:active {
    box-shadow: 0 0 0 0.25rem rgba(95, 122, 57, 0.5) !important;
}

.btn-success:active, .btn-success.active {
    background-color: #3d4f25 !important;
    border-color: #3d4f25 !important;
    color: #ffffff !important;
}

/* Sobrescribir btn-primary con el color de marca #3D6F8E */
.btn-primary {
    background-color: #3D6F8E !important;
    border-color: #3D6F8E !important;
    color: #ffffff !important;
}

.btn-primary:hover {
    background-color: #2f566e !important;
    border-color: #2f566e !important;
    color: #ffffff !important;
}

.btn-primary:focus, .btn-primary:active {
    box-shadow: 0 0 0 0.25rem rgba(61, 111, 142, 0.5) !important;
}

.btn-primary:active, .btn-primary.active {
    background-color: #213d4f !important;
    border-color: #213d4f !important;
    color: #ffffff !important;
}

/* Sobrescribir btn-warning con el color de marca #E9A007 */
.btn-warning {
    background-color: #E9A007 !important;
    border-color: #E9A007 !important;
    color: #ffffff !important;
}

.btn-warning:hover {
    background-color: #f0b32b !important;
    border-color: #f0b32b !important;
    color: #ffffff !important;
}

.btn-warning:focus, .btn-warning:active {
    box-shadow: 0 0 0 0.25rem rgba(233, 160, 7, 0.5) !important;
}

.btn-warning:active, .btn-warning.active {
    background-color: #d19006 !important;
    border-color: #d19006 !important;
    color: #ffffff !important;
}

/* Sobrescribir btn-danger con el color de marca #D97732 */
.btn-danger {
    background-color: #D97732 !important;
    border-color: #D97732 !important;
    color: #ffffff !important;
}

.btn-danger:hover {
    background-color: #ae5e24 !important;
    border-color: #ae5e24 !important;
    color: #ffffff !important;
}

.btn-danger:focus, .btn-danger:active {
    box-shadow: 0 0 0 0.25rem rgba(217, 119, 50, 0.5) !important;
}

.btn-danger:active, .btn-danger.active {
    background-color: #82471b !important;
    border-color: #82471b !important;
    color: #ffffff !important;
}

/* Sobrescribir btn-info con el color de marca #5FA8D3 */
.btn-info {
    background-color: #5FA8D3 !important;
    border-color: #5FA8D3 !important;
    color: #ffffff !important;
}

.btn-info:hover {
    background-color: #3f90be !important;
    border-color: #3f90be !important;
    color: #ffffff !important;
}

.btn-info:focus, .btn-info:active {
    box-shadow: 0 0 0 0.25rem rgba(95, 168, 211, 0.5) !important;
}

.btn-info:active, .btn-info.active {
    background-color: #2777a4 !important;
    border-color: #2777a4 !important;
    color: #ffffff !important;
}

/* Sobrescribir btn-secondary con el color de marca #5B5B5B */
.btn-secondary {
    background-color: #5B5B5B !important;
    border-color: #5B5B5B !important;
    color: #ffffff !important;
}

.btn-secondary:hover {
    background-color: #494949 !important;
    border-color: #494949 !important;
    color: #ffffff !important;
}

.btn-secondary:focus, .btn-secondary:active {
    box-shadow: 0 0 0 0.25rem rgba(91, 91, 91, 0.5) !important;
}

.btn-secondary:active, .btn-secondary.active {
    background-color: #383838 !important;
    border-color: #383838 !important;
    color: #ffffff !important;
}
