.borde {
    border-radius: 25px;
    border: 1px solid #c0c0c0;
    box-shadow: 5px 5px 5px #c0c0c0;
    padding: 30px;
}

.vertical-center {
    min-height: 100%;
    /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh;
    /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

.fondoBlanco {
    background-color: white;
}

.bg-ITCA {
    background-color: #a80012;
}

.margen-0 {
    margin: 0 0 0 0;
}

.margen-top-20 {
    margin: 20px 0 0 0;
}

.img-logo-15v {
    max-height: 20vh;
}


/* Para mejorar apariencia de elementos de menú bootstrap */

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.8);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 1);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.4);
}

.containerEspere {
    background: white;
    border: 1px solid #e5e6e9;
    border-radius: 5px;
    max-width: 769px;
    padding: 1rem;
    margin: 0 auto;
}

.backgroundEspere {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: preloadAnimation;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    display: flex;
    min-height: 100px;
}

@keyframes preloadAnimation {
    0% {
        background-position: -769px 0
    }
    100% {
        background-position: 769px 0
    }
}

.right {
    flex: 1;
}

.image {
    width: 120px;
    height: 120px;
    background: transparent;
}

.bar {
    height: 5px;
    background: transparent;
    position: relative;
    width: 100%;
}

.bar::before {
    position: absolute;
    content: "";
    left: 0;
    width: 2rem;
    height: 22px;
    background: white;
}

.bar::after {
    position: absolute;
    right: 0;
    height: 22px;
    content: "";
    background: white
}

.bar.medium::after {
    width: 50%;
}

.bar.small::after {
    width: 75%;
}

.mask {
    background: white;
    width: 100%;
}

.thick {
    height: 1.5rem;
}

.thin {
    height: 0.5rem;
}

#categEscuel {
    width: 400px;
}

#impresionReporte {
    display: none;
}

#usract {
    visibility: hidden;
    position: absolute;
    top: 0;
}

@media print {
    header,
    nav,
    aside {
        display: none;
    }
    #parametros {
        display: none;
    }
    #col1g1 {
        display: none;
    }
    #margenTitulo,
    #encabezadoPrincipal,
    #tituloSeccion,
    #parametros,
    #divTabla,
    #toolbar,
    #mensObligatorio {
        display: none;
    }
    #impresionReporte {
        display: block;
    }
    #usract {
        visibility: visible;
    }
    .cardInicio {
        display: none;
    }
    .noImpr {
        display: none;
    }
    .btn-gris {
        background-color: #877e7f;
        border-color: #877e7f;
    }
}

.bg-verde-claro {
    background-color: rgb(167, 235, 181)
}

.bg-rojo-claro {
    background-color: rgb(240, 178, 185)
}

.tabla-condensada {
    font-size: 10px;
}

.btn-extra-xs {
    --bs-btn-padding-y: .25rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .75rem;
}