.loader-lixuf{
  background: #2c2c2a;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  clip-path: circle(138.1% at 98% 3%);
  transition: clip-path 0.3s ease-in-out;
}
.loader-lixuf-animacion{
clip-path: circle(0% at 98% 3%);
}