.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-9{
    font-size: 9px !important;
}

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

.talla-letra-11{
    font-size: 11px !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-60{
    font-size: 60px !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-30{
    width: 30% !important;
}

.w-35{
    width: 35% !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;
}

.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;
}

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

.dot {
    height: 50px; width: 50px; border-radius: 50%; display: flex;  align-items: center; margin: auto;
}

.dot-center {
    margin: auto;
}  

.color-gris {
    color: rgb(150, 150, 150) !important;
}

.go-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 75%;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.go-top {
    position: fixed;
    cursor: pointer;
    right: 3%;
    top: 85%;
    background-color: #46c37b;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 31%);
    z-index: 4;
    width: 80px;
    text-align: center;
    height: 80px;
    line-height: 42px;
    border-radius: 50px;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}

.go-top:hover {
    background-color: #33da5a;
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #46c37b;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}

.go-top img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 20px;
}

.btn-plegable span {
    max-width: 0;
    -webkit-transition: max-width 1s;
    transition: max-width 1s;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
}
.btn-plegable:hover span {
    max-width: 17rem;
}

.icon-img:hover{
    opacity: 1;
}

.icon-img{
    opacity: 0.7;
}


@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Regular.ttf') format('truetype');
    font-stretch: 'normal';
    font-style: 'normal';
    font-weight: 'normal';
}

.font-montserrat {
    font-family: 'Montserrat';
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Regular.ttf') format('truetype');
    font-stretch: 'normal';
    font-style: 'normal';
    font-weight: 'normal';
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Bold.ttf') format('truetype');
    font-stretch: 'normal';
    font-style: 'normal';
    font-weight: 600;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Black.ttf') format('truetype');
    font-stretch: 'normal';
    font-style: 'normal';
    font-weight: 900;
}

.font-roboto {
    font-family: 'Roboto';
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-Regular.ttf') format('truetype');
    font-stretch: 'normal';
    font-style: 'normal';
    font-weight: 400;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-Bold.ttf') format('truetype');
    font-stretch: 'normal';
    font-style: 'normal';
    font-weight: 600;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-Black.ttf') format('truetype');
    font-stretch: 'normal';
    font-style: 'normal';
    font-weight: 900;
}

.font-Poppins {
    font-family: 'Poppins';
}


.bloque-contenido-borde{
    border: 1px solid #2898D7;
    padding: 1rem !important;
    border-radius: 18px;
    background: #26292E;
    /* box-shadow:  3px 3px 6px #1a1b20, 
                -3px -3px 6px #36373e; */
    overflow-y: auto;
    overflow-x: hidden;
}

.bloque-contenido{
    padding: 1rem !important;
    border-radius: 18px;
    background: #26292E;
    /* box-shadow:  3px 3px 6px #1a1b20, 
                -3px -3px 6px #36373e; */
    overflow-y: auto;
    overflow-x: hidden;
}

.icon-button-custom{
    right: 14px;
}

.contenido-listado{
    height: 70vh !important;
}

@media (max-width: 768px) {
    .icon-button-custom{
        right: 8px;
    }
}

.btn{
    font-weight: 400 !important;
}