﻿
/* Boton estilo de base */

/*.btn-cu {
    display: inline-block;
    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;
}*/

/*Icono ClaveÚnica*/

/*.btn-cu.cl-claveunica {
    display: inline;
    float: left;
    text-indent: -9999px;
}*/

/*Texto ClaveÚnica*/

/*.btn-cu.texto {
    padding-left: 3px;
    text-decoration: underline;
}*/

/* Tamaño M */

/*.btn-cu.btn-m {
    width: 160px;
    min-width: 160px;
    max-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;
}*/

/* Boton estilo con isotipo */

/*.cl-claveunica-logo {
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
}*/

/*Estado botones*/

/*Normal*/

/*.btn-cu.btn-color-estandar {
    background-color: #0F69C4;
    color: #FFF;
}*/

/*hover*/

/*.btn-cu.btn-color-estandar:hover {
    background-color: #0C549C;
    color: #FFF;
}*/

/*active*/

/*.btn-cu.btn-color-estandar:active {
    background-color: #093F75;
    color: #FFF;
}*/

/*focus*/

/*.btn-cu.btn-color-estandar:focus {
    background-color: #0C549C;
    color: #FFF;
    outline: 1px dashed #000;
}*/

/*tamaño grande L*/

/*<a class="btn-cu btn-l btn-color-estandar" href="#" > <span class="cl-claveunica" > </span >
    <span class="texto" > Iniciar sesión</span >
</a>*/

/* Tamaño L */

/*.btn-cu.btn-l {
    width: 180px;
    min-width: 180px;
    max-height: 48px;
    padding: 11px 18px !important;
    font-size: 18px;
}

.btn-cu.btn-l .cl-claveunica {
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
}*/


/*Tamaño M*/

/*<a class="btn-cu btn-m btn-color-estandar" href="#" > <span class="cl-claveunica" > </span >
    <span class="texto" > Iniciar sesión</span >
</a>*/

/* Tamaño M */

/*.btn-cu.btn-m {
    width: 160px;
    min-width: 160px;
    max-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;
}*/

/*tamaño S*/

/*
    <a class="btn-cu btn-s btn-color-estandar" href="#"> <span class="cl-claveunica"></span>
        <span class="texto">Iniciar sesión</span>
    </a>
*/

/* Tamaño S */

/*.btn-cu.btn-s {
    width: 130px;
    min-width: 130px;
    max-height: 36px;
    padding: 8px 10px !important;
    font-size: 14px;
}

.btn-cu.btn-s.cl-claveunica {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
}*/

/*Anchos maximos*/

/* Tamaño fluid-width */
/*.btn-cu.btn-fw {
    max-width: 550px;
    width: 100%;
    display: flex;
    justify-content: center;
}*/

.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: 79px;
        min-width: 60px;
        height: 36px;
        padding: 8px 10px 8px !important;
        font-size: 14px;
    }

        .btn-cu.btn-s .cl-claveunica {
            width: 20px;
            height: 20px;
            background-size: 20px 20px
        }

    .btn-cu.btn-m {
        width: 123px;
        min-width: 120px;
        /*height: 42px;*/
        padding: 8px 14px 8px 14px !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(../icon/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
        }
                  