/* ==================== SEPARADOR DE SECCIONES EN DASHBOARDS ==================== */

.separator-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: rgba(0, 0, 0);
    background: rgba(0, 0, 0, 0.07);
    margin: 0.5rem 0 1.5rem 0;
}