/* Aviso en la toolbar de notificaciones pendientes*/

.notificaciones-bloque {
  position: relative;
  display: inline-block;
  margin-left: 10px;
}

.notificaciones-enlace {
  color: #333;
  text-decoration: none;
  position: relative;
  font-size: 22px;
}

.notificaciones-enlace .fa-bell {
  font-size: 18px;
}

.notificaciones-badge {
  position: absolute;
  top: -6px;
  right: -10px;
  background: red;
  color: white;
  border-radius: 50%;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
.notificaciones-bloque a:hover {
  color: #0b46e1 !important;
}
