body {
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-text-size-adjust: 100%;
}

body {
    font-size: .875rem;
}

.pointer {
    cursor: pointer !important;
}

*,
::after,
::before {
    box-sizing: border-box;
}

.navbar .form-control-proing {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.navbar-proing .navbar-toggler {
    color: rgba(255, 255, 255, 0.99);
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

.navbar-proing .navbar-toggler {
    color: rgba(255, 255, 255, .55);
    border-color: rgba(255, 255, 255, .55);
}

.navbar-toggler {
    font-size: 1.25rem;
    line-height: 1;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.nav {
    list-style: none;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    cursor: pointer;
}

.nav-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #f8f9fa;
    padding: 10px;
    text-align: center;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

[type="button"]:not(:disabled),
[type="checkbox"]:not(:disabled) [type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

.bg-proing {
    background-color: rgba(0, 147, 219, .99) !important;
    background: rgba(0, 147, 219, .99) !important;
}

.form-control-proing {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: rgba(0, 147, 219, .99) !important;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.pt-3 {
    padding-top: 1rem !important;
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 48px 0 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar .nav-link.active {
    color: rgba(0, 147, 219, .99);
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

.flex-column {
    flex-direction: column !important;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

.color-proing {
    color: rgba(0, 147, 219, .99) !important;
}

.color-proing-secondary {
    color: rgba(73, 81, 90, .99) !important;
}

.color-proing-outline-secondary {
    color: rgba(73, 81, 90, .99) !important;
}

.color-proing-outline-secondary:hover {
    color: rgb(255, 255, 255) !important;
    background-color: rgba(73, 81, 90, .99) !important;
}

.bg-proing {
    background: rgba(0, 147, 219, .99) !important;
    color: rgb(255, 255, 255) !important;
}

.bg-proing-secondary {
    background: rgba(73, 81, 90, .99) !important;
    color: rgb(255, 255, 255) !important;
}

.text-proing {
    /*line-height: 1;*/
    padding: 15px !important;
    color: rgba(73, 81, 90, .99) !important;
   /* border-bottom: 1px solid rgba(73, 81, 90, .5);*/
}

.text-proing-normal {
    line-height: 1.5;
    text-align: justify !important;
    color: rgba(73, 81, 90, .99) !important;
}

.text-proing.active {
    line-height: 1;
    color: white !important;
    background-color: rgba(0, 147, 219, .99) !important;
    border-bottom: 1px solid rgba(0, 147, 219, .5);
    box-shadow: 0 0 10px rgba(0, 147, 219, 0.6);
}

.text-proing:hover {
    color: white !important;
    transition: box-shadow .15s ease-in-out;
    background-color: rgba(0, 147, 219, .99) !important;
    box-shadow: 0 0 10px rgba(0, 147, 219, 0.6);
    border-bottom: 1px solid rgba(0, 147, 219, .5);
    transition: background-color .25s ease-in-out, box-shadow .25s ease-in-out, text-color .25s ease-in-out;
}

.icon-proing {
    line-height: 1;
    border-radius: .25rem;
    border: 1px solid transparent;
    color: rgba(0, 147, 219, .99) !important;
}

.title-proing {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 17px;
    border: 1px solid transparent;
    color: rgba(73, 81, 90, .99) !important;
}

.btn-proing {
    cursor: pointer;
    color: #f8f9fa !important;
    transition: box-shadow .15s ease-in-out;
    background-color: rgba(0, 147, 219, .99) !important;
}

.btn-proing:hover {
    cursor: pointer;
    color: #f8f9fa !important;
    transition: box-shadow .15s ease-in-out;
    background-color: rgba(0, 147, 219, .90) !important;
    box-shadow: 0 0 5px rgba(0, 147, 219, 0.4);
    transition: box-shadow .15s ease-in-out;
    transition: background-color .25s ease-in-out, box-shadow .25s ease-in-out, text-color .25s ease-in-out;
}


.ellipsis-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 767.98px) {

    .ellipsis-lines {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

}

.card-hover:hover {
    cursor: pointer;
    color: #f8f9fa !important;
    transition: box-shadow .15s ease-in-out;
    background-color: rgba(0, 147, 219, .90) !important;
    box-shadow: 0 0 10px rgba(0, 147, 219, 0.6);
    transition: background-color .25s ease-in-out, box-shadow .25s ease-in-out, text-color .25s ease-in-out;
}

.card-hover:hover .text-muted {
    color: #f8f9fa !important;
    transition: box-shadow .15s ease-in-out;
    transition: background-color .25s ease-in-out, box-shadow .25s ease-in-out, text-color .25s ease-in-out;
}

.card-hover:hover .icon-proing {
    color: #f8f9fa !important;
}

.card-hover:hover .btn {
    background-color: #f8f9fa !important;
    color: rgba(0, 147, 219, .90) !important;
    transition: background-color .25s ease-in-out, box-shadow .25s ease-in-out, text-color .25s ease-in-out;
}

.progress-container {
    display: flex;
    align-items: center;
}

.progress-background {
    flex-grow: 1;
    height: 17px;
    background-color: #ddd;
    border-radius: 50px;
    position: relative;
}

.progress-bar {
    width: 75%;
    height: 100%;
    background-color: rgb(0, 123, 255);
    text-align: center;
    line-height: 17px;
    color: white;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
}

.transparent-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
}

.profile-container:hover .transparent-button {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 768px) {
    .transparent-button {
        opacity: 1;
        visibility: visible;
    }
}

/* Media query para pantallas de calulares */
@media (min-width: 100px) and (max-width: 768px) {
    .btnMostrarForm{
        font-size: 11px !important;
        width: 100% !important;
        
    }

    .card-body{
        font-size: 11px !important;
        width: 100% !important;
    }

    .titulos{
        font-size: 16px !important;
        width: 100% !important;
    }
}



/* Media query para pantallas de portátiles */
@media (min-width: 569px) and (max-width: 1366px) {
    .scroll-container {
        height: 78%;
        overflow-y: scroll; 
        font-size: 11px;        
    }

    .scroll-container::-webkit-scrollbar {
        width: 8px;
    }

    .card-body{
        font-size: 11px !important;
        width: 100% !important;
    }

    .btnMostrarForm{
        font-size: 16px !important;
        width: 100% !important;
    }

    .title-proing {
        font-size: 14px;
    }
}

.input-group-password {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.bloqueo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    cursor: not-allowed;
    border-radius: 10px;
    display: flex;
    justify-Content: center;
    align-Items: center;
}