@charset "UTF-8";

@font-face {font-family:'yibaiti';src:url('https://fluxus.artes.uchile.cl/_common/fuentes/msyi.ttf') format('truetype');}

.router-link-exact-active{color:red;font-weight:bold}


html{height:100%;width:100%;}
body{height:100%;width:100%;max-width:1800px;padding:0;margin:0;letter-spacing:0.07em;font-family:'Quicksand'}
aside{float:left;width:250px;height:100%;font-size:20px;line-height:30px;padding:20px}
main{float:left;width:calc(100% - 290px);height:100%;padding:50px 12px 50px 30px;margin-bottom:50px}
#app{height:100%}
p{margin-bottom:5px}
header img{width:100%}
nav ul{list-style-type: none}
footer{position:relative;bottom:-20px;right:50px}

aside h5{font-size:80%;color:darkgrey;position:absolute;bottom:30px;font-size:12px}


@media (max-width: 799px){ /* se regula el minimo ancho para que no jodan con el responsive*/
  aside{clear:both;width:100%;height:450px;font-size:30px;line-height:40px;}
   main{width:100%!important;clear:both}
    aside h5{display:none}
}

@media (min-width: 800px) {
 /* header#responsive{display:none}*/
 
}

@media (min-width: 1200px) and (orientation: landscape) {
  /*.columna{column-count: 2;column-gap:50px}*/
}

/*
[v-cloak] {display: none;}

#cloak-alt { display: none;}
[v-cloak] + #cloak-alt {
  /* As long as this is visible, display can be whatever */
  /*display: block;*/
}*/


.lightbox{
  width:100%;height:110vh;
  box-shadow:inset 0 0 50px #000;
  background-color: rgba(0,0,0, 0.85);
  position: fixed;
  left:0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  /*transition: all 0.4s ease-in;*/
  animation: fade-in 0.4s;
}
.lightbox figure {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80vw;
  max-height: 80vh;
}
.lightbox img {
  max-width: 80vw;
  max-height: 80vh;
}
.lightbox figcaption {
  background-color:transparent;
  margin-top: 8px;
  color: white;
  font-style: italic;
  font-size: 1.1rem;
  text-align: center;
}

.lightbox button {
  position: absolute;
  color:white;
  font-size:30px;
  top: 20px;
  right: 20px;
  display: block;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: none;
  z-index: 10000;
  cursor: pointer;
}

.lightbox span{position:absolute;z-index: 10000;color:white;top: 50%;cursor:pointer;font-size:30px;font-weight:bold;text-shadow:0 0 10px #000;}

@keyframes fade-in {
  from {
  opacity: 0;
  }
  to {
  opacity: 1;
  }
}

.caluga{border-radius:10px;cursor:pointer;animation:all 1s ease-in}
.caluga:hover{width:110%;box-shadow:1px 1px 9px rgba(0,0,0,.3), -5px -5px 15px white}