@charset "UTF-8";
/* CSS SCREEN */
/*** OMATECH Xtreme Web Culture ***/
/********* TEATRE LLIURE *********/
/************** VENDOR **************/
/********  MIXINS ********/
/*
@mixin transition-delay($delay) {
    -webkit-transition-delay: $delay;
       -moz-transition-delay: $delay;
         -o-transition-delay: $delay;
            transition-delay: $delay;
}*/
/* TRANSFORM */
/********** VARIABLES **********/
/* COLORS */
/* WEB */
/* TEXT */
/* BACKGROUNDS */
/* BORDERS */
/* COLORS SOCIAL & DOCS */
/* backgrounds */
/* COLORS ESPAI LLIURE */
/* MIDES */
/* container */
/* Alçada HEADER */
/* ELEMENTS */
/* logo */
/* descomposició logo */
/* tablet/mobil */
/* breadcrumbs */
/* calendari */
/* filtre */
/* pestanyes */
/* barra bottom */
/* HEADINGS */
/* COLUMNES FITXA */
/* Alçada BOTONS */
/* gran */
/* mig */
/* standar */
/* petit */
/* Alçada INPUTS */
/* PADDINGS/MARGINS */
/* FONTS */
/* ZINDEX */
/* shadow */
/* transicions */
/* header */
/* logo */
/* elements logo */
/* T */
/* txt 1 */
/* txt 2 */
/* calendari */
/* carousel */
/* in */
/* out */
.check-lst > li:before, .check-txt:before {
  content: "\e909";
}

.check .check-label:before,
.check .radio-label:before,
.radio .check-label:before,
.radio .radio-label:before {
  content: "\e91e";
}

/************** STYLES **************/
/* EXTENDS */
/* MODUL GENÈRIC */
.border-block, .note-cols, .note-row, .rel-row, .list-row, .block-page, .block-row {
  border-top: 0.0625rem solid #000000;
  margin-top: -0.0625rem;
  padding-top: 1.25rem;
  padding-bottom: 1.5625rem;
}
@media (min-width: 480px) {
  .border-block, .note-cols, .note-row, .rel-row, .list-row, .block-page, .block-row {
    padding-top: 1.5625rem;
    padding-bottom: 2.1875rem;
  }
}
@media (min-width: 840px) {
  .border-block, .note-cols, .note-row, .rel-row, .list-row, .block-page, .block-row {
    padding-top: 1.875rem;
    padding-bottom: 2.5rem;
  }
}

/* MODUL LLISTAT + LINK */
@media (min-width: 480px) {
  .rel-row, .list-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }
}
@media (min-width: 480px) {
  .rel-row .tit, .list-row .tit {
    -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}
@media (max-width: 479px) {
  .rel-row .tit, .list-row .tit {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 480px) {
  .rel-row .see-more, .list-row .see-more {
    -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}
.rel-row .col-lst, .list-row .col-lst {
  padding: 0;
}
@media (min-width: 480px) {
  .rel-row .col-lst, .list-row .col-lst {
    margin-top: 1.25rem;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}

/* FIXAR ELEMENTS */
/* FILES STICKY */
.fix-row {
  position: fixed;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.block-row {
  border: none;
}
.block-row .block-tit {
  margin-bottom: 1.25rem;
}
@media (min-width: 840px) {
  .block-row .block-tit {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .block-row .block-tit {
    margin-bottom: 2.5rem;
  }
}

.block-page {
  border: none;
  padding-bottom: 3.75rem;
}
@media (min-width: 680px) {
  .block-page {
    padding-bottom: 5rem;
  }
}
@media (min-width: 840px) {
  .block-page {
    padding-bottom: 6.875rem;
  }
}
@media (min-width: 1024px) {
  .block-page {
    padding-bottom: 9.375rem;
  }
}
@media (min-width: 1366px) {
  .block-page {
    padding-bottom: 10.625rem;
  }
}
.block-page .block-tit {
  margin-bottom: 1.25rem;
}
@media (min-width: 840px) {
  .block-page .block-tit {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .block-page .block-tit {
    margin-bottom: 2.5rem;
  }
}

/* MODUL LLISTAT */
.list-row.no-border {
  border-top: none;
}

/* MODUL LLISTAT RELACIONATS FITXA */
.rel-row {
  padding-bottom: 0;
}
.rel-row .tit {
  margin-bottom: 1.25rem;
}

/* AVISOS FILA */
/* AVISOS COLUMNA */
@media (max-width: 679px) {
  .note-cols {
    border-top: none;
  }
}

/* FILA CONTINGUT BORDER */
/* PAGINA 2 COLUMNES IGUALS */
.row-wrap {
  /* SEPARACIO BORDER */
  /* CONTACTE */
  /* LOGIN */
}
@media (min-width: 680px) {
  .row-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (min-width: 680px) {
  .row-wrap .half-col {
    min-width: calc(50% - 1.25rem);
    max-width: calc(50% - 1.25rem);
  }
}
@media (min-width: 840px) {
  .row-wrap .half-col {
    min-width: calc(50% - 1.875rem);
    max-width: calc(50% - 1.875rem);
  }
}
@media (min-width: 1024px) {
  .row-wrap .half-col {
    min-width: calc(50% - 2.5rem);
    max-width: calc(50% - 2.5rem);
  }
}
@media (min-width: 1366px) {
  .row-wrap .half-col {
    min-width: calc(50% - 3.75rem);
    max-width: calc(50% - 3.75rem);
  }
}
@media (max-width: 679px) {
  .row-wrap .half-col {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 680px) {
  .row-wrap.split-row {
    position: relative;
    padding-bottom: 0.625rem;
  }
  .row-wrap.split-row:after {
    background-color: #000000;
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    width: 0.0625rem;
    height: 100%;
    content: "";
  }
}
@media (min-width: 680px) {
  .row-wrap.split-row .half-col {
    min-width: calc(50% - 1.875rem);
    max-width: calc(50% - 1.875rem);
  }
}
@media (min-width: 840px) {
  .row-wrap.split-row .half-col {
    min-width: calc(50% - 2.5rem);
    max-width: calc(50% - 2.5rem);
  }
}
@media (min-width: 1024px) {
  .row-wrap.split-row .half-col {
    min-width: calc(50% - 3.125rem);
    max-width: calc(50% - 3.125rem);
  }
}
@media (min-width: 1280px) {
  .row-wrap.split-row .half-col {
    min-width: calc(50% - 3.75rem);
    max-width: calc(50% - 3.75rem);
  }
}
@media (min-width: 1366px) {
  .row-wrap.split-row .half-col {
    min-width: calc(50% - 5rem);
    max-width: calc(50% - 5rem);
  }
}
@media (min-width: 1620px) {
  .row-wrap.split-row .half-col {
    min-width: calc(50% - 7.5rem);
    max-width: calc(50% - 7.5rem);
  }
}
@media (max-width: 679px) {
  .row-wrap.split-row .half-col {
    position: relative;
  }
  .row-wrap.split-row .half-col:not(:last-of-type) {
    padding-bottom: 1.25rem;
  }
  .row-wrap.split-row .half-col:not(:first-of-type) {
    padding-top: 1.875rem;
  }
  .row-wrap.split-row .half-col:not(:first-of-type):after {
    background-color: #000000;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 0.0625rem;
    content: "";
  }
}
.row-wrap.contact-page {
  margin-bottom: 1.875rem;
}
@media (min-width: 1024px) {
  .row-wrap.contact-page {
    margin-bottom: 2.8125rem;
  }
}
.row-wrap.contact-page .half-col + .half-col {
  padding-top: 1.5625rem;
}
@media (min-width: 680px) {
  .row-wrap.login-page .half-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row-wrap.login-page .half-col > * {
    width: 100%;
  }
}

/* TITLES & TEXT */
/* TITLES */
.tit {
  font-family: "Helvetica LT W05 Bold", sans-serif;
  color: #000000;
  line-height: 1.05;
}
@media (min-width: 680px) {
  .tit {
    line-height: 1;
  }
}
.clr-inv .tit {
  color: #FFFFFF;
}
.tit.tit-caps {
  text-transform: uppercase;
}
.tit.tit-r {
  font-family: "Helvetica LT W05 Roman", sans-serif;
}
.bg-lliure-primary .tit {
  color: #FFC03F;
}
.bg-lliure-secondary .tit {
  color: #006060;
}

/* MIDES */
/* títol principal: carousel, obra, banners */
.tit-1 {
  font-size: 2.5rem;
  letter-spacing: -0.0625rem;
}
@media (min-width: 320px) {
  .tit-1 {
    font-size: 2.625rem;
  }
}
@media (min-width: 360px) {
  .tit-1 {
    font-size: 2.875rem;
  }
}
@media (min-width: 680px) {
  .tit-1 {
    font-size: 3.25rem;
  }
}
@media (min-width: 1024px) {
  .tit-1 {
    font-size: 4.5rem;
    letter-spacing: -0.09375rem;
  }
}
@media (min-width: 1280px) {
  .tit-1 {
    font-size: 5rem;
  }
}

/* títol secundari: grup/secció */
.tit-2 {
  font-size: 1.875rem;
  letter-spacing: -0.03125rem;
}
@media (min-width: 320px) {
  .tit-2 {
    font-size: 2rem;
  }
}
@media (min-width: 360px) {
  .tit-2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 680px) {
  .tit-2 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1024px) {
  .tit-2 {
    letter-spacing: -0.0625rem;
    font-size: 3rem;
  }
}
@media (min-width: 1280px) {
  .tit-2 {
    font-size: 3.25rem;
  }
}

/* subtítol pàgina */
.tit-3 {
  font-size: 1.375rem;
}
@media (min-width: 320px) {
  .tit-3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 840px) {
  .tit-3 {
    font-size: 2.25rem;
  }
}

/* títol secundari: caixa */
.tit-4 {
  font-size: 1.25rem;
}
@media (min-width: 320px) {
  .tit-4 {
    font-size: 1.375rem;
  }
}
@media (min-width: 480px) {
  .tit-4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tit-4 {
    font-size: 2rem;
  }
}
@media (min-width: 1280px) {
  .tit-4 {
    font-size: 2.25rem;
  }
}

/* títol secundari: caixa 2 */
.tit-5 {
  font-size: 1.125rem;
}
@media (min-width: 320px) {
  .tit-5 {
    font-size: 1.25rem;
  }
}
@media (min-width: 840px) {
  .tit-5 {
    font-size: 1.625rem;
  }
}

.tit-6 {
  line-height: 1.1;
  font-size: 0.875rem;
}
@media (min-width: 680px) {
  .tit-6 {
    font-size: 1.125rem;
  }
}

/* títol petit majúscules */
.tit-7 {
  text-transform: uppercase;
  font-size: 0.6875rem;
}
@media (min-width: 680px) {
  .tit-7 {
    font-size: 0.875rem;
  }
}

.tit-8 {
  font-size: 0.6875rem;
  text-transform: uppercase;
}

/* títol amb icona */
.tit-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tit-icon .img-icon {
  margin-right: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 1.625rem;
}
@media (min-width: 320px) {
  .tit-icon .img-icon {
    max-height: 1.75rem;
  }
}
@media (min-width: 360px) {
  .tit-icon .img-icon {
    max-height: 2rem;
  }
}
@media (min-width: 680px) {
  .tit-icon .img-icon {
    max-height: 2.375rem;
  }
}
@media (min-width: 1024px) {
  .tit-icon .img-icon {
    max-height: 2.75rem;
  }
}
@media (min-width: 1280px) {
  .tit-icon .img-icon {
    max-height: 3rem;
  }
}
.tit-icon .txt {
  line-height: 1;
}

/* SUBTITOLS */
/* TEXT O TITOL AMB ICONA O CAIXA AMB ICONA */
.info-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.625rem;
}
@media (min-width: 840px) {
  .info-icon {
    margin-bottom: 0.9375rem;
  }
}
.info-icon .ico {
  margin-right: 0.625rem;
  font-size: 1.375rem;
}
@media (min-width: 840px) {
  .info-icon .ico {
    font-size: 1.625rem;
  }
}
@media (min-width: 1024px) {
  .info-icon .ico {
    font-size: 2rem;
  }
}
.info-icon .box-icon {
  margin-right: 0.9375rem;
}
.info-icon .box-icon .ico {
  margin: 0;
}

/* HASHTAG */
.hashtag {
  font-family: "Helvetica LT W05 Bold", sans-serif;
  position: absolute;
  top: -0.625rem;
  right: 0;
  display: block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

/* EPIGRAF */
.epi {
  text-transform: uppercase;
  font-family: "Helvetica LT W05 Bold", sans-serif;
  font-style: normal;
  font-size: 0.75rem;
}
@media (min-width: 680px) {
  .epi {
    font-size: 0.875rem;
  }
}

/***************/
/* ESTILS TEXT */
/* TEXT PETIT */
.text {
  font-family: "Helvetica LT W05 Roman", sans-serif;
  font-size: 0.875rem;
}
@media (min-width: 480px) {
  .text {
    font-size: 1rem;
  }
}
@media (min-width: 840px) {
  .text {
    font-size: 1.125rem;
  }
}

.txt-s {
  font-size: 0.6875rem;
}
@media (min-width: 480px) {
  .txt-s {
    font-size: 0.75rem;
  }
}
@media (min-width: 840px) {
  .txt-s {
    font-size: 0.875rem;
  }
}

.txt-m {
  font-size: 1.125rem;
}
@media (min-width: 840px) {
  .txt-m {
    font-size: 1.5rem;
  }
}

.txt-l {
  font-size: 1.5rem;
}
@media (min-width: 840px) {
  .txt-l {
    font-size: 2.25rem;
  }
}

/* TEXT DESTACAT */
.main-txt {
  line-height: 1.2;
  font-family: "Helvetica LT W05 Bold", sans-serif;
  font-size: 1.125rem;
}
@media (min-width: 360px) {
  .main-txt {
    font-size: 1.5rem;
  }
}
@media (min-width: 840px) {
  .main-txt {
    font-size: 2.25rem;
  }
}

/* CHECK */
.check-txt {
  position: relative;
  padding-left: 1.25rem;
}
@media (min-width: 480px) {
  .check-txt {
    padding-left: 1.5625rem;
  }
}
@media (min-width: 840px) {
  .check-txt {
    padding-left: 1.875rem;
  }
}
.check-txt:before {
  font-family: "teatrelliure";
  position: absolute;
  top: 0.125rem;
  left: 0;
}

.txt-center {
  text-align: center;
}

/* PEU DE FOTO */
.caption {
  background-color: #000000;
  color: #FFFFFF;
  padding: 0.3125rem 0.625rem;
  font-size: 0.75rem;
}
@media (min-width: 680px) {
  .caption {
    font-size: 0.875rem;
  }
}

/* CITA */
.quote, .text-content blockquote {
  position: relative;
  font-style: italic;
  font-size: 1rem;
  margin: 1.875rem 1.25rem;
  padding: 1.25rem 0.3125rem 0.3125rem 0.3125rem;
}
@media (min-width: 360px) {
  .quote, .text-content blockquote {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 480px) {
  .quote, .text-content blockquote {
    font-size: 1.125rem;
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
}
@media (min-width: 840px) {
  .quote, .text-content blockquote {
    font-size: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
  }
}
@media (min-width: 1280px) {
  .quote, .text-content blockquote {
    max-width: 570px;
  }
}
@media (min-width: 1620px) {
  .quote, .text-content blockquote {
    max-width: 620px;
  }
}
.quote:after, .text-content blockquote:after {
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50%;
  height: 0.0625rem;
  content: "";
}
.clr-inv .quote:after, .clr-inv .text-content blockquote:after, .text-content .clr-inv blockquote:after {
  background-color: #FFFFFF;
}
.quote .author, .text-content blockquote .author {
  font-size: 0.875rem;
  font-style: normal;
  text-align: right;
  margin: 0.625rem 0.625rem 0 0;
}
@media (min-width: 480px) {
  .quote .author, .text-content blockquote .author {
    font-size: 1rem;
  }
}
@media (min-width: 840px) {
  .quote .author, .text-content blockquote .author {
    font-size: 1.25rem;
  }
}

/* LLISTA TEXT */
.text-lst li, .text-content ul li {
  position: relative;
  padding-left: 0.9375rem;
  margin-bottom: 0.3125rem;
}
.text-lst li:after, .text-content ul li:after {
  background-color: #000000;
  position: absolute;
  top: 0.5rem;
  left: 0.125rem;
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  content: "";
}
@media (min-width: 480px) {
  .text-lst li:after, .text-content ul li:after {
    top: 0.625rem;
  }
}
@media (min-width: 840px) {
  .text-lst li:after, .text-content ul li:after {
    top: 0.6875rem;
  }
}
.clr-inv .text-lst li:after, .clr-inv .text-content ul li:after, .text-content .clr-inv ul li:after {
  background-color: #FFFFFF;
}
.text-lst li ul, .text-content ul li ul {
  margin: 0.3125rem 0 0.3125rem 1.25rem;
}

/* LLISTA NUM */
.num-lst, .text-content ol {
  counter-reset: list-counter;
}
.num-lst > li, .text-content ol > li {
  margin-bottom: 0.3125rem;
  padding-left: 1.5625rem;
  text-indent: -1.5625rem;
}
@media (min-width: 840px) {
  .num-lst > li, .text-content ol > li {
    margin-bottom: 0.5rem;
  }
}
.num-lst > li:before, .text-content ol > li:before {
  font-weight: 500;
  color: #000000;
  text-align: right;
  counter-increment: list-counter;
  content: counter(list-counter) ". ";
  position: relative;
  min-width: 1.5625rem;
  padding-right: 0.1875rem;
  left: 0;
  text-indent: 0;
}
.num-lst > li:after, .text-content ol > li:after {
  display: none !important;
}
.num-lst > li ol, .text-content ol > li ol {
  margin: 0.3125rem 0 0 1.5625rem;
}
.num-lst > li ol > li, .text-content ol > li ol > li {
  margin-bottom: 0.3125rem;
}
.num-lst > li ol > li:before, .text-content ol > li ol > li:before {
  content: counters(list-counter, ".") ". ";
}

/**************************/
/* TEXT CONTINGUT GENERIC */
.text-content {
  /* CITA */
  /* LLISTA TEXT */
  /* LLISTAT ORDENAT */
  /* reset */
}
.text-content h2, .text-content h2, .text-content h3 {
  font-weight: 700;
}
.text-content h2 {
  font-size: 1.375rem;
}
@media (min-width: 320px) {
  .text-content h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 840px) {
  .text-content h2 {
    font-size: 2.25rem;
  }
}
.text-content h3 {
  font-size: 1.125rem;
}
@media (min-width: 320px) {
  .text-content h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 840px) {
  .text-content h3 {
    font-size: 2rem;
  }
}
.text-content h4 {
  font-size: 1rem;
}
@media (min-width: 320px) {
  .text-content h4 {
    font-size: 1.125rem;
  }
}
@media (min-width: 840px) {
  .text-content h4 {
    font-size: 1.875rem;
  }
}
.text-content > p,
.text-content > ul,
.text-content > ol {
  margin-bottom: 1.25rem;
}
.text-content > p a,
.text-content > ul a,
.text-content > ol a {
  text-decoration: underline;
}
.text-content > p a.ico-lnk,
.text-content > ul a.ico-lnk,
.text-content > ol a.ico-lnk {
  text-decoration: none;
}
.text-content > p a.ico-lnk .ico,
.text-content > ul a.ico-lnk .ico,
.text-content > ol a.ico-lnk .ico {
  text-decoration: none;
}
.text-content > p a.ico-lnk .txt,
.text-content > ul a.ico-lnk .txt,
.text-content > ol a.ico-lnk .txt {
  text-decoration: underline;
}
.text-content ul {
  padding-left: 0.3125rem;
}
.text-content ol {
  padding-left: 0.3125rem;
}
.text-content ol > li:after {
  display: none;
}
.text-content .check-lst {
  padding-left: 2rem;
}
@media (min-width: 480px) {
  .text-content .check-lst {
    padding-left: 2.125rem;
  }
}
@media (min-width: 840px) {
  .text-content .check-lst {
    padding-left: 2.375rem;
  }
}
.text-content .check-lst > li:after {
  display: none;
}

/**********/
/* COMMON */
.line {
  display: block;
  clear: both;
}

/* COLORS */
/* ITEMS */
/* ITEM DESCRIPCIO */
.item-set .tit {
  font-family: "Helvetica LT W05 Bold", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.1875rem;
}
.item-set .text {
  font-size: 0.875rem;
}
.item-set .text a {
  text-decoration: underline;
}

/* ITEM CONTACTE */
.contact-info {
  font-family: "Helvetica LT W05 Bold", sans-serif;
}
.contact-info .tit {
  text-transform: uppercase;
  display: block;
  font-size: 0.6875rem;
  margin: 0 0 0.125rem 0;
}
@media (min-width: 680px) {
  .contact-info .tit {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .contact-info .tit {
    font-size: 1.125rem;
  }
}
.contact-info .value {
  display: block;
  margin: 0 0 0.625rem 0;
}
.contact-info .value:not(:last-of-type) {
  margin-bottom: 1.25rem;
}
@media (min-width: 1280px) {
  .contact-info .value:not(:last-of-type) {
    margin-bottom: 1.875rem;
  }
}
.contact-info .value [href*="mailto:"] {
  text-decoration: underline;
}
.contact-info .value .social-lst {
  margin-top: 0.625rem;
}
.contact-info .value .social-lst > li {
  margin-right: 1.25rem;
}
.contact-info .value .social-lst > li .ico {
  font-size: 1.875rem;
}

/* INFO SALA */
.set-info:before, .set-info:after {
  content: " ";
  display: table;
  border-spacing: 0;
}
.set-info:after {
  clear: both;
}
.set-info .tit {
  font-family: "Helvetica LT W05 Roman", sans-serif;
  text-transform: lowercase;
  float: left;
  clear: left;
  margin: 0 0.25rem 0 0;
}
.set-info .value {
  font-family: "Helvetica LT W05 Bold", sans-serif;
  clear: right;
  margin: 0 0 0.25rem 0;
}

/* META DATA */
.meta-dada .tit {
  margin-bottom: 0.3125rem;
}
.meta-dada .from {
  font-size: 0.75rem;
}
@media (min-width: 840px) {
  .meta-dada .from {
    font-size: 0.875rem;
  }
}

/* ELEMENTS VARIS */
/* LOGO */
.logo {
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
#footer .logo {
  background-image: url("../../img/logo-teatre-lliure-black.svg");
  width: 17.0625rem;
  height: 2.1875rem;
}

/* NOTIFICACIONS */
.has-noti {
  position: relative;
}
.has-noti:after {
  background-color: #CC0000;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0.6875rem;
  height: 0.6875rem;
  -webkit-box-shadow: 0 0 0 0.125rem #FFFFFF;
          box-shadow: 0 0 0 0.125rem #FFFFFF;
  border-radius: 50%;
  content: "";
}

/* TOOLTIP */
.tooltip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Helvetica LT W05 Roman", sans-serif;
  font-size: 0.75rem;
}
@media (min-width: 680px) {
  .tooltip {
    font-size: 0.8125rem;
  }
}
.tooltip .arrow {
  border-color: #000000;
}
.tooltip .tooltip-inner {
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 0;
  text-align: left;
  padding: 0.3125rem 0.625rem 0.625rem 0.625rem;
  width: auto;
  max-width: 8.75rem;
}
.tooltip.show {
  opacity: 1;
}
.clr-inv .tooltip .arrow {
  border-color: #FFFFFF;
}
.clr-inv .tooltip .tooltip-inner {
  background-color: #FFFFFF;
  color: #000000;
}

/* COLLAPSE ACCESSIBILITAT */
.access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.access .btn-access {
  margin-right: 0.625rem;
}
.access .access-lst {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
  display: none;
}
.access .access-lst.show {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* DADES (QUAN/ON INFO) */
.data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.data .input {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
}
.data .outcome {
  font-weight: normal;
  font-family: "Helvetica LT W05 Bold", sans-serif;
}
.data .outcome:not(:last-of-type) {
  margin-right: 0.3125rem;
}
.data .outcome:not(:last-of-type):after {
  content: ". ";
}

/* DROPDOWN */
.drop-lyr {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* SHAREING */
@media (min-width: 768px) {
  .share-lyr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.3125rem 0;
  }
}
@media (max-width: 767px) {
  .share-lyr {
    padding: 1.5625rem 1.25rem 0.9375rem 1.25rem;
    position: relative;
  }
}
@media (min-width: 768px) {
  .share-lyr .btn-close {
    margin-right: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .share-lyr .btn-close {
    position: absolute;
    top: 0.3125rem;
    right: 0.3125rem;
  }
}
@media (max-width: 767px) {
  .share-lyr .social-lst {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .share-lyr .social-lst > li {
    margin-left: 0.9375rem;
  }
}

/* CAIXA ICONA */
.box-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000000;
  color: #FFFFFF;
  min-width: 2.1875rem;
  min-height: 2.1875rem;
}
@media (min-width: 840px) {
  .box-icon {
    min-width: 2.8125rem;
    min-height: 2.8125rem;
  }
}
.clr-inv .box-icon {
  background-color: #FFFFFF;
}
.clr-inv .box-icon .ico {
  color: #000000;
}
.box-icon.bg-alert {
  background-color: #CC0000;
}
.box-icon.bg-alert .ico {
  color: #FFFFFF;
}
.box-icon .ico {
  margin: 0;
  font-size: 1.5625rem;
}
@media (min-width: 840px) {
  .box-icon .ico {
    font-size: 1.875rem;
  }
}

/* IMATGES */
/* IMATGE LLISTATS */
.pic-pill {
  margin-bottom: 0.9375rem;
}
.pic-pill .img {
  overflow: hidden;
  display: block;
}
.pic-pill img {
  display: block;
  max-width: 100%;
  min-width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.pic-pill img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
@media (max-width: 479px) {
  .pic-pill {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    width: calc(100% + (2 * 0.625rem));
  }
}

/* ANIMACIO GRIS */
.gray-img img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media (hover: none) {
  .gray-img img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}
.gray-img:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

/* PEU D'IMATGE*/
.pic-caption {
  background-color: #000000;
  color: #FFFFFF;
  padding: 0.3125rem 0.625rem;
  font-size: 0.6875rem;
}
@media (min-width: 840px) {
  .pic-caption {
    font-size: 0.875rem;
  }
}

/* IMATGE CONTINGUT */
/* FULL WIDTH */
.pic-content {
  position: relative;
  width: 100%;
  margin-bottom: 0.9375rem;
}
@media (min-width: 840px) {
  .pic-content {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .pic-content {
    margin-bottom: 1.875rem;
  }
}
.play-pic .pic-content {
  margin-bottom: 0;
}
.pic-content .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* SIDE */
.pic-right, .pic-left {
  margin-bottom: 0.9375rem;
}
@media (min-width: 530px) {
  .pic-right, .pic-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .pic-right, .pic-left {
    margin-bottom: 1.875rem;
  }
}

.pic-left .pic-side {
  margin-right: 1.875rem;
}
@media (max-width: 529px) {
  .pic-left .pic-side {
    margin-right: 0;
  }
}

.pic-right .text-side {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.pic-right .pic-side {
  margin-left: 1.875rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 529px) {
  .pic-right .pic-side {
    margin-left: 0;
  }
}

.pic-side {
  max-width: 20rem;
  min-width: 20rem;
}
@media (max-width: 679px) {
  .pic-side {
    max-width: 14.375rem;
    min-width: 14.375rem;
  }
}
@media (max-width: 529px) {
  .pic-side {
    margin-bottom: 0.9375rem;
    min-width: 100%;
  }
}
.pic-side .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* GALERIA */
.gallery-lst {
  display: -ms-grid;
  display: grid;
  place-items: start;
  grid-gap: 0.625rem;
}
@media (min-width: 680px) {
  .gallery-lst {
    grid-gap: 1.25rem;
  }
}
.gallery-lst.three-cols {
  -ms-grid-columns: 1fr 0.625rem 1fr 0.625rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.gallery-lst.four-cols {
  -ms-grid-columns: 1fr 0.625rem 1fr 0.625rem 1fr 0.625rem 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 413px) {
  .gallery-lst.four-cols {
    -ms-grid-columns: 1fr 0.625rem 1fr 0.625rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.gallery-lst > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.0625rem solid #BDBDBD;
  width: 100%;
  padding: 0.625rem;
}
@media (min-width: 680px) {
  .gallery-lst > li {
    padding: 1.25rem;
  }
}
.gallery-lst > li:before {
  display: inline-block;
  width: 1px;
  height: 0;
  padding-bottom: 100%;
  content: "";
}
.gallery-lst > li .img {
  max-width: 100%;
}
.gallery-lst.filling-pic > li {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.gallery-lst.filling-pic > li .img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
.gallery-lst.no-frame > li {
  border: none;
}

/* VIDEO AUTOPLAY */
.video-box {
  position: relative;
  overflow: hidden;
}
.video-box .video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-box .video.bg-video {
  z-index: 10;
}
.video-box .video.bg-video.hide {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
}
.video-box .video.audio-video.listen {
  z-index: 20;
}
.video-box .ctrl-video {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 21;
}
.video-box .ctrl-video.hide {
  display: none;
}
.video-box .ctrl-video.show {
  display: block;
}

/* AUDIO */
.media-content {
  width: 100%;
  margin-bottom: 0.9375rem;
}
@media (min-width: 840px) {
  .media-content {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .media-content {
    margin-bottom: 1.875rem;
  }
}

/* FORMULARIS */
/* label */
.label-form {
  font-family: "Helvetica LT W05 Bold", sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 2;
  font-size: 0.875rem;
}
@media (min-width: 840px) {
  .label-form {
    font-size: 0.875rem;
  }
}
.form-error .label-form {
  color: #CC0000;
}

/* TEXT INPUT */
.form-control {
  background-color: transparent;
  display: block;
  width: 100%;
  border-radius: 0rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0.0625rem solid #000000;
  text-shadow: none;
  font-size: 0.875rem;
  height: 2.5rem;
  padding: 0 0.625rem;
  /**/
}
@media (min-width: 680px) {
  .form-control {
    padding: 0 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .form-control {
    height: 3.125rem;
    font-size: 1.125rem;
    padding: 0 1.25rem;
  }
}
.form-control:focus {
  border-color: #000000;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  color: #000000;
}
.form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #BDBDBD;
}
.form-control:-moz-placeholder {
  opacity: 1;
  color: #BDBDBD;
}
.form-control::-moz-placeholder {
  opacity: 1;
  color: #BDBDBD;
}
.form-control:-ms-input-placeholder {
  opacity: 1;
  color: #BDBDBD;
}
.clr-inv .form-control:focus {
  background-color: transparent;
  color: #FFFFFF;
  border-color: #CC0000;
}
.control-icon .form-control {
  padding-left: 2.8125rem;
}

textarea.form-control {
  font-family: "Helvetica LT W05 Roman", sans-serif;
  height: 7.5rem;
  padding-top: 0.625rem;
}
@media (min-width: 680px) {
  textarea.form-control {
    padding-top: 0.9375rem;
  }
}

/* COMMON CHECK/RADIO */
.check,
.radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 5;
}
.check a, .check span,
.radio a,
.radio span {
  margin: 0 0.125rem;
  display: inline-block;
  vertical-align: baseline;
  color: inherit;
}
.check a,
.radio a {
  text-decoration: underline;
}
.check a:hover,
.radio a:hover {
  text-decoration: underline;
}
.check .check-label,
.check .radio-label,
.radio .check-label,
.radio .radio-label {
  display: inline-block;
  vertical-align: baseline;
  padding-left: 2rem;
  position: relative;
  margin: 0 0.25rem 0 0;
}
@media (min-width: 1024px) {
  .check .check-label,
.check .radio-label,
.radio .check-label,
.radio .radio-label {
    padding-left: 1.75rem;
  }
}
.check .check-label:before,
.check .radio-label:before,
.radio .check-label:before,
.radio .radio-label:before {
  font-family: "teatrelliure";
  font-size: 0.875rem;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  z-index: 10;
}
@media (min-width: 1024px) {
  .check .check-label:before,
.check .radio-label:before,
.radio .check-label:before,
.radio .radio-label:before {
    font-size: 0.75rem;
  }
}
.check .check-label:after,
.check .radio-label:after,
.radio .check-label:after,
.radio .radio-label:after {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  border: 0.125rem solid #000000;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  z-index: 9;
  content: "";
}
@media (min-width: 1024px) {
  .check .check-label:after,
.check .radio-label:after,
.radio .check-label:after,
.radio .radio-label:after {
    width: 1rem;
    height: 1rem;
  }
}
.check .check-label:hover,
.check .radio-label:hover,
.radio .check-label:hover,
.radio .radio-label:hover {
  cursor: pointer;
}
.clr-inv .check .check-label:after,
.clr-inv .check .radio-label:after,
.clr-inv .radio .check-label:after,
.clr-inv .radio .radio-label:after {
  border-color: #FFFFFF;
}
.clr-inv .check .check-label:before,
.clr-inv .check .radio-label:before,
.clr-inv .radio .check-label:before,
.clr-inv .radio .radio-label:before {
  color: #000000;
}
.check .check-input,
.check .radio-input,
.radio .check-input,
.radio .radio-input {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  z-index: -1;
}
.check .check-input:checked + label:before,
.check .radio-input:checked + label:before,
.radio .check-input:checked + label:before,
.radio .radio-input:checked + label:before {
  opacity: 1;
}
.check .check-input:checked + label:after,
.check .radio-input:checked + label:after,
.radio .check-input:checked + label:after,
.radio .radio-input:checked + label:after {
  background-color: #000000;
}
.clr-inv .check .check-input:checked + label:after,
.clr-inv .check .radio-input:checked + label:after,
.clr-inv .radio .check-input:checked + label:after,
.clr-inv .radio .radio-input:checked + label:after {
  background-color: #FFFFFF;
}

/* CHECK*/
.check .check-label:after {
  border-radius: 0.125rem;
}

/* RADIO */
.radio .radio-label:after {
  border-radius: 50%;
}

.check-label,
.radio-label,
.check-label:before,
.radio-label:before,
.check-label:after,
.radio-label:after {
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/* RECORDAR */
.forgot {
  text-align: right;
}

/* OBLIGATORI */
.comp {
  margin-bottom: 0.625rem;
}

/* ERROR */
.form-error .form-control {
  border-color: #CC0000;
}

.error {
  border-color: #CC0000;
}

.text-error {
  color: #CC0000;
}

.text-ok {
  color: #28a745;
}

/* FORMULARIS */
/* LAYOUT */
.form-group {
  margin-bottom: 0.9375rem;
}
@media (min-width: 680px) {
  .form-group {
    margin-bottom: 1.25rem;
  }
}

.form-row {
  margin: 0 0 0 -1.25rem;
}
.form-row .form-group {
  margin-left: 1.25rem;
  width: calc(50% - 1.25rem);
}
@media (max-width: 679px) {
  .form-row .form-group {
    width: calc(100% - 1.25rem);
  }
}
@media (min-width: 680px) and (max-width: 1023px) {
  .form-row .form-group.alone-field {
    width: 66.6%;
  }
}
.form-row .form-group.full-filed {
  width: calc(100% - 1.25rem);
}

/* MIDES CONTROLS */
.control-s {
  max-width: 33.3%;
}
@media (min-width: 680px) {
  .control-s {
    max-width: 50%;
  }
}

.control-m {
  max-width: 50%;
}
@media (min-width: 680px) {
  .control-m {
    max-width: 66.6%;
  }
}

.control-l {
  max-width: 66.6%;
}
@media (min-width: 680px) {
  .control-l {
    max-width: 100%;
  }
}

/* GENERIC */
.form .msg-box {
  margin-bottom: 0.9375rem;
}
@media (min-width: 680px) {
  .form .msg-box {
    margin-bottom: 1.25rem;
  }
}

/* CERCADOR */
.searh-form {
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.searh-form .form-control {
  background-color: #FFFFFF;
  border: none;
  color: #000000;
  text-shadow: none;
}
.searh-form .form-control:focus {
  color: #000000;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.searh-form .btn-search {
  margin-right: 0.625rem;
  min-width: 2.5rem;
}
.searh-form .btn-search .ico {
  color: #000000;
}

/* LOGIN */
.login-form .btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1280px) {
  .login-form .btn-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1279px) {
  .login-form .btn-row .btn {
    margin-top: 1.25rem;
  }
}
@media (max-width: 679px) {
  .login-form .btn-row .btn {
    width: 100%;
  }
}

/* CONTACTE */
.contact-form {
  max-width: 37.5rem;
}
.contact-form .btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1280px) {
  .contact-form .btn-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 529px) {
  .contact-form .btn-row .btn {
    width: 100%;
  }
}
@media (max-width: 1279px) {
  .contact-form .btn-row .check {
    margin-bottom: 1.25rem;
  }
}
.contact-form .btn-row .check .check-label {
  font-size: 0.875rem;
}

/* FORMULARI NEWSLETTER FOOTER */
@media (min-width: 680px) {
  .letter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .letter-form .form-group {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 23.75rem;
  }
  .letter-form .check {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .letter-form .btn-row {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 0.9375rem;
  }
}
@media (min-width: 680px) {
  .letter-form .form-control {
    border-color: rgba(0, 0, 0, 0.5) !important;
  }
}
@media (max-width: 1023px) {
  .letter-form .form-control {
    height: 2.8125rem;
  }
}
.letter-form .form-control:focus {
  border-color: #FFFFFF !important;
}
.letter-form .check {
  font-size: 0.875rem;
}
@media (max-width: 679px) {
  .letter-form .check {
    margin-bottom: 0.9375rem;
  }
}
.letter-form .check .check-label:after {
  border: 0.0625rem solid rgba(0, 0, 0, 0.5);
}
@media (max-width: 679px) {
  .letter-form .btn-row {
    text-align: right;
  }
}
.letter-form .btn {
  height: 2.8125rem;
}
@media (min-width: 1024px) {
  .letter-form .btn {
    height: 3.125rem;
  }
}
@media (max-width: 679px) {
  .letter-form .btn {
    min-width: 6.25rem;
  }
}

/* MODIFICAR DADES */
@media (min-width: 530px) {
  .form-data .btn-lst {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 680px) {
  .form-data .btn-lst {
    margin-top: 1.25rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 529px) {
  .form-data .btn-lst {
    display: block;
  }
}
.form-data .btn-lst > li {
  margin: 0.3125rem 0;
}
@media (min-width: 680px) {
  .form-data .btn-lst > li {
    margin-left: 1.25rem;
    margin-right: 0;
  }
  .form-data .btn-lst > li:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .form-data .btn-lst > li:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 679px) {
  .form-data .btn-lst > li {
    margin-left: 0;
  }
}
@media (max-width: 529px) {
  .form-data .btn-lst > li {
    text-align: center;
  }
  .form-data .btn-lst > li .btn {
    width: 100%;
  }
}

/* LLISTES */
/* GENERICS */
.inline-lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.center-lst {
  text-align: center;
}

/* LLISTAT CHECKS */
.check-lst {
  padding-left: 2rem;
}
@media (min-width: 480px) {
  .check-lst {
    padding-left: 2.125rem;
  }
}
@media (min-width: 840px) {
  .check-lst {
    padding-left: 2.375rem;
  }
}
.check-lst > li {
  position: relative;
  margin: 0 0 0.375rem 0;
  text-indent: -0.875rem;
}
@media (min-width: 480px) {
  .check-lst > li {
    text-indent: -1rem;
    margin: 0 0 0.5rem 0;
  }
}
@media (min-width: 840px) {
  .check-lst > li {
    text-indent: -1.125rem;
    margin: 0 0 0.625rem 0;
  }
}
.check-lst > li:before {
  font-family: "teatrelliure";
  text-indent: 0;
  position: relative;
  top: 0.125rem;
  left: -0.875rem;
}
@media (min-width: 480px) {
  .check-lst > li:before {
    left: -1rem;
  }
}
@media (min-width: 840px) {
  .check-lst > li:before {
    left: -1.125rem;
  }
}

/* DOCUMENTS/LINKS */
.icons-lst > li {
  position: relative;
  padding-left: 1.5625rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 480px) {
  .icons-lst > li {
    padding-left: 1.875rem;
  }
}
@media (min-width: 840px) {
  .icons-lst > li {
    margin-bottom: 0.625rem;
  }
}
.icons-lst > li .ico-lnk .ico {
  position: absolute;
  left: 0;
  top: 0.125rem;
  margin: 0;
  font-size: 1rem;
}
@media (min-width: 480px) {
  .icons-lst > li .ico-lnk .ico {
    font-size: 1.125rem;
  }
}
@media (min-width: 840px) {
  .icons-lst > li .ico-lnk .ico {
    font-size: 1.25rem;
  }
}
.icons-lst > li .ico-lnk .lnk, .icons-lst > li .ico-lnk .txt {
  margin-right: 0.3125rem;
}
.icons-lst > li ul {
  margin: 1.25rem 0 1.875rem 0rem;
}
@media (min-width: 840px) {
  .icons-lst > li ul {
    margin-top: 0.9375rem;
  }
}

/* BOTONS */
.btn-lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.btn-lst > li {
  margin: 0.3125rem 0.625rem 0.3125rem 0;
}
@media (min-width: 1024px) {
  .btn-lst > li {
    margin-right: 1.25rem;
  }
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-group > li {
  margin: 0.625rem 0;
}

/* LLISTAT CHECKBOX */
.options-lst > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem;
}

/* CONTINGUT RELACIONAT */
.rel-lst > li {
  position: relative;
  margin-bottom: 1.5625rem;
}
@media (min-width: 680px) {
  .rel-lst > li {
    margin-bottom: 2.5rem;
  }
}
.rel-lst > li .tit {
  font-family: "Helvetica LT W05 Bold", sans-serif;
  font-size: 1.125rem;
  margin-bottom: 0.3125rem;
}
.rel-lst > li .tit a {
  text-decoration: underline;
}
.rel-lst > li .tit a:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}
.rel-lst > li .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rel-lst > li .text-wrap .text {
  margin-right: 1.875rem;
}
@media (min-width: 680px) {
  .rel-lst > li .text-wrap .text {
    margin-right: 2.8125rem;
  }
}
@media (min-width: 1024px) {
  .rel-lst > li .text-wrap .text {
    margin-right: 3.75rem;
  }
}
.rel-lst > li .text-wrap .ico {
  font-size: 0.875rem;
}
.rel-lst > li:hover .tit a {
  color: #CC0000;
}
.rel-lst > li:hover .ico {
  color: #CC0000;
}

/* ACCESSIBILITAT */
.access-lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.access-lst > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.625rem;
}
.access-lst > li [data-toggle=tooltip] {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.access-lst > li .ico {
  font-size: 1.375rem;
}
@media (min-width: 680px) {
  .access-lst > li .ico {
    font-size: 1.5625rem;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  height: inherit !important;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* SLIDERS */
/******************/
/* SLIDE CONTROLS */
.slider {
  /* FLETXES */
  /* PUNTS */
}
.slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  opacity: 1;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: all, 1s, ease;
  transition: all, 1s, ease;
}
@media (prefers-reduced-motion: reduce) {
  .slider .slick-arrow {
    -webkit-transition: none;
    transition: none;
  }
}
.slider .slick-arrow .ico {
  font-size: 1rem;
}
@media (min-width: 840px) {
  .slider .slick-arrow .ico {
    font-size: 1.125rem;
  }
}
.slider .slick-arrow.slick-prev {
  left: 0;
}
.slider .slick-arrow.slick-next {
  right: 0;
}
.slider .slick-arrow:hover {
  cursor: pointer;
}
.slider .slick-arrow:hover .ico {
  color: #000000;
}
.slider .slick-arrow.slick-disabled {
  color: #BDBDBD;
  pointer-events: none;
  cursor: default;
  -webkit-transition: all, 1s, ease;
  transition: all, 1s, ease;
}
@media (prefers-reduced-motion: reduce) {
  .slider .slick-arrow.slick-disabled {
    -webkit-transition: none;
    transition: none;
  }
}
.slider .slick-arrow.slick-disabled .ico {
  color: #BDBDBD;
}
.slider .slick-dots {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider .slick-dots > li {
  margin: 0 0.375rem;
}
.slider .slick-dots > li button {
  background-color: #000000;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  padding: 0;
  text-indent: -999px;
}
@media (min-width: 840px) {
  .slider .slick-dots > li button {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.slider .slick-dots > li:hover button {
  background-color: #000000;
}
.slider .slick-dots > li.slick-active button {
  background-color: #000000;
}

/******************/
/* SLIDER IMATGES */
.pic-slider {
  position: relative;
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
}
.pic-slider .slick-arrow {
  top: auto;
  bottom: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 1.25rem;
  height: 1.25rem;
}
.pic-slider .slick-arrow.slick-prev {
  left: auto;
  right: 5rem;
}
@media (max-width: 679px) {
  .pic-slider .slick-arrow.slick-prev {
    right: auto;
    left: calc(50% - 3.125rem);
  }
}
.pic-slider .slick-arrow.slick-next {
  right: 0rem;
}
@media (max-width: 679px) {
  .pic-slider .slick-arrow.slick-next {
    right: calc(50% - 3.125rem);
  }
}
.pic-slider .slick-arrow.slick-disabled {
  color: #BDBDBD;
}
.pic-slider .slick-count {
  position: absolute;
  right: 1.25rem;
  bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 3.75rem;
  height: 1.25rem;
  letter-spacing: -0.0625rem;
}
@media (max-width: 679px) {
  .pic-slider .slick-count {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.pic-slider .pic-item {
  position: relative;
}
.pic-slider .pic-item .pic-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}