.btn-cu {
    background-color: #0f69c4;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 8px 18px 8px 15px !important;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
}
.btn-cu.super {
    font-size: 0.8em;
}
.btn-cu .cl-claveunica {
    background: url("/img/cu-blanco.svg");
    background-size: 24px 24px;
    color: #fff;
    display: inline-block;
    float: left;
    height: 24px;
    text-indent: -9999px;
    width: 24px;
}
.btn-cu .texto {
    font-weight: 500;
    padding-left: 4px;
    text-decoration: none;
}
.btn-cu:hover {
    background-color: #0c549c;
    text-decoration: none;
}
.btn-cu:hover.hover-shw {
    background-color: #0f69c4 !important;
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
}
.btn-cu.s {
    font-size: 0.8rem;
    padding: 6px 14px 6px 12px !important;
}
.btn-cu.s .cl-claveunica {
    background-size: 18px 18px;
    height: 18px;
    width: 18px;
}
.btn-cu.l {
    font-size: 1.25rem;
    padding: 11px 30px 11px 23px !important;
}
.btn-cu.l .cl-claveunica {
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
}
.btn-cu.btn-color-estandar {
    background-color: #0f69c4;
    color: #fff;
    font-size: 1rem;
    padding: 4px 14px;
}
.btn-cu.btn-color-estandar:hover {
    background-color: #0b4e91;
    color: #fff;
    opacity: rgba(0, 0, 0, 0.26);
}
.btn-cu.btn-color-estandar:active {
    background-color: #07305a;
    color: #fff;
    opacity: rgba(0, 0, 0, 0.54);
}
.btn-cu.btn-color-estandar:focus {
    background-color: #0b4e91;
    color: #fff;
    opacity: rgba(0, 0, 0, 0.26);
    outline: 4px solid #ffbe5c;
}
.btn-cu.btn-s {
    font-size: 14px;
    max-height: 36px;
    min-width: 130px;
    padding: 8px 10px !important;
    width: 130px;
}
.btn-cu.btn-s .cl-claveunica {
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
}
.btn-cu.btn-fw {
    display: flex;
    justify-content: center;
    max-width: 550px;
    width: 100%;
}
@media (max-width: 430px) {
    .btn-cu.btn-color-estandar {
        display: flex;
        justify-content: center;
        width: 100%;
    }
}
