@font-face {
  font-family: 'fontello';
  src: url("./font/fontello.eot?41727317");
  src: url("./font/fontello.eot?41727317#iefix") format("embedded-opentype"), url("./font/fontello.woff2?41727317") format("woff2"), url("./font/fontello.woff?41727317") format("woff"), url("./font/fontello.ttf?41727317") format("truetype"), url("./font/fontello.svg?41727317#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

#sideNav {
  position: fixed;
  width: 30px;
  height: 200px;
  z-index: 100;
  right: 2px;
  top: 50%;
  transform: translate(0, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 30px; }
  #sideNav .items {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    align-content: space-around;
    justify-content: center; }
    #sideNav .items .item {
      width: 20px;
      height: 20px;
      border: 2px solid #dcdcdc;
      border-radius: 20px; }
      #sideNav .items .item.active {
        background-color: #f0d56b; }

.empaz_link {
  display: block;
  text-decoration: none;
  padding: 20px;
  color: #457799;
  font-weight: bold;
  font-size: 1.25em; }
  .empaz_link:hover {
    color: #5ea9be; }

body {
  padding: 0;
  margin: 0;
  background-color: #7db1e0;
  font-family: 'Open Sans', sans-serif; }

.btn_lista {
  display: flex;
  justify-content: stretch;
  width: 100%;
  align-content: stretch;
  height: 100%; }
  .btn_lista .btn_single {
    width: 100%;
    height: 50vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer; }
    .btn_lista .btn_single .img {
      position: absolute;
      top: 10px;
      left: 10px;
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      background-image: url("../img/patron.svg");
      background-size: cover;
      transition: all .5s ease;
      opacity: 0.1;
      background-color: rgba(0, 0, 0, 0.2);
      border: 1px solid white; }
    .btn_lista .btn_single .name {
      background-color: #7db1e0;
      z-index: 1;
      padding: 10px;
      border: 1px solid rgba(255, 255, 255, 0.3);
      font-size: 1.25em; }
    .btn_lista .btn_single.active .img, .btn_lista .btn_single:hover .img {
      top: 50px;
      left: 50px;
      width: calc(100% - 100px);
      height: calc(100% - 100px); }
    .btn_lista .btn_single.active {
      background-color: #bca2de; }
      .btn_lista .btn_single.active .name {
        background-color: #bca2de; }

.triada {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%; }
  .triada .svg,
  .triada .texto {
    max-width: 800px;
    width: 100%; }
  .triada .texto.double {
    max-width: 1500px;
    display: flex; }
    .triada .texto.double .col.center,
    .triada .texto.double .svg {
      max-width: 50%;
      margin: 0; }
      .triada .texto.double .col.center > *,
      .triada .texto.double .svg > * {
        margin-left: 50px; }
      .triada .texto.double .col.center h2,
      .triada .texto.double .svg h2 {
        margin-left: 0px;
        color: #7db1e0; }
    .triada .texto.double .svg {
      padding: 40px; }
    .triada .texto.double h2 {
      min-height: 56px; }
  .triada .svg {
    width: 100%;
    margin-top: 20px; }
    .triada .svg svg {
      width: calc(100% - 100px);
      overflow: visible; }
  .triada text {
    font-family: 'Open Sans', sans-serif;
    font-size: 3px; }
  .triada #BTNS > g:hover,
  .triada #BTNS > g.active_btn {
    cursor: pointer; }
    .triada #BTNS > g:hover circle,
    .triada #BTNS > g:hover path,
    .triada #BTNS > g.active_btn circle,
    .triada #BTNS > g.active_btn path {
      fill: #8a64be; }
  .triada #LINEAS > g:hover rect, .triada #LINEAS > g.line_active rect {
    fill: #f5c105;
    cursor: pointer; }

.crono {
  width: 100%; }
  .crono .tick line {
    stroke: white;
    opacity: 0.3; }
  .crono .tick text {
    fill: white;
    font-size: 10px; }

.slide {
  min-height: 50vh;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
  color: white;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden; }
  .slide.block {
    display: block; }
  .slide .intro {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 1.25em;
    margin-top: 5vh;
    margin-bottom: 5vh;
    font-family: 'Raleway'; }
  .slide .navIntro {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 5vh;
    justify-content: center; }
    .slide .navIntro .item {
      width: calc(50% - 24px);
      margin: 2px;
      padding: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100px;
      background: rgba(255, 255, 255, 0.3);
      text-align: center;
      position: relative;
      color: white;
      text-decoration: none;
      font-size: 1.3em;
      font-family: 'Raleway', sans-serif;
      border-radius: 10px; }
      .slide .navIntro .item:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-size: cover;
        border-radius: 10px;
        opacity: 0.1; }
  .slide.center {
    align-content: center;
    align-items: center; }
  .slide .img {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    transition: all 0.5 ease;
    background-size: cover;
    background-position: center center; }
    .slide .img.small {
      top: 100px;
      left: 100px;
      width: calc(100% - 200px);
      height: calc(100% - 200px); }
  .slide.container {
    position: relative;
    padding-bottom: 50px; }
    .slide.container .inside {
      position: relative; }
    .slide.container .over {
      position: absolute;
      background-color: #b8d16a;
      color: white;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 50px;
      font-size: 1.25em;
      border-radius: 5px;
      display: none;
      width: 80%;
      max-width: 800px;
      cursor: pointer; }
    .slide.container .overlay {
      background-color: rgba(255, 255, 255, 0.3);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: none; }
  .slide.home {
    position: relative;
    min-height: 100vh;
    align-content: center;
    align-items: center; }
    .slide.home .center {
      text-align: center;
      padding: 0; }
    .slide.home .logos {
      display: flex;
      justify-content: center;
      position: absolute;
      right: 20px;
      bottom: 0px; }
      .slide.home .logos .logo {
        width: 450px;
        height: 100px;
        margin: 10px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        border-radius: 10px;
        margin-top: 50px; }
    .slide.home .img {
      background-image: url("../img/home.png"); }

.slide .inside {
  width: 100%;
  text-align: center;
  position: relative; }
  .slide .inside.left {
    width: 60%;
    float: left; }

.logos_empresas {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 5vh; }
  .logos_empresas .logo {
    width: 200px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block; }

.slide .rightLogo {
  width: calc(40% - 100px);
  position: relative;
  padding: 50px; }

.slide.white {
  background-color: white;
  color: #7db1e0; }

.slide.rosado {
  background-color: #bca2de; }

.slide.gris {
  background-color: #d3d3d3; }

.slide.imagen {
  min-height: 80vh;
  align-items: center;
  align-content: center; }
  .slide.imagen .img {
    opacity: 0.2;
    height: 170%;
    position: absolute;
    background-color: white;
    top: 0; }
    .slide.imagen .img.show {
      opacity: 1; }
  .slide.imagen .subtitle.resaltado {
    color: #7a7a7a;
    font-size: 2em;
    z-index: 2;
    padding-left: 50px;
    padding-right: 50px;
    background-color: rgba(255, 255, 255, 0.2); }

.slide.blue {
  background-color: #7db1e0;
  color: white; }

.texto ul {
  list-style: none; }
  .texto ul li {
    position: relative; }
    .texto ul li:before {
      position: absolute;
      content: '';
      width: 10px;
      height: 10px;
      background-color: #bca2de;
      top: 15px;
      left: -20px;
      transform: translate(0, -50%); }
    .texto ul li:nth-child(odd):before {
      background-color: #a8d4ff; }

.slide.grey {
  background-color: #dcdcdc; }

.btn {
  background: #f05b5d;
  color: white;
  text-decoration: none;
  padding: 15px;
  border-radius: 10px;
  margin: 15px;
  display: inline-block; }

.modelo {
  width: 100%;
  justify-content: space-around;
  width: 100%;
  display: flex; }
  .modelo .texto,
  .modelo .svg {
    width: 100%;
    position: relative;
    max-width: 800px;
    text-align: center; }
  .modelo .texto > div {
    color: #333;
    line-height: 2em;
    font-size: 0.9em;
    text-align: left;
    margin-left: 50px;
    padding-bottom: 50px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px; }
    .modelo .texto > div.single {
      display: none; }
    .modelo .texto > div.active {
      display: block;
      max-width: 700px; }

.modelo_container {
  padding-bottom: 50px; }

#sketch_2,
#sketch_3 {
  position: absolute;
  right: 0; }

.xaxis line {
  stroke: #999; }

.xaxis .domain {
  display: none; }

.xaxis text {
  font-size: 15px;
  color: #333; }

.modelo svg {
  width: calc(100% - 100px); }
  .modelo svg #UNO,
  .modelo svg #DOS,
  .modelo svg #TRES,
  .modelo svg #CUATRO,
  .modelo svg #CINCO,
  .modelo svg #SEIS {
    cursor: pointer; }
    .modelo svg #UNO > path,
    .modelo svg #UNO circle,
    .modelo svg #DOS > path,
    .modelo svg #DOS circle,
    .modelo svg #TRES > path,
    .modelo svg #TRES circle,
    .modelo svg #CUATRO > path,
    .modelo svg #CUATRO circle,
    .modelo svg #CINCO > path,
    .modelo svg #CINCO circle,
    .modelo svg #SEIS > path,
    .modelo svg #SEIS circle {
      transition: all 0.25s ease; }
    .modelo svg #UNO.inactive > path,
    .modelo svg #UNO.inactive circle,
    .modelo svg #DOS.inactive > path,
    .modelo svg #DOS.inactive circle,
    .modelo svg #TRES.inactive > path,
    .modelo svg #TRES.inactive circle,
    .modelo svg #CUATRO.inactive > path,
    .modelo svg #CUATRO.inactive circle,
    .modelo svg #CINCO.inactive > path,
    .modelo svg #CINCO.inactive circle,
    .modelo svg #SEIS.inactive > path,
    .modelo svg #SEIS.inactive circle {
      fill: #999; }

.slide .center {
  width: calc(100% - 50px);
  text-align: left;
  font-size: 3em;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  font-family: 'Raleway';
  text-shadow: 2px 2px 0 #FFF;
  padding: 25px;
  padding-left: 50px; }
  .slide .center.noBack {
    text-shadow: none; }
  .slide .center.marBtm {
    margin-bottom: 20px; }
  .slide .center.maxWidth {
    max-width: 640px;
    font-size: 2em;
    margin-bottom: 0;
    border-bottom: 1px solid; }
    .slide .center.maxWidth.unico {
      font-size: 3.2em; }

.slide .title {
  font-size: 4em;
  font-family: 'Raleway'; }

.slide .subtitle {
  font-size: 1.25em; }

#sketch {
  position: absolute;
  top: -2px;
  right: 0; }

.slide .resaltado.subtitle {
  color: #7db1e0;
  position: relative;
  width: auto;
  padding: 5px;
  display: flex;
  align-items: center;
  z-index: 2;
  font-size: 1.75em; }
  .slide .resaltado.subtitle:before {
    content: '';
    width: 0%;
    height: 100%;
    background-color: white;
    position: absolute;
    left: 0;
    z-index: -1; }
  .slide .resaltado.subtitle.show:before {
    width: 100%;
    transition: width 2s ease; }

.slide .mas {
  position: absolute;
  bottom: 0;
  height: 100px; }

.slide .video {
  width: 100%;
  height: 90vh;
  background-color: grey;
  position: relative; }
  .slide .video iframe {
    position: absolute;
    width: 100%;
    height: 100%; }

.rightLogo path {
  fill: white !important;
  stroke: #cbcbcb; }

.mas {
  position: relative;
  opacity: 0.5; }
  .mas:after {
    position: absolute;
    content: '\E800';
    font-family: "fontello";
    top: 40px;
    font-size: 2em;
    left: 50%;
    animation: animationFrames linear 2s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: animationFrames linear 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: animationFrames linear 2s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: animationFrames linear 2s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: animationFrames linear 2s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%; }

.triada {
  display: flex; }
  .triada .col {
    color: #333;
    line-height: 2em;
    font-size: 0.9em;
    text-align: left;
    margin-left: 50px;
    padding-bottom: 50px;
    background-color: rgba(255, 255, 255, 0.7);
    display: none;
    padding: 20px;
    max-width: 700px; }
    .triada .col .uno,
    .triada .col .dos,
    .triada .col .tres,
    .triada .col .cuatro {
      display: none; }
      .triada .col .uno.active,
      .triada .col .dos.active,
      .triada .col .tres.active,
      .triada .col .cuatro.active {
        display: block; }
    .triada .col.active {
      display: block; }
    .triada .col.center {
      max-width: 600px; }
    .triada .col.paz .nav .item.active {
      background-color: #a8d4ff; }
    .triada .col.derechos .nav .item.active {
      background-color: #dacaf0; }
    .triada .col.desarrollo .nav .item.active {
      background-color: #ffd7ad; }
    .triada .col.empresas .nav .item.active {
      background-color: #F7C105; }

.nav {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }
  .nav .item {
    padding: 10px;
    font-size: 1em;
    width: 100%;
    text-align: center;
    color: #777;
    cursor: pointer;
    margin-bottom: 3px;
    border: 1px solid #dcdcdc;
    position: relative; }
    .nav .item.active {
      color: white;
      background-color: #999; }
    .nav .item::after {
      content: '+';
      position: absolute;
      right: 10px;
      font-size: 2em;
      transition: all .3s;
      top: 10px; }
      .nav .item.active::after {
        transform: rotate(45deg) }
  .nav.gestion .item {
    position: relative; }
    .nav.gestion .item::before {
      position: absolute;
      content: '\E800';
      font-family: "fontello";
      top: 10px;
      font-size: 2em;
      right: 10px;
      transform: rotate(-90deg);
      transition: transform 0.25s ease; }
    .nav.gestion .item::after {
      display: none; }
  .nav.gestion .item.active {
    background-color: #E3818A; }
    .nav.gestion .item.active::before {
      transform: rotate(0deg); }
  .nav.gestion.reconciliacion .item.active {
    background-color: #7CD9F4; }
  .nav.gestion.sostenibilidad .item.active {
    background-color: #C9D6A2; }
  .nav.gestion.inclusivo .item.active {
    background-color: #96B7D9; }
  .nav.gestion.institucionalidad .item.active {
    background-color: #F5D871; }
  .nav.gestion.capacidades .item.active {
    background-color: #AF9BCC; }

.divSimple {
  background: rgba(255, 255, 255, 0.9);
  color: #999;
  height: 0px;
  padding: 20px;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  text-align: left;
  transition: margin 0.4s ease, padding 0.4s ease, opacity 0.4s ease; }
  .divSimple.active {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
    opacity: 1;
    height: auto; }

#PAZ,
#PAZ-2,
#PAZ-3 {
  cursor: pointer; }
  #PAZ circle,
  #PAZ-2 circle,
  #PAZ-3 circle {
    transition: all 0.25s ease; }
  #PAZ:hover circle, #PAZ.active circle,
  #PAZ-2:hover circle,
  #PAZ-2.active circle,
  #PAZ-3:hover circle,
  #PAZ-3.active circle {
    r: 60; }
  #PAZ.inactive circle,
  #PAZ-2.inactive circle,
  #PAZ-3.inactive circle {
    fill: #999; }
  #PAZ.inactive path,
  #PAZ-2.inactive path,
  #PAZ-3.inactive path {
    fill: #777; }

#EMPRESAS {
  cursor: pointer; }
  #EMPRESAS polygon {
    fill: rgba(255, 255, 255, 0.4);
    transition: all 0.25s ease; }
  #EMPRESAS:hover polygon, #EMPRESAS.active polygon {
    fill: #F7C105; }
  #EMPRESAS:hover .cs-2, #EMPRESAS.active .cs-2 {
    fill: white; }

#PAZ-DERECHOS,
#PAZ-DESARROLLO,
#DESARROLLO-DERECHOS {
  cursor: pointer;
  transition: all 0.25s ease; }
  #PAZ-DERECHOS:hover, #PAZ-DERECHOS.active,
  #PAZ-DESARROLLO:hover,
  #PAZ-DESARROLLO.active,
  #DESARROLLO-DERECHOS:hover,
  #DESARROLLO-DERECHOS.active {
    fill: #999; }

h2.resaltado {
  color: #7db1e0;
  margin-bottom: 2em;
  width: auto !important;
  display: inline-block;
  padding: 10px;
  padding-left: 50px; }

#BTN_DESARROLLO,
#BTN_DERECHO,
#BTN_PAZ,
#LEYENDA {
  display: none; }
  #BTN_DESARROLLO.btn_selected,
  #BTN_DERECHO.btn_selected,
  #BTN_PAZ.btn_selected,
  #LEYENDA.btn_selected {
    display: block; }
  #BTN_DESARROLLO circle,
  #BTN_DERECHO circle,
  #BTN_PAZ circle,
  #LEYENDA circle {
    stroke: white;
    r: 4.5; }
  #BTN_DESARROLLO > g,
  #BTN_DERECHO > g,
  #BTN_PAZ > g,
  #LEYENDA > g {
    cursor: pointer; }
    #BTN_DESARROLLO > g:hover circle,
    #BTN_DERECHO > g:hover circle,
    #BTN_PAZ > g:hover circle,
    #LEYENDA > g:hover circle {
      r: 5; }

.instrucciones {
  font-size: 1.5em;
  text-align: left;
  color: #999;
  background: rgba(255, 255, 255, 0.3);
  padding: 10px;
  margin-top: 0px;
  text-align: center;
  font-style: italic;
  position: relative; }
  .instrucciones.linea {
    background-color: transparent;
    color: white;
    opacity: 0.5; }

.volver {
  border: 2px solid #999;
  border-radius: 5px;
  display: block;
  width: 150px;
  margin: 0 auto;
  background-color: #dcdcdc;
  color: #666;
  opacity: 1;
  padding: 5px;
  text-decoration: none; }
  .volver:hover {
    background-color: #7db1e0;
    border: 2px solid #7db1e0;
    }

.biblio {
  width: 100%;
  display: block; }
  .biblio .intro {
    max-width: 1000px;
    /* margin: 0 auto; */
    line-height: 2em;
    font-size: 0.9em;
    text-align: left;
    color: #999;
    background: rgba(200, 200, 200, 0.1);
    padding: 10px;
    margin: 0 auto; }
  .biblio .texto,
  .biblio .svg {
    width: 100%;
    max-width: 100%; }
  .biblio .svg .nodo {
    cursor: pointer; }
    .biblio .svg .nodo circle {
      transition: fill 0.25s ease; }
    .biblio .svg .nodo:hover circle, .biblio .svg .nodo.active circle {
      r: 10;
      stroke: #555;
      stroke-width: 2px;
      opacity: 0.5; }

.biblioNav {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin-left: 5%; }
  .biblioNav .item {
    width: calc(33.33% - 24px);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    background: #333;
    margin: 1px;
    color: white;
    cursor: pointer;
    padding: 10px;
    line-height: 1.3em;
    border: 1px solid #dcdcdc;
    transition: all 0.2s ease; }
    .biblioNav .item.reconciliacion {
      background-color: #7bd9f4; }
    .biblioNav .item.capacidades {
      background-color: #af9bcc; }
    .biblioNav .item.participacion {
      background-color: #f5d871; }
    .biblioNav .item.sostenibilidad {
      background-color: #c9d6a2; }
    .biblioNav .item.desarrollo {
      background-color: #96b7d9; }
    .biblioNav .item.gestion {
      background-color: #e3818a; }
    .biblioNav .item.inactive {
      background-color: #fff;
      color: #555; }

.insideContent.crono {
  line-height: 2em;
  font-size: 0.9em; }
  .insideContent.crono .intro {
    max-width: 1000px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px; }
  .insideContent.crono .texto {
    display: flex;
    align-items: flex-end;
    margin: 0 auto;
    max-width: 650px;
    margin-top: 70px; }
    .insideContent.crono .texto .year {
      font-size: 2em;
      padding-right: 20px;
      margin-right: 20px;
      border-right: 1px solid white; }
    .insideContent.crono .texto .top {
      display: flex;
      align-items: center; }
      .insideContent.crono .texto .top .autor,
      .insideContent.crono .texto .top .tipo {
        padding: 10px; }
      .insideContent.crono .texto .top .tipo {
        font-style: italic;
        font-size: 0.75em; }
    .insideContent.crono .texto .def {
      background: #bca2de;
      color: white;
      padding: 10px;
      border-radius: 5px;
      border: 1px solid white; }

#canvas_2 .nodo {
  cursor: pointer; }
  #canvas_2 .nodo.active circle {
    fill: white;
    r: 12; }

#tabla {
  width: 90%;
  margin-left: 5%;
  margin-top: 5vh;
  margin-bottom: 10vh; }
  #tabla .itemTabla {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    color: #999;
    position: relative; }
    #tabla .itemTabla:before {
      position: absolute;
      width: 30px;
      height: 30px;
      background-color: #333;
      border-radius: 40px;
      top: 5px;
      left: 5px;
      content: ''; }
    #tabla .itemTabla.reconciliacion:before {
      background-color: #7bd9f4; }
    #tabla .itemTabla.capacidades:before {
      background-color: #af9bcc; }
    #tabla .itemTabla.participacion:before {
      background-color: #f5d871; }
    #tabla .itemTabla.sostenibilidad:before {
      background-color: #c9d6a2; }
    #tabla .itemTabla.desarrollo:before {
      background-color: #96b7d9; }
    #tabla .itemTabla.gestion:before {
      background-color: #e3818a; }
    #tabla .itemTabla .titleItem {
      text-align: left;
      width: 40%;
      color: #555;
      padding-left: 50px;
      font-weight: bold;
      line-height: 1.3em; }
    #tabla .itemTabla .yearItem {
      width: 10%; }
    #tabla .itemTabla .autoresItem {
      text-align: left;
      width: 50%; }
    #tabla .itemTabla .desItem {
      background: #f3f3f3;
      padding: 11px;
      margin-top: 20px;
      line-height: 1.2em;
      border: 1px dashed #dcdcdc; }

@keyframes animationFrames {
  0% {
    transform: translate(-50%, 0px); }
  50% {
    transform: translate(-50%, 16px); }
  100% {
    transform: translate(-50%, 0px); } }

@-moz-keyframes animationFrames {
  0% {
    -moz-transform: translate(-50%, 0px); }
  50% {
    -moz-transform: translate(-50%, 16px); }
  100% {
    -moz-transform: translate(-50%, 0px); } }

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: translate(-50%, 0px); }
  50% {
    -webkit-transform: translate(-50%, 16px); }
  100% {
    -webkit-transform: translate(-50%, 0px); } }

@-o-keyframes animationFrames {
  0% {
    -o-transform: translate(-50%, 0px); }
  50% {
    -o-transform: translate(-50%, 16px); }
  100% {
    -o-transform: translate(-50%, 0px); } }

@-ms-keyframes animationFrames {
  0% {
    -ms-transform: translate(0px, 0px); }
  50% {
    -ms-transform: translate(-50%, 16px); }
  100% {
    -ms-transform: translate(0px, 0px); } }

#border_x5F_gear {
  animation: animationFrames_3 linear 10s;
  animation-iteration-count: infinite;
  transform-origin: 117px 116.05px;
  -webkit-animation: animationFrames_3 linear 10s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 117px 116.05px;
  -moz-animation: animationFrames_3 linear 10s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 117px 116.05px;
  -o-animation: animationFrames_3 linear 10s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 117px 116.05px;
  -ms-animation: animationFrames_3 linear 10s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 117px 116.05px; }

@keyframes animationFrames_3 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@-moz-keyframes animationFrames_3 {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes animationFrames_3 {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-o-keyframes animationFrames_3 {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg); } }

@-ms-keyframes animationFrames_3 {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg); } }

#gear {
  animation: animationFrames_2 linear 15s;
  animation-iteration-count: infinite;
  transform-origin: 117px 116.05px;
  -webkit-animation: animationFrames_2 linear 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 117px 116.05px;
  -moz-animation: animationFrames_2 linear 15s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 117px 116.05px;
  -o-animation: animationFrames_2 linear 15s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 117px 116.05px;
  -ms-animation: animationFrames_2 linear 15s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 117px 116.05px; }

@keyframes animationFrames_2 {
  0% {
    transform: rotate(0deg); }
  49% {
    transform: rotate(-360deg); }
  100% {
    transform: rotate(-360deg); } }

@-moz-keyframes animationFrames {
  0% {
    -moz-transform: rotate(0deg); }
  49% {
    -moz-transform: rotate(-360deg); }
  100% {
    -moz-transform: rotate(-360deg); } }

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: rotate(0deg); }
  49% {
    -webkit-transform: rotate(-360deg); }
  100% {
    -webkit-transform: rotate(-360deg); } }

@-o-keyframes animationFrames {
  0% {
    -o-transform: rotate(0deg); }
  49% {
    -o-transform: rotate(-360deg); }
  100% {
    -o-transform: rotate(-360deg); } }

@-ms-keyframes animationFrames {
  0% {
    -ms-transform: rotate(0deg); }
  49% {
    -ms-transform: rotate(-360deg); }
  100% {
    -ms-transform: rotate(-360deg); } }

@media all and (max-width: 1200px) {
  .slide .title {
    font-size: 2.5em; }
  .slide h2.center {
    font-size: 2em; }
  .slide .img.small {
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px); } }

@media all and (max-width: 900px) {
  .insideContent.crono {
    display: block; }
  .biblio .intro {
    margin-left: 10px;
    margin-right: 30px; }
  .slide.imagen {
    min-height: 50vh; }
  .texto.double {
    flex-wrap: wrap; }
    .texto.double .col.center {
      max-width: 50%; }
  .texto.double.reverse {
    flex-flow: column-reverse; }
  .texto.double .col.center,
  .texto.double .svg {
    max-width: 100% !important; }
  .texto.double .svg {
    padding: 0 !important;
    margin: 50px !important;
    max-width: calc(100% - 100px) !important; }
    .texto.double .svg > * {
      margin: 0 !important; }
  .modelo,
  .triada {
    flex-wrap: wrap;
    flex-flow: column-reverse; }
    .modelo .texto > div,
    .triada .texto > div {
      margin-left: 0;
      margin-right: 50px; } }

#topNav {
  position: fixed;
  background: rgba(114, 161, 204, 0.85);
  width: 100%;
  z-index: 1000;
  display: flex;
  text-decoration: none;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  font-size: 0.7em;
  font-family: 'Raleway'; }
  #topNav .items {
    width: 100%;
    display: flex;
    justify-content: center; }
  #topNav a {
    text-decoration: none;
    color: #fcfcfc;
    opacity: 0.6;
    padding: 15px;
    display: flex;
    align-items: center;
    height: 20px; }
    #topNav a.active {
      background: #dacaf0;
      opacity: 1; }
    #topNav a:hover {
      opacity: 1; }

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-color: #bca2de; }
