* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  margin: 0 auto;
  background-color: black;
  color: #ece7e1;
  font-family: 'Matter', Arial;
  font-size: 24px;
  line-height: 30px;
  display: flex;
  flex-direction: column;
}

.b {
  display: block;
}

.b.row {
  display: flex;
}

.b.film {
  padding-top: 30px;
  padding-bottom: 34px;
}

.mobile {
  display: none;
}

body.info .b {
  padding-bottom: 146px;
}

body.info .b.bodyrow {
  padding-right: 20%;
}

body.info #main .b:last-of-type {
  padding-bottom: 95px;
}

.clear {
  clear: both;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
}

a {
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
}

.calendarlist a, .arxiu a, .calendar a {
  -webkit-transition: color 0ms ease;
  -moz-transition: color 0ms ease;
  -ms-transition: color 0ms ease;
  -o-transition: color 0ms ease;
  transition: color 0ms ease;
}

a, a:hover {
  color: #ece7e1
}

.subscriute, .home .links a, footer .b .c, .arxiulink {
  font-size: 46px;
  line-height: 50px;
}

.subscriute:hover {
  color: #ece7e1;
}

body.parent_films .subscriute:hover {
  color: black;
}

body.home .subscriute, body.p_1020 footer .subscriute {
  background-color: #ece7e1;
  color: black;
}

body.info .subscriute, body.tipologia .subscriute {
  background-color: transparent;
  color: black;
}

#main {
  flex: 1 0 auto;
}

#main .linkdestacado a {
  color: #ece7e1 !important;
}

#main .linkdestacado a:hover {
  color: black !important;
}

a:hover {
  text-decoration: none;
  color: #818181;
}

.current a, .languages a.current {
  text-decoration: underline;
}

.b h4, .b.summary .rowcontent, body.noticia .noticia .destacat, .descripcio, .titleside, body.info #content .b.bodyrow {
  font-size: 32px;
  line-height: 38px;
}

.logo, .b.full img {
  width: 100%;
  height: auto;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  padding-right: 40px;
  padding-left: 40px;
}

h2 {
  font-size: 56px;
  line-height: 60px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding: 0px;
}

.btn, .btn:hover, .btn:focus {
  border-radius: 0px;
  background-color: #ece7e1;
  color: black;
  border: solid 1px black;
  font-size: 17px;
  line-height: 20px;
}

.btn:hover, .btn:focus {
  background-color: black;
  color: #ece7e1;
}

.calltoaction {
  margin-top: 8px;
}

.cien {
  width: 100%;
}

.calendar {
  border-collapse: collapse;
}

.calendar td {
  vertical-align: top;
  height: 80px;
  border-top: solid 1px;
}

nav {
  padding: 20px 40px;
}

nav ul {
  padding: 0px;
  text-align: center;
  width: 100%;
  /* Your element needs a fixed width */
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
}

nav.interior ul {
  display: block;
}

nav ul li {
  display: inline-block;
  list-style: none;
}

nav ul li a:hover {
  color: #ece7e1;
}

body.hasbottombutton {
  padding-bottom: 57px;
}

body.info nav ul li a:hover {
  color: black
}

nav.interior li {
  margin: 0px 30px;
}

nav.interior li.back {
  position: absolute;
  left: 16px;
}

body.asided {
  /*overflow-y: hidden;*/
}

aside {
  display: block;
  position: fixed;
  height: 100vh;
  width: 60px;
  right: 0px;
  top: 0px;
  text-align: center;
  border-left: solid 1px;
  background-color: black;
  z-index: 9999;
}

aside.open {
  width: calc(50vw + 20px);
}

aside.open #toggler {
  display: none;
}

aside, aside .toggler {
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.asidecontent {
  width: calc(50vw + 60px);
  height: 100vh;
  position: absolute;
  text-align: left;
  padding-top: 16px;
  overflow-y: scroll;
  margin-left: 60px;
}

aside.open .asidecontent {
  z-index: 99;
  margin-left: 0px;
}

aside .toggler {
  display: inline-block;
  position: absolute;
  background: none;
  transform-origin: bottom left;
  transform: rotate(-90deg);
  line-height: 24px;
  width: 100vh;
  bottom: 0px;
  left: 41px;
  overflow: visible;
  opacity: 1;
}

aside .toggler:hover {
  color: #ece7e1;
}

.hasside #main, .hasside nav, .hasside footer {
  width: calc(100% - 60px);
  margin-left: 0px;
}

.b {
  border-top: solid 1px;
  margin: 0px -40px;
  padding: 24px 40px;
  width: calc(100% + 80px);
  padding-right: 24px;
}

body.info {
  background-color: #ece7e1;
}

body.info .wrapburger, body.info .wrapburger * {
  background-color: transparent;
}

body .wrapburger {
  background-color: black;
}

body.info .wrapburger {
  background-color: #ece7e1;
}

body.info .b li {
  list-style: none;
  margin-left: -40px;
}

body.info .b li:before {
  content: "-";
  margin-right: 8px;
}

.b.row {
  padding-top: 30px;
  padding-bottom: 30px;
}

body .b.full {
  padding: 0px;
  padding-bottom: 0px;
}

.b.bteaser h2 {
  width: 100%;
  display: block;
}

a.film {
  display: block;
}

.noticia .portada img {
  border-top: solid 1px #ece7e1;
}

.films .film {}

.films .film img {
  width: auto;
  height: 60px;
  margin-top: -39px;
}

.spacer {
  letter-spacing: -3px;
  font-family: arial !important;
}

.filmtitle {
  display: inline-block;
  font-size: 105px;
  line-height: 100px;
  width: 100%;
}

.films .film .filmtitle {
  float: left;
  margin-bottom: 10px;
}

.films .film .infofilm {
  clear: both;
}

.films .film .session, .films .film .autor {
  float: left;
  margin-right: 30px;
}

.descripcio {
  padding-bottom: 15px;
}

body.film .filmtitle {}

body.film .sessiodate {
  text-decoration: underline;
}

body.film #content {
  padding-bottom: 70px;
}

body .session .linkpagament {
  color: #ece7e1 !important;
}

.bottombar {
  position: fixed;
  bottom: 0px;
  width: 100%;
  text-align: center;
  z-index: 999;
  line-height: 32px;
  padding: 12px 0px;
}

.hasside .bottombar {
  width: calc(100% - 60px);
}

.cercabar {
  background-color: black;
  border-top: solid 1px #ece7e1;
  width: 100%;
  margin-left: -40px;
  padding: 0px;
}

.cercainit {
  padding: 14px 0px;
  display: block;
}

nav.interior.nomenu {
  background-color: black;
}

.formcerca input, .formcerca .cercainit, .filtrar a {
  padding: 14px 0px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
}

.filtrar a {
  padding-left: 18px;
  background-color: black;
  color: #ece7e1;
}

.cercabar .chide input, .cercabar .cercainit.chide {
  padding: 0px;
}

.chide {
  height: 0px;
  overflow: hidden;
  padding: 0px;
  display: block;
}

.formcerca #cercasubmit, .filtrar .inputsubmit {
  width: auto;
  background: transparent;
  border: none;
  position: absolute;
  right: 27px;
  bottom: 0px;
  color: #AAAAAA;
}

.formcerca #cercainput {
  text-align: center;
  border: none;
}

.filtrar .inputsubmit {
  bottom: initial;
  top: 13px;
  right: 41px;
  color: #ece7e1;
}

textarea:focus, input:focus {
  outline: none;
}

.cercabar .lupa {
  width: 20px;
  height: auto;
  margin-top: -2px;
  margin-left: 3px;
}

.linkpagamentgeneral {
  background-color: #ece7e1;
  left: 0px;
}

body #main .linkpagamentgeneral a {
  color: black !important;
  margin-left: 15px;
  margin-right: 15px;
}

body #main .linkpagamentgeneral {
  color: black !important;
  border-top: solid 1px black;
}

body #main .linkpagamentgeneral a.togglercomprasessions {
  color: black !important;
}

body.film #content .session {
  margin-bottom: 34px;
}

body.film #content .session:last-child {
  margin-bottom: 15px;
}

.b.summary {
  border-top: none;
}

.b.summary .rowcontent {
  padding-bottom: 40px;
}

.altresesions {
  background-color: black;
  color: #ece7e1;
}

.altresesions * {
  color: #ece7e1;
}

.b.first {
  border-top: none !important;
}

.altresesions .b.first {
  border-top: solid 1px black !important;
}

.altresesions .b {
  border-color: #ece7e1 !important;
  border-bottom: solid 1px black !important;
}

#main .altresesions .b a {}

.altresesions h3 {
  font-size: 46px;
  line-height: 50px;
}

body .b.subscriute {
  padding-bottom: 24px;
}

body.info * {
  background-color: #ece7e1;
  color: black;
}

footer {
  flex-shrink: 0;
}

footer .b .c {
  margin-bottom: 25px;
}

footer .logo {
  padding-top: 53px;
  padding-bottom: 57px;
}

.toggle {
  font-size: 17px;
  line-height: 20px;
  color: #818181 !important;
}

.cyclenav {
  position: absolute;
  width: 50%;
  float: left;
  height: 100%;
  top: 0px;
  z-index: 999;
  cursor: pointer;
}

.cyclenav.cycle-next {
  right: 0px;
  cursor: url("../img/next.png"), auto;
}

.cyclenav.cycle-prev {
  cursor: url("../img/prev.png"), auto;
}

.calendar .header {
  font-weight: normal;
}

.calendar .sessio {
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 16px;
  display: block;
}

.calendar .day {
  padding-top: 12px;
  padding-bottom: 26px;
  width: 8%;
}

.calendar .day.past, .calendar .day.past a, .calendar .day.past a:hover * {
  color: #565656 !important;
}

.calendar .sessio:hover {
  text-decoration: none;
  color: #276EF1;
}

.calendarlist {
  margin-top: 4px;
}

.calendarlist td {
  vertical-align: top;
}

.p_1056 .data {
  font-size: 56px;
  line-height: 60px;
  margin: 25px 0px;
}

.b.festival {
  background-color: black;
  color: #ece7e1;
  font-size: 80px;
  line-height: 80px;
  text-align: center;
  border-top: none;
  padding: 42px 0px;
}

footer .extra {
  margin-top: 25px;
}

body .colaborador img {
  height: 60px !important;
  width: auto !important;
}

body.info .colaborador img {
  mix-blend-mode: darken;
}

.colaborador {
  margin-bottom: 20px;
  display: inline-block;
  margin-right: 40px;
}

.togglercomprasessions {
  width: 100%;
  display: block;
  margin-left: 0px;
}

.chide {
  height: 0px;
  opacity: 0;
  overflow: hidden;
}

.cshow {
  height: auto;
  opacity: 1;
}

.calendarlist .dianum {
  font-size: 46px;
  line-height: 50px;
  font-weight: normal;
}

.calendarlist .dianame {
  font-weight: normal;
}

.calendarlist .monthname {
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  padding-left: 40px;
}

.calendarlist th {
  vertical-align: bottom;
}

.calendarlist table {
  width: 100%;
}

.calendarlist table .first {
  width: 15%;
}

.calendarlist table .second {
  width: 40%;
}

.calendarlist table .third {
  width: 50%;
}

.calendarlist .day {
  border-bottom: solid 1px;
  padding-bottom: 40px;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 50px;
}

.calendarlist .day:last-of-type {
  border-bottom: none;
  margin-bottom: 0px;
}

body.p_1234 .b:first-child, body.info #content .b:first-child {
  border-top: none;
}

body.p_1233 footer {
  margin-bottom: 62px;
}

#closeaside {
  position: fixed;
  right: -60px;
  top: 25px;
  cursor: pointer;
  transition: all 200ms ease;
}

aside.open #closeaside {
  position: fixed;
  right: 40px;
}

#closeaside img {
  width: 25px;
  height: 25px;
}

.noticias .tipologia {
  transform-origin: center left;
  transform: rotate(-90deg);
  position: absolute;
  right: 0px;
  height: 40px;
  width: 200px;
  float: right;
  margin-top: 200px;
  margin-right: -105px;
  text-align: right;
}

.noticias .filmtitle {
  width: calc(100% - 24px);
  float: left;
}

.noticias .container-fluid {
  padding: 20px;
}

.noticias .noticia {
  padding-bottom: 70px;
}

.noticias .noticia .hour {
  display: none;
}

.noticias .titles {
  margin-top: 27px;
}

.portada {
  margin-left: -40px;
  margin-right: -40px;
}

.portada img {
  width: 100%;
}

.noticias h1 {}

.home .claim {
  font-size: 24px;
  line-height: 30px;
  padding-top: 33px;
  padding-bottom: 40px;
  padding-right: 40%;
}

.lastlast .b {
  padding: 17px 40px !important;
}

.fancybox-slide {
  padding: 0px !important;
  background-color: black !important;
}

.fancybox-content {
  width: 100% !important;
  height: 100% !important;
}

.fancybox-toolbar {
  opacity: 1 !important;
}

.fancybox-button {
  background: transparent !important;
  right: 7px;
  opacity: 1 !important;
}

.fancybox-button svg {
  width: 35px !important;
  height: 35px !important;
}

.arxiu th, .arxiu td {
  cursor: pointer;
}

.arxiu tr:hover td {
  color: #276EF1;
}

.arxiu #arxiufoto {
  display: none;
}

.arxiu #arxiufoto.active {
  display: block;
  position: absolute;
}

.arxiulink {
  padding-bottom: 85px;
  border-bottom: solid 1px black;
}

.arxiulink:hover {
  border-bottom: solid 1px #ece7e1;
}

.arxiulink.black {
  border-top: solid 1px black;
}

.arxiulink.black:hover {
  border-bottom: solid 1px #ece7e1;
}

.p_1234 .arxiulink {
  margin-top: 100px;
}

body.noticia .noticia h1 {
  font-weight: 500;
  font-size: 130px;
  line-height: 82px;
  margin-bottom: 15px;
}

body.noticia .noticia {
  padding-top: 58px;
}

body.noticia nav {
  border-bottom: solid 1px;
}

body.noticia .noticia .fecha {
  margin-bottom: 41px;
  margin-top: 10px;
}

body.noticia .noticia .portada {
  margin-bottom: 50px;
}

body.noticia .noticia .destacat {
  margin-bottom: 50px;
}

body.noticia .noticia .maintext {
  width: 75%;
}

body.noticia .noticia .maintext img {
  margin-bottom: 50px;
  margin-top: 35px;
  max-width: 100%;
}

body .invert {
  color: black;
  background-color: #ece7e1;
}

body .invert.black {
  color: #ece7e1;
  background-color: black;
}

body .invert:hover {
  color: #ece7e1;
  background-color: black;
}

body .invert.black:hover {
  color: black;
  background-color: #ece7e1;
  border-color: black;
}

.row.b img {
  width: 100%;
  height: auto;
}

body.info nav {
  position: fixed;
  border-bottom: solid 1px;
  z-index: 1000;
  width: 100%;
}

nav.interior.sessions {
  background-color: black;
  position: fixed;
  border-bottom: solid 1px;
}

#main.sessions, body.info #main, .p_1234 #main, #main.subinfo {
  padding-top: 64px;
}

body.info .b.full.first {
  padding-bottom: 0px;
}

nav.subinfo a {
  text-decoration: none;
}

body.parent_sessions .films a.film:hover * {
  color: black !important;
}

body .b.bbottom {
  padding-bottom: 24px;
}

body.info .b.full * {
  background: transparent;
}

body.p_1020 .films .film:hover {
  border-color: #ece7e1;
  color: #ece7e1;
}

body.parent_sessions aside .calendarlist tr:hover td, body.parent_sessions aside .calendarlist tr:hover *, body.parent_films aside .calendarlist tr:hover td {
  color: black !important;
}

.cycle-slideshow {
  background-color: black !important;
}

.b.invert.veureresta:hover {
  color: #ece7e1 !important;
}

.b.lastb.black {
  border-bottom: solid 1px #ece7e1;
}

body.parent_films aside .calendarlist .sessio:hover .filmtitlecal a {
  color: black !important;
}

#cercainput::placeholder {
  color: #AAAAAA;
}

body.p_1056 .calendar a {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 16px;
  display: block;
}

body.info.menu_main #content .b:first-child {
  border-top: solid 1px;
}

.sololinea {
  display: none;
}

.plussesion {
  font-weight: 900;
  font-size: 25px;
  line-height: 22px;
  float: left;
}

.fancybox-stage {
  right: 60px !important;
  left: 60px !important;
}

.fancybox-toolbar {
  visibility: visible !important;
  display: block !important;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1 !important;
  background-color: black;
}

/* DISABLED */
.cercabar {
  display: none;
}

.sololinea {
  display: block;
  border-top: solid 1px #ece7e1;
  height: 1px;
  margin-left: -40px;
  margin-right: -40px;
}

body.parent_sessions .sololinea {
  border-top: solid 1px black;
}

body .cercasessiomobile {
  color: black;
  pointer-events: none;
}

body .arxiulink {}

body .colaborador.fonsnormal img {
  mix-blend-mode: initial !important;
}

.colaborador.logogran img {
  height: 80px !important;
}

.pwcmb-widget {
  font-size: 18px;
  line-height: 20px;
}

.home .pwcmb-widget, .p_1020 .pwcmb-widget {
  background-color: #ECE7E1;
  color: #000000;
}

.pwcmb-widget button {
  border: solid 1px #000000;
  background-color: transparent;
  size: 18px;
  line-height: 20px;
  padding: 10px 20px;
  margin-left: 20px;
}

.pwcmb-widget a {
  color: #000000;
}

.pwcmb-widget--notice p {
  margin-bottom: 0px;
}

#cookie-manager {
  z-index: 99999;
}

.pwcmb-widget__close {
  display: none;
}

.hasside .pwcmb-widget {
  padding-right: 60px;
}

/** CAMBIOS SOCIS **/
body.info .b li {
  margin-left: -20px;
}

body.info .b li:before {
  content: "→";
  margin-left: -20px;
}

.h6, h6 {
  font-size: 18px;
  line-height: 20px;
}

.btn.btnnegative {
  background-color: black;
  color: #ece7e1;
}

.btn.btnhollow {
  border: solid 1px #ece7e1;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #ece7e1 !important;
}

.btn.btnhollow:hover {
  background-color: #ece7e1;
  color: black;
}

.calltoaction {
  margin-right: 20px;
}

.b blockquote h6 {
  display: none;
}

#festesociabtn {
  background-color: #ECE7E1;
  color: #000000;
  width: 80px;
  height: 80px;
  position: fixed;
  text-align: center;
  border-radius: 99999999px;
  font-size: 18px;
  line-height: 20px;
  padding-top: 19px;
  left: 40px;
  bottom: 40px;
  z-index: 9999;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pwcmb-active #festesociabtn {}

.pwcmb-widget--message {
  display: none !important;
}

.infiniteslide_wrap {
  background-color: #ECE7E1;
  z-index: 99999;
  min-height: 40px;
  position: fixed;
  top: 0px;
}

.infiniteslider {}

.infiniteslider .inf {
  color: #000000;
  font-size: 18px;
  line-height: 20px;
  margin-right: 40px;
  padding-top: 8px;
  padding-bottom: 9px;
}

.hasbottombutton #festesociabtn, .p_1056 #festesociabtn {
  bottom: 96px;
}

.barraentradas .asidecontent {
  margin-top: 30px;
  height: calc(100vh - 30px);
}

.barraentradas aside #closeaside {
  top: 55px
}

body.barraentradas {
  padding-top: 40px;
}

.pwcmb-option-wrapper {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 4px;
}

/* Create a custom checkbox */
.pwcmb-option-wrapper label {
  background-color: #AAAAAA;
  border: 0px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 15px;
  left: 0;
  position: absolute;
  top: 0;
  width: 15px;
}

.pwcmb-option-wrapper label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 3px;
  transform: rotate(-45deg);
  width: 9px;
}

.pwcmb-option-wrapper span {
  display: block;
  margin-left: 25px;
  min-width: 200px;
  margin-top: -3px;
  font-weight: 400;
}

.pwcmb-option-wrapper input[type="checkbox"] {
  visibility: hidden;
}

.pwcmb-option-wrapper input[type="checkbox"]:checked+label {
  background-color: #66bb6a;
  border-color: #66bb6a;
}

.pwcmb-option-wrapper input[type="checkbox"]:checked+label:after {
  opacity: 1;
}
.p_6734 .li_7730{
 opacity: 0;
}

.tipo_avis{
  background-color: #ECE7E1;
      padding-right: 40px;
    padding-left: 40px;
    margin-left: -40px;
    margin-right: -40px;
    color:black;
    .filmtitle a{
         color:black;
    }
    *{
      color:black !important;
    }
    &.notext{
      padding-bottom:0px !important;
      
      .textos{
        display: none;
      }
    }
}

.popup{
   @media (max-width: 768px) {
        z-index: 87927492734982943 !important;
   }
  &.noimatge{
    svg path{
          fill: black;
    }
  }
  position: fixed;
    width: 100%;
    height: 100dvh;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
  .wrap{
    display: flex;
    position: relative;
    background-color: #ECE7E1;
    width: 420px;
    min-height: 480px;
    flex-direction: column;

    @media (max-width: 768px) {
       width:100%;
       height: 100dvh;
      
    }
    .closebtn{
      position: absolute;
      top:10px;
      right: 10px;
      svg{
            display: block;
      }
    }
    .text{
      flex:1;
      padding: 20px;
      font-size: 18px;
      line-height: 120%;
      display: flex;
    flex-direction: column;
            justify-content: space-between;
      .btn{
        margin-top: 15px;
        font-size: 18px;
        padding: 10px;
        &:hover{
          color:#ECE7E1;
        }
      }
    }
    *{
      color:black;
    }
    img{
      width: 100%;
    }
    h3{
      margin-bottom: 20px;
      font-size: 24px;
    }
  }
}