

.app-loading {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 10em;
}
.app-loading p {
  display: block;
  font-size: 1.17em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: normal;
}

.app-loading .box {
  align-self: flex-end;
  background-image: url('/content/images/loading_pulpo.gif');
  background-size: contain;
  background-repeat: no-repeat;
  height: 300px;
  margin: 0 auto 0 auto;
  border: none;
  box-shadow: none;
  transform-origin: bottom;
  width: 300px;
}

