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

@font-face {
  font-family: Neusanextpro;
  src: url('../fonts/NeusaNextPro-CompactBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neusanextpro;
  src: url('../fonts/NeusaNextPro-CompactBoldIta.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Muli;
  src: url('../fonts/Muli-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Muli;
  src: url('../fonts/Muli-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neusanextpro;
  src: url('../fonts/NeusaNextPro-CompactBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-ExtraBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --magenta: #e10074;
  --dark-slate-blue: #11329e;
  --blanco: white;
  --deep-pink: #ff008f;
  --magenta-lila: #8e1759;
  --azul: #4369b2;
  --color-fondo: #11041f;
}

.body {
  background-color: #fff0;
  height: 0%;
  font-family: Muli, sans-serif;
}

.hero {
  z-index: -1;
  background-color: #0a041fed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 100px;
  padding-top: 100px;
  padding-bottom: 20px;
  transition: all .2s;
  display: flex;
  position: static;
}

.button {
  background-color: var(--magenta);
  letter-spacing: 1px;
  cursor: pointer;
  margin-top: 20px;
  margin-left: 0;
  padding: 10px 20px;
  font-weight: 900;
  transition: all .2s ease-in-out;
  display: flex;
  box-shadow: 4px 4px #11329e;
}

.button:hover {
  background-image: linear-gradient(86deg, var(--dark-slate-blue), var(--magenta));
  transform: translate(6px, 6px);
  box-shadow: 0 0 #11329e;
}

.button.delmenu {
  margin-left: 0;
}

.button.delmenu.mobile {
  display: none;
}

.button.header {
  border-radius: 4px;
  margin-top: 10px;
  font-weight: 900;
  display: block;
}

.button.ticketera {
  display: none;
}

.heading {
  color: #fff;
  text-align: center;
  text-transform: none;
  border: 1px #ff66b5;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Muli, sans-serif;
  font-size: 44px;
  font-weight: 900;
  line-height: 9vh;
  display: block;
}

.heading.titulo {
  margin-bottom: 0;
  font-family: Neusanextpro, sans-serif;
  font-size: 3.5vw;
  font-weight: 800;
  line-height: 6vh;
}

.text-block {
  color: #fff;
  font-size: 16px;
}

.text-block.large {
  text-align: center;
  width: 50%;
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 19px;
  line-height: 32px;
}

.navbar {
  background-color: #11041ff2;
  padding-top: 10px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
}

.nav-link:hover {
  outline-offset: 0px;
  color: var(--magenta);
  border: 1px #000;
  outline: 0 #fff;
}

.nav-link.w--current {
  color: var(--magenta);
}

.nav-link.book, .nav-link.none {
  display: none;
}

.nav-link.home.w--current {
  color: var(--blanco);
}

.paragraph {
  color: #e6e6e6;
  text-align: left;
  letter-spacing: .2px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}

.paragraph.left {
  color: #fff;
  width: 90%;
  margin-left: 0;
}

.paragraph.mayuscula {
  color: #fff;
  text-transform: none;
  margin-top: 10px;
  margin-left: 0;
  font-weight: 400;
}

.paragraph.mayuscula.sobresaliente {
  color: var(--magenta);
}

.paragraph.medium {
  text-align: center;
  font-size: 19px;
  line-height: 30px;
}

.paragraph.centrado {
  text-align: center;
  text-indent: 0;
  margin-top: 10px;
  margin-left: 0;
}

.paragraph.centrado.azul {
  color: var(--deep-pink);
  margin-top: 0;
}

.paragraph.delmenu {
  margin-top: 22px;
  margin-bottom: 25px;
}

.paragraph.toro {
  margin-left: 0;
}

.caja-texto {
  color: #fff;
  text-align: center;
  width: 800px;
  margin-top: 20px;
  font-style: italic;
  font-weight: 400;
}

.bolder {
  color: var(--magenta);
  font-weight: 800;
}

.bolder.pink {
  color: #e10074;
}

.onstage-div {
  background-color: #11041fed;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.artista-text {
  color: #fff;
  text-align: center;
  text-shadow: 2px 0 9px #000000b8;
  margin: 20px 20px 20px 10px;
  padding-left: 0;
  font-size: 2vw;
  font-weight: 900;
  line-height: 52px;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 60px;
}

.text-block-2.somuch {
  margin-top: 0;
  padding-bottom: 20px;
  font-size: 25px;
  display: block;
}

.text-block-2.somuch.margin {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
}

.artistas-caja {
  background-color: #11041f59;
  background-image: linear-gradient(56deg, #e1007480, #430785ad), url('../images/bolita_1.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, 10px;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 200vw;
  margin-top: 10px;
  padding-left: 0;
  display: none;
  overflow: visible;
}

.artistas-caja.mobile {
  display: none;
}

.bola-navidad {
  width: 1.2vw;
  font-size: 16px;
}

.image-2 {
  width: 100px;
  margin-top: 23px;
  margin-bottom: 10px;
  display: none;
  transform: none;
}

.image-2.bola {
  z-index: 1;
  width: 50px;
  position: relative;
  transform: rotate(66deg);
}

.image-2.small {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.caja-texto-medium {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  max-width: none;
  height: auto;
  min-height: 32vh;
  margin: 100px auto 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: static;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin: 0 auto 30px;
  font-family: Muli, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  position: static;
  top: auto;
}

.paragraph-2.titulo {
  color: #fff;
  text-align: left;
  background-color: #11041f00;
  line-height: 62px;
}

.paragraph-2.titulo.xxl {
  font-weight: 900;
}

.paragraph-2.xxl {
  font-size: 50px;
  font-weight: 900;
  line-height: 58px;
}

.div-block-3 {
  cursor: pointer;
  border-left: 1px #ccc;
  width: 50%;
  margin-bottom: -69px;
  padding-left: 0;
}

.howto {
  background-color: #11041fed;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.horarios {
  width: 49%;
}

.booknow {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  background-image: linear-gradient(66deg, var(--magenta), var(--dark-slate-blue));
  color: var(--color-fondo);
  border: 1px #fff;
  border-radius: 4px;
  align-items: center;
  max-width: 1160px;
  height: 347px;
  margin-top: 32px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 55px;
  display: flex;
}

.div-block-4 {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 13px;
  display: flex;
}

.black {
  font-size: 16px;
  font-weight: 900;
  display: block;
}

.gastronomic {
  background-color: #11041fed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
}

.menu-lista {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  cursor: pointer;
  background-color: #11329e00;
  border: 1px #fff0;
  border-radius: 4px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  max-width: 1160px;
  height: auto;
  margin-top: 54px;
  padding: 40px 35px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu-lista:hover {
  max-width: 1160px;
}

.nombre-resto {
  width: 50%;
}

.heading-2 {
  color: var(--blanco);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Muli, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
}

.menu-link {
  justify-content: flex-start;
  align-items: center;
  width: 10%;
  text-decoration: none;
  display: flex;
}

.text-block-3 {
  color: #fff;
  margin-right: 13px;
  font-family: Muli, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.precios {
  border-left: 1px solid #fff;
  width: 30%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 16px;
}

.precios.delmenu {
  width: auto;
}

.lottie-animation {
  margin-top: -44px;
  display: none;
  position: absolute;
  bottom: 96px;
}

.legales-gastro {
  color: #fff;
  max-width: 1160px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-4 {
  margin-top: 0;
  font-style: italic;
}

.background {
  z-index: -1;
  background-color: #11329e38;
  position: absolute;
  inset: 0%;
}

.container {
  max-width: 1160px;
}

.footer {
  background-color: #0c0216;
  border: 1px #42087f;
  margin-top: auto;
  padding: 40px;
  position: static;
  bottom: 0;
}

.paragraph-5 {
  color: #908d8d;
  font-size: 13px;
  line-height: 17px;
}

.redes-sociales {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  margin-top: 20px;
  margin-bottom: 26px;
  display: flex;
}

.link-block {
  background-image: url('../images/facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
}

.link-block.instagram {
  background-image: url('../images/insta.svg');
}

.link-block.instagram:hover {
  background-image: url('../images/instahover.svg');
}

.link-block.facebook:hover {
  background-image: url('../images/facehover.svg');
}

.link-block.twitter {
  background-image: url('../images/X-twitter.svg');
}

.link-block.twitter:hover {
  background-image: url('../images/X-twitter-hover.svg');
}

.link-block.linkedin {
  background-image: url('../images/linkedin.svg');
}

.link-block.linkedin:hover {
  background-image: url('../images/linkedinhover.svg');
}

.link-block.youtube {
  background-image: url('../images/youtube.svg');
}

.link-block.youtube:hover {
  background-image: url('../images/youtubehover.svg');
}

.link-block.tiktok {
  background-image: url('../images/ticktok.svg');
}

.link-block.tiktok:hover {
  background-image: url('../images/ticktokhover.svg');
}

.linea {
  background-color: #5f5f5f;
  width: 1160px;
  height: 1px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.contenido-footer {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.link {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-left: 0;
  text-decoration: none;
}

.link:hover {
  color: var(--magenta);
  text-decoration: underline;
}

.link.none {
  display: none;
}

.terminos {
  color: #1d1d1d;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-5 {
  border-left: 1px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.menu {
  background-color: #130516b5;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 40px;
  display: flex;
}

.menu.lupe {
  width: 100%;
}

.contenedor-menu {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  max-width: 1160px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.restaurante {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.titulo-menu {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 900;
}

.titulo-menu.centrado {
  margin-left: auto;
  margin-right: auto;
}

.titulo-menu.centrado.italic {
  font-style: italic;
  font-weight: 400;
  display: none;
}

.contenido-menu {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.header-menu {
  background-image: linear-gradient(#250e3df7, #250e3df7);
  padding-top: 60px;
  padding-bottom: 100px;
}

.volver {
  color: #fff;
  padding-left: 8px;
  padding-right: 0;
}

.image-4 {
  width: 20px;
}

.div-block-6 {
  max-width: 1160px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 60px;
  display: flex;
}

.photo {
  margin-top: 19px;
}

.photo.lacentral {
  margin-bottom: 20px;
}

.accordion-heading-2 {
  color: #333234;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 900;
  line-height: 30px;
}

.icon-3.accordion-icon {
  color: #000;
  cursor: pointer;
  cursor: pointer;
  font-family: Exo, sans-serif;
  font-size: 40px;
  line-height: 30px;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.paragraph-9 {
  text-align: justify;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.accordion-item {
  color: #333234;
  background-color: #fff;
  border-bottom: 1px solid #333234c4;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
}

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  color: #fff;
  max-width: 940px;
  margin-top: 0;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-wrapper {
  margin-top: 50px;
}

.heading-4 {
  text-align: center;
}

.heading-4.bolder {
  color: var(--blanco);
  text-transform: none;
  margin-bottom: 0;
  font-family: Muli, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 45px;
}

.azul {
  color: #fff;
}

.legales-caja {
  background-color: #11041fed;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 40px;
}

.list {
  padding-top: 20px;
  padding-left: 20px;
}

.pink {
  color: var(--magenta);
}

.link-2 {
  color: #09ac03;
}

.main {
  z-index: -1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-bottom: 0;
  display: flex;
  position: static;
  inset: 0%;
}

.image-6 {
  min-width: 0;
}

.div-block-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1160px;
  display: flex;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  white-space: normal;
  -webkit-text-fill-color: transparent;
  object-fit: fill;
  background-image: linear-gradient(98deg, #ff00a1 39%, #3a80e6 67%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: -5px;
  font-family: Neusanextpro, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 52px;
  display: none;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 20px;
  font-family: Neusanextpro, sans-serif;
  font-size: 2vw;
  font-style: italic;
  font-weight: 400;
  line-height: 33px;
  text-decoration: none;
}

.div-block-10 {
  background-color: #11041f00;
  height: auto;
  min-height: 0%;
}

.imagen-fondo {
  z-index: -1;
  background-color: #0000;
  background-image: url('../images/HORIZONTAL.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  inset: 0%;
}

.artista-text-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 0 9px #000000b8;
  flex: none;
  margin: 10px 20px 10px 10px;
  padding-left: 0;
  font-size: 1vw;
  font-weight: 900;
  line-height: 22px;
}

.small {
  font-size: 17px;
}

.div-block-14 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  padding-top: 20px;
  display: flex;
}

.contenedor-cajas-artistas {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.heading-5 {
  color: #fff;
  text-align: center;
  text-transform: none;
  border: 1px #ff66b5;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Muli, sans-serif;
  font-size: 44px;
  font-weight: 900;
  line-height: 9vh;
  display: block;
}

.heading-5.termns {
  margin-bottom: 0;
}

.heading-5.otro {
  margin-bottom: 10px;
}

.contenedor-imagen-artista {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.contenedor-imagen-artista.none {
  display: none;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Neusanextpro, sans-serif;
  font-size: 20px;
  font-style: italic;
}

.text-block-6.first {
  letter-spacing: 1px;
  margin-top: 10px;
  font-size: 22px;
  line-height: 25px;
}

.bola-navidad-2 {
  width: .5vw;
  font-size: 16px;
}

.imgs-artistas {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 38px;
  display: flex;
}

.contenedor-terminos {
  background-color: #11041fed;
  padding-top: 48px;
}

.div-block-15 {
  background-color: #11041ff2;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  min-height: 100%;
  display: flex;
}

.small-italic {
  font-family: Muli, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

.artistas {
  width: 215px;
}

.farruko {
  width: 180px;
}

.image-7 {
  width: 400px;
  margin-top: 54px;
}

.italic-text {
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: 700;
  display: none;
}

.bold-text {
  display: none;
  overflow: visible;
}

.bold-text-2 {
  display: none;
}

.text-span {
  color: var(--magenta);
}

.legal-rest {
  color: #ffbee0;
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Muli, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  display: block;
}

.imagen-texto {
  display: none;
}

.heading-6 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 0 1px 9px #000000c2;
  width: 70%;
  font-family: Muli, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 2vw;
}

.hostedby {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-top: 0;
  display: flex;
}

.image-8 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 240px;
  max-width: none;
  height: 100%;
  margin-top: 0;
}

.flex-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  width: 1160px;
}

.div-block-16 {
  object-fit: cover;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  display: flex;
  overflow: hidden;
}

.image-9 {
  width: 215px;
}

.image-10 {
  width: 279px;
}

.image-10.plena {
  width: 215px;
}

.div-block-17 {
  width: 50%;
  margin-top: 60px;
}

.nobre {
  font-size: 26px;
  font-weight: 400;
}

.div-block-18 {
  text-align: center;
  width: 100%;
}

.color {
  color: #ffeffb;
}

.paragraph-10 {
  margin-bottom: 0;
  font-style: italic;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(83deg, #d8019d, #510057);
  border-radius: 10px;
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
}

.bold-text-4 {
  color: var(--blanco);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: inline-flex;
}

.link-3 {
  color: #ff00c7;
  display: none;
}

.light {
  font-weight: 400;
}

.bold {
  font-weight: 900;
}

.image-11 {
  mix-blend-mode: lighten;
  margin-bottom: -90px;
}

.div-block-19 {
  background-color: #1b309c4f;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
}

.bold-text-5 {
  font-weight: 900;
}

.text-block-8 {
  color: #dadada;
  font-size: 16px;
  line-height: 22px;
}

.bold-text-7, .bold-text-8, .paragraph-11 {
  color: #fff;
}

.paragraph-12 {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.tabs {
  width: 50%;
}

.link-tab {
  color: #2e2e2e;
  background-color: #fff;
  font-weight: 700;
}

.tab {
  color: #ffffffc2;
  background-color: #230e3d;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  font-weight: 900;
}

.tab.w--current {
  color: #cf0198;
  background-color: #180822;
  border: 0 #d00199;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.text-block-9 {
  font-weight: 900;
}

.span-alergenos {
  color: #c0925a;
  font-style: italic;
}

.utility-page-wrap {
  background-color: var(--dark-slate-blue);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 260px;
  display: flex;
}

.text-block-11, .heading-7 {
  font-family: Muli, sans-serif;
}

@media screen and (max-width: 991px) {
  .hero {
    margin-top: 0;
  }

  .button.delmenu, .button.delmenu.mobile {
    display: none;
  }

  .heading {
    font-size: 42px;
    line-height: 45px;
  }

  .text-block.large {
    width: auto;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 17px;
  }

  .paragraph.mayuscula {
    margin-bottom: 10px;
  }

  .caja-texto {
    width: 87%;
  }

  .artista-text {
    flex: none;
    order: 0;
    font-size: 23px;
    line-height: 28px;
    display: block;
  }

  .image-2.small {
    display: none;
  }

  .caja-texto-medium {
    width: 90%;
  }

  .paragraph-2.titulo {
    margin-bottom: 30px;
    font-size: 46px;
    line-height: 55px;
  }

  .div-block-3 {
    width: auto;
    margin-bottom: 0;
    padding-left: 0;
  }

  .horarios {
    width: auto;
    margin-bottom: 25px;
  }

  .booknow {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-image: linear-gradient(180deg, var(--magenta), var(--dark-slate-blue));
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    height: auto;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-lista {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    align-items: flex-end;
    width: 90%;
    height: auto;
  }

  .precios {
    border-left: 1px solid #747373;
    width: 27%;
    padding-left: 8px;
  }

  .legales-gastro {
    width: 90%;
  }

  .container {
    padding-left: 26px;
    padding-right: 26px;
  }

  .linea {
    width: 100%;
  }

  .menu-button {
    background-color: var(--magenta);
    color: #fff;
  }

  .menu-button.w--open {
    background-color: var(--magenta);
  }

  .nav-menu {
    background-color: var(--color-fondo);
  }

  .div-block-5 {
    width: 100%;
    padding-left: 20px;
  }

  .menu {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .contenedor-menu {
    flex-direction: column;
    padding-left: 60px;
    padding-right: 60px;
  }

  .restaurante {
    width: auto;
  }

  .div-block-6 {
    padding-left: 60px;
  }

  .photo {
    display: block;
  }

  .content-wrapper.slim {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .legales-caja {
    max-width: none;
  }

  .main {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 14%;
  }

  .image-6 {
    min-width: 0;
  }

  .text-block-4 {
    font-weight: 800;
  }

  .text-block-5 {
    font-size: 3vw;
  }

  .imagen-fondo {
    background-image: url('../images/bg-mobile.jpg'), url('../images/HORIZONTAL.avif');
    background-position: 50%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
  }

  .artista-text-2 {
    flex: none;
    order: 0;
    font-size: 14px;
    line-height: 16px;
    display: block;
  }

  .div-block-14 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 21px;
  }

  .contenedor-cajas-artistas {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: nowrap;
  }

  .heading-5 {
    font-size: 42px;
    line-height: 45px;
  }

  .imgs-artistas {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 12px;
    padding-right: 10px;
  }

  .image-7 {
    width: 150px;
  }

  .heading-6 {
    width: 80%;
    font-size: 5vw;
    line-height: 5vw;
  }

  .flex-block {
    width: auto;
  }

  .link-3 {
    margin-top: 40px;
  }

  .image-11 {
    display: none;
  }

  .tabs {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 48px;
    line-height: 71px;
  }

  .heading.titulo {
    margin-bottom: 0;
    font-size: 9vw;
  }

  .text-block.large {
    text-align: center;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .bola-navidad {
    width: 3vw;
  }

  .booknow {
    height: auto;
  }

  .menu-lista {
    flex-direction: column;
    align-items: flex-start;
  }

  .nombre-resto {
    width: auto;
  }

  .menu-link {
    width: auto;
    margin-top: 18px;
    margin-left: auto;
  }

  .precios {
    border-left-color: #fff;
    width: auto;
  }

  .redes-sociales {
    justify-content: space-between;
  }

  .terminos {
    flex-direction: column;
  }

  .content-wrapper.slim {
    max-width: none;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .main {
    padding-bottom: 29%;
  }

  .text-block-4 {
    letter-spacing: 7px;
    margin-top: -3px;
    font-size: 27px;
    font-weight: 400;
  }

  .text-block-5 {
    margin-top: 22px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 26px;
    line-height: 31px;
  }

  .div-block-14 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contenedor-cajas-artistas {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .heading-5 {
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 48px;
    line-height: 71px;
  }

  .contenedor-imagen-artista {
    margin-bottom: 30px;
  }

  .bola-navidad-2 {
    width: 3vw;
  }

  .heading-6 {
    width: 90%;
  }

  .flex-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }
}

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

  .hero {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button {
    flex: 0 auto;
    margin-left: 10px;
  }

  .button.header {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
  }

  .heading {
    font-size: 33px;
    line-height: 40px;
  }

  .heading.titulo {
    line-height: 4vh;
  }

  .text-block.large {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 25px;
  }

  .navbar {
    padding-bottom: 10px;
  }

  .paragraph {
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph.left {
    margin-top: 0;
  }

  .paragraph.mayuscula {
    margin-top: 0;
    margin-left: 10px;
  }

  .paragraph.medium {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph.centrado {
    width: 100%;
  }

  .artista-text {
    font-size: 17px;
    line-height: 19px;
  }

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

  .artistas-caja {
    line-height: 15px;
  }

  .image-2 {
    display: block;
  }

  .caja-texto-medium {
    padding-top: 60px;
    padding-bottom: 53px;
  }

  .paragraph-2 {
    font-size: 40px;
    line-height: 47px;
  }

  .paragraph-2.titulo {
    font-size: 32px;
    line-height: 41px;
  }

  .howto, .horarios {
    flex-flow: column;
    display: flex;
  }

  .booknow {
    width: auto;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-4 {
    margin-bottom: 5px;
  }

  .menu-lista {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    width: auto;
    margin-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-link {
    width: auto;
  }

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

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-5 {
    font-size: 11px;
    line-height: 15px;
  }

  .redes-sociales {
    justify-content: space-between;
  }

  .contenido-footer {
    text-align: center;
    width: auto;
  }

  .link {
    padding-left: 0;
  }

  .terminos {
    align-items: center;
  }

  .menu-button {
    padding: 10px;
  }

  .image-3 {
    width: 208px;
  }

  .div-block-5 {
    flex-flow: row;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .menu, .contenedor-menu {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-menu {
    background-repeat: repeat;
    background-size: auto;
  }

  .div-block-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-3.accordion-icon {
    color: #84c142;
  }

  .paragraph-9 {
    text-align: left;
    font-size: 14px;
    font-style: normal;
  }

  .accordion-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper.slim {
    max-width: none;
    margin-top: 57px;
  }

  .accordion-wrapper {
    margin-top: 0;
  }

  .list {
    padding-left: 20px;
  }

  .image-6 {
    width: 90%;
  }

  .text-block-4 {
    letter-spacing: 5px;
    font-size: 25px;
  }

  .text-block-5 {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .imagen-fondo {
    background-image: url('../images/bg-mobile.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .artista-text-2 {
    font-size: 17px;
    line-height: 19px;
  }

  .div-block-14 {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .contenedor-cajas-artistas {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-5 {
    font-size: 33px;
    line-height: 40px;
  }

  .contenedor-imagen-artista {
    align-items: center;
    width: auto;
  }

  .image-7 {
    width: 90%;
  }

  .heading-6 {
    width: 90%;
    font-size: 28px;
    line-height: 31px;
  }

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

  .bold-text-3 {
    font-size: 40px;
    line-height: 43px;
  }

  .paragraph-10 {
    margin-left: 10px;
  }

  .tab {
    text-align: center;
    width: 50%;
  }

  .tab.w--current {
    width: 50%;
  }

  .tabs-menu {
    display: flex;
  }
}


@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neusanextpro';
  src: url('../fonts/NeusaNextPro-CompactBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neusanextpro';
  src: url('../fonts/NeusaNextPro-CompactBoldIta.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neusanextpro';
  src: url('../fonts/NeusaNextPro-CompactBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}