@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 */
/************** STYLES **************/
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    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;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    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;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/******** RESET ********/
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p, ul, ol, dl, dt, dd, figure, address, form {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: none;
  color: inherit;
}
a:focus, a:active {
  outline: none;
}

abbr[title] {
  border: none;
  text-decoration: none;
  cursor: default;
}

a abbr[title] {
  cursor: pointer;
}

input::-moz-focus-inner {
  border: 0;
}

input:focus, input:active {
  outline: none;
}

input[type=submit], button {
  cursor: pointer;
}
input[type=submit]:focus, input[type=submit]:active, button:focus, button:active {
  outline: none;
}

textarea {
  resize: none;
}

button {
  border: none;
  background-color: transparent;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  padding: 0;
}
button:focus, button:active {
  outline: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

dl dt {
  font-weight: normal;
}

address {
  font-style: normal;
}

/***********************/
/* Overwrite Bootstrap */
.dropdown-backdrop {
  position: static;
}

/******** COMMON ********/
/* BASE */
body {
  font-family: "Helvetica LT W05 Roman", sans-serif;
  font-display: swap;
  font-weight: 400;
  line-height: 1.4;
  color: #000000;
  overflow-x: hidden !important;
  width: 100%;
  font-size: 0.875rem;
}
@media (min-width: 480px) {
  body {
    font-size: 1rem;
  }
}
@media (min-width: 840px) {
  body {
    font-size: 1.125rem;
  }
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:hover {
  color: #CC0000;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:focus {
  outline: none;
}

input,
button {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
input *,
button * {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
input:focus,
button:focus {
  outline: none;
}

em {
  font-family: "Helvetica LT W05 Oblique", sans-serif;
  font-style: normal;
}

strong {
  font-weight: normal;
  font-family: "Helvetica LT W05 Bold", sans-serif;
}
strong em {
  font-family: "Helvetica LT W05 Bold Oblique", sans-serif;
}

:focus {
  outline: none;
}

/* RESPONSIVE */
@media (max-width: 1023px) {
  .hide-mob {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .hide-desk {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-tbl-dw {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hide-tbl-up {
    display: none !important;
  }
}

/* ACCESSIBILITAT */
.anchor {
  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;
}

/* IMATGES */
.img img {
  min-width: 100%;
  max-width: 100%;
}

/* FONS */
.bg-light {
  background-color: #BDBDBD;
}

.bg-dark {
  background-color: #000000;
  color: #FFFFFF;
}

.bg-lliure-primary {
  background-color: #006060;
  color: #FFC03F;
}

.bg-lliure-secondary {
  background-color: #FFC03F;
  color: #006060;
}

.bg-white {
  background-color: #FFFFFF;
}

/* COLORS */
.clr-inv {
  color: #FFFFFF;
  border-color: #FFFFFF !important;
}
.clr-inv * {
  color: #FFFFFF;
  border-color: #FFFFFF !important;
}
.clr-inv *:focus {
  outline: none;
}
.clr-inv a,
.clr-inv button {
  color: #FFFFFF;
}
.clr-inv a:hover,
.clr-inv button:hover {
  color: #989898;
}
.clr-inv a:hover *,
.clr-inv button:hover * {
  color: #989898;
}

.clr-error {
  color: #CC0000 !important;
}

/* LAYOUTS */
/* BASE PAGINA */
body {
  padding-top: calc(6.25rem + 2.5rem);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 1024px) {
  body {
    padding-top: calc(12.5rem + 3.125rem);
  }
}
body.show-menu {
  overflow: hidden;
}
@media (max-width: 1023px) {
  body.has-bread {
    padding-top: calc(6.25rem + 2.5rem + 1.875rem);
  }
}
@media (max-width: 1023px) {
  body.has-fixed-bar {
    padding-bottom: 4.6875rem;
  }
}
@media (max-width: 679px) {
  body.has-fixed-bar {
    padding-bottom: 3.75rem;
  }
}

#main {
  background-color: #FFFFFF;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* CONTAINER */
/* Container Sizes */
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  max-width: 62rem;
}
@media (min-width: 680px) {
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 76.25rem;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 80.625rem;
  }
}
@media (min-width: 1620px) {
  .container {
    max-width: 92.5rem;
  }
}
@media (min-width: 1280px) {
  .container.container-narrow {
    max-width: 61.25rem;
  }
}
@media (min-width: 1366px) {
  .container.container-narrow {
    max-width: 75rem;
  }
}

/* TOP BAR */
.top-bar {
  background-color: #FFFFFF;
  color: #000000;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.5);
  z-index: 1198;
}
.top-bar .wrapper {
  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;
  height: calc(2.5rem - 1px);
}
@media (min-width: 1024px) {
  .top-bar .wrapper {
    height: calc(3.125rem - 1px);
  }
}
.top-bar .sites-nav {
  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;
  gap: 1.5rem;
}
.top-bar .sites-nav li {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.top-bar .sites-nav li:not(:last-child):after {
  background-color: #000000;
  display: block;
  width: 0.0625rem;
  height: 80%;
  position: absolute;
  right: -0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.top-bar .sites-nav a {
  color: inherit;
}
.top-bar .sites-nav a:hover {
  color: #989898;
}
.top-bar #triggerHeader {
  width: 1px;
  height: 1px;
  font-size: 1px;
}

/* HEADER */
#header {
  position: absolute;
  top: 2.5rem;
  left: 0;
  width: 100%;
  z-index: 1199;
  background-image: url("../../img/header-2023-phone.png");
  background-position: center top;
  background-repeat: no-repeat;
  /* LAYOUT  */
  /* EINES */
  /* NAVEGACIO (MOBIL) */
  /* ESTILS ELEMENTS */
  /* LOGO */
  /* TOGGLE */
  /* CLOSE MENU */
  /* MENU WEB (MOBIL) */
  /* MENU SERVEIS */
  /* IDIOMA */
  /* TOOLS COMU */
  /* CERCADOR */
  /* COLOR */
}
.sticky-header #header {
  position: fixed;
  top: 0;
}
@media (min-width: 480px) {
  #header {
    background-image: url("../../img/header-2023-tablet.png");
  }
}
@media (min-width: 1024px) {
  #header {
    background-image: url("../../img/header-2023-desktop.png");
    top: 3.125rem;
    background-size: cover;
  }
  .sticky-header #header {
    background-image: none;
  }
}
.show-menu #header {
  background-image: none;
}
#header .wrapper {
  position: relative;
  -webkit-transition: all 0.65s linear 0.01s;
  transition: all 0.65s linear 0.01s;
}
@media (max-width: 1023px) {
  #header .wrapper {
    height: 6.25rem;
    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;
  }
  #header .wrapper .tggl-menu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #header .wrapper .logo-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #header .wrapper .tools {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 680px) and (max-width: 1023px) {
  #header .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 6.25rem;
  }
  #header .wrapper .nav {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
  }
  .hide-menu #header .wrapper .nav {
    position: absolute;
    top: -5rem;
    opacity: 0;
  }
  .show-menu #header .wrapper {
    height: 8.4375rem;
  }
  .show-menu #header .wrapper .nav {
    position: relative;
    top: auto;
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  #header .wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 4.375rem 4.375rem;
    grid-template-rows: 4.375rem 4.375rem;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    height: 12.5rem;
  }
  #header .wrapper .logo-wrap {
    -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;
    -webkit-transition: all 0.65s linear 0.01s;
    transition: all 0.65s linear 0.01s;
  }
  #header .wrapper .nav {
    -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;
    -webkit-transition: all 0.65s linear 0.01s;
    transition: all 0.65s linear 0.01s;
  }
  #header .wrapper .tools {
    -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;
    -webkit-transition: all 0.65s linear 0.01s;
    transition: all 0.65s linear 0.01s;
  }
  .sticky-header #header .wrapper {
    -ms-grid-rows: 3.75rem;
    grid-template-rows: 3.75rem;
    -ms-grid-columns: max-content auto max-content;
    grid-template-columns: -webkit-max-content auto -webkit-max-content;
    grid-template-columns: max-content auto max-content;
    height: 3.75rem;
    -webkit-transition: all 0.65s linear 0.01s;
    transition: all 0.65s linear 0.01s;
  }
  .sticky-header #header .wrapper .logo-wrap {
    -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;
    -webkit-transition: all 0.65s linear 0.01s;
    transition: all 0.65s linear 0.01s;
  }
  .sticky-header #header .wrapper .nav {
    -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;
    -webkit-transition: all 0.65s linear 0.01s;
    transition: all 0.65s linear 0.01s;
  }
  .sticky-header #header .wrapper .nav .lang {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sticky-header #header .wrapper .tools {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    padding-right: 5.625rem;
    -webkit-transition: all 0.65s linear 0.01s;
    transition: all 0.65s linear 0.01s;
  }
}
#header .tools {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (min-width: 680px) {
  #header .nav {
    -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;
  }
  #header .nav .serv-menu {
    display: none;
  }
  #header .nav .wb-menu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #header .nav .lang {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 679px) {
  #header .nav {
    background-color: #FFFFFF;
    color: #000000;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: fixed;
    top: calc(6.25rem + 2.5rem);
    left: 0;
    width: 100%;
    height: 0px;
    -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;
    opacity: 0;
    overflow: hidden;
    padding: 0 1.25rem 0 1.25rem;
  }
  #header .nav .lang {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .show-menu #header .nav {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    height: calc(100vh - 6.25rem);
    padding: 0.3125rem 1.25rem 1.25rem 1.25rem;
    overflow-y: auto;
    opacity: 1;
  }
  .sticky-header #header .nav {
    top: 6.25rem;
  }
}
#header .logo-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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 1023px) {
  #header .logo-wrap {
    height: 6.25rem;
  }
}
@media (min-width: 1024px) {
  #header .logo-wrap {
    padding-right: 3.75rem;
    min-width: calc(21.125rem + 3.75rem);
    -webkit-transition: width 0.65s linear 0.01s, height 0.65s linear 0.01s, margin 0.55s linear 0.05s;
    transition: width 0.65s linear 0.01s, height 0.65s linear 0.01s, margin 0.55s linear 0.05s;
  }
  .sticky-header #header .logo-wrap {
    min-width: calc(7.5rem);
    padding-right: 0;
    -webkit-transition: width 0.65s linear 0.01s, height 0.65s linear 0.01s, margin 0.55s linear 0.05s;
    transition: width 0.65s linear 0.01s, height 0.65s linear 0.01s, margin 0.55s linear 0.05s;
  }
}
@media (max-width: 1023px) {
  #header .logo-wrap .logo {
    background-image: url("../../img/logo-lliure-black.svg");
    height: 1.625rem;
    width: 6.3125rem;
  }
}
@media (min-width: 1024px) {
  #header .logo-wrap .logo {
    position: absolute;
    left: 0;
    top: 0.9375rem;
    -webkit-transition: width 0.65s linear 0.01s, height 0.65s linear 0.01s, margin 0.55s linear 0.05s;
    transition: width 0.65s linear 0.01s, height 0.65s linear 0.01s, margin 0.55s linear 0.05s;
    width: 21.125rem;
    height: 2.8125rem;
    z-index: 1199;
  }
  #header .logo-wrap .logo .bg {
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #header .logo-wrap .logo .bg.ico {
    left: 0;
    background-image: url("../../img/logo-icon.svg");
    height: 2.8125rem;
    width: 2.8125rem;
    -webkit-transition: width 0.65s linear 0.05s, height 0.65s linear 0.05s;
    transition: width 0.65s linear 0.05s, height 0.65s linear 0.05s;
    fill: black !important;
  }
  #header .logo-wrap .logo .bg.txt-1 {
    left: 2.8125rem;
    background-image: url("../../img/logo-txt-teatre.svg");
    height: 2.8125rem;
    width: 10.375rem;
    background-size: cover;
    opacity: 1;
    -webkit-transition: width 0.05s linear 0s, height 0.05s linear 0s, bottom 0.55s linear 0.5s, left 0s linear 0s, opacity 0.7s linear 0.7s;
    transition: width 0.05s linear 0s, height 0.05s linear 0s, bottom 0.55s linear 0.5s, left 0s linear 0s, opacity 0.7s linear 0.7s;
  }
  #header .logo-wrap .logo .bg.txt-2 {
    left: calc(2.8125rem + 10.375rem);
    background-image: url("../../img/logo-txt-lliure.svg");
    height: 2.8125rem;
    width: 7.9375rem;
    -webkit-transition: width 0.65s linear 0.01s, height 0.65s linear 0.01s, left 0.65s linear 0.05s;
    transition: width 0.65s linear 0.01s, height 0.65s linear 0.01s, left 0.65s linear 0.05s;
  }
  #header .logo-wrap .logo .bg img {
    max-width: 100%;
  }
  .sticky-header #header .logo-wrap .logo {
    width: 7.5rem;
    height: 1.9375rem;
    -webkit-transition: width 0.65s linear 0.01s, height 0.65s linear 0.01s, margin 0.55s linear 0.05s;
    transition: width 0.65s linear 0.01s, height 0.65s linear 0.01s, margin 0.55s linear 0.05s;
  }
  .sticky-header #header .logo-wrap .logo .bg.ico {
    height: 1.9375rem;
    width: 1.9375rem;
    -webkit-transition: width 0.65s linear 0.05s, height 0.65s linear 0.05s;
    transition: width 0.65s linear 0.05s, height 0.65s linear 0.05s;
  }
  .sticky-header #header .logo-wrap .logo .bg.txt-1 {
    bottom: 6.875rem;
    height: 1.9375rem;
    width: 7.1875rem;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: width 0.35s linear 0s, height 0.35s linear 0s, bottom 0.55s linear 0s, left 0.65s linear 0s, opacity 0.35s linear 0.15s;
    transition: width 0.35s linear 0s, height 0.35s linear 0s, bottom 0.55s linear 0s, left 0.65s linear 0s, opacity 0.35s linear 0.15s;
  }
  .sticky-header #header .logo-wrap .logo .bg.txt-2 {
    left: 1.9375rem;
    height: 1.9375rem;
    width: 5.5rem;
    -webkit-transition: width 0.65s linear 0.01s, height 0.65s linear 0.01s, left 0.65s linear 0.05s;
    transition: width 0.65s linear 0.01s, height 0.65s linear 0.01s, left 0.65s linear 0.05s;
  }
  .show-menu #header .logo-wrap .logo {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }
}
#header .tggl-menu {
  position: relative;
  width: calc(6.25rem / 2);
  height: calc(6.25rem / 2);
  margin-right: 0.9375rem;
  -webkit-transition: all 0.4s linear 0.1;
  transition: all 0.4s linear 0.1;
}
@media (min-width: 360px) {
  #header .tggl-menu {
    margin-right: 1.25rem;
  }
}
@media (min-width: 1024px) {
  #header .tggl-menu {
    display: none;
  }
}
.show-menu #header .tggl-menu {
  -webkit-transition: all 0.4s linear 0.1;
  transition: all 0.4s linear 0.1;
}
#header .cls-menu {
  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;
  position: absolute;
  top: 1.5625rem;
  left: 1.25rem;
  font-size: 1.75rem;
  -webkit-transition: all 0.4s linear 0.1;
  transition: all 0.4s linear 0.1;
}
.sticky-header #header .cls-menu {
  top: 1.25rem;
  font-size: 1.625rem;
}
.hide-menu #header .cls-menu {
  display: none;
  -webkit-transition: all 0.4s linear 0.1;
  transition: all 0.4s linear 0.1;
}
#header .cls-menu:hover {
  color: #989898;
}
#header .cls-menu:hover .ico {
  color: #989898;
}
#header .cls-menu:focus {
  outline: 0.125rem dotted #989898;
}
@media (max-width: 1023px) {
  #header .cls-menu {
    display: none;
  }
}
@media (min-width: 1024px) {
  .sticky-header #header .wb-menu {
    margin-top: 0.3125rem;
  }
  .sticky-header.show-search #header .wb-menu {
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 1023px) {
  #header .wb-menu {
    width: 100%;
    padding: 0.9375rem 0;
  }
}
#header .serv-menu {
  padding: 0 0 0.9375rem 0;
}
@media (min-width: 680px) {
  #header .lang .tggl-link {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #header .lang .tggl-link:focus {
    outline: 0.125rem dotted #989898;
  }
  #header .lang .drop-lyr {
    background-color: #FFFFFF;
    color: #FFFFFF;
    top: calc(100% + 1px);
    left: auto;
    right: 0;
    max-width: 100%;
    min-width: initial;
  }
}
#header .tools > 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-left: 0.9375rem;
}
@media (min-width: 360px) {
  #header .tools > li {
    margin-left: 1.25rem;
  }
}
@media (min-width: 840px) {
  #header .tools > li {
    margin-left: 1.875rem;
  }
}
#header .tools > li .user-options {
  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;
}
#header .tools .icon-lnk:hover {
  color: #989898;
}
#header .tools .icon-lnk:hover .ico {
  color: #989898;
}
#header .tools .icon-lnk:focus {
  outline: 0.125rem dotted #989898;
}
#header .tools .icon-lnk .ico {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 1.375rem;
}
@media (min-width: 1024px) {
  #header .tools .icon-lnk .ico {
    font-size: 1.625rem;
  }
  .sticky-header #header .tools .icon-lnk .ico {
    font-size: 1.375rem;
  }
  .sticky-header #header .tools .icon-lnk .ico[class*=drop-] {
    font-size: 0.75rem;
    margin-left: 0.625rem;
  }
}
#header .tools .icon-lnk .ico.icon-ticket {
  font-size: 2.125rem;
}
@media (min-width: 1024px) {
  #header .tools .icon-lnk .ico.icon-ticket {
    font-size: 2.625rem;
  }
  .sticky-header #header .tools .icon-lnk .ico.icon-ticket {
    font-size: 2.25rem;
  }
}
#header .tools .icon-lnk [class*=drop-] {
  font-size: 0.75rem;
  margin-left: 0.625rem;
}
#header .searcher {
  position: relative;
}
#header .searcher .searh-form {
  border: 1px solid #000000;
}
#header .searcher .searh-form .form-control {
  color: #000000;
  background-color: transparent;
}
#header .searcher .searh-form .form-control:focus {
  color: #000000;
}
#header #searcher {
  opacity: 0;
  overflow: hidden;
}
@media (min-width: 840px) {
  #header #searcher {
    position: absolute;
    right: calc(100% + 1.875rem);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
  }
}
@media (min-width: 1024px) {
  .sticky-header #header #searcher .form-control {
    height: 2.5rem;
  }
  .sticky-header #header #searcher .btn-search {
    font-size: 1.375rem;
    height: 2.375rem;
    width: 2.375rem;
  }
}
@media (max-width: 839px) {
  #header #searcher {
    background-color: #FFFFFF;
    position: fixed;
    left: 0;
    top: 8.75rem;
    height: 0;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  #header #searcher .searh-form {
    height: 0;
  }
}
.show-search #header #searcher {
  opacity: 1;
  overflow: visible;
}
@media (min-width: 840px) {
  .show-search #header #searcher {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 26.25rem;
  }
}
@media (min-width: 1280px) {
  .show-search #header #searcher {
    width: 32.5rem;
  }
}
@media (min-width: 1366px) {
  .show-search #header #searcher {
    width: 40rem;
  }
}
@media (min-width: 1620px) {
  .show-search #header #searcher {
    width: 42.5rem;
  }
}
@media (max-width: 839px) {
  .show-search #header #searcher {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    height: 5rem;
    padding: 1.25rem;
  }
  .show-search #header #searcher .searh-form {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    height: 2.5rem;
  }
}
#header.bg-white * {
  color: #000000;
}

/* IDIOMA */
.lang .txt {
  font-family: "Helvetica LT W05 Bold", sans-serif;
  font-size: 1.125rem;
}
.lang .abbr {
  text-transform: uppercase;
}
@media (min-width: 680px) {
  .lang .lang-phone {
    display: none;
  }
}
@media (max-width: 679px) {
  .lang .lang-desk {
    display: none;
  }
}
.lang .tggl-lnk {
  padding: 0.3125rem 1.25rem;
  margin-right: -0.9375rem;
}
@media (max-width: 679px) {
  .lang .tggl-lnk {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
  }
}
.lang .lang-lst {
  min-width: inherit;
  margin-top: 0;
}
@media (max-width: 679px) {
  .lang .lang-lst {
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !important;
    will-change: none !important;
    top: inherit;
    left: inherit;
    border: none;
    float: none;
  }
}
.lang .lang-lst > li {
  padding: 0.3125rem 0;
}
.lang .lang-lst > li a {
  padding: 0 1.25rem;
}
@media (max-width: 679px) {
  .lang .lang-lst > li a {
    padding-right: 2.6875rem;
    padding-right: 0;
    padding-left: 0;
  }
}
.lang .lang-lst > li.current-lang {
  color: #989898;
}
.lang .lang-lst > li.current-lang a {
  color: #989898 !important;
}
.lang .lang-lst > li.current-lang a > * {
  color: #989898;
}

/* MENU USUARI */
.user-options .icon-lnk {
  position: relative;
}
.user-options .icon-lnk:after {
  background-color: #FFFFFF;
  top: auto;
  bottom: -1.875rem;
  width: 1.125rem;
  height: 1.125rem;
}
.user-options .user-log {
  -webkit-box-shadow: 0rem 0.0625rem 0.25rem rgba(0, 0, 0, 0.25);
          box-shadow: 0rem 0.0625rem 0.25rem rgba(0, 0, 0, 0.25);
  z-index: 990 !important;
  padding: 1.25rem 0.9375rem;
}
@media (min-width: 840px) {
  .user-options .user-log {
    top: calc(100% + 17px) !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
}
@media (min-width: 840px) and (max-width: 1365px) {
  .user-options .user-log {
    max-width: 11.25rem;
  }
}
@media (max-width: 839px) {
  .user-options .user-log {
    margin-top: 1.1875rem;
  }
}
.user-options .user-log .tit {
  color: #000000;
  display: block;
  margin-bottom: 0.3125rem;
}
.user-options .user-log .user-ident {
  margin-bottom: 0.625rem;
  color: #000000;
}
.user-options .user-log .user-ident .name {
  display: block;
  color: #000000;
}
.user-options .user-log .user-ident .ident {
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.user-options .user-log .lnk {
  color: #000000;
}
.user-options .user-log .lnk:hover {
  color: #CC0000;
}

/*******************************/
/*        NAVEGACIO WEB        */
/* SUBMENUS COMPARTIT */
.sub-menu {
  font-family: "Helvetica LT W05 Bold", sans-serif;
}
.sub-menu > li {
  font-size: 1.125rem;
  line-height: 1.1;
}
@media (min-width: 680px) {
  .sub-menu > li {
    font-size: 2.625rem;
  }
}
@media (min-width: 840px) {
  .sub-menu > li {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .sub-menu > li {
    font-size: 3.25rem;
  }
}
.sub-menu > li:not(:first-child) {
  margin-top: 0.9375rem;
}
@media (min-width: 680px) {
  .sub-menu > li:not(:first-child) {
    margin-top: 2.5rem;
  }
}

/* MENU HEADER I SUBMENU MOBIL */
@media (min-width: 680px) {
  .wb-menu {
    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: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.wb-menu > li {
  font-family: "Helvetica LT W05 Bold", sans-serif;
  padding-bottom: 0.9375rem;
}
@media (min-width: 680px) {
  .wb-menu > li {
    margin-right: 1.875rem;
    padding: 0;
  }
  .wb-menu > li:hover {
    cursor: pointer;
  }
  .wb-menu > li:hover .tggl-lnk .txt {
    color: #989898 !important;
  }
  .wb-menu > li:hover .tggl-lnk:after {
    background-color: #989898 !important;
  }
}
@media (min-width: 840px) {
  .wb-menu > li {
    margin-right: 2.8125rem;
  }
}
@media (min-width: 1024px) {
  .wb-menu > li {
    margin-right: 5.625rem;
  }
  .sticky-header .wb-menu > li {
    margin-right: 0;
    margin-left: 2.5rem;
  }
}
.wb-menu > li .tggl-lnk {
  position: relative;
  padding: 0.0625rem 0;
  margin: 0.3125rem 0;
}
@media (min-width: 680px) {
  .wb-menu > li .tggl-lnk {
    pointer-events: none;
    padding: 0.3125rem 0.0625rem;
    margin: 0;
  }
}
.wb-menu > li .tggl-lnk:after {
  background-color: #FFFFFF;
  position: absolute;
  display: block;
  content: "";
}
@media (min-width: 680px) {
  .wb-menu > li .tggl-lnk:after {
    left: 50%;
    right: 50%;
    bottom: 0;
    display: block;
    width: 0;
    height: 0.125rem;
    -webkit-transition: width 0.25s linear, left 0.25s linear, right 0.25s linear;
    transition: width 0.25s linear, left 0.25s linear, right 0.25s linear;
  }
}
@media (max-width: 679px) {
  .wb-menu > li .tggl-lnk:after {
    top: 50%;
    bottom: 50%;
    left: -0.625rem;
    height: 0;
    width: 0.125rem;
    -webkit-transition: height 0.25s linear, top 0.25s linear, bottom 0.25s linear;
    transition: height 0.25s linear, top 0.25s linear, bottom 0.25s linear;
  }
}
.wb-menu > li .tggl-lnk .txt {
  font-size: 1.5rem;
  color: #000000;
}
@media (min-width: 680px) {
  .wb-menu > li .tggl-lnk .ico {
    display: none;
  }
}
@media (min-width: 680px) {
  .wb-menu > li .tggl-lnk.active:after {
    width: 100%;
    left: 0;
    right: 0;
  }
}
@media (max-width: 679px) {
  .wb-menu > li .tggl-lnk[aria-expanded=true]:after {
    height: 100%;
    top: 0;
    bottom: 0;
  }
}
.wb-menu > li .sub-menu {
  padding: 0.625rem 1.25rem 0.9375rem 1.25rem;
}
@media (min-width: 680px) {
  .wb-menu > li .sub-menu {
    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;
  }
}

/* LAYOUT SUBMENU DESKTOP/TABLET */
.sub-nav {
  position: fixed;
  top: calc(6.25rem + 2.5rem);
  left: 0;
  width: 100%;
  height: calc(100vh - 6.25rem - 2.5rem);
  z-index: -1;
  opacity: 0;
  overflow-y: auto;
}
.sticky-header .sub-nav {
  top: 6.25rem;
  height: calc(100vh - 6.25rem);
}
@media (min-width: 680px) {
  .sub-nav {
    top: calc(8.4375rem + 2.5rem);
    height: calc(100vh - 8.4375rem - 2.5rem);
  }
  .sticky-header .sub-nav {
    top: 8.4375rem;
    height: calc(100vh - 8.4375rem);
  }
}
@media (max-width: 679px) {
  .sub-nav {
    display: none;
  }
}
@media (min-width: 1024px) {
  .sub-nav {
    top: 12.5rem;
    height: calc(100vh - 12.5rem);
  }
  .sticky-header .sub-nav {
    top: 3.75rem;
    height: calc(100vh - 3.75rem);
  }
}
@media (min-width: 680px) {
  .show-menu .sub-nav {
    opacity: 1;
    z-index: 1100;
  }
}
.sub-nav .container {
  height: 100%;
}
.sub-nav .sub-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 2.8125rem;
  height: 100%;
}
@media (min-width: 1024px) {
  .sub-nav .sub-wrap {
    padding-top: 3.75rem;
  }
}
@media (min-width: 1280px) {
  .sub-nav .sub-wrap {
    padding-top: 4.6875rem;
    -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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sub-nav .sub-wrap > * {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 1;
        flex-basis: 1;
  }
}
@media (max-width: 1279px) {
  .sub-nav .sub-wrap {
    -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;
  }
}
.sub-nav .sub-wrap .sub-menus {
  padding-right: 7.5rem;
}
@media (min-width: 1280px) {
  .sub-nav .sub-wrap .sub-menus {
    max-width: 55%;
  }
}
@media (max-width: 1279px) {
  .sub-nav .sub-wrap .serv-menu {
    margin-top: 4.6875rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 839px) {
  .sub-nav .sub-wrap .serv-menu {
    margin-top: 3.75rem;
  }
}

/* SUB MENU DESKTOP/TABLET */
.sub-menus .web-menu .sub-menu {
  display: none;
}
.sub-menus .web-menu.show-sub .sub-menu {
  display: block;
}

/* MENU SERVEIS */
.serv-menu > li {
  font-family: "Helvetica LT W05 Bold", sans-serif;
  font-size: 1.125rem;
  margin-bottom: 0.9375rem;
}
@media (min-width: 680px) {
  .serv-menu > li {
    font-size: 2.125rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1280px) {
  .serv-menu > li {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
}

/*******************************/
/* BOTONS */
/* base */
.btn {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  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;
  border-color: #000000;
  border-radius: 0rem;
  border-width: 0.0625rem;
  border-style: solid;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 2.375rem;
  padding: 0 0.9375rem;
  text-decoration: none !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  /* BOTO en NEGATIU */
  /* BOTO AMB BORDER */
  /* LOOK LINK */
  /* ESPAILLIURE BTNS */
}
@media (min-width: 480px) {
  .btn {
    font-size: 1rem;
    height: 2.375rem;
    padding: 0 1.125rem;
  }
}
@media (min-width: 1024px) {
  .btn {
    font-size: 1.125rem;
    height: 2.625rem;
    padding: 0 1.25rem;
  }
}
.btn:hover, .btn:focus, .btn:active {
  background-color: #CC0000;
  border-color: #CC0000;
  color: #FFFFFF;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn:focus, .btn:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn.btn-inv, .clr-inv .btn {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #000000;
}
.btn.btn-inv:hover, .btn.btn-inv:focus, .btn.btn-inv:active, .clr-inv .btn:hover, .clr-inv .btn:focus, .clr-inv .btn:active {
  background-color: #CC0000;
  border-color: #CC0000 !important;
  color: #FFFFFF;
}
.btn.btn-bdr.btn-inv {
  border-color: #000000;
}
.btn.lnk {
  background-color: transparent;
  border-color: transparent;
  text-decoration: underline !important;
  color: #000000;
}
.btn.lnk:hover {
  color: #CC0000;
}
.clr-inv .btn.lnk {
  color: #FFFFFF;
}
.clr-inv .btn.lnk:hover {
  color: #989898;
}
.bg-lliure-primary .btn {
  background-color: #FFC03F;
  color: #006060;
  border: 0;
}
.bg-lliure-primary .btn:hover {
  background-color: black;
  color: #FFC03F;
}
.bg-lliure-secondary .btn {
  background-color: #006060;
  color: #FFC03F;
  border: 0;
}
.bg-lliure-secondary .btn:hover {
  background-color: black;
  color: #FFC03F;
}

/* DISABLED */
.btn-disabled {
  background-color: #E9E9E9;
  border-color: #E9E9E9;
  color: #595959;
  pointer-events: none;
}

/* BOTO ICONA */
.btn-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;
  font-size: 1.25rem;
  height: 2.375rem;
  width: 2.375rem;
}
@media (min-width: 480px) {
  .btn-icon {
    font-size: 1.375rem;
    height: 2.375rem;
    width: 2.375rem;
  }
}
@media (min-width: 1024px) {
  .btn-icon {
    font-size: 1.625rem;
    height: 2.625rem;
    width: 2.625rem;
  }
}
.btn-icon .ico {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* botó gran (carousel, fitxa obra) */
.btn-big {
  height: 2.375rem;
  padding: 0 1.875rem;
  font-weight: 700;
}
@media (min-width: 480px) {
  .btn-big {
    height: 2.625rem;
    padding: 0 2.8125rem;
  }
}
@media (min-width: 1280px) {
  .btn-big {
    height: 3.4375rem;
    padding: 0 3.75rem;
  }
}

/* botó gran (banners) */
.btn-mid {
  height: 2.375rem;
  padding: 0 1.875rem;
}
@media (min-width: 480px) {
  .btn-mid {
    height: 2.625rem;
    padding: 0 2.8125rem;
  }
}
@media (min-width: 1024px) {
  .btn-mid {
    height: 2.625rem;
    padding: 0 3.75rem;
  }
}

/* botó petit (dropdowns) */
.btn-small {
  height: 1.875rem;
  padding: 0 0.9375rem;
  font-size: 0.875rem;
}

/* BOTÓ PLAY */
.btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.7);
  font-size: 3.125rem;
  width: 3.125rem;
  height: 3.125rem;
}
@media (min-width: 480px) {
  .btn-play {
    font-size: 4.375rem;
    width: 4.375rem;
    height: 4.375rem;
  }
}
@media (min-width: 1024px) {
  .btn-play {
    font-size: 6.25rem;
    width: 6.25rem;
    height: 6.25rem;
  }
}
.btn-play:hover {
  color: white;
}

/* LINKS */
.lnk {
  text-decoration: underline;
}

/* TOGGLES i COLLAPSES */
a[aria-expanded=false] .drop-cls,
button[aria-expanded=false] .drop-cls {
  display: block;
}
a[aria-expanded=false] .drop-opn,
button[aria-expanded=false] .drop-opn {
  display: none;
}
a[aria-expanded=true] .drop-cls,
button[aria-expanded=true] .drop-cls {
  display: none;
}
a[aria-expanded=true] .drop-opn,
button[aria-expanded=true] .drop-opn {
  display: block;
}

/* TOGGLE/DROPDOWNS */
.tggl-lnk {
  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;
}
.tggl-lnk [class*=drop-] {
  font-size: 0.75rem;
  margin-left: 0.9375rem;
}
.tggl-lnk:hover > * {
  cursor: pointer;
}

/* LINK AMB DESPLEGABLE AMB TRIANGLE */
.has-tri {
  position: relative;
}
.has-tri:after {
  position: absolute;
  left: 50%;
  top: 100%;
  display: none;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  z-index: 1010;
  content: "";
}
.has-tri[aria-expanded=true]:after {
  display: block;
}

/* TOGGLES */
/* MENU */
.tggl-menu {
  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;
}
.hide-menu .tggl-menu .hide-menu {
  display: none;
}
.show-menu .tggl-menu .show-menu {
  display: none;
}
.tggl-menu .ico.show-menu {
  font-size: 1.875rem;
}
.tggl-menu .ico.hide-menu {
  font-size: 1.5rem;
}

/* SEARCH */
.hide-search .tggl-search .hide-search {
  display: none;
}
.show-search .tggl-search .show-search {
  display: none;
}

/* LINKS AMB ICONA */
.ico-lnk {
  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;
  text-decoration: none;
}
.ico-lnk .ico {
  text-decoration: none;
  margin-right: 0.9375rem;
  font-size: 1.125rem;
}
@media (min-width: 680px) {
  .ico-lnk .ico {
    font-size: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .ico-lnk .ico {
    font-size: 1.375rem;
  }
}
.ico-lnk .ico[class*=icon-chevron] {
  margin-top: 0.125rem;
  margin-right: 0.375rem;
  font-size: 0.75rem;
}
@media (min-width: 680px) {
  .ico-lnk .ico[class*=icon-chevron] {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1280px) {
  .ico-lnk .ico[class*=icon-chevron] {
    font-size: 0.875rem;
  }
}
.ico-lnk .txt {
  text-decoration: underline;
}
.ico-lnk .txt + .ico {
  margin-left: 0.9375rem;
  margin-right: 0;
}
.ico-lnk .txt + .ico[class*=icon-chevron] {
  margin-left: 0.375rem;
}

/* ICONA SENSE TEXT */
.lnk-arrow {
  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;
  padding: 0 0.3125rem;
}
.lnk-arrow .ico {
  font-size: 0.75rem;
}
@media (min-width: 680px) {
  .lnk-arrow .ico {
    font-size: 0.875rem;
  }
}
@media (min-width: 1280px) {
  .lnk-arrow .ico {
    font-size: 1rem;
  }
}

/* SEE MORE */
.see-more {
  text-align: right;
}
.see-more .lnk {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  text-decoration: none;
}
.see-more .lnk .txt {
  text-transform: uppercase;
}
.see-more .lnk .ico {
  font-size: 0.75rem;
  margin-left: 0.5rem;
}

/* ACCESSIBILITAT */
.btn-access {
  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;
}
.btn-access .main-ico {
  font-size: 1.375rem;
}
@media (min-width: 680px) {
  .btn-access .main-ico {
    font-size: 1.5625rem;
  }
}
.btn-access .chevron {
  font-size: 0.75rem;
}
@media (min-width: 680px) {
  .btn-access .chevron {
    font-size: 0.9375rem;
  }
}
.btn-access:hover {
  color: #CC0000;
}

/* BARRA TOGGLE */
.tggl-inner {
  padding: 0.3125rem 0 0 0;
  border-bottom: 0.0625rem solid #000000;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* CONTROLS VIDEO */
.ctrl-video {
  background-color: rgba(0, 0, 0, 0.5);
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}
.ctrl-video .ico {
  font-size: 1.375rem;
  line-height: 1.375rem;
}
.ctrl-video:hover {
  background-color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}