@charset "UTF-8";
/**
*   =============================
*      Jacks On Live Project
*   =============================
*
*   @author Anton Zekeriev Rodin
*   @url www.azr.es
*   @description CSS Stylesheet for Jacks On Live Project.
*   @version 2
*/
/* 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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}

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

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

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  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 {
  -ms-flex: 1;
  flex: 1;
}

.cc-window.cc-banner {
  -ms-flex-align: center;
  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 {
  -ms-flex: 1;
  flex: 1;
}

.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.cc-compliance > .cc-btn {
  -ms-flex: 1;
  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 {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    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;
  -ms-flex: none;
  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%;
  }
}

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 {
  text-decoration: none;
  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-left {
  text-align: left;
}

.tc, .text-center {
  text-align: center;
}

.tr, .text-right {
  text-align: right;
}

.tj, .text-justify {
  text-align: justify;
}

.thumbnail {
  border: 1px solid #dddddd;
  border-radius: 4px;
  height: auto;
  padding: 0.5rem;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.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,
.oh {
  overflow: hidden;
}

.display-none,
.dn {
  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;
}

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

.clear-both,
.cb {
  clear: both;
}

.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;
  }
}

.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%;
  }
}

.navigation__logo img {
  width: 30rem;
  height: auto;
}
@media only screen and (max-width: 900px) {
  .navigation__logo img {
    width: 25rem;
  }
}
.navigation__hamburger {
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 900px) {
  .navigation__hamburger {
    display: block;
  }
}
.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: 28rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .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;
}

/**
  Subbar: breadcrumbs + search below navigation
 */
.subbar-cover {
  background-color: black;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.subbar {
  padding: 0.12rem 0;
}
.subbar__panel {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 0;
}
@media only screen and (max-width: 900px) {
  .subbar__panel {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    padding: 0.6rem 1rem;
  }
}
.subbar__breadcrumbs {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-height: 3.6rem;
  min-width: 0;
  margin-left: 1rem;
}
@media only screen and (max-width: 900px) {
  .subbar__breadcrumbs {
    display: none;
  }
}
.subbar__breadcrumbs .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
  border-radius: 0;
  font-size: 1.25rem;
}
.subbar__breadcrumbs .breadcrumb li {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  max-width: 100%;
}
.subbar__breadcrumbs .breadcrumb li a,
.subbar__breadcrumbs .breadcrumb li span {
  display: inline-block;
  max-width: 28rem;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.subbar__breadcrumbs .breadcrumb li a {
  color: #f5f5f5;
  text-decoration: none;
  font-weight: 600;
}
.subbar__breadcrumbs .breadcrumb li a:hover, .subbar__breadcrumbs .breadcrumb li a:focus {
  color: #ffffff;
}
.subbar__breadcrumbs .breadcrumb li:last-child {
  color: #ffffff;
  font-weight: 700;
}
.subbar__breadcrumbs .breadcrumb li + li::before {
  content: ">";
  color: rgba(255, 255, 255, 0.45);
  padding: 0 0.8rem;
}
.subbar__search {
  flex: 0 1 42rem;
  min-width: 0;
  margin: 0.4rem 0 0.4rem auto;
}
@media only screen and (max-width: 1200px) {
  .subbar__search {
    flex-basis: 36rem;
  }
}
@media only screen and (max-width: 900px) {
  .subbar__search {
    flex: 1 1 100%;
    width: 100%;
  }
}
.subbar__search .buscar__input {
  height: 3.4rem;
  padding: 0 1.2rem;
  border-radius: 1rem 0 0 1rem;
  font-size: 1.4rem;
}
.subbar__search .buscar__button {
  width: 4.4rem;
  height: 3.4rem;
  border-radius: 0 1rem 1rem 0;
}
.subbar__search .buscar__icon {
  width: 1.8rem;
  height: 1.8rem;
}

/**
  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;
}

.navigation-links {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media only screen and (max-width: 900px) {
  .navigation-links {
    display: none;
  }
}
.navigation-links__item {
  padding: 0.8rem 1.2rem;
  color: #fdca01;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
}
.navigation-links__item:hover, .navigation-links__item:focus {
  color: #ffffff;
  text-decoration: none;
}
.navigation-links__item:active, .navigation-links__item:visited {
  color: #fdca01;
}

.container {
  max-width: 117rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .container {
    max-width: 90rem;
  }
}
@media only screen and (max-width: 900px) {
  .container {
    max-width: 80rem;
  }
}

.container-fluid {
  width: 100%;
}

.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: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 600px) {
  .container,
  .container-fluid {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (min-width: 1800px) {
  .container,
  .container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.submenu-container {
  border-top: 3px solid #222;
  background-color: #333;
}

.submenu-container--tabs {
  border-top: none;
  border-bottom: none;
  background-color: #ffffff;
  padding: 1.2rem 0;
}

.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;
}
@media only screen and (max-width: 500px) {
  .header-submenu__item--active {
    order: -1;
  }
}
.header-submenu__item--active {
  border-bottom: 3px solid #fdca01;
}
.header-submenu__item:hover {
  border-color: #fdca01;
}
.header-submenu__link:hover {
  text-decoration: none;
  color: #fdca01;
}
.header-submenu__link, .header-submenu__link:active, .header-submenu__link:visited {
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: 0.1rem;
  color: #ddd;
  font-size: 2rem;
  padding: 1rem 1rem 0.5rem 1rem;
  display: block;
}

.header-submenu--tabs {
  gap: 0.6rem;
  flex-wrap: wrap;
  padding: 0;
}
@media only screen and (max-width: 500px) {
  .header-submenu--tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.header-submenu--tabs .header-submenu__item {
  border-bottom: none;
}
.header-submenu--tabs .header-submenu__item:hover {
  border-color: transparent;
}
.header-submenu--tabs .header-submenu__item--active {
  border-bottom: none;
}
.header-submenu--tabs .header-submenu__link,
.header-submenu--tabs .header-submenu__link:active,
.header-submenu--tabs .header-submenu__link:visited {
  padding: 0.6rem 1.4rem;
  border: 1px solid #dddddd;
  border-radius: 2rem;
  background: white;
  color: #5a5a5a;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
  transition: all 0.2s ease;
}
.header-submenu--tabs .header-submenu__link:hover,
.header-submenu--tabs .header-submenu__link:focus {
  color: #000000;
  border-color: #fdca01;
  text-decoration: none;
}
.header-submenu--tabs .header-submenu__item--active .header-submenu__link,
.header-submenu--tabs .header-submenu__item--active .header-submenu__link:active,
.header-submenu--tabs .header-submenu__item--active .header-submenu__link:visited {
  background: #fdca01;
  border-color: #fdca01;
  color: #000000;
  font-weight: 600;
}

.buscar {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.buscar__input {
  margin: 0;
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  border-right: none;
  border-radius: 1.4rem 0 0 1.4rem;
  width: 100%;
  min-width: 0;
  height: 4.8rem;
  padding: 0 1.6rem;
  font-family: inherit;
  font-size: 1.5rem;
  color: #333333;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.buscar__input::placeholder {
  color: #999999;
}
.buscar__input:focus {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  outline: none;
  border-color: #fdca01;
  box-shadow: 0 0 0 0.3rem rgba(253, 202, 1, 0.2);
}
.buscar__button {
  flex-shrink: 0;
  width: 5.2rem;
  height: 4.8rem;
  border: 1px solid #fdca01;
  border-left: none;
  border-radius: 0 1.4rem 1.4rem 0;
  background-color: #fdca01;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.buscar__button:hover, .buscar__button:focus {
  background-color: rgb(232.6803149606, 185.7763779528, 0.9196850394);
}
.buscar__button:focus {
  outline: none;
}
.buscar__icon {
  display: block;
  width: 2rem;
  height: 2rem;
  fill: black;
}

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

.provincias {
  display: inline-block;
  margin-top: 20rem;
  min-height: 30rem;
}
.provincias__lista {
  list-style: none;
}
.provincias__item {
  float: left;
  width: 15rem;
  margin: 0.2rem 1rem;
}
.provincias__link, .provincias__link:active, .provincias__link:visited {
  text-decoration: none;
  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;
}

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

.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;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-group-xs > .btn, .btn-xs {
  padding: 1px 5px;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc;
}

.btn-info {
  color: #fdca01;
  background-color: black;
  border-color: #eea236;
}

.btn-warning {
  color: black;
  background-color: #fdca01;
  border-color: black;
}

.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: "★";
}

.quienes-foto {
  width: 20rem;
  height: 20rem;
}
@media only screen and (max-width: 900px) {
  .quienes-foto {
    width: 15rem;
    height: 15rem;
  }
}

.hero {
  background-color: #111111;
  padding: 4rem 0 3rem;
  text-align: center;
  border-bottom: 10px solid #333333;
}
.hero__title {
  color: #fdca01;
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0 0 0.8rem;
  line-height: 1.3;
}
@media only screen and (max-width: 900px) {
  .hero__title {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 600px) {
  .hero__title {
    font-size: 1.8rem;
  }
}
.hero__subtitle {
  color: #cccccc;
  font-size: 1.6rem;
  margin: 0 0 2rem;
}
@media only screen and (max-width: 600px) {
  .hero__subtitle {
    font-size: 1.4rem;
  }
}
.hero__search {
  display: flex;
  max-width: 56rem;
  margin: 0 auto;
  gap: 0;
}
@media only screen and (max-width: 600px) {
  .hero__search {
    max-width: 100%;
    padding: 0 1rem;
  }
}
.hero__search-input {
  flex: 1;
  padding: 1.2rem 2rem;
  font-size: 1.6rem;
  font-family: inherit;
  border: 2px solid #fdca01;
  border-right: none;
  border-radius: 2.5rem 0 0 2.5rem;
  background: #333333;
  color: white;
  outline: none;
}
.hero__search-input::placeholder {
  color: #999999;
}
.hero__search-input:focus {
  background: #eeeeee;
  color: #333333;
  border-color: #fdca01;
}
.hero__search-input:focus::placeholder {
  color: #999999;
}
.hero__search-btn {
  padding: 1.2rem 2.4rem;
  font-size: 1.6rem;
  font-family: inherit;
  font-weight: 600;
  background: #fdca01;
  color: black;
  border: 2px solid #fdca01;
  border-radius: 0 2.5rem 2.5rem 0;
  cursor: pointer;
  white-space: nowrap;
}
.hero__search-btn:hover {
  background: rgb(212.3606299213, 169.5527559055, 0.8393700787);
}

.cities {
  padding: 2rem 0;
  background: #f5f5f5;
}
@media only screen and (max-width: 600px) {
  .cities {
    display: none;
  }
}
.cities__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media only screen and (max-width: 900px) {
  .cities__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cities__card {
  position: relative;
  display: block;
  border-radius: 0.8rem;
  overflow: hidden;
  text-decoration: none;
}
.cities__card:hover .cities__img {
  transform: scale(1.05);
}
.cities__card:hover .cities__label {
  background: rgba(0, 0, 0, 0.7);
}
.cities__img {
  width: 100%;
  height: 12rem;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 900px) {
  .cities__img {
    height: 10rem;
  }
}
.cities__label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.8rem 1rem;
  background: rgba(0, 0, 0, 0.55);
  color: white;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  transition: background 0.3s ease;
}

.genres {
  margin-bottom: 2rem;
}
.genres__scroll {
  display: flex;
  gap: 0.8rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.genres__scroll::-webkit-scrollbar {
  height: 4px;
}
.genres__scroll::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 2px;
}
.genres__pill {
  display: inline-block;
  padding: 0.6rem 1.4rem;
  font-size: 1.3rem;
  font-weight: 500;
  white-space: nowrap;
  border: 1px solid #dddddd;
  border-radius: 2rem;
  color: #5a5a5a;
  text-decoration: none;
  background: white;
  transition: all 0.2s ease;
}
.genres__pill:hover {
  border-color: #fdca01;
  color: black;
  text-decoration: none;
}
.genres__pill--active {
  background: #fdca01;
  border-color: #fdca01;
  color: black;
  font-weight: 600;
}

.home__concerts {
  padding: 2rem 0 3rem;
}
.home__columns {
  display: grid;
  grid-template-columns: 1fr 30rem;
  gap: 3rem;
  align-items: start;
}
@media only screen and (max-width: 1200px) {
  .home__columns {
    grid-template-columns: 1fr 26rem;
    gap: 2rem;
  }
}
@media only screen and (max-width: 900px) {
  .home__columns {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.home__col-main {
  min-width: 0;
}
.home__col-aside {
  position: sticky;
  top: 2rem;
}
@media only screen and (max-width: 900px) {
  .home__col-aside {
    position: static;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #eeeeee;
  }
}
.home__aside-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: black;
  margin: 0 0 1.2rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid #fdca01;
}
.home__series-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.home__aside-link {
  display: block;
  margin-top: 1.2rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #5a5a5a;
  text-decoration: none;
  text-align: center;
}
.home__aside-link:hover {
  color: black;
  text-decoration: none;
}
.home__filter-label {
  margin: 1rem 0;
  padding: 0.8rem 1.2rem;
  background: #f5f5f5;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  color: #5a5a5a;
}
.home__filter-clear {
  margin-left: 1rem;
  color: #f14668;
  font-weight: 500;
}
.home__empty {
  text-align: center;
  padding: 4rem 0;
  color: #999999;
  font-size: 1.6rem;
}

.tabs {
  display: flex;
  gap: 0;
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 2rem;
}
.tabs__item {
  padding: 1rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #5a5a5a;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  white-space: nowrap;
  transition: all 0.2s ease;
}
.tabs__item:hover {
  color: black;
  text-decoration: none;
}
.tabs__item--active {
  color: black;
  font-weight: 700;
  border-bottom-color: #fdca01;
}

.concerts-grid {
  display: block;
}
@media only screen and (max-width: 600px) {
  .concerts-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .concerts-grid--list-only {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .concerts-grid--list-only .concert-card {
    grid-template-columns: 9rem minmax(0, 1fr);
    gap: 1.4rem;
    padding: 1.2rem 0;
    border: none;
    border-bottom: 1px solid #eeeeee;
    border-radius: 0;
    overflow: visible;
    background: none;
  }
  .concerts-grid--list-only .concert-card:hover {
    background: none;
    box-shadow: none;
  }
  .concerts-grid--list-only .concert-card .concert-card__img-link {
    width: 9rem;
    border-radius: 0.6rem;
  }
  .concerts-grid--list-only .concert-card .concert-card__img {
    height: 12.6rem;
  }
  .concerts-grid--list-only .concert-card .concert-card__main {
    display: flex;
    align-items: center;
  }
  .concerts-grid--list-only .concert-card .concert-card__body {
    padding: 0;
  }
  .concerts-grid--list-only .concert-card .concert-card__actions {
    display: none;
  }
}

.concert-card {
  display: grid;
  grid-template-columns: 10.8rem minmax(0, 1fr);
  gap: 2.2rem;
  align-items: center;
  padding: 1.8rem 0;
  border-bottom: 1px solid #eeeeee;
  transition: background-color 0.2s ease;
}
.concert-card:hover {
  background: rgba(0, 0, 0, 0.015);
}
.concert-card__img-link {
  display: block;
  position: relative;
  overflow: hidden;
  width: 10.8rem;
  border-radius: 0.8rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}
.concert-card__img {
  width: 100%;
  height: 15.2rem;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.concert-card:hover .concert-card__img {
  transform: scale(1.03);
}
.concert-card__badge {
  position: absolute;
  padding: 0.3rem 0.8rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0.3rem;
  letter-spacing: 0.05em;
}
.concert-card__badge--category {
  top: 0.8rem;
  right: 0.8rem;
  background: #fdca01;
  color: black;
}
.concert-card__badge--status {
  top: 0.8rem;
  left: 0.8rem;
  background: #f14668;
  color: white;
}
.concert-card__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-width: 0;
}
.concert-card__body {
  min-width: 0;
}
.concert-card__date {
  display: block;
  font-size: 1.4rem;
  color: #5a5a5a;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}
.concert-card__title {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 0.4rem;
}
.concert-card__title a {
  color: black;
  text-decoration: none;
}
.concert-card__title a:hover {
  color: black;
}
.concert-card__venue {
  font-size: 1.4rem;
  color: #333333;
  font-weight: 700;
  margin: 0 0 0.8rem;
  line-height: 1.4;
}
.concert-card__venue a {
  color: #333333;
  text-decoration: none;
}
.concert-card__venue a:hover {
  color: black;
}
.concert-card__footer {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.concert-card__genre {
  font-size: 1.2rem;
  padding: 0.35rem 0.9rem;
  background: #f5f5f5;
  border: 1px solid #eeeeee;
  border-radius: 999px;
  color: #5a5a5a;
  font-weight: 600;
}
.concert-card__price {
  font-size: 1.25rem;
  font-weight: 700;
  color: black;
  padding: 0.35rem 0.9rem;
  background: #fff7cf;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
}
.concert-card__actions {
  flex: 0 0 auto;
}
.concert-card__button {
  min-width: 12.8rem;
  padding: 0.95rem 1.8rem;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 900px) {
  .concert-card {
    grid-template-columns: 9.2rem minmax(0, 1fr);
    gap: 1.6rem;
  }
  .concert-card__main {
    align-items: flex-start;
    gap: 1.4rem;
  }
  .concert-card__button {
    min-width: 11rem;
    padding: 0.8rem 1.4rem;
  }
}
@media only screen and (max-width: 600px) {
  .concert-card {
    background: white;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
    border: 1px solid #eeeeee;
    border-radius: 0.8rem;
    overflow: hidden;
  }
  .concert-card:hover {
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  .concert-card__img-link {
    width: auto;
    border-radius: 0;
    box-shadow: none;
  }
  .concert-card__img {
    height: 28rem;
  }
  .concert-card__main {
    display: block;
  }
  .concert-card__body {
    padding: 1.2rem;
  }
  .concert-card__date {
    font-size: 1.2rem;
    color: #999999;
    font-weight: 500;
    margin-bottom: 0.4rem;
  }
  .concert-card__title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 0.5rem;
  }
  .concert-card__venue {
    font-size: 1.3rem;
    color: #5a5a5a;
    font-weight: 400;
  }
  .concert-card__venue a {
    color: #5a5a5a;
  }
  .concert-card__genre, .concert-card__price {
    font-size: 1.1rem;
    padding: 0.2rem 0.6rem;
    border-radius: 0.3rem;
  }
  .concert-card__genre {
    background: #f5f5f5;
    border: none;
  }
  .concert-card__price {
    background: transparent;
    border: none;
    padding-left: 0;
  }
  .concert-card__actions {
    display: none;
  }
}

.news-section {
  padding: 2.5rem 0;
  background: #f5f5f5;
  border-bottom: 1px solid #eeeeee;
}
.news-section__header {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 900px) {
  .news-section__header {
    gap: 0.8rem;
  }
}
.news-section__title {
  font-size: 2.2rem;
  font-weight: 700;
  color: black;
  margin: 0;
  white-space: nowrap;
}
.news-section__tabs {
  display: flex;
  gap: 0.5rem;
}
@media only screen and (max-width: 900px) {
  .news-section__tabs {
    order: 3;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.news-section__all {
  margin-left: auto;
  font-size: 1.4rem;
  font-weight: 600;
  color: #5a5a5a;
  text-decoration: none;
  white-space: nowrap;
}
.news-section__all:hover {
  color: black;
  text-decoration: none;
}
@media only screen and (max-width: 900px) {
  .news-section__all {
    order: 2;
  }
}
.news-section__tab {
  padding: 0.6rem 1.4rem;
  font-size: 1.3rem;
  font-weight: 500;
  border: 1px solid #dddddd;
  border-radius: 2rem;
  background: white;
  color: #5a5a5a;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
  transition: all 0.2s ease;
}
.news-section__tab:hover {
  border-color: #fdca01;
  color: black;
}
.news-section__tab--active {
  background: #fdca01;
  border-color: #fdca01;
  color: black;
  font-weight: 600;
}
.news-section__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media only screen and (max-width: 900px) {
  .news-section__grid {
    grid-template-columns: 1fr;
  }
}
.news-section__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media only screen and (max-width: 600px) {
  .news-section__list {
    grid-template-columns: 1fr;
  }
}
.news-section__empty {
  text-align: center;
  color: #999999;
  padding: 3rem 0;
  font-size: 1.4rem;
}

.news-featured {
  display: block;
  position: relative;
  border-radius: 0.8rem;
  overflow: hidden;
  text-decoration: none;
  min-height: 32rem;
  background: #333333;
}
.news-featured:hover {
  text-decoration: none;
}
.news-featured:hover .news-featured__img {
  transform: scale(1.03);
}
.news-featured__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.3s ease;
}
.news-featured__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3rem 2rem 2rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
}
.news-featured__cat {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  background: #fdca01;
  color: black;
  border-radius: 0.3rem;
  margin-bottom: 0.8rem;
  letter-spacing: 0.05em;
}
.news-featured__title {
  color: white;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}
@media only screen and (max-width: 600px) {
  .news-featured__title {
    font-size: 1.6rem;
  }
}

.news-card {
  display: flex;
  gap: 1.2rem;
  padding: 1rem;
  border-radius: 0.6rem;
  text-decoration: none;
  background: white;
  transition: box-shadow 0.2s ease;
}
.news-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-decoration: none;
}
.news-card__img {
  width: 9rem;
  height: 9rem;
  object-fit: cover;
  border-radius: 0.5rem;
  flex-shrink: 0;
}
.news-card__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-card__cat {
  display: inline-block;
  font-size: 1.1rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.4rem;
  letter-spacing: 0.03em;
}
.news-card__title {
  font-size: 1.4rem;
  font-weight: 600;
  color: black;
  line-height: 1.4;
  margin: 0;
}

.home-serie {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #eeeeee;
  text-decoration: none;
  color: inherit;
  transition: background 0.15s;
}
.home-serie:hover {
  text-decoration: none;
  color: inherit;
  background: #f5f5f5;
  margin: 0 -0.8rem;
  padding: 1rem 0.8rem;
  border-radius: 0.4rem;
}
.home-serie:last-child {
  border-bottom: none;
}
.home-serie__img {
  width: 5.4rem;
  height: 5.4rem;
  object-fit: cover;
  border-radius: 0.6rem;
  flex-shrink: 0;
}
.home-serie__body {
  min-width: 0;
  flex: 1;
}
.home-serie__title {
  font-size: 1.35rem;
  font-weight: 700;
  color: black;
  margin: 0 0 0.2rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-serie__meta {
  font-size: 1.15rem;
  color: #999999;
  margin: 0;
}

.festivales-page__intro {
  padding: 2.8rem 0 1.4rem;
}
.festivales-page__eyebrow {
  margin: 0 0 0.8rem;
  color: #999999;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.18rem;
  text-transform: uppercase;
}
.festivales-page__title {
  margin: 0;
  color: black;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.05;
}
@media only screen and (max-width: 900px) {
  .festivales-page__title {
    font-size: 3.2rem;
  }
}
.festivales-page__lede {
  max-width: 78rem;
  margin: 1.2rem 0 0;
  color: #5a5a5a;
  font-size: 1.9rem;
  line-height: 1.5;
}
@media only screen and (max-width: 900px) {
  .festivales-page__lede {
    font-size: 1.7rem;
  }
}
.festivales-page__meta {
  margin: 1.4rem 0 0;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 700;
}
.festivales-page__map-link {
  display: inline-block;
  margin-top: 1.2rem;
  padding: 0.8rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: black;
  background: #fdca01;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: opacity 0.2s;
}
.festivales-page__map-link:hover {
  opacity: 0.85;
  text-decoration: none;
  color: black;
}
.festivales-page__map-link i {
  margin-right: 0.4rem;
}
.festivales-page__content {
  padding: 2rem 0 4rem;
}
.festivales-page__month {
  margin-bottom: 3rem;
}
.festivales-page__month-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: black;
  margin: 0 0 1.5rem;
  padding-bottom: 0.8rem;
  border-bottom: 3px solid #fdca01;
}
@media only screen and (max-width: 600px) {
  .festivales-page__month-title {
    font-size: 1.8rem;
  }
}

.genres__pill-count {
  font-size: 1.1rem;
  font-weight: 400;
  opacity: 0.7;
}

.search-page__intro {
  padding: 2.8rem 0 1.4rem;
}
.search-page__eyebrow {
  margin: 0 0 0.8rem;
  color: #999999;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.18rem;
  text-transform: uppercase;
}
.search-page__title {
  margin: 0;
  color: black;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.05;
}
@media only screen and (max-width: 900px) {
  .search-page__title {
    font-size: 3.2rem;
  }
}
.search-page__term {
  color: #333333;
  font-weight: 700;
}
.search-page__meta {
  margin: 1.4rem 0 0;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 700;
}
.search-page__content {
  padding: 2rem 0 4rem;
}
.search-page__empty {
  text-align: center;
  padding: 4rem 0;
  color: #999999;
  font-size: 1.6rem;
}
.search-page__empty i {
  font-size: 4rem;
  color: #dddddd;
  margin-bottom: 1rem;
  display: block;
}
.search-page__empty strong {
  color: black;
}
.search-page__empty-hint {
  color: #5a5a5a;
  font-size: 1.4rem;
  margin-top: 0.5rem;
}

.search-section {
  margin-bottom: 3rem;
}
.search-section__title {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 1.5rem;
  padding-bottom: 0.8rem;
  border-bottom: 3px solid #fdca01;
  font-size: 2rem;
  font-weight: 700;
  color: black;
}
.search-section__title i {
  color: #fdca01;
}
.search-section__count {
  background: #fdca01;
  color: black;
  padding: 0.2rem 0.8rem;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 999px;
}

.search-grid {
  display: block;
}

.search-card {
  display: grid;
  grid-template-columns: 10.8rem minmax(0, 1fr);
  gap: 2.2rem;
  align-items: center;
  padding: 1.8rem 0;
  border-bottom: 1px solid #eeeeee;
  transition: background-color 0.2s ease;
}
.search-card:hover {
  background: rgba(0, 0, 0, 0.015);
}
.search-card__img-link {
  display: block;
  position: relative;
  overflow: hidden;
  width: 10.8rem;
  border-radius: 0.8rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}
.search-card__img {
  width: 100%;
  height: 15.2rem;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.search-card:hover .search-card__img {
  transform: scale(1.03);
}
.search-card__badge {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  padding: 0.3rem 0.8rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0.3rem;
  letter-spacing: 0.05em;
  background: #fdca01;
  color: black;
}
.search-card__badge--article {
  background: #333333;
  color: white;
}
.search-card__badge--spot {
  background: #5a5a5a;
  color: white;
}
.search-card__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-width: 0;
}
.search-card__body {
  min-width: 0;
}
.search-card__title {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 0.5rem;
}
.search-card__title a {
  color: black;
  text-decoration: none;
}
.search-card__title a:hover {
  color: #fdca01;
}
.search-card__desc {
  font-size: 1.3rem;
  color: #5a5a5a;
  margin: 0.5rem 0;
  line-height: 1.4;
}
.search-card__location {
  font-size: 1.3rem;
  color: #5a5a5a;
  margin: 0.5rem 0;
}
.search-card__location i {
  color: #999999;
  margin-right: 0.5rem;
}
.search-card__footer {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 0.8rem;
}
.search-card__karma {
  font-size: 1.2rem;
  color: #999999;
}
.search-card__karma i {
  color: #f14668;
  margin-right: 0.3rem;
}
.search-card__actions {
  flex: 0 0 auto;
}
.search-card__button {
  min-width: 12.8rem;
  padding: 0.95rem 1.8rem;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 900px) {
  .search-card {
    grid-template-columns: 9.2rem minmax(0, 1fr);
    gap: 1.6rem;
  }
  .search-card__main {
    align-items: flex-start;
    gap: 1.4rem;
  }
  .search-card__button {
    min-width: 11rem;
    padding: 0.8rem 1.4rem;
  }
}
@media only screen and (max-width: 600px) {
  .search-card {
    background: white;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
    border: 1px solid #eeeeee;
    border-radius: 0.8rem;
    overflow: hidden;
    margin-bottom: 1rem;
  }
  .search-card:hover {
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  .search-card__img-link {
    width: auto;
    border-radius: 0;
    box-shadow: none;
  }
  .search-card__img {
    height: 20rem;
  }
  .search-card__main {
    display: block;
  }
  .search-card__body {
    padding: 1.2rem;
  }
  .search-card__title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 0.5rem;
  }
  .search-card__actions {
    display: none;
  }
}

.series-page__intro {
  padding: 2.8rem 0 1.4rem;
}
.series-page__eyebrow {
  margin: 0 0 0.8rem;
  color: #999999;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.18rem;
  text-transform: uppercase;
}
.series-page__title {
  margin: 0;
  color: black;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.05;
}
@media only screen and (max-width: 900px) {
  .series-page__title {
    font-size: 3.2rem;
  }
}
.series-page__lede {
  max-width: 78rem;
  margin: 1.2rem 0 0;
  color: #5a5a5a;
  font-size: 1.9rem;
  line-height: 1.5;
}
@media only screen and (max-width: 900px) {
  .series-page__lede {
    font-size: 1.7rem;
  }
}
.series-page__meta {
  margin: 1.4rem 0 0;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 700;
}
.series-page__section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: black;
  margin: 0 0 1.5rem;
  padding-bottom: 0.8rem;
  border-bottom: 3px solid #fdca01;
}
.series-page__featured {
  padding: 2rem 0;
}
.series-page__featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 1200px) {
  .series-page__featured-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .series-page__featured-grid {
    grid-template-columns: 1fr;
  }
}
.series-page__featured-card {
  display: block;
  border-radius: 0.8rem;
  overflow: hidden;
  border: 1px solid #eeeeee;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease;
}
.series-page__featured-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: inherit;
}
.series-page__featured-img {
  width: 100%;
  height: 18rem;
  object-fit: cover;
  display: block;
}
.series-page__featured-body {
  padding: 1.2rem 1.4rem;
}
.series-page__featured-dates {
  display: block;
  font-size: 1.2rem;
  color: #999999;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0.4rem;
}
.series-page__featured-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: black;
  margin: 0 0 0.4rem;
  line-height: 1.3;
}
.series-page__featured-location {
  font-size: 1.3rem;
  color: #5a5a5a;
  margin: 0 0 0.6rem;
}
.series-page__featured-location i {
  color: #999999;
  margin-right: 0.4rem;
}
.series-page__featured-badge {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  font-size: 1.1rem;
  font-weight: 600;
  background: #fdca01;
  color: black;
  border-radius: 999px;
}
.series-page__provincias {
  padding: 2rem 0;
}
.series-page__provincia-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.series-page__provincia-item {
  display: inline-block;
  padding: 0.6rem 1.4rem;
  font-size: 1.3rem;
  font-weight: 500;
  white-space: nowrap;
  border: 1px solid #dddddd;
  border-radius: 2rem;
  color: #5a5a5a;
  text-decoration: none;
  background: white;
  transition: all 0.2s ease;
}
.series-page__provincia-item:hover {
  border-color: #fdca01;
  color: black;
  text-decoration: none;
}
.series-page__provincia-count {
  font-size: 1.1rem;
  font-weight: 400;
  opacity: 0.7;
}
.series-page__content {
  padding: 2rem 0 4rem;
}
.series-page__pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 3rem;
}
.series-page__page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.6rem;
  height: 3.6rem;
  padding: 0 1rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #5a5a5a;
  border: 1px solid #dddddd;
  border-radius: 0.6rem;
  text-decoration: none;
  transition: all 0.2s ease;
}
.series-page__page-link:hover {
  border-color: #fdca01;
  color: black;
  text-decoration: none;
}
.series-page__page-link--active {
  background: #fdca01;
  border-color: #fdca01;
  color: black;
}
.series-page__page-link--disabled {
  opacity: 0.4;
  pointer-events: none;
}

.noticias-page__intro {
  padding: 2.8rem 0 1.4rem;
}
.noticias-page__eyebrow {
  margin: 0 0 0.8rem;
  color: #999999;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.18rem;
  text-transform: uppercase;
}
.noticias-page__title {
  margin: 0;
  color: black;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.05;
}
@media only screen and (max-width: 900px) {
  .noticias-page__title {
    font-size: 3.2rem;
  }
}
.noticias-page__lede {
  max-width: 78rem;
  margin: 1.2rem 0 0;
  color: #5a5a5a;
  font-size: 1.9rem;
  line-height: 1.5;
}
@media only screen and (max-width: 900px) {
  .noticias-page__lede {
    font-size: 1.7rem;
  }
}
.noticias-page__meta {
  margin: 1.4rem 0 0;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 700;
}
.noticias-page__featured {
  padding: 2rem 0;
}
.noticias-page__featured-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media only screen and (max-width: 900px) {
  .noticias-page__featured-grid {
    grid-template-columns: 1fr;
  }
}
.noticias-page__hero {
  display: block;
  position: relative;
  border-radius: 0.8rem;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}
.noticias-page__hero:hover {
  text-decoration: none;
  color: inherit;
}
.noticias-page__hero:hover .noticias-page__hero-img {
  transform: scale(1.03);
}
.noticias-page__hero-img {
  width: 100%;
  height: 100%;
  min-height: 36rem;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 900px) {
  .noticias-page__hero-img {
    min-height: 28rem;
  }
}
.noticias-page__hero-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3rem 2rem 2rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
}
.noticias-page__hero-cats {
  margin-bottom: 0.6rem;
}
.noticias-page__hero-cat {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  background: #fdca01;
  color: black;
  border-radius: 0.3rem;
  margin-right: 0.4rem;
}
.noticias-page__hero-title {
  color: white;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 0.5rem;
}
@media only screen and (max-width: 900px) {
  .noticias-page__hero-title {
    font-size: 2rem;
  }
}
.noticias-page__hero-desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.4rem;
  margin: 0;
  line-height: 1.4;
}
.noticias-page__featured-side {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.noticias-page__featured-item {
  display: grid;
  grid-template-columns: 14rem 1fr;
  gap: 1.4rem;
  align-items: center;
  text-decoration: none;
  color: inherit;
  border-radius: 0.6rem;
  overflow: hidden;
  border: 1px solid #eeeeee;
  transition: box-shadow 0.2s ease;
}
.noticias-page__featured-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 600px) {
  .noticias-page__featured-item {
    grid-template-columns: 10rem 1fr;
    gap: 1rem;
  }
}
.noticias-page__featured-item-img {
  width: 100%;
  height: 10rem;
  object-fit: cover;
  display: block;
}
.noticias-page__featured-item-body {
  padding: 0.8rem 1rem 0.8rem 0;
}
.noticias-page__featured-item-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: black;
  margin: 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.noticias-page__content {
  padding: 2rem 0 4rem;
}
.noticias-page__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media only screen and (max-width: 1200px) {
  .noticias-page__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .noticias-page__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.noticia-card {
  border-radius: 0.8rem;
  overflow: hidden;
  border: 1px solid #eeeeee;
  transition: box-shadow 0.2s ease;
}
.noticia-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.noticia-card__img-link {
  display: block;
  overflow: hidden;
}
.noticia-card__img {
  width: 100%;
  height: 18rem;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.noticia-card:hover .noticia-card__img {
  transform: scale(1.03);
}
@media only screen and (max-width: 600px) {
  .noticia-card__img {
    height: 20rem;
  }
}
.noticia-card__body {
  padding: 1.4rem;
}
.noticia-card__categories {
  margin-bottom: 0.6rem;
}
.noticia-card__category {
  display: inline-block;
  padding: 0.2rem 0.7rem;
  font-size: 1.05rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  background: #f5f5f5;
  color: #5a5a5a;
  border-radius: 0.3rem;
  margin-right: 0.4rem;
}
.noticia-card__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 0.5rem;
}
.noticia-card__title a {
  color: black;
  text-decoration: none;
}
.noticia-card__title a:hover {
  color: #fdca01;
}
.noticia-card__desc {
  font-size: 1.3rem;
  color: #5a5a5a;
  margin: 0 0 0.8rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.noticia-card__footer {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.2rem;
  color: #999999;
}
.noticia-card__date i {
  margin-right: 0.3rem;
}
.noticia-card__karma i {
  color: #f14668;
  margin-right: 0.3rem;
}

.article-page__hero {
  margin: 1.6rem 0 0;
  border-radius: 0.8rem;
  overflow: hidden;
  line-height: 0;
}
.article-page__hero-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.8rem;
}
.article-page__layout {
  max-width: 80rem;
  margin: 0 auto;
  padding: 3.2rem 0 4rem;
}
.article-page__cats {
  margin-bottom: 1.2rem;
}
.article-page__cat {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #fdca01;
  color: black;
  border-radius: 0.3rem;
  margin-right: 0.4rem;
  text-decoration: none;
}
.article-page__cat:hover {
  text-decoration: none;
  color: black;
  opacity: 0.85;
}
.article-page__title {
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 1.2rem;
  color: black;
}
@media only screen and (max-width: 900px) {
  .article-page__title {
    font-size: 2.8rem;
  }
}
.article-page__description {
  font-size: 2rem;
  color: #5a5a5a;
  line-height: 1.5;
  margin: 0 0 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 900px) {
  .article-page__description {
    font-size: 1.7rem;
  }
}
.article-page__meta {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 1.6rem;
  font-size: 1.3rem;
  color: #999999;
  flex-wrap: wrap;
}
.article-page__meta-artist {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 600;
}
.article-page__meta-artist a {
  color: #333333;
  text-decoration: none;
}
.article-page__meta-artist a:hover {
  color: #fdca01;
}
.article-page__artist-avatar {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  object-fit: cover;
}
.article-page__meta-date i {
  margin-right: 0.3rem;
}
.article-page__divider {
  border: none;
  border-top: 1px solid #eeeeee;
  margin: 2.4rem 0;
}
.article-page__body {
  font-size: 1.8rem;
  line-height: 1.75;
  color: #333333;
}
@media only screen and (max-width: 900px) {
  .article-page__body {
    font-size: 1.6rem;
  }
}
.article-page__body p {
  margin: 0 0 1.6rem;
}
.article-page__body h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 2.4rem 0 1rem;
}
.article-page__body h3 {
  font-size: 2rem;
  font-weight: 700;
  margin: 2rem 0 0.8rem;
}
.article-page__body a {
  color: rgb(151.4015748031, 120.8818897638, 0.5984251969);
  text-decoration: underline;
}
.article-page__body img {
  max-width: 100%;
  height: auto;
  border-radius: 0.4rem;
}
.article-page__body ul, .article-page__body ol {
  padding-left: 2rem;
  margin-bottom: 1.6rem;
}
.article-page__body blockquote {
  border-left: 4px solid #fdca01;
  padding-left: 1.6rem;
  margin: 2rem 0;
  color: #5a5a5a;
  font-style: italic;
}
.article-page__video {
  margin: 2.4rem 0;
}
.article-page__video iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
  border-radius: 0.6rem;
}
.article-page__extend {
  margin-top: 2.4rem;
}
.article-page__extend-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
.article-page__footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.article-page__rating {
  flex: 1;
}
.article-page__rating-info {
  margin: 0.8rem 0 0;
  font-size: 1.3rem;
  color: #5a5a5a;
}
.article-page__rating-msg {
  margin: 0.4rem 0 0;
  font-size: 1.3rem;
  color: #5a5a5a;
  font-style: italic;
}
.article-page__author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.article-page__author-avatar {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  object-fit: cover;
}
.article-page__author-label {
  font-size: 1.2rem;
  color: #999999;
  margin: 0;
}
.article-page__author-name {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333333;
  text-decoration: none;
}
.article-page__author-name:hover {
  color: #fdca01;
}
.article-page__section-title {
  font-size: 2.2rem;
  font-weight: 800;
  margin: 0 0 2rem;
  color: black;
}
.article-page__concerts {
  margin-top: 3.2rem;
}
.article-page__concerts-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.article-page__related {
  background: #f5f5f5;
  padding: 3.2rem 0 4rem;
  margin-top: 4rem;
}
.article-page__related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .article-page__related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .article-page__related-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.article-concert-card {
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: 1.4rem;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
  border: 1px solid #eeeeee;
  border-radius: 0.6rem;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}
.article-concert-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: inherit;
}
.article-concert-card__img {
  width: 10rem;
  height: 100%;
  min-height: 10rem;
  object-fit: cover;
  display: block;
}
.article-concert-card__body {
  padding: 1rem 1rem 1rem 0;
}
.article-concert-card__date {
  font-size: 1.2rem;
  color: #999999;
  font-weight: 600;
  margin: 0 0 0.3rem;
  text-transform: capitalize;
}
.article-concert-card__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: black;
  margin: 0 0 0.4rem;
  line-height: 1.3;
}
.article-concert-card__spot {
  font-size: 1.3rem;
  color: #5a5a5a;
  margin: 0 0 0.6rem;
}
.article-concert-card__spot i {
  margin-right: 0.3rem;
}
.article-concert-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.article-concert-card__tag {
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.2rem 0.6rem;
  background: #f5f5f5;
  color: #5a5a5a;
  border-radius: 0.3rem;
}
.article-concert-card__tag i {
  color: #f14668;
  margin-right: 0.2rem;
}
.article-concert-card__tag--warning {
  background: white;
  color: #f14668;
}

.festival-page {
  padding-bottom: 4rem;
}
.festival-page__hero {
  display: grid;
  grid-template-columns: 28rem 1fr;
  gap: 4rem;
  padding: 3.2rem 0 2.4rem;
  align-items: start;
}
@media only screen and (max-width: 1200px) {
  .festival-page__hero {
    grid-template-columns: 22rem 1fr;
    gap: 2.4rem;
  }
}
@media only screen and (max-width: 900px) {
  .festival-page__hero {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media only screen and (max-width: 900px) {
  .festival-page__poster-col {
    display: flex;
    justify-content: center;
  }
}
.festival-page__poster-wrap {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.8rem;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.festival-page__poster-wrap:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
  transform: translateY(-2px);
}
.festival-page__poster-wrap:hover .festival-page__poster-overlay {
  opacity: 1;
}
.festival-page__poster-wrap:hover .festival-page__poster {
  filter: brightness(0.75);
}
@media only screen and (max-width: 900px) {
  .festival-page__poster-wrap {
    pointer-events: none;
  }
  .festival-page__poster-wrap .festival-page__poster-overlay {
    display: none;
  }
}
.festival-page__poster {
  width: 100%;
  max-width: 28rem;
  height: auto;
  display: block;
  transition: filter 0.3s ease;
}
@media only screen and (max-width: 600px) {
  .festival-page__poster {
    max-width: 100%;
  }
}
.festival-page__poster-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  opacity: 0;
  transition: opacity 0.25s ease;
  color: white;
}
.festival-page__poster-zoom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 50%;
  color: white;
}
.festival-page__poster-count {
  font-size: 1.3rem;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.55);
  padding: 0.3rem 0.9rem;
  border-radius: 2rem;
}
.festival-page__info-col {
  padding-top: 0.4rem;
}
.festival-page__type-badge {
  display: inline-block;
  padding: 0.3rem 0.9rem;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: #fdca01;
  color: black;
  border-radius: 0.3rem;
  margin-bottom: 1rem;
}
.festival-page__title {
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 1.6rem;
  color: black;
}
@media only screen and (max-width: 900px) {
  .festival-page__title {
    font-size: 2.8rem;
  }
}
.festival-page__finished-badge {
  display: inline-block;
  padding: 0.4rem 1rem;
  background: #f14668;
  color: white;
  font-size: 1.3rem;
  font-weight: 600;
  border-radius: 0.4rem;
  margin-bottom: 1.2rem;
}
.festival-page__status-badge {
  display: inline-block;
  padding: 0.4rem 1rem;
  background: white;
  color: #f14668;
  font-size: 1.3rem;
  font-weight: 700;
  border-radius: 0.4rem;
  margin-bottom: 1.2rem;
}
.festival-page__meta-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}
.festival-page__meta-item {
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
  font-size: 1.5rem;
  color: #333333;
  margin-bottom: 0.8rem;
}
.festival-page__meta-item i {
  color: #999999;
  width: 1.4rem;
  flex-shrink: 0;
}
.festival-page__meta-item a {
  color: #333333;
  font-weight: 600;
  text-decoration: none;
}
.festival-page__meta-item a:hover {
  color: #fdca01;
}
.festival-page__cta {
  margin-bottom: 1.4rem;
}
.festival-page__buy-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.2rem 2.8rem;
  background: #fdca01;
  color: black;
  font-size: 1.7rem;
  font-weight: 800;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.1s ease;
}
.festival-page__buy-btn:hover {
  background: rgb(212.3606299213, 169.5527559055, 0.8393700787);
  color: black;
  text-decoration: none;
  transform: translateY(-1px);
}
.festival-page__booking-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.3rem;
  color: #5a5a5a;
  text-decoration: none;
  margin-bottom: 1.6rem;
}
.festival-page__booking-link:hover {
  color: #333333;
  text-decoration: underline;
}
.festival-page__rating-wrap {
  margin-top: 2rem;
  padding-top: 1.6rem;
  border-top: 1px solid #eeeeee;
}
.festival-page__rating-info {
  margin: 0.6rem 0 0;
  font-size: 1.3rem;
  color: #5a5a5a;
}
.festival-page__karma i {
  color: #f14668;
  margin-right: 0.2rem;
}
.festival-page__rating-msg {
  margin: 0.4rem 0 0;
  font-size: 1.3rem;
  color: #5a5a5a;
  font-style: italic;
}
.festival-page__section-title {
  font-size: 2.2rem;
  font-weight: 800;
  margin: 0 0 2rem;
  color: black;
}
.festival-page__lineup {
  padding: 3.2rem 0 2.4rem;
  border-top: 1px solid #eeeeee;
}
.festival-page__lineup-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.6rem;
}
@media only screen and (max-width: 1200px) {
  .festival-page__lineup-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 900px) {
  .festival-page__lineup-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
  }
}
@media only screen and (max-width: 600px) {
  .festival-page__lineup-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.festival-page__description {
  padding: 2.4rem 0;
  border-top: 1px solid #eeeeee;
}
.festival-page__subtitle {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 1.2rem;
}
.festival-page__details-alert {
  background: rgb(253.9453125, 249.234375, 242.5546875);
  border-left: 4px solid #f0ad4e;
  padding: 1rem 1.4rem;
  border-radius: 0 0.4rem 0.4rem 0;
  font-size: 1.4rem;
  margin-bottom: 1.4rem;
}
.festival-page__body {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333333;
}
.festival-page__body p {
  margin: 0 0 1.2rem;
}
.festival-page__body a {
  color: rgb(151.4015748031, 120.8818897638, 0.5984251969);
  text-decoration: underline;
}
.festival-page__article-snippet {
  font-size: 1.5rem;
  color: #5a5a5a;
  line-height: 1.6;
}
.festival-page__article-link {
  display: inline-block;
  margin-top: 0.6rem;
  color: rgb(151.4015748031, 120.8818897638, 0.5984251969);
  text-decoration: underline;
}
.festival-page__ticketing {
  padding: 2.4rem 0;
  border-top: 1px solid #eeeeee;
}
.festival-page__providers-label {
  font-size: 1.5rem;
  font-weight: 700;
  color: #5a5a5a;
  margin: 0 0 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.festival-page__providers {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  margin-bottom: 2rem;
}
.festival-page__secondary {
  margin-top: 0.8rem;
}
.festival-page__secondary-note {
  font-size: 1.2rem;
  color: #999999;
  margin-top: 0.8rem;
  line-height: 1.5;
}
.festival-page__venue {
  padding: 2.4rem 0;
  border-top: 1px solid #eeeeee;
}
.festival-page__video {
  padding: 2.4rem 0;
  border-top: 1px solid #eeeeee;
}
.festival-page__video-wrap iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
  border-radius: 0.6rem;
}
.festival-page__similares {
  background: #f5f5f5;
  padding: 3.2rem 0 4rem;
  margin-top: 3.2rem;
}

.festival-artist-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  gap: 0.6rem;
}
.festival-artist-card:hover {
  text-decoration: none;
  color: inherit;
}
.festival-artist-card:hover .festival-artist-card__img {
  transform: scale(1.05);
}
.festival-artist-card:hover .festival-artist-card__name {
  color: #fdca01;
}
.festival-artist-card__img-wrap {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 0.6rem;
  overflow: hidden;
  background: #eeeeee;
}
.festival-artist-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.festival-artist-card__name {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  margin: 0;
  color: #333333;
  transition: color 0.2s;
}

.festival-provider-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  padding: 1.4rem 1.8rem;
  border: 1px solid #eeeeee;
  border-radius: 0.6rem;
  text-decoration: none;
  color: inherit;
  width: 18rem;
  transition: box-shadow 0.2s ease;
}
.festival-provider-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: inherit;
}
.festival-provider-card--secondary {
  border-style: dashed;
}
.festival-provider-card__logo {
  width: 12rem;
  height: auto;
  object-fit: contain;
  display: block;
}
.festival-provider-card__price {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333333;
  margin: 0;
}
.festival-provider-card__price--agotado {
  color: #f14668;
}
.festival-provider-card__btn {
  display: inline-block;
  padding: 0.6rem 1.6rem;
  background: #fdca01;
  color: black;
  font-size: 1.3rem;
  font-weight: 700;
  border-radius: 0.4rem;
  margin-top: 0.2rem;
}
.festival-provider-card__btn--secondary {
  background: #f5f5f5;
  color: #5a5a5a;
}

.festival-venue-card {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 1.6rem;
  border: 1px solid #eeeeee;
  border-radius: 0.8rem;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease;
}
.festival-venue-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: inherit;
}
.festival-venue-card__img {
  width: 8rem;
  height: 8rem;
  border-radius: 0.6rem;
  object-fit: cover;
  flex-shrink: 0;
}
.festival-venue-card__name {
  font-size: 1.7rem;
  font-weight: 700;
  margin: 0 0 0.3rem;
  color: black;
}
.festival-venue-card__address {
  font-size: 1.3rem;
  color: #5a5a5a;
  margin: 0 0 0.4rem;
}
.festival-venue-card__link {
  font-size: 1.3rem;
  color: rgb(151.4015748031, 120.8818897638, 0.5984251969);
  text-decoration: underline;
}

.festival-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.92);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.festival-lightbox__close {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  border-radius: 50%;
  width: 4.4rem;
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  transition: background 0.2s ease;
}
.festival-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.25);
}
.festival-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.12);
  border: none;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  transition: background 0.2s ease;
  z-index: 1;
}
.festival-lightbox__nav:hover {
  background: rgba(255, 255, 255, 0.25);
}
.festival-lightbox__nav--prev {
  left: 2rem;
}
.festival-lightbox__nav--next {
  right: 2rem;
}
.festival-lightbox__img-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  max-height: calc(100vh - 16rem);
}
.festival-lightbox__img {
  max-height: calc(100vh - 18rem);
  max-width: min(50rem, 90vw);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 0.4rem;
  display: block;
  user-select: none;
}
.festival-lightbox__full-link {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: underline;
}
.festival-lightbox__full-link:hover {
  color: white;
}
.festival-lightbox__thumbs {
  position: absolute;
  bottom: 1.6rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.8rem;
  overflow-x: auto;
  max-width: 90vw;
  padding: 0.4rem;
}
.festival-lightbox__thumb {
  flex-shrink: 0;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 0.4rem;
  overflow: hidden;
  background: none;
  cursor: pointer;
  opacity: 0.55;
  transition: opacity 0.2s, border-color 0.2s;
}
.festival-lightbox__thumb img {
  width: 4.4rem;
  height: auto;
  display: block;
}
.festival-lightbox__thumb--active {
  opacity: 1;
  border-color: #fdca01;
}
.festival-lightbox__thumb:hover {
  opacity: 1;
}

.lightbox-fade-enter-active,
.lightbox-fade-leave-active {
  transition: opacity 0.22s ease;
}

.lightbox-fade-enter,
.lightbox-fade-leave-to {
  opacity: 0;
}

.ticket-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.ticket-modal__box {
  background: white;
  border-radius: 1.2rem;
  max-width: 56rem;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  padding: 3rem;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 600px) {
  .ticket-modal__box {
    padding: 2rem 1.6rem;
    max-height: 90vh;
    border-radius: 0.8rem;
  }
}
.ticket-modal__close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #5a5a5a;
  padding: 0.4rem;
}
.ticket-modal__close:hover {
  color: black;
}
.ticket-modal__loading {
  text-align: center;
  padding: 4rem 0;
}
.ticket-modal__spinner {
  display: none;
}
.ticket-modal__loading-text {
  font-size: 1.5rem;
  color: #5a5a5a;
  margin: 0;
  font-weight: 500;
}
.ticket-modal__title {
  font-size: 2rem;
  font-weight: 800;
  color: black;
  margin: 0 0 2rem;
}
.ticket-modal__label {
  font-size: 1.3rem;
  font-weight: 700;
  color: #5a5a5a;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 1rem;
}
.ticket-modal__providers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 600px) {
  .ticket-modal__providers {
    grid-template-columns: 1fr;
  }
}
.ticket-modal__secondary {
  margin-top: 1rem;
}
.ticket-modal__empty {
  text-align: center;
  color: #5a5a5a;
  font-size: 1.5rem;
  padding: 2rem 0;
}

.equalizer {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.5rem;
  height: 5rem;
  margin: 0 auto 2rem;
}
.equalizer__bar {
  width: 0.6rem;
  background: #fdca01;
  border-radius: 0.3rem;
  animation: eq-bounce 1.2s ease-in-out infinite;
}
.equalizer__bar:nth-child(1) {
  height: 40%;
  animation-delay: 0s;
}
.equalizer__bar:nth-child(2) {
  height: 70%;
  animation-delay: 0.15s;
}
.equalizer__bar:nth-child(3) {
  height: 100%;
  animation-delay: 0.3s;
}
.equalizer__bar:nth-child(4) {
  height: 60%;
  animation-delay: 0.45s;
}
.equalizer__bar:nth-child(5) {
  height: 35%;
  animation-delay: 0.6s;
}

@keyframes eq-bounce {
  0%, 100% {
    transform: scaleY(0.3);
  }
  50% {
    transform: scaleY(1);
  }
}
.serie-page {
  padding-bottom: 4rem;
}
.serie-page__hero {
  display: grid;
  grid-template-columns: 28rem 1fr;
  gap: 4rem;
  padding: 3.2rem 0 2.4rem;
  align-items: start;
}
@media only screen and (max-width: 1200px) {
  .serie-page__hero {
    grid-template-columns: 22rem 1fr;
    gap: 2.4rem;
  }
}
@media only screen and (max-width: 900px) {
  .serie-page__hero {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media only screen and (max-width: 900px) {
  .serie-page__poster-col {
    display: flex;
    justify-content: center;
  }
}
.serie-page__poster-wrap {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.8rem;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.serie-page__poster-wrap:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
  transform: translateY(-2px);
}
.serie-page__poster-wrap:hover .serie-page__poster-overlay {
  opacity: 1;
}
.serie-page__poster-wrap:hover .serie-page__poster {
  filter: brightness(0.75);
}
@media only screen and (max-width: 900px) {
  .serie-page__poster-wrap {
    pointer-events: none;
  }
  .serie-page__poster-wrap .serie-page__poster-overlay {
    display: none;
  }
}
.serie-page__poster {
  width: 100%;
  max-width: 28rem;
  height: auto;
  display: block;
  transition: filter 0.3s ease;
}
@media only screen and (max-width: 600px) {
  .serie-page__poster {
    max-width: 100%;
  }
}
.serie-page__poster-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s ease;
  color: white;
}
.serie-page__poster-zoom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 50%;
  color: white;
}
.serie-page__info-col {
  padding-top: 0.4rem;
}
.serie-page__type-badge {
  display: inline-block;
  padding: 0.3rem 0.9rem;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: #fdca01;
  color: black;
  border-radius: 0.3rem;
  margin-bottom: 1rem;
}
.serie-page__title {
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 1.6rem;
  color: black;
}
@media only screen and (max-width: 900px) {
  .serie-page__title {
    font-size: 2.8rem;
  }
}
.serie-page__meta-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}
.serie-page__meta-item {
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
  font-size: 1.5rem;
  color: #333333;
  margin-bottom: 0.8rem;
}
.serie-page__meta-item i {
  color: #999999;
  width: 1.4rem;
  flex-shrink: 0;
}
.serie-page__meta-item a {
  color: #333333;
  font-weight: 600;
  text-decoration: none;
}
.serie-page__meta-item a:hover {
  color: #fdca01;
}
.serie-page__links {
  display: flex;
  gap: 1.2rem;
  margin-bottom: 1.6rem;
}
.serie-page__social-link {
  color: #5a5a5a;
  text-decoration: none;
  transition: color 0.2s;
}
.serie-page__social-link:hover {
  color: #fdca01;
}
.serie-page__rating-wrap {
  margin-top: 2rem;
  padding-top: 1.6rem;
  border-top: 1px solid #eeeeee;
}
.serie-page__rating-info {
  margin: 0.6rem 0 0;
  font-size: 1.3rem;
  color: #5a5a5a;
}
.serie-page__karma i {
  color: #f14668;
  margin-right: 0.2rem;
}
.serie-page__rating-msg {
  margin: 0.4rem 0 0;
  font-size: 1.3rem;
  color: #5a5a5a;
  font-style: italic;
}
.serie-page__section-title {
  font-size: 2.2rem;
  font-weight: 800;
  margin: 0 0 2rem;
  color: black;
}
.serie-page__description {
  padding: 2.4rem 0;
  border-top: 1px solid #eeeeee;
}
.serie-page__body {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333333;
}
.serie-page__body p {
  margin: 0 0 1.2rem;
}
.serie-page__body a {
  color: rgb(151.4015748031, 120.8818897638, 0.5984251969);
  text-decoration: underline;
}
.serie-page__year-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 2rem;
}
.serie-page__year-tab {
  display: inline-block;
  padding: 0.5rem 1.2rem;
  font-size: 1.3rem;
  font-weight: 600;
  border: 1px solid #eeeeee;
  border-radius: 2rem;
  text-decoration: none;
  color: #5a5a5a;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.serie-page__year-tab:hover {
  background: #f5f5f5;
  color: #333333;
  text-decoration: none;
}
.serie-page__year-tab--active {
  background: #fdca01;
  border-color: #fdca01;
  color: black;
  font-weight: 700;
}
.serie-page__year-tab--active:hover {
  background: rgb(212.3606299213, 169.5527559055, 0.8393700787);
  color: black;
}
.serie-page__concerts {
  padding: 2.4rem 0;
  border-top: 1px solid #eeeeee;
}
.serie-page__archivo {
  padding: 2.4rem 0;
  border-top: 1px solid #eeeeee;
}
.serie-page__empty {
  color: #5a5a5a;
  font-size: 1.5rem;
  padding: 2rem;
  background: #f5f5f5;
  border-radius: 0.6rem;
}
.serie-page__similares {
  background: #f5f5f5;
  padding: 3.2rem 0 4rem;
  margin-top: 3.2rem;
}
.serie-page__similares-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 900px) {
  .serie-page__similares-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}

.serie-similar-card {
  display: flex;
  flex-direction: column;
  border-radius: 0.8rem;
  overflow: hidden;
  border: 1px solid #eeeeee;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease;
}
.serie-similar-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: inherit;
}
.serie-similar-card:hover .serie-similar-card__img {
  transform: scale(1.03);
}
.serie-similar-card__img {
  width: 100%;
  height: 22rem;
  object-fit: cover;
  object-position: top;
  display: block;
  transition: transform 0.3s ease;
}
.serie-similar-card__body {
  padding: 1.2rem 1.4rem;
}
.serie-similar-card__type {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #fdca01;
  color: black;
  padding: 0.2rem 0.6rem;
  border-radius: 0.3rem;
  margin-bottom: 0.5rem;
}
.serie-similar-card__name {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.3rem;
  color: black;
  line-height: 1.3;
}
.serie-similar-card__karma {
  font-size: 1.2rem;
  color: #999999;
  margin: 0;
}
.serie-similar-card__karma i {
  color: #f14668;
  margin-right: 0.2rem;
}

.provincia-hero {
  background: #111111;
  background-size: cover;
  background-position: center;
  color: white;
  padding: 4rem 0 3.2rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .provincia-hero {
    padding: 3rem 0 2.4rem;
  }
}
.provincia-hero__title {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 0.6rem;
}
@media only screen and (max-width: 900px) {
  .provincia-hero__title {
    font-size: 2.8rem;
  }
}
.provincia-hero__subtitle {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 2rem;
}
@media only screen and (max-width: 900px) {
  .provincia-hero__subtitle {
    font-size: 1.4rem;
  }
}
.provincia-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-bottom: 2rem;
}
.provincia-hero__stat {
  font-size: 1.3rem;
  padding: 0.4rem 1rem;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 2rem;
  color: rgba(255, 255, 255, 0.9);
}
.provincia-hero__stat strong {
  color: #fdca01;
  font-weight: 800;
}
.provincia-hero__map-link {
  font-size: 1.3rem;
  padding: 0.4rem 1rem;
  background: #fdca01;
  border-radius: 2rem;
  color: black;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s;
}
.provincia-hero__map-link:hover {
  opacity: 0.85;
  text-decoration: none;
  color: black;
}
.provincia-hero__map-link i {
  margin-right: 0.3rem;
}
.provincia-hero--genre {
  background: #111111;
  background-image: none;
}
.provincia-hero__genres {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.6rem;
}
.provincia-hero__genre-pill {
  display: inline-block;
  padding: 0.5rem 1.2rem;
  font-size: 1.2rem;
  font-weight: 500;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2rem;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.15s;
}
.provincia-hero__genre-pill:hover {
  border-color: #fdca01;
  color: white;
  text-decoration: none;
}
.provincia-hero__genre-pill:visited {
  color: rgba(255, 255, 255, 0.8);
}
.provincia-hero__genre-pill--active {
  background: #fdca01;
  border-color: #fdca01;
  color: black;
  font-weight: 600;
}
.provincia-hero__genre-pill--active:visited {
  color: black;
}
.provincia-hero__genre-count {
  font-size: 1.05rem;
  opacity: 0.7;
}
.provincia-hero__search {
  display: flex;
  max-width: 50rem;
}
@media only screen and (max-width: 900px) {
  .provincia-hero__search {
    max-width: 100%;
  }
}
.provincia-hero__search-input {
  flex: 1;
  padding: 1.2rem 1.6rem;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-right: none;
  border-radius: 0.6rem 0 0 0.6rem;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  font-size: 1.5rem;
}
.provincia-hero__search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.provincia-hero__search-input:focus {
  outline: none;
  border-color: #fdca01;
}
.provincia-hero__search-btn {
  padding: 1.2rem 2.4rem;
  background: #fdca01;
  color: black;
  border: 2px solid #fdca01;
  border-radius: 0 0.6rem 0.6rem 0;
  font-size: 1.5rem;
  font-weight: 700;
  cursor: pointer;
}
.provincia-hero__search-btn:hover {
  background: rgb(212.3606299213, 169.5527559055, 0.8393700787);
}
.provincia-hero__nav {
  display: flex;
  gap: 0.6rem;
  margin-top: 2.4rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 900px) {
  .provincia-hero__nav {
    gap: 0.4rem;
  }
}
.provincia-hero__nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.4rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: white;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 2rem;
  background: rgba(0, 0, 0, 0.35);
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.provincia-hero__nav-link i {
  font-size: 1.2rem;
}
.provincia-hero__nav-link:visited {
  color: white;
}
.provincia-hero__nav-link:hover {
  background: rgba(0, 0, 0, 0.55);
  color: white;
  text-decoration: none;
  border-color: rgba(255, 255, 255, 0.6);
}
.provincia-hero__nav-link--active {
  background: rgba(255, 255, 255, 0.95);
  color: black;
  border-color: rgba(255, 255, 255, 0.95);
  font-weight: 700;
}
.provincia-hero__nav-link--active:visited {
  color: black;
}
.provincia-hero__nav-link--active:hover {
  background: white;
  color: black;
  border-color: white;
}
@media only screen and (max-width: 900px) {
  .provincia-hero__nav-link {
    padding: 0.6rem 1rem;
    font-size: 1.2rem;
  }
}

.provincia-hub__section {
  padding: 3.2rem 0;
  border-bottom: 1px solid #eeeeee;
}
.provincia-hub__section:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 900px) {
  .provincia-hub__section {
    padding: 2.4rem 0;
  }
}
.provincia-hub__section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.provincia-hub__section-title {
  font-size: 2.4rem;
  font-weight: 800;
  margin: 0 0 2rem;
  color: black;
}
.provincia-hub__section-header .provincia-hub__section-title {
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .provincia-hub__section-title {
    font-size: 2rem;
  }
}
.provincia-hub__see-all {
  font-size: 1.4rem;
  font-weight: 700;
  color: #5a5a5a;
  text-decoration: none;
  white-space: nowrap;
}
.provincia-hub__see-all:hover {
  color: #fdca01;
  text-decoration: none;
}
.provincia-hub__genres {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 2rem;
}
.provincia-hub__genre-pill {
  display: inline-block;
  padding: 0.5rem 1.2rem;
  font-size: 1.3rem;
  font-weight: 600;
  border: 1px solid #eeeeee;
  border-radius: 2rem;
  background: none;
  color: #5a5a5a;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.provincia-hub__genre-pill:visited {
  color: #5a5a5a;
}
.provincia-hub__genre-pill:hover {
  background: #f5f5f5;
  color: #333333;
  text-decoration: none;
}
.provincia-hub__genre-pill--active {
  background: #fdca01;
  border-color: #fdca01;
  color: black;
  font-weight: 700;
}
.provincia-hub__genre-pill--active:visited {
  color: black;
}
.provincia-hub__genre-pill--active:hover {
  background: rgb(212.3606299213, 169.5527559055, 0.8393700787);
  color: black;
  text-decoration: none;
}
.provincia-hub__load-more {
  display: block;
  width: 100%;
  margin-top: 2rem;
  padding: 1.2rem;
  background: #f5f5f5;
  border: 1px solid #eeeeee;
  border-radius: 0.6rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #5a5a5a;
  cursor: pointer;
  transition: background 0.15s;
}
.provincia-hub__load-more:hover {
  background: #eeeeee;
  color: #333333;
}
.provincia-hub__empty {
  text-align: center;
  padding: 4rem 2rem;
}
.provincia-hub__empty h2 {
  font-size: 2.2rem;
  font-weight: 800;
  margin: 0 0 1rem;
  color: #333333;
}
.provincia-hub__empty p {
  font-size: 1.5rem;
  color: #5a5a5a;
  margin: 0;
}
.provincia-hub__festival-scroll {
  display: flex;
  gap: 1.6rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 0.8rem;
}
.provincia-hub__festival-scroll::-webkit-scrollbar {
  height: 6px;
}
.provincia-hub__festival-scroll::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 3px;
}
.provincia-hub__series-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}
@media only screen and (max-width: 1200px) {
  .provincia-hub__series-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 900px) {
  .provincia-hub__series-grid {
    grid-template-columns: 1fr;
  }
}
.provincia-hub__series-grid--full {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 900px) {
  .provincia-hub__series-grid--full {
    grid-template-columns: 1fr;
  }
}
.provincia-hub__spots-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
}
@media only screen and (max-width: 1200px) {
  .provincia-hub__spots-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 900px) {
  .provincia-hub__spots-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.provincia-hub__noticias-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
}
@media only screen and (max-width: 900px) {
  .provincia-hub__noticias-grid {
    grid-template-columns: 1fr;
  }
}
.provincia-hub__article-summary {
  font-size: 1.5rem;
  line-height: 1.7;
  color: #333333;
}
.provincia-hub__article-full {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333333;
}
.provincia-hub__article-full p {
  margin: 0 0 1.2rem;
}
.provincia-hub__article-full a {
  color: rgb(151.4015748031, 120.8818897638, 0.5984251969);
  text-decoration: underline;
}
.provincia-hub__article-full img {
  max-width: 100%;
  height: auto;
  border-radius: 0.6rem;
  margin: 1rem 0;
}
.provincia-hub__article-toggle {
  display: inline-block;
  margin-top: 0.8rem;
  padding: 0;
  border: none;
  background: none;
  color: rgb(151.4015748031, 120.8818897638, 0.5984251969);
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer;
}
.provincia-hub__article-toggle:hover {
  color: rgb(100.6023622047, 80.3228346457, 0.3976377953);
}
.provincia-hub__article-updated {
  font-size: 1.3rem;
  color: #999999;
  font-style: italic;
  margin-top: 1.6rem;
}

.provincia-concerts {
  display: block;
}
@media only screen and (max-width: 600px) {
  .provincia-concerts .concert-card {
    grid-template-columns: 9rem minmax(0, 1fr);
    gap: 1.2rem;
    padding: 1.2rem 0;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #eeeeee;
    overflow: visible;
    background: transparent;
  }
  .provincia-concerts .concert-card:hover {
    box-shadow: none;
    background: transparent;
  }
}
@media only screen and (max-width: 600px) {
  .provincia-concerts .concert-card__img-link {
    width: auto;
    border-radius: 0.5rem;
    box-shadow: none;
  }
}
@media only screen and (max-width: 600px) {
  .provincia-concerts .concert-card__img {
    height: 12.6rem;
    border-radius: 0.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .provincia-concerts .concert-card__main {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .provincia-concerts .concert-card__body {
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  .provincia-concerts .concert-card__date {
    font-size: 1.1rem;
    font-weight: 600;
    color: #5a5a5a;
    margin-bottom: 0.2rem;
  }
}
@media only screen and (max-width: 600px) {
  .provincia-concerts .concert-card__title {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 0.3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media only screen and (max-width: 600px) {
  .provincia-concerts .concert-card__venue {
    font-size: 1.2rem;
    font-weight: 400;
    color: #5a5a5a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media only screen and (max-width: 600px) {
  .provincia-concerts .concert-card__footer {
    margin-top: 0.3rem;
  }
}
@media only screen and (max-width: 600px) {
  .provincia-concerts .concert-card__genre,
  .provincia-concerts .concert-card__price {
    font-size: 1.1rem;
    padding: 0.2rem 0.6rem;
  }
}
@media only screen and (max-width: 600px) {
  .provincia-concerts .concert-card__actions {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .provincia-concerts .concert-card__badge {
    font-size: 0.9rem;
    padding: 0.2rem 0.5rem;
  }
}

.provincia-festival-card {
  flex: 0 0 auto;
  width: 18rem;
  scroll-snap-align: start;
  text-decoration: none;
  color: inherit;
  border-radius: 0.8rem;
  overflow: hidden;
  border: 1px solid #eeeeee;
  transition: box-shadow 0.2s;
}
.provincia-festival-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: inherit;
}
.provincia-festival-card:hover .provincia-festival-card__img {
  transform: scale(1.03);
}
.provincia-festival-card__img-wrap {
  overflow: hidden;
  height: 24rem;
}
.provincia-festival-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.provincia-festival-card__body {
  padding: 1rem 1.2rem;
}
.provincia-festival-card__name {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 0.3rem;
  color: black;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.provincia-festival-card__date {
  font-size: 1.2rem;
  color: #5a5a5a;
}

.provincia-serie-card {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding: 1.2rem;
  border: 1px solid #eeeeee;
  border-radius: 0.6rem;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s;
}
.provincia-serie-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: inherit;
}
.provincia-serie-card__img-wrap {
  flex-shrink: 0;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #eeeeee;
}
.provincia-serie-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.provincia-serie-card__body {
  min-width: 0;
}
.provincia-serie-card__type {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #fdca01;
  color: black;
  padding: 0.2rem 0.6rem;
  border-radius: 0.3rem;
  margin-bottom: 0.3rem;
}
.provincia-serie-card__name {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  color: black;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.provincia-serie-card__meta {
  font-size: 1.2rem;
  color: #5a5a5a;
  margin: 0.2rem 0 0;
}

.provincia-series-list {
  display: block;
}

.provincia-series-item {
  display: grid;
  grid-template-columns: 10.8rem minmax(0, 1fr) auto;
  gap: 2.2rem;
  align-items: center;
  padding: 1.6rem 0;
  border-bottom: 1px solid #eeeeee;
  text-decoration: none;
  color: inherit;
  transition: background 0.15s;
}
.provincia-series-item:last-child {
  border-bottom: none;
}
.provincia-series-item:hover {
  text-decoration: none;
  color: inherit;
}
.provincia-series-item:hover .provincia-series-item__name {
  color: #fdca01;
}
.provincia-series-item__img-wrap {
  position: relative;
  width: 10.8rem;
  border-radius: 0.6rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.provincia-series-item__img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 5/7;
  object-fit: cover;
}
.provincia-series-item__badge {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  padding: 0.25rem 0.7rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #fdca01;
  color: black;
  border-radius: 0.3rem;
}
.provincia-series-item__body {
  min-width: 0;
}
.provincia-series-item__dates {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  color: #5a5a5a;
  margin-bottom: 0.3rem;
}
.provincia-series-item__dates i {
  margin-right: 0.3rem;
  color: #999999;
}
.provincia-series-item__name {
  font-size: 2rem;
  font-weight: 800;
  margin: 0 0 0.4rem;
  color: black;
  line-height: 1.2;
  transition: color 0.2s;
}
.provincia-series-item__desc {
  font-size: 1.35rem;
  line-height: 1.5;
  color: #5a5a5a;
  margin: 0 0 0.6rem;
}
@media only screen and (max-width: 900px) {
  .provincia-series-item__desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.provincia-series-item__meta {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}
.provincia-series-item__concerts {
  font-size: 1.3rem;
  color: #5a5a5a;
  font-weight: 600;
}
.provincia-series-item__concerts i {
  margin-right: 0.3rem;
}
.provincia-series-item__concerts--none {
  color: #999999;
  font-weight: 400;
}
.provincia-series-item__karma {
  font-size: 1.3rem;
  color: #999999;
}
.provincia-series-item__karma i {
  color: #f14668;
  margin-right: 0.2rem;
}
.provincia-series-item__action {
  flex-shrink: 0;
}
.provincia-series-item__btn {
  min-width: 12.8rem;
  padding: 0.95rem 1.8rem;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 900px) {
  .provincia-series-item {
    grid-template-columns: 8rem minmax(0, 1fr);
    gap: 1.4rem;
  }
  .provincia-series-item__img-wrap {
    width: 8rem;
  }
  .provincia-series-item__name {
    font-size: 1.6rem;
  }
  .provincia-series-item__action {
    display: none;
  }
}

.provincia-spot-card {
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s;
}
.provincia-spot-card:hover {
  transform: translateY(-2px);
  text-decoration: none;
  color: inherit;
}
.provincia-spot-card__img-wrap {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 0.8rem;
  overflow: hidden;
  background: #eeeeee;
  margin-bottom: 0.8rem;
}
.provincia-spot-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.provincia-spot-card__name {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 0.2rem;
  color: black;
  line-height: 1.3;
}
.provincia-spot-card__count {
  font-size: 1.2rem;
  color: #5a5a5a;
  margin: 0;
}

.provincia-hub__artistas-scroll {
  display: flex;
  gap: 1.6rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 0.8rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.provincia-hub__artistas-scroll::-webkit-scrollbar {
  height: 4px;
}
.provincia-hub__artistas-scroll::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 2px;
}

.provincia-hub__cercanas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.provincia-noticia-card {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding: 1.2rem;
  border: 1px solid #eeeeee;
  border-radius: 0.6rem;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s;
}
.provincia-noticia-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: inherit;
}
.provincia-noticia-card__img-wrap {
  flex-shrink: 0;
  width: 8rem;
  height: 8rem;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #eeeeee;
}
@media only screen and (max-width: 900px) {
  .provincia-noticia-card__img-wrap {
    width: 6.4rem;
    height: 6.4rem;
  }
}
.provincia-noticia-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.provincia-noticia-card__body {
  min-width: 0;
}
.provincia-noticia-card__title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  color: black;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.provincia-noticia-card__date {
  font-size: 1.2rem;
  color: #5a5a5a;
}

.provincia-artista-card {
  flex: 0 0 auto;
  width: 12rem;
  scroll-snap-align: start;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease;
}
.provincia-artista-card:hover {
  transform: translateY(-3px);
  text-decoration: none;
  color: inherit;
}
.provincia-artista-card__img-wrap {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 0.8rem;
  background: #eeeeee;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.provincia-artista-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.provincia-artista-card__name {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 0.2rem;
  color: black;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.provincia-artista-card__count {
  font-size: 1.2rem;
  color: #5a5a5a;
  margin: 0;
}

.provincia-cercana-pill {
  display: inline-block;
  padding: 0.8rem 1.6rem;
  border: 1px solid #eeeeee;
  border-radius: 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  color: #333333;
  transition: all 0.15s ease;
}
.provincia-cercana-pill:hover {
  background: #fdca01;
  border-color: #fdca01;
  color: black;
  text-decoration: none;
}
.provincia-cercana-pill__count {
  font-weight: 400;
  color: #5a5a5a;
}
.provincia-cercana-pill:hover .provincia-cercana-pill__count {
  color: black;
}

.artista-page {
  padding-bottom: 4rem;
}
.artista-page__hero {
  display: grid;
  grid-template-columns: 28rem 1fr;
  gap: 4rem;
  padding: 3.2rem 0 2.4rem;
  align-items: start;
}
@media only screen and (max-width: 1200px) {
  .artista-page__hero {
    grid-template-columns: 22rem 1fr;
    gap: 2.4rem;
  }
}
@media only screen and (max-width: 900px) {
  .artista-page__hero {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media only screen and (max-width: 900px) {
  .artista-page__poster-col {
    display: flex;
    justify-content: center;
  }
}
.artista-page__poster-wrap {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.8rem;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.artista-page__poster-wrap:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
  transform: translateY(-2px);
}
.artista-page__poster-wrap:hover .artista-page__poster-overlay {
  opacity: 1;
}
.artista-page__poster-wrap:hover .artista-page__poster {
  filter: brightness(0.75);
}
@media only screen and (max-width: 900px) {
  .artista-page__poster-wrap {
    pointer-events: none;
  }
  .artista-page__poster-wrap .artista-page__poster-overlay {
    display: none;
  }
}
.artista-page__poster {
  width: 100%;
  max-width: 28rem;
  height: auto;
  display: block;
  transition: filter 0.3s ease;
}
@media only screen and (max-width: 600px) {
  .artista-page__poster {
    max-width: 100%;
  }
}
.artista-page__poster-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  opacity: 0;
  transition: opacity 0.25s ease;
  color: white;
}
.artista-page__poster-zoom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 50%;
  color: white;
}
.artista-page__poster-count {
  font-size: 1.3rem;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.55);
  padding: 0.3rem 0.9rem;
  border-radius: 2rem;
}
.artista-page__info-col {
  padding-top: 0.4rem;
}
.artista-page__type-badge {
  display: inline-block;
  padding: 0.3rem 0.9rem;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: #fdca01;
  color: black;
  border-radius: 0.3rem;
  margin-bottom: 1rem;
}
.artista-page__title {
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 1.2rem;
  color: black;
}
@media only screen and (max-width: 900px) {
  .artista-page__title {
    font-size: 2.8rem;
  }
}
.artista-page__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.6rem;
}
.artista-page__tag {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  font-size: 1.2rem;
  font-weight: 600;
  background: #f5f5f5;
  color: #5a5a5a;
  border-radius: 2rem;
}
.artista-page__meta-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}
.artista-page__meta-item {
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
  font-size: 1.5rem;
  color: #333333;
  margin-bottom: 0.8rem;
}
.artista-page__meta-item i {
  color: #999999;
  width: 1.4rem;
  flex-shrink: 0;
}
.artista-page__meta-item a {
  color: #333333;
  font-weight: 600;
  text-decoration: none;
}
.artista-page__meta-item a:hover {
  color: #fdca01;
}
.artista-page__rating-wrap {
  margin-top: 2rem;
  padding-top: 1.6rem;
  border-top: 1px solid #eeeeee;
}
.artista-page__rating-info {
  margin: 0.6rem 0 0;
  font-size: 1.3rem;
  color: #5a5a5a;
}
.artista-page__karma i {
  color: #f14668;
  margin-right: 0.2rem;
}
.artista-page__rating-msg {
  margin: 0.4rem 0 0;
  font-size: 1.3rem;
  color: #5a5a5a;
  font-style: italic;
}
.artista-page__section-title {
  font-size: 2.2rem;
  font-weight: 800;
  margin: 0 0 2rem;
  color: black;
}
.artista-page__empty {
  color: #5a5a5a;
  font-size: 1.5rem;
  padding: 2rem;
  background: #f5f5f5;
  border-radius: 0.6rem;
}
.artista-page__conciertos {
  padding: 3.2rem 0 2.4rem;
  border-top: 1px solid #eeeeee;
}
.artista-page__conciertos-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.artista-page__conciertos-header .artista-page__section-title {
  margin-bottom: 0;
}
.artista-page__view-tabs {
  display: flex;
  gap: 0.4rem;
}
.artista-page__view-tab {
  padding: 0.6rem 1.2rem;
  font-size: 1.3rem;
  font-weight: 600;
  border: 1px solid #dddddd;
  border-radius: 0.4rem;
  background: white;
  color: #5a5a5a;
  cursor: pointer;
  transition: all 0.15s;
}
.artista-page__view-tab i {
  margin-right: 0.3rem;
}
.artista-page__view-tab:hover {
  border-color: #fdca01;
  color: black;
}
.artista-page__view-tab--active {
  background: #fdca01;
  border-color: #fdca01;
  color: black;
}
.artista-page__map-wrap {
  margin-top: 1rem;
}
.artista-page__map-canvas {
  width: 100%;
  height: 45rem;
  border-radius: 0.8rem;
  background: #eeeeee;
}
@media only screen and (max-width: 900px) {
  .artista-page__map-canvas {
    height: 35rem;
  }
}
@media only screen and (max-width: 600px) {
  .artista-page__map-canvas {
    height: 28rem;
  }
}
.artista-page__month-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #5a5a5a;
  text-transform: capitalize;
  margin: 2rem 0 1.2rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #eeeeee;
}
.artista-page__month-title:first-child {
  margin-top: 0;
}
.artista-page__noticias {
  padding: 2.4rem 0;
  border-top: 1px solid #eeeeee;
}
.artista-page__noticias-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 1200px) {
  .artista-page__noticias-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .artista-page__noticias-grid {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }
}
.artista-page__noticia {
  display: block;
  border-radius: 0.8rem;
  overflow: hidden;
  border: 1px solid #eeeeee;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease;
}
.artista-page__noticia:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: inherit;
}
.artista-page__noticia-img {
  width: 100%;
  height: 16rem;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.artista-page__noticia:hover .artista-page__noticia-img {
  transform: scale(1.03);
}
@media only screen and (max-width: 600px) {
  .artista-page__noticia-img {
    height: 18rem;
  }
}
.artista-page__noticia-body {
  padding: 1.2rem 1.4rem;
}
.artista-page__noticia-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 0.4rem;
  color: black;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.artista-page__noticia-desc {
  font-size: 1.3rem;
  color: #5a5a5a;
  margin: 0 0 0.6rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.artista-page__noticia-date {
  font-size: 1.2rem;
  color: #999999;
}
.artista-page__archivo {
  padding: 2.4rem 0;
  border-top: 1px solid #eeeeee;
}
.artista-page__year-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 2rem;
}
.artista-page__year-tab {
  display: inline-block;
  padding: 0.5rem 1.2rem;
  font-size: 1.3rem;
  font-weight: 600;
  border: 1px solid #eeeeee;
  border-radius: 2rem;
  background: none;
  color: #5a5a5a;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.artista-page__year-tab:hover {
  background: #f5f5f5;
  color: #333333;
}
.artista-page__year-tab--active {
  background: #fdca01;
  border-color: #fdca01;
  color: black;
  font-weight: 700;
}
.artista-page__year-tab--active:hover {
  background: rgb(212.3606299213, 169.5527559055, 0.8393700787);
  color: black;
}
.artista-page__biografia {
  padding: 2.4rem 0;
  border-top: 1px solid #eeeeee;
}
.artista-page__bio-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
  align-items: start;
}
@media only screen and (max-width: 900px) {
  .artista-page__bio-content {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
.artista-page__bio-img {
  width: 100%;
  border-radius: 0.8rem;
  display: block;
}
.artista-page__bio-updated {
  font-size: 1.2rem;
  color: #999999;
  margin: 0 0 1.2rem;
  font-style: italic;
}
.artista-page__body {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333333;
}
.artista-page__body p {
  margin: 0 0 1.2rem;
}
.artista-page__body a {
  color: rgb(151.4015748031, 120.8818897638, 0.5984251969);
  text-decoration: underline;
}
.artista-page__discografia {
  padding: 2.4rem 0;
  border-top: 1px solid #eeeeee;
}
.artista-page__discos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(26rem, 1fr));
  gap: 2rem;
}
@media only screen and (max-width: 900px) {
  .artista-page__discos-grid {
    grid-template-columns: 1fr;
  }
}
.artista-page__similares {
  background: #f5f5f5;
  padding: 3.2rem 0 4rem;
  margin-top: 3.2rem;
}
.artista-page__similares-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 1200px) {
  .artista-page__similares-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 900px) {
  .artista-page__similares-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
}

.artista-disco-card {
  display: flex;
  gap: 1.4rem;
  padding: 1.4rem;
  border: 1px solid #eeeeee;
  border-radius: 0.8rem;
  cursor: pointer;
  transition: box-shadow 0.2s ease;
}
.artista-disco-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.artista-disco-card__img {
  width: 10rem;
  height: 10rem;
  object-fit: cover;
  border-radius: 0.4rem;
  flex-shrink: 0;
}
.artista-disco-card__body {
  flex: 1;
  min-width: 0;
}
.artista-disco-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  color: black;
  line-height: 1.3;
}
.artista-disco-card__format {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 0.4rem;
}
.artista-disco-card__desc {
  font-size: 1.3rem;
  color: #5a5a5a;
  margin: 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.artista-archive-card {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid #eeeeee;
  text-decoration: none;
  color: inherit;
  transition: background 0.15s ease;
  opacity: 0.75;
}
.artista-archive-card:last-child {
  border-bottom: none;
}
.artista-archive-card:hover {
  text-decoration: none;
  color: inherit;
  opacity: 1;
}
.artista-archive-card:hover .artista-archive-card__name {
  color: #fdca01;
}
.artista-archive-card:hover .artista-archive-card__btn {
  background: rgb(212.3606299213, 169.5527559055, 0.8393700787);
}
.artista-archive-card__body {
  flex: 1;
  min-width: 0;
}
.artista-archive-card__date {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  color: #5a5a5a;
  text-transform: capitalize;
  margin-bottom: 0.3rem;
}
.artista-archive-card__name {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.3rem;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.2s;
}
.artista-archive-card__venue {
  font-size: 1.3rem;
  color: #5a5a5a;
  margin: 0;
}
.artista-archive-card__venue i {
  margin-right: 0.3rem;
  font-size: 1.1rem;
}
.artista-archive-card__action {
  flex-shrink: 0;
}
@media only screen and (max-width: 900px) {
  .artista-archive-card__action {
    display: none;
  }
}
.artista-archive-card__btn {
  display: inline-block;
  padding: 0.5rem 1.4rem;
  background: #f5f5f5;
  color: #5a5a5a;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 0.4rem;
  transition: background 0.2s ease;
}

.artista-similar-card {
  display: flex;
  flex-direction: column;
  border-radius: 0.8rem;
  overflow: hidden;
  border: 1px solid #eeeeee;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease;
}
.artista-similar-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: inherit;
}
.artista-similar-card:hover .artista-similar-card__img {
  transform: scale(1.03);
}
.artista-similar-card__img {
  width: 100%;
  height: 18rem;
  object-fit: cover;
  object-position: top;
  display: block;
  transition: transform 0.3s ease;
}
.artista-similar-card__body {
  padding: 1rem 1.2rem;
}
.artista-similar-card__category {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #fdca01;
  color: black;
  padding: 0.2rem 0.6rem;
  border-radius: 0.3rem;
  margin-bottom: 0.5rem;
}
.artista-similar-card__name {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  color: black;
  line-height: 1.3;
}

.artistas-page__intro {
  padding: 2.8rem 0 1.4rem;
}
.artistas-page__eyebrow {
  margin: 0 0 0.8rem;
  color: #999999;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.18rem;
  text-transform: uppercase;
}
.artistas-page__title {
  margin: 0;
  color: black;
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1.05;
}
@media only screen and (max-width: 900px) {
  .artistas-page__title {
    font-size: 2.8rem;
  }
}
.artistas-page__lede {
  max-width: 78rem;
  margin: 1.2rem 0 0;
  color: #5a5a5a;
  font-size: 1.9rem;
  line-height: 1.5;
}
@media only screen and (max-width: 900px) {
  .artistas-page__lede {
    font-size: 1.7rem;
  }
}
.artistas-page__search {
  display: flex;
  max-width: 52rem;
  margin: 2rem 0 0;
  gap: 0;
}
@media only screen and (max-width: 600px) {
  .artistas-page__search {
    max-width: 100%;
  }
}
.artistas-page__search-input {
  flex: 1;
  padding: 1rem 1.4rem;
  font-size: 1.5rem;
  border: 2px solid #dddddd;
  border-right: none;
  border-radius: 0.6rem 0 0 0.6rem;
  outline: none;
  transition: border-color 0.2s;
}
.artistas-page__search-input:focus {
  border-color: #fdca01;
}
@media only screen and (max-width: 600px) {
  .artistas-page__search-input {
    font-size: 1.6rem;
    padding: 1.2rem 1.2rem;
  }
}
.artistas-page__search-btn {
  padding: 1rem 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  background: #fdca01;
  color: black;
  border: 2px solid #fdca01;
  border-radius: 0 0.6rem 0.6rem 0;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.artistas-page__search-btn:hover {
  opacity: 0.85;
}
@media only screen and (max-width: 600px) {
  .artistas-page__search-btn {
    padding: 1.2rem 1.6rem;
    font-size: 1.5rem;
  }
}
.artistas-page__trending {
  padding: 2rem 0 0.5rem;
}
.artistas-page__section-title {
  font-size: 2.2rem;
  font-weight: 800;
  margin: 0 0 1.6rem;
  color: black;
}
.artistas-page__trending-scroll {
  display: flex;
  gap: 1.4rem;
  overflow-x: auto;
  padding-bottom: 1rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.artistas-page__trending-scroll::-webkit-scrollbar {
  height: 4px;
}
.artistas-page__trending-scroll::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 2px;
}
.artistas-page__trending-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
  width: 12rem;
  transition: transform 0.2s;
}
.artistas-page__trending-card:hover {
  transform: translateY(-3px);
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 600px) {
  .artistas-page__trending-card {
    width: 10rem;
  }
}
.artistas-page__trending-img {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #eeeeee;
  transition: border-color 0.2s;
}
.artistas-page__trending-card:hover .artistas-page__trending-img {
  border-color: #fdca01;
}
@media only screen and (max-width: 600px) {
  .artistas-page__trending-img {
    width: 8rem;
    height: 8rem;
  }
}
.artistas-page__trending-name {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .artistas-page__trending-name {
    font-size: 1.2rem;
  }
}
.artistas-page__toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem 0;
  flex-wrap: wrap;
  gap: 1rem;
}
.artistas-page__results-count {
  margin: 0;
  font-size: 1.4rem;
  color: #5a5a5a;
  font-weight: 500;
}
.artistas-page__sort {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.artistas-page__sort-label {
  font-size: 1.3rem;
  color: #999999;
  margin: 0;
}
.artistas-page__sort-select {
  padding: 0.5rem 1rem;
  font-size: 1.3rem;
  border: 1px solid #dddddd;
  border-radius: 0.4rem;
  background: white;
  cursor: pointer;
}
.artistas-page__sort-select:focus {
  outline: none;
  border-color: #fdca01;
}
.artistas-page__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 1200px) {
  .artistas-page__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 900px) {
  .artistas-page__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
}
@media only screen and (max-width: 600px) {
  .artistas-page__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.artistas-page__empty {
  text-align: center;
  padding: 4rem 0;
  color: #5a5a5a;
}
.artistas-page__empty p {
  font-size: 1.6rem;
  margin: 0 0 1rem;
}
.artistas-page__empty-link {
  font-size: 1.4rem;
  font-weight: 600;
  color: black;
  text-decoration: underline;
}
.artistas-page__pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding: 2.4rem 0 1rem;
}
.artistas-page__page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.6rem;
  height: 3.6rem;
  padding: 0 0.8rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #5a5a5a;
  text-decoration: none;
  border: 1px solid #dddddd;
  border-radius: 0.4rem;
  transition: all 0.2s ease;
}
.artistas-page__page-link:hover {
  border-color: #fdca01;
  color: black;
  text-decoration: none;
}
.artistas-page__page-link--active {
  background: #fdca01;
  border-color: #fdca01;
  color: black;
  font-weight: 700;
}
.artistas-page__page-link--disabled {
  color: #cccccc;
  pointer-events: none;
}
.artistas-page__noticias {
  background: #f5f5f5;
  padding: 3.2rem 0 4rem;
  margin-top: 2rem;
}
.artistas-page__noticias-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 1200px) {
  .artistas-page__noticias-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .artistas-page__noticias-grid {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }
}
.artistas-page__noticia {
  display: block;
  border-radius: 0.8rem;
  overflow: hidden;
  background: white;
  border: 1px solid #eeeeee;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease;
}
.artistas-page__noticia:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: inherit;
}
.artistas-page__noticia-img {
  width: 100%;
  height: 16rem;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.artistas-page__noticia:hover .artistas-page__noticia-img {
  transform: scale(1.03);
}
@media only screen and (max-width: 600px) {
  .artistas-page__noticia-img {
    height: 18rem;
  }
}
.artistas-page__noticia-body {
  padding: 1.2rem 1.4rem;
}
.artistas-page__noticia-artist {
  display: inline-block;
  padding: 0.2rem 0.7rem;
  font-size: 1.05rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  background: #fdca01;
  color: black;
  border-radius: 0.3rem;
  margin-bottom: 0.5rem;
}
.artistas-page__noticia-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 0.5rem;
  color: black;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.artistas-page__noticia-date {
  font-size: 1.2rem;
  color: #999999;
}

.artist-card {
  display: block;
  border-radius: 0.8rem;
  overflow: hidden;
  border: 1px solid #eeeeee;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease;
}
.artist-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: inherit;
}
.artist-card__img-wrap {
  overflow: hidden;
  aspect-ratio: 1/1;
}
.artist-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.artist-card:hover .artist-card__img {
  transform: scale(1.05);
}
.artist-card__body {
  padding: 1.2rem;
}
.artist-card__name {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 0.3rem;
  color: black;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .artist-card__name {
    font-size: 1.4rem;
  }
}
.artist-card__genre {
  display: inline-block;
  font-size: 1.1rem;
  color: #5a5a5a;
  margin-bottom: 0.5rem;
}
.artist-card__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.2rem;
  color: #999999;
}
.artist-card__karma i {
  color: #f14668;
  margin-right: 0.2rem;
}
.artist-card__rating i {
  color: #fdca01;
  margin-right: 0.2rem;
}

.festival-mapa__map-section {
  position: relative;
}
.festival-mapa__controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: linear-gradient(rgba(0, 0, 0, 0.7), transparent);
  padding: 1.4rem 0 3rem;
  pointer-events: none;
}
.festival-mapa__controls-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  pointer-events: auto;
}
@media only screen and (max-width: 900px) {
  .festival-mapa__controls-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.festival-mapa__title {
  margin: 0;
  font-size: 2.2rem;
  font-weight: 800;
  color: white;
}
@media only screen and (max-width: 900px) {
  .festival-mapa__title {
    font-size: 1.8rem;
  }
}
.festival-mapa__filters {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 600px) {
  .festival-mapa__filters {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
}
.festival-mapa__select {
  padding: 0.7rem 1.2rem;
  font-size: 1.3rem;
  border: none;
  border-radius: 0.5rem;
  background: white;
  cursor: pointer;
  min-width: 20rem;
}
.festival-mapa__select:focus {
  outline: 2px solid #fdca01;
}
@media only screen and (max-width: 600px) {
  .festival-mapa__select {
    min-width: 0;
    width: 100%;
    font-size: 1.5rem;
    padding: 1rem 1.2rem;
  }
}
.festival-mapa__link-back {
  padding: 0.7rem 1.4rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: black;
  background: #fdca01;
  border-radius: 0.5rem;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.festival-mapa__link-back:hover {
  opacity: 0.85;
  text-decoration: none;
  color: black;
}
.festival-mapa__link-back i {
  margin-right: 0.4rem;
}
@media only screen and (max-width: 600px) {
  .festival-mapa__link-back {
    text-align: center;
    padding: 1rem 1.4rem;
    font-size: 1.4rem;
  }
}
.festival-mapa__canvas {
  width: 100%;
  height: 60vh;
  background: #eeeeee;
}
@media only screen and (max-width: 900px) {
  .festival-mapa__canvas {
    height: 50vh;
  }
}
@media only screen and (max-width: 600px) {
  .festival-mapa__canvas {
    height: 40vh;
  }
}
.festival-mapa__listing {
  padding: 2.4rem 0 4rem;
}
.festival-mapa__listing-header {
  margin-bottom: 1.6rem;
}
.festival-mapa__section-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: black;
  margin: 0;
}
.festival-mapa__month {
  margin-bottom: 2.4rem;
}
.festival-mapa__month-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333333;
  margin: 0 0 1.2rem;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid #fdca01;
}
.festival-mapa__empty {
  text-align: center;
  padding: 4rem 0;
  color: #5a5a5a;
}
.festival-mapa__empty p {
  font-size: 1.6rem;
  margin: 0 0 1rem;
}
.festival-mapa__empty-link {
  font-size: 1.4rem;
  font-weight: 600;
  color: black;
  text-decoration: underline;
}

.festival-marker {
  background: none;
  border: none;
}
.festival-marker__dot {
  display: block;
  width: 16px;
  height: 16px;
  background: #fdca01;
  border: 3px solid black;
  border-radius: 50%;
  margin: 4px;
  transition: transform 0.15s;
}
.festival-marker:hover .festival-marker__dot {
  transform: scale(1.3);
}

.festival-popup__title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 4px;
  color: #000;
}
.festival-popup__info {
  font-size: 12px;
  color: #5a5a5a;
  margin: 0 0 2px;
  line-height: 1.4;
}
.festival-popup__link {
  display: inline-block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  background: #fdca01;
  padding: 4px 10px;
  border-radius: 3px;
  text-decoration: none;
}
.festival-popup__link:hover {
  opacity: 0.85;
  text-decoration: none;
  color: #000;
}

.festival-mapa .leaflet-popup-content-wrapper {
  border-radius: 0.6rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.festival-mapa .leaflet-popup-content {
  margin: 10px 14px;
}

.auth-page {
  padding: 4rem 0;
  min-height: 60vh;
}
@media only screen and (max-width: 600px) {
  .auth-page {
    padding: 2rem 0;
  }
}
.auth-page__card {
  max-width: 44rem;
  margin: 0 auto;
  background: white;
  border: 1px solid #eeeeee;
  border-radius: 1rem;
  padding: 3.2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 600px) {
  .auth-page__card {
    padding: 2rem;
    border: none;
    box-shadow: none;
  }
}
.auth-page__title {
  font-size: 2.4rem;
  font-weight: 800;
  color: black;
  margin: 0 0 0.6rem;
  text-align: center;
}
.auth-page__subtitle {
  font-size: 1.4rem;
  color: #5a5a5a;
  text-align: center;
  margin: 0 0 2rem;
  line-height: 1.5;
}
.auth-page__status {
  padding: 1rem 1.4rem;
  background: rgb(228.2008368201, 246.7991631799, 234.6443514644);
  border: 1px solid #48c774;
  border-radius: 0.5rem;
  color: rgb(45.5732217573, 148.9267782427, 81.3807531381);
  font-size: 1.3rem;
  margin-bottom: 2rem;
  text-align: center;
}
.auth-page__form {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.auth-page__field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.auth-page__field--inline {
  flex-direction: row;
  align-items: center;
}
.auth-page__label {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333333;
}
.auth-page__input {
  padding: 1rem 1.2rem;
  font-size: 1.5rem;
  font-family: inherit;
  border: 2px solid #dddddd;
  border-radius: 0.5rem;
  outline: none;
  transition: border-color 0.2s;
}
.auth-page__input:focus {
  border-color: #fdca01;
}
.auth-page__input--error {
  border-color: #f14668;
}
.auth-page__checkbox {
  font-size: 1.3rem;
  color: #5a5a5a;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.auth-page__checkbox input {
  width: 1.6rem;
  height: 1.6rem;
  cursor: pointer;
}
.auth-page__error {
  font-size: 1.2rem;
  color: #f14668;
  margin: 0;
}
.auth-page__submit {
  padding: 1.1rem;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: inherit;
  background: #fdca01;
  color: black;
  border: 2px solid #fdca01;
  border-radius: 0.6rem;
  cursor: pointer;
  transition: opacity 0.2s;
  margin-top: 0.5rem;
}
.auth-page__submit:hover {
  opacity: 0.85;
}
.auth-page__submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.auth-page__links {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1.3rem;
}
.auth-page__links a {
  color: #5a5a5a;
  text-decoration: none;
}
.auth-page__links a:hover {
  color: black;
}

.profile-page {
  padding: 3rem 0 4rem;
}
.profile-page__header {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #eeeeee;
}
@media only screen and (max-width: 600px) {
  .profile-page__header {
    flex-direction: column;
    text-align: center;
    gap: 1.4rem;
  }
}
.profile-page__avatar {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #eeeeee;
}
@media only screen and (max-width: 600px) {
  .profile-page__avatar {
    width: 10rem;
    height: 10rem;
  }
}
.profile-page__info {
  flex: 1;
}
.profile-page__name {
  font-size: 2.6rem;
  font-weight: 800;
  color: black;
  margin: 0 0 0.4rem;
}
@media only screen and (max-width: 600px) {
  .profile-page__name {
    font-size: 2.2rem;
  }
}
.profile-page__meta {
  font-size: 1.4rem;
  color: #5a5a5a;
  margin: 0 0 1.2rem;
}
.profile-page__actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
  .profile-page__actions {
    justify-content: center;
  }
}
.profile-page__btn {
  display: inline-block;
  padding: 0.6rem 1.4rem;
  font-size: 1.3rem;
  font-weight: 600;
  border: 1px solid #dddddd;
  border-radius: 0.5rem;
  color: #333333;
  text-decoration: none;
  transition: all 0.15s;
}
.profile-page__btn:hover {
  border-color: #fdca01;
  color: black;
  text-decoration: none;
}
.profile-page__btn--admin {
  background: #fdca01;
  border-color: #fdca01;
  color: black;
}
.profile-page__feed {
  padding-top: 2.4rem;
}
.profile-page__section-title {
  font-size: 2rem;
  font-weight: 800;
  color: black;
  margin: 0 0 1.6rem;
}
.profile-page__day {
  margin-bottom: 2rem;
}
.profile-page__date {
  font-size: 1.3rem;
  font-weight: 700;
  color: #999999;
  text-transform: capitalize;
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eeeeee;
}
.profile-page__activity {
  padding: 1rem 0;
  border-bottom: 1px solid #f5f5f5;
}
.profile-page__activity:last-child {
  border-bottom: none;
}
.profile-page__activity-heading {
  font-size: 1.4rem;
  color: #333333;
  margin: 0 0 0.3rem;
}
.profile-page__activity-heading a {
  color: black;
  font-weight: 700;
  text-decoration: none;
}
.profile-page__activity-heading a:hover {
  color: #fdca01;
}
.profile-page__activity-body {
  font-size: 1.3rem;
  color: #5a5a5a;
  margin: 0;
}
.profile-page__empty {
  text-align: center;
  padding: 3rem 0;
  color: #999999;
  font-size: 1.5rem;
}

.user-panel {
  padding: 2.4rem 0 4rem;
}
.user-panel__nav {
  display: flex;
  gap: 0.6rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.user-panel__nav-link {
  display: inline-block;
  padding: 0.6rem 1.4rem;
  font-size: 1.3rem;
  font-weight: 500;
  border: 1px solid #dddddd;
  border-radius: 2rem;
  color: #5a5a5a;
  text-decoration: none;
  transition: all 0.2s;
}
.user-panel__nav-link:visited {
  color: #5a5a5a;
}
.user-panel__nav-link:hover {
  border-color: #fdca01;
  color: black;
  text-decoration: none;
}
.user-panel__nav-link--active {
  background: #fdca01;
  border-color: #fdca01;
  color: black;
  font-weight: 600;
}
.user-panel__nav-link--active:visited {
  color: black;
}
.user-panel__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 1rem;
}
.user-panel__title {
  font-size: 2.4rem;
  font-weight: 800;
  color: black;
  margin: 0;
}
@media only screen and (max-width: 600px) {
  .user-panel__title {
    font-size: 2rem;
  }
}
.user-panel__subtitle {
  font-size: 1.8rem;
  font-weight: 700;
  color: black;
  margin: 2.4rem 0 1.2rem;
}
.user-panel__btn-create {
  display: inline-block;
  padding: 0.8rem 1.8rem;
  font-size: 1.4rem;
  font-weight: 700;
  background: #fdca01;
  color: black;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: opacity 0.2s;
}
.user-panel__btn-create:hover {
  opacity: 0.85;
  text-decoration: none;
  color: black;
}
.user-panel__list {
  display: flex;
  flex-direction: column;
}
.user-panel__item {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid #eeeeee;
}
@media only screen and (max-width: 600px) {
  .user-panel__item {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.user-panel__item-img {
  width: 5rem;
  height: 7rem;
  object-fit: cover;
  border-radius: 0.4rem;
  flex-shrink: 0;
}
.user-panel__item-body {
  flex: 1;
  min-width: 0;
}
.user-panel__item-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.2rem;
  line-height: 1.3;
}
.user-panel__item-title a {
  color: black;
  text-decoration: none;
}
.user-panel__item-title a:hover {
  color: #fdca01;
}
.user-panel__item-meta {
  font-size: 1.25rem;
  color: #5a5a5a;
  margin: 0;
}
.user-panel__item-actions {
  display: flex;
  gap: 0.6rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 600px) {
  .user-panel__item-actions {
    width: 100%;
  }
}
.user-panel__action {
  padding: 0.4rem 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  border: 1px solid #dddddd;
  border-radius: 0.4rem;
  color: #5a5a5a;
  text-decoration: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.15s;
}
.user-panel__action:hover {
  border-color: #fdca01;
  color: black;
  text-decoration: none;
}
.user-panel__action--danger {
  color: #f14668;
  border-color: rgb(251.7638190955, 212.2361809045, 220.0954773869);
}
.user-panel__action--danger:hover {
  border-color: #f14668;
  color: #f14668;
}
.user-panel__action-form {
  display: inline;
}
.user-panel__badge {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  font-size: 1.05rem;
  font-weight: 600;
  border-radius: 0.3rem;
}
.user-panel__badge--draft {
  background: white;
  color: #f14668;
}
.user-panel__badge--active {
  background: rgb(228.2008368201, 246.7991631799, 234.6443514644);
  color: rgb(45.5732217573, 148.9267782427, 81.3807531381);
}
.user-panel__empty {
  text-align: center;
  padding: 4rem 0;
  color: #5a5a5a;
  font-size: 1.5rem;
}
.user-panel__empty a {
  color: black;
  font-weight: 600;
}
.user-panel__pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding: 2rem 0;
}
.user-panel__page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.4rem;
  height: 3.4rem;
  padding: 0 0.6rem;
  font-size: 1.3rem;
  color: #5a5a5a;
  text-decoration: none;
  border: 1px solid #dddddd;
  border-radius: 0.4rem;
}
.user-panel__page-link:hover {
  border-color: #fdca01;
  color: black;
  text-decoration: none;
}
.user-panel__page-link--active {
  background: #fdca01;
  border-color: #fdca01;
  color: black;
  font-weight: 700;
}
.user-panel__page-link--disabled {
  color: #cccccc;
  pointer-events: none;
}
.user-panel__form {
  max-width: 70rem;
}
.user-panel__fieldset {
  border: 1px solid #eeeeee;
  border-radius: 0.8rem;
  padding: 2rem;
  margin: 0 0 2rem;
}
.user-panel__fieldset legend {
  font-size: 1.4rem;
  font-weight: 700;
  color: #5a5a5a;
  padding: 0 0.8rem;
}
.user-panel__field {
  margin-bottom: 1.4rem;
}
.user-panel__field label {
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0.4rem;
}
.user-panel__field input, .user-panel__field select, .user-panel__field textarea {
  width: 100%;
  padding: 0.9rem 1.2rem;
  font-size: 1.4rem;
  font-family: inherit;
  border: 2px solid #dddddd;
  border-radius: 0.5rem;
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.user-panel__field input:focus, .user-panel__field select:focus, .user-panel__field textarea:focus {
  border-color: #fdca01;
}
.user-panel__field textarea {
  resize: vertical;
}
.user-panel__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
}
@media only screen and (max-width: 600px) {
  .user-panel__row {
    grid-template-columns: 1fr;
  }
}
.user-panel__hint {
  font-size: 1.2rem;
  color: #999999;
  margin: 0.3rem 0 0;
}
.user-panel__autocomplete {
  position: relative;
}
.user-panel__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  background: white;
  border: 1px solid #dddddd;
  border-top: none;
  border-radius: 0 0 0.5rem 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 20rem;
  overflow-y: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.user-panel__dropdown li {
  padding: 0.8rem 1.2rem;
  font-size: 1.4rem;
  cursor: pointer;
  transition: background 0.1s;
}
.user-panel__dropdown li:hover {
  background: #f5f5f5;
}
.user-panel__dropdown li small {
  color: #999999;
}
.user-panel__map {
  width: 100%;
  height: 30rem;
  border-radius: 0.6rem;
  border: 1px solid #dddddd;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 600px) {
  .user-panel__map {
    height: 22rem;
  }
}
.user-panel__current-photo {
  margin-bottom: 2rem;
}
.user-panel__photo-preview {
  max-width: 30rem;
  height: auto;
  border-radius: 0.8rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 600px) {
  .user-panel__photo-preview {
    max-width: 100%;
  }
}
.user-panel__file-input {
  font-size: 1.4rem;
}
.user-panel__gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}
@media only screen and (max-width: 900px) {
  .user-panel__gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .user-panel__gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.user-panel__gallery-item {
  border: 1px solid #eeeeee;
  border-radius: 0.6rem;
  overflow: hidden;
}
.user-panel__gallery-img {
  width: 100%;
  height: 14rem;
  object-fit: cover;
  display: block;
}
.user-panel__gallery-actions {
  padding: 0.8rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.user-panel__back-link {
  display: inline-block;
  margin-top: 2rem;
  font-size: 1.4rem;
  color: #5a5a5a;
  text-decoration: none;
}
.user-panel__back-link:hover {
  color: black;
}