.loader {
  margin: auto;
  width: fit-content;
  font-weight: bold;
  font-family: monospace;
  font-size: 30px;
  background:linear-gradient(90deg,#0b2e72 50%,#0000 0) right/200% 100%;
  animation: l21 2s infinite linear;
  border-radius: 5px;
}
.loader::before {
  content :"Cargando...";
  color: #0000;
  padding: 0 5px;
  background: inherit;
  background-image: linear-gradient(90deg,#fff 50%,#0b2e72 0);
  -webkit-background-clip:text;
          background-clip:text;
}

@keyframes l21{
  100%{background-position: left}
}

.loader-body{
  width:100%;height:100vh;background-color:#fff;position:fixed;z-index:10000;visibility:visible;top:0;left:0;text-align:center;justify-content:center;align-content:center;transition:0.5s all;background-color:#000;background:url(/assets/images/logoLoaderOlbo.jpg), #fff;background-repeat:no-repeat;background-attachment:fixed;background-position:center;background-position:50% 40%;
}