#notificaciones {
  position: fixed;
  bottom:10px;
  right:10px;
  z-index: 200;
  width: 300px;
  padding:0px;
  margin:0px;
}

.notificacion {
  margin-top: 10px;
  position: relative;
  float: left;
  width: 300px;
  min-height: 100px;
  padding: 10px;
  font-weight: bold;
  background: linear-gradient(to bottom right, var(--fondo-boton-gradient-from) 0%, var(--fondo-boton-gradient-to) 100%);
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
}

.notificacionRemitente {
  position: absolute;
  top: 5px;
  left: 5px;
}

.chatgpt img {
  width: 32px;
  cursor: pointer;
}
