
	/*
		Theme Name: ONU DH
		Author: Nodo
		Author URI: http://nodo.pw/
		Description: Hoja de estilos de la página de Ecosistema artificial sonoro
		Version: 1.0
		*/
/* <---------- Valores Stylus ----------> */
@import url("https://fonts.googleapis.com/css2?family=Inconsolata:wdth,wght@80,300;80,500;80,700;80,900&display=swap");
/* <---------- Secciones semánticas ----------> */
*,
*:before,
*:after {
  box-sizing: border-box;
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: top;
}
*:focus,
*:before:focus,
*:after:focus {
  outline: 0;
}
::-moz-selection {
  background: #474646;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #474646;
  color: #fff;
  text-shadow: none;
}
a {
  color: #000;
  text-decoration: none;
}
a img {
  border: 0;
}
a:focus,
a:active,
a:hover {
  text-decoration: underline;
}
blockquote,
q {
  quotes: "" "";
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: "";
}
body {
  background: #fff url("imgs/fondo_8.png") no-repeat left bottom/cover;
  color: #000;
  display: flex;
  flex-direction: column;
  font: 18px 'Inconsolata', monospace;
  font-weight: 500;
  line-height: 1.35;
  min-height: 100vh;
  overflow: hidden;
  width: 100%;
}
button {
  border: none;
  background: none;
  cursor: pointer !important;
  -webkit-appearance: none;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
em {
  font-style: italic;
}
fieldset {
  border: none;
}
html {
  font: 18px 'Inconsolata', monospace;
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
input,
textarea {
  background: none;
  border: none;
  box-sizing: border-box;
  padding: 1rem;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: caret;
  -moz-appearance: caret;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
label:hover {
  cursor: pointer;
}
ol,
ul {
  list-style: none;
}
p {
  line-height: 1.35;
  margin-bottom: 1rem;
}
strong {
  font-weight: 700;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
/* <---------- ID's ----------> */
#loading {
  width: 25px;
  transform: scale(4);
  margin: 0 2rem;
}
#timerContent {
  font-size: 1.8rem;
  font-weight: 900;
  margin-left: 0.5em;
}
/* <---------- Framework ----------> */
.animacion {
  transition: 0.3s all ease;
}
.block {
  margin-bottom: 4.5rem;
}
.blocks--flex {
  display: flex;
}
.blocks--reticula {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
.blocks--reticula--centrado {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.blocks--reticula--around {
  display: flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
}
.blocks--reticula__renglon {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.blocks__renglon {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.blocks__renglon--centrado {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.blocks--renglones {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  flex-direction: column;
}
.blocks--renglones--centrado {
  -ms-align-items: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.block--fixed {
  flex-shrink: 0;
}
.block--grow {
  flex-grow: 1;
}
.block--cuarto {
  width: 25%;
}
.block--full {
  width: 100%;
}
.block--mitad {
  width: 49%;
}
.block--tercio {
  width: calc(100% / 3);
}
.block__columnas {
  margin-top: 1rem;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 56px;
  column-gap: 56px;
}
/* <---------- Classes ----------> */
.amiba {
  position: relative;
  margin-top: -0.5rem;
}
.amiba button {
  display: flex;
  height: 100%;
  padding: 0.5rem;
  width: 100%;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.amiba button:before {
  background: url("imgs/icon__play.svg") no-repeat center center/contain;
  display: block;
  content: '';
  flex-shrink: 0;
  height: 30px;
  order: 0;
  width: 30px;
  -ms-align-self: flex-start;
  align-self: flex-start;
}
.amiba button.playing:before {
  background: url("imgs/icon__playing.svg") no-repeat center center/contain;
}
.amiba__name {
  -ms-align-items: center;
  align-items: center;
  text-shadow: rgba(240,250,240,0.8) 0 1px 4px;
  -ms-align-self: center;
  align-self: center;
  display: flex;
  flex-grow: 1;
  font-size: 0.9rem;
  font-weight: 600;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  order: 1;
  text-align: center;
}
.amiba__repeat {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  font-size: 1.1rem;
  order: 2;
}
.amiba__tootip {
  position: absolute;
  background: url("imgs/fondo_7.png") no-repeat center center;
  box-shadow: -2px 0px 10px 2px rgba(0,0,0,0.25) inset, 0px 2px 10px 2px rgba(0,0,0,0.25);
  left: 50%;
  padding: 1rem;
  top: 0;
  width: 150px;
  opacity: 0;
  transition: 0.3s all ease;
}
.amiba__tootip p {
  font-size: 0.9rem;
}
.amiba__tootip.visible {
  opacity: 1;
}
.amiba--1__small,
.amiba--2__small,
.amiba--3__small {
  position: relative;
}
.amiba--1__small .amiba__name,
.amiba--2__small .amiba__name,
.amiba--3__small .amiba__name {
  margin: 0 !important;
  padding: 0 !important;
}
.amiba--1__small button,
.amiba--2__small button,
.amiba--3__small button {
  -ms-align-items: center !important;
  align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  -ms-justify-content: center !important;
}
.amiba--1__small button:before,
.amiba--2__small button:before,
.amiba--3__small button:before {
  display: none !important;
}
.amiba--1__small button:hover + .amiba__tootip,
.amiba--2__small button:hover + .amiba__tootip,
.amiba--3__small button:hover + .amiba__tootip {
  opacity: 1;
}
.amiba--1 {
  background: url("imgs/bg__amiba-1.png") no-repeat center center/contain;
  height: 100px;
  width: 162px;
}
.amiba--1 .amiba__name {
  margin-left: 1.5em;
  padding-bottom: 1.2em;
  font-size: 0.85rem;
}
.amiba--1 button:before {
  order: 2;
  margin: 37px 11px 16px 0px;
}
.amiba--1__small {
  height: 42px !important;
  width: 67px !important;
}
.amiba--1__small .amiba__tootip {
  transform: translate(-20%, -100%);
}
.amiba--2 {
  background: url("imgs/bg__amiba-2.png") no-repeat center center/contain;
  height: 122px;
  width: 172px;
}
.amiba--2 .amiba__name {
  margin-right: 1.5em;
  padding-bottom: 1em;
}
.amiba--2 button:before {
  margin: 65px 0 0 12px;
}
.amiba--2__small {
  height: 48px !important;
  width: 67px !important;
}
.amiba--2__small .amiba__tootip {
  transform: translate(-50%, -100%);
}
.amiba--3 {
  background: url("imgs/bg__amiba-3.png") no-repeat center center/contain;
  height: 113.85px;
  width: 203.85px;
}
.amiba--3 .amiba__name {
  margin-right: 1.5em;
  padding-top: 0.8em;
}
.amiba--3 button:before {
  margin: 46px 0 0 14px;
}
.amiba--3__small {
  height: 37px !important;
  width: 67px !important;
}
.amiba--3__small .amiba__tootip {
  transform: translate(-80%, -100%);
}
.amiba--move-1 {
  -webkit-animation: amoeba1 8s ease infinite alternate;
          animation: amoeba1 8s ease infinite alternate;
}
.amiba--move-2 {
  -webkit-animation: amoeba2 6s ease infinite alternate;
          animation: amoeba2 6s ease infinite alternate;
}
.amiba--move-3 {
  -webkit-animation: amoeba3 10s ease infinite alternate;
          animation: amoeba3 10s ease infinite alternate;
}
.amiba--move-1__small {
  -webkit-animation: amoeba1__small 8s ease infinite alternate;
          animation: amoeba1__small 8s ease infinite alternate;
}
.amiba--move-2__small {
  -webkit-animation: amoeba2__small 6s ease infinite alternate;
          animation: amoeba2__small 6s ease infinite alternate;
}
.amiba--move-3__small {
  -webkit-animation: amoeba3__small 10s ease infinite alternate;
          animation: amoeba3__small 10s ease infinite alternate;
}
.amiba:nth-of-type(odd) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.amiba:nth-of-type(even) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.amiba:nth-of-type(4n) {
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
}
.amiba:nth-of-type(3n + 1) {
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}
.amibas {
  -ms-align-items: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  padding: 1rem clamp(1rem, 5vw, 2rem);
}
.amibas__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.backgrounds {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  min-height: 100%;
  overflow: hidden;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.bg {
  position: absolute;
  max-width: 100%;
  transition: 0.1s all ease;
}
.bg__fondo_1 {
  left: 0;
  top: 0;
  z-index: 27;
  max-width: calc(100% - 400px);
  opacity: 0.9;
}
.bg__fondo_1.expanded {
  max-width: 100%;
}
.bg__fondo_2 {
  -webkit-animation: move_1 10s ease infinite alternate;
          animation: move_1 10s ease infinite alternate;
  right: 0;
  max-width: 75vw;
  bottom: -9rem;
  z-index: 26;
}
.bg__fondo_3 {
  -webkit-animation: move_2 12s ease infinite alternate;
          animation: move_2 12s ease infinite alternate;
  right: 0;
  max-width: 80vw;
  bottom: -9rem;
  z-index: 25;
}
.bg__fondo_4 {
  -webkit-animation: move_3 8s ease infinite alternate;
          animation: move_3 8s ease infinite alternate;
  right: 0;
  max-width: 90vw;
  bottom: -9rem;
  z-index: 24;
}
.bg__fondo_5 {
  left: 0;
  top: 0;
  z-index: 26;
  opacity: 0.9;
  max-width: calc(100% - 400px);
}
.bg__fondo_5.expanded {
  max-width: 100%;
  right: 0;
}
.bg__fondo_6 {
  top: 25vh;
  max-width: calc((100vw - 400px) * 0.64);
  right: 400px;
  z-index: 22;
  opacity: 0.9;
}
.bg__fondo_6.expanded {
  max-width: calc(100vw * 0.64);
  right: 0;
}
.bg__fondo_7 {
  bottom: 50vh;
  max-width: calc((100vw - 400px) * 0.8);
  left: 0;
  z-index: 21;
  opacity: 0.9;
}
.bg__fondo_7.expanded {
  max-width: calc(100vw * 0.8);
}
.bg__fondo_5-v1 {
  bottom: -2rem;
  max-width: calc((100vw - 400px) * 0.34);
  right: 400px;
  z-index: 23;
}
.bg__fondo_5-v1.expanded {
  max-width: calc(100vw * 0.34);
  right: 0;
}
.bg__fondo_6-v1 {
  bottom: -2rem;
  max-width: calc((100vw - 400px) * 0.64);
  right: 400px;
  z-index: 22;
}
.bg__fondo_6-v1.expanded {
  max-width: calc(100vw * 0.64);
  right: 0;
}
.bg__fondo_7-v1 {
  bottom: -2rem;
  max-width: calc((100vw - 400px) * 0.94);
  right: 400px;
  z-index: 21;
}
.bg__fondo_7-v1.expanded {
  max-width: calc(100vw * 0.94);
  right: 0;
}
.btn--collapse,
.btn--lang,
.btn--menu,
.btn--play,
.btn--scroll,
.btn--stop {
  display: block;
  color: #fff;
  cursor: pointer;
  font-size: 1.66rem;
}
.btn--back,
.btn--close {
  display: block;
  border: 2px solid #fff;
  box-shadow: -2px 0px 10px 2px rgba(0,0,0,0.25) inset, 0px 2px 10px 2px rgba(0,0,0,0.25);
  color: #fff;
  cursor: pointer;
  font-size: 1.22rem;
  margin-bottom: 2rem;
  max-width: 700px;
  padding: 0.8rem 1.6rem 0.8rem calc(2rem + 14px);
  position: relative;
  transition: 0.3s all ease;
}
.btn--back:after,
.btn--close:after {
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
  top: 50%;
  left: 12px;
  z-index: 2;
  transition: 1s all ease;
}
.btn--back:hover,
.btn--close:hover {
  background: rgba(255,255,255,0.2);
}
.btn--back:after {
  background: url("imgs/icon__arrow-02.svg") no-repeat left center/20px;
  transform: rotate(180deg) translate(0, 50%);
}
.btn--close:after {
  background: url("imgs/icon__close.svg") no-repeat left center/20px;
  transform: translate(0, -50%);
}
.btn--collapse {
  background: #12a073;
  box-shadow: -2px 0px 10px 2px rgba(0,0,0,0.25) inset, 0px 2px 10px 2px rgba(0,0,0,0.25);
  height: 35px;
  padding: 2.8rem 2rem;
  position: fixed;
  top: 2rem;
  transform: translate(-100%, 0);
  transition: 1s all ease;
  width: 35px;
}
.btn--collapse:after {
  position: absolute;
  background: url("imgs/icon__arrow-02.svg") no-repeat center center/40px;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  transition: 1s all ease;
}
.btn--collapse:hover,
.btn--collapse.active {
  background: #046143;
}
.btn--collapse.collapsed:after {
  transform: rotateY(180deg);
}
.btn--lang {
  box-shadow: -2px 0px 10px 2px rgba(0,0,0,0.25) inset, 0px 2px 10px 2px rgba(0,0,0,0.25);
  height: 23px;
  padding: 0;
  position: fixed;
  transform: translate(-100%, 0);
  transition: 1s all ease;
  width: 39px;
}
.btn--lang-esp {
  background: url("imgs/img__flag--esp.svg") no-repeat center center/cover;
  top: calc(2rem + (0.5rem * 2) + (2.8rem * 4));
}
.btn--lang-eng {
  background: url("imgs/img__flag--eng.svg") no-repeat center center/cover;
  top: calc(2rem + (0.5rem * 2) + (2.8rem * 4) + (5px * 1) + 24px);
}
.btn--lang-jap {
  background: url("imgs/img__flag--jpn.svg") no-repeat center center/cover;
  top: calc(2rem + (0.5rem * 2) + (2.8rem * 4) + (5px * 2) + (24px * 2));
}
.btn--menu {
  background: #12a073;
  box-shadow: -2px 0px 10px 2px rgba(0,0,0,0.25) inset, 0px 2px 10px 2px rgba(0,0,0,0.25);
  height: 35px;
  padding: 2.8rem 2rem;
  position: fixed;
  top: calc(2rem + 0.5rem + 2.8rem + 2.8rem);
  transform: translate(-100%, 0);
  transition: 1s all ease;
  width: 35px;
}
.btn--menu:after {
  position: absolute;
  background: url("imgs/icon__menu.svg") no-repeat center center/40px;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  transition: 1s all ease;
}
.btn--menu:hover,
.btn--menu.active {
  background: #046143;
}
.btn--play,
.btn--stop {
  box-shadow: -2px 0px 10px 2px rgba(0,0,0,0.25) inset, 0px 2px 10px 2px rgba(0,0,0,0.25);
  border-radius: 50%;
  margin: 0 0.5rem 0 0;
  height: calc(50px + 4px);
  width: calc(50px + 4px);
}
.btn--play {
  background: #474646 url("imgs/icon__play--1.svg") no-repeat center center/50px;
}
.btn--play:hover {
  background: #8fbd89 url("imgs/icon__play--1.svg") no-repeat center center/50px;
}
.btn--stop {
  background: #474646 url("imgs/icon__stop--1.svg") no-repeat center center/50px;
}
.btn--stop:hover {
  background: #8fbd89 url("imgs/icon__stop--1.svg") no-repeat center center/50px;
}
.btn--scroll {
  background: #12a073 url("imgs/icon__arrow-01.svg") no-repeat 1.6rem center/32px;
  box-shadow: -2px 0px 10px 2px rgba(0,0,0,0.25) inset;
  padding: 1.5rem 2.6rem 1.5rem calc(1.6rem + 26px + 1rem);
  transition: 1s all ease;
}
.btn--scroll:hover {
  background: #046143 url("imgs/icon__arrow-01.svg") no-repeat 1.6rem center/32px;
}
.footer {
  position: absolute;
  background: #000;
  bottom: 0;
  box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.25);
  left: 0;
  margin-top: 0;
  padding: 0.1rem 0.7rem;
  transform: rotate(90deg) translate(-100%, 0);
  transform-origin: left bottom;
  width: auto;
  z-index: 1;
}
.footer a {
  margin-bottom: 0;
  font-size: 0.88rem;
  color: #fff;
}
.intro__btn {
  display: block;
  top: 100vh;
  position: absolute;
  right: 0;
  transform: translate(0, -100%);
}
.intro__text {
  font-size: 1rem;
  max-width: 700px;
  position: relative;
  z-index: 2;
}
.logo {
  max-width: 300px;
  width: 70%;
  margin-bottom: 1rem;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.logo .imagotipo {
  flex-shrink: 0;
  width: 42%;
}
.logo .logotipo {
  margin-left: 1rem;
  flex-grow: 1;
}
.main {
  display: block;
  flex-grow: 1;
  position: relative;
  z-index: 3;
}
.menu {
  -ms-align-items: center;
  align-items: center;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(0,0,0,0.9);
  color: #fff;
  position: fixed;
  height: 100%;
  display: none;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
.menu nav button {
  color: #fff;
  font-size: clamp(1.2rem, 3.8vw, 1.8rem);
  font-weight: 500;
  margin-bottom: 0.5em;
  max-width: 700px;
  padding: 0.5em;
  transition: 0.3s all ease;
}
.menu nav button:hover {
  background: rgba(0,0,0,0.4);
}
.menu.visible {
  display: flex;
}
.menu__container {
  height: calc(100% - 4rem);
  max-height: 800px;
  max-width: 1200px;
  overflow: hidden;
  width: calc(100% - 2rem);
  display: flex;
}
.menu__info {
  flex-grow: 1;
  overflow-y: auto;
}
.menu__info a,
.menu__info p,
.menu__info li {
  max-width: 800px;
  font: 1rem/1.54 'Inconsolata', monospace;
}
.menu__info a {
  text-decoration: underline;
  position: relative;
  color: #8fbd89;
}
.menu__info h1,
.menu__info h2,
.menu__info h3 {
  margin: 1em 0 1.2em;
  word-break: break-word;
  max-width: 800px;
}
.menu__info h1,
.menu__info h2 {
  font: 1.5rem 'Inconsolata', monospace;
  color: #fff;
  font-weight: 700;
}
.menu__info h3 {
  font: 1.25rem 'Inconsolata', monospace;
  color: #fff;
  font-weight: 700;
}
.menu__info img {
  max-width: 800px;
}
.menu__info li {
  margin-bottom: 0.6em;
}
.menu__info ol,
.menu__info ul {
  margin: 1em 0 1em 1em;
}
.menu__info ol ol,
.menu__info ul ol,
.menu__info ol ul,
.menu__info ul ul {
  margin: 0 0 0.4em 1.2em;
}
.menu__info ol {
  counter-reset: slideNum;
}
.menu__info ol li {
  counter-increment: slideNum;
}
.menu__info ol li:before {
  color: #fff;
  content: counter(slideNum) ".";
  margin-right: 0.5em;
  font-weight: 600;
}
.menu__info ul li:before {
  color: #fff;
  content: '⬣';
  margin-right: 0.5em;
}
.menu__info p {
  margin-bottom: 1em;
}
.menu__section {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 0;
  overflow: auto;
  transition: 0.3s all ease;
  width: 100%;
}
.menu__section.visible {
  max-width: 100%;
}
.player {
  height: 55px;
  margin-bottom: 2rem;
}
.player.fixed .player__container {
  background: rgba(242,242,242,0.85);
  box-shadow: rgba(242,242,242,0.85) 0 0 0 8px;
  position: fixed;
  border-radius: 0.5rem;
  top: 10px;
  transform: scale(0.6);
  transform-origin: left top;
}
.player__container {
  -ms-align-items: center;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  transition: 0.3s all ease;
}
.screen {
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.screen__info {
  padding: 2rem clamp(1rem, 5vw, 4rem) 0;
  position: relative;
  z-index: 2;
}
.screen--1 {
  z-index: 3;
}
.sidebar {
  background: #000;
  box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.25);
  height: 100%;
  overflow: hidden;
  width: 400px;
  transition: 0.3s all ease;
}
.sidebar.collapsed {
  max-width: 0;
}
.sidebar__container {
  position: fixed;
  display: block;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 10;
}
.sidebar__container--alike {
  height: 100%;
  width: 400px;
  transition: 0.3s all ease;
}
.sidebar__container--alike.collapsed {
  max-width: 0;
}
.sidebar__content {
  padding-top: 2rem;
}
.sidebar__icon {
  -ms-align-items: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  margin-bottom: 0.5rem;
  text-align: center;
  width: 31%;
}
.sidebar__icon img {
  max-width: 110px;
  width: 80%;
  height: auto;
}
.sidebar__icon figcaption {
  color: #fff;
  font-size: 0.8rem;
}
.sidebar__icons {
  display: flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  padding: 0.5rem 1rem;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.sidebar__info {
  background: #8fbd89;
  color: #fff;
  width: 100%;
  padding: 0.5rem 1rem;
}
.sidebar__info li {
  list-style: none;
  margin-bottom: 1rem;
}
.sidebar__info li span {
  display: block;
}
.sidebar__location {
  display: flex;
}
.sidebar__location:before {
  content: '';
  background: url("imgs/icon__location.svg") no-repeat center center/contain;
  margin-right: 0.5rem;
  height: 45px;
  width: 45px;
  flex-shrink: 0;
  -ms-align-items: center;
  align-items: center;
}
.sidebar__time {
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.sidebar__time img {
  width: 70px;
  margin: 0 0.5rem 6px 0;
}
.sidebar__symbology {
  display: flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  opacity: 0;
}
.sidebar__symbology.visible {
  opacity: 1;
}
.text--instructions {
  font-weight: 300;
  font-size: 1.33rem;
}
.title--main {
  font-size: clamp(1.5rem, 6vw, 4rem);
  font-weight: 900;
  max-width: 700px;
  margin-bottom: 0.5em;
}
.title--secondary {
  font-size: clamp(1.6rem, 5vw, 2.2rem);
  font-weight: 500;
  margin-bottom: 0.5em;
  max-width: 700px;
}
.title--sidebar {
  color: #fff;
  margin-bottom: 1em;
  width: 100%;
  font-weight: 500;
  font-size: 1.2rem;
}
.u__wrap {
  margin-left: auto;
  margin-right: auto;
  width: 98%;
  max-width: 1200px;
}
._oculto {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._oculto.focusable:active,
._oculto.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.m-1 {
  margin: 0.5rem;
}
.m-2 {
  margin: 1rem;
}
.m-3 {
  margin: 1.5rem;
}
.m-4 {
  margin: 2rem;
}
.mb-0 {
  margin-bottom: 0rem;
}
.mb-1 {
  margin-bottom: 0.5rem;
}
.mb-2 {
  margin-bottom: 1rem;
}
.mb-3 {
  margin-bottom: 1.5rem;
}
.mb-4 {
  margin-bottom: 2rem;
}
.mt-1 {
  margin-top: 0.5rem;
}
.mt-2 {
  margin-top: 1rem;
}
.mt-3 {
  margin-top: 1.5rem;
}
.mt-4 {
  margin-top: 2rem;
}
.ml-1 {
  margin-left: 0.5rem;
}
.ml-2 {
  margin-left: 1rem;
}
.ml-3 {
  margin-left: 1.5rem;
}
.ml-4 {
  margin-left: 2rem;
}
.mr-1 {
  margin-right: 0.5rem;
}
.mr-2 {
  margin-right: 1rem;
}
.mr-3 {
  margin-right: 1.5rem;
}
.mr-4 {
  margin-right: 2rem;
}
.pb-1 {
  padding-bottom: 0.5rem;
}
.pb-2 {
  padding-bottom: 1rem;
}
.pb-3 {
  padding-bottom: 1.5rem;
}
.pb-4 {
  padding-bottom: 2rem;
}
.pt-1 {
  padding-top: 0.5rem;
}
.pt-2 {
  padding-top: 1rem;
}
.pt-3 {
  padding-top: 1.5rem;
}
.pt-4 {
  padding-top: 2rem;
}
.pl-1 {
  padding-left: 0.5rem;
}
.pl-2 {
  padding-left: 1rem;
}
.pl-3 {
  padding-left: 1.5rem;
}
.pl-4 {
  padding-left: 2rem;
}
.pr-1 {
  padding-right: 0.5rem;
}
.pr-2 {
  padding-right: 1rem;
}
.pr-3 {
  padding-right: 1.5rem;
}
.pr-4 {
  padding-right: 2rem;
}
.txt__center {
  text-align: center;
}
.txt__left {
  text-align: left;
}
.txt__left p {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .sidebar__symbology {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 780px) {
  .block {
    margin-bottom: 2rem;
  }
  .blocks--reticula,
  .blocks--reticula--centrado,
  .blocks--reticula--around,
  .blocks--reticula__renglon {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
  .block--cuarto,
  .block--mitad,
  .block--tercio {
    width: 100%;
  }
  .block__columnas {
    -moz-column-count: 1;
    column-count: 1;
  }
  .amiba button:before {
    height: 25px;
    width: 25px;
  }
  .amiba__name {
    font-size: 0.81rem;
  }
  .amiba--1 {
    height: 84px;
    width: 135px;
  }
  .amiba--1 .amiba__name {
    margin-left: 1em;
    padding-bottom: 1.1em;
    font-size: 0.78rem;
  }
  .amiba--1 button:before {
    order: 2;
    margin: 31px 6px 16px 0px;
  }
  .amiba--2 {
    height: 112px;
    width: 158px;
  }
  .amiba--2 .amiba__name {
    margin-right: 1.5em;
    padding-bottom: 1em;
  }
  .amiba--2 button:before {
    margin: 61px 0 0 9px;
  }
  .amiba--3 {
    height: 101px;
    width: 181px;
  }
  .amiba--3 .amiba__name {
    margin-right: 1.5em;
    padding-top: 0.8em;
  }
  .amiba--3 button:before {
    margin: 42px 0 0 11px;
  }
  .amibas__container {
    padding-bottom: 4rem;
  }
  .btn--lang,
  .btn--menu,
  .btn--scroll,
  .btn--collapse {
    font-size: 1.22rem;
  }
  .btn--collapse {
    -webkit-animation: pulse 2s ease infinite alternate;
            animation: pulse 2s ease infinite alternate;
    box-shadow: -2px 0px 10px 2px rgba(0,0,0,0.25) inset, 0px 2px 10px 2px rgba(0,0,0,0.25);
    height: 35px;
    padding: 0.8rem 1.8rem;
    top: unset;
    transform: translate(0, -100%);
    width: 35px;
    right: 0.5rem;
  }
  .btn--collapse:after {
    transform: rotateZ(90deg);
    background: url("imgs/icon__arrow-02.svg") no-repeat center center/20px;
  }
  .btn--collapse.collapsed:after {
    transform: rotateZ(90deg) rotateY(180deg);
  }
  .btn--lang {
    box-shadow: -2px 0px 10px 2px rgba(0,0,0,0.25) inset, 0px 2px 10px 2px rgba(0,0,0,0.25);
    height: 18px;
    padding: 0;
    transform: translate(0, -100%);
    width: 33px;
    top: unset;
  }
  .btn--lang-esp {
    background: url("imgs/img__flag--esp.svg") no-repeat center center/cover;
    right: calc((0.5rem * 3) + (3.5rem * 2) + (5px * 2) + (33px * 2));
  }
  .btn--lang-eng {
    background: url("imgs/img__flag--eng.svg") no-repeat center center/cover;
    right: calc((0.5rem * 3) + (3.5rem * 2) + (5px * 1) + 33px);
  }
  .btn--lang-jap {
    background: url("imgs/img__flag--jpn.svg") no-repeat center center/cover;
    right: calc((0.5rem * 3) + (3.5rem * 2));
  }
  .btn--menu {
    box-shadow: -2px 0px 10px 2px rgba(0,0,0,0.25) inset, 0px 2px 10px 2px rgba(0,0,0,0.25);
    height: 35px;
    padding: 0.8rem 1.8rem;
    top: unset;
    transform: translate(0, -100%);
    width: 35px;
    right: calc((0.5rem * 2) + (3.5rem * 1));
  }
  .btn--menu:after {
    background: url("imgs/icon__menu.svg") no-repeat center center/20px;
  }
  .btn--scroll {
    background: #12a073 url("imgs/icon__arrow-01.svg") no-repeat 1.6rem center/16px;
    padding: 0.8rem 1.8rem 0.8rem calc(0.9rem + 26px + 0.5rem);
  }
  .btn--scroll:hover {
    background: #046143 url("imgs/icon__arrow-01.svg") no-repeat 1.6rem center/16px;
  }
  .btn--back,
  .btn--close {
    font-size: 1rem;
    margin-bottom: 1rem;
    padding: 0.6rem 1.2rem 0.6rem calc(1.6rem + 14px);
  }
  .bg__fondo_1 {
    max-width: 100%;
  }
  .bg__fondo_2 {
    -webkit-animation: move_1r 10s ease infinite alternate;
            animation: move_1r 10s ease infinite alternate;
    max-width: 130vw;
  }
  .bg__fondo_3 {
    -webkit-animation: move_2r 12s ease infinite alternate;
            animation: move_2r 12s ease infinite alternate;
    max-width: 145vw;
  }
  .bg__fondo_4 {
    -webkit-animation: move_3r 8s ease infinite alternate;
            animation: move_3r 8s ease infinite alternate;
    max-width: 160vw;
  }
  .bg__fondo_5 {
    max-width: 100%;
  }
  .bg__fondo_6 {
    max-width: calc(100vw * 0.64);
    right: 0;
  }
  .bg__fondo_6.expanded {
    max-width: calc(100vw * 0.64);
  }
  .bg__fondo_7 {
    max-width: calc(100vw * 0.8);
    left: 0;
  }
  .bg__fondo_7.expanded {
    max-width: calc(100vw * 0.8);
  }
  .bg__fondo_5-v1 {
    max-width: calc(100vw * 0.34);
    right: 0;
  }
  .bg__fondo_5-v1.expanded {
    max-width: calc(100vw * 0.34);
  }
  .bg__fondo_6-v1 {
    max-width: calc(100vw * 0.64);
    right: 0;
  }
  .bg__fondo_6-v1.expanded {
    max-width: calc(100vw * 0.64);
  }
  .bg__fondo_7-v1 {
    max-width: calc(100vw * 0.94);
    right: 0;
  }
  .bg__fondo_7-v1.expanded {
    max-width: calc(100vw * 0.94);
  }
  .intro__btn {
    position: relative;
    top: unset;
    transform: translate(0, 0);
    margin: 0 auto;
  }
  .intro__text {
    font-size: 0.9rem;
    text-align: center;
  }
  .menu nav button {
    font-size: clamp(1rem, 3vw, 1.4rem);
    margin-bottom: 0.2em;
    padding: 0.3em;
  }
  .menu__container {
    height: calc(100% - 2rem);
  }
  .menu__info img {
    max-width: 100%;
  }
  .player {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    margin-bottom: 1rem;
  }
  .player__container {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
  .screen__info {
    text-shadow: rgba(232,252,246,0.6) 0 1px 3px;
  }
  .sidebar {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-height: calc(100vh - 3rem);
    width: 100%;
    bottom: 0;
  }
  .sidebar.collapsed {
    max-width: 100%;
    max-height: 0;
  }
  .sidebar__container {
    bottom: 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-height: calc(100vh - 3rem);
    max-width: 100%;
    top: unset;
    width: 100%;
  }
  .sidebar__container--alike {
    display: none;
  }
  .sidebar__icon {
    width: 24%;
  }
  .sidebar__icons {
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .sidebar__info ul {
    display: flex;
  }
  .sidebar__info li {
    width: 50%;
    margin-bottom: 0;
    font-size: 1rem;
  }
  .sidebar__location:before {
    height: 20px;
    width: 20px;
  }
  .text--instructions {
    font-weight: 400;
    font-size: 1.1rem;
  }
  .title--main {
    text-align: center;
  }
  .title--secondary {
    font-size: clamp(1.4rem, 5vw, 2rem);
  }
@-webkit-keyframes pulse {
    0%, 10% {
      background: #8fbd89;
    }
    80%, 100% {
      background: #12a073;
    }
}
@keyframes pulse {
    0%, 10% {
      background: #8fbd89;
    }
    80%, 100% {
      background: #12a073;
    }
}
@-webkit-keyframes move_1r {
    0%, 100% {
      transform: translate(0, 0);
    }
    14% {
      transform: translate(2.4rem, -2.4rem);
    }
    27% {
      transform: translate(1rem, -8.2rem);
    }
    79% {
      transform: translate(6.8rem, 18.2rem);
    }
}
@keyframes move_1r {
    0%, 100% {
      transform: translate(0, 0);
    }
    14% {
      transform: translate(2.4rem, -2.4rem);
    }
    27% {
      transform: translate(1rem, -8.2rem);
    }
    79% {
      transform: translate(6.8rem, 18.2rem);
    }
}
@-webkit-keyframes move_2r {
    0%, 100% {
      transform: translate(0, 0);
    }
    16% {
      transform: translate(3.2rem, 15.2rem);
    }
    37% {
      transform: translate(4.6rem, 2rem);
    }
    50% {
      transform: translate(1.2rem, -7.6rem);
    }
}
@keyframes move_2r {
    0%, 100% {
      transform: translate(0, 0);
    }
    16% {
      transform: translate(3.2rem, 15.2rem);
    }
    37% {
      transform: translate(4.6rem, 2rem);
    }
    50% {
      transform: translate(1.2rem, -7.6rem);
    }
}
@-webkit-keyframes move_3r {
    0%, 100% {
      transform: translate(0, 0);
    }
    38% {
      transform: translate(4rem, -5.4rem);
    }
    52% {
      transform: translate(2.4rem, -6.2rem);
    }
    85% {
      transform: translate(5.4rem, 8.6rem);
    }
}
@keyframes move_3r {
    0%, 100% {
      transform: translate(0, 0);
    }
    38% {
      transform: translate(4rem, -5.4rem);
    }
    52% {
      transform: translate(2.4rem, -6.2rem);
    }
    85% {
      transform: translate(5.4rem, 8.6rem);
    }
}
}
@media screen and (max-width: 780px) and (orientation: landscape) {
  .amiba--1__small,
  .amiba--2__small,
  .amiba--3__small {
    transform: scale(0.9);
  }
  .menu nav li {
    width: 50%;
  }
  .menu nav ul {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .sidebar__content {
    padding-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .sidebar__icon {
    width: calc(100% / 7);
  }
  .sidebar__icon img {
    max-width: 100vw;
    width: auto;
    height: 40px;
  }
  .sidebar__icon figcaption {
    font-size: 0.7rem;
  }
  .sidebar__icons {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .sidebar__info {
    width: 100%;
  }
  .sidebar__info li {
    margin-bottom: 0;
  }
  .sidebar__symbology {
    width: 30%;
    margin-top: 0;
  }
}
@media print {
  @page {
    margin: 1cm;
  }
  *,
  *:before,
  *:after,
  *:first-letter,
  p:first-line,
  div:first-line,
  blockquote:first-line,
  li:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="http"]:not([href*="mywebsite.com"]):after {
    content: " (" attr(href) ")";
  }
  body > *:not(main) {
    display: none;
  }
  h1,
  h2 {
    page-break-after: always;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  section {
    page-break-before: always;
  }
}
@-webkit-keyframes move_1 {
  0%, 100% {
    transform: translate(0, 0);
  }
  14% {
    transform: translate(-3.4rem, -2.4rem);
  }
  27% {
    transform: translate(-4rem, -8.2rem);
  }
  79% {
    transform: translate(8.8rem, 8.2rem);
  }
}
@keyframes move_1 {
  0%, 100% {
    transform: translate(0, 0);
  }
  14% {
    transform: translate(-3.4rem, -2.4rem);
  }
  27% {
    transform: translate(-4rem, -8.2rem);
  }
  79% {
    transform: translate(8.8rem, 8.2rem);
  }
}
@-webkit-keyframes move_2 {
  0%, 100% {
    transform: translate(0, 0);
  }
  16% {
    transform: translate(-5.2rem, 5.2rem);
  }
  37% {
    transform: translate(-8.6rem, -2rem);
  }
  50% {
    transform: translate(-2.2rem, -7.6rem);
  }
}
@keyframes move_2 {
  0%, 100% {
    transform: translate(0, 0);
  }
  16% {
    transform: translate(-5.2rem, 5.2rem);
  }
  37% {
    transform: translate(-8.6rem, -2rem);
  }
  50% {
    transform: translate(-2.2rem, -7.6rem);
  }
}
@-webkit-keyframes move_3 {
  0%, 100% {
    transform: translate(0, 0);
  }
  38% {
    transform: translate(5rem, -5.4rem);
  }
  52% {
    transform: translate(2.4rem, -6.2rem);
  }
  85% {
    transform: translate(-8.4rem, 6.6rem);
  }
}
@keyframes move_3 {
  0%, 100% {
    transform: translate(0, 0);
  }
  38% {
    transform: translate(5rem, -5.4rem);
  }
  52% {
    transform: translate(2.4rem, -6.2rem);
  }
  85% {
    transform: translate(-8.4rem, 6.6rem);
  }
}
@-webkit-keyframes amoeba1 {
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
  14% {
    transform: translate(-0.4rem, -0.4rem) rotate(-4deg);
  }
  27% {
    transform: translate(-0.3rem, -0.2rem) rotate(-2deg);
  }
  79% {
    transform: translate(0.8rem, 0.2rem) rotate(2deg);
  }
}
@keyframes amoeba1 {
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
  14% {
    transform: translate(-0.4rem, -0.4rem) rotate(-4deg);
  }
  27% {
    transform: translate(-0.3rem, -0.2rem) rotate(-2deg);
  }
  79% {
    transform: translate(0.8rem, 0.2rem) rotate(2deg);
  }
}
@-webkit-keyframes amoeba2 {
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
  16% {
    transform: translate(-0.2rem, 0.2rem) rotate(2deg);
  }
  37% {
    transform: translate(-0.6rem, -0.5rem) rotate(-5deg);
  }
  50% {
    transform: translate(-0.2rem, -0.6rem) rotate(-6deg);
  }
}
@keyframes amoeba2 {
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
  16% {
    transform: translate(-0.2rem, 0.2rem) rotate(2deg);
  }
  37% {
    transform: translate(-0.6rem, -0.5rem) rotate(-5deg);
  }
  50% {
    transform: translate(-0.2rem, -0.6rem) rotate(-6deg);
  }
}
@-webkit-keyframes amoeba3 {
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
  38% {
    transform: translate(0.5rem, -0.4rem) rotate(-4deg);
  }
  52% {
    transform: translate(0.4rem, -0.2rem) rotate(-2deg);
  }
  85% {
    transform: translate(-0.4rem, 0.6rem) rotate(6deg);
  }
}
@keyframes amoeba3 {
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
  38% {
    transform: translate(0.5rem, -0.4rem) rotate(-4deg);
  }
  52% {
    transform: translate(0.4rem, -0.2rem) rotate(-2deg);
  }
  85% {
    transform: translate(-0.4rem, 0.6rem) rotate(6deg);
  }
}
@-webkit-keyframes amoeba1__small {
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
  14% {
    transform: translate(-0.2rem, -0.2rem) rotate(-4deg);
  }
  27% {
    transform: translate(-0.15rem, -0.1rem) rotate(-2deg);
  }
  79% {
    transform: translate(0.3rem, 0.1rem) rotate(2deg);
  }
}
@keyframes amoeba1__small {
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
  14% {
    transform: translate(-0.2rem, -0.2rem) rotate(-4deg);
  }
  27% {
    transform: translate(-0.15rem, -0.1rem) rotate(-2deg);
  }
  79% {
    transform: translate(0.3rem, 0.1rem) rotate(2deg);
  }
}
@-webkit-keyframes amoeba2__small {
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
  16% {
    transform: translate(-0.1rem, 0.1rem) rotate(2deg);
  }
  37% {
    transform: translate(-0.25rem, -0.2rem) rotate(-5deg);
  }
  50% {
    transform: translate(-0.1rem, -0.25rem) rotate(-6deg);
  }
}
@keyframes amoeba2__small {
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
  16% {
    transform: translate(-0.1rem, 0.1rem) rotate(2deg);
  }
  37% {
    transform: translate(-0.25rem, -0.2rem) rotate(-5deg);
  }
  50% {
    transform: translate(-0.1rem, -0.25rem) rotate(-6deg);
  }
}
@-webkit-keyframes amoeba3__small {
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
  38% {
    transform: translate(0.2rem, -0.18rem) rotate(-4deg);
  }
  52% {
    transform: translate(0.18rem, -0.1rem) rotate(-2deg);
  }
  85% {
    transform: translate(-0.18rem, 0.25rem) rotate(6deg);
  }
}
@keyframes amoeba3__small {
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
  38% {
    transform: translate(0.2rem, -0.18rem) rotate(-4deg);
  }
  52% {
    transform: translate(0.18rem, -0.1rem) rotate(-2deg);
  }
  85% {
    transform: translate(-0.18rem, 0.25rem) rotate(6deg);
  }
}
