.gradient_page_bg {
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 20%, #d1d1d1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(20%, #ffffff), color-stop(100%, #d1d1d1));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 20%, #d1d1d1 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 20%, #d1d1d1 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 20%, #d1d1d1 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 20%, #d1d1d1 100%);
}
.font_menu {
  font-family: 'Comfortaa-Regular', sans-serif;
}
.font_default {
  font-family: "san_francisco_displayregular", sans-serif;
}
.font_default_bold {
  font-family: "san_francisco_displayregular", sans-serif;
  font-weight: bold;
}
.foto {
  border-radius: 4px;
  /* shadow */
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 1px rgba(0, 0, 0, 0.2);
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
:root {
  --white: #fff;
  --black: #323135;
  --crystal: #e0e0e0;
  --columbia-blue: #cee9e4;
  --midnight-green: #572459;
  --yellow: #838383;
  --timeline-gradient: #000000 0%, rgba(0, 0, 0, 1) 50%,
		rgba(206, 233, 228, 0) 100%;
}
.inner_container {
  background-color: #000000;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  min-height: calc(100vh - 36rem);
}
.inner_container > .logos {
  background-color: #222222;
  display: flex;
  justify-content: center;
  padding: 2rem;
  color: #b2b2b2;
  align-items: center;
}
.inner_container > .logos > a {
  display: flex;
  opacity: 0.8;
}
.inner_container > .logos > a:hover {
  opacity: 1;
}
.inner_container > .logos > a:active {
  opacity: 0.5;
}
.inner_container > .logos > a .logo_ministerio {
  height: 5rem;
  display: inline-block;
  padding: 0px;
  margin-left: 1rem;
}
.inner_container > .logos > a .logo_todos {
  height: 5rem;
  display: inline-block;
  padding: 0px;
  margin-left: 1rem;
  background-color: #ffffff;
  padding-right: 8px;
}
.game_wrapper {
  background-color: #000000;
  color: #dddddd;
  padding: 2.5rem;
  max-width: 1490px;
  margin-left: auto;
  margin-right: auto;
  min-height: 85vh;
  font: normal 16px/1.5 "Inter", sans-serif;
}
.game_wrapper button,
.game_wrapper .button {
  background-color: #c661c6;
  border: none;
  color: white;
  padding: 1em;
  font-size: 1rem;
  height: 4rem;
  border-radius: 40px;
  letter-spacing: 0.05rem;
}
.game_wrapper button:active,
.game_wrapper .button:active {
  opacity: 0.7;
}
.game_wrapper a {
  color: inherit;
  cursor: pointer;
}
.game_wrapper img {
  max-width: 100%;
  height: auto;
}
.game_wrapper .menu {
  display: flex;
}
.game_wrapper .menu > * {
  margin-right: 1rem;
  cursor: pointer;
}
.game_wrapper .menu > .menu-button {
  opacity: 0.7;
}
.game_wrapper .menu > .menu-button:hover {
  opacity: 1;
}
.game_wrapper .menu > .menu-button:active {
  opacity: 0.4;
}
.game_wrapper .game {
  padding-bottom: 1.5rem;
  /* .section SECTION
		–––––––––––––––––––––––––––––––––––––––––––––––––– */
}
.game_wrapper .game .section {
  padding: 50px 0;
}
.game_wrapper .game .section .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.game_wrapper .game .section h1 {
  font-size: 2.5rem;
  line-height: 1.25;
}
.game_wrapper .game .section h2 {
  font-size: 1.3rem;
}
.game_wrapper .game > .narrative_container {
  padding: 1.5rem;
  padding-left: 0px;
}
.game_wrapper .game > .narrative_container h3 {
  padding-bottom: 1rem;
}
.game_wrapper .game > .narrative_container a {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  color: #c661c6;
  cursor: pointer;
}
.game_wrapper .game > .narrative_container a:active {
  opacity: 0.7;
}
.game_wrapper .game > .narrative_container .external_link {
  position: relative;
}
.game_wrapper .game > .narrative_container .external_link:after {
  content: "";
  width: 11px;
  height: 11px;
  margin-left: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='rgb(198 97 198)' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.game_wrapper .game > .button-grid,
.game_wrapper .game > .arrow-grid {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
}
.game_wrapper .game > .arrow-grid > .arrow {
  height: unset;
}
.game_wrapper .game .section.intro {
  padding: 0px;
}
.game_wrapper .game .section.intro h1 {
  padding: 0;
  padding-top: 1.5rem;
}
.game_wrapper .game .section.intro a {
  text-decoration: underline;
}
.game_wrapper .game > .timeline .timeline_clicker {
  cursor: pointer;
}
.game_wrapper .materials {
  display: block;
  position: relative;
  background-color: #181818;
}
.game_wrapper .materials .loading {
  padding: 1rem;
}
.game_wrapper .materials > * {
  padding: 1rem;
  border-radius: 5px;
}
.game_wrapper .materials > * a {
  color: #c661c6;
}
.game_wrapper .materials > .interviews_container {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.game_wrapper .materials > .interviews_container > video {
  max-width: 49.3%;
}
@media (max-width: 768px) {
  .game_wrapper .materials > .interviews_container > video {
    max-width: 100%;
  }
}
.game_wrapper .materials > .pdf-div {
  padding-bottom: 1rem;
}
.game_wrapper .materials > .pdf-div > h3 {
  padding-bottom: 1rem;
}
.game_wrapper .materials iframe,
.game_wrapper .materials object {
  min-height: 55vh;
  width: 100%;
}
.game_wrapper .materials > .button_close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: -0.5rem;
  right: -0.5rem;
  border-radius: 50%;
}
.game {
  /* TIMELINE
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* GENERAL MEDIA QUERIES
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* FOOTER STYLES
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
}
.game .timeline {
  position: relative;
  white-space: nowrap;
  max-width: 1400px;
  padding: 0 10px;
  padding-left: 0px;
  display: grid;
  grid-gap: 20px;
}
.game .timeline::before,
.game .timeline::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 30px;
  width: 100px;
  z-index: 2;
}
.game .timeline::after {
  right: 0;
  background: linear-gradient(270deg, var(--timeline-gradient));
}
.game .timeline::before {
  left: 0px;
  background: linear-gradient(90deg, var(--timeline-gradient));
}
.game .timeline .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 40px;
  color: var(--white);
  background: var(--midnight-green);
  white-space: normal;
  border-radius: 10px;
}
.game .timeline .info img {
  margin-bottom: 20px;
}
.game .timeline .info p {
  margin-top: 10px;
  color: var(--crystal);
}
.game .timeline .info a {
  text-decoration: underline;
}
.game .timeline ol::-webkit-scrollbar {
  height: 12px;
}
.game .timeline ol::-webkit-scrollbar-thumb,
.game .timeline ol::-webkit-scrollbar-track {
  border-radius: 92px;
}
.game .timeline ol::-webkit-scrollbar-thumb {
  background: var(--midnight-green);
}
.game .timeline ol::-webkit-scrollbar-track {
  background: var(--yellow);
}
.game .timeline ol {
  font-size: 0;
  padding: 250px 0;
  transition: all 1s;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
}
.game .timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 160px;
  height: 5px;
  background: var(--white);
  scroll-snap-align: start;
}
.game .timeline ol li:last-child {
  width: 340px;
}
.game .timeline ol li:not(:first-child) {
  margin-left: 14px;
}
.game .timeline ol li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--midnight-green);
  z-index: 1;
}
.game .timeline ol li div {
  position: absolute;
  left: calc(100% + 7px);
  width: 280px;
  padding: 15px 15px;
  font-size: 1rem;
  white-space: normal;
  color: var(--black);
  background: var(--white);
  border-radius: 0 10px 10px 10px;
}
.game .timeline ol li div::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.game .timeline ol li div.timeline_clicker:hover {
  box-shadow: 0 0 75px #c661c6;
}
.game .timeline ol li div.timeline_clicker:hover > time {
  color: #ba58bd;
}
.game .timeline ol li:nth-child(odd) div {
  top: -16px;
  transform: translateY(-100%);
  border-radius: 10px 10px 10px 0;
}
.game .timeline ol li:nth-child(odd) div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: var(--white) transparent transparent transparent;
}
.game .timeline ol li:nth-child(even) div {
  top: calc(100% + 16px);
}
.game .timeline ol li:nth-child(even) div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent var(--white);
}
.game .timeline time {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: var(--midnight-green);
}
@media screen and (max-width: 800px) {
  .game .timeline {
    display: block;
  }
  .game .timeline::before,
  .game .timeline::after {
    width: 50px;
  }
  .game .timeline::before {
    left: 0;
  }
  .game .timeline .info {
    display: none;
  }
}
.game .page-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 5px;
  z-index: 2;
  color: var(--black);
  background: var(--columbia-blue);
}
.game .page-footer a {
  display: flex;
  margin-left: 4px;
}
.game .timeline ol {
  padding-top: 11rem;
  padding-bottom: 13rem;
}
