/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
  font-family: "Frutiger";
  src: url("../fonts/frutigerltstd-cn.eot");
  src: url("../fonts/frutigerltstd-cn.eot?iefix") format("eot"),
    url("../fonts/frutigerltstd-cn.woff") format("woff"),
    url("../fonts/frutigerltstd-cn.ttf") format("truetype"),
    url("../fonts/frutigerltstd-cn.svg#webfontnDp1DDKc") format("svg");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: "FrutigerLT";
  src: url("../fonts/frutigerltw01-47lightcn.eot");
  src: url("../fonts/frutigerltw01-47lightcn.eot") format("embedded-opentype"),
    url("../fonts/frutigerltw01-47lightcn.woff") format("woff"),
    url("../fonts/frutigerltw01-47lightcn.ttf") format("truetype"),
    url("../fonts/frutigerltw01-47lightcn.svg#FrutigerLTW0147LightCnRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  width: 100%;
  height: 100%;
  background: #333333;
}

html {
  scroll-behavior: smooth;
}

.contenedor_supremo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  background: #333333;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.65);
}

.contenedor_supremo.desplazado {
  left: -300px;
}

.revisiones {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 300px;
}

.revisiones_bloque {
  padding: 24px;
  font-family: "Frutiger";
  color: silver;
}

.revisiones_bloque h1 {
  margin-top: 2em;
  font-size: 1.5em;
  border-bottom: solid 1px silver;
  margin-bottom: 0.5em;
  display: block;
}

.revisiones_bloque ol {
  padding: 1em;
}

.revisiones_bloque ol li {
  font-size: 1em;
  margin-bottom: 0.5em;
}

.revisiones_bloque ol li a {
  color: silver;
}

.revisiones_bloque ol li a:hover,
.revisiones_bloque ol li .actual {
  color: #F1F1F1;
}

section {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 12px;
  background: #ffffff;
  display: block;
  float: left;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.65);
  transition: all 0.5s;
}

section.active {
  background: #7e8e8b !important;
}

section.imagen {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
}

section.fijo.imagen {
  background-attachment: scroll;
}

section .barras,
section.video .barras {
  display: none;
}

section.video {
  background: #000000 !important;
}

section iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

section.intro {}

section.intro .texto,
section.gracias .texto {
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  position: absolute !important;
  left: 12.5%;
  top: 60px;
}

section .texto {
  position: absolute;
  left: 12.5%;
  width: Calc(100% - 25%);
  color: #5E5E5E;
  font-size: 1.2em;
}

section .texto a {
  color: #F1F1F1;
}

section .texto h1 {
  font-family: "FrutigerLT";
  font-size: 1.6em;
  font-weight: 300;
  margin: 0;
  display: block;
}

section .texto h2 {
  font-family: "FrutigerLT";
  font-size: 1.2em;
  font-weight: 100;
  margin: 0;
  display: block;
}

section .texto h4 {
  font-family: "FrutigerLT";
  font-size: 1.2em;
  font-weight: 100;
  margin: 0;
  display: block;
  margin-bottom: 1em;
}

section .texto p {
  font-family: "FrutigerLT";
  font-size: 1.2em;
  font-weight: 100;
  margin: 0;
  display: block;
  margin-top: 15px;
  max-width: 60%;
  line-height: 1.2em;
}

section .texto ul {
  padding: 0px;
  font-family: "FrutigerLT";
  font-size: 1em;
  font-weight: 100;
  margin: 0;
  display: block;
  margin-top: 1em;
  max-width: 60%;
  line-height: 1.2;
}

section .texto ul li {
  list-style: circle;
  margin-bottom: 0.1em;
}

section .texto ul.nodot li {
  list-style: none;
}

section.interior .texto {
  opacity: 0.3;
  position: absolute;
  background: #333333;
  bottom: auto;
  top: 15px;
  left: 15px;
  width: auto;
  border-top: 0;
  font-size: 0.8em;
  text-align: center;
  padding: 14px;
  padding-right: 16px;
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}

section.interior:hover .texto {
  opacity: 0.8;
}

section.interior .texto * {
  color: #ffffff;
  text-shadow: #000000 0px 1px 0px;
}

section.carta .date {
  text-align: right;
  padding-bottom: 15px;
  display: block;
}

section.carta,
section.timeline {
  padding-top: 0;
  display: block;
  padding-bottom: 0;
}

section.carta .texto,
section.timeline .linea_de_tiempo {
  position: relative;
  width: 75%;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  left: 12.5%;
  line-height: 1.1;
}

section.timeline .linea_de_tiempo {
  margin-left: 12.5%;
  margin-bottom: 6em;
}

section.carta .texto p {
  max-width: 100%;
}

section.carta .texto .firma {
  text-align: left;
}

section.carta .texto a {
  color: #f7621e;
}

section.con_barras .barras {
  height: 2em;
  display: block;
  background: silver;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

section .barras .barra {
  position: relative;
  float: left;
  width: 12.5%;
  height: 100%;
}

section.colofon .barras {
  height: 100%;
}

section .barras .barra:nth-child(1),
.color1 {
  background-color: #4c1e20;
}

section .barras .barra:nth-child(2),
.color2 {
  background-color: #c63b1a;
}

section .barras .barra:nth-child(3),
.color3 {
  background-color: #f7621e;
}

section .barras .barra:nth-child(4),
.color4 {
  background-color: #202e3b;
}

section .barras .barra:nth-child(5),
.color5 {
  background-color: #2f4054;
}

section .barras .barra:nth-child(6),
.color6 {
  background-color: #566374;
}

section .barras .barra:nth-child(7),
.color7 {
  background-color: #7e8e8b;
}

section .barras .barra:nth-child(8),
.color8 {
  background-color: #5f6f6c;
}

#logo {
  position: absolute;
  right: 12.5%;
  bottom: 12.5%;
  max-width: 18%;
  height: auto;
}

.contacto {
  position: fixed;
  background: #F1F1F1;
  border-radius: 50%;
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  top: 24px;
  right: 24px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.65);
  opacity: 0.5;
  z-index: 10;
}

.contacto i {
  color: silver;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
}

.contacto:hover {
  opacity: 1;
}

.versiones {
  position: fixed;
  background: #F1F1F1;
  border-radius: 50%;
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  top: 24px;
  right: 80px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.65);
  opacity: 0.5;
  z-index: 10;
}

.versiones i {
  color: silver;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
}

a.ocultar {
  opacity: 0.5;
  pointer-events: all;
}

.desplazado a.ocultar {
  opacity: 0;
  pointer-events: none;
}

.versiones:hover {
  opacity: 1;
}

.versiones_cerrar {
  position: fixed;
  background: #F1F1F1;
  border-radius: 50%;
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  top: 24px;
  right: 24px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.65);
  opacity: 0.5;
  z-index: 10;
}

.versiones_cerrar i {
  color: silver;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
}

.versiones_cerrar:hover {
  opacity: 1;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  section {
    margin-bottom: 6px;
  }

  section .texto {
    position: absolute;
    bottom: 16%;
    width: Calc(100% - 25%);
    color: #5E5E5E;
    max-height: 70%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  section.con_barras .barras {
    height: 1.3em;
    display: block;
    background: silver;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  #logo {
    max-width: 150px;
  }

  section.imagen {
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: inherit !important;
    background-position: center center;
  }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
  section {
    margin-bottom: 6px;
  }

  section .texto {
    position: absolute;
    left: 6.75%;
    bottom: 10%;
    width: Calc(100% - 25%);
    color: #5E5E5E;
    max-height: 70%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  section.con_barras .barras {
    height: 1.6em;
    display: block;
    background: silver;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  #logo {
    max-width: 150px;
  }

  section.imagen {
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: inherit !important;
    background-position: center center;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  section {
    height: auto;
    padding-top: 50%;
  }

  section.video,
  section.cinema {
    margin-bottom: 4px;
  }

  section .texto {
    position: absolute;
    left: 12.5%;
    bottom: 15%;
    width: Calc(100% - 25%);
    color: #5E5E5E;
    max-height: 70%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  section.interior .texto {
    top: 8px;
    left: 8px;
    width: auto;
    border-top: 0;
    font-size: 1em;
    text-align: center;
    padding: 10px;
    padding-right: 12px;
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.3);
    opacity: 0.5;
  }

  section .texto h1 {
    font-family: "FrutigerLT";
    font-size: 1em;
    font-weight: 100;
    margin: 0;
    display: block;
  }

  section .texto h2 {
    font-family: "FrutigerLT";
    font-size: 1em;
    font-weight: 100;
    margin: 0;
    display: block;
  }

  section .texto p,
  section .texto ul {
    font-family: "FrutigerLT";
    font-size: 1em;
    font-weight: 100;
    margin: 0;
    display: block;
    margin-top: 0.5em;
    width: 100% !important;
    max-width: 100% !important;
  }

  section.con_barras .barras {
    height: 0.6em;
    display: block;
    background: silver;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  section.colofon .barras {
    height: 100%;
  }

  section.imagen {
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: inherit !important;
    background-position: center center;
  }

  #logo {
    max-width: 100px;
  }

  section.imagen {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: inherit !important;
    background-position: center center;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  section {
    margin-bottom: 4px;
  }

  section.imagen {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }

  section .texto {
    position: absolute;
    left: 6.75%;
    bottom: 20%;
    width: Calc(100% - 25%);
    color: #5E5E5E;
    max-height: 70%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  section .texto h1 {
    font-family: "FrutigerLT";
    font-size: 1em;
    font-weight: 100;
    margin: 0;
    display: block;
  }

  section .texto h2 {
    font-family: "FrutigerLT";
    font-size: 0.8em;
    font-weight: 100;
    margin: 0;
    display: block;
  }

  section .texto p,
  section .texto ul {
    font-family: "FrutigerLT";
    font-size: 0.8em;
    font-weight: 100;
    margin: 0;
    display: block;
    margin-top: 1em;
    max-width: 100%;
  }

  section.con_barras .barras {
    height: 1em;
    display: block;
    background: silver;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

section.colofon .barras {
  height: 100%;
  display: block;
  position: absolute;
  width: 100%;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: none;
}

.pace.pace-inactive .pace-progress {
  display: none;
}

.pace .pace-progress {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  height: 5rem;
  width: 5rem;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.83);
  z-index: 20;
}

.pace .pace-progress:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0.5rem;
  content: attr(data-progress-text);
  font-family: "FrutigerLT", sans-serif;
  font-weight: 100;
  font-size: 5rem;
  line-height: 1;
  text-align: right;
  color: rgba(0, 0, 0, 0.19999999999999996);
}

section .linea_de_tiempo .texto {
  left: 0;
  max-height: none;
  overflow: auto;
}

section .linea_de_tiempo .texto p {
  max-width: 100% !important;
}

section .linea_de_tiempo .texto p a {
  color: #f7621e;
}

section.audio audio {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}