.boton {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.align-items-stretch {
    align-items: stretch !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.boton-primary {
    color: #fff;
    background-color: #004F9D;
    border-color: #004F9D; }
.boton-primary:hover {
    color: #fff;
    background-color: #003770;
    border-color: #003770; }
.boton-primary:focus, .boton-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
.boton-primary.disabled, .boton-primary:disabled {
    color: #fff;
    background-color: #004F9D;
    border-color: #004F9D; }
.boton-primary:not(:disabled):not(.disabled):active, .boton-primary:not(:disabled):not(.disabled).active,
.show > .boton-primary.dropdown-toggle {
    color: #fff;
    background-color: #003770;
    border-color: #003770; }
.boton-primary:not(:disabled):not(.disabled):active:focus, .boton-primary:not(:disabled):not(.disabled).active:focus,
.show > .boton-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.boton:hover, .boton:active, .boton:focus {
    outline: none !important; }
.boton small {
    background: #e6e6e6;
    padding: 2px 8px;
    color: rgba(0, 0, 0, 0.3); }
.boton .icon {
    width: 60px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1); }
.boton .icon i {
    font-size: 30px; }
.boton .icon.icon-left {
    left: 0; }
.boton .icon.icon-right {
    right: 0; }
.boton .icon.icon-primary {
    background: #6c5ce7; }
.boton .icon.icon-primary i {
    color: #fff; }
.boton .icon.icon-secondary {
    background: #1ee3cf; }
.boton .icon.icon-secondary i {
    color: #fff; }
.boton .icon.icon-tertiary {
    background: #ff00c8; }
.boton .icon.icon-tertiary i {
    color: #fff; }
.boton .icon.icon-quarternary {
    background: #a1dd70; }
.boton .icon.icon-quarternary i {
    color: #fff; }
.boton .text {
    width: calc(100% - 60px); }
.boton .text h4 {
    font-size: 22px;
    margin-bottom: 0; }
