button:focus {
    outline: none !important;
}

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

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

.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: 18px;
    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: #05141F;
    border-color: #05141F;
}

.btn-custom-primary:hover {
    color: #fff;
    background-color: #960013;
    border-color: #960013;
}
  
.btn-custom-primary:focus, .btn-custom-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(5, 20, 31, 0.5);
}
  
.btn-custom-primary.disabled, .btn-custom-primary:disabled {
    color: #fff;
    background-color: #05141F;
    border-color: #05141F;
}
  
.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: #05141F;
    border-color: #05141F;
}
  
.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(5, 20, 31, 0.5);
}
/*END BTN-CUSTOM-PRIMARY*/

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

.btn-custom-secondary:hover {
    color: #FFF;
    background-color:#05141F;
    border-color:#05141F;
}
  
.btn-custom-secondary:focus, .btn-custom-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(150, 0, 19, 0.5);
}
  
.btn-custom-secondary.disabled, .btn-custom-secondary:disabled {
    color: #FFF;
    background-color: #960013;
    border-color: #960013;
}
  
.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: #960013;
    border-color: #960013;
}
  
.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(150, 0, 19, 0.5);
}
/*END BTN-CUSTOM-SECONDARY*/

/*INIT BTN-CUSTOM-OUTLINE-PRIMARY*/
.btn-custom-outline-primary {
    color: #05141F;
    border-color: #05141F;
}
  
.btn-custom-outline-primary:hover {
    color: #fff;
    background-color: #05141F;
    border-color: #05141F;
}
  
.btn-custom-outline-primary:focus, .btn-custom-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(5, 20, 31, 0.5);
}
  
.btn-custom-outline-primary.disabled, .btn-custom-outline-primary:disabled {
    color: #05141F;
    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: #05141F;
    border-color: #05141F;
}
  
.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(5, 20, 31, 0.5);
}
/*END BTN-CUSTOM-OUTLINE-PRIMARY*/

/*INIT BTN-CUSTOM-OUTLINE-SECONDARY*/
.btn-custom-outline-secondary {
    color: #960013;
    border-color: #960013;
}
  
.btn-custom-outline-secondary:hover {
    color: #FFF;
    background-color: #960013;
    border-color: #960013;
}
  
.btn-custom-outline-secondary:focus, .btn-custom-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(150, 0, 19, 0.5);
}
  
.btn-custom-outline-secondary.disabled, .btn-custom-outline-secondary:disabled {
    color: #960013;
    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: #960013;
    border-color: #960013;
}
  
.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(150, 0, 19, 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);
}

/*BTN-GRAY*/
.btn-custom-gray {
    color: #fff;
    background-color: #9da1a2;
    border-color: #9da1a2;
}

.btn-custom-gray:hover {
    color: #fff;
    background-color: #05141F;
    border-color: #05141F;
}
  
.btn-custom-gray:focus, .btn-custom-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(157, 161, 162, 0.5);
}
  
.btn-custom-gray.disabled, .btn-custom-gray:disabled {
    color: #fff;
    background-color: #9da1a2;
    border-color: #9da1a2;
}
  
.btn-custom-gray:not(:disabled):not(.disabled):active, .btn-custom-gray:not(:disabled):not(.disabled).active,
.show > .btn-custom-gray.dropdown-toggle {
    color: #fff;
    background-color: #9da1a2;
    border-color: #9da1a2;
}
  
.btn-custom-gray:not(:disabled):not(.disabled):active:focus, .btn-custom-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-custom-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(157, 161, 162, 0.5);
}

/*BTN-GREEN*/
.btn-custom-green {
    color: #fff;
    background-color: #5c7e2a;
    border-color: #5c7e2a;
}

.btn-custom-green:hover {
    color: #fff;
    background-color: #05141F;
    border-color: #05141F;
}
  
.btn-custom-green:focus, .btn-custom-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(92, 126, 42, 0.5);
}
  
.btn-custom-green.disabled, .btn-custom-green:disabled {
    color: #fff;
    background-color: #5c7e2a;
    border-color: #5c7e2a;
}
  
.btn-custom-green:not(:disabled):not(.disabled):active, .btn-custom-green:not(:disabled):not(.disabled).active,
.show > .btn-custom-green.dropdown-toggle {
    color: #fff;
    background-color: #5c7e2a;
    border-color: #5c7e2a;
}
  
.btn-custom-green:not(:disabled):not(.disabled):active:focus, .btn-custom-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-custom-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(92, 126, 42, 0.5);
}



/*BTN-WHITE*/
.btn-custom-white {
    color: #05141F;
    background-color: #FFF;
    border-color: #FFF;
}

.btn-custom-white:hover {
    color: #FFF;
    background-color: #960013;
    border-color: #960013;
}
  
.btn-custom-white:focus, .btn-custom-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
  
.btn-custom-white.disabled, .btn-custom-white:disabled {
    color: #05141F;
    background-color: #FFF;
    border-color: #FFF;
}
  
.btn-custom-white:not(:disabled):not(.disabled):active, .btn-custom-white:not(:disabled):not(.disabled).active,
.show > .btn-custom-white.dropdown-toggle {
    color: #05141F;
    background-color: #FFF;
    border-color: #FFF;
}
  
.btn-custom-white:not(:disabled):not(.disabled):active:focus, .btn-custom-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-custom-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}


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