body{
    background: #eee;
}

#side_nav {
    background: #212f3d;
    min-width: 180px;
    max-width: 180px;
}

.content {
    min-height: 100vh;
    width: 100%;
    max-height: 100%;
}

hr.h-color {
    background: #eee;
}


.sidebar li.active {
    background: #eee;
    border-radius: 8px;
}

.sidebar li.active a, .sidebar li.active a:hover {
    color: #000;
}

.sidebar li a {
    color: #fff;
    font-weight: 600;
}

.h1 {
    text-align: center;
}

/* @media(max-width: 767px) {
    #side_nav{
        margin-left: -250px;
        position: fixed;
        min-height: 100vh;
        z-index: 1;
    }
    #side_nav.active {
        margin-left: 0;
    }
} */

.title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5em;
}

.subtitle {
    font-weight: bold;
    font-size: 1.8rem;
}

@media (max-width: 920px) {
    .subtitle {
        font-weight: bold;
        font-size: 1.2rem;
    }
}

.imagen-clase {
    width: 110px; /* Ancho deseado */
    height: 60px; /* Altura deseada */
    margin-top: 10px;
}

.pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 5px; /* Ajusta este valor según sea necesario para el espacio entre la tabla y la paginación */
}

.text_bold {
    font-weight: bold;
}

.header, .nav-bar {
    height: 5rem;
    width: 100%;
    background: #212f3d;
 }

 .bg_image {
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    max-height: 100%;
    position: absolute;
    margin-bottom: 2rem;
}