:root {
  --custom-black: #121212;
  --white: white;
  --dark-orchid: #b227f2;
  --deep-pink: #dc4682;
  --slate-blue: #764afe;
  --dodger-blue: #4b89d7;
  --medium-spring-green: #0fe3a0;
  --dark-slate-grey: #404040;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
}

p {
  color: #fff;
  margin-bottom: 10px;
  font-family: Atsurt;
  font-size: 40px;
  font-weight: 300;
  line-height: 52px;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 120px;
  display: flex;
  position: fixed;
}

.section {
  color: #fff;
  background-color: #0000;
  font-family: Atsurt;
  font-size: 80px;
  font-weight: 300;
  line-height: 88px;
}

.o-container {
  z-index: 1;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transform-origin: 50%;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.o-container.zindex-4 {
  z-index: 4;
  display: block;
}

.o-container.zindex-4.container--flex-vertical {
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  display: flex;
}

.o-container.container-absolute {
  position: absolute;
}

.o-container.o-container--100vh {
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
}

.o-container.o-container-form-ayuda {
  margin-bottom: 140px;
}

.c-hero__content {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  padding-bottom: 88px;
  display: flex;
  position: relative;
}

.like-a-rolling-stone {
  border: 1px solid var(--custom-black);
  color: var(--custom-black);
  background-color: #121212;
  border-radius: 0;
  height: auto;
  padding-top: 170px;
  display: none;
  position: relative;
}

.mercado {
  background-image: linear-gradient(77.36deg, #b227f2 11.83%, #dc4682 98.72%);
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 300;
  line-height: 88px;
}

.heading-t {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Atsurt;
  font-size: 80px;
  font-weight: 300;
  line-height: 88px;
}

.nav__link {
  color: #fff;
  background-color: #0000;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 18px;
  line-height: 14px;
}

.nav__link.w--current {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--white);
}

.nav__link.nav__link--last {
  padding-left: 0;
  padding-right: 0;
}

.nav__link.nav__link--last.w--current {
  opacity: .6;
  padding-right: 0;
}

.nav__link.nav__link--hidden {
  display: none;
}

.nav__link.nav__link--lang-left {
  margin-right: 5px;
  font-size: 14px;
}

.nav__link.nav__link--lang-left.nav__link--lang-active {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--white);
  opacity: 1;
  font-size: 14px;
}

.nav__link.nav__link--lang-left.nav__link--lang-active.w--current {
  font-size: 14px;
  line-height: 14px;
}

.nav__link.nav__link--lang-right {
  margin-left: 5px;
  margin-right: 0;
  font-size: 14px;
}

.nav__link.test-hide-nav-link {
  display: none;
}

.nav {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.background-video {
  z-index: -1;
  width: 100%;
  height: 100vh;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
}

.background-video.background-video--mobile, .background-video.m-background-video--mobile {
  display: none;
}

.o-heading-one {
  opacity: 1;
  color: #fff;
  letter-spacing: -.03em;
  max-width: 1060px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 88px;
}

.o-heading-one.heading-one--opacity {
  opacity: .6;
}

.o-heading-one.heading-one--withmargin {
  opacity: 0;
  margin-top: 100px;
  margin-bottom: 40px;
}

.o-heading-one.heading-one--mb40 {
  margin-bottom: 0;
}

.o-heading-one.heading-one--withmargin {
  opacity: 0;
  margin-top: 100px;
  margin-bottom: 40px;
  padding-top: 100px;
}

.o-button {
  text-align: center;
  letter-spacing: .04em;
  background-color: #0000;
  border: 1px solid #fff;
  width: 100%;
  max-width: 328px;
  padding: 40px 20px;
  font-size: 14px;
  line-height: 24px;
}

.o-button.o-button--menu {
  display: block;
}

.o-button.o-button--narrow {
  opacity: 1;
  letter-spacing: .08em;
  border-color: #fff6;
  width: 100%;
  margin-top: 0;
  padding: 14px 0;
  font-family: Atsurt;
  font-weight: 300;
  display: block;
}

.o-button.o-button--narrow.o-button--narrow--inline {
  text-transform: uppercase;
  width: auto;
  margin-top: 40px;
  padding-left: 55px;
  padding-right: 55px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  display: block;
}

.o-button.o-button--narrow.o-button--full-width {
  max-width: none;
}

.c-hero__content__wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.o-scrollable-section__mask {
  z-index: 1;
  background-image: linear-gradient(to bottom, transparent, var(--custom-black));
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.o-scrollable-section__mask.zindex-4 {
  z-index: 4;
  background-image: linear-gradient(#0000, #121212);
}

.o-scrollable-section__mask.o-scrollable-section__mask--50vh {
  opacity: 1;
  background-color: #0000;
  background-image: linear-gradient(#0000 50%, #121212);
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  top: 0%;
}

.text-span {
  opacity: .6;
}

.heading-one--opacity {
  opacity: 1;
}

.div-block {
  background-color: #fff;
  border-radius: 100%;
  width: 440px;
}

.paragraph {
  opacity: 1;
  width: auto;
  max-width: 563px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.c-canal__cols__col-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 44px;
  padding-right: 0;
  display: flex;
}

.o-nav__animation-trigger {
  z-index: 4;
  background-color: #0000;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 300px 0% auto auto;
}

.image {
  z-index: -1;
  width: 270px;
  height: auto;
  display: block;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%)translate(0, -50%)rotate(90deg);
}

.div-block-2 {
  display: block;
}

.paragraph-2 {
  max-width: 733px;
}

.text-span-2 {
  opacity: .6;
}

.slideshow {
  background-color: #000;
  width: 100%;
  height: 600vh;
  display: block;
  position: relative;
}

.bg01 {
  background-image: url('../images/_C9A9181.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.bg01.bg-scroll {
  width: 100%;
}

.bg02 {
  background-image: url('../images/Rectangle-72.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-scroll {
  width: 100%;
  height: 100vh;
}

.bg-scroll.bg01 {
  z-index: 3;
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/scrollslider-bg1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-end;
  display: block;
  position: sticky;
  inset: 0% auto auto 0%;
}

.bg-scroll.bg02 {
  z-index: 2;
  opacity: 0;
  background-image: url('../images/slider-03.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  display: block;
  position: sticky;
  inset: 0% auto auto 0%;
}

.bg-scroll.bg03 {
  z-index: 1;
  opacity: 0;
  background-image: url('../images/scrollslider-bg3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  display: block;
  position: sticky;
  inset: 0% auto auto 0%;
}

.bg-scroll.bg04 {
  z-index: 0;
  opacity: 0;
  background-image: url('../images/music-fans-peque.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
}

.section-5 {
  height: 100vh;
}

.div-block-3 {
  width: 100%;
  height: 100vh;
  position: sticky;
}

.o-heading-three {
  z-index: 5;
  opacity: 1;
  color: #fff;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 53px;
  position: relative;
}

.o-heading-three.o-heading-three--maxwidth {
  z-index: 5;
  float: left;
  clear: none;
  perspective: none;
  transform: ;
  transform-origin: 50%;
  text-align: left;
  letter-spacing: normal;
  padding-left: 0;
  padding-right: 37px;
  display: block;
  position: relative;
}

.scrollable-section__title {
  margin-bottom: 80px;
}

.text-span-3 {
  opacity: .6;
}

.background-video-2 {
  z-index: 4;
  border-radius: 16px;
  width: 375px;
  height: 667px;
  margin-bottom: -52px;
}

.app {
  background-color: #121212;
  padding-top: 160px;
}

.text-span-4 {
  opacity: .6;
}

.c-app__cols__col-1 {
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  padding-left: 0;
  display: flex;
}

.c-app__cols {
  padding-top: 0;
}

.slider {
  color: #000;
  background-color: #121212;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.full-image {
  background-image: url('../images/slider-05.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  margin-top: 48px;
  position: relative;
  top: -48px;
}

.c-slider__wrap {
  overflow: hidden;
}

.c-slider__wrap.c-slider__wrap--slideshow {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.slide-nav-4 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: none;
  top: auto;
  bottom: -80px;
}

.image-text-block.slideshow__texts__block {
  opacity: 1;
  position: static;
}

.image-text-block.slideshow__texts__block.slideshow__texts__block--active {
  opacity: 1;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.mask-3 {
  height: auto;
}

.c-slider__cols__images {
  opacity: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.c-slider__cols__images.c-slideshow_images_img--active {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.slide-2 {
  margin-left: 0;
  margin-right: 0;
}

.image-text-block__title {
  text-align: center;
  letter-spacing: -.01em;
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.c-slider__slide {
  text-align: right;
  background-image: linear-gradient(120deg, #764afe, #4b89d7 65%, #0fe3a0);
  margin-left: 0;
  margin-right: 0;
  padding-top: 153px;
  padding-bottom: 153px;
}

.c-slider__slide.c-slider__slide--blue {
  z-index: auto;
  float: none;
  opacity: 1;
  object-fit: fill;
  object-position: 50% 50%;
  background-image: linear-gradient(120deg, #764afe, #4b89d7 50%, #0fe3a0);
  padding-top: 154px;
  padding-bottom: 105px;
  position: relative;
  top: 0;
  bottom: 0;
}

.c-slider__slide.c-slider__slide--pink {
  background-color: #ea3fa0;
  background-image: none;
}

.c-slider__slide.c-slider__slide--green {
  background-image: linear-gradient(120deg, #0fe3a0, #32afc0 70.16%, #4198ce 78.97%, #4f84da 88.5%, #764afe);
}

.c-slider__slide.c-slider__slide--viola {
  background-image: linear-gradient(120deg, var(--dark-orchid) 11.85%, var(--deep-pink));
}

.c-slider__slide.c-slider__slide--blue {
  z-index: auto;
  float: none;
  opacity: 1;
  object-fit: fill;
  object-position: 50% 50%;
  background-image: linear-gradient(120deg, #764afe, #4b89d7 50%, #0fe3a0);
  height: 100%;
  padding-top: 154px;
  padding-bottom: 105px;
  position: relative;
  top: 0;
  bottom: 0;
}

.c-slider__slide.c-slider__slide--orange {
  background-color: #604fb6;
  background-image: none;
}

.c-slideshow__texts--left-arrow {
  display: block;
}

.c-slider {
  z-index: 0;
  text-align: left;
  background-color: #0000;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.slide {
  text-align: left;
  height: auto;
}

.c-slideshow__texts--right-arrow {
  display: block;
}

.slide-nav-2 {
  background-color: #0000;
  margin-top: -70px;
  display: none;
  position: relative;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.image-text-block__text {
  opacity: .6;
  text-align: center;
  letter-spacing: .01em;
  max-width: 264px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 24px;
}

.c-slideshow__texts {
  background-color: #0000;
  height: auto;
  margin-top: 112px;
  margin-left: auto;
  margin-right: auto;
}

.image-7 {
  position: relative;
}

.image2 {
  object-fit: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 624px;
  height: 718px;
  padding-top: 62px;
  padding-left: 62px;
  display: block;
}

.image1 {
  object-fit: cover;
  width: 405px;
  height: 375px;
  position: absolute;
  inset: 0% 219px auto auto;
}

.c-slider__left-arrow, .c-slider__right-arrow {
  display: none;
  position: absolute;
}

.text-block {
  opacity: .6;
  color: #fff;
  text-align: left;
  letter-spacing: -1%;
  text-transform: none;
  white-space: normal;
  margin-bottom: 40px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  overflow: visible;
}

.text-span-5 {
  opacity: .6;
}

.text-block-2 {
  color: #fff;
  letter-spacing: -3%;
  object-fit: cover;
  flex: none;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 70px;
  line-height: 72px;
  position: absolute;
}

.c-slider__cols {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-slider__cols__col-2 {
  padding-right: 0;
}

.c-slider__cols__col-1, .c-canal__cols_col-1 {
  padding-left: 0;
}

.image-8, .image-9, .image-10, .image-11 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-span-6 {
  opacity: .6;
}

.slider-right {
  background-color: var(--custom-black);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.slider-left {
  background-color: var(--custom-black);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 32px;
  display: flex;
}

.c-slider__custom-arrows__wrap {
  align-items: center;
  display: flex;
}

.c-slider__custom-arrows {
  z-index: 6;
  width: 100%;
  margin-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: auto auto 17% 0%;
}

.text-span-7, .text-span-8 {
  opacity: .6;
}

.o-nav__animation-trigger--mobile {
  width: 40px;
  height: 40px;
  position: absolute;
}

.footer {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 64px;
}

.text-block-3 {
  opacity: .6;
  color: #fff;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.link {
  color: #fff;
  margin-bottom: 20px;
  margin-right: 32px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.body {
  background-color: #121212;
}

.section-10 {
  padding-top: 300px;
}

.text-block-4 {
  color: #fff;
  max-width: 960px;
  margin-bottom: 60px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.heading-2 {
  color: #fff;
  margin-bottom: 60px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 300;
}

.heading-3 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.text-span-9 {
  color: #fff;
  text-align: left;
  text-decoration: underline;
}

.link-2, .link-3 {
  color: #fff;
}

.brand-color, .brand-color.w--current {
  display: none;
}

.brand-2 {
  max-width: 200px;
  display: block;
}

.brand-2.w--current {
  opacity: 1;
}

.o-button--mobile {
  display: none;
}

.body-2 {
  background-color: #121212;
  overflow: visible;
}

.contact {
  background-color: var(--custom-black);
  margin-top: 0;
  padding-top: 160px;
  padding-bottom: 97px;
}

.paragraph-3 {
  margin-bottom: 120px;
  font-size: 48px;
  font-weight: 300;
  line-height: 62px;
}

.text-span-10 {
  opacity: .6;
}

.text-block-5 {
  color: #fff;
  font-family: Atsurt;
  font-size: 48px;
  font-weight: 300;
}

.icon {
  color: #fff;
}

.dropdown-toggle {
  padding-left: 0;
}

.text-field {
  display: block;
}

.text-field.contact-form-input {
  opacity: .4;
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  height: auto;
  font-family: Atsurt;
  font-size: 112px;
  font-weight: 300;
  line-height: 120px;
  display: block;
}

.text-field-2 {
  display: block;
}

.text-field-2.contact-form-input {
  display: none;
}

.div-block-6 {
  opacity: 1;
  display: flex;
}

.o-button--submit {
  color: #fff;
  text-align: left;
  background-color: #0000;
  margin-top: 68px;
  margin-left: 0;
  font-family: Atsurt;
  font-size: 24px;
  font-weight: 300;
  display: block;
}

.select-field {
  color: #fff;
  white-space: normal;
  background-color: #0000;
  border: 0 solid #fff3;
  border-bottom-width: 2px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 40px 0 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
}

.field-label {
  color: #fff;
  border: 1px #000;
  margin-bottom: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.div-block-8 {
  margin-bottom: 40px;
  display: flex;
}

.contact-form-input {
  background-color: #0000;
  border: 0 #000;
  height: auto;
  padding-left: 0;
  font-family: Atsurt;
  font-size: 112px;
  font-weight: 300;
  line-height: 120px;
  display: none;
}

.contact-form-input.contact-form-input--active {
  opacity: 1;
  color: #fff;
  margin-bottom: 40px;
  padding-left: 0;
  display: block;
}

.contact-form-input.contact-form-input--active.contact-form-input--select {
  color: #999;
  margin-top: 40px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 60px;
}

.contact-form-input.contact-form-input--name {
  margin-top: 26px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  display: block;
}

.contact-form-input.contact-form-input--name.contact-form-comments {
  font-size: 40px;
}

.contact-form-input.contact-form-input--email {
  margin-bottom: 40px;
}

.contact-form-input.contact-form-input--toggle {
  object-fit: fill;
  margin-bottom: 40px;
  display: none;
  overflow: visible;
}

.contact-form-input.contact-form-input--toggle.contact-form-input--active {
  margin-bottom: 40px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  display: block;
}

.contact-form-input.contact-form-input--toggle.contact-form-input--active.contact-form-input-small {
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 30px;
}

.contact-form-input.contact-form-input--toggle.contact-form-input--active.contact-form-input-small:focus {
  background-color: #0000;
}

.contact-form-input.contact-form-input--toggle.contact-form-input--active.contact-form-input-small.contact-form-input-multiline {
  border-bottom: 0 #ffffff4f;
  min-height: 125px;
  margin-bottom: 40px;
  padding-left: 45px;
}

.contact-form-input.contact-form-input--toggle.contact-form-input--active.contact-form-input-small.contact-form-input-multiline.contact-form-input-observaciones {
  border: 1px solid var(--custom-black);
  margin-top: 20px;
  padding-top: 20px;
}

.field-label-2 {
  color: #fff;
  margin-right: 48px;
  font-family: Atsurt;
  font-size: 112px;
  font-weight: 300;
  line-height: 136px;
}

.c-footer__content {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.c-footer__links {
  align-items: flex-start;
  display: flex;
}

.body-nosotros {
  background-color: var(--custom-black);
  padding-top: 0;
}

.text-span-11 {
  opacity: .6;
}

.c-nosotros__title {
  margin-top: 0;
  padding-top: 280px;
  padding-bottom: 200px;
}

.text-span-12 {
  opacity: .6;
}

.equipo {
  background-image: linear-gradient(140.98deg, var(--slate-blue), var(--dodger-blue) 52%, var(--medium-spring-green));
  padding-top: 0;
  padding-bottom: 152px;
  display: none;
  position: relative;
}

.text-block-6 {
  font-size: 20px;
  line-height: 28px;
}

.c-name-role {
  color: #fff;
  margin-bottom: 32px;
  font-family: Atsurt;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.text-span-13 {
  opacity: .6;
}

.column-6 {
  position: absolute;
  inset: -200px 0% auto auto;
}

.text-span-14 {
  opacity: .6;
}

.c-oficinas__cols__image {
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}

.image-12 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.c-oficinas__cols__col-1 {
  padding-left: 0;
}

.c-oficinas__cols__col-2 {
  padding-right: 0;
}

.c-oficinas__title {
  margin-top: 32px;
  margin-bottom: 40px;
}

.oficinas {
  padding-top: 0;
  padding-bottom: 100px;
}

.c-oficinas__text {
  max-width: 515px;
}

.paragraph-4 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.body-trabaja-con-nosotros {
  background-color: var(--custom-black);
}

.trabaja {
  float: none;
  padding-top: 224px;
  padding-bottom: 160px;
}

.text-span-15 {
  opacity: .6;
}

.o-label {
  color: #fff;
  height: 20px;
  margin-top: 3px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.o-input {
  color: #fff;
  background-color: #fff3;
  border: 0 #000;
  height: 56px;
  margin-bottom: 24px;
}

.o-input.o-input--last {
  margin-bottom: 48px;
}

.c-trabaja__form {
  float: none;
  text-align: left;
  min-width: 406px;
  max-width: 406px;
}

.c-trabaja__col-2 {
  clear: none;
  text-align: left;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.c-trabaja__cols {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-trabaja__title {
  margin-bottom: 28px;
}

.c-trabaja__col-1 {
  padding-left: 0;
}

.text-span-16, .text-span-17, .text-span-18, .text-span-19, .text-span-20 {
  opacity: .6;
}

.column-12 {
  padding-left: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.body-5 {
  background-color: var(--custom-black);
}

.cookies {
  z-index: 99;
  background-color: var(--dark-slate-grey);
  align-items: center;
  width: 100%;
  height: auto;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
}

.paragraph-5 {
  font-size: 16px;
  line-height: 20px;
}

.o-p--note {
  letter-spacing: -.01em;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
}

.text-span-21 {
  color: var(--white);
  text-decoration: underline;
}

.c-cookies__content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-cookies__close {
  z-index: 5;
  cursor: pointer;
  position: absolute;
  inset: 8px 14px auto auto;
}

.nav__menu__legal {
  display: none;
}

.image-13 {
  object-fit: cover;
  max-width: 200px;
}

.c-canal__title {
  margin-bottom: 40px;
}

.c-mercado__content {
  max-width: 734px;
}

.c-app__title {
  margin-bottom: 80px;
}

.c-app__cols__col-2 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.form-block {
  margin-top: 120px;
  display: block;
}

.text-span-23 {
  opacity: .6;
}

.checkbox-label {
  color: var(--white);
  letter-spacing: -.01em;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.text-span-24 {
  color: var(--white);
  text-decoration: underline;
}

.checkbox-field {
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.c-hero__stores {
  width: 100%;
  display: block;
}

.c-hero__store-button {
  border: 1px solid var(--white);
  cursor: pointer;
  width: 184px;
  max-width: none;
  min-height: 74px;
  max-height: 74px;
  margin-left: 40px;
  padding: 20px 30px;
  display: inline-block;
}

.c-hero__store-button.c-hero__store-button--last {
  max-height: 74px;
  margin-left: 16px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-19 {
  z-index: 6;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-20 {
  background-color: #f9f039;
  width: 180px;
  height: 56px;
}

.button {
  z-index: 99;
  position: absolute;
}

.button.button-download-app {
  opacity: 0;
  color: #121212;
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: 0;
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #f9f039;
  min-width: 220px;
  padding: 14px;
}

.o-button-dwl__animation-trigger {
  z-index: 99;
  background-color: #0000;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.preloader {
  z-index: 99999999;
  background-color: var(--custom-black);
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-block-7 {
  color: var(--white);
}

.u-p-bold {
  text-transform: uppercase;
  font-weight: 300;
}

.text-span-25, .text-span-26, .text-span-27 {
  text-decoration: underline;
}

.text-span-28, .text-span-29, .text-span-30, .text-span-31, .text-span-32, .text-span-33, .text-span-34, .text-span-35, .text-span-36, .text-span-37, .text-span-38, .text-span-39 {
  text-transform: uppercase;
}

.text-span-40, .text-span-41 {
  opacity: .6;
}

.text-span-42 {
  opacity: .6;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.text-span-43, .text-span-44, .text-span-45 {
  opacity: .6;
}

.link-5 {
  color: var(--white);
}

.text-span-46, .text-span-47, .text-span-48 {
  opacity: .6;
}

.preload {
  z-index: 99999;
  background-color: var(--custom-black);
  color: var(--dark-slate-grey);
  display: none;
  position: fixed;
  inset: 0%;
}

.image-15, .image-16 {
  width: 100%;
  min-width: 134px;
  max-width: 134px;
}

.link-lang-mobile {
  display: none;
}

.html-embed {
  display: block;
}

.columns-3 {
  color: #0000;
  border: 1px solid #0000;
}

.mask-4 {
  z-index: auto;
  color: #000;
  object-fit: fill;
  height: 100%;
  bottom: 0;
  overflow: visible;
}

.we-can-be-heroes {
  border: 1px solid var(--custom-black);
  color: var(--custom-black);
  border-radius: 20px;
}

.text-block-8 {
  color: var(--custom-black);
  display: block;
}

.text-block-9 {
  color: var(--custom-black);
}

.success-message {
  background-color: #91fa95;
}

.text-block-10 {
  color: var(--custom-black);
  text-align: center;
}

.error-message {
  background-color: #f3bcbc;
}

.success-message-2 {
  background-color: var(--medium-spring-green);
  color: var(--custom-black);
}

.text-block-11 {
  color: var(--custom-black);
  text-align: center;
  background-color: #0000;
}

.error-message-2 {
  background-color: #f3aec9;
}

.preload-2 {
  z-index: 99999;
  color: #404040;
  background-color: #121212;
  display: none;
  position: fixed;
  inset: 0%;
}

.o-container-2 {
  z-index: 1;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transform-origin: 50%;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.o-container-2.zindex-4 {
  z-index: 4;
  display: block;
}

.o-container-2.zindex-4.container--flex-vertical {
  height: 100vh;
}

.nav__link-2 {
  color: #fff;
  background-color: #0000;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 18px;
  line-height: 14px;
}

.nav__link-2.w--current {
  border: 0 solid #fff;
  border-bottom-width: 1px;
}

.nav__link-2.nav__link--lang-left {
  border-bottom-width: 0;
  margin-right: 5px;
  font-size: 14px;
  text-decoration: none;
}

.nav__link-2.nav__link--lang-left.nav__link--lang-active {
  opacity: 1;
  border: 0 solid #fff;
  border-bottom-width: 1px;
  font-size: 14px;
}

.nav__link-2.nav__link--lang-left.nav__link--lang-active.w--current {
  font-size: 14px;
  line-height: 14px;
}

.nav__link-2.nav__link--lang-right {
  margin-left: 5px;
  margin-right: 0;
  font-size: 14px;
}

.nav__link-2.nav__link--lang-right.nav__link--lang-active {
  text-decoration: none;
}

.text-span-49 {
  opacity: 1;
}

.o-scrollable-section__mask-2 {
  z-index: 1;
  background-image: linear-gradient(#0000, #121212);
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.o-scrollable-section__mask-2.o-scrollable-section__mask--50vh {
  opacity: 1;
  background-color: #0000;
  background-image: linear-gradient(#0000 50%, #121212);
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  top: 0%;
}

.like-a-rolling-stone-2 {
  color: #121212;
  background-color: #121212;
  border: 1px solid #121212;
  border-radius: 0;
  height: auto;
  padding-top: 170px;
  position: relative;
}

.mercado-2 {
  background-image: linear-gradient(77.36deg, #478a94 11.83%, #604fb6 98.72%);
  margin-bottom: 0;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.o-heading-three-2 {
  z-index: 5;
  opacity: 1;
  color: #fff;
  margin-bottom: 40px;
  font-family: Atsurt;
  font-size: 40px;
  font-weight: 300;
  line-height: 53px;
  position: absolute;
  bottom: 35px;
}

.o-heading-three-2.titulo-seccion-why {
  margin-bottom: 40px;
  bottom: 35px;
}

.o-heading-three-2.o-heading-three--maxwidth {
  z-index: 5;
  float: left;
  clear: none;
  perspective: none;
  transform: ;
  transform-origin: 50%;
  color: #fff;
  text-align: left;
  letter-spacing: normal;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 37px;
  display: block;
  position: relative;
  bottom: auto;
}

.section-12 {
  background-image: url('../images/scrollslider-bg1.jpg');
  background-position: 0 0;
  background-size: auto;
  height: 90vh;
}

.section-12.seccion-why {
  background-image: linear-gradient(#0000, #121212), url('../images/bg-01.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 100vh;
  margin-top: -100px;
}

.text-span-53 {
  color: #fff9;
}

.text-span-54 {
  opacity: .6;
  color: #fff9;
}

.section-13 {
  background-image: url('../images/slider-03.jpg');
  background-position: 0 0;
  background-size: cover;
}

.section-13.seccion-why {
  background-image: linear-gradient(#121212, #0000 47%), linear-gradient(#0000, #121212), url('../images/bg-03.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  margin-top: -60px;
}

.section-14 {
  background-image: linear-gradient(#121212, #0000 59%), linear-gradient(#0000 41%, #121212), url('../images/bg-04.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  margin-top: -60px;
}

.section-14.seccion-why {
  margin-top: -60px;
}

.text-span-59 {
  color: #fff9;
}

.section-15 {
  background-image: linear-gradient(#121212, #0000 40%), linear-gradient(#0000 17%, #121212), url('../images/bg-08.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  margin-top: -60px;
}

.c-app__cols__col-1-2 {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-left: 0;
  display: flex;
}

.app-2 {
  background-color: #121212;
  margin-top: 100px;
  padding-top: 160px;
}

.slider-right-2 {
  cursor: pointer;
  background-color: #121212;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.slider-left-2 {
  cursor: pointer;
  background-color: #121212;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 32px;
  display: flex;
}

.c-slider__cols__col-1-2 {
  margin-top: 60px;
  padding-top: 40px;
  padding-left: 0;
}

.text-span-60 {
  opacity: .6;
  color: #fff9;
}

.background-video-4 {
  border-radius: 16px;
  margin-top: 100px;
  margin-bottom: -50px;
}

.full-image-2 {
  background-image: url('../images/slider-05.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  margin-top: 48px;
  position: relative;
  top: -48px;
}

.full-image-2.bag-image-callblok {
  background-image: url('../images/background.jpg');
  margin-top: -20px;
}

.recaptcha {
  margin-top: 40px;
}

.call-to-action-home {
  z-index: 999;
  text-align: right;
  max-width: 1280px;
  margin-top: 15%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.call-to-action-home-image {
  float: none;
  clear: none;
  background-color: #fff;
  border: 1px solid #494848;
  border-radius: 10%;
  width: 200px;
  padding: 0;
  display: block;
}

.link-block {
  text-align: left;
  margin-left: 0%;
  margin-right: 0;
}

.container-kadec-mobile {
  text-align: center;
  background-image: url('../images/fondo.jpg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 40px;
}

.div-block-21.fondo-kadec {
  text-align: right;
  background-image: url('../images/kadec.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-22 {
  text-align: center;
}

.titulo-evento {
  color: #fff;
  text-align: left;
  margin-top: 60px;
  font-family: Atsurt;
  font-size: 72px;
  line-height: 76px;
}

.titulo-evento.titulo-evento-suso.titulo-evento-desktop {
  font-size: 68px;
}

.titulo-evento.titulo-evento-suso.titulo-evento-mobile {
  display: none;
}

.titulo-evento.titulo-evento-mobile {
  display: block;
}

.subtitulo-evento {
  color: #ffffff73;
  text-align: left;
  margin-bottom: 40px;
}

.buton-compra-entradas {
  text-align: center;
  text-transform: uppercase;
  background-color: #ffffff4d;
  border: 1px solid #fff;
  border-radius: 11px;
  margin-top: 60px;
  padding: 20px;
  font-family: Atsurt;
}

.container {
  text-align: center;
}

.div-datos-concierto {
  border: 1px #ffffff85;
  padding: 20px;
}

.columns-4 {
  margin-bottom: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.fecha-evento {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  border: 1px #fff;
  margin-bottom: 0;
}

.localidad-evento {
  color: #ffffff75;
  text-align: right;
  margin-top: 10px;
  font-size: 42px;
}

.text-condiciones-evento {
  color: #ffffff80;
  margin-top: 40px;
  font-size: 16px;
  line-height: 20px;
}

.div-block-23 {
  margin-top: 40px;
}

.text-info-evento {
  color: #fff;
  text-align: center;
  background-color: #0000;
  font-size: 32px;
  line-height: 38px;
}

.section-blog-list-header {
  width: 100%;
  height: 100vh;
  margin-bottom: -550px;
}

.section-blog-list-header-mobile {
  display: none;
}

.section-blog-archive {
  z-index: 100;
  text-align: center;
  justify-content: center;
  max-width: 1101px;
  margin-top: 0;
  margin-bottom: 100px;
  display: block;
  position: relative;
}

.blog-list-h1 {
  color: var(--white);
  text-align: center;
  font-size: 22px;
  line-height: 24px;
  text-decoration: none;
}

.blog-list-h1.a {
  text-decoration: none;
}

.blog-list-item {
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.section-blog-header-desktop {
  flex-direction: column;
  display: flex;
}

.image-21 {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.blog-title {
  z-index: 99999;
  opacity: 1;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 48px;
  line-height: 60px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.section-blog-header-mobile {
  display: none;
}

.blog-body {
  text-align: left;
  justify-content: center;
  max-width: 100%;
  margin-bottom: 140px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
  position: static;
}

.rich-text-block {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.rich-text-block.post-body {
  max-width: 1101px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.paragraph-6 {
  color: #ffffff78;
  text-align: justify;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.collection-item {
  min-height: 550px;
  margin-bottom: 100px;
}

.div-block-24 {
  max-width: 1200px;
}

.image-22 {
  margin-top: 60px;
}

.image-23 {
  width: 100%;
  height: 100%;
}

.blog-list-date {
  color: #ffffffc4;
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
}

.modal-iframe {
  z-index: 9999;
  background-color: #000000f5;
  justify-content: center;
  align-items: center;
  max-width: 35%;
  margin-top: 10%;
  margin-bottom: 10%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal-iframe.popup-widget {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 90%;
  max-height: 100%;
  margin-top: 0%;
  margin-bottom: 0%;
  padding: 10px;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-iframe-button {
  object-fit: fill;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.modal-iframe-html {
  flex-direction: column;
  width: 100%;
  height: 90%;
  display: flex;
  position: relative;
  inset: 0%;
}

.body-2 {
  background-color: #000;
}

.field-label-ayuda {
  color: var(--white);
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.field-label-ayuda.field-label-ayuda-info {
  color: #ffffff94;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 45px;
  font-size: 20px;
  line-height: 42px;
  display: block;
}

.field-radio-ayuda {
  margin-top: 10px;
  margin-bottom: 0;
  padding-right: 20px;
  font-family: Atsurt;
  font-size: 28px;
  line-height: 35px;
  display: flex;
}

.field-radio-ayuda.field-radio-ayuda-button, .field-radio-ayuda-button {
  width: 25px;
  height: 25px;
}

.field-radio-ayuda-button.w--redirected-checked {
  background-color: var(--white);
}

.radio-button-label {
  color: var(--white);
  padding-left: 20px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.div-form-ayuda-oculta, .div-form-ayuda-oculta.campo-oculto-pregunta-1, .div-form-ayuda-oculta.campo-oculto-pregunta-2, .div-form-ayuda-oculta.campo-oculto-pregunta-3 {
  display: none;
}

.div-form-ayuda-oculta.campo-oculto-pregunta-4 {
  flex-direction: column;
  display: none;
}

.div-form-ayuda-oculta.campo-oculto-pregunta-5, .div-form-ayuda-oculta.campo-oculto-pregunta-6, .div-form-ayuda-oculta.campo-oculto-pregunta-7 {
  display: none;
}

.form-ayuda-columns-inner {
  margin-top: 10px;
  padding-left: 45px;
  display: block;
}

.div-block-25 {
  margin-bottom: 40px;
}

.section-17 {
  min-height: 225px;
}

.success-message-3 {
  background-color: #0000;
}

.image-24 {
  margin-top: 40px;
}

.arrow-down {
  width: 35px;
  height: 35px;
  margin-top: 20px;
  margin-left: 45px;
  padding-left: 0;
}

.link-block-2, .link-block-ayuda {
  display: flex;
}

.header-gracias {
  color: var(--white);
  width: 100%;
  font-family: Atsurt;
  font-size: 56px;
  line-height: 56px;
}

.div-campo-oculto-pregunta-4 {
  flex-direction: column;
  display: block;
}

.claim-tickets {
  margin-left: 40px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 36px;
}

.container-2 {
  text-align: center;
}

.titulo-evento-rich-mobile {
  display: none;
}

.home-cta-event {
  position: absolute;
  inset: 25% 0% auto;
}

.call-to-action-home-button {
  display: block;
}

.cta-landing {
  cursor: pointer;
  width: 450px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.link-block-3 {
  width: 100%;
  margin-bottom: 0;
  display: block;
}

.list-evento-localidad {
  color: var(--white);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.list-evento-sala {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.list-evento-sala.list-evento-no-confirmado {
  color: #d46d79;
  text-shadow: 1px 1px 6px #000;
  font-size: 20px;
}

.list-evento-fecha {
  color: #d46d79;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.placeholder {
  margin-bottom: 60px;
}

.list-evento-link-button {
  text-align: right;
  justify-content: center;
  margin-bottom: 30px;
  display: flex;
}

.list-evento-img-button {
  text-align: right;
  display: none;
}

.list-evento-img-button.list-evento-img-button-desktop {
  max-width: 160px;
  display: block;
}

.html-embed-5 {
  width: 250px;
  height: 250px;
}

.container-evento-desktop {
  -webkit-text-fill-color: inherit;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  max-width: 1473px;
  height: 473px;
  margin-bottom: 0;
  position: relative;
}

.container-evento-desktop.container-evento-datos {
  margin-bottom: 140px;
}

.evento-div-titulo-desktop {
  color: var(--custom-black);
  text-align: right;
  object-fit: fill;
  background-color: #0000;
  width: 703.66px;
  height: 77.37px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  position: relative;
  inset: auto 0% 0% -130px;
}

.evento-subtitulo-desktop {
  color: var(--white);
  text-align: right;
  margin-top: 70px;
  font-size: 28.53px;
  line-height: 32.24px;
  position: relative;
  top: auto;
  bottom: 35px;
  left: auto;
}

.evento-subtitulo-desktop.for-mobile {
  display: none;
}

.evento-subtitulo-desktop.for-desktop {
  letter-spacing: 0;
  margin-top: 67px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 26px;
  display: block;
}

.evento-image-header {
  width: 100%;
  display: none;
}

.evento-columna-info {
  padding-left: 0;
  padding-right: 0;
  line-height: 26px;
}

.evento-poblacion {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 62px;
  margin-bottom: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 34.24px;
}

.heading-4 {
  color: #ffffffa3;
  font-size: 22px;
}

.evento-sala {
  color: var(--white);
  text-align: right;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 16px;
  padding-right: 43.91px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 23px;
  line-height: 27.6px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.evento-descripcion {
  color: gray;
  max-width: 425px;
  padding-left: 0;
  padding-right: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.evento-fecha {
  color: gray;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 28.53px;
  font-weight: 400;
  line-height: 34.24px;
}

.evento-boton-tickets {
  text-align: right;
  display: inline-block;
}

.evento-div-botones {
  justify-content: flex-end;
  width: 100%;
  height: 46.5px;
  margin-top: 44px;
  display: flex;
  position: relative;
}

.evento-condiciones {
  color: #4d4d4d;
  margin-top: 48.23px;
  padding-right: 269px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.evento-imagen-cartel {
  text-align: center;
  mix-blend-mode: luminosity;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  max-width: 100%;
}

.evento-div-imagenes {
  text-align: right;
  justify-content: center;
  width: 299px;
  margin-top: 50px;
  display: flex;
}

.evento-svg-flotante {
  height: auto;
  position: absolute;
  inset: 270px 0% 0% auto;
}

.evento-columnas {
  margin-left: -10px;
  margin-right: -10px;
}

.container-evento-datos {
  justify-content: center;
  align-items: flex-start;
  max-width: 1101px;
  margin-top: -119px;
  margin-bottom: 140px;
  padding-left: 113.5px;
  padding-right: 113.5px;
  display: flex;
}

.evento-div-sala {
  text-align: right;
  width: 478px;
  max-width: 478px;
  height: 40px;
  margin-top: 13.35px;
  margin-bottom: 28.43px;
  padding-top: 7.26px;
  padding-bottom: 7.12px;
  display: block;
  position: relative;
  right: 0;
}

.eventos-body {
  background-color: #000020;
}

.eventos-link-block {
  color: #fff;
  width: 100%;
  text-decoration: none;
}

.evento-texto-titulo-desktop {
  text-align: right;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 13.96px;
  margin-bottom: 0;
  margin-right: 60.46px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 50.83px;
  line-height: 61px;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.html-embed-6 {
  width: 703.66px;
  height: 77.37px;
  position: static;
}

.evento-sala-html-embed-7 {
  width: 477.66px;
  height: 40.38px;
  margin-left: -5px;
  position: absolute;
}

.evento-boton-tickets-html-embed-7 {
  cursor: pointer;
  width: 180px;
  margin-right: 265px;
  position: absolute;
  inset: -21% 0% 0% auto;
}

.column-16 {
  align-items: flex-end;
  display: block;
}

.evento-div-info {
  max-width: 700px;
  position: relative;
}

.evento-div-cartel {
  max-width: 300px;
  display: block;
  position: relative;
}

.evento-subtitulo-mobile {
  display: none;
}

.container-event-mobile {
  max-width: 428px;
  max-height: 289px;
  display: none;
  position: relative;
}

.evento-div-cartel-mobile, .evento-div-pob-fecha-mobile {
  display: none;
}

.container-gira-desktop {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  max-width: 1720px;
  height: 473px;
}

.container-gira-datos {
  max-width: 1034px;
  margin-top: -85px;
  margin-bottom: 46px;
  line-height: 40px;
  position: relative;
}

.gira-div-titulo {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.html-embed-8 {
  text-align: right;
  flex: 0 auto;
  justify-content: flex-end;
  width: 100%;
  max-width: 842.82px;
  height: 74.5px;
  display: flex;
}

.div-block-26 {
  flex: 0 auto;
}

.heading-5 {
  position: absolute;
}

.gira-titulo {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 109px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 40px;
  line-height: 40px;
  display: none;
  position: absolute;
  top: -3px;
  bottom: 0;
}

.gira-descripci-n {
  color: gray;
  max-width: 931.98px;
  margin-top: 42px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 27px;
}

.container-gira-eventos {
  justify-content: center;
  max-width: 100%;
  padding-bottom: 60px;
  display: flex;
}

.heading-6 {
  color: var(--white);
  margin-top: 40px;
  margin-bottom: 20px;
}

.gira-eventos-div-inner {
  width: 1034px;
  max-width: 1034px;
}

.paragraph-7 {
  max-width: 638.81px;
  margin-top: 55px;
  margin-bottom: 64px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 27px;
}

.collection-list-wrapper {
  line-height: 27px;
}

.gira-eventos-list-item {
  max-width: 923px;
  display: flex;
}

.gira-eventos-list-item-i {
  width: 70%;
  max-width: 659px;
}

.gira-eventos-list-item-d {
  justify-content: flex-end;
  width: 28%;
  max-width: 240px;
  display: flex;
}

.gira-eventos-div-poblacion {
  height: 85px;
  position: relative;
}

.gira-eventos-poblacion {
  color: var(--white);
  font-size: 23px;
  line-height: 31px;
  position: absolute;
  inset: 10px 0% auto 100px;
}

.gira-eventos-div-sala-fecha {
  justify-content: space-between;
  margin-bottom: 10px;
  margin-left: 100px;
  margin-right: 25px;
  display: flex;
}

.gira-eventos-sala {
  color: var(--white);
  font-size: 21px;
  line-height: 25px;
}

.gira-eventos-fecha {
  color: #000020;
  font-size: 25px;
  line-height: 30px;
}

.html-embed-9 {
  width: 80%;
  margin-top: 16px;
}

.container-gira-footer {
  justify-content: center;
  max-width: 1034px;
  margin-bottom: 140px;
  display: block;
}

.gira-subtitulo {
  color: var(--white);
  text-align: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 56.33px;
  line-height: 67.59px;
}

.image-25 {
  text-align: center;
  mix-blend-mode: luminosity;
  max-width: 660px;
  display: inline;
  position: relative;
}

.container-gira-footer-image {
  justify-content: center;
  max-width: 901.66px;
  margin-top: -136px;
  padding-top: 76px;
  display: flex;
}

.link-block-4 {
  position: relative;
}

.html-embed-10 {
  max-width: 901.66px;
  margin-top: 62px;
  margin-bottom: -6px;
}

.container-gira-mobile, .tiket-image-dots-mobile, .gira-div-titulo-mobile, .evento-div-sala-mobile, .evento-div-titulo-mobile {
  display: none;
}

.html-embed-12 {
  transform-style: preserve-3d;
}

.collection-list-wrapper-2 {
  display: none;
}

.top-gira-desktop {
  width: 74.54px;
  margin-top: -389px;
  position: absolute;
}

.html-embed-14 {
  width: 181px;
  position: absolute;
  inset: 44px -200px auto auto;
}

.html-embed-15 {
  width: 25px;
  height: 33.5px;
  position: absolute;
  inset: 376px auto auto -35px;
}

.evento-separator-up, .html-embed-18 {
  display: none;
}

.gira-evento-subtitulo-desktop {
  color: var(--white);
  text-align: center;
  max-width: 901.66px;
  margin-top: 66px;
  font-size: 38px;
}

.embed-evento-titulo-desktop {
  margin-top: 5px;
  margin-right: 50px;
  font-size: 51px;
  font-weight: 700;
  line-height: 61px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.texto-pie-gira {
  text-align: justify;
  max-width: 638.8px;
  margin-bottom: 64px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 27px;
}

.embed-eventos-titulo-desktop {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 109px;
  position: absolute;
  bottom: -5px;
}

.container-blog-archive {
  margin-top: 217px;
}

.collection-list-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 550px;
  display: block;
}

.paragraph-9, .paragraph-10 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.dropdown {
  width: 100%;
}

.icon-2 {
  color: #fff;
  object-fit: fill;
  position: absolute;
  inset: 0%;
}

.dropdown-toggle-2 {
  border: 1px solid #fff;
  border-radius: 2px;
  width: 100%;
}

.text-block-12 {
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
}

.dropdown-list {
  background-color: #121212;
  display: none;
  position: relative;
  overflow: visible;
}

.paragraph-11 {
  font-size: 40px;
}

.text-block-13 {
  color: #bebebe;
  padding: 20px;
  font-size: 1em;
}

.heading-7 {
  font-size: 40px;
}

.bold-text {
  color: #fff;
}

.section-18 {
  margin-top: 100px;
}

.div-block-28 {
  float: left;
  width: 80%;
  margin-left: 15%;
  padding-right: 15%;
}

.div-block-29 {
  float: right;
}

.button-2 {
  background-color: var(--slate-blue);
  text-align: center;
  object-fit: fill;
  border-radius: 9px;
  width: 60%;
  height: auto;
  font-weight: 400;
}

.grid {
  grid-template-areas: "Area Area-2";
}

.slide-6 {
  opacity: 1;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  outline: 3px dotted #555;
}

.section-19 {
  display: inline;
  position: relative;
  top: 150px;
}

.slider-2 {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
}

.heading-8 {
  color: #ffffffe3;
}

.heading-9 {
  color: #c4c4c4;
}

.text-span-61 {
  z-index: auto;
  float: none;
  clear: none;
  outline-offset: 0px;
  text-align: center;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  object-fit: none;
  background-color: #fff0;
  background-clip: border-box;
  outline: 3px #fff;
  flex-flow: column wrap-reverse;
  place-content: space-around center;
  align-items: center;
  height: 100%;
  margin: auto;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: auto;
}

.container-5 {
  background-color: #121212d1;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
}

.text-block-15 {
  font-size: 16px;
}

.text-block-14 {
  margin-bottom: 40px;
}

.paragraph-13 {
  color: #ffffffd6;
  font-size: 1em;
  line-height: 1em;
}

.error-message-3 {
  background-color: #a75151;
}

.form-block-2 {
  color: #fcfcfc;
  object-fit: fill;
  display: block;
  overflow: visible;
}

.submit-button {
  float: none;
  clear: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.success-message-4 {
  background-color: #383838;
  border-radius: 5px;
}

.text-block-16 {
  margin-bottom: 40px;
}

.paragraph-14 {
  color: #ffffffd6;
  font-size: 1em;
  line-height: 1em;
}

.text-block-17 {
  margin-bottom: 40px;
}

.paragraph-15 {
  color: #ffffffd6;
  font-size: 1em;
  line-height: 1em;
}

.text-block-18 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.paragraph-16 {
  color: #ffffffd6;
  font-size: 1em;
  line-height: 1em;
}

.background-video-5 {
  position: fixed;
}

.background-video-6 {
  object-fit: fill;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.div-block-30 {
  text-align: left;
  background-image: linear-gradient(#12121200, #121212 37%);
  width: 100%;
  height: 80px;
  display: block;
  position: fixed;
  inset: 450px 0% 0%;
}

.image-26 {
  margin: 10px auto 20px;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.link-6 {
  color: var(--medium-spring-green);
}

.form-2 {
  margin-left: auto;
  margin-right: auto;
}

.form-block-3 {
  margin-bottom: 60px;
  margin-left: 20px;
  margin-right: 20px;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  font-size: 1.5em;
}

.m-beneficios {
  background-color: #202020;
  display: block;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-3 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.paragraph-17 {
  object-fit: contain;
  font-size: 12px;
  display: block;
  overflow: visible;
}

.image-27 {
  float: right;
  object-fit: contain;
}

.m-card {
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: 300px;
  padding: 20px 20px 30px;
  display: inline-block;
  overflow: hidden;
}

.list-item {
  width: 30%;
}

.list {
  clear: left;
  flex-wrap: nowrap;
  place-content: space-between flex-start;
  align-items: baseline;
  list-style-type: none;
  display: flex;
  position: static;
}

.list-item-2 {
  overflow: visible;
}

.list-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.text-block-19 {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-18 {
  clear: right;
  flex-flow: column;
  place-content: flex-start;
  align-items: flex-start;
  min-width: 200px;
  font-size: 12px;
  display: flex;
  overflow: visible;
}

.image-28 {
  clear: left;
}

.list-item-3 {
  flex: 2 2 auto;
  list-style-type: none;
}

.container-6 {
  display: flex;
}

.m-beneficiosbis, .m-beneficiosbis-copy {
  background-color: #202020;
  display: block;
}

.slider-3 {
  object-fit: fill;
  width: auto;
  height: 500px;
  padding-top: 0;
  display: block;
  position: relative;
  top: 120px;
}

.image-29 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-30 {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.image-31 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.features {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.container-7 {
  z-index: 1;
  width: 100%;
  max-width: 1170px;
  position: relative;
}

.h2-container {
  width: 50%;
  margin-bottom: 90px;
}

.h2 {
  color: #b3b3b3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.text-span-62 {
  color: #000;
  font-weight: 800;
}

.collection-list-2 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.collection-item-2 {
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
}

.m-intro {
  background-image: linear-gradient(#000 11.83%, #2c2c2c 98.72%);
  padding-top: 200px;
  padding-bottom: 100px;
  display: flex;
}

.m-softticketeras {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #333;
  background-image: url('../images/Retocada_2400-x-1200px-Data-Integration-JPEG-scaled.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  padding-top: 100px;
  padding-bottom: 200px;
  display: flex;
}

.m-beneficio {
  background-image: radial-gradient(circle, #3f3f3f 11.83%, #000 98.72%);
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.m-ventafuturo, .m-partners {
  background-image: linear-gradient(77.36deg, #b227f2 11.83%, #dc4682 98.72%);
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.paragraph-19 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 2em;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.c-ticketeras-content {
  float: right;
  clear: none;
  text-align: left;
  text-shadow: 3px 2px 1px #00000080;
  max-width: 80%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.o-container-ticketeras {
  z-index: 1;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transform-origin: 50%;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.o-container-ticketeras.zindex-4 {
  z-index: 4;
  display: block;
}

.o-container-ticketeras.zindex-4.container--flex-vertical {
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  display: flex;
}

.o-container-ticketeras.container-absolute {
  position: absolute;
}

.o-container-ticketeras.o-container--100vh {
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
}

.o-container-ticketeras.o-container-form-ayuda {
  margin-bottom: 140px;
}

.paragraph-20 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.5em;
  line-height: 100%;
}

.m-background-video {
  z-index: -1;
  width: 100%;
  height: 100vh;
  display: none;
  position: static;
  inset: 0% auto auto 0%;
}

.m-background-video.background-video--mobile {
  display: none;
}

.background-video-m {
  z-index: -1;
  width: 100%;
  height: 100vh;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
}

.background-video-m.background-video--mobile, .background-video-m.m-background-video--mobile {
  display: none;
}

.div-block-31 {
  object-fit: cover;
  width: 100%;
  height: 20%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.o-container-beneficios {
  z-index: 1;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transform-origin: 50%;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.o-container-beneficios.zindex-4 {
  z-index: 4;
  display: block;
}

.o-container-beneficios.zindex-4.container--flex-vertical {
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  display: flex;
}

.o-container-beneficios.container-absolute {
  position: absolute;
}

.o-container-beneficios.o-container--100vh {
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
}

.o-container-beneficios.o-container-form-ayuda {
  margin-bottom: 140px;
}

.paragraph-21 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.4em;
  line-height: 100%;
}

.list-3 {
  float: none;
  clear: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.list-item-4, .list-item-5, .list-item-6 {
  float: left;
}

.grid-4 {
  grid-template: "Area"
                 "Area-2"
                 / 1fr;
}

.grid-4.m-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 300px;
  display: inline-block;
}

.text-block-20 {
  color: #cecece;
  display: flex;
}

.image-32 {
  float: left;
  margin-left: auto;
  margin-right: auto;
}

.lista-eventos-div {
  margin-top: 0;
  padding-top: 100px;
  display: block;
}

.evento-en-lista {
  max-width: 250px;
  max-height: 450px;
}

.collection-list-wrapper-5 {
  float: none;
  clear: none;
  object-fit: fill;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cartel-evento-activo {
  width: 220px;
  height: 336px;
}

.cartel-evento-finalizado {
  mix-blend-mode: luminosity;
  width: 220px;
  height: 336px;
}

.text-block-21 {
  padding-top: 40px;
  position: absolute;
}

.text-block-23 {
  background-color: var(--deep-pink);
  color: #fff;
  text-align: center;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 5px;
  font-family: Oswald, sans-serif;
  font-size: 1.5em;
  display: block;
}

.text-block-activo {
  background-color: var(--medium-spring-green);
  color: var(--custom-black);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 1.5em;
  text-decoration: none;
  display: block;
}

.div-block-32 {
  padding-left: 140px;
  padding-right: 140px;
  display: block;
}

.container-8 {
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 140px;
}

.div-block-33, .div-block-34 {
  margin-bottom: 10px;
}

.div-block-35 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: inline-block;
}

.link-block-6 {
  text-decoration: none;
  display: block;
}

.c-hero__store-button-copy {
  border: 1px solid var(--white);
  cursor: pointer;
  width: 100%;
  max-width: none;
  min-height: 74px;
  max-height: 74px;
  margin-top: 25px;
  margin-left: 40px;
  padding: 0 30px 20px;
}

.blog-title-copy {
  z-index: 99999;
  opacity: 1;
  color: #fff;
  text-align: center;
  text-transform: none;
  overflow-wrap: normal;
  cursor: pointer;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 30px;
  font-style: normal;
  line-height: 60px;
  text-decoration: none;
  display: block;
  position: relative;
  inset: auto 0% 0%;
}

.link-block-7 {
  text-decoration: none;
  display: block;
}

.link-block-8 {
  text-decoration: none;
}

.div-block-36 {
  width: 100%;
  margin-left: 40px;
  display: block;
}

.blog-list-h1-copy {
  color: var(--white);
  text-align: center;
  font-size: 22px;
  line-height: 24px;
  text-decoration: none;
}

.blog-list-h1-copy.a {
  text-decoration: none;
}

.c-hero__stores-copy {
  display: flex;
}

.c-hero__store-button-copy {
  border: 1px solid var(--white);
  cursor: pointer;
  width: 184px;
  max-width: none;
  min-height: 74px;
  max-height: 74px;
  margin-left: 40px;
  padding: 20px 30px;
}

.c-hero__store-button-copy.c-hero__store-button--last {
  max-height: 74px;
  margin-left: 16px;
}

.c-hero__store-button-copy-copy {
  border: 1px solid var(--white);
  cursor: pointer;
  width: 90%;
  margin-top: 25px;
  margin-left: 40px;
  padding: 0 30px;
}

.c-hero__store-button-copy-copy.c-hero__store-button--last {
  max-height: 74px;
  margin-left: 16px;
}

.div-block-37 {
  min-width: 400px;
}

.div-block-38 {
  display: inline-block;
}

.div-block-39 {
  border: 1px solid #fff;
  width: 90%;
  margin-top: 15px;
}

.blog-title-copy-copy {
  z-index: 99999;
  opacity: 1;
  color: #fff;
  text-align: center;
  text-transform: none;
  overflow-wrap: normal;
  cursor: pointer;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 30px;
  font-style: normal;
  line-height: 60px;
  text-decoration: none;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  right: 0%;
}

.fondoseuropeos {
  margin-bottom: 40px;
}

.image-33 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.textofondoseuropeos {
  -webkit-text-stroke-width: 0px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 28px;
}

.image-34 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-35 {
  display: block;
}

@media screen and (max-width: 991px) {
  p {
    font-size: 24px;
    line-height: 32px;
  }

  .navbar {
    height: 80px;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    inset: 0% auto auto 0%;
  }

  .o-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .c-hero__content {
    flex-direction: column;
    padding-bottom: 80px;
  }

  .like-a-rolling-stone {
    padding-top: 80px;
  }

  .mercado {
    padding-top: 140px;
    padding-bottom: 88px;
  }

  .nav__link {
    clear: both;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 34px;
    line-height: 52px;
    display: block;
  }

  .nav__link.w--current {
    clear: none;
    border-style: none;
    border-width: 0;
    display: block;
  }

  .nav__link.nav__link--last {
    padding-bottom: 0;
  }

  .nav__link.nav__link--last.w--current {
    padding-left: 0;
    line-height: 52px;
  }

  .nav__link.nav__link--lang-left {
    margin-top: 40px;
    line-height: 14px;
    display: none;
  }

  .nav__link.nav__link--lang-left.nav__link--lang-active {
    margin-top: 40px;
    display: inline-block;
  }

  .nav__link.nav__link--lang-left.nav__link--lang-active.w--current {
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .nav__link.nav__link--lang-left.nav__link--lang-active.nav__link--lang-visible {
    border-style: none;
    border-width: 1px;
    margin-top: 0;
    padding-top: 0;
  }

  .nav__link.nav__link--lang-left.nav__link--lang-active.nav__link--lang-visible.current, .nav__link.nav__link--lang-left.nav__link--lang-active.nav__link--lang-visible.current.w--current {
    text-decoration: underline;
  }

  .nav__link.nav__link--lang-right {
    margin-top: 40px;
    margin-left: 10px;
    line-height: 14px;
    display: none;
  }

  .nav__link.nav__link--lang-right.nav__link--lang-active.w--current {
    margin-top: 40px;
    text-decoration: underline;
  }

  .nav__link.nav__link--lang-right.nav__link--lang-visible {
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .nav__link.nav__link--lang-right.nav__link--lang-visible.w--current, .nav__link.nav__link--lang-right.nav__link--lang-visible.current {
    text-decoration: underline;
  }

  .background-video.background-video--mobile, .background-video.m-background-video--mobile {
    display: none;
  }

  .o-heading-one {
    margin-bottom: 32px;
    font-size: 48px;
    line-height: 50px;
  }

  .o-button {
    padding-left: 40px;
    padding-right: 40px;
  }

  .o-button.o-button--menu {
    display: block;
    position: absolute;
    inset: auto auto 64px 16px;
  }

  .o-button.o-button--narrow.o-button--narrow--inline {
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .c-hero__content__wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .o-scrollable-section__mask {
    background-image: linear-gradient(#0000, #0b0b0b33 75%, #121212);
  }

  .paragraph {
    font-size: 24px;
    line-height: 32px;
  }

  .c-canal__cols__col-2 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 80px;
  }

  .c-canal__cols__col-2.flex-start {
    align-items: flex-start;
    padding-left: 0;
  }

  .o-nav__animation-trigger {
    display: none;
    top: 70px;
  }

  .paragraph-2 {
    max-width: 620px;
    font-size: 24px;
    line-height: 32px;
  }

  .app {
    padding-top: 80px;
  }

  .c-app__cols__col-1 {
    flex-direction: column;
    margin-top: 40px;
  }

  .c-app__cols {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    display: flex;
  }

  .full-image {
    background-image: url('../images/slider-05.jpg');
  }

  .c-slider__wrap {
    display: block;
  }

  .slide-nav-4 {
    display: block;
    bottom: 60px;
  }

  .c-slider__slide.c-slider__slide--pink, .c-slider__slide.c-slider__slide--orange, .c-slider__slide.c-slider__slide--green {
    padding-top: 154px;
    padding-bottom: 105px;
  }

  .c-slider__slide.c-slider__slide--blue {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .c-slider__slide.c-slider__slide--orange {
    padding-top: 154px;
    padding-bottom: 105px;
  }

  .image1 {
    inset: 0% auto auto 0%;
  }

  .text-block-2 {
    inset: auto auto 0% 0%;
  }

  .c-slider__cols {
    flex-direction: column-reverse;
    align-items: center;
  }

  .c-slider__cols__col-2 {
    margin-bottom: 60px;
  }

  .c-slider__cols__col-1 {
    margin-bottom: 0;
  }

  .menu-button {
    z-index: 3;
    color: #fff;
    width: 28px;
    height: 12px;
    padding: 0 16px 0 0;
    font-size: 30px;
    position: absolute;
    inset: 4px 16px auto auto;
  }

  .menu-button.w--open {
    background-color: #121212;
    position: absolute;
    top: 4px;
  }

  .c-slider__custom-arrows {
    display: none;
  }

  .o-nav__animation-trigger--mobile {
    width: 40px;
    height: 40px;
    position: absolute;
    inset: 70px 0% auto auto;
  }

  .nav-menu {
    opacity: 1;
    background-color: #121212;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: block;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .div-block-4 {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
  }

  .nav__menu__wrap {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 24px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0, -50%);
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .link {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .section-10 {
    padding-top: 200px;
  }

  .brand {
    padding-left: 16px;
  }

  .brand.w--current {
    padding-top: 16px;
  }

  .brand-color {
    max-width: 160px;
    display: block;
  }

  .brand-color.w--current {
    opacity: 0;
    width: auto;
    max-width: 160px;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    display: block;
  }

  .brand-2 {
    max-width: 160px;
    position: absolute;
  }

  .brand-2.w--current {
    max-width: 160px;
    inset: 0 auto auto 16px;
  }

  .o-button--mobile {
    display: block;
  }

  .select-field, .field-label {
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-8 {
    margin-bottom: 20px;
  }

  .contact-form-input {
    font-size: 36px;
    line-height: 56px;
  }

  .contact-form-input.contact-form-input--active {
    padding-top: 0;
    font-size: 36px;
    line-height: 56px;
  }

  .contact-form-input.contact-form-input--name {
    margin-top: 0;
  }

  .c-footer__content, .c-footer__links {
    align-items: center;
  }

  .body-nosotros {
    background-color: var(--custom-black);
  }

  .c-nosotros__title {
    padding-top: 136px;
    padding-bottom: 60px;
  }

  .equipo {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .column-6 {
    margin-top: -260px;
    position: static;
  }

  .c-oficinas__cols__col-1 {
    padding-top: 40px;
    padding-right: 0;
  }

  .c-oficinas__cols__col-2 {
    padding-left: 0;
  }

  .c-oficinas__title {
    margin-bottom: 20px;
  }

  .oficinas {
    padding-top: 0;
  }

  .columns-2 {
    flex-direction: column-reverse;
    display: flex;
  }

  .div-block-14 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .c-oficinas__cols {
    flex-direction: column-reverse;
    display: flex;
  }

  .paragraph-4 {
    font-size: 24px;
    line-height: 32px;
  }

  .trabaja {
    padding-top: 136px;
    padding-bottom: 80px;
  }

  .c-trabaja__form {
    width: 100%;
    min-width: 100%;
    max-width: none;
  }

  .c-trabaja__col-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .c-trabaja__cols {
    flex-direction: column;
  }

  .c-trabaja__title {
    margin-bottom: 50px;
  }

  .c-trabaja__col-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .top-line {
    background-color: #fff;
    width: 28px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0 auto auto 0%;
  }

  .bottom-line {
    background-color: #fff;
    width: 28px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: auto auto 0 0%;
  }

  .column-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .o-p--note {
    max-width: 90%;
  }

  .c-cookies__close {
    right: 16px;
  }

  .div-block-18 {
    width: 100%;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .nav__menu__legal {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 24px;
    display: flex;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .text-span-22 {
    color: #fff;
    font-family: Atsurt;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
  }

  .link-4 {
    float: left;
    width: auto;
    text-decoration: none;
    display: block;
    position: static;
  }

  .nav__menu__legal__copy {
    float: left;
    opacity: .6;
    color: #fff;
    margin-top: 12px;
    font-family: Atsurt;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
  }

  .image-13 {
    margin-right: 20px;
  }

  .c-mercado__content {
    max-width: 620px;
  }

  .c-app__title {
    margin-bottom: 40px;
  }

  .c-app__cols__col-2 {
    justify-content: flex-start;
  }

  .form-block {
    margin-top: 48px;
  }

  .checkbox-field {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .c-hero__store-button {
    margin-left: 0;
  }

  .button.button-download-app {
    opacity: 0;
    opacity: 0;
  }

  .link-lang-mobile {
    z-index: 2;
    flex-direction: row;
    align-items: center;
    margin-top: 0;
    margin-right: 70px;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .o-container-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav__link-2 {
    clear: both;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 34px;
    line-height: 52px;
    display: block;
  }

  .nav__link-2.w--current {
    clear: none;
    border-style: none;
    border-width: 0;
    display: block;
  }

  .nav__link-2.nav__link--lang-left {
    margin-top: 40px;
    line-height: 14px;
    display: none;
  }

  .nav__link-2.nav__link--lang-left.nav__link--lang-active {
    margin-top: 40px;
    display: inline-block;
  }

  .nav__link-2.nav__link--lang-left.nav__link--lang-active.w--current {
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .nav__link-2.nav__link--lang-left.nav__link--lang-active.nav__link--lang-visible {
    border-style: none;
    border-width: 1px;
    margin-top: 0;
    padding-top: 0;
  }

  .nav__link-2.nav__link--lang-right {
    margin-top: 40px;
    margin-left: 10px;
    line-height: 14px;
    display: none;
  }

  .nav__link-2.nav__link--lang-right.nav__link--lang-visible {
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .nav__link-2.nav__link--lang-right.nav__link--lang-visible.w--current, .nav__link-2.nav__link--lang-right.nav__link--lang-visible.current {
    text-decoration: underline;
  }

  .nav__link-2.nav__link--lang-right.nav__link--lang-active.w--current {
    margin-top: 40px;
    text-decoration: underline;
  }

  .o-scrollable-section__mask-2 {
    background-image: linear-gradient(#0000, #0b0b0b33 75%, #121212);
  }

  .like-a-rolling-stone-2 {
    padding-top: 80px;
  }

  .mercado-2 {
    padding-top: 140px;
    padding-bottom: 88px;
  }

  .c-app__cols__col-1-2 {
    flex-direction: column;
    margin-top: 40px;
  }

  .app-2 {
    padding-top: 80px;
  }

  .c-slider__cols__col-1-2 {
    margin-bottom: 0;
  }

  .full-image-2 {
    background-image: url('../images/slider-05.jpg');
  }

  .image-17, .image-18 {
    display: none;
  }

  .evento-div-titulo-desktop {
    width: 703px;
  }

  .container-evento-datos {
    display: inline-block;
  }

  .evento-texto-titulo-desktop {
    width: 100%;
  }

  .evento-div-cartel {
    display: block;
  }

  .gira-descripci-n {
    padding-left: 10px;
  }

  .container-gira-eventos {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-field-3, .select-field-2 {
    width: 80%;
  }

  .form-block-2 {
    color: #fcfcfc;
  }

  .text-field-4 {
    width: 80%;
    display: block;
  }

  .h2-container {
    width: 80%;
  }

  .collection-list-2 {
    align-items: stretch;
    margin-left: -5px;
    margin-right: -5px;
  }

  .collection-item-2 {
    width: 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .m-intro, .m-softticketeras, .m-beneficio, .m-ventafuturo, .m-partners {
    padding-top: 140px;
    padding-bottom: 88px;
  }

  .c-ticketeras-content {
    max-width: 620px;
  }

  .o-container-ticketeras {
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .m-background-video.background-video--mobile, .background-video-m.background-video--mobile, .background-video-m.m-background-video--mobile {
    display: none;
  }

  .o-container-beneficios {
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .c-hero__store-button-copy, .c-hero__store-button-copy-copy {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .nav__link.nav__link--lang-left.nav__link--lang-active.w--current, .nav__link.nav__link--lang-left.nav__link--lang-active.nav__link--lang-visible {
    margin-left: 10px;
  }

  .nav__link.nav__link--lang-right.nav__link--lang-visible {
    margin-left: 0;
  }

  .o-heading-one {
    line-height: 50px;
  }

  .o-button {
    padding: 36px 56px;
  }

  .o-button.o-button--narrow, .o-button.o-button--narrow.o-button--narrow--inline {
    max-width: none;
  }

  .c-hero__content__wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .c-app__cols__col-1 {
    margin-top: 80px;
  }

  .image-text-block {
    margin-bottom: 60px;
  }

  .image2 {
    width: 100%;
    padding-left: 0;
  }

  .c-slider__cols__col-2 {
    padding-left: 0;
  }

  .menu-button {
    top: 6px;
  }

  .menu-button.w--open {
    position: absolute;
    top: 6px;
  }

  .text-block-3 {
    margin-top: 40px;
  }

  .link {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .brand-color, .brand-2, .brand-2.w--current {
    padding-left: 0;
  }

  .c-footer__content, .c-footer__links {
    display: block;
  }

  .body-nosotros {
    background-color: var(--custom-black);
  }

  .c-nosotros__title {
    padding-bottom: 0;
  }

  .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .c-oficinas__cols__image.last {
    margin-bottom: 0;
  }

  .c-oficinas__cols__col-2 {
    margin-top: 0;
    padding-left: 0;
  }

  .c-oficinas__title {
    margin-top: 64px;
    margin-bottom: 32px;
  }

  .oficinas {
    padding-top: 40px;
  }

  .column-9 {
    margin-top: 38px;
    padding-left: 0;
    padding-right: 0;
  }

  .c-oficinas__cols {
    flex-direction: column-reverse;
    display: flex;
  }

  .c-footer__logo {
    display: block;
  }

  .c-cookies__close {
    top: 10px;
  }

  .image-13 {
    margin-bottom: 20px;
  }

  .c-hero__stores {
    width: 100%;
  }

  .c-hero__store-button {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    display: flex;
  }

  .c-hero__store-button.c-hero__store-button--last {
    justify-content: center;
    align-items: center;
    margin-left: 16px;
    display: flex;
  }

  .button.button-download-app {
    min-width: 180px;
  }

  .link-lang-mobile {
    margin-top: 5px;
    margin-right: 40px;
    padding-right: 44px;
  }

  .nav__link-2.nav__link--lang-left.nav__link--lang-active.w--current, .nav__link-2.nav__link--lang-left.nav__link--lang-active.nav__link--lang-visible {
    margin-left: 10px;
  }

  .nav__link-2.nav__link--lang-right.nav__link--lang-visible {
    margin-left: 0;
  }

  .c-app__cols__col-1-2 {
    margin-top: 80px;
  }

  .image-17, .image-18 {
    display: none;
  }

  .embed-eventos-titulo-desktop {
    margin-bottom: 10px;
    margin-right: 109px;
  }

  .container-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .features {
    padding-top: 60px;
  }

  .h2-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .collection-list-2 {
    flex-direction: column;
    margin: -10px 0;
  }

  .collection-item-2 {
    width: 100%;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .c-hero__stores-copy {
    width: 100%;
  }

  .c-hero__store-button-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    display: flex;
  }

  .c-hero__store-button-copy.c-hero__store-button--last {
    justify-content: center;
    align-items: center;
    margin-left: 16px;
    display: flex;
  }

  .c-hero__store-button-copy-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    display: flex;
  }

  .c-hero__store-button-copy-copy.c-hero__store-button--last {
    justify-content: center;
    align-items: center;
    margin-left: 16px;
    display: flex;
  }

  .textofondoseuropeos {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .c-hero__content {
    height: 95vh;
    padding-bottom: 80px;
    position: relative;
  }

  .like-a-rolling-stone {
    padding-top: 20px;
    overflow: visible;
  }

  .nav__link {
    padding-bottom: 0;
    padding-left: 0;
    line-height: 52px;
  }

  .nav__link.nav__link--last {
    line-height: 52px;
  }

  .nav__link.nav__link--last.w--current {
    padding-bottom: 0;
    padding-left: 0;
    line-height: 52px;
  }

  .nav__link.nav__link--lang-left.nav__link--lang-active.w--current, .nav__link.nav__link--lang-left.nav__link--lang-active.nav__link--lang-visible {
    margin-left: 10px;
  }

  .nav__link.nav__link--lang-right.nav__link--lang-visible {
    margin-left: 0;
  }

  .background-video {
    background-color: #0000;
    height: 100vh;
    display: none;
  }

  .background-video.background-video--mobile, .background-video.m-background-video--mobile {
    display: block;
  }

  .o-heading-one {
    line-height: 50px;
  }

  .o-heading-one.heading-one--withmargin {
    margin-top: 60px;
  }

  .o-button {
    text-align: center;
    width: 100%;
    padding: 34px 0;
    position: relative;
  }

  .o-button.o-button--menu {
    margin-left: 0;
    margin-right: 0;
    position: static;
    inset: auto auto 64px 16px;
  }

  .o-button.o-button--narrow {
    text-transform: uppercase;
    max-width: none;
  }

  .c-hero__content__wrap {
    justify-content: space-between;
  }

  .o-scrollable-section__mask {
    background-image: linear-gradient(#0000 40%, #121212fa);
    height: 100vh;
  }

  .o-scrollable-section__mask.o-scrollable-section__mask--50vh {
    height: 50vh;
  }

  .c-canal__cols__col-2 {
    padding-left: 0;
  }

  .c-canal__cols__col-2.flex-start {
    margin-top: 0;
  }

  .image {
    width: 180px;
  }

  .o-heading-three.o-heading-three--maxwidth {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 31px;
  }

  .background-video-2 {
    width: 263px;
    height: 468px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-app__cols__col-1 {
    padding-right: 0;
  }

  .slider {
    overflow: hidden;
  }

  .full-image {
    height: 50vh;
  }

  .c-slider__wrap {
    height: auto;
  }

  .slide-nav-4 {
    position: relative;
    bottom: 80px;
  }

  .image-text-block {
    margin-bottom: 80px;
  }

  .c-slider__cols__images {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .c-slider__cols__images.c-slideshow_images_img--active {
    width: 200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .c-slider__slide {
    text-align: left;
    width: 100%;
  }

  .c-slider__slide.c-slider__slide--pink, .c-slider__slide.c-slider__slide--orange, .c-slider__slide.c-slider__slide--green {
    min-height: 860px;
    padding-top: 125px;
    padding-bottom: 100px;
  }

  .c-slider__slide.c-slider__slide--viola {
    min-height: 860px;
  }

  .c-slider__slide.c-slider__slide--blue {
    height: auto;
    min-height: 860px;
    padding-top: 125px;
    padding-bottom: 100px;
  }

  .c-slider__slide.c-slider__slide--orange {
    min-height: 860px;
    padding-top: 125px;
    padding-bottom: 100px;
  }

  .slide-5 {
    width: 100%;
  }

  .c-slider {
    width: auto;
    height: auto;
  }

  .c-slideshow__texts {
    width: 100%;
    height: 200px;
  }

  .image2 {
    width: 100%;
    height: 232px;
    padding-top: 32px;
    padding-left: 0;
  }

  .image1 {
    width: 188px;
    height: 140px;
    inset: 0% auto auto 0;
  }

  .text-block {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .text-block.callblok-slider {
    margin-bottom: 60px;
  }

  .text-block-2 {
    margin-top: -50px;
    padding-bottom: 0;
    font-size: 54px;
    line-height: 56px;
    position: relative;
  }

  .c-slider__cols__col-2 {
    margin-bottom: 24px;
    padding-left: 0;
  }

  .menu-button {
    flex-direction: column;
    justify-content: space-around;
    align-items: baseline;
    width: 28px;
    height: 12px;
    padding-right: 0;
    display: block;
    position: absolute;
    top: 6px;
    right: 16px;
  }

  .nav-menu {
    z-index: 0;
  }

  .nav__menu__wrap {
    margin-left: 16px;
    transform: translate(0, -50%);
  }

  .text-block-3 {
    margin-top: 40px;
  }

  .section-10 {
    padding-top: 120px;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .heading-2 {
    font-size: 38px;
  }

  .heading-3 {
    font-size: 20px;
  }

  .brand-color {
    max-width: 140px;
  }

  .brand-color.w--current {
    width: auto;
    max-width: 140px;
    height: auto;
  }

  .brand-2, .brand-2.w--current {
    max-width: 140px;
  }

  .o-button--mobile {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    position: absolute;
    inset: auto auto 64px 0%;
  }

  .body-2 {
    background-color: #121212;
  }

  .contact {
    padding-top: 88px;
    padding-bottom: 56px;
  }

  .paragraph-3 {
    margin-bottom: 48px;
    font-size: 24px;
    line-height: 32px;
  }

  .o-button--submit {
    margin-top: 28px;
  }

  .select-field {
    margin-left: 6px;
    padding-right: 24px;
    font-size: 18px;
    line-height: 32px;
  }

  .field-label {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-8 {
    align-items: flex-start;
    margin-bottom: 20px;
    display: flex;
  }

  .contact-form-input {
    color: #fff;
    font-size: 36px;
    line-height: 56px;
    display: block;
  }

  .contact-form-input.contact-form-input--active {
    padding-right: 0;
    font-size: 36px;
    line-height: 56px;
  }

  .contact-form-input.contact-form-input--active.contact-form-input--select {
    font-size: 36px;
  }

  .contact-form-input.contact-form-input--name {
    margin-bottom: 20px;
  }

  .contact-form-input.contact-form-input--email {
    margin-bottom: 40px;
    display: none;
  }

  .contact-form-input.contact-form-input--toggle {
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 28px;
    line-height: 36px;
    display: none;
  }

  .contact-form-input.contact-form-input--toggle.contact-form-input--active {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
  }

  .contact-form-input.contact-form-input--toggle.contact-form-input--active.contact-form-input-small.contact-form-input-multiline.contact-form-input-observaciones {
    padding-left: 0;
  }

  .body-nosotros {
    background-color: var(--custom-black);
  }

  .c-nosotros__title {
    padding-bottom: 64px;
  }

  .c-oficinas__cols__col-1 {
    padding-top: 0;
  }

  .c-oficinas__cols__col-2 {
    margin-top: 0;
  }

  .oficinas {
    padding-top: 0;
  }

  .div-block-17 {
    background-color: #fff;
    width: 28px;
    height: 2px;
    padding-bottom: 0;
    display: block;
    position: static;
  }

  .top-line {
    background-color: #fff;
    width: 28px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .bottom-line {
    background-color: #fff;
    width: 28px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 10px auto auto 0%;
  }

  .o-p--note {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .c-cookies__content {
    align-items: flex-start;
  }

  .c-cookies__close {
    margin-top: 24px;
    top: 0%;
  }

  .form-block {
    margin-top: 48px;
  }

  .c-hero__stores {
    display: flex;
  }

  .c-hero__store-button {
    justify-content: center;
    width: 150px;
    min-width: 47%;
    max-width: none;
    padding: 10px 20px;
  }

  .c-hero__store-button.c-hero__store-button--last {
    justify-content: center;
    width: 150px;
    min-width: 47%;
    max-width: none;
    display: flex;
  }

  .o-button-dwl__animation-trigger {
    background-color: #0000;
    top: 50%;
  }

  .link-lang-mobile {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 20px;
    padding-right: 40px;
  }

  .o-container-2 {
    margin-top: 0;
  }

  .nav__link-2 {
    padding-bottom: 0;
    padding-left: 0;
    line-height: 52px;
  }

  .nav__link-2.nav__link--lang-left.nav__link--lang-active.w--current {
    margin-left: 10px;
  }

  .nav__link-2.nav__link--lang-left.nav__link--lang-active.nav__link--lang-visible {
    margin-left: 10px;
    text-decoration: none;
  }

  .nav__link-2.nav__link--lang-left.nav__link--lang-active.nav__link--lang-visible.w--current {
    text-decoration: underline;
  }

  .nav__link-2.nav__link--lang-right.nav__link--lang-visible {
    margin-left: 0;
  }

  .nav__link-2.nav__link--lang-right.nav__link--lang-visible.current {
    text-decoration: none;
  }

  .nav__link-2.nav__link--lang-right.nav__link--lang-visible.current.w--current {
    text-decoration: underline;
  }

  .image-brand-accessblok-white {
    display: none;
  }

  .o-scrollable-section__mask-2 {
    background-image: linear-gradient(#0000 40%, #121212fa);
    height: 100vh;
  }

  .o-scrollable-section__mask-2.o-scrollable-section__mask--50vh {
    height: 50vh;
  }

  .like-a-rolling-stone-2 {
    padding-top: 20px;
    overflow: visible;
  }

  .o-heading-three-2.titulo-seccion-why {
    margin-bottom: 20px;
  }

  .o-heading-three-2.o-heading-three--maxwidth {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 31px;
  }

  .section-12.seccion-why {
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-top: -60px;
  }

  .text-span-54 {
    color: #fffc;
  }

  .section-13.seccion-why {
    background-image: linear-gradient(#121212, #0000), linear-gradient(#0000, #121212), url('../images/bg-03.jpg');
    background-position: 0 0, 0 0, 50% 100%;
    background-size: auto, auto, cover;
    margin-top: -60px;
  }

  .section-14 {
    background-image: linear-gradient(#121212, #0000 42%), linear-gradient(#0000 34%, #121212), url('../images/bg-04.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    margin-top: -60px;
  }

  .section-15 {
    background-image: linear-gradient(#121212, #0000 49%), linear-gradient(#0000, #121212), url('../images/bg-08.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    margin-top: -60px;
  }

  .c-app__cols__col-1-2 {
    padding-right: 0;
  }

  .full-image-2 {
    background-image: url('../images/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
  }

  .call-to-action-home {
    margin-top: 50%;
    display: block;
  }

  .call-to-action-home-image {
    float: none;
    clear: none;
    object-fit: fill;
    background-color: #fff0;
    border-radius: 10%;
    width: 175px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
    position: relative;
    inset: 0% 0% auto;
    overflow: auto;
  }

  .link-block {
    object-fit: fill;
    max-width: 100%;
    margin-left: 0%;
    display: block;
  }

  .container-kadec-mobile {
    background-image: url('../images/fondo.jpg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .image-19 {
    padding-top: 20px;
    padding-left: 10px;
  }

  .div-block-21 {
    background-image: url('../images/kadec.png');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .footer-kadec {
    margin-bottom: 140px;
  }

  .titulo-evento {
    display: block;
    overflow: visible;
  }

  .titulo-evento.titulo-evento-suso {
    float: none;
    clear: none;
    text-align: left;
    white-space: break-spaces;
    object-fit: scale-down;
    object-position: 50% 50%;
    width: 100%;
    max-width: 100vw;
    font-size: 60px;
    line-height: 65px;
    display: inline-block;
    position: relative;
    overflow: visible;
  }

  .titulo-evento.titulo-evento-suso.titulo-evento-desktop {
    display: none;
  }

  .titulo-evento.titulo-evento-suso.titulo-evento-mobile {
    font-size: 50px;
    display: inline-block;
  }

  .titulo-evento.titulo-evento-mobile {
    font-size: 52px;
    line-height: 58px;
    display: block;
  }

  .div-datos-concierto {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 0;
    display: block;
  }

  .fecha-evento {
    white-space: normal;
    width: 100%;
    font-size: 30px;
    position: relative;
    overflow: visible;
  }

  .fecha-evento.fecha-evento-suso {
    font-size: 22px;
  }

  .text-info-evento {
    font-size: 28px;
    line-height: 40px;
  }

  .section-blog-list-header {
    display: none;
  }

  .section-blog-list-header-mobile {
    height: 100vh;
    margin-bottom: -450px;
    display: block;
  }

  .image-20 {
    object-fit: cover;
    width: auto;
    height: 100vh;
    overflow: visible;
  }

  .section-blog-archive {
    z-index: 100;
    margin-top: -200px;
    position: relative;
  }

  .blog-list-h1 {
    color: var(--white);
    text-align: left;
    font-size: 24px;
    line-height: 34px;
  }

  .section-blog-header-desktop {
    display: none;
  }

  .section-blog-header-mobile {
    display: block;
  }

  .blog-body {
    margin-bottom: 140px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-6 {
    color: #ffffff96;
    text-align: left;
    font-size: 18px;
  }

  .collection-item {
    margin-bottom: 40px;
  }

  .image-22 {
    margin-top: 10px;
  }

  .modal-iframe {
    max-width: 95%;
    max-height: 95%;
  }

  .modal-iframe.popup-widget {
    padding: 0 10px;
  }

  .modal-iframe-html {
    height: 100%;
  }

  .field-label-ayuda.field-label-ayuda-info {
    line-height: 28px;
  }

  .field-radio-ayuda {
    display: flex;
  }

  .field-radio-ayuda-button {
    height: 25px;
  }

  .radio-button-label {
    width: 100%;
  }

  .image-24 {
    display: none;
  }

  .header-gracias {
    font-size: 38px;
    line-height: 45px;
  }

  .titulo-evento-rich-mobile {
    font-size: 68px;
    line-height: 72px;
    display: block;
  }

  .call-to-action-home-button {
    width: 175px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .cta-landing {
    margin-top: 40px;
  }

  .list-evento-localidad {
    text-align: right;
    width: 30%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .list-evento-sala {
    text-align: right;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .list-evento-sala.list-evento-no-confirmado {
    font-size: 16px;
  }

  .list-evento-fecha {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }

  .columns-5, .columns-6 {
    display: flex;
  }

  .list-evento-column {
    flex-wrap: nowrap;
    margin-bottom: 0;
    display: block;
  }

  .column-13 {
    flex: none;
  }

  .list-evento-column-localidad {
    text-align: right;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .column-14 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .placeholder.placeholder-low {
    margin-bottom: 30px;
  }

  .list-evento-link-button {
    justify-content: flex-end;
    margin-bottom: 50px;
  }

  .list-evento-img-button {
    max-width: 110px;
    display: block;
  }

  .list-evento-img-button.list-evento-img-button-desktop {
    display: none;
  }

  .column-15 {
    display: flex;
  }

  .container-evento-desktop {
    display: none;
  }

  .evento-div-titulo-desktop {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    max-width: 301.18px;
    height: 100%;
    max-height: 14px;
    display: none;
    left: 0;
    right: 0;
  }

  .evento-subtitulo-desktop {
    display: none;
  }

  .evento-subtitulo-desktop.for-mobile {
    display: block;
  }

  .evento-subtitulo-desktop.for-desktop {
    display: none;
  }

  .evento-columna-info {
    padding-left: 10px;
  }

  .evento-poblacion {
    letter-spacing: 0;
    height: 35px;
    margin-top: 35px;
    margin-bottom: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 17px;
  }

  .evento-sala {
    margin-top: 6px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 13px;
  }

  .evento-descripcion {
    max-width: 290px;
    margin-top: 62.15px;
    margin-left: 27.15px;
    margin-right: 32px;
    font-size: 15px;
    line-height: 20px;
    position: relative;
  }

  .evento-fecha {
    margin-top: -4px;
    margin-bottom: 23px;
    font-size: 22px;
    line-height: 17px;
  }

  .evento-fecha.evento-fecha-mobile {
    clear: none;
    text-align: right;
    margin-top: 44px;
  }

  .evento-div-botones {
    justify-content: flex-start;
    width: 100%;
    margin-top: 34px;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .evento-condiciones {
    margin-top: 10px;
    margin-left: 27.15px;
    margin-right: 24.1px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 14px;
  }

  .evento-imagen-cartel {
    max-width: 100%;
    display: none;
  }

  .evento-div-imagenes {
    mix-blend-mode: luminosity;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 0, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    width: 100%;
    max-width: 250px;
    min-height: 345px;
  }

  .container-evento-datos {
    max-width: 100%;
    margin-top: -50px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .evento-div-sala {
    width: 100%;
    max-width: 245.11px;
    height: 20.72px;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .evento-texto-titulo-desktop {
    color: #000020;
    white-space: normal;
    width: 100%;
    margin-top: 8.96px;
    margin-bottom: 0;
    margin-right: 40px;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 22px;
    display: none;
    position: absolute;
    inset: auto -18px -15px auto;
  }

  .html-embed-6 {
    width: 325px;
    height: 14px;
  }

  .evento-sala-html-embed-7 {
    width: 100%;
    max-width: 272px;
    height: 20.72px;
    display: block;
  }

  .evento-boton-tickets-html-embed-7 {
    margin-left: 25px;
    margin-right: 0;
    position: relative;
  }

  .evento-div-info {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .evento-div-cartel {
    max-width: 100%;
    padding: 10px;
    display: none;
  }

  .evento-subtitulo-mobile {
    color: #fff;
    text-align: right;
    max-width: 210px;
    font-size: 20px;
    line-height: 24px;
    display: block;
  }

  .container-event-mobile {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    max-width: 479px;
    height: 289px;
    display: block;
  }

  .evento-div-cartel-mobile {
    margin-top: 23.2px;
    margin-left: 27.15px;
    display: block;
    position: relative;
  }

  .html-embed-7 {
    width: 125px;
    height: 250px;
    margin-right: 18px;
    position: absolute;
    inset: auto 0% 3px auto;
  }

  .evento-div-pob-fecha-desktop {
    margin-top: 58px;
    margin-left: 27.3px;
    display: block;
    position: relative;
  }

  .evento-div-pob-fecha-mobile {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 18px;
    margin-left: 27.3px;
    display: none;
    position: relative;
  }

  .container-gira-desktop {
    display: none;
  }

  .container-gira-datos {
    padding-left: 10px;
  }

  .gira-div-titulo {
    display: none;
  }

  .html-embed-8 {
    width: 325px;
    height: 45px;
    margin-top: 28px;
    display: block;
    position: relative;
  }

  .gira-titulo {
    margin-top: 0;
    margin-bottom: 1px;
    margin-right: 21px;
    font-size: 21px;
    line-height: 25px;
    inset: auto 0% 12px auto;
  }

  .gira-descripci-n {
    max-width: 386px;
    margin-left: 14px;
    margin-right: 27px;
    font-size: 13.2px;
    line-height: 15.4px;
  }

  .container-gira-eventos {
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 10px;
  }

  .heading-6 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 27px;
  }

  .gira-eventos-div-inner {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .paragraph-7 {
    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 11px;
    line-height: 14.3px;
  }

  .collection-list-wrapper {
    display: none;
  }

  .gira-eventos-sala {
    margin-top: 5px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 17px;
  }

  .gira-eventos-fecha {
    margin-left: 10px;
    font-size: 14px;
    line-height: 17px;
  }

  .container-gira-footer {
    position: relative;
  }

  .gira-subtitulo {
    font-size: 25px;
  }

  .image-25 {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-gira-footer-image {
    max-width: 100%;
    margin-top: 63px;
    padding-top: 0;
  }

  .html-embed-10 {
    display: none;
  }

  .container-gira-mobile {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: cover;
    max-width: 100%;
    height: 289px;
    display: block;
  }

  .tiket-image-dots-mobile {
    margin-top: 17px;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .gira-div-titulo-mobile {
    justify-content: flex-end;
    margin-left: 0;
    display: flex;
    position: relative;
  }

  .gira-eventos-list-item-mobile {
    width: 100%;
    max-width: 428px;
  }

  .gira-eventos-list-item-mobile-top {
    width: 327px;
    position: relative;
  }

  .html-embed-11 {
    margin-bottom: -2px;
    margin-left: 45px;
    font-size: 13px;
    line-height: 17px;
    position: absolute;
    inset: auto 0% 14%;
  }

  .gira-eventos-list-item-mobile-bottom {
    margin-top: 10px;
    margin-bottom: 36px;
    position: relative;
  }

  .paragraph-8 {
    font-family: Inconsolata, monospace;
  }

  .gira-evento-entradas-mobile {
    width: 138px;
    height: 41px;
    margin-top: 32px;
    position: absolute;
    inset: -35px 29px auto auto;
  }

  .evento-div-sala-mobile {
    width: 100%;
    max-width: 275px;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 27.3px;
    display: block;
    position: relative;
  }

  .evento-div-titulo-mobile {
    width: 100%;
    max-width: 325px;
    height: 100px;
    max-height: 14px;
    margin-left: 14.4px;
    display: block;
    position: relative;
  }

  .html-embed-12 {
    width: 20px;
    height: auto;
    position: absolute;
    inset: 20px auto 0% 255px;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .collection-list-wrapper-2 {
    display: block;
  }

  .html-embed-13 {
    width: 39.47px;
    height: 134.83px;
    margin-left: 0;
    position: absolute;
    right: 325px;
  }

  .top-gira-desktop {
    display: none;
  }

  .html-embed-16 {
    width: 450px;
    margin-left: -62px;
  }

  .evento-separator-up {
    width: 100%;
    margin: 80px 0% 60px;
    display: block;
    overflow: hidden;
  }

  .div-block-27 {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .container-3 {
    justify-content: center;
    display: flex;
  }

  .html-embed-17 {
    margin-left: -2px;
  }

  .html-embed-18 {
    justify-content: flex-end;
    width: 27px;
    height: 27px;
    display: block;
    position: absolute;
    inset: 32px 58px 0% auto;
    transform: rotate(90deg);
  }

  .gira-evento-subtitulo-desktop {
    display: none;
  }

  .dira-eventos-poblacion {
    color: var(--white);
    margin-top: 5px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 17px;
  }

  .embed-evento-titulo-mobile {
    color: #000020;
    text-align: right;
    width: 100%;
    margin-top: 8.96px;
    margin-right: 40px;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    position: absolute;
    bottom: -36px;
    right: -18px;
  }

  .texto-pie-gira {
    margin-left: 10px;
    margin-right: 24px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 14px;
  }

  .container-blog-archive {
    margin-top: 311px;
  }

  .text-block-12 {
    white-space: pre-line;
    overflow: visible;
  }

  .container-5 {
    background-color: #121212cc;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-field-3 {
    width: 100%;
  }

  .form {
    overflow: visible;
  }

  .select-field-2, .text-field-4 {
    width: 100%;
  }

  .h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .m-background-video {
    background-color: #0000;
    height: 100vh;
    display: none;
  }

  .m-background-video.background-video--mobile {
    display: block;
  }

  .background-video-m {
    background-color: #0000;
    height: 100vh;
    display: none;
  }

  .background-video-m.background-video--mobile {
    display: block;
  }

  .background-video-m.m-background-video--mobile {
    display: none;
  }

  .link-block-5 {
    overflow: visible;
  }

  .blog-title-copy {
    opacity: 1;
  }

  .div-block-36 {
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-clip: border-box;
    display: block;
    position: static;
    overflow: visible;
  }

  .c-hero__store-button-copy {
    width: 100%;
    min-width: 47%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 0 0;
    display: block;
  }

  .c-hero__stores-copy {
    flex: 0 auto;
    display: block;
  }

  .blog-list-h1-copy {
    color: var(--white);
    text-align: center;
    font-size: 25px;
    line-height: 25px;
    display: block;
    position: relative;
  }

  .c-hero__store-button-copy {
    width: 100%;
    min-width: 47%;
    max-width: none;
    padding: 25px 20px;
  }

  .c-hero__store-button-copy.c-hero__store-button--last {
    width: 150px;
    min-width: 47%;
    max-width: none;
  }

  .c-hero__store-button-copy-copy {
    width: 150px;
    min-width: 47%;
    max-width: none;
    padding: 10px 20px;
  }

  .c-hero__store-button-copy-copy.c-hero__store-button--last {
    width: 150px;
    min-width: 47%;
    max-width: none;
  }

  .blog-title-copy-copy {
    opacity: 1;
  }

  .fondoseuropeos {
    padding-left: 20px;
    padding-right: 20px;
  }

  .textofondoseuropeos {
    font-size: 18px;
  }
}

#w-node-_4317f91b-6c1b-d081-1dce-d2ce432bb8f9-72a4d821 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-b796fd6e-8af9-557f-f9e9-63cb12a40abc-72a4d821, #w-node-_798a8057-610e-2627-8f91-0efa256e0a65-72a4d83a, #w-node-d2013361-b189-b292-74fe-b3649df47a91-72a4d83a, #w-node-c167273a-005e-735c-11c2-3c22528140bc-72a4d83a, #w-node-_5e020f34-4fb1-ac95-0a41-23ed01362e89-72a4d83a, #w-node-_5e020f34-4fb1-ac95-0a41-23ed01362e8a-72a4d83a, #w-node-_254af604-fbe5-45ea-5a27-41cc83b6a6f9-72a4d83a, #w-node-_254af604-fbe5-45ea-5a27-41cc83b6a6fa-72a4d83a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


