@import url(gridlex.css);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap);

@font-face {
  font-family: Bahnschrift;
  src: url(f/bahnschrift.ttf) format('truetype-variations');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: Bahnschrift;
  src: url(f/bahnschrift.ttf) format('truetype-variations');
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: Bahnschrift;
  src: url(f/bahnschrift.ttf) format('truetype-variations');
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: DianHei;
  src: url(f/DianHei.ttf) format('truetype');
  font-weight: 400;
  font-style: normal
}

body {
  color: #3d3c39;
  font: normal 300 16px/1.3 'Noto Sans', sans-serif
}

body, html {
  height: 100%
}

.elm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  mix-blend-mode: difference;
  -webkit-transition: opacity 2.22s linear;
  -o-transition: opacity 2.22s linear;
  transition: opacity 2.22s linear
}

body.vermenu .elm {
  opacity: 0
}

#s-sello {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

svg.rotate {
  top: 20%;
  left: 46%;
  position: absolute;
  width: 130px;
  -webkit-transition: -webkit-transform 20s cubic-bezier(.02, .35, .96, .77);
  transition: -webkit-transform 20s cubic-bezier(.02, .35, .96, .77);
  -o-transition: transform 20s cubic-bezier(.02, .35, .96, .77);
  transition: transform 20s cubic-bezier(.02, .35, .96, .77);
  transition: transform 20s cubic-bezier(.02, .35, .96, .77), -webkit-transform 20s cubic-bezier(.02, .35, .96, .77)
}

#s-luna, #s-sol {
  -webkit-transform-origin: 65px 30vh;
  -ms-transform-origin: 65px 30vh;
  transform-origin: 65px 30vh
}

#s-jupiter, #s-marte, #s-mercurio, #s-saturno, #s-venus {
  -webkit-transform-origin: 65px calc(50vh + 65px);
  -ms-transform-origin: 65px calc(50vh + 65px);
  transform-origin: 65px calc(50vh + 65px);
  top: -65px
}

#fecha, #fechaChina {
  font-family: Bahnschrift, sans-serif;
  font-size: 1.6em;
  position: fixed;
  z-index: 2;
  font-weight: 700;
  width: 100%;
  max-width: 100vh;
  -webkit-transition: all .55s linear;
  -o-transition: all .55s linear;
  transition: all .55s linear;
  top: -1.3em;
  left: 1rem;
  text-align: center;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  color: #fff;
  mix-blend-mode: difference
}

#fechaChina {
  right: 1.5rem;
  left: initial;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: rotate(270deg) translateY(50%);
  -ms-transform: rotate(270deg) translateY(50%);
  transform: rotate(270deg) translateY(50%)
}

#tecnodiversidad {
  width: 100%;
  max-width: 85vh;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  overflow: hidden;
  mix-blend-mode: difference;
  background-size: contain;
  -webkit-transition: opacity 3.33s linear;
  -o-transition: opacity 3.33s linear;
  transition: opacity 3.33s linear;
  cursor: pointer
}

body.vermenu #tecnodiversidad {
  opacity: 0
}

#tecnodiversidad svg {
  -webkit-animation: move 66s infinite cubic-bezier(0, 1.93, 1, -1) reverse;
  animation: move 66s infinite cubic-bezier(0, 1.93, 1, -1) reverse
}

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

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

#tecnodiversidad span {
  display: none
}

body.vermenu #fecha {
  left: -1.5em
}

body.vermenu #fechaChina {
  right: -1.5em
}

h1, h2, h3, h4, h5, h6, header {
  font-family: Bahnschrift, sans-serif
}

.video-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  background-size: cover !important;
  overflow: hidden;
  width: 100%;
  height: 100%
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  background: #000;
  mix-blend-mode: difference
}

body.pm .overlay {
  background: rgba(255, 255, 255)
}

@media (min-aspect-ratio:16/9) {
  .video-bg video {
    width: 100%;
    height: auto
  }
}

@media (max-aspect-ratio:16/9) {
  .video-bg video {
    width: auto;
    height: 100%
  }
}

.video-bg #player {
  position: absolute;
  top: 0;
  left: -10vw;
  width: 120vw;
  height: 120vh;
  z-index: 0
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden
}

.video-container embed, .video-container iframe, .video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.content {
  padding: 2%
}

h3.home {
  display: block;
  position: absolute;
  cursor: pointer;
  font-size: .01em;
  right: 2%;
  top: 4%
}

h3.home svg {
  width: 85px;
  height: 85px
}

article#el h3.home {
  right: 8%
}

section h3.home {
  z-index: 10
}

footer {
  color: #fff;
  position: fixed;
  bottom: 1em;
  left: 1em;
  font-family: Bahnschrift, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  mix-blend-mode: difference;
  z-index: 3;
  -webkit-transition: transform .33s cubic-bezier(1, -.38, .83, .67);
  -o-transition: transform .33s cubic-bezier(1, -.38, .83, .67);
  transition: transform .33s cubic-bezier(1, -.38, .83, .67)
}

footer li {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: color .33s linear;
  -o-transition: color .33s linear;
  transition: color .33s linear
}

footer li:hover {
  color: #00f
}

footer li:first-child:before {
  display: none
}

footer li:before {
  content: '\005C';
  display: inline-block;
  margin: 0 .42em
}

footer.selected {
  -webkit-transform: translateX(-300%);
  -ms-transform: translateX(-300%);
  transform: translateX(-300%)
}

.lineas-curatoriales {
  visibility: hidden;
  position: absolute;
  z-index: 5;
  font-size: 1.6em;
  font-weight: 700;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  mix-blend-mode: difference
}

body.vermenu .lineas-curatoriales {
  visibility: visible
}

.lineas-curatoriales>li {
  display: block;
  width: 100%;
  position: fixed;
  -webkit-transition: all .77s 1s linear;
  -o-transition: all .77s 1s linear;
  transition: all .77s 1s linear
}

.lineas-curatoriales>li>span {
  display: block;
  cursor: pointer;
  -webkit-transition: color .33s linear, height 0s 1s linear, overflow 0s 1s linear, -webkit-filter .55s linear;
  transition: color .33s linear, height 0s 1s linear, overflow 0s 1s linear, -webkit-filter .55s linear;
  -o-transition: color .33s linear, filter .55s linear, height 0s 1s linear, overflow 0s 1s linear;
  transition: color .33s linear, filter .55s linear, height 0s 1s linear, overflow 0s 1s linear;
  transition: color .33s linear, filter .55s linear, height 0s 1s linear, overflow 0s 1s linear, -webkit-filter .55s linear
}

.lineas-curatoriales>li>span:hover {
  color: #0053ff
}

.lineas-curatoriales>li>span.text-p>span, .ln-c span>span {
  display: block;
  letter-spacing: .35em;
  font-size: 1.25em;
  position: absolute;
  top: .85em;
  left: 0;
  width: 100%
}

.lineas-curatoriales>li>span>span {
  letter-spacing: .35em;
  font-size: 1.25em
}

.ln-c span>span {
  position: initial;
  margin-top: -.22em
}

.lineas-curatoriales li.c1 {
  top: -1rem
}

.lineas-curatoriales li.c2 {
  top: 0;
  right: -1rem;
  max-width: 100vh;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.lineas-curatoriales li.c3 {
  bottom: -1rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.lineas-curatoriales li.c4 {
  top: 0;
  left: -1rem;
  max-width: 100vh;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.lineas-curatoriales li:nth-child(even)>span {
  display: block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.lineas-curatoriales li.activo>span.text-p {
  -webkit-filter: blur(15px);
  filter: blur(15px);
  height: 0;
  overflow: hidden
}

.lineas-curatoriales>li>span.otm {
  font-size: .75em;
  cursor: pointer
}

span.otm>span {
  padding-left: .5em
}

.c1 span.otm>span, .c3 span.otm>span {
  display: block;
  padding: 0
}

.h-menu {
  display: none;
  width: 55px;
  height: 45px;
  position: fixed;
  top: 1em;
  right: .7em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 6;
  cursor: pointer;
  mix-blend-mode: difference
}

.h-menu svg {
  width: 100%;
  height: 100%;
  display: block
}

.h-menu svg path:not(.st0) {
  -webkit-transition: -webkit-transform .66s linear;
  transition: -webkit-transform .66s linear;
  -o-transition: transform .66s linear;
  transition: transform .66s linear;
  transition: transform .66s linear, -webkit-transform .66s linear;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%
}

.h-menu.activo {
  display: block
}

.m-abierto .h-menu path:not(.st0) {
  -webkit-transform: rotate(45deg) translateY(-12px);
  -ms-transform: rotate(45deg) translateY(-12px);
  transform: rotate(45deg) translateY(-12px)
}

.m-abierto .h-menu path.c {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.m-abierto .h-menu path.c+path {
  -webkit-transform: rotate(-45deg) translateY(12px);
  -ms-transform: rotate(-45deg) translateY(12px);
  transform: rotate(-45deg) translateY(12px)
}

.m-abierto #menuInvestigaciones li, .m-abierto .agr, .m-abierto [class$=sm-12]>div, .m-abierto h1, .m-abierto h2, .m-abierto h3, .m-abierto p {
  -webkit-filter: blur(15px);
  filter: blur(15px)
}

.m-abierto #curadurias article .names h1, .m-abierto #curadurias article .names h3 {
  -webkit-mask-composite: destination-over !important;
  -webkit-filter: none;
  filter: none
}

body.vermenu .lineas-curatoriales li.c1 {
  top: 1rem
}

body.vermenu .lineas-curatoriales li.c2 {
  right: 1rem
}

body.vermenu .lineas-curatoriales li.c3 {
  bottom: 1rem
}

body.vermenu .lineas-curatoriales li.c4 {
  left: 1rem
}

body.vermenu .lineas-curatoriales>li {
  -webkit-transition: all 1.5s cubic-bezier(1, -.52, 0, .19);
  -o-transition: all 1.5s cubic-bezier(1, -.52, 0, .19);
  transition: all 1.5s cubic-bezier(1, -.52, 0, .19)
}

body.vermenu .lineas-curatoriales li.c1.esconder {
  top: -7rem
}

body.vermenu .lineas-curatoriales li.c2.esconder {
  right: -5rem
}

body.vermenu .lineas-curatoriales li.c3.esconder {
  bottom: -7rem
}

body.vermenu .lineas-curatoriales li.c4.esconder {
  left: -5rem
}

.lineas-curatoriales li.c2 #menuPrincipal, .lineas-curatoriales li.c4 #menuPrincipal {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  height: 100%
}

#menuPrincipal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  -webkit-animation: blur .55s normal forwards ease-in-out;
  animation: blur .55s normal forwards ease-in-out
}

@-webkit-keyframes blur {
  to {
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}

@keyframes blur {
  to {
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}

#menuPrincipal li {
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  font-size: .75em;
  padding: 0 .5em;
  cursor: pointer
}

.ln-c {
  text-transform: uppercase !important;
  cursor: wait !important;
  cursor: progress !important;
  cursor: not-allowed !important;
  cursor: auto !important
}

section#curadurias {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: top .33s linear;
  -o-transition: top .33s linear;
  transition: top .33s linear
}

section#curadurias .content {
  padding: initial
}

section#curadurias.panelesabierto {
  top: 320%
}

#curadurias article {
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform .55s linear;
  transition: -webkit-transform .55s linear;
  -o-transition: transform .55s linear;
  transition: transform .55s linear;
  transition: transform .55s linear, -webkit-transform .55s linear
}

#curadurias article#el, #curadurias article#tl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

#curadurias article#el:after, #curadurias article#sd:before, #curadurias article#srs:after, #curadurias article#tl:before {
  content: '';
  display: block;
  width: 100%;
  height: 15%
}

#curadurias article#el:after, #curadurias article#tl:before {
  width: 15%;
  height: 100%
}

#curadurias article#srs:after {
  height: 10%
}

#curadurias article#sd {
  padding-top: 5%;
  -webkit-transform: translateY(120%);
  -ms-transform: translateY(120%);
  transform: translateY(120%)
}

#curadurias article#sd.activa {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

#curadurias article#el {
  padding-right: 5%;
  -webkit-transform: translateX(-120%);
  -ms-transform: translateX(-120%);
  transform: translateX(-120%)
}

#curadurias article#el.activa {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

#curadurias article#srs {
  padding-bottom: 10%;
  -webkit-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  transform: translateY(-120%)
}

#curadurias article#srs.activa {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

#curadurias article#tl {
  padding-left: 5%;
  -webkit-transform: translateX(120%);
  -ms-transform: translateX(120%);
  transform: translateX(120%)
}

#curadurias article#tl.activa {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

#curadurias article#sd:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(66%, #dbd8d5), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, #dbd8d5 66%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, #dbd8d5 66%, rgba(0, 0, 0, 0) 100%)
}

#curadurias article#el:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(66%, #dbd8d5), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, #dbd8d5 66%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, #dbd8d5 66%, rgba(0, 0, 0, 0) 100%);
  margin-left: -5px
}

#curadurias article#srs:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(66%, #dbd8d5), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, #dbd8d5 66%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, #dbd8d5 66%, rgba(0, 0, 0, 0) 100%)
}

#curadurias article#tl:before {
  background: -webkit-gradient(linear, right top, left top, color-stop(66%, #dbd8d5), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(right, #dbd8d5 66%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(270deg, #dbd8d5 66%, rgba(0, 0, 0, 0) 100%);
  margin-right: -5px
}

#curadurias article .content, [data-panel] .content {
  overflow: hidden;
  height: 100%;
  padding: 0
}

article .content-scroll {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  margin-right: -20px
}

#sd .content, #srs .content {
  min-height: 85%
}

.top-icono{
  justify-content: center;
  display: contents; 
}

.top-icono h1 {
  visibility: hidden
}

.top-icono svg {
  max-height: 260px;
  fill: #fff
}

#curadurias article .col-6_sm-12:not(.names) {
  background: #dbd8d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

#curadurias article .names>div {
  position: relative;
  -webkit-transition: background .12s linear;
  -o-transition: background .12s linear;
  transition: background .12s linear
}

#curadurias article .names>div:hover {
  background: rgb(77 77 77 / 88%)
}

#curadurias article .names a, #curadurias article .names a:before {
  color: transparent;
  display: block;
  width: 100%;
  height: 100%
}

#curadurias article .names .n1:after, #curadurias article .names .n1:before, #curadurias article .names .n2:after, #curadurias article .names .n2:before {
  content: '';
  display: block;
  width: 100%;
  height: 10vh;
  background: #dbd8d5
}

#curadurias article .names .n1:before {
  height: 26vh
}

#curadurias .texto-curaduria {
  font-weight: 700;
  padding: 1em 10% 5%;
  font-size: 1.2em;
  font-family: Bahnschrift, sans-serif
}

#curadurias article .names h1, #curadurias article .names h3 {
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: .2em;
  min-height: 70px;
  line-height: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 0;
  left: 0;
  background: #dbd8d5
}

#curadurias article .names a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0
}

.top-title {
  text-align: center;
  padding-top: 10%
}

#sobre [class*=tecnodiversidad] {
  width: 210px;
  height: 190px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  vertical-align: middle;
  margin-bottom: 2em
}

.top-title .separator {
  display: inline-block;
  width: 61px;
  height: 110px;
  vertical-align: middle;
  background-image: url(img/tecnodiversidad-2.svg#view-line)
}

.tecnodiversidad-es {
  background-image: url(img/tecnodiversidad-2.svg#view-esp)
}

.tecnodiversidad-ch {
  background-image: url(img/tecnodiversidad-2.svg#view-ch)
}

#artistas, #artistas .content, #investigacion, #investigacion .content, #sobre, #sobre .content {
  width: 100%
}

#sobre .content--text {
  max-width: 740px;
  margin: 0 auto
}

.title--section {
  text-align: center;
  padding: 0 25%;
  margin: 6vh 0 6%
}

[data-where=c1] .title--section {
  margin-top: 5em
}

#artistas, #creditos, #investigacion, #sobre {
  position: absolute;
  display: none
}

.abierto {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

#artistas, #creditos, #investigacion, #sobre {
  width: 100%;
  height: 100vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 4%
}

.abierto:after, .abierto:before {
  content: '';
  display: block;
  height: 100%;
  width: 10vw
}

.abierto:before {
  background: -webkit-gradient(linear, right top, left top, color-stop(66%, #dbd8d5), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(right, #dbd8d5 66%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(270deg, #dbd8d5 66%, rgba(0, 0, 0, 0) 100%)
}

.abierto:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(66%, #dbd8d5), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, #dbd8d5 66%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, #dbd8d5 66%, rgba(0, 0, 0, 0) 100%)
}

#artistas .text--content, #investigacion .curadurias-menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#artistas .text--content, #investigacion .curadurias-menu {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

#artistas .text--content, #investigacion .text--content {
  width: 100%;
  font-size: 1.5em;
  line-height: 3em;
  font-weight: 700;
  min-height: 100vh
}

#artistas .content, #creditos .content, #investigacion .content, #sobre .content {
  background: #dbd8d5
}

.wrap {
  padding: 0 1em
}

#investigacion {
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial
}

#menuInvestigaciones {
  width: 100%;
  font-family: Bahnschrift, sans-serif
}

#menuArtistas h2 a {
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%
}

#menuArtistas h2+h2 a {
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%
}

#menuArtistas h2, #menuInvestigaciones li {
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all .33s linear;
  -o-transition: all .33s linear;
  transition: all .33s linear
}

#menuArtistas h2 a {
  display: block;
  color: #3d3c39
}

#menuArtistas h2:hover a, #menuInvestigaciones li:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, .45)
}

#menuArtistas h2, #menuInvestigaciones span {
  width: 49%;
  padding: 0 .22em;
  text-align: right;
  line-height: 1;
  display: inline-block;
  vertical-align: top
}

#menuArtistas h2+h2, #menuInvestigaciones span+span {
  text-align: left
}

#menuArtistas li:last-child(), #menuInvestigaciones li:last-child() {
  line-height: 1
}

.investigacion-content {
  width: 100%;
  position: relative
}

#investigacion[data-panel] .content {
  height: auto
}

#investigacion article#invcont, #investigacion.view-inv article#mencont {
  display: none
}

#investigacion.view-inv article#invcont {
  display: block;
  height: 100%
}

.cont-info-panel {
  position: absolute;
  top: 7.5em;
  text-align: right;
  width: 13%
}

h1.in-title {
  font-size: 1.5em;
  text-transform: uppercase;
  width: 140%;
  margin-left: -40%
}

h1.in-title span {
  display: block
}

.cont-info-panel .back-inv {
  display: block;
  font-size: .9em;
  margin-top: 2em;
  cursor: pointer
}

.cont-info-panel .back-inv span {
  font-size: .9em;
  display: inline-block;
  -webkit-transition: -webkit-transform .22s cubic-bezier(.31, 1.52, .24, -.67);
  transition: -webkit-transform .22s cubic-bezier(.31, 1.52, .24, -.67);
  -o-transition: transform .22s cubic-bezier(.31, 1.52, .24, -.67);
  transition: transform .22s cubic-bezier(.31, 1.52, .24, -.67);
  transition: transform .22s cubic-bezier(.31, 1.52, .24, -.67), -webkit-transform .22s cubic-bezier(.31, 1.52, .24, -.67);
  padding-right: .2em;
  font-weight: 700
}

.cont-info-panel .back-inv:hover {
  color: #9e9e9e
}

.cont-info-panel .back-inv:hover span {
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px)
}

.pdflink {
  color: #3d3c39;
  margin-top: 1.5em;
  display: inline-block;
  font-size: .75em
}

#content-investigacion {
  padding-top: 4em
}

#content-investigacion.loaded #l-ic {
  display: none !important
}

#content-investigacion .quote {
  display: inline-block;
  color: #fff;
  cursor: pointer
}

#content-investigacion .quote:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #00f
}

.em-img {
  text-align: center;
  font-size: .75em;
  margin-bottom: 3.2em
}

#quote-content {
  position: absolute;
  right: 5.5%;
  top: 5em
}

#quote-content p {
  display: none;
  font-size: .75em
}

#quote-content p a {
  word-break: break-all
}

#quote-content p.show {
  display: block
}

#creditos .subt {
  font-weight: 700;
  margin-bottom: -.3em !important
}

#creditos [class*=col-] {
  margin-bottom: 1em
}

#creditos[data-where=c3] #patrocinadores {
  padding-bottom: 20vh
}

#patrocinadores {
  padding: 2em 0;
  text-align: right;
  position: relative
}

#patrocinadores .agr {
  display: inline-block;
  position: absolute;
  left: 0;
  text-align: left
}

#patrocinadores .agr span {
  display: block
}

#patrocinadores h1 {
  display: inline-block;
  vertical-align: middle;
  background-image: url(img/sprite-patrocinadores.png);
  background-repeat: no-repeat;
  background-size: 255px;
  height: 103px;
  color: transparent;
  margin: 0 .35em
}

#patrocinadores .cha {
  width: 255px;
  background-position: 0 -310px
}

#patrocinadores .elf {
  width: 80px;
  background-position: 0 0
}

#patrocinadores .gls {
  width: 107px;
  background-position: -80px 0
}

#patrocinadores .alb {
  width: 89px;
  background-position: 0 -103px
}

#patrocinadores .ida {
  width: 144px;
  background-position: -89px -103px;
  border-right: 2px solid #3d3c3b;
  border-left: 2px solid #3d3c3b;
  margin: 0 .6em
}

#patrocinadores .bo {
  width: 185px;
  background-position: 0 -207px
}

#creditos a {
  color: #3d3c39;
  text-decoration: none
}

#creditos a:hover {
  text-decoration: underline
}

.mat {
  display: inline-block;
  position: relative
}

.mat:before {
  content: '';
  -webkit-transition: all .33s linear;
  -o-transition: all .33s linear;
  transition: all .33s linear;
  display: block;
  width: 150%;
  height: 1px;
  position: absolute;
  top: -60%;
  left: -25%;
  mix-blend-mode: difference;
  -webkit-animation: move .33s infinite cubic-bezier(0, 1.93, 1, -1);
  animation: move .33s infinite cubic-bezier(0, 1.93, 1, -1);
  -webkit-filter: blur(10px);
  filter: blur(10px)
}

.mat:hover:before {
  height: 200%;
  background: #fff;
  -webkit-filter: blur(0);
  filter: blur(0)
}

#sobre[data-where=c3] .top-title {
  padding-top: 5%
}

#creditos[data-where=c3] .content, #sobre[data-where=c3] .content {
  position: relative
}

#creditos[data-where=c3] .content:before, #investigacion .content:after, #investigacion .content:before, #sobre[data-where=c3] .content:before {
  content: '';
  width: 100%;
  height: 22vh;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(66%, #dbd8d5), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, #dbd8d5 66%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, #dbd8d5 66%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0
}

#investigacion .content:before {
  height: 10vh
}

#investigacion[data-where=c3] .content:before {
  height: 14vh
}

#investigacion .content:after {
  height: 8vh;
  bottom: initial;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #dbd8d5), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, #dbd8d5 33%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, #dbd8d5 33%, rgba(0, 0, 0, 0) 100%)
}

#investigacion #content-investigacion {
  padding-bottom: 10vh
}

#investigacion[data-where=c3] #content-investigacion {
  padding-bottom: 20vh
}

#creditos[data-where=c3] .content:before {
  z-index: 1
}

#creditos[data-where=c3] .content .content-scroll, #sobre[data-where=c3] .content .content-scroll {
  padding-bottom: 22vh
}

audio {
  display: none
}

@media screen and (min-height:40em) {
  #creditos {
    font-size: 1.15em
  }
}

@media screen and (max-height:57em) {
  #curadurias article#sd .names .n1:before {
    height: 15.5vh
  }

  #curadurias article#sd .col-6_sm-12:not(.names) {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial
  }

  #curadurias article#srs .names .n1:before {
    height: 12vh
  }

  #curadurias article#srs .names .n2:after {
    height: 17vh
  }

  #curadurias article#el .names .n1:before {
    height: 10vh
  }
}

@media screen and (max-height:50em) {
  #curadurias article#el .names .n1:after, #curadurias article#el .names .n1:before, #curadurias article#el .names .n2:before {
    height: 11vh
  }

  #curadurias article#el .names .n2:after {
    height: 11vh
  }
}

@media screen and (max-height:40em) {
  #curadurias article#sd .names .n1:before {
    height: 2vh
  }

  #creditos div>p {
    margin-bottom: 0
  }
}

@media screen and (max-height:40em) {
  .lineas-curatoriales li.c2 #menuPrincipal .ln-c, .lineas-curatoriales li.c4 #menuPrincipal .ln-c {
    font-size: .6em
  }

  .top-icono svg {
    max-height: 200px
  }
}

@media screen and (orientation:portrait) {
  #fecha, #fechaChina {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 1rem;
    left: initial;
    right: initial
  }

  #fecha {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  #fechaChina {
    top: initial;
    bottom: 1rem
  }

  body.vermenu #fecha {
    left: initial;
    top: -3em
  }

  body.vermenu #fechaChina {
    right: initial;
    bottom: -3em
  }

  .lineas-curatoriales li.c2, .lineas-curatoriales li.c4 {
    min-width: 100vh
  }

  .ln-c span>span {
    display: inline-block;
    width: auto;
    padding: 0 1em
  }
}

@media screen and (max-width:68em) and (orientation:portrait) {
  #elementos {
    background-size: 86vw
  }
}

@media screen and (max-width:68em) and (min-width:48em) and (orientation:portrait) {
  #tecnodiversidad {
    max-width: 80vw
  }
}

@media screen and (min-width:30em) {
  body {
    text-rendering: optimizeSpeed
  }
}

@media screen and (min-width:48em) {
  #creditos .subt {
    text-align: right;
    padding-right: 1em
  }

  #menuInvestigaciones {
    width: 80%
  }

  #curadurias article .col-6_sm-12.names {
    padding: 0 10vw;
    position: relative
  }

  #curadurias article .col-6_sm-12.names:after, #curadurias article .col-6_sm-12.names:before {
    content: '';
    width: 11vw;
    height: 100%;
    background: #dbd8d5;
    position: absolute;
    top: 0;
    left: 0
  }

  #curadurias article .col-6_sm-12.names:after {
    left: initial;
    right: 0
  }
}

@media screen and (min-width:60em) {
  #menuInvestigaciones {
    width: 80%
  }

  #curadurias article .col-6_sm-12.names {
    padding: 0 5vw
  }

  #curadurias article .col-6_sm-12.names:after, #curadurias article .col-6_sm-12.names:before {
    width: 6vw
  }
}

@media screen and (min-width:90em) {
  h3.home svg {
    width: 111px;
    height: 111px
  }

  #fecha, #fechaChina {
    font-size: 2em
  }

  #sobre [class*=tecnodiversidad] {
    width: 230px;
    height: 210px
  }

  #curadurias article .names .n1:before, #curadurias article .names .n2:after {
    height: 22.5vh
  }

  #curadurias article#tl .names .n1:before, #curadurias article#tl .names .n2:after {
    height: 27.5vh
  }

  #curadurias article#el .names .n1:before, #curadurias article#el .names .n2:after, #curadurias article#sd .names .n1:before {
    height: 18.5vh
  }

  #curadurias .texto-curaduria {
    font-size: 1.75em
  }

  #artistas .text--content, #investigacion .text--content {
    font-size: 2.13em
  }
}

@media screen and (min-width:105em) {
  #fecha, #fechaChina {
    font-size: 2.4em
  }

  #creditos {
    font-size: 22px
  }

  #patrocinadores h1 {
    display: inline-block;
    background-size: 337px;
    height: 137px
  }

  #patrocinadores .cha {
    width: 337px;
    background-position: 0 -411px
  }

  #patrocinadores .elf {
    width: 106px;
    background-position: 0 0
  }

  #patrocinadores .gls {
    width: 142px;
    background-position: -106px 0
  }

  #patrocinadores .alb {
    width: 118px;
    background-position: 0 -137px
  }

  #patrocinadores .ida {
    width: 186px;
    background-position: -118px -137px
  }

  #patrocinadores .bo {
    width: 244px;
    background-position: 0 -274px
  }
}

@media screen and (max-width:64em) {
  #patrocinadores {
    text-align: center
  }

  #patrocinadores .agr {
    position: initial
  }

  #patrocinadores .ida {
    border: none
  }
}

@media screen and (max-width:60em) {
  #elementos {
    width: 170%;
    left: -35%;
    background: url(img/brujula.png) no-repeat 50% 50%;
    background-size: 86vh;
    -webkit-animation: move 6s forwards cubic-bezier(0, 1.93, 1, -1) reverse;
    animation: move 6s forwards cubic-bezier(0, 1.93, 1, -1) reverse
  }

  #elementos.fallback {
    -webkit-animation: move 16s infinite cubic-bezier(0, 1.93, 1, -1) reverse;
    animation: move 16s infinite cubic-bezier(0, 1.93, 1, -1) reverse
  }

  #elementos svg {
    display: none
  }

  header .home {
    position: fixed;
    display: none;
    z-index: 6;
    top: .6rem;
    left: .3rem
  }

  header .home span {
    display: none
  }

  header .home svg {
    position: initial;
    width: 60px;
    height: 60px
  }

  header .home.activo {
    display: block
  }

  section h3.home {
    display: none
  }

  #curadurias article#el:after, #curadurias article#tl:before {
    width: 50%
  }

  #curadurias article#el:after {
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #dbd8d5), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, #dbd8d5 20%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, #dbd8d5 20%, rgba(0, 0, 0, 0) 100%)
  }

  #curadurias article#tl:before {
    background: -webkit-gradient(linear, right top, left top, color-stop(20%, #dbd8d5), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(right, #dbd8d5 20%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(270deg, #dbd8d5 20%, rgba(0, 0, 0, 0) 100%)
  }

  #curadurias article#sd {
    padding-top: 5%;
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%)
  }

  #curadurias article#el {
    padding-right: 5%;
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%)
  }

  #curadurias article#srs {
    padding-bottom: 5%;
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%)
  }

  #curadurias article#tl {
    padding-left: 5%;
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%)
  }

  .abierto:before {
    background: -webkit-gradient(linear, right top, left top, color-stop(36%, #dbd8d5), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(right, #dbd8d5 36%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(270deg, #dbd8d5 36%, rgba(0, 0, 0, 0) 100%)
  }

  .abierto:after {
    background: -webkit-gradient(linear, left top, right top, color-stop(36%, #dbd8d5), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, #dbd8d5 36%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, #dbd8d5 36%, rgba(0, 0, 0, 0) 100%)
  }

  #artistas [class*=grid], #creditos .grid {
    margin: 0
  }

  #artistas .text--content {
    line-height: 2.2
  }

  #curadurias article#sd .texto-curaduria:after, #curadurias article#srs .texto-curaduria:after {
    content: '\142F';
    display: block;
    text-align: center
  }

  #sobre .content .content-scroll {
    padding-bottom: 10vh
  }
}

@media screen and (max-width:780px) {
  footer {
    bottom: 4em
  }

  .lineas-curatoriales>li>span.text-p {
    font-size: .75em
  }

  #menuPrincipal {
    position: fixed;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: scale(5);
    -ms-transform: scale(5);
    transform: scale(5);
    -webkit-animation: unset;
    animation: unset;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    -webkit-transition: all .33s linear;
    -o-transition: all .33s linear;
    transition: all .33s linear;
    visibility: hidden;
    z-index: 5;
    pointer-events: none;
    background: #7fffd4;
    mix-blend-mode: difference
  }

  #menuPrincipal.activo {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    pointer-events: initial
  }

  #menuPrincipal li {
    display: block;
    font-size: 2.2em;
    text-align: center;
    font-weight: 700;
    margin: .2em
  }

  #menuPrincipal li.ln-c {
    display: none
  }

  #curadurias article#sd:after, #curadurias article#srs:before {
    content: '';
    width: 100%;
    height: 8%;
    position: absolute;
    z-index: 2
  }

  #curadurias article#srs:before {
    bottom: 10vh;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, #dbd8d5), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, #dbd8d5 60%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, #dbd8d5 60%, rgba(0, 0, 0, 0) 100%)
  }

  #curadurias article#sd:after {
    top: 15%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(66%, #dbd8d5), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, #dbd8d5 66%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, #dbd8d5 66%, rgba(0, 0, 0, 0) 100%)
  }

  #curadurias article#srs {
    padding-bottom: 12vh
  }

  .top-title {
    padding-top: 10vh
  }

  #sobre [class*=tecnodiversidad] {
    width: 180px;
    height: 160px;
    margin-bottom: 2em
  }

  .top-title .separator {
    display: none
  }

  .title--section {
    padding: 0 2em
  }

  #artistas .text--content, .esp-t {
    text-align: center;
    padding: 0
  }

  .cont-info-panel {
    position: initial;
    width: 100%;
    padding-top: 7em;
    font-size: .9em
  }

  #artistas .content, #creditos .content, #investigacion .content, #sobre .content {
    padding: 0 1.2em 0 .7em
  }

  #artistas .text--content, #investigacion .text--content {
    line-height: 1.2
  }

  #menuArtistas h2, #menuArtistas h2+h2, #menuInvestigaciones span, #menuInvestigaciones span+span {
    width: 100%;
    text-align: center
  }

  #menuArtistas h2, #menuInvestigaciones li {
    margin-bottom: 2em
  }

  #quote-content {
    right: 0;
    top: initial;
    width: 100%;
    bottom: 0;
    background: #dad7d4;
    padding-top: 1em;
    font-size: .85em
  }

  #curadurias article .names .n1:after, #curadurias article .names .n1:before, #curadurias article .names .n2:before {
    height: 5.5vh !important
  }

  #curadurias article .names .n2:after {
    height: 26vh
  }

  #curadurias article#el .names .n1:before {
    height: 0 !important
  }

  #curadurias article#el .content {
    padding-right: 1.5em
  }

  #curadurias article#tl .content {
    padding-right: 1.25em
  }

  #curadurias article .content {
    padding: 0 .45em
  }

  h1.in-title {
    width: 100%;
    margin-left: 0
  }
}

@media screen and (max-width:40em) {
  #fecha, #fechaChina {
    font-size: 1.2em
  }

  .top-icono svg {
    max-height: 210px
  }

  body.vermenu .lineas-curatoriales li.c1 {
    top: 1rem
  }

  body.vermenu .lineas-curatoriales li.c2 {
    right: .25rem;
    top: -1.25em
  }

  body.vermenu .lineas-curatoriales li.c3 {
    bottom: 1rem
  }

  body.vermenu .lineas-curatoriales li.c4 {
    left: .25rem;
    top: -1.25em
  }

  #curadurias article#sd {
    padding-top: 7%
  }
}
