/*
=========================================================
* lag_ov - Bootstrap 5 www.lag.mx
=========================================================
*/

span_avatar_round-original {
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;

    -moz-border-radius: 30px;
    border-radius: 30px;

    background-color: red;
    color: white;
    text-align: center;
    font-size: 2em;
}

span_avatar_round-xs {
    display: block;
    height: 25px;
    width: 25px;
    line-height: 25px;

    -moz-border-radius: 10px;
    border-radius: 10px;

    background-color: rgb(70, 190, 22);
    color: white;
    text-align: center;
    font-size: 0.75em;
}

span_avatar_round-sm {
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;

    -moz-border-radius: 25px;
    border-radius: 25px;

    background-color: #3b3b3b;

    background-color: rgb(35,97,206);
    color: white;
    text-align: center;
    font-size: 1.3em;
}

span_avatar_round-md {
    display: block;
    height: 120px;
    width: 120px;
    line-height: 120px;

    -moz-border-radius: 60px;
    border-radius: 60px;

    background-color: rgb(35,97,206);
    color: white;
    text-align: center;
    font-size: 3.7em;
}

.input_size-big {
    font-size: 20px;
}

.text-h1  {
    font-size: 38px;
    color:#0e0d0d;
}


.containerx {
    position: relative;
}
.tagx {
    position: absolute;
    z-index: 1000;
    background-color: #e2c72f;
}

.input-border-dark {
    border-radius: 5px;
    border: 1px solid #000;
}


/* Jumbotron */
.bg-cover {
    background-size: cover !important;
}

.text-white-90 { color: #e8e8e8; }
.text-white-75 { color: #d1d1d1; }
.text-white-50 { color: #b3b3b3; }
.text-white-25 { color: #9f9f9f; }
.text-white-10 { color: #6d6d6d; }

.text-xwhite-90 { color: #e8e8e8; }
.text-xwhite-75 { color: #d1d1d1; }
.text-xwhite-50 { color: #b3b3b3; }
.text-xwhite-25 { color: #9f9f9f; }
.text-xwhite-10 { color: #6d6d6d; }

.bg_seccion{
    background:url(usuario/img/sistema/spacer.png) center center no-repeat;
    background-size:cover;
}

.text-uppercase{
    text-transform: uppercase;
}