/* Tarjeta básica */
.category.notloaded {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    height: 160px;
    margin: 10px;
    position: relative;
    border-radius: 8px;
    background-color: #0B2834;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.category.notloaded a {
    color: #fff;
    font-weight: bold;
}

.category.notloaded .no-overflow {
    overflow: auto;
    margin-left: 34%;
    margin-top: 5px;
}

/* Banda inferior más oscura */
.category.notloaded::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #002A3A;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 1;
}

/* Icono centrado, con tamaño máximo de 80px */
.category.notloaded img,
.category.notloaded i {
    display: block;
    margin: 20px auto 0;
    max-width: 80px;
    max-height: 80px;
    height: auto;
    z-index: 2;
    position: relative;
}

/* Texto en la parte inferior (banda) */
.category.notloaded .coursename,
.category.notloaded .course_title,
.category.notloaded .categoryname {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    z-index: 2;
    margin: 0;
}

.gh-category-parent-home,
.gh-category-simple-home {
    position: relative;
    z-index: 2;
    margin: 0 !important;
    padding: 0 !important;
}

#page-course-index-category #region-main > div > .box.py-3.generalbox.info .gh-category-parent-home:first-child{
    display: none;
 }