/*
 Theme Name:   Futurs
 Theme URI:    https://tallerestampa.com
 Author:       Taller Estampa
 Author URI:   https://tallerestampa.com
 Template:     coup
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain:  futurs
*/
@font-face {
  font-family: "flextes";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/fletxes.woff2") format("woff2"), url("fonts/fletxes.woff") format("woff");
  unicode-range: U+2190, U+2191, U+2192, U+2193;
}
html {
  font-size: 6px;
}
@media screen and (min-width: 320px) {
  html {
    font-size: calc(6px + 10 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

body {
  font-size: inherit;
}

body.home {
  padding: 0;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
body.home #page {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
body.home #page .site-header#masthead {
  margin-top: 0;
  margin-bottom: 0;
  height: 0;
  position: fixed;
  top: 2vh;
  left: 2vw;
  right: 2vw;
  z-index: 3;
}
body.home #page .site-header#masthead .sidebar-nav-holder {
  height: 0;
}

body.lightbox {
  padding-top: 60px;
}

.section {
  text-align: center;
}

.laberint {
  display: grid;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.laberint .cela {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-left: -4px;
  margin-top: -4px;
}
.laberint .cela a {
  font-size: 2rem;
  padding: 1rem;
}
.laberint .cela a.imatge {
  display: block;
  height: 100%;
}
.laberint .cela a.imatge img {
  padding: 2rem 0;
  object-fit: contain;
  height: 100%;
}
.laberint .cela.arrow {
  cursor: pointer;
  font-family: "flextes", sans-serif !important;
  font-size: 4rem !important;
  line-height: 100%;
  overflow: visible;
}
.laberint .cela.paret-esquerra {
  border-left: 4px solid #000;
}
.laberint .cela.paret-dreta {
  border-right: 4px solid #000;
}
.laberint .cela.paret-dalt {
  border-top: 4px solid #000;
}
.laberint .cela.paret-baix {
  border-bottom: 4px solid #000;
}
@media screen and (max-width: 1024px) {
  .laberint .cela {
    margin-left: -3px;
    margin-top: -3px;
  }
  .laberint .cela.paret-esquerra {
    border-left: 3px solid #000;
  }
  .laberint .cela.paret-dreta {
    border-right: 3px solid #000;
  }
  .laberint .cela.paret-dalt {
    border-top: 3px solid #000;
  }
  .laberint .cela.paret-baix {
    border-bottom: 3px solid #000;
  }
}
@media screen and (max-width: 768px) {
  .laberint .cela {
    margin-left: -2px;
    margin-top: -2px;
  }
  .laberint .cela.paret-esquerra {
    border-left: 2px solid #000;
  }
  .laberint .cela.paret-dreta {
    border-right: 2px solid #000;
  }
  .laberint .cela.paret-dalt {
    border-top: 2px solid #000;
  }
  .laberint .cela.paret-baix {
    border-bottom: 2px solid #000;
  }
}
@media screen and (max-width: 512px) {
  .laberint .cela {
    margin-left: -1px;
    margin-top: -1px;
  }
  .laberint .cela.paret-esquerra {
    border-left: 1px solid #000;
  }
  .laberint .cela.paret-dreta {
    border-right: 1px solid #000;
  }
  .laberint .cela.paret-dalt {
    border-top: 1px solid #000;
  }
  .laberint .cela.paret-baix {
    border-bottom: 1px solid #000;
  }
}

.fp-controlArrow {
  background-color: #000;
}

.lity {
  background: rgba(0, 0, 0, 0.7);
}
.lity .lity-container {
  max-width: 90vw;
  width: 964px;
}
.lity .lity-container .lity-iframe-container {
  height: 80vh;
  padding-top: 0;
}

.lity-close {
  font-family: "HK Grotesk", Verdana, Geneva, sans-serif !important;
  font-size: 4rem !important;
  font-weight: 100 !important;
  width: 48px !important;
  height: 48px !important;
}

.historial_header {
  text-align: center;
  margin-bottom: 64px;
  font-size: 1rem;
}
.historial_header svg {
  width: 32px;
  height: 32px;
  vertical-align: text-bottom;
}

@media print {
  body {
    font-size: 4rem;
  }

  .historial_header {
    display: none;
  }

  .container.container-medium {
    max-width: none;
  }

  .container.container-small {
    max-width: none;
  }
}
/* Modificacions tema */
.content-area {
  width: 100%;
  max-width: 1500px;
  float: none;
  margin: 0 auto;
}

/*# sourceMappingURL=style.css.map */
