img {
  width: 81%;
  height: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

a {
  color: #000;
  text-decoration: none;
  border: 0;
  font-family: Pacifista;
}

a:focus {
  outline: 0;
}

p {
  margin-top: 0;
}

ul,
ol,
li {
  text-indent: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

sup a {
  font-size: 0.8em;
  font-variant-position: sub;
  font-feature-settings: "subs" on;
}

body {
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
}

rect {
  transition: height 2s;
  transition: width 3s;
}

svg {
  fill: none;
  /* margin: 20px; */
  position: fixed;
  top: 1vh;
  stroke: black;
  z-index: 5;
}

circle {
  transition: r 5s;
  /* transition: width 0.8s; */
}

blockquote {
  font-family: "Pacifista-Italic";
  font-size: larger;
}

body {
  margin: 0;
  padding: 0;
  overscroll-behavior: none;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
  font-kerning: normal;
  font-family: Public Sans, sans-serif;
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
  -moz-font-feature-settings: "kern=1", "liga=1", "calt=1";
  -moz-font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
  /* 1rem = 10px */
  width: 100%;
  height: 100%;
  scroll-padding-top: 200px;
  scroll-behavior: smooth;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

article {
  position: absolute;
  left: 32vw;
  top: 0px;
  padding-bottom: 5px;
}

* {
  font-variant-ligatures: common-ligatures;
  /* high-level property          */
  -moz-font-feature-settings: "liga";
  /* low-level (old Firefox)      */
  -webkit-font-feature-settings: "liga";
  /* low-level (old Webkit)       */
  font-feature-settings: "liga" on;
  /* low-level (all new browsers) */
  font-variant-ligatures: discretionary-ligatures;
  /* high-level property          */
  -moz-font-feature-settings: "dlig";
  /* low-level (old Firefox)      */
  -webkit-font-feature-settings: "dlig";
  /* low-level (old Webkit)       */
  font-feature-settings: "dlig" on;
  /* low-level (all new browsers) */
  font-variant-ligatures: historical-ligatures;
  /* high-level property          */
  -moz-font-feature-settings: "hlig";
  /* low-level (old Firefox)      */
  -webkit-font-feature-settings: "hlig";
  /* low-level (old Webkit)       */
  font-feature-settings: "hlig" on;
  /* low-level (all new browsers) */
  font-variant-alternates: contextual;
  /* high-level property          */
  -moz-font-feature-settings: "calt";
  /* low-level (old Firefox)      */
  -webkit-font-feature-settings: "calt";
  /* low-level (old Webkit)       */
  font-feature-settings: "calt" on;
  /* low-level (all new browsers) */
}

@font-face {
  font-family: "Pacifista";
  src: url("PacifistaTRIAL-Light-BF676cbe2620f1c.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Pacifista";
  src: url("PacifistaTRIAL-Medium-BF676cbe2626c58.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Pacifista";
  src: url("PacifistaTRIAL-SemiBold-BF676cbe262bfcc.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Pacifista";
  src: url("PacifistaTRIAL-Bold-BF676cbe261f698.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Pacifista-Italic";
  src: url("Pacifista-Medium-Italic.87ad6e25.otf") format("opentype");
}
@font-face {
  font-family: "Public Sans", sans-serif;
  src: url("Public-Sans-Roman-VF.6fef391f.ttf") format("truetype");
}
@font-face {
  font-family: "Public Sans Italic", sans-serif;
  src: url("Public-Sans-Italic-VF.d2961afb.ttf") format("truetype");
}
.wrapper {
  margin-left: 10px;
  margin-right: 10px;
}

.title {
  font-family: "Pacifista";
  font-weight: 700;
  position: fixed;
  top: 10px;
  z-index: 5;
  pointer-events: none;
  font-size: 8em;
  line-height: 1.1;
  margin-top: 0;
  transition: 0.7s;
  margin-left: 10px;
  width: 100vw;
  height: 100vh;
  background: white;
}

.subtitle {
  font-family: Pacifista;
  font-weight: 600;
  position: fixed;
  display: block;
  line-height: 0;
  z-index: 6;
  font-size: 0.8em;
  transition: 0.8s;
  transform: rotate(78deg);
  bottom: 40vh;
  left: 10px;
  transform: scale(3);
  transform-origin: top left;
}

.movimiento {
  transform: rotate(-90deg);
  transform-origin: 0% 0%;
  bottom: -30px;
  left: 0;
}

#main {
  font-family: Pacifista;
  font-size: 0.8em;
  padding-left: 0;
  padding-top: 100px;
  position: fixed;
  width: 20vw;
  line-height: 1.2;
  transition: 0.6s;
  opacity: 0;
  z-index: 15;
}
#main li {
  margin-top: 5px;
  margin-bottom: 5px;
}
#main a {
  font-family: Pacifista;
  font-weight: 500;
  transition: 0.7s;
}
#main a:hover {
  font-weight: 700;
}
.content-article {
  margin-left: 10vw;
  margin-right: 10px;
  padding-top: 100px;
  max-width: 700px;
  width: 100%;
}
.content-article H1 {
  font-size: 1.9em;
  font-family: Pacifista;
  font-weight: 700;
}
.content-article H2 {
  font-size: 1.9em;
  font-family: Pacifista;
  font-weight: 600;
}
.content-article ul,
.content-article ol,
.content-article li {
  list-style: decimal;
}
.content-article em {
  font-family: "Public Sans Italic";
  display: block;
  width: 81%;
  font-weight: 100;
  font-size: 0.8em;
}

.break {
  display: block;
}

.notes-images {
  position: absolute;
  right: 65vw;
  margin-right: -230px;
  width: 400px;
  opacity: 0;
  top: 0;
  display: grid;
}

.footnote {
  float: right;
  width: 200px;
  margin-right: 50px;
  clear: both;
  padding-bottom: 10px;
}
.footnote p {
  margin: 0;
  font-size: 0.8em;
  line-height: 1.2;
  font-weight: 100;
}
.footnote strong {
  font-family: Pacifista;
  font-weight: 600;
  display: inline-block;
}
.footnote .footnote-counter {
  display: block;
  font-weight: 200;
  font-size: 0.8em;
  font-family: Pacifista;
}
.footnote a {
  display: inline-block;
  border-bottom: 2px solid transparent;
}
.footnote .footnote-backref {
  visibility: hidden;
}

.pourcentage {
  position: fixed;
  top: 70px;
  text-align: right;
  pointer-events: none;
  line-height: 1.3;
  font-size: 0.8em;
  opacity: 0;
}
.pourcentage p {
  margin: 0;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#circle2 {
  margin-left: auto;
}

.fade {
  animation-name: fade;
  animation-duration: 5s;
}

.mobile-menu {
  display: none;
}

@media screen and (max-width: 667px) {
  #main {
    margin-left: 0;
    padding: 0;
  }

  em {
    display: block;
    width: 100%;
  }

  img {
    width: 100%;
    height: auto;
  }

  body {
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
    overflow-y: visible;
  }

  article {
    margin-left: 0;
    padding-right: 2.5vw;
    display: contents;
  }

  .title {
    font-size: 2.5rem;
  }

  article h3 {
    width: 75%;
  }

  .footnote-content .footnote-counter {
    display: inline;
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .subtitle {
    left: 50px;
  }

  .movimiento {
    left: 0px;
  }

  .mobile-menu {
    padding: 5px;
    float: right;
    cursor: pointer;
    border: 0.2px dashed #000;
    z-index: 2;
    position: fixed;
    top: 50vh;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }

  #main {
    display: none;
    height: auto;
    background-color: white;
    z-index: 10;
    width: 100%;
  }
  #main li a {
    float: none;
    display: block;
  }

  body {
    padding-left: 60px;
    font-size: 1.1rem;
    line-height: 1.4;
  }

  article {
    position: relative;
    left: 0;
    right: 0;
    top: 150px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 45vh;
  }
  article blockquote {
    margin: 0;
  }

  .content-article {
    margin-left: 0;
  }

  #main {
    margin-left: 0px;
    padding: 0;
  }

  .pourcentage {
    font-size: 0.9rem;
    left: 7px !important;
    top: 13px;
  }

  .notes-images {
    position: absolute;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    opacity: 0;
    margin-top: 200px;
  }

  .notes-images {
    position: static;
  }
  .notes-images li {
    position: relative;
  }

  .notes-images > .footnote {
    top: 0 !important;
    position: relative !important;
  }

  .footnote {
    float: right;
    width: 100%;
    clear: both;
    padding-bottom: 10px;
  }

  .wrapper {
    margin-left: 50px;
  }

  .title {
    margin-bottom: 300px;
    margin-top: 0;
    margin-left: 50px;
    width: 100%;
  }
}
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
  padding: 0;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: normal;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

p, pre {
  margin: 1em 0;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl, menu, ol, ul {
  margin: 0em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu, ol, ul {
  padding: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body {
  margin: 0;
  height: 100%;
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  /* Avoid elements padding and border to increase there size */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*# sourceMappingURL=js.ea9fb8f7.css.map */