html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: Roboto;
}

.loading-screen {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 9999;
    color: #fff;
    font-size: 3rem;
}

.dia:hover a {
    color: RGBA(13,110,253,var(--bs-bg-opacity,1)) !important;
    font-weight: bold;
}

.pacientes-list {
    inset: 0 auto auto 0;
    max-height: 8.5rem;
    overflow-y: auto;
}

.header, .footer {
    color: #fff !important;
    background-color: #084298 !important;
}

    .header .nav-link {
        color:rgba(255,255,255,0.75);
    }

        .header .nav-link:hover {
            color: rgba(255,255,255,1);
        }
