﻿.btn-cu {
    display: flex;
    justify-content: center;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0
}

    .btn-cu .cl-claveunica {
        display: inline;
        float: left;
        text-indent: -9999px
    }

    .btn-cu .texto {
        padding-left: 3px;
        text-decoration: underline
    }

    .btn-cu.btn-s {
        width: 130px;
        min-width: 130px;
        height: 36px;
        padding: 8px 10px !important;
        font-size: 14px
    }

        .btn-cu.btn-s .cl-claveunica {
            width: 20px;
            height: 20px;
            background-size: 20px 20px
        }

    .btn-cu.btn-m {
        width: 160px;
        min-width: 160px;
        height: 42px;
        padding: 8px 18px 8px 15px !important;
        font-size: 16px;
        line-height: 1.6em
    }

        .btn-cu.btn-m .cl-claveunica {
            display: inline-block;
            width: 24px;
            height: 24px;
            background-size: 24px 24px
        }

    .btn-cu.btn-l {
        width: 180px;
        min-width: 180px;
        height: 48px;
        padding: 11px 18px !important;
        font-size: 18px
    }

        .btn-cu.btn-l .cl-claveunica {
            width: 26px;
            height: 26px;
            background-size: 26px 26px
        }

    .btn-cu.btn-fw {
        max-width: 550px;
        width: 100%;
        display: flex;
        justify-content: center
    }

    .btn-cu.btn-color-estandar {
        background-color: #0f69c4;
        color: #fff
    }

        .btn-cu.btn-color-estandar .cl-claveunica {
            background: url(../../img/cu-blanco.svg)
        }

        .btn-cu.btn-color-estandar:hover {
            background-color: #0c549c;
            color: #fff
        }

        .btn-cu.btn-color-estandar:active {
            background-color: #093f75;
            color: #fff
        }

        .btn-cu.btn-color-estandar:focus {
            background-color: #0c549c;
            color: #fff;
            outline: 1px dashed #000
        }


.caja-clave-unica .franja {
    width: 125px;
    height: 8px;
    margin-left: 1.5rem;
}

    .caja-clave-unica .franja .franjaazul {
        background-color: #0f69b4;
        height: 8px;
        width: 37%;
        display: block;
        float: left;
    }

    .caja-clave-unica .franja .franjaroja {
        background-color: #eb3c46;
        height: 8px;
        width: 63%;
        display: block;
        float: left;
    }
