body {
    padding-top: 5rem;
}

#loading-message {
    font-family: 'Gotham Rounded Book' !important;
}


.starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
}

.titulo {
    color: #696969 !important;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Gotham Rounded Book';
}

.nav-link {
    color: #696969 !important;
}

.nav-link:hover {
    color: #696969 !important;
}

.hora {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.nav-back {
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%);
    color: #b7b5b5;
    background-color: #fff;
    padding: 0.5rem 1rem;
}

.gradient-back {
    background: hsla(218, 87%, 58%, 1);
    background: linear-gradient(90deg, hsla(218, 87%, 58%, 1) 0%, hsla(218, 88%, 51%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(218, 87%, 58%, 1) 0%, hsla(218, 88%, 51%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(218, 87%, 58%, 1) 0%, hsla(218, 88%, 51%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#387BF1", endColorstr="#1466F0", GradientType=1);
    border: unset !important;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
}

.box-card {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
}

.titulo-card {
    color: #2b2b2b;
    text-align: center;
    font-size: 24px;
    font-family: 'Gotham Rounded Book';
    font-weight: 600;
    margin-bottom: 10px;
}

.status {
    color: #fff;
    font-family: 'Gotham Rounded Book';
    font-weight: 800;
}

.status h1 {
    font-size: 40px;
    font-weight: 800 !important;
}

.status h2 {
    font-size: 16px;
    font-weight: 800 !important;
}

.status p {
    font-size: 16px;
}

.estado-text {
    font-size: 14px;
    font-weight: 400 !important;
}

.cards-info {
    font-family: 'Gotham Rounded Book';
}

/*.padding-grafico {
    padding-right: 10vw !important;
    padding-left: 10vw !important;
}*/

.padding-grafico {
    width: 100%;
    max-width: 50%;
}

@media (max-width: 768px) {
    .padding-grafico {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .navbar-brand {
        margin-right: 0 !important;
        font-size: 1rem !important;
    }
}

@media (max-width: 768px) {
    .status h1 {
        font-size: 32px;
    }
}

.footer {
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #1a69f1;
}

::-webkit-scrollbar-thumb:hover {
    background: #387bf1;
}

.text-cards-info {
    font-size: 16px;
}

.card-info-cantidad h1 {
    font-size: 14px;
    color: #696969;
    text-align: center;
    margin-bottom: 2px;
}

.card-info-cantidad p {
    font-size: 12px;
    color: #696969;
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
}

.card-info-cantidad {
    padding: 10px !important;
}
