:root {
  --color-negre: #191919;
  --color-accent-1: #b19bff;
  --color-accent-2: #ff5913;
}
.c-card-gallery__thumb,
.c-card-intro:before,
.c-header__options .btn.current:after {
  /* background-image: linear-gradient(221deg, var(--color-accent-1) 67%, var(--color-accent-2) 90%); */
}
.o-section-video {
  background-image: linear-gradient(to top, #363636, #222);
}
.o-section-media,
.o-section-programa-detall-media {
  background-image: linear-gradient(to top, #ff5881, #d93960);
}
.o-section-edu,
.o-section-programa-detall-edu {
  background-image: linear-gradient(to top, #6f0c69bb, #6f0c69);
}
.o-section-programa-detall-tech,
.o-section-tech {
  background-image: linear-gradient(to top, #5caff5bb, #5caff5);
}
.o-section-off,
.o-section-programa-detall-off {
  background-image: linear-gradient(to top, #171c78bb, #171c78);
}
.o-section-noticies,
.o-section-noticies-detall,
.o-section-programa .c-card-event__date,
.o-section-programa .c-card-event__description {
  background-image: linear-gradient(139deg, #eee 7%, #d8d8d8 88%);
}
.c-footer {
  background-image: linear-gradient(
    120deg,
    var(--color-negre) 10%,
    var(--color-accent-1) 79%,
    var(--color-accent-2) 118%
  );
}
.o-section-futurfest {
  background-image: linear-gradient(
    160deg,
    var(--color-negre) 11%,
    var(--color-accent-1) 80%,
    var(--color-accent-2) 105%
  );
}
.c-detail-ponent {
  background-image: linear-gradient(129deg, #eee 10%, #d8d8d8 84%);
}
.o-section-galeries {
  background-image: linear-gradient(144deg, #eee 6%, #d8d8d8 90%);
}
.o-section-galeries-detall {
  background-image: linear-gradient(161deg, #eee 1%, #d8d8d8 96%);
}
.o-section-edu,
.o-section-futurfest,
.o-section-media,
.o-section-off,
.o-section-programa-home,
.o-section-tech,
.o-section-video {
  padding: 30px 0;
}
.o-section__title {
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  text-align: center;
  color: #000;
  font-size: 2rem;
  letter-spacing: -0.01688rem;
  margin-bottom: 30px;
}
.o-section__subtitle {
  text-align: center;
  /* color: $white; */
  font-size: 1.125rem;
  letter-spacing: -0.00938rem;
}
.o-section__cta {
  width: 100%;
  height: 52px;
  border-radius: 4px;
  background-color: transparent;
  color: #000;
  font-size: 1rem;
  line-height: 1em;
  font-weight: 700;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column-align: center;
  justify-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 auto;
  border: 3px solid #000;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
}
.o-section__cta span {
  display: block;
  margin: auto;
}
.o-section__cta svg {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}
.c-header__nav .desplegable svg {
  width: 12px;
  margin-left: 3px;
  vertical-align: middle;
}
@font-face {
  font-family: lg;
  src: url(../fonts/lg.ttf?22t19m) format("truetype"),
    url(../fonts/lg.woff?22t19m) format("woff"),
    url(../fonts/lg.svg?22t19m#lg) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  font-family: lg !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 1.375rem;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 10;
  outline: none;
  border: none;
  background-color: transparent;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}
@keyframes a {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  to {
    left: 0;
  }
}
@keyframes b {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  to {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  animation: a 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  animation: b 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 12;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 1.5rem;
  height: 47px;
  line-height: 1.6875rem;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #eee;
  font-size: 1rem;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 10;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 700;
}
.lg-sub-html p {
  font-size: 0.75rem;
  margin: 5px 0 0;
}
#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 1rem;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item.lg-complete
  .lg-object {
  transform: scaleX(1);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translateZ(0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toggle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 1.5rem;
  height: 39px;
  line-height: 1.6875rem;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}
.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toggle-thumb:hover {
  color: #fff;
}
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 10;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../img/vimeo-play.png) no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../img/vimeo-play.png) no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url(../img/video-play.png) no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../img/youtube-play.png) no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../img/youtube-play.png) no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 13;
  opacity: 0;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scaleX(1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "\e311";
}
#lg-actual-size {
  font-size: 1.25rem;
}
#lg-actual-size:after {
  content: "\e033";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 10;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translateZ(0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: inset 0 0 0 2px #fff;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 50%;
  box-shadow: inset 0 0 0 8px hsla(0, 0%, 100%, 0.7);
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  box-shadow: inset 0 0 0 8px #fff;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  transition-delay: 0s;
  transform: translateZ(0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 0.875rem;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}
.lg-outer .lg-dropdown > li:hover .lg-icon,
.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 1.25rem;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e907";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e905";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e906";
}
.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}
.lg-rotate-left:after {
  content: "\e900";
}
.lg-rotate-right:after {
  content: "\e901";
}
.lg-icon.lg-flip-hor,
.lg-icon.lg-flip-ver {
  font-size: 1.625rem;
}
.lg-flip-hor:after {
  content: "\e902";
}
.lg-flip-ver:after {
  content: "\e903";
}
.lg-group {
  zoom: 1;
}
.lg-group:after,
.lg-group:before {
  display: table;
  content: "";
  line-height: 0;
}
.lg-group:after {
  clear: both;
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 0;
  outline: none;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url(../img/loading.gif) no-repeat scroll 50% transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 9;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
  display: none;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 7;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translateZ(0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
body {
  font-family: Space Grotesk, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
}
::-moz-selection {
  color: #fff;
  background: #000;
}
::selection {
  color: #fff;
  background: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  margin: 0;
}
address {
  font-style: normal;
}
p {
  margin: 0;
  line-height: 1.43;
  color: #000;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: currentColor;
  outline: none;
}
a:hover {
  text-decoration: underline;
}
button,
input,
select,
textarea {
  font-family: Space Grotesk, sans-serif;
  font-size: inherit;
  line-height: inherit;
  background-color: transparent;
  border: none;
  outline: none;
}
select {
  width: 100%;
  text-transform: none;
  box-sizing: border-box;
}
textarea {
  min-height: 50px;
}
img,
textarea {
  height: auto;
}
img {
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}
figure {
  margin: 0;
  line-height: 0;
}
figcaption {
  text-align: left;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: Space Grotesk;
  src: url(../fonts/SpaceGrotesk-Regular.woff) format("woff"),
    url(../fonts/SpaceGrotesk-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Space Grotesk;
  src: url(../fonts/SpaceGrotesk-Bold.woff) format("woff"),
    url(../fonts/SpaceGrotesk-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
.o-container {
  box-sizing: border-box;
  max-width: 1240px;
  padding: 0 15px;
  margin: 0 auto;
}
.content {
  z-index: 1;
  position: relative;
}
.o-section {
  position: relative;
  z-index: 1;
}
.o-section__cta:hover {
  background-color: #cacaca;
}
.o-section-intro .o-section__title,
.o-section-video .c-title {
  color: #fff;
}
.o-section-programa-home .o-section__cta {
  width: auto;
}
.o-section-off .o-section__title {
  color: #fff;
}
.o-section-off .o-section__title span {
  opacity: 0.6;
  letter-spacing: 0;
}
.o-section-off .o-section__subtitle {
  color: #fff;
}
.o-section-futurfest .o-section__subtitle,
.o-section-futurfest .o-section__title {
  color: #fff;
}
.o-section-noticies,
.o-section-ponents {
  padding-bottom: 40px;
}
.o-section-patrocinis {
  padding: 0 0 40px;
}
.o-section-patrocinis .u-grid {
  grid-row-gap: 0;
}
.o-section-patrocinis .u-grid > [class*="c-"] {
  border-bottom: 1px solid #979797;
}
.o-section-patrocinis .u-grid > [class*="c-"]:first-child {
  border-top: 1px solid #979797;
}
.o-section-patrocinis img {
  max-height: 150px;
}
.o-section-programa {
  padding-bottom: 40px;
}
.o-section-programa .c-card-event__date,
.o-section-programa .c-card-event__description {
  padding: 20px;
}
.o-section-galeries,
.o-section-galeries-detall {
  padding-bottom: 40px;
}
.o-section-signin .c-title {
  padding-top: 30px;
  font-size: 1.875rem;
}
.o-section-signin .c-form__button {
  font-size: 0.625rem;
  height: 30px;
  width: 100px;
}
.o-section-signin .c-form__button span {
  display: none;
}
.o-section-signin .c-form__check {
  padding: 20px 0;
}
.o-section-contacte {
  padding-bottom: 40px;
}
.u-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.u-flex-justify-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.u-flex-justify-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.u-show-xs {
  display: block;
}
.u-hide-xs {
  display: none;
}
.u-show-xs-only {
  display: block;
}
.u-hide-xs-only,
.u-show-lg-only,
.u-show-md-only,
.u-show-sm-only {
  display: none;
}
.u-hide-lg-only,
.u-hide-md-only,
.u-hide-sm-only {
  display: block;
}
.u-hide {
  display: none !important;
}
.u-color-white {
  color: #fff;
}
.u-color-black {
  color: #000;
}
.u-bg-color-black {
  background-color: #000;
}
.incrustat {
  height: 0;
  margin-bottom: 20px;
  padding-top: 30px;
  position: relative;
  overflow: hidden;
}
.incrustat embed,
.incrustat iframe,
.incrustat object {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.inc4-3 {
  padding-bottom: 75%;
}
.inc16-9 {
  padding-bottom: 56.25%;
}
.u-mb {
  margin-bottom: 1em;
}
.u-mb-2 {
  margin-bottom: 2em;
}
.u-mt {
  margin-top: 1em;
}
.u-mt-2 {
  margin-top: 2em;
}
.c-header {
  width: 100%;
  top: 0;
  z-index: 4;
}
.c-header .o-container {
  height: 65px;
}
.c-header-fixed {
  position: fixed;
}
.c-header:not(.c-header-fixed) {
  background-color: #000;
  position: -webkit-sticky;
  position: sticky;
}
.c-header__nav {
  display: none;
}
.c-header__nav a {
  color: #fff;
}
.c-header__nav .desplegable {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.c-header__nav .desplegable > a:hover {
  text-decoration: none;
}
.c-header__nav .desplegable .submenu {
  display: none;
}
.c-header__nav__btn {
  color: #fff;
  width: 25px;
  height: 15px;
  position: relative;
  cursor: pointer;
  padding: 0;
}
.c-header__nav__btn span {
  display: none;
}
.c-header__nav__btn:before {
  top: 0;
}
.c-header__nav__btn:after,
.c-header__nav__btn:before {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  left: 0;
  position: absolute;
  background-color: #fff;
}
.c-header__nav__btn:after {
  bottom: 0;
}
.c-header__brand {
  margin-right: auto;
  margin-left: auto;
  line-height: 0;
}
.c-header__brand svg {
  height: 50px;
  width: 50px;
}
.c-header__options .btn {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06625rem;
  line-height: 0.8125rem;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}
.c-header__options .btn.current {
  position: relative;
}
.c-header__options .btn.current:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  bottom: -5px;
  left: 0;
  position: absolute;
  margin: 0;
}
.c-header__options .btn + .btn {
  margin-left: 15px;
}
.c-header__options .btn-signin {
  outline: none;
  cursor: pointer;
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  /* letter-spacing: 0.0625rem; */
  letter-spacing: .025em;
  /* line-height: 0.6875rem; */
  line-height: 1;
  text-align: center;
  /* height: 30px; */
  width: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.3s;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
  padding-inline: 14px;
  padding-block: 10px;
}
.c-header__options .btn-signin span {
  display: none;
}
.c-header__options .btn-signin:hover {
  background-color: hsla(0, 0%, 100%, 0.3);
  text-decoration: none;
}
.c-header__options .btn-user {
  padding: 0 34px 0 0;
  background: url(../img/icon/angle.svg) no-repeat 95%;
}
.c-header__options > * {
  margin-left: 15px;
}
.c-header__options-logged {
  position: relative;
}
.c-header__options-logged .box {
  display: none;
}
.c-header__options-logged.open .box {
  display: block;
  position: absolute;
  top: 30px;
  right: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 2px 2px 10px 0 #e0e0e0;
  margin-left: 0;
}
.c-header__options-logged.open .box .c-user__head {
  padding: 30px;
}
.c-header__options-logged.open .box .c-user__head__txt {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.c-header__options-logged.open .box .c-user__head__txt .c-form__button {
  margin: 20px 0;
}
.c-header__options-logged.open .box .c-user__head__txt .c-form__cta {
  margin: 0 0 0 auto;
}
.c-header__options-logged.open .box .c-user__head__txt > * {
  text-align: left;
}
body:not(.transition-header)
  .c-header.c-header-fixed:not(.open)
  .c-header__nav
  .desplegable
  .submenu
  li {
  background-color: #151718ad;
}
.c-breadcrumb {
  padding: 20px 0;
}
.c-breadcrumb__item {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000;
}
.c-breadcrumb__item a {
  color: rgba(0, 0, 0, 0.5);
}
.c-breadcrumb__item + .c-breadcrumb__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}
.c-breadcrumb__item + .c-breadcrumb__item:before {
  content: "→";
  display: block;
  padding: 0 3px;
  color: rgba(0, 0, 0, 0.5);
}
.c-subhead-blog {
  -ms-flex-pack: center;
  justify-content: center;
}
.c-subhead-blog,
.c-subhead-blog a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}
.c-subhead-blog a {
  color: #13516c;
  font-size: 0.5625rem;
  font-weight: 600;
  line-height: 1.25rem;
}
.c-subhead-blog:after,
.c-subhead-blog a:before {
  content: "";
  background-color: #33e1ff;
  transform: rotate(15deg);
  width: 3px;
  display: block;
  height: 20px;
  margin: 0 5px;
}
.c-form__text {
  display: block;
  margin-bottom: 20px;
}
.c-form__text input[type="date"],
.c-form__text input[type="email"],
.c-form__text input[type="password"],
.c-form__text input[type="tel"],
.c-form__text input[type="text"] {
  border-radius: 0;
  border: 3px solid #161616;
  background-color: #fff;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  display: block;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  color: #616161;
  font-family: Space Grotesk, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.c-form__text input[type="date"]::-moz-placeholder,
.c-form__text input[type="email"]::-moz-placeholder,
.c-form__text input[type="password"]::-moz-placeholder,
.c-form__text input[type="tel"]::-moz-placeholder,
.c-form__text input[type="text"]::-moz-placeholder {
  color: #616161;
  opacity: 1;
}
.c-form__text input[type="date"]:-ms-input-placeholder,
.c-form__text input[type="email"]:-ms-input-placeholder,
.c-form__text input[type="password"]:-ms-input-placeholder,
.c-form__text input[type="tel"]:-ms-input-placeholder,
.c-form__text input[type="text"]:-ms-input-placeholder {
  color: #616161;
  opacity: 1;
}
.c-form__text input[type="date"]::placeholder,
.c-form__text input[type="email"]::placeholder,
.c-form__text input[type="password"]::placeholder,
.c-form__text input[type="tel"]::placeholder,
.c-form__text input[type="text"]::placeholder {
  color: #616161;
  opacity: 1;
}
.c-form__text input[type="date"]:focus,
.c-form__text input[type="email"]:focus,
.c-form__text input[type="password"]:focus,
.c-form__text input[type="tel"]:focus,
.c-form__text input[type="text"]:focus {
  outline: none;
  color: #616161;
}
.c-form__text span {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  color: #161616;
  font-family: Space Grotesk, sans-serif;
  margin-bottom: 5px;
  display: block;
}
.c-form__text input[type="password"] {
  letter-spacing: 0.1875rem;
}
.c-form__text textarea {
  border-radius: 0;
  border: 3px solid #161616;
  background-color: #fff;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  display: block;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  margin: 0;
  color: #616161;
  font-family: Space Grotesk, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.c-form__text textarea::-moz-placeholder {
  color: #616161;
  opacity: 1;
}
.c-form__text textarea:-ms-input-placeholder {
  color: #616161;
  opacity: 1;
}
.c-form__text textarea::placeholder {
  color: #616161;
  opacity: 1;
}
.c-form__text textarea:focus {
  outline: none;
  color: #616161;
}
.c-form__cta {
  text-align: center;
  color: #194146;
  font-family: Space Grotesk, sans-serif;
  font-size: 0.59375rem;
  font-weight: 600;
  letter-spacing: 0.05688rem;
  line-height: 0.75rem;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.c-form__cta:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  background-color: #dda64d;
}
.c-form__select {
  display: block;
  margin-bottom: 20px;
  cursor: pointer;
}
.c-form__select label {
  display: block;
  margin-bottom: 8px;
}
.c-form__select select {
  border: none;
  height: 40px;
  width: 100%;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #7f93a9;
  margin: 0;
  background-size: 20px;
  padding: 0 34px 0 0;
  background: #fff url(../img/icon/angle.svg) no-repeat 95%;
  font-family: Space Grotesk, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border-bottom: 1px solid hsla(24, 25%, 61%, 0.5);
}
.c-form__select select:focus {
  outline: none;
  color: #1f1f1f;
}
.c-form__select select::-ms-expand {
  display: none;
}
.c-form__select span {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #00a5c1;
  font-family: Space Grotesk, sans-serif;
}
.c-form__check {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: row;
  flex-direction: row;
  line-height: 1;
  position: relative;
  padding-bottom: 20px;
  width: 100%;
}
.c-form__check input[type="checkbox"] {
  display: none;
}
.c-form__check input[type="checkbox"]:checked + .fake-check:after {
  background: #fff url(../img/icon/check.svg) no-repeat 50%;
  background-size: 90%;
}
.c-form__check .fake-check:after {
  content: "";
  display: block;
  background: #fff;
  border: 1px solid hsla(24, 25%, 61%, 0.5);
  cursor: pointer;
  position: relative;
  z-index: 5;
  top: 0;
  left: 0;
  height: 12px;
  vertical-align: top;
  max-width: 12px;
  width: 12px;
  margin-right: 10px;
  border-radius: 50%;
}
.c-form__check p {
  color: #194146;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.03125rem;
  line-height: 0.8125rem;
}
.c-form__check p a {
  color: #194146;
  display: inline;
  text-decoration: underline;
}
.c-form__button {
  cursor: pointer;
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  line-height: 0.6875rem;
  text-align: center;
  background-color: #00a5c1;
  border-radius: 20px;
  height: 30px;
  width: 120px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 auto;
}
.c-form__button span {
  display: none;
}
.c-form__button-dark {
  background-color: #b49682;
}
.c-form__button-white {
  background-color: #fff;
  color: #004650;
}
.c-user__head {
  padding: 15px 0 45px;
  max-width: 90%;
  margin: 0 auto;
}
.c-user__head__thumb {
  -ms-flex-item-align: start;
  align-self: flex-start;
  max-width: 60px;
}
.c-user__head__thumb,
.c-user__head__txt {
  width: 100%;
}
.c-user__head__txt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: calc(100% - 75px);
  padding-left: 15px;
}
.c-user__head__txt__title {
  font-size: 1.125rem;
}
.c-user__head__txt__subtitle,
.c-user__head__txt__title {
  color: #194146;
  font-family: Space Grotesk, sans-serif;
  line-height: 1.5rem;
  text-align: right;
}
.c-user__head__txt__subtitle {
  font-size: 0.625rem;
  letter-spacing: 0.02625rem;
}
.c-user__navigation {
  max-width: 90%;
  margin: 0 auto 20px;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.c-user__navigation__item {
  color: #464646;
  font-family: Space Grotesk, sans-serif;
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  line-height: 0.75rem;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 5px 0;
}
.c-user__navigation__item + .c-user__navigation__item {
  margin-left: 15px;
}
.c-user__navigation__item.current {
  color: #dda64d;
}
.c-user__option {
  max-width: 90%;
  margin: 0 auto 30px;
}
.c-user__option-clave .c-form,
.c-user__option-pago .c-form,
.c-user__option-preferencias .c-form {
  padding: 40px 0;
}
.c-user__option-favoritos .c-user__navigation {
  border-bottom: 1px solid hsla(24, 25%, 61%, 0.5);
}
.c-user__option-favoritos .c-user__navigation__item {
  color: hsla(24, 25%, 61%, 0.5);
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-align: center;
  text-transform: none;
}
.c-user__option-favoritos .c-user__navigation__item.open {
  color: #3c828c;
}
.c-user__option-favoritos [data-tab-content]:not(.open) {
  display: none;
}
.c-user__option-favoritos [data-tab-content="ponencias"] .u-grid {
  grid-row-gap: 30px;
}
.c-user__option-favoritos [data-tab-content="personas"] {
  padding-bottom: 20px;
}
.c-user__option-favoritos
  [data-tab-content="personas"]
  > .c-speaker:last-child {
  margin-bottom: 0;
}
.c-card {
  box-sizing: border-box;
}
.c-card-intro {
  position: relative;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  /* background-image: linear-gradient(
    160deg,
    var(--color-negre) 11%,
    var(--color-accent-1) 80%,
    var(--color-accent-2) 105%
  ); */
  /* background:
  radial-gradient(circle at 70% 30%, var(--color-negre) 0%, rgba(0,0,0,0.9) 25%, transparent 60%),
  radial-gradient(circle at 30% 80%, var(--color-accent-2) 0%, rgba(255,89,19,0.8) 30%, transparent 70%),
  radial-gradient(circle at 80% 60%, var(--color-accent-1) 0%, rgba(177,155,255,0.6) 40%, transparent 80%),
  var(--color-negre); */
}
.c-card-intro .o-section__cta {
  background-color: #fff;
}
.c-card-intro .o-section__cta:hover {
  text-decoration: none;
  background-color: hsla(0, 0%, 100%, 0.3);
}
.c-card-intro__thumb {
  opacity: 1;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.c-card-intro__thumb,
.c-card-intro__thumb__item {
  -ms-flex-align: center;
  align-items: center;
  width: 100vw;
}
.c-card-intro__thumb__item {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column: 1;
  grid-column-start: 1;
  opacity: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  object-fit: cover;
  height: 100vh;
  filter: grayscale(100%);
}
.c-card-intro__thumb__item:first-child {
  opacity: 1;
}
.c-card-intro__txt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  z-index: 3;
  position: relative;
}
.c-card-intro__title {
  /* font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  letter-spacing: -0.025rem;
  text-shadow: 0 0 17px rgba(0, 0, 0, 0.5); */
}
.c-card-intro__title img {
  width: 66vw;
}
.c-card-intro__subtitle {
  /* font-weight: lighter; */
  line-height: 115%;
  /* letter-spacing: -0.0125rem; */
  padding-top: 1em;
}
.c-card-intro__subtitle + .c-card-intro__desc {
  margin-top: 15px;
  .o-section__cta {
    margin-top: 0;
  }
}
.c-card-intro__date,
.c-card-intro__subtitle {
  /* font-size: 1.5rem; */
  font-size: clamp(1.1875rem, 1.0455rem + 0.7102vw, 1.5rem);
  color: #fff;
  text-align: center;
  /* text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.95); */
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
}
.c-card-intro__date {
  font-weight: 600;
  /* line-height: 1.2; */
  line-height: 115%;
  /* margin-top: 10px; */
  margin-top: 1em;
  span {
    font-weight: 400;
  }
}
.c-card-intro__desc {
  font-size: 1.125rem;
  line-height: 1.22;
  width: 210px;
  text-align: center;
  /* margin-top: 10px; */
  margin-top: 3em;
}
.c-card-intro__cta,
.c-card-intro__desc {
  color: #fff;
}
.c-card-intro__cta {
  width: 290px;
  height: 51px;
  border-radius: 4px;
  background-color: #e0002a;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column-align: center;
  justify-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 90px;
}
.c-card-intro__cta span {
  display: block;
  margin: auto 0 auto auto;
  text-align: center;
}
.c-card-intro__cta svg {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  margin-right: auto;
}
.c-card-intro__cta:hover {
  text-decoration: none;
  background-color: #e0002a70;
}
.c-card-intro:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 2;
  /* background-image: linear-gradient(221deg, var(--color-accent-1) 67%, var(--color-accent-2) 90%); */
  background: linear-gradient(148deg, var(--color-negre) 11%, var(--color-accent-1) 63%, var(--color-accent-2) 100%);
  /* background:
  radial-gradient(circle at 70% 30%, var(--color-negre) 0%, rgba(0,0,0,0.9) 25%, transparent 60%),
  radial-gradient(circle at 30% 80%, var(--color-accent-2) 0%, rgba(255,89,19,0.8) 30%, transparent 70%),
  radial-gradient(circle at 80% 60%, var(--color-accent-1) 0%, rgba(177,155,255,0.6) 40%, transparent 80%),
  var(--color-negre); */
  mix-blend-mode: multiply;
}
.c-card-item {
  margin-bottom: 20px;
  position: relative;
}
.c-card-item__txt {
  width: 100%;
}
.c-card-item__thumb {
  margin-bottom: 3px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.c-card-item__thumb img {
  display: block;
  width: 100%;
}
.c-card-item__thumb-blend {
  mix-blend-mode: multiply;
  background-color: #d8d8d8;
  filter: grayscale(100%);
}
.c-card-item__thumb-degree:after {
  content: "";
  background-image: linear-gradient(139deg, #eee 7%, #d8d8d8 88%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
}
.c-card-item:hover .c-card-item__thumb-blend {
  filter: none;
}
.c-card-item__name {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}
.c-card-item__name a {
  color: #000;
}
.c-card-item__name a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.c-card-item__category {
  opacity: 0.5;
  font-size: 0.875rem;
  color: #000;
}
.c-card-item__title {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.00563rem;
  color: #000;
  margin-bottom: 50px;
}
.c-card-item__title a {
  color: #000;
}
.c-card-item__title a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.c-card-item__date {
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: -0.005rem;
  color: #4a4a4a;
}
.c-card-event {
  margin: 15px auto 0;
  color: #000;
}
.c-card-event__date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  line-height: 1.25;
}
.c-card-event__day {
  font-weight: 700;
}
.c-card-event__day,
.c-card-event__hour {
  font-size: 1rem;
  letter-spacing: -0.00813rem;
}
.c-card-event__hour {
  padding-left: 5px;
}
.c-card-event__hour + .c-card-event__hour {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-top: 5px;
  padding-left: 0;
}
.c-card-event__title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.0125rem;
  color: #000;
}
.c-card-event__title a {
  color: #000;
}
.c-card-event__subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.0125rem;
  color: #000;
}
.c-card-event__subtitle a {
  color: #000;
}
.c-card-event__description__title {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.0125rem;
}
.c-card-event__description__title a {
  color: #000;
}
.c-card-event__list .u-grid {
  -ms-grid-columns: 30% 1fr;
  grid-template-columns: 30% 1fr;
}
.c-card-event__list__title {
  font-size: 1rem;
  margin-bottom: 20px;
}
.c-card-event__ponents {
  margin-top: 0.5em;
  padding-left: 2em;
  list-style: disc;
  font-size: 1rem;
}
.c-card-event__ponents li {
  margin-bottom: 0.25em;
}
.c-card-gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  margin-bottom: 20px;
}
.c-card-gallery .c-card-gallery__thumb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
}
.c-card-gallery__thumb {
  line-height: 0;
  background-blend-mode: multiply;
}
.c-card-gallery__thumb a,
.c-card-gallery__thumb img {
  width: 100%;
  height: 100%;
}
.c-card-gallery__thumb img {
  object-fit: cover;
  opacity: 0.25;
}
#lightgallery .c-card-gallery__thumb img {
  opacity: 1;
}
.c-card-gallery__date {
  padding: 15px;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  color: #fff;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: -0.0625rem;
}
.c-card-gallery__date span {
  font-size: 3.75rem;
  letter-spacing: -0.03125rem;
  display: block;
}
.c-card-gallery__txt {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  padding: 15px;
}
.c-card-gallery__txt p {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
}
.c-card-gallery__back {
  border: 1px solid #979797;
  background-blend-mode: multiply;
  background-image: linear-gradient(to bottom, #4a4a4a, #4a4a4a);
  padding: 15px;
}
.c-card-gallery__back__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
}
.c-card-gallery__back__link span {
  color: #fff;
  margin-top: auto;
}
.c-card-gallery__back__link svg {
  width: 50px;
  height: 51px;
  object-fit: contain;
}
.c-card-contact {
  color: #000;
  font-size: 1.125rem;
  padding: 20px 0;
}
.c-card-contact a {
  color: #000;
}
.c-card-contact .u-flex {
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 15px;
}
.c-card-contact .u-flex svg {
  margin-right: 15px;
}
.c-card-contact .u-flex .c-icon {
  width: 40px;
  height: 40px;
}
.c-card-contact__title {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.2;
  color: #161616;
  font-family: Space Grotesk, sans-serif;
  margin-bottom: 20px;
  display: block;
}
.c-card-map {
  padding: 20px 0 0;
}
.c-card-map__title {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.2;
  color: #161616;
  font-family: Space Grotesk, sans-serif;
  margin-bottom: 20px;
  display: block;
}
.c-title {
  --color: #000;
  color: var(--color);
  font-style: normal;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1;
  position: relative;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.o-section-video .c-title {
  --color: #fff;
}
.c-title-subtitle {
  color: #000;
  font-size: 1.375rem;
  line-height: 2.25rem;
  text-align: center;
  padding-bottom: 20px;
}
.c-footer {
  padding: 95px 0;
}
.c-footer,
.c-footer__brand a {
  color: #fff;
}
.c-footer__date {
  font-size: 1.3125rem;
  line-height: 1.24;
  font-weight: 500;
  color: #fff;
}
.c-footer__nav {
  color: #fff;
}
.c-footer__nav__item {
  display: block;
  font-size: 1.3125rem;
  line-height: 1.24;
  color: #fff;
}
.c-footer__social {
  padding-top: 15px;
  -ms-flex-align: center;
  align-items: center;
}
.c-footer__social .c-icon {
  color: #fff;
  width: 24px;
  height: 24px;
}
.c-footer__social .c-icon + .c-icon {
  margin-left: 15px;
}
.c-footer__license {
  color: #fff;
  margin-top: 3em;
  text-align: right;
}
.c-footer__license p {
  color: #fff;
}
.c-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}
.c-icon .sr-only {
  display: none;
}
.c-icon svg {
  width: 24px;
  height: 24px;
}
.c-thumb {
  padding: 20px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-thumb .sr-only {
  display: none;
}
.c-detail {
  padding-top: 10px;
  max-width: 750px;
  margin: 0 auto;
}
.c-detail__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.0125rem;
}
.c-detail__subtitle,
.c-detail__title {
  color: #000;
  margin-bottom: 10px;
}
.c-detail__subtitle {
  font-size: 1.125rem;
}
.c-detail__date {
  display: block;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
.c-detail__body {
  font-size: 1.125rem;
  line-height: 1.31;
  margin-bottom: 2em;
}
.c-detail__body img {
  display: block;
}
.c-detail__body figcaption {
  margin-top: -15px;
}
.c-detail__body h2,
.c-detail__body h3,
.c-detail__body h4,
.c-detail__body h5 {
  font-size: 1.25em;
  font-weight: 700;
}
.c-detail__body p {
  line-height: 1.5;
  color: #000;
}
.c-detail__body p strong {
  font-weight: 600;
}
.c-detail__body a {
  font-weight: 700;
  color: #000;
}
.c-detail__body a,
.c-detail__body a:hover {
  text-decoration: underline;
}
.c-detail__body > :not(:last-child) {
  margin-bottom: 10px;
}
.c-detail__media {
  margin-bottom: 15px;
}
.c-detail__media__thumb img {
  width: 100%;
}
.c-detail-ponent {
  max-width: inherit;
}
.c-detail-ponent .u-grid {
  grid-row-gap: 20px;
}
.c-detail-ponent .c-card-item__thumb {
  max-width: 50%;
  margin: 0 auto;
}
.c-detail-ponent .c-card-event {
  background-image: linear-gradient(115deg, #fff 13%, #d8d8d8 80%);
  padding: 20px;
  margin: 20px;
  display: -ms-grid;
  display: grid;
  grid-row-gap: 15px;
  grid-column-gap: 20px;
  -ms-grid-columns: 30% 1fr;
  grid-template-columns: 30% 1fr;
}
.c-detail-ponent .c-card-event__date {
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-detail-ponent .c-card-event__title {
  font-size: 0.875rem;
  line-height: 0.86;
  font-weight: 700;
}
.c-detail-ponent .c-card-event__day,
.c-detail-ponent .c-card-event__hour {
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: -0.00688rem;
}
.c-detail-ponent .c-card-event__hour {
  padding-left: 0;
}
.c-detail-ponent__name {
  font-weight: 700;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: -0.0125rem;
}
.c-detail-ponent__type {
  color: #000;
  opacity: 0.51;
  line-height: 1.19;
  text-align: center;
  font-size: 1rem;
  max-width: 90%;
  margin: 0 auto 20px;
}
.c-detail-ponent__social {
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.c-detail-ponent__social .c-icon {
  color: #000;
  opacity: 0.51;
  width: 24px;
  height: 24px;
}
.c-detail-ponent__social .c-icon + .c-icon {
  margin-left: 15px;
}
.c-detail-programa {
  padding: 0;
  max-width: inherit;
}
.c-detail-programa .c-card-event__list__title,
.c-detail-programa .c-card-event__title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.0125rem;
  margin-bottom: 0;
  padding-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.c-detail-programa .c-card-event__list__title span,
.c-detail-programa .c-card-event__title span {
  font-weight: 700;
  display: block;
  padding-left: 5px;
}
.c-detail-programa .c-card-event__list {
  padding-bottom: 20px;
}
.c-detail-programa .c-card-event__list__title span {
  padding-left: 0;
}
.c-detail-programa .c-card-event__hour {
  padding-left: 0;
  display: none;
}
.c-detail-programa .c-card-item__thumb-blend {
  mix-blend-mode: inherit;
}
.c-detail-programa__type {
  font-size: 1.5rem;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.39;
  letter-spacing: -0.01875rem;
  text-align: left;
  color: #000;
}
.c-detail-programa__title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.0125rem;
  color: #000;
  margin-bottom: 0.5em;
}
.c-cookies {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 6;
  background: #ccc;
  color: #4b545c;
  height: auto;
  text-align: center;
}
.c-cookies .u-flex {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
.c-cookies .u-flex .c-form__button {
  background-color: #000;
  border-radius: 4px;
  margin-left: 0;
  padding: 5px;
  height: 40px !important;
}
.c-cookies .u-flex a:not(.c-form__button) {
  text-decoration: underline;
  color: #4b545c;
  font-size: 0.875rem;
  line-height: 1.4;
}
.c-cookies__txt {
  padding: 15px 0;
}
.c-cookies__msg {
  margin-bottom: 10px;
  font-size: 0.875rem;
  line-height: 1.4;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .o-section-edu,
  .o-section-futurfest,
  .o-section-media,
  .o-section-off,
  .o-section-programa-home,
  .o-section-tech,
  .o-section-video {
    padding: 145px 0;
  }
  .o-section__title {
    font-size: 4.5rem;
    letter-spacing: -0.05rem;
    margin-bottom: 60px;
  }
  .o-section__subtitle {
    font-size: 1.875rem;
    letter-spacing: -0.01875rem;
    line-height: 1.36;
    margin: 0 auto;
  }
  .o-section__cta {
    font-size: 1.3125rem;
    max-width: 270px;
    margin-top: 40px;
  }
  .o-container {
    padding: 0 40px;
  }
  .o-section-patrocinis {
    padding: 0 0 100px;
  }
  .o-section-patrocinis .u-grid-columns-2 > [class*="c-"]:first-child,
  .o-section-patrocinis .u-grid-columns-2 > [class*="c-"]:nth-child(2) {
    border-top: 1px solid #979797;
  }
  .o-section-patrocinis .u-grid-columns-3 > [class*="c-"]:first-child,
  .o-section-patrocinis .u-grid-columns-3 > [class*="c-"]:nth-child(2),
  .o-section-patrocinis .u-grid-columns-3 > [class*="c-"]:nth-child(3) {
    border-top: 1px solid #979797;
  }
  .o-section-patrocinis .u-grid-columns-4 > [class*="c-"]:first-child,
  .o-section-patrocinis .u-grid-columns-4 > [class*="c-"]:nth-child(2),
  .o-section-patrocinis .u-grid-columns-4 > [class*="c-"]:nth-child(3),
  .o-section-patrocinis .u-grid-columns-4 > [class*="c-"]:nth-child(4) {
    border-top: 1px solid #979797;
  }
  .o-section-patrocinis .u-grid-columns-6 > [class*="c-"]:first-child,
  .o-section-patrocinis .u-grid-columns-6 > [class*="c-"]:nth-child(2),
  .o-section-patrocinis .u-grid-columns-6 > [class*="c-"]:nth-child(3),
  .o-section-patrocinis .u-grid-columns-6 > [class*="c-"]:nth-child(4),
  .o-section-patrocinis .u-grid-columns-6 > [class*="c-"]:nth-child(5),
  .o-section-patrocinis .u-grid-columns-6 > [class*="c-"]:nth-child(6) {
    border-top: 1px solid #979797;
  }
  .o-section-programa .c-card-event {
    -ms-grid-columns: 25% 1fr;
    grid-template-columns: 25% 1fr;
  }
  .o-section-signin .c-form__button {
    height: 50px;
    width: 200px;
    font-size: 0.875rem;
    font-weight: 700;
    border-radius: 30px;
  }
  .o-section-signin .c-form__button span {
    display: block;
    padding: 0 0 0 3px;
  }
  .o-section-signin .c-form__check {
    padding: 40px 0;
  }
  .o-section-signin .u-grid-columns-2 {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
  .o-section-signin .u-grid-columns-2 div:nth-child(2) {
    border-left: 1px solid hsla(24, 25%, 61%, 0.5);
  }
  .o-section-contacte .u-grid {
    -ms-grid-columns: 1fr 35%;
    grid-template-columns: 1fr 35%;
    max-width: 768px;
    margin: 0 auto;
  }
  .o-section-intro + .content {
    padding-top: 15%;
  }
  .u-grid {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 0;
  }
  .u-grid-columns-2 {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .u-grid-columns-3 {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
  .u-grid-columns-4 {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
  .u-grid-columns-5 {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(5, 1fr);
  }
  .u-grid-columns-6 {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(6, 1fr);
  }
  .u-grid > [class*="c-"] {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .u-grid-start-1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }
  .u-grid-start-2 {
    -ms-grid-column: 2;
    grid-column-start: 2;
  }
  .u-grid-start-3 {
    -ms-grid-column: 3;
    grid-column-start: 3;
  }
  .u-grid-start-4 {
    -ms-grid-column: 4;
    grid-column-start: 4;
  }
  .u-grid-start-5 {
    -ms-grid-column: 5;
    grid-column-start: 5;
  }
  .u-grid-col-start-1 {
    -ms-grid-column: 1 !important;
    grid-column-start: 1 !important;
  }
  .u-grid-col-start-2 {
    -ms-grid-column: 2 !important;
    grid-column-start: 2 !important;
  }
  .u-grid-col-start-3 {
    -ms-grid-column: 3 !important;
    grid-column-start: 3 !important;
  }
  .u-grid-col-start-4 {
    -ms-grid-column: 4 !important;
    grid-column-start: 4 !important;
  }
  .u-grid-col-start-5 {
    -ms-grid-column: 5 !important;
    grid-column-start: 5 !important;
  }
  .u-grid-col-span-1 {
    -ms-grid-column-span: 1;
    -ms-grid-column: 1;
    grid-column: 1 / span 1;
  }
  .u-grid-col-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
    grid-column: 1 / span 2;
  }
  .u-grid-col-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 1;
    grid-column: 1 / span 3;
  }
  .u-grid-col-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 1;
    grid-column: 1 / span 4;
  }
  .u-grid-col-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 1;
    grid-column: 1 / span 5;
  }
  .u-grid-row-start-1 {
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  .u-grid-row-start-2 {
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  .u-grid-row-start-3 {
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
  .u-grid-row-start-4 {
    -ms-grid-row: 4;
    grid-row-start: 4;
  }
  .u-grid-row-start-5 {
    -ms-grid-row: 5;
    grid-row-start: 5;
  }
  .u-grid-row-start-6 {
    -ms-grid-row: 6;
    grid-row-start: 6;
  }
  .u-grid-row-start-7 {
    -ms-grid-row: 7;
    grid-row-start: 7;
  }
  .u-grid-row-start-8 {
    -ms-grid-row: 8;
    grid-row-start: 8;
  }
  .u-grid-row-start-9 {
    -ms-grid-row: 9;
    grid-row-start: 9;
  }
  .u-grid-row-start-10 {
    -ms-grid-row: 10;
    grid-row-start: 10;
  }
  .u-grid-row-span-1 {
    -ms-grid-row-span: 1;
    -ms-grid-row: 1;
    grid-row: 1 / span 1;
  }
  .u-grid-row-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 1;
    grid-row: 1 / span 2;
  }
  .u-grid-row-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 1;
    grid-row: 1 / span 3;
  }
  .u-grid-row-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 1;
    grid-row: 1 / span 4;
  }
  .u-grid-row-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 1;
    grid-row: 1 / span 5;
  }
  .u-grid-col-gap-20 {
    grid-column-gap: 20px;
  }
  .u-grid-col-gap-40 {
    grid-column-gap: 40px;
  }
  .u-grid-gap-20 {
    grid-gap: 20px !important;
  }
  .u-grid-gap-40 {
    grid-gap: 40px !important;
  }
  .u-show-sm.u-flex {
    display: -ms-flexbox;
    display: flex;
  }
  .u-show-sm:not(.u-flex) {
    display: block;
  }
  .u-hide-sm,
  .u-show-xs-only {
    display: none;
  }
  .u-show-sm-only {
    display: block;
  }
  .u-show-lg-only,
  .u-show-md-only {
    display: none;
  }
  .u-hide-xs-only {
    display: block;
  }
  .u-hide-sm-only {
    display: none;
  }
  .u-hide-lg-only,
  .u-hide-md-only {
    display: block;
  }
  .c-breadcrumb__item {
    font-size: 1.125rem;
    line-height: 1.67;
  }
  .c-subhead-blog a {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .c-subhead-blog:after,
  .c-subhead-blog a:before {
    height: 60px;
    margin: 0 15px;
  }
  .c-subhead-blog {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .c-form__text input[type="date"],
  .c-form__text input[type="email"],
  .c-form__text input[type="password"],
  .c-form__text input[type="tel"],
  .c-form__text input[type="text"],
  .c-form__text span,
  .c-form__text textarea {
    font-size: 1.3125rem;
  }
  .c-form__select select {
    font-size: 1.125rem;
  }
  .c-form__select span {
    font-size: 0.8125rem;
  }
  .c-form__check {
    max-width: inherit;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .c-form__button {
    height: 50px;
    border-radius: 30px;
    width: 200px;
    font-size: 0.75rem;
  }
  .c-form__button span {
    display: block;
  }
  .c-user__head {
    max-width: inherit;
    padding: 30px;
  }
  .c-user__head__thumb {
    max-width: 90px;
  }
  .c-user__head__txt {
    max-width: calc(100% - 115px);
    padding-left: 25px;
  }
  .c-user__head__txt__title {
    text-align: center;
    font-size: 1.5rem;
  }
  .c-user__head__txt__subtitle {
    text-align: center;
    font-size: 0.75rem;
    letter-spacing: 0.03125rem;
  }
  .c-user__navigation__item {
    font-size: 0.6875rem;
    letter-spacing: 0.06625rem;
    line-height: 0.8125rem;
  }
  .c-user__option-favoritos .c-user__navigation {
    max-width: inherit;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 0;
  }
  .c-user__option-favoritos .c-user__navigation__item {
    padding: 15px;
  }
  .c-user__option {
    max-width: inherit;
    padding: 0;
    margin: 0;
  }
  .c-card-intro__title {
/*     font-size: 6rem;
    letter-spacing: -0.05rem;
    line-height: 0.9; */
  }
  .c-card-intro__title img {
    width: 30vw;
    margin-top: 3em;
  }
  .c-card-intro__subtitle {
    letter-spacing: -0.01875rem;
  }

  .c-card-intro__subtitle {
    /* font-size: 2.25rem;
    line-height: 1.6; */
    font-size: 2rem;
    line-height: 145%;
  }

  .c-card-intro__date {
    font-size: 1.75rem;
    line-height: 145%;
  }

  .c-card-intro__date {
    margin-top: 2px;
  }
  .c-card-intro__desc {
    line-height: 2.81;
    width: inherit;
    margin-top: 0;
  }
  .c-card-intro__cta,
  .c-card-intro__desc {
    font-size: 1.3125rem;
  }
  .c-card-intro__cta {
    height: 59px;
  }
  .c-card-item__thumb {
    margin-bottom: 8px;
  }
  .c-card-item__name {
    font-size: 2.25rem;
  }
  .c-card-item__category,
  .c-card-item__title {
    font-size: 1.5rem;
  }
  .c-card-item__title {
    margin-bottom: 0;
    letter-spacing: -0.00813rem;
  }
  .c-card-item__date {
    font-size: 1.25rem;
    letter-spacing: -0.00688rem;
  }
  .c-card-event__date {
    display: block;
  }
  .c-card-event__hour {
    padding-left: 0;
  }
  .c-card-event__title {
    font-size: 3rem;
    letter-spacing: -0.03125rem;
  }
  .c-card-event__subtitle {
    font-size: 2.25rem;
    letter-spacing: -0.03125rem;
  }
  .c-card-event__description__title {
    font-size: 3rem;
    letter-spacing: -0.03125rem;
  }
  .c-card-event__ponents {
    font-size: 1.5rem;
    line-height: 1.17;
  }
  .c-card-event {
    margin-top: 60px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 165px 1fr;
    grid-template-columns: 165px 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 0;
    border-bottom: none;
  }
  .c-card-gallery {
    min-height: 365px;
    margin-bottom: 0;
  }
  .c-card-contact {
    position: -webkit-sticky;
    position: sticky;
    top: 105px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0;
  }
  .c-card-map {
    padding: 40px 0 0;
  }
  .c-title {
    padding-top: 40px;
    font-size: 3.75rem;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.02063rem;
  }
  .c-title,
  .c-title-subtitle {
    padding-bottom: 40px;
  }
  .c-footer__social {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .c-footer .u-grid > :nth-child(3) {
    justify-self: right;
  }
  .c-detail__title {
    font-size: 2.25rem;
    line-height: 1.14;
    letter-spacing: -0.01875rem;
  }
  .c-detail__subtitle,
  .c-detail__title {
    margin-bottom: 15px;
  }
  .c-detail__subtitle {
    font-size: 1.5rem;
  }
  .c-detail__body > :not(:last-child) {
    margin-bottom: 15px;
  }
  .c-detail__media {
    margin-bottom: 20px;
  }
  .c-detail-ponent .u-grid {
    -ms-grid-columns: 270px 1fr;
    grid-template-columns: 270px 1fr;
    max-width: 90%;
    margin: 0 auto;
  }
  .c-detail-ponent__name {
    font-size: 3.75rem;
    letter-spacing: -0.02063rem;
  }
  .c-detail-ponent__type {
    font-size: 1.5rem;
    margin: 0 0 20px;
    text-align: left;
    max-width: inherit;
  }
  .c-detail-ponent__social {
    margin-bottom: 40px;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .c-detail-ponent .c-card-item__thumb {
    max-width: inherit;
  }
  .c-detail-ponent .c-card-event__title {
    font-size: 1.5rem;
    line-height: 1;
  }
  .c-detail-ponent .c-card-event__day,
  .c-detail-ponent .c-card-event__hour {
    font-size: 1.3125rem;
    line-height: 1.14;
    letter-spacing: -0.01125rem;
  }
  .c-detail-ponent .c-card-event {
    margin: 0;
    max-width: inherit;
  }
  .c-detail-ponent {
    padding: 35px 0 50px;
  }
  .c-detail-programa__type {
    font-size: 2.25rem;
  }
  .c-detail-programa__title {
    font-size: 3.75rem;
    line-height: 1.14;
    letter-spacing: -0.03125rem;
  }
  .c-detail-programa .c-card-event__list__title span,
  .c-detail-programa .c-card-event__title span {
    padding-left: 0;
  }
  .c-detail-programa .c-card-event__list__title,
  .c-detail-programa .c-card-event__title {
    border-bottom: 1px solid #000;
    font-size: 1.5rem;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .c-detail-programa .c-card-event__hour {
    display: block;
  }
  .c-detail {
    padding: 60px 0 120px;
  }
  .c-cookies__msg {
    max-width: calc(100% - 300px);
  }
  .c-cookies .u-flex .c-form__button {
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  .o-section__title {
    font-size: 6rem;
    margin-bottom: 80px;
  }
  .o-section__subtitle {
    font-size: 2.25rem;
  }
  .o-section-signin .c-title {
    font-size: 3.75rem;
    line-height: 1;
  }
  .u-show-md.u-flex {
    display: -ms-flexbox;
    display: flex;
  }
  .u-show-md:not(.u-flex) {
    display: block;
  }
  .u-hide-md {
    display: none !important;
  }
  .u-show-sm-only,
  .u-show-xs-only {
    display: none;
  }
  .u-show-md-only {
    display: block;
  }
  .u-show-lg-only {
    display: none;
  }
  .u-hide-sm-only,
  .u-hide-xs-only {
    display: block;
  }
  .u-hide-md-only {
    display: none;
  }
  .u-hide-lg-only {
    display: block;
  }
  .c-header__nav .desplegable a:after {
    content: none;
  }
  .c-header__nav .desplegable:hover .submenu {
    display: block;
    position: absolute;
    top: 1em;
    min-width: 225px;
    box-shadow: 0 10px 35px -20px rgba(0, 0, 0, 0.5);
  }
  .c-header__nav .desplegable:hover .submenu li {
    font-size: 1.2rem;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    /* border-top: 1px solid $color-accent; */
    background-color: #000;
    cursor: pointer;
  }
  .c-header__nav .desplegable:hover .submenu li a {
    margin-left: 0.5em;
    display: block;
  }
  .c-header__nav .desplegable:hover .submenu li a:hover {
    text-decoration: underline;
  }
  .c-header__nav .desplegable:hover .submenu li:first-child {
    margin-top: 0.75em;
    border-top: 0;
  }
  .c-header__options .btn-signin {
    /* width: 174px; */
    width: fit-content;
    /* height: 50px; */
    font-size: 1.3125rem;
    transition: background-color 0.3s;
  }
  .c-header__options .btn-signin span {
    display: block;
    padding: 0 0 0 3px;
  }
  .c-header .o-container {
    height: 90px;
    transition: all 0.3s;
  }
  .c-header__brand {
    display: block;
    width: 90px;
    margin-left: 0;
  }
  .c-header__brand,
  .c-header__brand a {
    color: #fff;
  }
  .c-header__brand svg {
    height: 55px;
    width: 55px;
  }
  .c-header__options .idioma {
    padding-right: 65px;
  }
  .c-header__options-logged.open .box {
    width: 510px;
  }
  .c-header__nav {
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
  .c-header__nav li {
    padding: 0 5px;
    font-size: 1.3125rem;
    font-weight: 500;
    line-height: 1.5rem;
  }
  .c-header__nav li + li:not(.submenu li) {
    margin-left: 15px;
  }
  .c-header__nav li a.current {
    position: relative;
  }
  .c-header__nav li a.current:after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    bottom: -5px;
    left: 0;
    position: absolute;
    background-image: linear-gradient(140deg, var(--color-accent-1) 0, var(--color-accent-2) 88%);
  }
  .c-header__nav__btn {
    display: none;
  }
  .transition-header .c-header {
    position: fixed;
    background-color: #000;
    transition: background-color 0.3s;
  }
  .transition-header .c-header .o-container {
    height: 80px;
  }
  .transition-header .c-header .c-header__nav a {
    transition: all 0.3s;
  }
  .transition-header .c-header .c-header__nav__btn:after,
  .transition-header .c-header .c-header__nav__btn:before {
    background-color: #fff;
  }
  .transition-header .c-header .c-header__options .btn,
  .transition-header .c-header .c-header__options .btn-user {
    color: #fff;
  }
  .transition-header .c-header .c-header__options .btn-signin {
    background-color: hsla(0, 0%, 100%, 0.3);
    transition: all 0.3s;
  }
  .c-user__option-favoritos [data-tab-content="ponencias"] .u-grid {
    margin-left: 30px;
    margin-right: 30px;
  }
  .c-user__option-favoritos
    [data-tab-content="ponencias"]
    .u-grid
    > .c-event:first-child,
  .c-user__option-favoritos
    [data-tab-content="ponencias"]
    .u-grid
    > .c-event:nth-child(6n + 6) {
    border-left: none;
  }
  .c-card-event__day,
  .c-card-event__hour {
    font-size: 1.5rem;
    line-height: 1.17;
    letter-spacing: -0.0125rem;
  }
  .c-card-event__hour + .c-card-event__hour {
    margin-top: 10px;
  }
  .c-card-event__title {
    font-size: 3.75rem;
  }
  .c-card-event__subtitle {
    font-size: 3rem;
  }
  .c-card-gallery__date {
    font-size: 3.75rem;
  }
  .c-card-gallery__date span {
    font-size: 7.5rem;
  }
  .c-card-gallery__back {
    padding: 20px;
  }
  .c-card-gallery__back__link span {
    font-size: 1.5rem;
  }
  .c-card-gallery__back__link svg {
    width: 130px;
    height: 131px;
  }
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}
@media (min-width: 1140px) {
  .u-show-lg {
    display: block;
  }
  .u-hide-lg {
    display: none !important;
  }
  .u-show-md-only,
  .u-show-sm-only,
  .u-show-xs-only {
    display: none;
  }
  .u-hide-md-only,
  .u-hide-sm-only,
  .u-hide-xs-only,
  .u-show-lg-only {
    display: block;
  }
  .u-hide-lg-only {
    display: none;
  }
  .c-detail__body {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .c-header__options .btn-signin {
    display: none;
  }
  .o-section-programa-home .o-section__cta {
    margin-bottom: 2em;
    margin-top: 1em;
  }
  .o-section-patrocinis .u-grid-columns-2-xs > [class*="c-"]:nth-child(2) {
    border-top: 1px solid #979797;
  }
  .o-section-signin .o-container {
    max-width: 90%;
    margin: 0 auto;
  }
  .u-grid {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 15px;
  }
  .u-grid-columns-2-xs {
    grid-gap: 15px;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .u-grid-col-xs-start-1 {
    -ms-grid-column: 1 !important;
    grid-column-start: 1 !important;
  }
  .u-grid-col-xs-start-2 {
    -ms-grid-column: 2 !important;
    grid-column-start: 2 !important;
  }
  .u-grid-col-xs-start-3 {
    -ms-grid-column: 3 !important;
    grid-column-start: 3 !important;
  }
  .u-grid-col-xs-start-4 {
    -ms-grid-column: 4 !important;
    grid-column-start: 4 !important;
  }
  .u-grid-col-xs-span-1 {
    -ms-grid-column-span: 1;
    -ms-grid-column: 1;
    grid-column: 1 / span 1;
  }
  .u-grid-col-xs-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
    grid-column: 1 / span 2;
  }
  .u-grid-col-xs-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 1;
    grid-column: 1 / span 3;
  }
  .u-grid-col-xs-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 1;
    grid-column: 1 / span 4;
  }
  .u-grid-row-xs-start-1 {
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  .u-grid-row-xs-start-2 {
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  .u-grid-row-xs-start-3 {
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
  .u-grid-row-xs-start-4 {
    -ms-grid-row: 4;
    grid-row-start: 4;
  }
  .u-grid-row-xs-start-5 {
    -ms-grid-row: 5;
    grid-row-start: 5;
  }
  .u-grid-row-xs-start-6 {
    -ms-grid-row: 6;
    grid-row-start: 6;
  }
  .u-grid-row-xs-start-7 {
    -ms-grid-row: 7;
    grid-row-start: 7;
  }
  .u-grid-row-xs-start-8 {
    -ms-grid-row: 8;
    grid-row-start: 8;
  }
  .u-grid-row-xs-start-9 {
    -ms-grid-row: 9;
    grid-row-start: 9;
  }
  .u-grid-row-xs-start-10 {
    -ms-grid-row: 10;
    grid-row-start: 10;
  }
  .u-grid-row-xs-span-1 {
    -ms-grid-row-span: 1;
    -ms-grid-row: 1;
    grid-row: 1 / span 1;
  }
  .u-grid-row-xs-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 1;
    grid-row: 1 / span 2;
  }
  .u-grid-row-xs-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 1;
    grid-row: 1 / span 3;
  }
  .u-grid-row-xs-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 1;
    grid-row: 1 / span 4;
  }
}
@media (max-width: 991px) {
  .c-header {
    background-color: #000;
  }
  .c-header__options {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .c-header__options .btn:first-child {
    display: none;
  }
  .c-header__options .btn-signin,
  .c-header__options .btn:nth-child(2) {
    margin-left: auto;
  }
  .c-header__options-logged.open .box {
    width: calc(100% + 55px);
    margin-right: -15px;
    top: 40px;
  }
  .c-header__options-logged.open .box .c-user__head__thumb,
  .c-header__options-logged.open .box .c-user__head__txt__subtitle,
  .c-header__options-logged.open .box .c-user__head__txt__title {
    display: none;
  }
  .c-header__options-logged.open .box .c-user__head__txt {
    max-width: inherit;
  }
  .c-header__options-logged.open .box .c-user__head__txt .c-form__button {
    margin: 0 0 30px auto;
  }
  .c-header.open {
    position: fixed;
    width: 100%;
  }
  .c-header.open .c-header__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    top: 65px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 65px);
    background-color: #fff;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .c-header.open .c-header__nav .desplegable {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .c-header.open .c-header__nav .desplegable .submenu {
    display: none;
  }
  .c-header.open .c-header__nav .desplegable .submenu li {
    background-color: #fff;
  }
  .c-header.open .c-header__nav .desplegable:hover {
    padding-bottom: 0;
  }
  .c-header.open .c-header__nav .desplegable:hover .submenu {
    display: block;
    padding-top: 15px;
  }
  .c-header.open .c-header__nav .desplegable:hover .submenu a {
    padding-left: 30px;
  }
  .c-header.open .c-header__nav li:not(.lang) {
    padding: 15px;
    font-size: 1.125rem;
    line-height: 1.5rem;
    border-top: 1px solid #000;
  }
  .c-header.open .c-header__nav .lang,
  .c-header.open .c-header__nav li:not(.lang) {
    font-weight: 600;
    color: #000;
  }
  .c-header.open .c-header__nav .lang {
    margin-top: auto;
    font-size: 0.6875rem;
    letter-spacing: 0.06625rem;
    line-height: 0.8125rem;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-left: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .c-header.open .c-header__nav .lang:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 5px;
    background-color: #dda64d;
  }
  .c-header.open .c-header__nav a {
    color: #000;
    padding-left: 15px;
  }
  .c-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0;
  }
  .c-footer__brand {
    -ms-flex-order: 0;
    order: 0;
    text-align: center;
  }
  .c-footer__brand,
  .c-footer__social {
    padding-bottom: 15px;
  }
  .c-footer__social {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-footer__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 15px;
    -ms-flex-order: 3;
    order: 3;
  }
  .c-footer__nav__item {
    display: block;
    font-size: 1.3125rem;
    line-height: 1.24;
  }
  .c-footer__nav__item + .c-footer__nav__item {
    margin-top: 5px;
  }
}
