.negrita-1 {
    font-weight: 100 !important;
}
.negrita-2 {
    font-weight: 200 !important;
}
.negrita-3 {
    font-weight: 300 !important;
}
.negrita-4 {
    font-weight: 400 !important;
}
.negrita-5 {
    font-weight: 500 !important;
}
.negrita-6 {
    font-weight: 600 !important;
}
.negrita-7 {
    font-weight: 700 !important;
}
.negrita-8 {
    font-weight: 800 !important;
}
.negrita-9 {
    font-weight: 900 !important;
}

.talla-letra-8{
    font-size: 8px !important;
}

.talla-letra-10{
    font-size: 10px !important;
}

.talla-letra-12{
    font-size: 12px !important;
}

.talla-letra-14{
    font-size: 14px !important;
}

.talla-letra-16{
    font-size: 16px !important;
}

.talla-letra-18{
    font-size: 18px !important;
}

.talla-letra-20{
    font-size: 20px !important;
}

.talla-letra-22{
    font-size: 22px !important;
}

.talla-letra-24{
    font-size: 24px !important;
}

.talla-letra-26{
    font-size: 26px !important;
}

.talla-letra-28{
    font-size: 28px !important;
}

.talla-letra-30{
    font-size: 30px !important;
}

.talla-letra-32{
    font-size: 32px !important;
}

.talla-letra-34{
    font-size: 34px !important;
}

.talla-letra-36{
    font-size: 36px !important;
}

.talla-letra-40{
    font-size: 40px !important;
}

.talla-letra-50{
    font-size: 50px !important;
}

.talla-letra-60{
    font-size: 60px !important;
}

.talla-letra-75{
    font-size: 75px !important;
}

.talla-letra-130{
    font-size: 130px !important;
}

.talla-letra-150{
    font-size: 150px !important;
}

.talla-letra-165{
    font-size: 165px !important;
}

.talla-letra-180{
    font-size: 180px !important;
}

.cursor-dedo{
    cursor: pointer !important;
}

.w-10{
    width: 10% !important;
}

.w-13{
    width: 13% !important;
}

.w-15{
    width: 15% !important;
}

.w-17{
    width: 17% !important;
}

.w-20{
    width: 20% !important;
}

.w-22{
    width: 22% !important;
}

.w-25{
    width: 25% !important;
}

.w-29{
    width: 29% !important;
}

.w-30{
    width: 30% !important;
}

.w-35{
    width: 35% !important;
}

.w-38{
    width: 38% !important;
}

.w-40{
    width: 40% !important;
}

.w-45{
    width: 45% !important;
}

.w-50{
    width: 50% !important;
}

.w-55{
    width: 55% !important;
}

.w-60{
    width: 60% !important;
}

.w-80{
    width: 80% !important;
}

.h-90 {
    height: 90% !important;
}

.hover-bg-blue:hover {
    background-color: #96C3EB !important;
    color: #FFFFFF !important;
}

.hover-bg-primary:hover {
    background-color: #5c80d1 !important;
    color: #FFFFFF !important;
}

#calendar{
    max-width: 1100px;
    margin: 50px auto;
}

.vhr-left {
    border: none;
    border-left: 1px solid hsla(200, 10%, 50%,100);
    height: 100%;
    width: 1px;
}

.vhr-right {
    border: none;
    border-right: 1px solid hsla(200, 10%, 50%,100);
    height: 100%;
    width: 1px;
}

.tag-container {
    display: inline-block;
    margin: 1rem 1rem 1rem 1rem;
    padding-left: 0.25rem;
    height: 1.375rem;
    line-height: 1.375rem;
    color: #fff;
    font-size: .875rem;
    font-weight: 600;
    background-color: #5c80d1;
    border: none;
    border-radius: 0.25rem;
}

.tag-symbol {
    color: hsla(0,0%,100%,.5);
    cursor: pointer;
    font-weight: bold;
}

.tag-content {
    margin: 0.25rem 0.25rem 0.25rem 0;
    height: 1.375rem;
    line-height: 1.375rem;
    color: #fff;
    font-size: .875rem;
    font-weight: 600;
    background-color: #5c80d1;
    border: none;
    border-radius: 0.25rem;
}

.btn-resumen-atencion {
    background-color: white !important;
    border: 2px solid #5c80d1 !important;;
    color: #5c80d1 !important;
}

.btn-resumen-atencion:hover {
    color: #fff !important;
    background-color: #5c80d1 !important;
    border-color: #5c80d1 !important;
}

.btn-filter {
    background-color: white !important;
    border: 1px solid darkgrey !important;
}

.btn-filter-selected {
    color: white !important;
    background-color: darkgrey !important;
}

.btn-filter:hover {
    color: white !important;
    background-color: darkgrey !important;
}

.btn-finalizar-consulta-disabled {
    color: black !important;
    border: 1px solid darkgrey !important;
}

.btn-finalizar-consulta-disabled:hover {
    color: white !important;
    background-color: darkgrey !important;
}

.switch-gray-bg-input:not(:checked) ~ .switch-gray-bg-label::before {
    color: #fff !important;
}

.switch-gray-bg-input:not(:checked) ~ .switch-gray-bg-label::before {
    background-color: gray;
    border-color: gray;
}

.switch-gray-bg .switch-gray-bg-label:before {
    width: 2.5rem !important;
}

.switch-gray-bg .switch-gray-bg-label:after {
    background-color: #fff !important;
}

.switch-gray-bg .switch-gray-bg-input:checked~.switch-gray-bg-label:after {
    transform: translateX(1.2rem) !important;
}

.tachado {
    text-decoration:line-through;
}

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

.borde-redondo {
    border-radius: 30px;
}

.btn-circle{
    height: 30px;
    width: 30px;
    padding: 0 !important;
    border-radius: 50px;
    text-align: center;
}

.btn-circle-sm{
    height: 20px;
    width: 20px;
    padding: 0 !important;
    border-radius: 50px;
    text-align: center;
}


.icon-fa-position-input{
    top:31px;
    right: 24px;
}

.icon-fa-stroke-medium {
    -webkit-text-stroke-width: medium;
}

.icon-fa-position-circle {
    position: relative;
    top: 0 !important;
}

.width-20-px{
    width: 20px !important;
}

.height-40-px{
    height: 40px !important;
}

.font-size-1-6-em{
    font-size: 1.6em !important;
}

.overflow-x-auto{
    overflow-x: auto !important;
}
.overflow-y-hidden{
    overflow-y: hidden !important;
}

.cursor-pointer{
    cursor: pointer !important;
}

/* BORDER */
.border-left-none{
    border-left: none;
}

.border-right-none{
    border-right: none;
}
/* ENF BORDER */


/* BORDER RADIUS */
.border-rounded-5{
    border-radius: 5px !important;
}

.border-rounded-10{
    border-radius: 10px !important;
}

.border-rounded-15{
    border-radius: 15px !important;
}

.border-rounded-20{
    border-radius: 20px !important;
}

.border-rounded-25{
    border-radius: 25px !important;
}

.border-rounded-30{
    border-radius: 30px !important;
}

.border-rounded-40{
    border-radius: 40px !important;
}

.border-rounded-50{
    border-radius: 50px !important;
}

.border-rounded-75{
    border-radius: 75px !important;
}

.border-rounded-top-left-0{
    border-top-left-radius: 0px !important;
}

.border-rounded-top-left-5{
    border-top-left-radius: 5px !important;
}

.border-rounded-top-left-10{
    border-top-left-radius: 10px !important;
}

.border-rounded-top-left-15{
    border-top-left-radius: 15px !important;
}

.border-rounded-top-left-20{
    border-top-left-radius: 20px !important;
}

.border-rounded-top-left-25{
    border-top-left-radius: 25px !important;
}

.border-rounded-top-left-30{
    border-top-left-radius: 30px !important;
}

.border-rounded-top-right-0{
    border-top-right-radius: 0px !important;
}

.border-rounded-top-right-5{
    border-top-right-radius: 5px !important;
}

.border-rounded-top-right-10{
    border-top-right-radius: 10px !important;
}

.border-rounded-top-right-15{
    border-top-right-radius: 15px !important;
}

.border-rounded-top-right-20{
    border-top-right-radius: 20px !important;
}

.border-rounded-top-right-25{
    border-top-right-radius: 25px !important;
}

.border-rounded-top-right-30{
    border-top-right-radius: 30px !important;
}

.border-rounded-bottom-left-0{
    border-bottom-left-radius: 0px !important;
}

.border-rounded-bottom-left-5{
    border-bottom-left-radius: 5px !important;
}

.border-rounded-bottom-left-10{
    border-bottom-left-radius: 10px !important;
}

.border-rounded-bottom-left-15{
    border-bottom-left-radius: 15px !important;
}

.border-rounded-bottom-left-20{
    border-bottom-left-radius: 20px !important;
}

.border-rounded-bottom-left-25{
    border-bottom-left-radius: 25px !important;
}

.border-rounded-bottom-left-30{
    border-bottom-left-radius: 30px !important;
}

.border-rounded-bottom-right-0{
    border-bottom-right-radius: 0px !important;
}

.border-rounded-bottom-right-5{
    border-bottom-right-radius: 5px !important;
}

.border-rounded-bottom-right-10{
    border-bottom-right-radius: 10px !important;
}

.border-rounded-bottom-right-15{
    border-bottom-right-radius: 15px !important;
}

.border-rounded-bottom-right-20{
    border-bottom-right-radius: 20px !important;
}

.border-rounded-bottom-right-25{
    border-bottom-right-radius: 25px !important;
}

.border-rounded-bottom-right-30{
    border-bottom-right-radius: 30px !important;
}

/*END BORDER RADIUS */

/* FONT FAMILY */
.font-montserrat{
    font-family: 'Montserrat' !important;
}

.font-inter{
    font-family: 'Inter' !important;
}

.font-myriad{
    font-family: 'Myriad Pro' !important;
}

.font-myriad-bold{
    font-family: 'Myriad Pro bold' !important;
}

.font-myriad-semibold{
    font-family: 'Myriad Pro semibold' !important;
}
/* END FONT FAMILY */

/* SPAN CUSTOM */
.span-left-for-group{
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    background-color: white;
    border-color: #C0C0C0;
}

.span-right-for-group{
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    background-color: white;
    border-color: #C0C0C0;
}
/* FIN SPAN CUSTOM */

/* COMPORTAMIENTO DE ELEMENTOS */

.resize-none{
    resize: none !important;
}

.indicators-none::-webkit-inner-spin-button,
.indicators-none::-webkit-outer-spin-button {
-webkit-appearance: none !important;
}
.indicators-none{ -moz-appearance:textfield !important; }


.border-top-0{
    border-top: 0px !important;
}
.border-bottom-0{
    border-bottom: 0px !important;
}
.border-left-0{
    border-left: 0px !important;
}
.border-right-0{
    border-right: 0px !important;
}


/* END COMPORTAMIENTO DE ELEMENTOS */

.hover-primary-300-shadow:hover{
    border: solid 1px var(--lignum-primary-opacity-30);
    box-shadow: 5px 5px 25px 2px rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 5px 5px 25px rgba(0,0,0,0.26);
    -moz-box-shadow: 5px 5px 25px rgba(0,0,0,0.26);
}


/* TARJETA CON ICONO Y BG DEGRADADO */
    .card-pro{
        height: 115px;
        border-radius: 30px;
        overflow-x: hidden;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 2rem;

        i{
            color: white;
            font-size: 75px;
            margin-top: auto;
            margin-bottom: auto;
            opacity: 0.75;
            margin-left: 20px;
        }

        .card-name{
            color:white;
            font-family: 'Montserrat';
            text-transform: uppercase;
            letter-spacing: 0.25rem;
            font-size: 12px;
            font-weight: 700;
            margin-right: 20px;
            text-align: right;

            span{
                font-size: 30px;
            }
        }

        &.info{
            background: linear-gradient(106.92deg, rgba(130, 2, 126, 1) 0%, rgba(130, 2, 126, 0.75) 100%);
        }

        &.warning{
            background: linear-gradient(106.92deg, rgba(226, 113, 10, 1) 0%, rgba(226, 113, 10, 0.75) 100%);
        }

        &.success{
            background: linear-gradient(180deg, rgba(44, 170, 161, 1) -10.71%, rgb(255, 255, 255, 1) 497.86%);
        }
    }

    .card-basic{
        height: 96px;
        border-radius: 30px;
        overflow-x: hidden;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 2rem;
        padding-top: 10px;

        i{
            color: white;
            font-size: 20px;
            margin-top: auto;
            margin-bottom: auto;
            opacity: 0.75;
            margin-left: 30px;
        }

        .card-name{
            color:white;
            font-family: 'Montserrat';
            text-transform: uppercase;
            letter-spacing: 0.25rem;
            font-size: 12px;
            font-weight: 700;
            text-align: left;

            .card-number{
                font-size: 30px;
                padding-left: 30px;
            }

            .card-text{
                vertical-align: text-bottom;
            }
        }

        &.info{
            background: linear-gradient(106.92deg, rgba(130, 2, 126, 1) 0%, rgba(130, 2, 126, 0.75) 100%);
        }

        &.warning{
            background: linear-gradient(106.92deg, rgba(226, 113, 10, 1) 0%, rgba(226, 113, 10, 0.75) 100%);
        }

        &.success{
            background: linear-gradient(180deg, rgba(44, 170, 161, 1) -10.71%, rgb(255, 255, 255, 1) 497.86%);
        }

        &.primary{
            background: linear-gradient(106.92deg, rgba(37, 34, 120, 1) 0%, rgba(37, 34, 120, 0.75) 100%);;
        }
    }



    .table-header-text {
        font-size: .875rem;
        text-transform: uppercase;
        letter-spacing: .0625rem;
        font-weight: 900;
    }
/* ------------------------------- */

/* SPAN CUSTOM */
    .span-left-for-group{
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        background-color: white;
        border-color: #C0C0C0;
        border-right: none;
    }

    .span-right-for-group{
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
        background-color: white;
        border-color: #C0C0C0;
        border-left: none;
    }
/* FIN SPAN CUSTOM */


/* max-width */

.max-width-25{
    max-width: 25%;
}
