@import url(../components/normalize.css/normalize.css);
/* Primary Colours */
/* Derived Colours */
/**
 * Arrays
 */
/**
 * Type
 */
.mod-spin {
  animation: spin 1s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }

body {
  background: #888888;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; }
  .supported body {
    width: 100%;
    height: 100%;
    min-width: 1000px;
    min-height: 600px;
    overflow: auto; }

.loading-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 2em;
  height: 2em; }
  .loading-spinner svg {
    fill: #eee;
    width: 100%;
    height: 100%;
    animation: spin 1s infinite linear; }

#un {
  display: block;
  opacity: 1;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-family: sans-serif;
  padding: 1em 1em 2em 1em;
  background-color: whitesmoke; }
  .supported #un {
    display: none; }

.un-es {
  color: #888; }

.un-en {
  color: #000; }

.un-logo {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 1em auto;
  background-color: #91ca3d;
  border-radius: 100%; }
  .un-logo svg {
    position: absolute;
    width: 70%;
    height: 70%;
    top: 15%;
    left: 15%;
    fill: whitesmoke; }

.un-title {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 1em; }

.un-content {
  display: none;
  margin: 0 1em;
  margin-bottom: 2em; }

#un-browser {
  display: block; }

.unsupported-mobile #un-browser {
  display: none; }

.unsupported-mobile #un-mobile {
  display: block; }

.unsupported-browser #un-browser {
  display: block; }

.un-link {
  text-align: center; }
  .un-link a {
    display: inline-block;
    margin: 0 auto;
    padding: 0.5em 1em;
    background-color: #35abef;
    text-decoration: none; }
    .un-link a .un-en, .un-link a .un-es {
      color: whitesmoke !important; }

/*# sourceMappingURL=base.css.map */
