/** Shopify CDN: Minification failed

Line 131:12 Expected identifier but found whitespace
Line 131:13 Unexpected "2em"

**/
/***** FONTS *****/
@font-face {
  font-family: 'OPTICopperplate';
  src: url('/cdn/shop/files/OPTICopperplate.woff2?v=1770112255') format('woff2'),
       url('/cdn/shop/files/OPTICopperplate.woff?v=1770112255') format('woff');
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'OPTICopperplate', Arial, sans-serif !important;
}

.card__heading,
.product__title h1 {
  font-family: 'Inter', Arial, sans-serif !important;
}
.button {
  border: 1px solid #fff;
}
.button:hover {
  border: 1px solid #fff;
  color: #000;
  background-color: #fff;
}

/***** MENU *****/
/*ul.menu-drawer__menu.list-menu li:first-child ::after {
    content: 'NEW';
    padding-left: 10px;
    font-size: small;
    color: #9EC6E3;
    font-weight: bold;
    padding-top: 5px;
}*/
/*
ul.menu-drawer__menu.list-menu li:nth-child(3) a {
  color: red;
}
*/

/*.header__inline-menu {
  grid-area: heading-start;
}*/

@media screen and (min-width: 990px) {
  .header--middle-left {
    grid-template-columns: auto auto 50px;
  }

  .header--middle-left .header__inline-menu {
    text-align: right;
  }
}

.header__menu-item:hover, .header__menu-item:hover span {
  text-decoration: none;
  color: #525053;
}

.header__active-menu-item {
  text-decoration: none;
  color: #ffffffbf;
}

.header__icon--cart .icon {
    height: 2.5rem;
    width: 2.5rem;
}

.header__icon .icon.icon-cart, .header__icon .icon.icon-cart-empty {
  fill: #ffffffbf;
}

.cart-count-bubble {
  border: 1px solid #ffffffbf;
}

.menu-drawer__localization {
  display: none;
}

/***** TOUR PAGE *****/

@media screen and (min-width: 990px) {
  body.page-gira-lista-entradas .page-width--narrow {
    max-width: none;
  }
}
body.page-gira-lista-entradas main#MainContent section {
  background-color: #ffffff;
  width: 90%;
}
body.page-gira-lista-entradas main#MainContent section#shopify-section-template--20137785655638__cc1d550b-399a-4c6e-b7ae-a2e88070f651 {
  width: 100%;
}
body.page-gira-lista-entradas .page-title {
  display: none;
}
img.logotour {
  width: 85%;
  margin: 0 auto;
  display: block;
}
.entradastable {
    width: 100%;
    display: flex;
    align-content: stretch;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    padding: 25px 0 30px 0;
}
.entradastable h2, .entradastable h3, .entradastable h4, .entradastable h5, .entradastable h6 {
  margin: 5px;
  color: #000000;
}
.entradastable h2 {
  font-size: 2em;
}
.entradastable h3 {
  font-size: 1.5em;
}
.entradastable h4 
  font-size: 2em;
  border-top: 1px solid #ffffff;
  width: 20%;
}
.entradastable h5 {
  font-family: 'monument_extendedregular';
  font-size: 1.5em;
}
.entradastable h6 {
  font-family: 'berlingske_seriflight';
  font-size: 1.5em;
}
h2.banner__heading.h0 {
  /*font-family: 'monument_extendedregular';*/
  font-size: 3em;
}
.banner__text.subtitle {
  /*font-family: 'monument_extendedregular';*/
  font-size: 2.5em;
  overflow-wrap: normal;
  color: #ffffff;
}
.entradastable > div {
  text-align: center;
}
.entradastable .two-buttons {
  display: flex;
  flex-direction: column;
}
.entradastable .two-buttons a::before, .entradastable .two-buttons a::after,
.entradastable .two-buttons .button:not([disabled]):hover::after {
  box-shadow: none;
}
.entradastable .button {
  background-color: #000;
  border: none;
  border-radius: 20px;
}
section.ticketpage .product--no-media .product-form>.form {
  max-width: 100%!important;
}
u a {color: #ccc;}

@media only screen and (max-width: 600px) {
  body.product-ticketing .banner__content.banner__content--middle-center.page-width {
    position: absolute;
    bottom: 0;
    background: transparent;
  }
  body.product-ticketing .banner__box {
    background: transparent;
  }
  .entradastable {
    flex-direction: column;
  }
  .entradastable .two-buttons {
    margin-top: 10px;
  }
  .entradastable h4 {
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 600px) {
  .banner__text.subtitle {
    font-size: 5em;
  }
}

/***** BANER INICIO *****/
body.index .button--primary {
    font-size: 1em;
    font-weight: bold;
}

#Banner-template--20137785655638__919af8b5-1ea1-4e0c-88b8-01d598a86197 {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  min-height: auto;
  height: 100%;
  max-width: 100%; /* Asegurarse de que la imagen no sea más ancha que su contenedor */
  /*transition: opacity 0.5s ease;*/ /* Agregar una transición suave para la propiedad de opacidad */
  transition: backgroundColor 0.5s ease;
}

#Banner-template--20137785655638__919af8b5-1ea1-4e0c-88b8-01d598a86197 .banner__media {
  position: relative;
}

#Banner-template--20137785655638__919af8b5-1ea1-4e0c-88b8-01d598a86197 .banner__media img {
  height: auto;
  
      max-width: 100%; /* Asegurarse de que la imagen no sea más ancha que su contenedor */
      height: auto; /* Mantener la relación de aspecto de la imagen */
      transition: background-color 0.5s ease; /* Agregar transición suave para el fondo de la imagen */
}

/***** GENERAL *****/
body.index section {
  width: 100%;
}
.icon-search {
  display: none;
}
.header--top-center>.header__search {
  display: none!important;
}
nav span {
  font-family: var(--font-heading-family);
  /*font-size: 1.5em;*/
}
/*nav.header__inline-menu {
  display: none;
}*/
section {
  width: 90%;
  margin: 0 auto;
}
section.ticketpage .price__regular .price-item--regular {
  color: #9EC6E3;
  font-weight: bold;
}
section.ticketpage .product--no-media {
  max-width: 120rem!important;
}
section.ticketpage .product-form__buttons {
  margin: 0 auto;
}
.footer-block.grid__item.footer-block--menu h2.footer-block__heading {
  display: none;
}
.footer-block:only-child:last-child {
  max-width: inherit;
}
.footer-block:only-child:last-child {
    max-width: 110rem!important;
}
@media screen and (min-width: 990px) {
  /*header-drawer {
    display: inline!important;
  }*/
  .header {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 100%;
  }
}

@media screen and (min-width: 750px) {
  .product__info-container {
    max-width: 120rem!important;
  }
  section {
    width: 80%;
  }
}
/***** COLLECTION PAGE *****/
.card__inner.color-background-2.ratio {
    background: inherit;
}
.card__information {
  text-align: center;
}
.card-information {
    text-align: center!important;
}
.card__heading {
    font-size: larger;
}

/***** CART PAGE *****/
cart-items.page-width.section-template--15380017676438__cart-items-padding, div#shopify-section-template--15380017676438__cart-footer {
  background: #000000;
  width: 70%;
  margin: 0 auto;
}
.title-wrapper-with-link a {
  color: #ffffff;
}
svg.icon.icon-remove {
    color: #ffffff;
}
@media only screen and (max-width: 600px) {
  cart-items.page-width.section-template--15380017676438__cart-items-padding, div#shopify-section-template--15380017676438__cart-footer {
    width: 90%;
  }
}

/***** VIDEO *****/

body.index main#MainContent {
  background-image: inherit;
  background: #000000;
}
body.index section#shopify-section-template--20182788735318__1647089576dca9e0cc {
  display: none;
}
body.index .banner__box.content-container.content-container--full-width-mobile.color-background-1 {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 700px) {
  body.index section#shopify-section-template--20182788735318__1647089576dca9e0cc {
    display: inline;
  }
  body.index svg.placeholder-svg {
    display: none;
  }
  body.index video#background-video {
    width: 100%;
  }
  body.index div#Banner-template--20182788735318__image_banner, .banner__media.media.placeholder, .banner__content.banner__content--bottom-center.page-width {
    background: transparent!important;
    background-image: none!important;
    display: none;
  }
  body.index #Banner-template--20182788735318__image_banner::after {
    opacity: inherit;
  }
  body.index .banner__box.content-container.content-container--full-width-mobile.color-background-1 {
    position: relative;
  }
  .show-desktop {
    display: block;
  }
  .show-mobile {
    display: none;
  }
}
@media screen and (max-width: 659px) {
  .show-desktop {
    display: none;
  }
  .show-mobile {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  body.index section#shopify-section-template--18494344036677__image_banner {
    top: 35%;
  }
}

/* HEADER TRANSPARENTE */
/*
.index .header-wrapper {
  position: absolute;
  width: 100%;
  background: transparent;
}

.index .header-wrapper .header__menu-item {
  color: #fff;
}

.index .header-wrapper .header__icon {
  color: #fff;
}

.header__heading {
  display: none;
}
*/
.index .header-wrapper.sticky-header-style {
  background: #fff !important;
}

.index .header-wrapper.sticky-header-style .header__menu-item {
  color: #000;
}

.index .header-wrapper.sticky-header-style .header__icon {
  color: #000;
}

.header-wrapper.sticky-header-style .header__heading {
  display: block;
}

/***** OUTLET PAGE *****/

div.price--on-sale span.price-item--sale {
  color: red;
}

/***** PRODUCT TICKETING *****/
body.product-ticketing .smart-tabs-navigation-wrapper {
    display: none;
}
.smart-tabs-branding {
    display: none;
}
body.product-ticketing span.badge.price__badge-sold-out.color-inverse {
    display: none;
}
body.product-ticketing button.product-form__submit.button.button--full-width.button--primary {
    background: #d2d2d2;
}

@media screen and (max-width: 749px) {
  .footer-block.footer-block--menu:only-child {
    text-align: center!important;
  }
  footer a.link.link--text.list-menu__item.list-menu__item--link {
    display: contents;
  }
}
div.tour a {
  text-decoration: none;
}

.product__info-container .product__text.inline-richtext {
  font-size: 12px;
}

/* ETIQUETAS */
#product-grid .card__badge, .product-grid .card__badge {
  align-self: flex-start;
}

@media only screen and (max-width: 1900px) {
  .shopify-pc__prefs__dialog {
    max-width: 988px;
  }
}

@media only screen and (max-width: 1350px) {
  .shopify-pc__prefs__dialog {
    max-width: 380px;
  }
}
/*Ancho paginas policies y términos */

.shopify-policy__container, .page-contactanos .page-width, .page-informacion-envios .page-width, .page-declaracion-de-accesibilidad .page-width, .page-terminos-y-condiciones-contractuales .page-width {
  max-width: 80%!important;
  }

  /* FOOTER */

.footer-block--newsletter {
  flex-direction: column;
  align-items: center !important;
  justify-content: center !important;
}

.footer-block--newsletter > .footer-block__newsletter {
  margin: 0 auto !important;
  text-align: center !important;
}

.footer-block--newsletter > .footer-block__newsletter > form {
  margin: 0 auto 30px auto !important;
  text-align: center;
}

.footer-block--newsletter > .footer-block__newsletter {
  margin: 0 auto !important;
  justify-content: center !important;
}

.footer, .footer__content-bottom {
  border: none;
}

/*
.footer__content-top {
  background: url("/cdn/shop/files/emblema-footer-transparencia.png?v=1770202259") no-repeat;
  padding-top: 200px;
  padding-bottom: 160px !important;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 600px) {
  .footer__content-top {
    padding-top: 100px;
    padding-bottom: 50px !important;
  }
}
*/

/* FIN FOOTER */


/* BACK IN STOCK */

.BIS_trigger.button {
  border: 1px solid #fff;
  color: #fff;
  background-color: #000;
}
.BIS_trigger.button:hover {
  border: 1px solid #fff;
  color: #000;
  background-color: #fff;
  text-decoration: none;
}
.BIS_trigger.button:after {
  box-shadow: none !important;
}
