.contieneNotis {
  display: flex;
  position: fixed;
  flex-wrap: wrap;
  left: 0;
  bottom: 0;
  width: 60%;
  max-width: 300px;
  margin-top: 10px;
  margin-bottom: 5vh;
  margin-left: 100px;
}
.Notification {

  background: #79b0e5;
  padding: 30px;
  text-align: left;
  margin: auto;
  float: left;
  width: 80%;
  color:black;
  margin-top: 20px;
  border-radius: 21px;
  box-shadow: 0px 1px 14px 0 #bfbfbfa6, 0px 1px 20px 0 #ffffff40;
  /* opacity: 0.8; */
  z-index: 999 !important;
  transition: all 0.3s ease;
  animation: Aparecere 0.9s, Desaparecerr 1s forwards;
  animation-delay: 0s,5s;
}
