button:focus {
    outline: none !important;
}

.btn-bts-cst{ /*BTN BOOTSTRAP CUSTOM*/
    border-radius: 6px;
}

.btn.btn-bts-cst{
    font-size: 14px;
}

.btn.btn-xs.btn-bts-cst{
    padding: 1px 15px;
    font-size: 12px;
}

.btn.btn-sm.btn-bts-cst{
    padding: 5px 30px;
    font-size: 12px;
}

.btn.btn-sm-sp.btn-bts-cst{
    font-size: 12px;
}

.btn.btn-md.btn-bts-cst{
    padding: 7px 30px;
}

.btn.btn-lg.btn-bts-cst{
    font-size: 16px;
    padding: 8px 60px;
}

.btn.btn-lg.btn-bts-cst.btn-block{
    padding: 9px 30px;
}

/*INIT BTN-CUSTOM-PRIMARY*/
.btn-custom-primary {
    color: #fff;
    background-color: #8FBE00;
    border-color: #8FBE00;
}

.btn-custom-primary:hover {
    color: #fff;
    background-color: #8FBE70;
    border-color: #8FBE70;
}
  
.btn-custom-primary:focus, .btn-custom-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(143, 190, 0, 0.5);
}
  
.btn-custom-primary.disabled, .btn-custom-primary:disabled {
    color: #fff;
    background-color: #8FBE00;
    border-color: #8FBE00;
}
  
.btn-custom-primary:not(:disabled):not(.disabled):active, .btn-custom-primary:not(:disabled):not(.disabled).active,
.show > .btn-custom-primary.dropdown-toggle {
    color: #fff;
    background-color: #8FBE00;
    border-color: #8FBE00;
}
  
.btn-custom-primary:not(:disabled):not(.disabled):active:focus, .btn-custom-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-custom-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(143, 190, 0, 0.5);
}
/*END BTN-CUSTOM-PRIMARY*/

/*INIT BTN-CUSTOM-SECONDARY*/
.btn-custom-secondary {
    color: #FFF;
    background-color: #D3D000;
    border-color: #D3D000;
}

.btn-custom-secondary:hover {
    color: #FFF;
    background-color:#D3D000;
    border-color:#D3D000;
}
  
.btn-custom-secondary:focus, .btn-custom-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(211, 208, 0, 0.5);
}
  
.btn-custom-secondary.disabled, .btn-custom-secondary:disabled {
    color: #FFF;
    background-color: #D3D000;
    border-color: #D3D000;
}
  
.btn-custom-secondary:not(:disabled):not(.disabled):active, .btn-custom-secondary:not(:disabled):not(.disabled).active,
.show > .btn-custom-secondary.dropdown-toggle {
    color: #FFF;
    background-color: #D3D000;
    border-color: #D3D000;
}
  
.btn-custom-secondary:not(:disabled):not(.disabled):active:focus, .btn-custom-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-custom-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(211, 208, 0, 0.5);
}
/*END BTN-CUSTOM-SECONDARY*/

/*INIT BTN-CUSTOM-OUTLINE-PRIMARY*/
.btn-custom-outline-primary {
    color: #8FBE00;
    border-color: #8FBE00;
}
  
.btn-custom-outline-primary:hover {
    color: #fff;
    background-color: #8FBE00;
    border-color: #8FBE00;
}
  
.btn-custom-outline-primary:focus, .btn-custom-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(143, 190, 0, 0.5);
}
  
.btn-custom-outline-primary.disabled, .btn-custom-outline-primary:disabled {
    color: #8FBE00;
    background-color: transparent;
}
  
.btn-custom-outline-primary:not(:disabled):not(.disabled):active, .btn-custom-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-custom-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #8FBE00;
    border-color: #8FBE00;
}
  
.btn-custom-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-custom-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-custom-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(143, 190, 0, 0.5);
}
/*END BTN-CUSTOM-OUTLINE-PRIMARY*/

/*INIT BTN-CUSTOM-OUTLINE-SECONDARY*/
.btn-custom-outline-secondary {
    color: #D3D000;
    border-color: #D3D000;
}
  
.btn-custom-outline-secondary:hover {
    color: #FFF;
    background-color: #D3D000;
    border-color: #D3D000;
}
  
.btn-custom-outline-secondary:focus, .btn-custom-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(211, 208, 0, 0.5);
}
  
.btn-custom-outline-secondary.disabled, .btn-custom-outline-secondary:disabled {
    color: #D3D000;
    background-color: transparent;
}
  
.btn-custom-outline-secondary:not(:disabled):not(.disabled):active, .btn-custom-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-custom-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #D3D000;
    border-color: #D3D000;
}
  
.btn-custom-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-custom-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-custom-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(211, 208, 0, 0.5);
}
/*END BTN-CUSTOM-OUTLINE-SECONDARY*/

/*OTROS */
.btn-custom-outline-gray {
    color: #999;
    border-color: #999;
}
  
.btn-custom-outline-gray:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}
  
.btn-custom-outline-gray:focus, .btn-custom-outline-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}
  
.btn-custom-outline-gray.disabled, .btn-custom-outline-gray:disabled {
    color: #ccc;
    background-color: transparent;
}
  
.btn-custom-outline-gray:not(:disabled):not(.disabled):active, .btn-custom-outline-gray:not(:disabled):not(.disabled).active,
.show > .btn-custom-outline-gray.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}
  
.btn-custom-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-custom-outline-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-custom-outline-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}

/*INIT BTN-CUSTOM-BLUE*/
.btn-custom-blue {
    color: #fff;
    background-color: #005d89;
    border-color: #005d89;
}

.btn-custom-blue:hover {
    color: #fff;
    background-color: #005d89;
    border-color: #005d89;
}
  
.btn-custom-blue:focus, .btn-custom-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 93, 137, 0.5);
}
  
.btn-custom-blue.disabled, .btn-custom-blue:disabled {
    color: #fff;
    background-color: #005d89;
    border-color: #005d89;
}
  
.btn-custom-blue:not(:disabled):not(.disabled):active, .btn-custom-blue:not(:disabled):not(.disabled).active,
.show > .btn-custom-blue.dropdown-toggle {
    color: #fff;
    background-color: #005d89;
    border-color: #005d89;
}
  
.btn-custom-blue:not(:disabled):not(.disabled):active:focus, .btn-custom-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-custom-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 93, 137, 0.5);
}
/*END BTN-CUSTOM-BLUE*/

/*INIT BTN-CUSTOM-WARNING*/
.btn-custom-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-custom-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
  
.btn-custom-warning:focus, .btn-custom-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
  
.btn-custom-warning.disabled, .btn-custom-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
  
.btn-custom-warning:not(:disabled):not(.disabled):active, .btn-custom-warning:not(:disabled):not(.disabled).active,
.show > .btn-custom-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
  
.btn-custom-warning:not(:disabled):not(.disabled):active:focus, .btn-custom-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-custom-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
/*END BTN-CUSTOM-WARNING*/

/*INIT BTN-CUSTOM-ORANGE*/
.btn-custom-orange {
    color: #fff;
    background-color: #FF8000;
    border-color: #FF8000;
}

.btn-custom-orange:hover {
    color: #fff;
    background-color: #FF8000;
    border-color: #FF8000;
}
  
.btn-custom-orange:focus, .btn-custom-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 79, 1, 0.5);
}
  
.btn-custom-orange.disabled, .btn-custom-orange:disabled {
    color: #fff;
    background-color: #FF8000;
    border-color: #FF8000;
}
  
.btn-custom-orange:not(:disabled):not(.disabled):active, .btn-custom-orange:not(:disabled):not(.disabled).active,
.show > .btn-custom-orange.dropdown-toggle {
    color: #fff;
    background-color: #FF8000;
    border-color: #FF8000;
}
  
.btn-custom-orange:not(:disabled):not(.disabled):active:focus, .btn-custom-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-custom-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 79, 1, 0.5);
}
/*END BTN-CUSTOM-ORANGE*/


@media (max-width: 575.98px) { 
    .btn-block-xs{
        width: 100%;
    }
}

@media (max-width: 767.98px) { 
    
}