/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:grabbing}.flickity-button{position:absolute;background:hsla(0,0%,100%,.75);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}
@charset "UTF-8";
/**
*   =============================
*      Jacks On Live Project
*   =============================
*
*   @author Anton Zekeriev Rodin
*   @url www.azr.es
*   @description CSS Stylesheet for Jacks On Live Project.
*   @version 0.1
*/
/* Basscss Margin */
.m0 {
  margin: 0;
}

.mt0 {
  margin-top: 0;
}

.mr0 {
  margin-right: 0;
}

.mb0 {
  margin-bottom: 0;
}

.ml0 {
  margin-left: 0;
}

.mx0 {
  margin-left: 0;
  margin-right: 0;
}

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

.m1 {
  margin: var(--space-1);
}

.mt1 {
  margin-top: var(--space-1);
}

.mr1 {
  margin-right: var(--space-1);
}

.mb1 {
  margin-bottom: var(--space-1);
}

.ml1 {
  margin-left: var(--space-1);
}

.mx1 {
  margin-left: var(--space-1);
  margin-right: var(--space-1);
}

.my1 {
  margin-top: var(--space-1);
  margin-bottom: var(--space-1);
}

.m2 {
  margin: var(--space-2);
}

.mt2 {
  margin-top: var(--space-2);
}

.mr2 {
  margin-right: var(--space-2);
}

.mb2 {
  margin-bottom: var(--space-2);
}

.ml2 {
  margin-left: var(--space-2);
}

.mx2 {
  margin-left: var(--space-2);
  margin-right: var(--space-2);
}

.my2 {
  margin-top: var(--space-2);
  margin-bottom: var(--space-2);
}

.m3 {
  margin: var(--space-3);
}

.mt3 {
  margin-top: var(--space-3);
}

.mr3 {
  margin-right: var(--space-3);
}

.mb3 {
  margin-bottom: var(--space-3);
}

.ml3 {
  margin-left: var(--space-3);
}

.mx3 {
  margin-left: var(--space-3);
  margin-right: var(--space-3);
}

.my3 {
  margin-top: var(--space-3);
  margin-bottom: var(--space-3);
}

.m4 {
  margin: var(--space-4);
}

.mt4 {
  margin-top: var(--space-4);
}

.mr4 {
  margin-right: var(--space-4);
}

.mb4 {
  margin-bottom: var(--space-4);
}

.ml4 {
  margin-left: var(--space-4);
}

.mx4 {
  margin-left: var(--space-4);
  margin-right: var(--space-4);
}

.my4 {
  margin-top: var(--space-4);
  margin-bottom: var(--space-4);
}

.mxn1 {
  margin-left: -var(--space-1);
  margin-right: -var(--space-1);
}

.mxn2 {
  margin-left: -var(--space-2);
  margin-right: -var(--space-2);
}

.mxn3 {
  margin-left: -var(--space-3);
  margin-right: -var(--space-3);
}

.mxn4 {
  margin-left: -var(--space-4);
  margin-right: -var(--space-4);
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

:root {
  --space-1: .5rem;
  --space-2: 1rem;
  --space-3: 2rem;
  --space-4: 4rem;
}

/* Basscss Padding */
.p0 {
  padding: 0;
}

.pt0 {
  padding-top: 0;
}

.pr0 {
  padding-right: 0;
}

.pb0 {
  padding-bottom: 0;
}

.pl0 {
  padding-left: 0;
}

.px0 {
  padding-left: 0;
  padding-right: 0;
}

.py0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p1 {
  padding: var(--space-1);
}

.pt1 {
  padding-top: var(--space-1);
}

.pr1 {
  padding-right: var(--space-1);
}

.pb1 {
  padding-bottom: var(--space-1);
}

.pl1 {
  padding-left: var(--space-1);
}

.py1 {
  padding-top: var(--space-1);
  padding-bottom: var(--space-1);
}

.px1 {
  padding-left: var(--space-1);
  padding-right: var(--space-1);
}

.p2 {
  padding: var(--space-2);
}

.pt2 {
  padding-top: var(--space-2);
}

.pr2 {
  padding-right: var(--space-2);
}

.pb2 {
  padding-bottom: var(--space-2);
}

.pl2 {
  padding-left: var(--space-2);
}

.py2 {
  padding-top: var(--space-2);
  padding-bottom: var(--space-2);
}

.px2 {
  padding-left: var(--space-2);
  padding-right: var(--space-2);
}

.p3 {
  padding: var(--space-3);
}

.pt3 {
  padding-top: var(--space-3);
}

.pr3 {
  padding-right: var(--space-3);
}

.pb3 {
  padding-bottom: var(--space-3);
}

.pl3 {
  padding-left: var(--space-3);
}

.py3 {
  padding-top: var(--space-3);
  padding-bottom: var(--space-3);
}

.px3 {
  padding-left: var(--space-3);
  padding-right: var(--space-3);
}

.p4 {
  padding: var(--space-4);
}

.pt4 {
  padding-top: var(--space-4);
}

.pr4 {
  padding-right: var(--space-4);
}

.pb4 {
  padding-bottom: var(--space-4);
}

.pl4 {
  padding-left: var(--space-4);
}

.py4 {
  padding-top: var(--space-4);
  padding-bottom: var(--space-4);
}

.px4 {
  padding-left: var(--space-4);
  padding-right: var(--space-4);
}

:root {
  --space-1: .5rem;
  --space-2: 1rem;
  --space-3: 2rem;
  --space-4: 4rem;
}

.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.cc-link, .cc-revoke:hover {
  text-decoration: underline;
}

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  flex-direction: row;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active, .cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-banner .cc-btn:last-child {
  min-width: 140px;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}

.cc-close:focus, .cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  flex: 1;
}

.cc-window.cc-banner {
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  flex: 1;
}

.cc-compliance {
  display: flex;
  align-items: center;
  align-content: space-between;
}

.cc-compliance > .cc-btn {
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

@media print {
  .cc-revoke, .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    flex: 1;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    align-items: unset;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

.cc-revoke, .cc-window {
  font-size: 1.2rem;
  line-height: 1em;
}

/**
  Center Absolute
  Center any div inside other div horizontaly and verticaly
*/
/*
MEDIA QUERY MANAGER
Currently I prefer the pixel...
I cant see any reason for use EM for this purpose d -__- b

0   - 600   Phone
600 - 900   Tablet portrait
900 - 1200  Tablet landscape
(1200-1800) Default style
1800+       Big desktop

600/16 = 37,5em (depends of the default font size)

 */
*, :after, :before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  display: block;
}

html {
  font-size: 62.5%;
}
@media only screen and (min-width: 1800px) {
  html {
    font-size: 75%;
  }
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 56.25%;
  }
}
@media only screen and (max-width: 900px) {
  html {
    font-size: 50%;
  }
}

[v-cloak] {
  display: none;
}
[v-cloak]::before {
  content: " ";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("data:image/gif;base64,R0lGODlhEAAQAPIAAP///wAAAMLCwkJCQgAAAGJiYoKCgpKSkiH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQJCgAAACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkECQoAAAAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkECQoAAAAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkECQoAAAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQJCgAAACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQJCgAAACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAkKAAAALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==");
}

body {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #5a5a5a;
  font-size: 1.8rem;
  line-height: 1.5;
}

a {
  font-weight: bold;
  color: #000;
}
a:hover, a:focus {
  color: #000;
}
a:active, a:visited {
  color: #000;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid #eeeeee;
}

p {
  margin: 1rem 0;
}

h1 {
  font-size: 3.6rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 1.8rem;
}

.text-small, .ts {
  font-size: 1.2rem;
}
@media only screen and (max-width: 600px) {
  .text-small, .ts {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 900px) {
  .text-small, .ts {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1200px) {
  .text-small, .ts {
    font-size: 1.4rem;
  }
}

.b {
  font-weight: bold;
}

.r {
  font-weight: normal;
}

.i {
  font-style: italic;
}

.uc {
  text-transform: uppercase;
}

.cap {
  text-transform: capitalize;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.tj {
  text-align: justify;
}

.responsive-title {
  font-size: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .responsive-title {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 600px) {
  .responsive-title {
    font-size: 2.4rem;
  }
}

.primary-heading {
  font-size: 3rem;
  font-weight: 800;
}

.secondary-heading {
  font-size: 2rem;
  font-weight: 600;
}

.terciary-heading {
  font-size: 1.8rem;
  font-weight: 600;
}

.precio-entradas {
  font-size: calc(24px + 8 * (100vw - 500px) / 1500);
}

.responsive-p, .responsive-canvas p {
  font-size: calc(14px + 8 * (100vw - 500px) / 1500);
}

.responsive-text {
  font-size: calc(14px + 8 * (100vw - 500px) / 1500);
}

.h5, .h6, .responsive-canvas h5, .responsive-canvas h6 {
  font-size: calc(16px + 8 * (100vw - 500px) / 1500);
}

.h4, .responsive-canvas h4 {
  font-size: calc(18px + 8 * (100vw - 500px) / 1500);
}

.h3, .responsive-canvas h3 {
  font-size: calc(20px + 8 * (100vw - 500px) / 1500);
}

.h2, .responsive-canvas h2 {
  font-size: calc(22px + 8 * (100vw - 500px) / 1500);
}

.h1, .responsive-canvas h1 {
  font-size: calc(24px + 8 * (100vw - 500px) / 1500);
}

@media only screen and (max-width: 600px) {
  .precio-entradas {
    font-size: 2.4rem;
  }
  .responsive-p, .responsive-canvas p {
    font-size: 1.4rem;
  }
  .responsive-text {
    font-size: 1.4rem;
  }
  .h1, .responsive-canvas h1 {
    font-size: 2.4rem;
  }
  .h2, .responsive-canvas h2 {
    font-size: 2.2rem;
  }
  .h3, .responsive-canvas h3 {
    font-size: 2rem;
  }
  .h4, .responsive-canvas h4 {
    font-size: 1.8rem;
  }
  .h5, .h6, .responsive-canvas h5, .responsive-canvas h6 {
    font-weight: bold;
    font-size: 1.6rem;
  }
}
.borders-rounded {
  border-radius: 50%;
}

.width-100 {
  width: 100%;
}

.background-black {
  background-color: black;
}

.background-grey {
  background-color: #999999;
}

.background-light-grey {
  background-color: #dddddd;
}

.border-bottom {
  border-bottom: 0.4rem solid #333333;
}

.position-relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.display-none {
  display: none;
}

.grey-border-row {
  background-color: #f5f5f5;
  padding: 1rem;
  border-top: 2px solid black;
}

.color-white {
  color: #ffffff;
  text-shadow: 1px 1px 1px #000000;
}

.color-red {
  color: red;
}

.margin-10-0 {
  margin: 10px 0px;
}

.margin-5-0 {
  margin: 2px 0px;
}

.margin-img {
  margin: 0px 10px 5px 0px;
}

.no-bullet {
  list-style: none;
}

.width-150 {
  width: 15rem;
}

.width-200 {
  width: 20rem;
}

.boton-comprar {
  clear: both;
  overflow: hidden;
}

.clear-both {
  clear: both;
}

.margin-top-0 {
  margin-top: 0px;
}

.margin-top-10 {
  margin-top: 10px;
}

.flex {
  display: flex;
}

.wrap {
  flex-wrap: wrap;
}

.grow-item {
  flex-grow: 2;
}

.jc-center {
  justify-content: center;
}
.jc-space-between {
  justify-content: space-between;
}
.jc-flex-start {
  justify-content: flex-start;
}
.jc-flex-end {
  justify-content: flex-end;
}

.ai-center {
  align-items: center;
}

.jol-hide {
  display: none;
}
@media only screen and (min-width: 1800px) {
  .jol-hide__lg {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .jol-hide__md {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .jol-hide__sm {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .jol-hide-xs {
    display: none;
  }
}

.jol-show {
  display: none;
}
@media only screen and (min-width: 1800px) {
  .jol-show__lg {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  .jol-show__md {
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  .jol-show__sm {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .jol-show__xs {
    display: block;
  }
}

.jol-modal {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); /* Black  with opacity */
  /* The Close Button */
}
.jol-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 2rem;
  border: 2px solid #000000;
  border-radius: 5px;
  width: 60%;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .jol-modal__content {
    width: 90%;
  }
}
@media only screen and (max-width: 900px) {
  .jol-modal__content {
    width: 90%;
  }
}
.jol-modal__close {
  color: #666;
  float: right;
  font-size: 2.8rem;
  font-weight: bold;
}
.jol-modal__close:hover, .jol-modal__close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.jol-alert {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  padding: 0.75rem 1.25rem;
}
.jol-alert-primary {
  color: #111111;
  background-color: #f5f5f5;
  border-color: #000000;
}
.jol-alert-danger {
  color: #ffffff;
  background-color: #f14668;
  border-color: #000000;
}
.jol-alert-warning {
  color: rgba(0, 0, 0, 0.7);
  background-color: #ffdd57;
  border-color: #000000;
}
.jol-alert-success {
  color: #ffffff;
  background-color: #48c774;
  border-color: #000000;
}

.jol-btn {
  display: inline-block;
  padding: 0.5rem 1.2rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0.4rem;
  text-decoration: none;
}
.jol-btn:hover, .jol-btn:focus {
  text-decoration: none;
  box-shadow: 2px 2px 2px #000;
}
.jol-btn-width {
  width: 100%;
}
.jol-btn-primary {
  color: #111111;
  background-color: #f5f5f5;
  border-color: #000000;
}
.jol-btn-danger {
  color: #ffffff;
  background-color: #f14668;
  border-color: #000000;
}
.jol-btn-warning {
  color: rgba(0, 0, 0, 0.7);
  background-color: #ffdd57;
  border-color: #000000;
}
.jol-btn-success {
  color: #ffffff;
  background-color: #48c774;
  border-color: #000000;
}
.jol-btn-success:hover, .jol-btn-success:focus {
  color: #ffffff;
  background-color: #48c774;
  border-color: #000000;
}
.jol-btn-success:active, .jol-btn-success:visited {
  color: #ffffff;
  background-color: #48c774;
  border-color: #000000;
}
.jol-btn-xs {
  padding: 1px 0.5rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 3px;
}

/* Publicidad */
/*******************************/
.banner-adaptable {
  width: 728px;
  height: 90px;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .banner-adaptable {
    width: 728px;
    height: 90px;
  }
}
@media only screen and (max-width: 900px) {
  .banner-adaptable {
    width: 468px;
    height: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .banner-adaptable {
    width: 320px;
    height: 100px;
  }
}
@media only screen and (min-width: 1800px) {
  .banner-adaptable {
    width: 970px;
    height: 90px;
  }
}
.jolp-gris {
  padding: 5px;
  height: 100px;
}

.jolp-gris-integrado {
  padding: 5px;
  background-color: #f5f5f5;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.pa-comun {
  margin: 5px 0px;
  width: 100%;
  background-color: #f5f5f5;
  padding: 5px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 767px) {
  .pa-comun {
    min-height: 90px;
  }
}
@media (min-width: 768px) {
  .pa-comun {
    min-height: 90px;
  }
}
.pa-comun-centrar {
  margin: 5px auto;
}

.banner-arriba-derecha-300 {
  background-color: #f5f5f5;
  width: 100%;
  height: 320px;
  padding: 5px;
  border-radius: 5px;
}

.banner-arriba-derecha-centrar-300 {
  width: 300px;
  height: 300px;
  margin: 5px auto;
}

.sala-arriba-derecha {
  background-color: #f5f5f5;
  width: 100%;
  height: 300px;
  padding: 5px;
  border-radius: 5px;
}

.sala-arriba-derecha-centrar {
  width: 336px;
  height: 280px;
  margin: 5px auto;
}

.sala-arriba-derecha-centrar-300x250 {
  width: 300px;
  height: 250px;
  margin: 5px auto;
}

.top-adsense {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100px;
  margin: 10px 0px;
}

.top-tradedoubler {
  width: 728px;
  height: 90px;
  margin: 10px auto;
}

.amazon-pub {
  margin-right: 10px;
}

.sala-arriba-mobile {
  width: 100%;
  background-color: #f5f5f5;
  padding: 5px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .sala-arriba-mobile {
    min-height: 250px;
  }
}
@media (min-width: 768px) {
  .sala-arriba-mobile {
    min-height: 100px;
  }
}
.sala-arriba-mobile-centrar {
  margin: 5px auto;
}

.publicidad-horizontal-adaptable {
  margin: 5px 0px;
  width: 100%;
  background-color: #f5f5f5;
  padding: 5px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 767px) {
  .publicidad-horizontal-adaptable {
    min-height: 250px;
  }
}
@media (min-width: 768px) {
  .publicidad-horizontal-adaptable {
    min-height: 100px;
  }
}
.publicidad-horizontal-adaptable-centrar {
  margin: 5px auto;
}

.offers__title {
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.2rem;
}
.offers__list {
  list-style: none;
  width: 100%;
}
.offers__canvas {
  border-top: 1px solid #ddd;
  background-color: #f9f9f9;
}
.offers__canvas:nth-child(odd) {
  background-color: white;
}
.offers--borders {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  background-color: #f5f5f5;
}
.offers__price {
  font-weight: 900;
  font-size: 2rem;
}
.offers__link {
  display: block;
  font-weight: 800;
  font-size: 1.8rem;
}

.concert-container {
  border-top: 1px solid #ddd;
}
.concert-container:nth-child(odd) {
  background-color: #f9f9f9;
}
.header-grey {
  padding: 1rem 2rem;
  background-color: #f5f5f5;
  border-top: 2px solid #000000;
}
.header-grey .header-grey__title {
  font-weight: 800;
  letter-spacing: 0.1rem;
  font-style: italic;
}

.flickity-button {
  background-color: #000000;
}

.flickity-button:hover {
  background-color: #000000;
}

.flickity-button-icon {
  fill: #fdca01;
}

.flickity-button-icon:hover {
  fill: red;
}

.fcarousel-item {
  width: 30rem;
}
.fcarousel-item__canvas {
  width: 15rem;
  height: 11.3rem;
  position: relative;
  box-sizing: border-box;
  border: 2px solid #ffffff;
  overflow: hidden;
}
.fcarousel-item__text {
  position: absolute;
  width: 15rem;
  bottom: 5%;
  left: 0;
  right: 0;
  overflow: hidden;
  background-color: #000000;
  color: #ffffff;
  opacity: 0.8;
}
.fcarousel-item__image {
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.province-spot {
  width: 30rem;
}
.province-spot__image {
  width: 30rem;
  height: 30rem;
  border-top: 0.2rem solid black;
  border-bottom: 0.2rem solid black;
}

.province-artist {
  width: 30rem;
}
.province-artist__image {
  width: 30rem;
  border-top: 0.2rem solid black;
  border-bottom: 0.2rem solid black;
}

.news-item__image {
  width: 16rem;
  height: 9rem;
}
.news-item__date {
  font-size: 1.6rem;
  font-style: italic;
}
.news-item__title {
  font-size: 1.8rem;
  font-weight: 800;
}
.news-item__description {
  font-size: 1.6rem;
}
@media only screen and (max-width: 600px) {
  .news-item__description {
    display: none;
  }
}

.featured-news {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.featured-news__title {
  font-size: 1.8rem;
  font-weight: 600;
}
.featured-news__date {
  font-size: 1.6rem;
  font-style: italic;
}
.featured-news__description {
  font-size: 1.6rem;
}
.featured-news__column {
  flex: none;
  width: 25%;
  border-bottom: 1px solid #eeeeee;
}
@media only screen and (max-width: 900px) {
  .featured-news__column {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .featured-news__column {
    width: 100%;
  }
}

.rating {
  display: block;
  width: 170px;
  height: 30px;
}
.rating label {
  float: right;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-right: 3px;
}
.rating label:not(:first-of-type) {
  padding-right: 5px;
}
.rating label:before {
  font-family: Verdana, Helvetica;
  content: "☆";
  font-size: 32px;
  color: #000000;
  line-height: 1;
}
.rating input {
  display: none;
}
.rating input:checked ~ label:before, .rating:not(:checked) > label:hover:before, .rating:not(:checked) > label:hover ~ label:before {
  font-family: Verdana, Helvetica;
  color: #000000;
  content: "★";
}

.mini-rating {
  width: 88px;
  height: 16px;
}
.mini-rating label {
  float: right;
  position: relative;
  width: 16px;
  height: 16px;
}
.mini-rating label:not(:first-of-type) {
  padding-right: 2px;
}
.mini-rating label:before {
  content: "☆";
  font-size: 18px;
  color: #000000;
  line-height: 1;
}
.mini-rating input {
  display: none;
}
.mini-rating input:checked ~ label:before, .mini-rating:not(:checked) > label:hover:before, .mini-rating:not(:checked) > label:hover ~ label:before {
  color: #000000;
  content: "★";
}

.jol-tabs {
  display: flex;
}
.jol-tabs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.jol-tabs__item {
  display: block;
}
.jol-tabs__item-selected {
  border-left: 2px solid black;
  background-color: #f5f5f5;
}
.jol-tabs__item span {
  padding: 2rem;
  display: block;
}

.jol-tabs__content {
  padding: 2rem;
  background-color: #f5f5f5;
}
.jol-tabs__content h1 {
  margin-top: 0;
}

.karma-concierto {
  font-size: 24px;
}

.karma-concierto-lista {
  font-size: 18px;
  font-weight: bold;
}

.karma-row {
  background-color: #f5f5f5;
  padding: 10px;
  border-top: 2px solid #000;
}

.karma__col {
  width: 40%;
}

.tag {
  border: 2px solid transparent;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 0.4rem;
  color: #4a4a4a;
  display: inline-flex;
  font-size: 1.2rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}
.tag-xs {
  font-size: 1rem;
}
.tag-primary {
  color: #111111;
  background-color: #f5f5f5;
}
.tag-primary:hover {
  border-color: #000000;
}
.tag-danger {
  color: #ffffff;
  background-color: #f14668;
}
.tag-danger:hover {
  border-color: #000000;
}
.tag-warning {
  color: rgba(0, 0, 0, 0.7);
  background-color: #ffdd57;
}
.tag-warning:hover {
  border-color: #000000;
}
.tag-success {
  color: #ffffff;
  background-color: #48c774;
}
.tag-success:hover {
  border-color: #000000;
}
.tag-dark {
  color: #ffffff;
  background-color: #5a5a5a;
}
.tag-dark:hover {
  border-color: #000000;
}
.tag-black {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.tag-black:hover {
  border-color: #5a5a5a;
}
.tag-pointer {
  cursor: pointer;
}

.video-container-concierto {
  background-color: #f5f5f5;
  margin-top: 2rem;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 3rem;
  height: 0;
  overflow: hidden;
}

.video-container-concierto iframe,
.video-container-concierto object,
.video-container-concierto embed {
  background-color: #f5f5f5;
  border: 2px solid #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.jol-breadcrumbs {
  color: #5a5a5a;
}
.jol-breadcrumbs__link {
  padding: 0 1rem;
}
.jol-breadcrumbs__link:active, .jol-breadcrumbs__link:visited {
  color: #000000;
}
.jol-breadcrumbs__link:hover, .jol-breadcrumbs__link:focus {
  text-decoration: none;
  color: #5a5a5a;
}

/* ¡¡¡ ES NECESARIO UN REFACTOR POR AQUI !!! */
/* Main & Sidebar CSS */
#sidebar {
  float: right;
  width: 30rem;
  margin: 0 0.2rem 0 1rem;
}
@media only screen and (max-width: 1200px) {
  #sidebar {
    display: none;
    background: none !important;
  }
}

#sidebar-left {
  float: left;
  width: 300px;
  margin: 0 0.2rem 0 1rem;
}
@media only screen and (max-width: 1200px) {
  #sidebar-left {
    display: none;
    background: none !important;
  }
}

#main-content {
  margin: 0px 316px 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  #main-content {
    margin: 0 0 0 0;
  }
}

#main-content-right {
  margin: 0 0 0 316px;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  #main-content-right {
    margin: 0 0 0 0;
    overflow: hidden;
  }
}

.flex-row {
  display: flex;
}
.flex-row.flex-row--multiline {
  flex-wrap: wrap;
}
.flex-row.flex-row--items-stretch {
  align-items: stretch;
}
.flex-row.flex-row--center {
  align-items: center;
}
.flex-row.items-start {
  align-items: flex-start;
}

.fcol {
  flex: 1;
}
.fcol.is-12 {
  width: 100%;
  flex: none;
}
.fcol.is-8 {
  width: 66.66667%;
  flex: none;
}
.fcol.is-6 {
  width: 50%;
  flex: none;
}
.fcol.is-4 {
  width: 33.3%;
  flex: none;
}
.fcol.is-3 {
  width: 25%;
  flex: none;
}
.fcol.is-2 {
  width: 16.66667%;
  flex: none;
}
.fcol.no-flex {
  flex: none;
}

/* NEW GRID */
.col {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-12 {
  width: 100%;
}
@media only screen and (min-width: 1800px) {
  .col__lg-2 {
    width: 16.66%;
  }
  .col__lg-3 {
    width: 25%;
  }
  .col__lg-4 {
    width: 33.33%;
  }
  .col__lg-5 {
    width: 41.66%;
  }
  .col__lg-6 {
    width: 50%;
  }
  .col__lg-7 {
    width: 58.33%;
  }
  .col__lg-8 {
    width: 66.66%;
  }
  .col__lg-9 {
    width: 75%;
  }
  .col__lg-10 {
    width: 83.33%;
  }
  .col__lg-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .col__md-2 {
    width: 16.66%;
  }
  .col__md-3 {
    width: 25%;
  }
  .col__md-4 {
    width: 33.33%;
  }
  .col__md-5 {
    width: 41.66%;
  }
  .col__md-6 {
    width: 50%;
  }
  .col__md-7 {
    width: 58.33%;
  }
  .col__md-8 {
    width: 66.66%;
  }
  .col__md-9 {
    width: 75%;
  }
  .col__md-10 {
    width: 83.33%;
  }
  .col__md-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .col__sm-2 {
    width: 16.66%;
  }
  .col__sm-3 {
    width: 25%;
  }
  .col__sm-4 {
    width: 33.33%;
  }
  .col__sm-5 {
    width: 41.66%;
  }
  .col__sm-6 {
    width: 50%;
  }
  .col__sm-7 {
    width: 58.33%;
  }
  .col__sm-8 {
    width: 66.66%;
  }
  .col__sm-9 {
    width: 75%;
  }
  .col__sm-10 {
    width: 83.33%;
  }
  .col__sm-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .col__xs-2 {
    width: 16.66%;
  }
  .col__xs-3 {
    width: 25%;
  }
  .col__xs-4 {
    width: 33.33%;
  }
  .col__xs-5 {
    width: 41.66%;
  }
  .col__xs-6 {
    width: 50%;
  }
  .col__sx-7 {
    width: 58.33%;
  }
  .col__xs-8 {
    width: 66.66%;
  }
  .col__xs-9 {
    width: 75%;
  }
  .col__xs-10 {
    width: 83.33%;
  }
  .col__xs-12 {
    width: 100%;
  }
}

/**
 Bootstrap Containers
 */
.container, .container-fluid {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media only screen and (max-width: 1200px) {
  .container, .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 900px) {
  .container, .container-fluid {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media only screen and (min-width: 1800px) {
  .container, .container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.navigation__logo img {
  width: 30rem;
  height: auto;
}
@media only screen and (max-width: 900px) {
  .navigation__logo img {
    width: 25rem;
  }
}
.navigation__hamburger, .navigation__login {
  cursor: pointer;
}
.navigation__svg {
  margin: 0 auto;
  padding: 0;
  display: block;
  height: 3rem;
  width: 3rem;
  fill: #fdca01;
}
.navigation__svg:hover, .navigation__svg:focus {
  fill: #ffffff;
}
.navigation__svg:visited, .navigation__svg:active {
  fill: #fdca01;
}
.navigation__user {
  cursor: pointer;
  position: relative;
}
.navigation__user img {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  border: 2px solid #fdca01;
}
.navigation__user img:hover, .navigation__user img:focus {
  border-color: #ffffff;
}

.navigation-toggle {
  display: none;
}

.navigation-menu {
  display: flex;
  justify-content: flex-end;
}
.navigation-menu__link {
  padding: 1rem;
  margin-left: 2rem;
  color: #fdca01;
}
.navigation-menu__link:hover, .navigation-menu__link:focus {
  color: #ffffff;
  text-decoration: none;
}
.navigation-menu__link:active, .navigation-menu__link:visited {
  color: #fdca01;
}
@media only screen and (max-width: 900px) {
  .navigation-menu {
    flex-direction: column;
  }
}

/**
Navigation search
 */
.navigation-search {
  width: 30rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .navigation-search {
    display: none;
  }
}
.navigation-search__input {
  margin: 0;
  background-color: #333333;
  border: 2px solid #fdca01;
  border-radius: 15px;
  width: 100%;
  height: 3.5rem;
  font-family: inherit;
  font-size: 1.4rem;
  color: #ffffff;
  transition: all 0.5s ease;
}
.navigation-search__input:focus {
  width: 100%;
  outline: none;
  border: 2px solid #000000;
  background-color: #eeeeee;
  color: #333333;
}
.navigation-search__button {
  margin-left: -3.2rem;
  border: none;
  background-color: transparent;
}
.navigation-search__button:focus {
  outline: none;
}
.navigation-search__icon {
  margin: 0 auto;
  padding: 0;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  fill: #5a5a5a;
}

/**
  Dropdown menu
 */
.user-dropdown {
  background-color: #eeeeee;
  box-shadow: 3px 3px 3px #000000;
  border-radius: 5px;
  z-index: 999;
  position: absolute;
  right: -3.5rem;
  margin-top: 1rem;
  width: 20rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: all 0.5s ease;
}
.user-dropdown__hide {
  transform: translateY(-1rem);
  opacity: 0;
  pointer-events: none;
}
.user-dropdown__show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.user-dropdown__separator {
  width: 100%;
  height: 2px;
  border-bottom: 1px solid #999999;
}
.user-dropdown__item {
  background-color: #eeeeee;
  padding: 0.5rem 1rem;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.user-dropdown__item:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.user-dropdown__item:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.user-dropdown__item:focus, .user-dropdown__item:hover {
  background-color: #dddddd;
}
.user-dropdown__link {
  font-weight: 400;
  color: #000000;
}
.user-dropdown__link:hover, .user-dropdown__link:focus {
  text-decoration: none;
}

/* Footer & Provincias Start */
/*******************************/
.footer-cover {
  background: url("https://d19p9in64smmdy.cloudfront.net/template/footer-bg-optimized.png") no-repeat;
  background-size: cover;
}

.provincias {
  margin-top: 20rem;
  min-height: 30rem;
}
.provincias__item {
  list-style: none;
  float: left;
  width: 15rem;
  margin: 0.2rem 1rem;
}
.provincias__link, .provincias__link:active, .provincias__link:visited {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  color: white;
  text-shadow: 2px 2px 2px black;
}
.provincias__link:hover, .provincias__link:focus, .provincias__link:active:hover, .provincias__link:active:focus, .provincias__link:visited:hover, .provincias__link:visited:focus {
  color: #fdca01;
  text-decoration: none;
}

.footer {
  display: inline-block;
  min-height: 20rem;
}
.footer__paragraph {
  color: #dddddd;
  margin: 1rem;
}
.footer__paragraph a {
  color: #dddddd;
  text-decoration: underline;
}
.footer__paragraph a:hover {
  color: #fdca01;
}

.jol-sidebar {
  width: 32rem;
  padding-right: 2rem;
}
.jol-sidebar__sticky {
  position: sticky;
  top: 2rem;
}
@media only screen and (max-width: 600px) {
  .jol-sidebar {
    display: none;
    background: none;
  }
}
@media only screen and (max-width: 1200px) {
  .jol-sidebar {
    display: none;
    background: none;
  }
}

.jol-main {
  padding-left: 2rem;
  width: 100%;
  min-height: 100vh;
}
@media only screen and (max-width: 600px) {
  .jol-main {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .jol-main {
    padding-left: 0;
  }
}

.jol-right-sidebar {
  width: 32rem;
  min-height: 80vh;
  padding-left: 2rem;
  top: 2rem;
}
@media only screen and (max-width: 600px) {
  .jol-right-sidebar {
    display: none;
    background: none;
  }
}
@media only screen and (max-width: 1200px) {
  .jol-right-sidebar {
    display: none;
    background: none;
  }
}

.jol-left-main {
  padding-right: 2rem;
  width: 100%;
  min-height: 100vh;
}
@media only screen and (max-width: 600px) {
  .jol-left-main {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .jol-left-main {
    padding-left: 0;
  }
}

.buscar {
  display: flex;
  align-items: center;
}
.buscar__input {
  margin: 0;
  background-color: #eeeeee;
  border: 2px solid #5a5a5a;
  border-radius: 5px;
  width: 100%;
  height: 4rem;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  transition: all 0.5s;
}
.buscar__input:focus {
  background-color: #ffffff;
  outline: none;
  border: 2px solid #000000;
  box-shadow: 3px 3px 3px black;
}
.buscar__button {
  margin-left: -3.2rem;
  border: none;
  background-color: transparent;
}
.buscar__button:focus {
  outline: none;
}
.buscar__icon {
  margin: 0 auto;
  padding: 0;
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  fill: #5a5a5a;
}

.submenu-container {
  background-color: #333333;
}

.header-submenu {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 500px) {
  .header-submenu {
    overflow-x: scroll;
  }
}
.header-submenu__item {
  margin: 0;
  padding: 0;
  border-bottom: 3px solid #333333;
}
.header-submenu__item--active {
  border-bottom: 3px solid #fdca01;
}
@media only screen and (max-width: 500px) {
  .header-submenu__item--active {
    order: -1;
  }
}
.header-submenu__item:hover {
  border-color: #fdca01;
}
.header-submenu__link:hover {
  text-decoration: none;
}
.header-submenu__link, .header-submenu__link:active, .header-submenu__link:visited {
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: 0.1rem;
  color: #ddd;
  font-size: 2rem;
  padding: 0.5rem 1rem;
  display: block;
}

.v3-sidebar {
  width: 200px;
  display: none;
}

.v3-main {
  flex: 1;
  padding: 1rem;
  min-height: 80rem;
}

.profile__image img {
  border: 2px solid #000000;
  border-radius: 50%;
}
.profile__image a {
  margin: 0;
  padding: 0;
}

.thread {
  background-color: #f5f5f5;
  padding: 1rem;
  flex: 1 0 auto;
}
.thread__avatar img {
  border: 2px solid #000000;
  border-radius: 50%;
}
.thread__body {
  flex: 1;
}
.thread__title {
  font-size: 2.4rem;
}
.thread__hidden {
  opacity: 0;
  overflow: hidden;
}

.threads-list {
  background-color: #f5f5f5;
  margin-bottom: 2rem;
  padding: 1rem;
}
.threads-list__avatar img {
  border: 2px solid #000000;
  border-radius: 50%;
}
.threads-list__body {
  width: 60%;
}
.threads-list__body h2 {
  font-size: 2rem;
  margin: 0;
  padding: 0;
}
.threads-list__body p {
  margin: 0;
  padding: 0;
}

.tabs-provincia--margin {
  margin: 25px 0 0 310px;
}
@media only screen and (max-width: 1200px) {
  .tabs-provincia--margin {
    margin: 25px 0 0 0;
  }
}

.provincia-tabs {
  background-color: #333;
  background-color: #333;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  padding-left: 10px;
}
.provincia-tabs__a {
  margin: 0;
  margin-bottom: -2px;
  margin-right: 2px;
  padding: 1rem 2rem 1rem 2rem;
  display: inline-block;
  color: white;
}
.provincia-tabs__a--active {
  background-color: #f5f5f5;
  color: black;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.provincia-tabs__a--active:hover {
  color: red;
}
.provincia-tabs__a:hover {
  color: #fdca01;
  text-decoration: none;
}

.background-cover {
  background: url("https://d19p9in64smmdy.cloudfront.net/template/background-1-min.jpg") no-repeat;
  background-size: cover;
  background-position: top;
  border-bottom: 10px solid #333333;
}
@media only screen and (max-width: 1200px) {
  .background-cover {
    background: url("https://d19p9in64smmdy.cloudfront.net/template/background-min-low-optimized.jpg") no-repeat;
    background-size: cover;
    background-position: top;
  }
}

.featured-provincia {
  margin-top: 1rem;
  background-color: #000000;
  width: 100%;
  overflow: hidden;
  border: 2px solid #000000;
  padding: 0;
  box-sizing: border-box;
}
.featured-provincia:hover {
  border-color: #fdca01;
}
.featured-provincia__text {
  padding: 0.5rem;
  background-color: #000000;
  border-radius: 1rem;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  font-size: 1.4rem;
}
@media only screen and (min-width: 1800px) {
  .featured-provincia__text {
    font-size: 1.4rem;
  }
}
.featured-provincia a {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  color: #fdca01;
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.featured-provincia a:hover {
  color: red;
}
.featured-provincia img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
@media only screen and (min-width: 1800px) {
  .featured-provincia img {
    transition: all 2s ease-out;
  }
  .featured-provincia a:hover img, .featured-provincia a:focus img {
    transform: scale(1.3);
  }
}

/* Articles - News */
/*******************************/
.article__figure {
  margin: 2rem 0;
  border-bottom: 2px solid black;
  border-top: 2px solid black;
}
.article__artist-picture {
  border: 2px solid black;
  border-radius: 50%;
}
.article__author-img {
  border-radius: 50%;
}

.spot__figure {
  margin: 2rem 0;
  border-bottom: 2px solid black;
  border-top: 2px solid black;
  background-color: #eee;
}
.spot__figure img {
  width: 100%;
  height: auto;
  display: block;
}
.spot__map {
  width: 100%;
  min-height: 20rem;
  border: 2px solid #000000;
  background-color: #dddddd;
}
.spot__description {
  list-style: none;
}
.spot__description li > strong {
  padding: 0.5rem;
  display: inline-block;
  width: 20rem;
  text-align: right;
}
.spot__description li span {
  padding: 0.5rem;
}
.spot__chart {
  width: 100%;
  height: 35rem;
  background-color: #f5f5f5;
  border-radius: 5%;
}

/* Header (Rewrite Bootstrap) */
/*******************************/
.navbar {
  margin-top: 5px;
  margin-bottom: 5px;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fdca01;
}

.navbar-inverse {
  background-color: black;
}

.navbar-brand {
  font-size: 20px;
  font-family: "Pacifico", cursive;
  font-weight: bold;
  text-shadow: 1px 1px 1px black;
}

.navbar-inverse .navbar-brand {
  color: #fdca01;
}

/* Pagination */
/*******************************/
.pagination > li > a, .pagination > li > span {
  color: #000;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
  cursor: default;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #333333;
}

/* Headings H1, H2 .. */
/*******************************/
.new-heading {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

.new-heading-h2 {
  margin: 0px 0px 10px 0px;
  background: #eee;
  border-left: 5px solid black;
  color: #000;
  font-size: 18px;
  padding: 10px;
}

.rtitle {
  margin-top: 0px;
  font-size: 2em;
}

/* Breadcrumb */
/*******************************/
.breadcrumb {
  padding: 8px 15px 8px 0px;
  font-size: 14px;
  background-color: #fff;
}

.breadcrumb > li + li:before {
  content: ">";
  padding: 0 5px;
  color: #000;
}

.breadcrumb-new {
  list-style: none;
  padding: 8px 15px;
}

.breadcrumb-new > li {
  display: inline-block;
}

.breadcrumb-new > li + li:before {
  content: ">";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb-new a {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

/* Nav Pills & Other Bootstrap Shit */
/*******************************/
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fdca01;
  background-color: #000;
  border: 2px solid #000;
}

.nav-pills > li > a {
  border: 2px solid #fff;
}

.nav-pills > li > a:hover, .nav-pills > li > a:focus {
  border: 2px solid #000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  background-color: #000;
  border-color: #000;
}

/* Sidebar */
/*******************************/
.music-types {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.music-types li {
  float: left;
  margin: 5px 10px;
}

#artist-wrap {
  padding: 0;
  margin: 0;
  background-color: #000;
  box-sizing: border-box;
  width: 100%;
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
  overflow: hidden;
}

#artist-wrap a {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

#artist-wrap img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.spot-detail-ul {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

.spot-detail {
  float: left;
  margin: 20px 20px 20px 0px;
}

.karma-sala-artista, .nombre-sala-artista {
  position: absolute;
  left: 10%;
}

.nombre-sala-artista {
  top: 5%;
  right: 10%;
  color: #000;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

.karma-sala-artista {
  bottom: 25%;
  color: #fff;
  background-color: #000;
  padding: 3px 7px;
}

/** Festivales */
/*******************************/
.festivales {
  background-color: #eee;
  border-radius: 15px;
  margin-top: 20px;
}

.festival-cover a {
  display: block;
  padding: 10px;
  margin: 5px;
  background-color: #fff;
}

/** Provincias */
/*******************************/
.provincia-salas {
  margin-top: 10px;
  position: relative;
}

.provincia-salas-canvas {
  padding: 3px;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
}

.provincia-salas-canvas a {
  color: #fdca01;
}

.row-custom-thumbnail .thumbnail {
  width: 100%;
  height: 100%;
  border: 0px;
  border-radius: 0px;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}

/* Conciertos */
/*******************************/
.concert-image-canvas {
  border-top: 3px solid black;
  border-bottom: 3px solid black;
}

#conciertos {
  min-height: 500px;
}

/* Widget Start */
/*******************************/
.widget {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  background-color: #f5f5f5;
  padding: 5px 10px;
}

/* Map */
/**********************************/
#map-canvas {
  width: 100%;
  min-height: 400px;
  margin: 20px 5px;
  border: 2px solid #000;
  border-radius: 5px;
  background-color: #ddd;
}

#street-canvas-sala {
  width: 100%;
  min-height: 200px;
  margin: 20px 5px;
  border: 2px solid #000;
  border-radius: 5px;
  background-color: #ddd;
}

#map-canvas {
  width: 100%;
  height: 400px;
  border: 0px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin: 0px;
  margin-top: 10px;
  border-radius: 0px;
}
