.font-22 { font-size: 22px; }
.font-21 { font-size: 21px; }
.font-20 { font-size: 20px; }
.font-19 { font-size: 19px; }
.font-18 { font-size: 18px; }
.font-17 { font-size: 17px; }
.font-16 { font-size: 16px; }
.font-15 { font-size: 15px; }
.font-14 { font-size: 14px; }
.font-13 { font-size: 13px; }
.font-12 { font-size: 12px!important; }
.font-11 { font-size: 11px!important; }
.font-10 { font-size: 10px!important; }
.font-9 { font-size: 9px!important; }
.font-8 { font-size: 8px!important; }

.fontw-400 { font-weight: 400!important; }
.fontw-500 { font-weight: 500!important; }
.fontw-600 { font-weight: 600!important; }
.fontw-800 { font-weight: 800!important; }

.text-titulo {
    color: #6c757d;
}

.text-subtitulo {
    color: #919191;
}

.text-guinda {
    color: #78030f;
}

.card-drop{
    font-size: 20px;
    line-height: 0;
    color: inherit
}

.avatar-xl{
    height: 6rem;
    width: 6rem;
}

.avatar-lg{
    height: 4.5rem;
    width: 4.5rem;
}

.avatar-md{
    height: 3.5rem;
    width: 3.5rem;
}

.avatar-md2{
    height: 3rem;
    width: 3rem;
}

.avatar-xs{
    height: 1.5rem;
    width: 1.5rem;
}

.avatar-sm{
    height: 2.25rem;
    width: 2.25rem;
}
.avatar-title{
    align-items: center;
    color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #ecf2f5;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.dropdown-item {
    font-size: 12px;
    font-family: Poppins;
}

.btn-w-2-5 {
    width: 2.5rem;
    height: 2.5rem;
}

.btn-w-2-5 i {
    margin: -2px;
}

.btn-green {
    color: white;
    background-color: #8BC34A;
    border-color: #8BC34A;
}

.bg-guinda {
    background-color: #78030f;
}

.bg-folder {
    background-color: #fff5c3;
}

.bg-verde {
    background-color: #00e10f;
}

.bg-indigo {
    background-color: #3F51B5;
}

.bg-light-green {
    background-color: #8BC34A;
}

.bg-check {
    background-color: #e5e5e5;
}

.img-wrap {
    position: relative;
    display: inline-block;
}

.bg-black {
    background-color: #000;
}

.bg-orange {
    background-color: #F57C00;
}

.bg-yellow {
    background-color: #fbc02d;
}

.bg-grislight {
    background-color: #BDBDBD !important;
}

.pull-right{
    position: absolute;
    right: 2px;
    color: #000;
    line-height: 10px;
    /*background-color: red;*/
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
}



.btn2 {
    cursor: pointer;
    /*box-shadow: -2px 0px 2px 0px rgb(0 0 0 / 10%);*/
}





.cargando {
    width: 350px;
    position: fixed;
    right: 80px;
    top: 20px;
    box-shadow: 0 3px 6px -1px rgb(0 0 0 / 14%);
    animation-name: DropDownSlide;
    animation-duration: .3s;
    animation-fill-mode: both;
    min-width: 10rem;
    padding: 0.25rem 0;
    font-size: .8125rem;
    color: #6c757d;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid #e2ebf0;
    border-radius: 0.25rem;
    z-index: 100000;
}

.label-map {
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;

    color: black;
}