html, body, .page {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  transition: all 0.8s cubic-bezier(0.54, 0.35, 0.29, 0.99);
  -webkit-transition: all 0.8s cubic-bezier(0.54, 0.35, 0.29, 0.99);
  -moz-transition: all 0.8s cubic-bezier(0.54, 0.35, 0.29, 0.99);
  -o-transition: all 0.8s cubic-bezier(0.54, 0.35, 0.29, 0.99);
  color: #fff;
  overflow: hidden;
}

* {
  font-family: 'open sans', 'helvetica', sans-serif;
}

.page {
  position: absolute;
}

.header {
  position: absolute;
  width: 90%;
  height: 20%;
  margin: 0 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 20;
}

.logo {
  width: 140px;
  cursor: pointer;
}

.sm {
  height: auto;
  width: 300px;
  cursor: pointer;
}

#p1 {
  left: 0;
}

#p2, #p3, #p4, #p5 {
  left: 200%;
}

#p1 {
  background-image: url("/img/abstract.jpg");
  background-size: cover;
  height: 100vh;
}

#p2 {
  background: rgba(250, 96, 69, 0.6);
}

#p3 {
  background: rgba(252, 214, 3, 0.6);
}

#p4 {
  background: rgba(252, 19, 143, 0.6);
}

#p5 {
  background: rgba(68, 57, 134, 0.6);
}

#t2:target #p2,
#t3:target #p3,
#t4:target #p4,
#t5:target #p5 {
  transform: translateX(-200%);
  -webkit-transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  -o-transform: translateX(-200%);
  -webkit-transition-delay: .4s !important;
          transition-delay: .4s !important;
}

#t2:target #p1,
#t3:target #p1,
#t4:target #p1,
#t5:target #p1 {
  background-image: url("/img/abstract.jpg");
  background-size: cover;
  height: 100vh;
}

#t2:target #p1 .icon,
#t3:target #p1 .icon,
#t4:target #p1 .icon,
#t5:target #p1 .icon {
  -webkit-filter: blur(8px);
}

.icon {
  color: #fff;
  font-size: 32px;
  display: block;
}

ul .icon:hover {
  opacity: 0.5;
}

.page .icon h2 {
  line-height: 2;
}

#t2:target ul .icon,
#t3:target ul .icon,
#t4:target ul .icon,
#t5:target ul .icon {
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}

#t2:target #dos,
#t3:target #tres,
#t4:target #cuatro,
#t4:target #cinco {
  transform: scale(1.2) !important;
  -webkit-transform: scale(1.2) !important;
  -moz-transform: scale(1.2) !important;
  -o-transform: scale(1.2) !important;
}

ul {
  position: fixed;
  z-index: 30;
  top: 120px;
  bottom: 0;
  height: 280px;
  width: 40%;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  text-align: center;
}

#menu li {
  display: inline;
}

#menu .icon {
  margin: 30px 0;
  z-index: 30;
  display: inline;
  transition: all .5s ease-out !important;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
}

a {
  text-decoration: none;
}

h2, .hint {
  display: block;
}

h2 {
  font-size: 76px;
  color: white;
  margin: 0;
  padding: 0;
}

.hint {
  font-size: 16px;
}

#p4 .hint {
  display: inherit !important;
}

.hint a {
  color: yellow;
  transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
}

.hint a:hover {
  color: #FFF;
}

.page .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  left: 0;
  width: 90vw;
  height: 20vh;
  margin: auto;
  text-align: center;
  font-size: 72px;
  line-height: 1.3;
  transform: perspective(500px) translateZ(-3000px) !important;
  -webkit-transform: perspective(500px) translateZ(-3000px) !important;
  -moz-transform: perspective(500px) translateZ(-3000px) !important;
  -o-transform: perspective(500px) translateZ(-3000px) !important;
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1.25);
  -webkit-transition: all 1s cubic-bezier(0.25, 1, 0.5, 1.25);
  -moz-transition: all 1s cubic-bezier(0.25, 1, 0.5, 1.25);
  -o-transition: all 1s cubic-bezier(0.25, 1, 0.5, 1.25);
}

.page#p1 .icon {
  height: 220px;
}

.page#p1 .icon {
  -webkit-transform: translateX(5%) !important;
          transform: translateX(5%) !important;
}

#t2:target .page#p2 .icon,
#t3:target .page#p3 .icon,
#t4:target .page#p4 .icon,
#t5:target .page#p5 .icon,
#t5:target .page#p5 .icon {
  opacity: 1;
  transform: perspective(600px) translateZ(100px) !important;
  -webkit-transform: perspective(600px) translateZ(100px) !important;
  -moz-transform: perspective(600px) translateZ(100px) !important;
  -o-transform: perspective(600px) translateZ(100px) !important;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

model-viewer {
  width: 40vw;
  height: 40vh;
  margin: 0 auto;
}
/*# sourceMappingURL=main.css.map */