div:empty {
    display: none !important;
}

.list-group-item {
    font-family: 'FG';
    text-transform: uppercase;
    font-size: 1.5rem;
    overflow: hidden;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.badge {
    background: #bbb;
    font-size: 1.2rem;
}

.list-group-item.active .badge {
    color: var(--primary-color);
}

.header {
    display: none;
}

.header.active {
    display: block;
    border-bottom: solid 1px #ddd;
}

.header h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'FG';
    font-weight: 400;
}

.header .descripcion {
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #333;
}

.enlaces {
    display: none;
}

.enlaces.active {
    display: block;
}

.enlace.activo {
    display: block;
}

.enlace {
    padding: 20px 0;
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #fff;
}

.enlace:last-child { border-bottom: none; }
.enlace .titulo:hover {
    color:inherit;
}
.enlace .formato-texto-listado { margin-top: 10px; }

@media (max-width: 992px) {
    .list-group-item {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .header h3 {
        font-size: 16px;
    }
    .header .descripcion {
        font-size: 13px;
    }
    .enlace .titulo {
        font-size: 15px;
    }
    .enlace .texto {
        font-size: 12px;
    }
    .enlace .botonera {
        text-align: center;
    }
    .enlace .imagen img {
        margin-bottom: 15px;
    }
}
