@font-face {
  font-family: Playhouse;
  src: url('../fonts/PlayHouse-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: Playhouse, Arial, sans-serif;
  --white: #75dcf8;
  --color: #03124e;
  --secondary: Montserrat, sans-serif;
  --white-2: var(--white);
  --gray: #ffffff5c;
}

a {
  text-decoration: none;
}

.body {
  font-family: var(--primary);
  color: var(--white);
  background-color: #0000;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: visible;
}

.section {
  background-color: var(--color);
}

.section.hero {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-bottom: 70px;
  display: flex;
  position: sticky;
  overflow: hidden;
}

.container {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.nav-menu {
  width: 100%;
}

.navbar {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.navlist {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  mix-blend-mode: normal;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  list-style-type: none;
  display: grid;
  position: sticky;
  top: 0;
}

.list-item {
  font-family: var(--primary);
  color: var(--white);
  text-align: center;
  font-size: 18px;
}

.image {
  -webkit-backdrop-filter: hue-rotate(180deg);
  backdrop-filter: hue-rotate(180deg);
  width: 25px;
}

.logo {
  text-align: center;
}

.heading {
  font-family: var(--secondary);
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 141px;
  line-height: 141px;
}

.heading.left {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  margin-top: 40px;
  margin-left: -10px;
  font-size: 11vw;
  line-height: 7vw;
}

.heading.right {
  text-align: right;
  margin-right: -10px;
  font-size: 11vw;
}

.get-tickets {
  float: left;
  font-family: var(--secondary);
  background-image: url('../images/arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 14px;
  margin-left: 20px;
  margin-right: 0;
  padding-top: 2px;
  padding-right: 35px;
  font-size: 16px;
}

.marquee {
  overflow-wrap: normal;
  min-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  overflow: hidden;
}

.div-gettickets {
  float: right;
  overflow-wrap: normal;
  object-fit: fill;
  width: 2940px;
  margin-right: -10px;
  display: none;
  overflow: visible;
}

.section-2 {
  background-color: var(--color);
  height: auto;
  padding-top: 170px;
  padding-bottom: 170px;
  overflow: hidden;
}

.section-2.about {
  background-color: var(--color);
  color: var(--white);
  padding-top: 70px;
  padding-bottom: 0;
}

.section-2.past {
  background-color: var(--color);
  padding-top: 20px;
  padding-bottom: 0;
  display: none;
}

.section-2.next {
  background-color: var(--color);
  margin-bottom: 0;
  display: none;
  box-shadow: 0 2px 15px #0202058a;
}

.section-2.upcoming {
  padding-top: 70px;
  padding-bottom: 140px;
  display: block;
}

.section-2.suscribe {
  background-color: var(--color);
  padding-top: 20px;
  padding-bottom: 70px;
  display: none;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template: ". ."
                 "Area Area"
                 / .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 40px;
  padding-right: 0;
  display: block;
}

.heading-2 {
  text-align: center;
  text-transform: uppercase;
  padding-left: 0;
  font-size: 71px;
  font-weight: 400;
  line-height: 1em;
}

.slide {
  float: none;
  clear: none;
  text-align: center;
  width: 24.2vw;
  margin-right: 16px;
}

.events {
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  display: flex;
  overflow: visible;
}

.image-2 {
  cursor: default;
  mix-blend-mode: normal;
  width: auto;
  height: auto;
  margin-bottom: 16px;
  transition: all .2s;
}

.mask {
  float: none;
  text-align: center;
  width: 100%;
  height: auto;
  overflow: visible;
}

.left-arrow {
  width: 35px;
  height: 35px;
  display: block;
  inset: auto 0% -80px -40px;
}

.slide-nav {
  display: none;
}

.button-gettickets {
  outline-color: var(--white);
  outline-offset: 0px;
  font-family: var(--secondary);
  color: var(--white);
  mix-blend-mode: normal;
  border-radius: 5px;
  outline-width: 1px;
  outline-style: solid;
  margin-left: 5%;
  padding: 3px 10px;
  font-size: 13px;
  text-decoration: none;
  display: none;
}

.icon {
  color: var(--white);
  font-size: 24px;
  inset: 0%;
}

.link-block {
  float: left;
  height: auto;
  padding-bottom: 2px;
}

.icon-2 {
  color: var(--white-2);
  font-size: 24px;
  position: absolute;
  inset: 0%;
}

.right-arrow {
  width: 35px;
  height: 35px;
  display: block;
  inset: auto -40px -80px 0%;
}

.p-looloo {
  float: right;
  color: var(--gray);
  letter-spacing: -1px;
  text-indent: 150px;
  text-transform: uppercase;
  width: 75vw;
  margin-bottom: 120px;
  padding-right: 16px;
  font-size: 46px;
  line-height: 1em;
  display: none;
}

.div-75 {
  float: right;
  width: 75vw;
  height: auto;
  margin-bottom: 0;
}

.dib-75 {
  float: none;
  text-align: center;
  width: 75vw;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.p-50 {
  float: left;
  font-family: var(--secondary);
  text-align: left;
  width: 48%;
  margin-left: 8px;
  margin-right: 8px;
}

.p-50.artistas-top {
  font-family: var(--secondary);
  height: 40vh;
  font-size: 30px;
  line-height: 1.4em;
  overflow: hidden;
}

.p-50.artistas {
  font-family: var(--secondary);
  height: auto;
  font-size: 18px;
  line-height: 1.4em;
  overflow: visible;
}

.gallery {
  background-color: var(--color);
  height: 70vh;
  margin-top: 90px;
}

.slide-nav-2 {
  display: none;
}

.left-arrow-2 {
  color: #0000;
  width: 30px;
  height: 30px;
  font-size: 28px;
  inset: auto auto 20px 20px;
}

.right-arrow-2 {
  color: #0000;
  width: 30px;
  height: 30px;
  font-size: 28px;
  inset: auto 20px 20px auto;
}

.icon-3 {
  color: var(--white);
  margin: 0;
}

.div-50 {
  float: left;
  width: 47%;
  height: auto;
  margin-right: 16px;
  overflow: hidden;
}

.div-50.top {
  height: 575px;
  position: relative;
}

.p-100 {
  float: left;
  width: 47%;
  margin-right: 16px;
}

.p-100.artistas-top {
  font-family: var(--secondary);
  width: 100%;
  height: 40vh;
  font-size: 30px;
  line-height: 1.4em;
  overflow: visible;
}

.p-100.artistas {
  height: 70vh;
  font-size: 18px;
  line-height: 1.4em;
  overflow: hidden;
}

.div-artistastop {
  height: 330px;
  position: relative;
  overflow: hidden;
}

.img-acts {
  background-image: url('../images/LOOLOO-acts.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  height: 218px;
  margin-top: 25px;
  margin-right: 20px;
}

.mask1 {
  background-color: #000000b3;
  width: 100%;
  height: 208px;
  position: absolute;
  inset: 0% 0% auto;
}

.mask2 {
  background-color: #000000b3;
  width: 100%;
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.mask3 {
  background-color: #000000b3;
  width: 100%;
  height: 125px;
  position: absolute;
  inset: 0% 0% auto;
}

.mask4 {
  background-color: #000000b3;
  width: 100%;
  height: 430px;
  position: absolute;
  inset: auto 0% 0%;
}

.list-comingup {
  margin-top: 50px;
}

.link-comingup {
  border-bottom: 1px solid var(--gray);
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 58px;
  display: flex;
}

.comingup-artist {
  text-transform: uppercase;
  margin-right: 50px;
}

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

.comingup-date {
  color: var(--gray);
  text-transform: uppercase;
  margin-right: 50px;
}

.comingup-tickets {
  background-image: url('../images/arrow-45.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 11px;
  margin-right: 20px;
  padding-right: 20px;
}

.footer {
  z-index: 0;
  color: var(--color);
  text-align: left;
  background-color: #f6f6f6;
  flex-flow: column;
  justify-content: space-between;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  display: flex;
  position: sticky;
  inset: auto 0% 0;
  overflow: hidden;
}

.header-footer {
  font-family: var(--secondary);
  color: var(--color);
  text-align: justify;
  white-space: normal;
  word-break: normal;
  flex: 0 auto;
  justify-content: space-between;
  width: 101.2%;
  margin: -20px auto 70px -.6%;
  font-size: 137px;
  line-height: 1em;
  display: none;
  position: relative;
  overflow: hidden;
}

.div-25 {
  float: left;
  width: 25%;
  height: 280px;
  margin-bottom: 10px;
  line-height: 1.3em;
}

.div-25._4 {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.div-25._1 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-25._3 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-nav {
  color: var(--color);
  text-align: left;
  padding-left: 0;
}

.link {
  color: var(--color);
  text-transform: uppercase;
  pointer-events: auto;
}

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

.div-block-3 {
  float: left;
  font-family: var(--secondary);
  text-align: center;
  width: 100%;
  font-weight: 400;
}

.legal {
  color: var(--color);
  text-align: center;
  font-size: 10px;
  line-height: 12px;
}

.link-2 {
  color: var(--color);
  pointer-events: auto;
}

.icon-4 {
  color: var(--white);
  margin: 0;
}

.sticky-background {
  z-index: 1;
  background-color: var(--color);
  pointer-events: none;
  width: 100%;
  height: 100vh;
  max-height: none;
  display: block;
  position: sticky;
  inset: 0 0% 0%;
}

.div-0 {
  height: 0;
}

.navlink {
  font-family: var(--secondary);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
}

.main {
  z-index: 2;
  height: auto;
  margin-top: -100vh;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  inset: 0% 0% auto;
  box-shadow: 0 2px 20px #00000073;
}

.section-3 {
  height: 0;
}

.link-3, .link-4 {
  color: var(--color);
  pointer-events: auto;
}

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

.text-span {
  margin-left: -2px;
}

.text-span-2 {
  margin-right: -2px;
}

.text-block-2 {
  pointer-events: auto;
}

.text-block-3 {
  text-align: center;
  display: block;
}

.navbar-mobile {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  mix-blend-mode: normal;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  list-style-type: none;
  display: none;
  position: sticky;
  top: 0;
}

.nav-mobile {
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.main-nav-mobile {
  color: var(--color);
  text-align: left;
  padding-left: 0;
}

.navbar-desktop {
  z-index: 2147483647;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  mix-blend-mode: normal;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px;
  list-style-type: none;
  display: grid;
  position: sticky;
  top: 0;
}

.h2-form {
  text-transform: uppercase;
  max-width: 100%;
  font-size: 3.02vw;
  font-weight: 400;
}

.required-email {
  background-color: #0000;
  width: 40%;
  height: 40px;
}

.code-embed {
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.required.email {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--gray);
  -webkit-text-stroke-color: var(--gray);
  background-color: #0000;
  width: 100%;
  height: 49px;
  margin-right: 20px;
}

.field-label {
  display: none;
}

.div-block-4 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.button.subscribe {
  opacity: .49;
  background-color: #0000;
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  width: 20px;
  height: 20px;
  margin-top: 10px;
}

.form {
  width: 100%;
}

.slide-2 {
  background-image: url('../images/forma7.svg'), url('../images/forma8.svg'), url('../images/ESSEX1.jpg');
  background-position: -3% 57%, 103% 0, 50%;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 15%, 20%, cover;
  margin-top: 0;
}

.slide-3 {
  background-image: url('../images/forma6.svg'), url('../images/forma5.svg'), url('../images/ESSEX2.jpg');
  background-position: 25% 100%, 98% 6%, 50%;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 10%, 15%, cover;
}

.slide-4 {
  background-image: url('../images/forma12.svg'), url('../images/forma11.svg'), url('../images/ESSEX3.jpg');
  background-position: 77% 115%, 0 -52px, 50%;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 30%, 30%, cover;
}

.slide-5 {
  background-image: url('../images/forma9.svg'), url('../images/forma10.svg'), url('../images/forma10.svg'), url('../images/ESSEX4.jpg');
  background-position: 97% 21%, 2% 81%, 108% 30%, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-size: 5%, 8%, 15%, cover;
}

.slide-6 {
  background-image: url('../images/forma1.svg'), url('../images/forma2.svg'), url('../images/ESSEX6.jpg');
  background-position: -77px -30px, 105% 110%, 50%;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 18%, 18%, cover;
}

.mask-2 {
  background-color: var(--color);
}

.div-block-5 {
  display: none;
}

.video-embed {
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-black {
  z-index: 2;
  opacity: 1;
  background-color: #0000;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.section-4 {
  height: 0;
}

.content-wrapper {
  margin-bottom: 0;
  padding-bottom: 0;
  position: static;
  bottom: 400px;
}

.footer-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  font-family: var(--secondary);
  color: var(--color);
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 216px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  display: grid;
}

.div-footer {
  flex: 1;
  height: auto;
}

.image-4 {
  max-width: 30%;
  margin: auto;
}

.text-block-4 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  font-size: 50px;
  line-height: 50px;
}

.paragraph {
  color: var(--white);
  mix-blend-mode: color-dodge;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 50px;
}

.image-5 {
  text-align: center;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.cierre {
  font-family: var(--secondary);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 1em;
}

.slide-7 {
  background-image: url('../images/forma3.svg'), url('../images/forma4.svg'), url('../images/ESSEX5.jpg');
  background-position: -6%, 100% 0, 50%;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 18%, 3%, cover;
}

.section-5 {
  background-color: #020205;
  height: auto;
  padding-top: 170px;
  padding-bottom: 170px;
  overflow: hidden;
}

.section-5.upcoming {
  background-color: #0000;
  padding-bottom: 0;
}

.slide-8 {
  float: none;
  clear: none;
  width: 25vw;
  margin-right: 16px;
}

.heading-3 {
  text-transform: uppercase;
  font-size: 71px;
  font-weight: 400;
  line-height: 1em;
}

.link-block-3 {
  float: left;
  height: auto;
  padding-bottom: 2px;
}

.icon-5 {
  color: #0000;
  background-image: url('../images/arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  inset: 0% 0% auto auto;
}

.left-arrow-3 {
  width: 30px;
  height: 30px;
  display: flex;
  inset: -90px 100px auto auto;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". ."
                 "Area Area"
                 / .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 40px;
  padding-right: 0;
  display: block;
}

.image-6 {
  mix-blend-mode: normal;
  width: auto;
  height: auto;
  margin-bottom: 16px;
  transition: all .2s;
}

.image-6:hover {
  transform: scale(1.03);
}

.button-gettickets-2 {
  outline-offset: 0px;
  color: #f5f5f7;
  border-radius: 5px;
  outline: 1px solid #f5f5f7;
  margin-left: 5%;
  padding: 3px 10px;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .heading.left {
    margin-left: 0;
  }

  .heading.right {
    margin-right: 0;
  }

  .section-2.about, .section-2.past {
    padding-top: 100px;
  }

  .section-2.next {
    padding-top: 90px;
    padding-bottom: 100px;
  }

  .section-2.upcoming {
    padding-top: 100px;
  }

  .slide {
    width: 50vw;
  }

  .p-looloo {
    width: 100vw;
    margin-bottom: 80px;
  }

  .div-75 {
    width: 85vw;
  }

  .dib-75 {
    width: 85vw;
    padding-right: 20px;
  }

  .p-50 {
    width: 100%;
  }

  .div-50 {
    margin-right: 10px;
    transform: scale(.9);
  }

  .footer {
    font-size: 16px;
  }

  .header-footer {
    margin-bottom: 95px;
    font-size: 13vw;
  }

  .div-25 {
    width: 50%;
    height: 100px;
    margin-bottom: 67px;
  }

  .div-25._4 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .div-25._1 {
    margin-bottom: 70px;
  }

  .div-25._3 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .div-block-3 {
    width: 100%;
  }

  .main {
    margin-bottom: 520px;
  }

  .link-3 {
    text-align: left;
  }

  .text-block-2 {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .text-block-3 {
    height: 100px;
  }

  .navbar-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .nav-mobile {
    display: none;
  }

  .section-5.upcoming {
    padding-top: 100px;
  }

  .slide-8 {
    width: 50vw;
  }
}

@media screen and (max-width: 479px) {
  .body {
    overflow: visible;
  }

  .section.hero {
    margin-top: -75px;
    margin-bottom: 0;
    padding-bottom: 150px;
  }

  .list-item {
    text-align: left;
  }

  .section-2.about {
    background-color: var(--color);
    padding-top: 50px;
    padding-bottom: 0;
  }

  .section-2.past {
    padding-top: 50px;
  }

  .section-2.next {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-2.upcoming {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .div-block {
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 80px;
  }

  .heading-2.next {
    margin-left: -22px;
  }

  .heading-2.upcoming {
    font-size: 49px;
  }

  .slide {
    width: 80vw;
  }

  .left-arrow {
    display: block;
    bottom: -60px;
  }

  .button-gettickets {
    font-size: 10px;
    line-height: 16px;
  }

  .right-arrow {
    display: block;
    bottom: -60px;
  }

  .p-looloo {
    text-indent: 100px;
    margin-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 31px;
  }

  .div-75 {
    width: 100vw;
    margin-top: 0;
    margin-bottom: 100px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-75.comingup {
    margin-bottom: 50px;
    padding-right: 0;
  }

  .dib-75 {
    width: 100vw;
    margin-bottom: 10px;
    padding-left: 20px;
  }

  .p-50 {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.5em;
  }

  .p-50.artistas {
    font-size: 10px;
  }

  .gallery {
    margin-top: 60px;
  }

  .left-arrow-2 {
    bottom: 20px;
    left: 20px;
    right: auto;
  }

  .right-arrow-2 {
    bottom: 20px;
    right: 20px;
  }

  .div-50 {
    width: 50%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    transform: scale(1);
  }

  .div-50.top {
    width: 50%;
    height: 446px;
    margin-left: 0;
    margin-right: 0;
    transform: scale(1);
  }

  .p-100.artistas-top {
    height: 247px;
    font-size: 16px;
  }

  .div-artistastop {
    height: 203px;
  }

  .mask1 {
    height: 111px;
  }

  .mask2 {
    height: 69px;
    inset: auto 0% 0%;
  }

  .mask3 {
    height: 71px;
  }

  .mask4 {
    height: 364px;
  }

  .link-comingup {
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
  }

  .comingup-artist {
    width: 120px;
    min-width: auto;
    max-width: none;
    margin-right: 20px;
  }

  .comingup-tickets {
    background-position: 39px 4px;
    width: 52px;
    margin-right: 20px;
    padding-right: 0;
  }

  .footer {
    height: auto;
    font-size: 14px;
  }

  .header-footer {
    margin-top: -10px;
    margin-bottom: 30px;
  }

  .div-25 {
    width: 100%;
    height: auto;
    margin-bottom: 35px;
  }

  .div-25._4 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .div-25._1 {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 25px;
  }

  .div-25._3 {
    font-size: 16px;
  }

  .footer-nav {
    margin-bottom: 0;
  }

  .link {
    font-size: 14px;
    line-height: 18px;
  }

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

  .navlink {
    text-align: left;
  }

  .looloo-white {
    width: auto;
  }

  .main {
    margin-bottom: 0;
    overflow: visible;
    box-shadow: 0 2px 5px #00000080;
  }

  .text-block-2 {
    line-height: 18px;
  }

  .text-block-3 {
    text-align: center;
    height: auto;
    display: block;
  }

  .navbar-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    background-image: linear-gradient(#000000ed 7%, #02020200);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: -100vh;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
    overflow: visible;
  }

  .mobile-menu {
    z-index: 999999;
    background-color: var(--white);
    justify-content: center;
    align-items: stretch;
    width: 90vw;
    height: 100vh;
    display: block;
    position: static;
    inset: 0%;
  }

  .nav-mobile {
    z-index: 999999999;
    background-color: var(--white);
    flex-flow: column;
    justify-content: space-between;
    width: 80vw;
    height: 100vh;
    margin-left: auto;
    margin-right: -80vw;
    padding: 20px 20px 15px;
    display: flex;
    position: fixed;
    inset: 0% 0% 0% auto;
    box-shadow: 0 -10px 5px #0003;
  }

  .div-cerrar {
    text-align: right;
    padding-right: 0;
  }

  .image-3 {
    width: 30px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: 0;
  }

  .navbar-desktop {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
    overflow: visible;
  }

  .code-embed {
    padding-left: 10px;
  }

  .slide-2 {
    background-position: -3% 83%, 103% 0, 50%;
    background-size: 20%, 30%, cover;
  }

  .slide-4 {
    background-position: 50% 103%, 0 -4%, 50%;
    background-size: 42%, 38%, cover;
  }

  .slide-6 {
    background-position: 0 -14px, 104% 101%, 50%;
    background-size: 18%, 27%, cover;
  }

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

  .footer-links {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: stretch stretch;
    height: auto;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .div-footer {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .list-item-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-4 {
    max-width: 50%;
  }

  .paragraph {
    font-size: 25px;
  }

  .image-5 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .cierre {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .cierre.next {
    margin-left: -22px;
  }

  .slide-7 {
    background-size: 23%, 8%, cover;
  }

  .section-5.upcoming {
    padding-top: 50px;
  }

  .slide-8 {
    width: 80vw;
  }

  .heading-3 {
    margin-top: 0;
    font-size: 40px;
  }

  .left-arrow-3 {
    top: -85px;
    right: 70px;
  }

  .div-block-6 {
    margin-bottom: 50px;
    padding-bottom: 0;
  }

  .button-gettickets-2 {
    font-size: 10px;
    line-height: 16px;
  }
}

#w-node-_1b27af4e-ef9e-5ed0-e78b-fef8f6e0a527-56eb2031 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7eddd3aa-9cf3-ed28-30fd-fe30dd596ba5-56eb2031 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-edbe9629-89fb-3bc1-51ab-f03d83853fd4-56eb2031, #w-node-f0733eda-c01a-5d58-6308-a3517fb1cd8e-56eb2031 {
  place-self: center;
}

#w-node-aeff63c3-0942-c19f-bf7b-1cd67862f818-56eb2031, #w-node-_42c96c80-0f75-d1b6-8eee-5d7d0ce40212-56eb2031 {
  align-self: center;
}

#w-node-fb3ec96a-3a7a-2a8d-456b-6eb54643b988-56eb2031 {
  place-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-d1f55d6b-503f-a04d-ad68-e772f3899e59-56eb2031, #w-node-edbe9629-89fb-3bc1-51ab-f03d83853fd4-56eb2031, #w-node-f0733eda-c01a-5d58-6308-a3517fb1cd8e-56eb2031, #w-node-_42c96c80-0f75-d1b6-8eee-5d7d0ce40212-56eb2031, #w-node-fb3ec96a-3a7a-2a8d-456b-6eb54643b988-56eb2031 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Playhouse';
  src: url('../fonts/PlayHouse-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}