/* .loader {
  background: rgba(0, 0, 0, 0.83);
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .loader img.loaderLogo {
    width: 750px;} */

.loader {
  background: rgba(0, 0, 0, 0.83);
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.loader img.loaderLogo {
  /* El logo es apaisado (500x222). Conservamos su relación de aspecto con
     width fijo + height auto, y lo mostramos completo dentro de un badge
     redondeado (no un círculo, que recortaría un logo tan ancho). */
  width: 320px;
  max-width: 80%;
  height: auto;
  object-fit: contain;
  background-color: #fff;
  border-radius: 16px;
  padding: 18px 26px;
  margin-bottom: 20px;
  box-sizing: border-box;
	}
