@font-face {
  font-family: "Season Mix";
  src: url("media-seasonmix-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Season Mix";
  src: url("media-seasonmix-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

:root {
  --mahou-red-gradient: linear-gradient(to top, rgba(112, 0, 14, 0.62) 0%, rgba(153, 0, 18, 0.34) 26%, rgba(189, 43, 53, 0) 58%) #bd2b35;
}

html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #1b1b1b;
  font-family: "Season Mix", Georgia, "Times New Roman", serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}

button {
  font: inherit;
}

.experiencias-carousel,
.emplazados-carousel,
.eventos-carousel,
.directos-carousel,
.concert-list-scroll {
  scrollbar-width: thin;
  scrollbar-color: #fff transparent;
}

.experiencias-carousel::-webkit-scrollbar,
.emplazados-carousel::-webkit-scrollbar,
.eventos-carousel::-webkit-scrollbar,
.directos-carousel::-webkit-scrollbar,
.concert-list-scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.experiencias-carousel::-webkit-scrollbar-track,
.emplazados-carousel::-webkit-scrollbar-track,
.eventos-carousel::-webkit-scrollbar-track,
.directos-carousel::-webkit-scrollbar-track,
.concert-list-scroll::-webkit-scrollbar-track {
  margin: 0 5.5%;
  background: transparent;
}

.experiencias-carousel::-webkit-scrollbar-thumb,
.emplazados-carousel::-webkit-scrollbar-thumb,
.eventos-carousel::-webkit-scrollbar-thumb,
.directos-carousel::-webkit-scrollbar-thumb,
.concert-list-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 2px solid transparent;
  background: #fff;
  background-clip: content-box;
}

.experiencias-carousel::-webkit-scrollbar-corner,
.emplazados-carousel::-webkit-scrollbar-corner,
.eventos-carousel::-webkit-scrollbar-corner,
.directos-carousel::-webkit-scrollbar-corner,
.concert-list-scroll::-webkit-scrollbar-corner {
  background: transparent;
}

.disable{
  opacity: 0.3;
  pointer-events: none;
}

.home-card.disable {
  opacity: 1;
}

.home-card.disable .home-card-img,
.home-card.disable .home-card-art {
  opacity: 0.3;
}

.home-card.disable .home-card-label {
  opacity: 0.75;
  color: #fff9ed;
}

.home-card.disable::before {
  content: none;
}

#loading {
    display: none; /* oculto por defecto */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* fondo semitransparente */
    z-index: 99999;
    
    /* Centrar contenido */
    justify-content: center;
    align-items: center;
}

#loading .spinner {
    width: 60px;
    height: 60px;
    border: 6px solid rgba(255,255,255,0.3);
    border-top: 6px solid #fff;
    border-radius: 50%;
    animation: girar 1s linear infinite;
}

@keyframes girar {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.app {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 56.25vh;
  height: 100vh;
  max-width: 100vw;
  max-height: 177.7777vw;
  overflow: hidden;
  background: var(--mahou-red-gradient);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.screen::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.42;
  mix-blend-mode: overlay;
  background: repeating-linear-gradient(174deg, rgba(255, 249, 237, 0.68) 0 2px, transparent 2px 9px);
  -webkit-mask-image: linear-gradient(112deg, transparent 0%, rgba(0, 0, 0, 0.32) 14%, rgba(0, 0, 0, 1) 56%, rgba(0, 0, 0, 0.55) 84%, transparent 100%);
  mask-image: linear-gradient(112deg, transparent 0%, rgba(0, 0, 0, 0.32) 14%, rgba(0, 0, 0, 1) 56%, rgba(0, 0, 0, 0.55) 84%, transparent 100%);
}

.screen-directos {
  background: var(--mahou-red-gradient);
}

.screen-home {
  background: var(--mahou-red-gradient);
}

.screen-emplazados {
  background: var(--mahou-red-gradient);
}

.screen-merchan {
  background: var(--mahou-red-gradient);
}

.screen-realmadrid {
  background: var(--mahou-red-gradient);
}

.screen-cultura {
  background: var(--mahou-red-gradient);
}

.screen-eventos {
  background: var(--mahou-red-gradient);
}

.screen.is-changing {
  opacity: 0;
}

.hotspot {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: transparent;
  cursor: pointer;
  outline: 0;
  z-index: 10;
}

.hotspot:focus {
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.75);
}

.hotspot-debug .hotspot {
  background: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.message {
  position: absolute;
  left: 13%;
  right: 13%;
  bottom: 6%;
  z-index: 20;
  padding: 3.2% 5%;
  border: 1px solid rgba(189, 43, 53, 0.28);
  border-radius: 1.5vh;
  background: #fff4dc;
  box-shadow: 0 1.2vh 3vh rgba(0, 0, 0, 0.34), 0 0 0 0.35vh rgba(255, 249, 237, 0.2);
  color: #bd2b35;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.35;
  opacity: 0;
  -webkit-transition: opacity 180ms ease;
  transition: opacity 180ms ease;
  pointer-events: none;
}

.message.is-visible {
  opacity: 1;
}

.text-field,
.block {
  position: absolute;
  z-index: 3;
  color: #fff9ed;
  font-family: "Season Mix", Georgia, "Times New Roman", serif;
  line-height: 1.05;
  letter-spacing: 0;
  box-sizing: border-box;
}

.text-field {
  margin: 0;
  padding: 0;
  text-align: center;
  pointer-events: none;
}

.text-field strong {
  font-weight: 600;
}

.text-red {
  color: #bd2b35;
}

.text-dark {
  color: #211f1d;
}

.text-small {
  font-size: 2.2vh;
}

.text-medium {
  font-size: 3.4vh;
}

.text-large {
  font-size: 5.8vh;
}

.text-xl {
  font-size: 8.6vh;
}

.back-button {
  background: transparent url("media-icon-back.svg") 50% 50% no-repeat;
  background-size: contain;
}

.cover-red {
  background: var(--mahou-red-gradient);
}

.directos-logo {
  background: url("media-logo-plaza-mahou.svg") 50% 50% no-repeat;
  background-size: contain;
}

.home-logo {
  background: url("media-logo-plaza-mahou.svg") 50% 50% no-repeat;
  background-size: contain;
}

.home-card {
  overflow: hidden;
  border-radius: 1.7vh;
}

.home-card::before {
  content: none;
}

.home-emplazados::before,
.home-realmadrid::before,
.home-eventos::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.32);
  pointer-events: none;
}

.home-card-img {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover";
  object-fit: cover;
}

.home-card-cream {
  background: #fff9ed;
}

.home-card-art {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
  overflow: hidden;
}

.home-card-art img {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover";
  object-fit: cover;
}

.home-card-label {
  position: absolute;
  left: 7%;
  right: 7%;
  z-index: 2;
  text-align: center;
  line-height: 0.95;
  text-shadow: 2px 2px black;
}

.home-card-label span {
  display: block;
  font-size: 50%;
  line-height: 1.2;
  margin-bottom:1%;
}

.home-card-label-white {
  color: #fff9ed;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.home-card-label-dark {
  color: #211f1d;
}

.home-card-label-center {
  top: 50%;
  font-size: 4.2vh;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-card-label-small {
  font-size: 2.6vh;
}

.home-card-label-bottom {
  top: 12%;
  font-size: 2.5vh;
}

.home-card-label-card {
  bottom: 9%;
  font-size: 2.2vh;
}

.home-card-soon {
  display: block;
  margin-top: 4%;
  font-size: 52%;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}

.home-experiencias .home-card-label,
.home-emplazados .home-card-label,
.home-realmadrid .home-card-label,
.home-directos .home-card-label,
.home-cultura .home-card-label,
.home-eventos .home-card-label {
  top: 50%;
  bottom: auto;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-card-label .home-card-soon {
  font-size: 52%;
}

.experiencias-main,
.experiencias-video {
  overflow: hidden;
  border-radius: 1.7vh;
  background: #111;
}

.experiencias-main-img,
.experiencias-video-media {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover";
  object-fit: cover;
}

.experiencias-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34%;
  height: 34%;
  background: url("media-play-mahou.svg") 50% 50% no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.experiencias-video.is-playing .experiencias-video-play {
  display: none;
}

.experiencias-carousel {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2vh;
  box-sizing: border-box;
}

.experiencias-carousel-track {
  height: calc(100% - 1.2vh);
  padding-left: 5.8%;
  white-space: nowrap;
  box-sizing: border-box;
}

.experiencias-carousel-img {
  /* display: inline-block;
  width: 28%;
  height: auto;
  margin-right: 3.9%; */
  border: none;
  border-radius: 1.5vh;
  background: #111;
  font-family: "object-fit: cover";
  object-fit: cover;
  vertical-align: top;
  box-sizing: border-box;
}

.experiencias-title{
  color: #fff9ed;
  text-align: center;
  font-size: 1vh;
  line-height: 1;
  white-space: normal;
  font-weight: 600;
}

.experiencias-btn {
  position: relative;
  display: inline-block;
  width: 44.4%;
  margin-right: 3.9%;
  vertical-align: top;
  text-decoration: none;
}

.experiencias-carousel-single .experiencias-carousel-track {
  padding-left: 5.8%;
  padding-right: 5.8%;
}

.experiencias-carousel-single .experiencias-btn {
  height: 100%;
  width: 100%;
  margin-right: 0;
}

.experiencias-carousel-single .experiencias-carousel-img {
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.experiencias-carousel-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.5vh;
}

.experiencias-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1vh;
    padding-top: 4vh;
    padding-bottom: 2vh;
    background: linear-gradient(to top, rgba(0, 0, 0, .95), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    border-radius: 0 0 1.5vh 1.5vh;
    text-align: center;
}
.experiencias-fake-button {
  display: inline-block;
  padding: 0.6vh 1.5vh 1vh;
  margin-top: 2vh;
  background: #d32f3a;
  color: white;
  border-radius: 999px;
  font-size: 1vh;
  text-align: center;
}

.experiencias-footer-card {
  overflow: hidden;
  border-radius: 1.5vh;
  background-color: #fff9ed;
  box-sizing: border-box;
}


.experiencias-footer-icon {
  position: absolute;
  left: 50%;
  top: 34%;
  max-width: 52%;
  max-height: 48%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.experiencias-footer-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18%;
  color: #bd2b35;
  text-align: center;
  font-size: 1.6vh;
  line-height: 2.5vh;
  pointer-events: none;
}

.experiencias-footer-label strong {
  display: block;
  font-size: 2.2vh;
  font-weight: 600;
  line-height: 0.95;
}

.experiencias-footer-video {
  background-image: url("p-directos-footer.png");
  background-size: cover;
}

.experiencias-footer-valora {
  border:0.4vw solid #fff9ed;
}

.experiencias-footer-valora img{
  width:100%;
}

.emplazados-title {
  color: #fff9ed;
  text-align: center;
  font-size: 5.1vh;
  line-height: 1;
}

.emplazados-subtitle {
  color: #fff9ed;
  text-align: center;
  font-size: 2.7vh;
  line-height: 1;
}

.emplazados-copy {
  color: #fff9ed;
  text-align: center;
  font-size: 1.45vh;
  line-height: 1.15;
}

.emplazados-claim {
  color: #fff9ed;
  text-align: center;
  font-size: 2.7vh;
  line-height: 1;
}

.emplazados-main {
  overflow: hidden;
  border: 0.55vh solid #fff9ed;
  border-radius: 2vh;
  background: #111;
}

.emplazados-main-img {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover";
  object-fit: cover;
}

.emplazados-carousel {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  background: #bd2b35;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1vh;
}

.emplazados-carousel-track {
  height: 100%;
  padding-left: 5.8%;
  white-space: nowrap;
  box-sizing: border-box;
}

.emplazados-carousel-img {
  display: inline-block;
  width: 28%;
  height: auto;
  margin-right: 3.9%;
  border: 0.35vh solid #fff9ed;
  border-radius: 1.5vh;
  background: #111;
  font-family: "object-fit: cover";
  object-fit: cover;
  vertical-align: top;
  box-sizing: border-box;
}

.merchan-main {
  overflow: hidden;
  border-radius: 2.1vh;
  background: var(--mahou-red-gradient);
}

.merchan-main-img {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "object-fit: contain";
  object-fit: contain;
}

.merchan-footer-card {
  overflow: hidden;
  border-radius: 1.4vh;
  background: #fff9ed;
  color: #bd2b35;
}

.merchan-footer-icon {
  position: absolute;
  left: 23.5%;
  top: 50%;
  max-width: 21%;
  max-height: 62%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.merchan-footer-label {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  color: #bd2b35;
  text-align: center;
  font-size: 1.55vh;
  line-height: 1.05;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.merchan-footer-label-with-icon {
  left: 24%;
}

.merchan-footer-label strong {
  display: block;
  font-size: 2.35vh;
  font-weight: 600;
  line-height: 0.95;
}

.merchan-intro,
.merchan-footer-text {
  color: #fff9ed;
  text-align: center;
  font-size: 1.6vh;
  line-height: 1.16;
}

.merchan-footer-text {
  font-size: 1.48vh;
}

.merchan-footer-band {
  background: transparent;
}

.realmadrid-kicker,
.realmadrid-title,
.realmadrid-subtitle {
  color: #fff9ed;
  text-align: center;
  line-height: 1;
}

.realmadrid-kicker {
  font-size: 2.7vh;
}

.realmadrid-title {
  font-size: 5.1vh;
}

.realmadrid-subtitle {
  font-size: 2.7vh;
}

.realmadrid-main,
.realmadrid-video {
  overflow: hidden;
  border-radius: 1.7vh;
  background: #111;
}

.realmadrid-main-img,
.realmadrid-video-media {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover";
  object-fit: cover;
}

.realmadrid-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34%;
  height: 34%;
  background: url("media-play-mahou.svg") 50% 50% no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.realmadrid-video.is-playing .realmadrid-video-play {
  display: none;
}

.realmadrid-list {
  overflow: hidden;
  padding: 2.3% 3.5%;
  border-radius: 1.3vh;
  background: #a60020;
  color: #fff9ed;
}

.realmadrid-list-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.realmadrid-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 10% 12% 12%;
  column-gap: 2%;
  align-items: center;
  position: relative;
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
  border-bottom: 1px solid rgba(255, 249, 237, 0.85);
  font-size: 1.45vh;
  font-weight: 600;
  line-height: 1.2;
}

.realmadrid-row:last-child {
  border-bottom: 0;
}

.realmadrid-row-name,
.realmadrid-row-day,
.realmadrid-row-date,
.realmadrid-row-time {
  min-width: 0;
}

.realmadrid-row-name {
  overflow: hidden;
  padding-top: 0.18vh;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.realmadrid-row-day,
.realmadrid-row-date,
.realmadrid-row-time {
  padding-top: 0.18vh;
  text-align: center;
}

.realmadrid-reserva-card {
  overflow: hidden;
  border-radius: 1.4vh;
  background: #fff9ed;
}

.realmadrid-reserva-icon {
  position: absolute;
  left: 25%;
  top: 50%;
  max-width: 23%;
  max-height: 62%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.realmadrid-reserva-label {
  position: absolute;
  left: 34%;
  right: 5%;
  top: 50%;
  color: #bd2b35;
  text-align: center;
  font-size: 1.55vh;
  line-height: 1.05;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.realmadrid-reserva-label strong {
  display: block;
  font-size: 2.35vh;
  font-weight: 600;
  line-height: 0.95;
}

.cultura-kicker,
.cultura-title {
  color: #fff9ed;
  text-align: center;
  line-height: 1;
}

.cultura-kicker {
  font-size: 2.7vh;
}

.cultura-title {
  font-size: 5.1vh;
}

.cultura-video {
  overflow: hidden;
  border-radius: 1.7vh;
  background: #111;
}

.cultura-image {
  overflow: hidden;
  border-radius: 1.7vh;
  background: transparent;
}

.cultura-video-media,
.cultura-image-media {
  display: block;
  width: 100%;
  height: 100%;
}

.cultura-video-media {
  font-family: "object-fit: cover";
  object-fit: cover;
}

.cultura-video-horizontal .cultura-video-media {
  width: 102%;
  height: 104%;
  margin-top: -1%;
  margin-left: -1%;
}

.cultura-image-media {
  font-family: "object-fit: contain";
  object-fit: contain;
  border-radius: 1.7vh;
}

.cultura-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30%;
  height: 30%;
  background: url("media-play-mahou.svg") 50% 50% no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cultura-video.is-playing .cultura-video-play {
  display: none;
}

.directos-title {
  color: #fff9ed;
  text-align: center;
  font-size: 5.1vh;
  line-height: 1;
}

.eventos-title {
  color: #fff9ed;
  text-align: center;
  font-size: 5.1vh;
  line-height: 1;
}

.eventos-contacto-title {
  color: #fff9ed;
  text-align: center;
  font-size: 2.7vh;
  line-height: 1;
}

.eventos-carousel {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2vh;
  box-sizing: border-box;
}

.eventos-carousel-track {
  height: calc(100% - 1.2vh);
  padding-left: 5.8%;
  white-space: nowrap;
  box-sizing: border-box;
}

.eventos-carousel-img {
  display: inline-block;
  width: auto;
  height: 100%;
  margin-right: 3.4%;
  border-radius: 1.7vh;
  font-family: "object-fit: contain";
  object-fit: contain;
  vertical-align: top;
}

.eventos-contacto {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6% 8%;
  border-radius: 1.7vh;
  background: #fff9ed;
  color: #bd2b35;
  text-align: center;
  font-size: 2.2vh;
  line-height: 1.14;
  font-weight: 600;
}

.directos-subtitle {
  color: #fff9ed;
  text-align: center;
  font-size: 2.7vh;
  line-height: 1;
}

.concert-list {
  overflow: hidden;
  padding: 5% 4.5%;
  border-radius: 2vh;
  background: #a60020;
  color: #fff9ed;
}

.concert-list-scroll {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1vh;
}

.concert-row {
  position: relative;
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
  border-bottom: 1px solid rgba(255, 249, 237, 0.9);
  color: #fff9ed;
  font-size: 1.05vh;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

.concert-row:last-child {
  border-bottom: 0;
}

.concert-row-name {
  position: absolute;
  left: 0;
  top: 50%;
  max-width: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.concert-row-day {
  position: absolute;
  right: 18%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.concert-row-date {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.directos-video {
  overflow: hidden;
  border-radius: 1.8vh;
  background: #111;
}

.directos-video-media {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover";
  object-fit: cover;
}

.directos-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30%;
  height: 30%;
  background: url("media-play-mahou.svg") 50% 50% no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.directos-video.is-playing .directos-video-play {
  display: none;
}

.directos-carousel {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2vh;
  box-sizing: border-box;
}

.directos-carousel-track {
  height: calc(100% - 1.2vh);
  padding-left: 5.5%;
  white-space: nowrap;
  box-sizing: border-box;
}

.directos-carousel-img {
  display: inline-block;
  width: 25.4%;
  height: 100%;
  margin-right: 3.3%;
  border-radius: 1.7vh;
  font-family: "object-fit: cover";
  object-fit: cover;
  vertical-align: top;
}

.directos-footer-card {
  overflow: hidden;
  border-radius: 1.5vh;
  background-color: #fff9ed;
  box-sizing: border-box;
}

.is-clickable {
  cursor: pointer;
}

.directos-footer-promo {
  background-image: url("p-directos-footer.png");
  background-size: cover;
  background-position: 50% 50%;
}

.directos-footer-icon {
  position: absolute;
  left: 50%;
  top: 34%;
  max-width: 45%;
  max-height: 48%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.directos-footer-reserva .directos-footer-icon {
  left: 23.5%;
  top: 50%;
  max-width: 25%;
  max-height: 70%;
}

.directos-footer-reserva .directos-footer-label {
  left: 24%;
  top: 50%;
  bottom: auto;
  font-size: 1.85vh;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.directos-footer-reserva .directos-footer-label strong {
  font-size: 2.75vh;
}

.directos-footer-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9%;
  color: #bd2b35;
  text-align: center;
  font-size: 1.45vh;
  line-height: 1.05;
  pointer-events: none;
}

.directos-footer-label strong {
  display: block;
  font-size: 1.9vh;
  font-weight: 600;
  line-height: 0.95;
}

.preload {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.fastcontent-fields {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Layout */
.back-button {
  left: 6%;
  top: 3.2%;
  width: 7.1%;
  height: 4.2%;
}

.directos-logo {
  left: 43.8%;
  top: 2.8%;
  width: 12.4%;
  height: 4.4%;
}

.home-logo {
  left: 35%;
  top: 5%;
  width: 30%;
  height: 8%;
}

.home-experiencias {
  left: 5.5%;
  top: 16.3%;
  width: 89%;
  height: 15%;
}

.home-emplazados {
  left: 5.5%;
  top: 32.5%;
  width: 35.8%;
  height: 18.7%;
}

.home-realmadrid {
  left: 43.6%;
  top: 32.5%;
  width: 50.9%;
  height: 18.7%;
}

.home-merchan {
  left: 5.5%;
  top: 52.4%;
  width: 89%;
  height: 16.3%;
}

.home-directos {
  left: 5.5%;
  top: 69.9%;
  width: 28.1%;
  height: 24.2%;
}

.home-cultura {
  left: 35.9%;
  top: 69.9%;
  width: 28.1%;
  height: 24.2%;
}

.home-eventos {
  left: 66.4%;
  top: 69.9%;
  width: 28.1%;
  height: 24.2%;
}

.emplazados-title {
  left: 20%;
  top: 9.2%;
  width: 60%;
  height: 5.2%;
}

.emplazados-subtitle {
  left: 18%;
  top: 15.2%;
  width: 64%;
  height: 3%;
}

.emplazados-copy {
  left: 11%;
  top: 20.7%;
  width: 78%;
  height: 5.5%;
}

.emplazados-main {
  left: 13.1%;
  top: 27.5%;
  width: 73.8%;
  height: 26.1%;
}

.emplazados-carousel {
  left: 0;
  top: 58.1%;
  width: 100%;
  height: 26.4%;
}

.emplazados-claim {
  left: 16%;
  top: 89.5%;
  width: 68%;
  height: 3.5%;
}

.experiencias-video {
  left: 6%;
  top: 16%;
  width: 88%;
  height: 26%;
}

.experiencias-carousel {
  left: 0;
  top: 44%;
  width: 100%;
  height: 27.4%;
}

.experiencias-footer-reserva {
  left: 5.5%;
  top: 73%;
  width: 26.5%;
  height: 24%;
}

.experiencias-footer-valora {
  left: 36.4%;
  top: 73%;
  width: 26.5%;
  height: 24%;
}

.experiencias-footer-compra {
  left: 66.5%;
  top: 73%;
  width: 26.5%;
  height: 24%;
}

.merchan-intro {
  left: 14%;
  top: 9.3%;
  width: 72%;
  height: 5.8%;
}

.merchan-main {
  left: 12.4%;
  top: 17.2%;
  width: 75.2%;
  height: 61.8%;
}

.merchan-footer-text {
  left: 8.8%;
  top: 81.2%;
  width: 82.4%;
  height: 5.4%;
}

.merchan-footer-band {
  left: 0;
  top: 88.6%;
  width: 100%;
  height: 11.4%;
}

.merchan-footer-online {
  left: 5.5%;
  top: 90.1%;
  width: 43.4%;
  height: 8.3%;
}

.merchan-footer-directa {
  left: 51%;
  top: 90.1%;
  width: 43.5%;
  height: 8.3%;
}

.realmadrid-kicker {
  left: 20%;
  top: 9.2%;
  width: 60%;
  height: 3.2%;
}

.realmadrid-title {
  left: 14%;
  top: 12%;
  width: 72%;
  height: 5.2%;
}

.realmadrid-main {
  left: 5.5%;
  top: 20.2%;
  width: 48.4%;
  height: 34.1%;
}

.realmadrid-video {
  left: 58.2%;
  top: 20.2%;
  width: 36.3%;
  height: 34%;
}

.realmadrid-subtitle {
  left: 20%;
  top: 59.6%;
  width: 60%;
  height: 4.2%;
}

.realmadrid-list {
  left: 5.5%;
  top: 65.1%;
  width: 89%;
  height: 20.8%;
}

.cultura-kicker {
  left: 20%;
  top: 9.2%;
  width: 60%;
  height: 3.2%;
}

.cultura-title {
  left: 10%;
  top: 12%;
  width: 80%;
  height: 5.2%;
}

.cultura-video-vertical {
  left: 5.5%;
  top: 22%;
  width: 43.3%;
  height: 43.3%;
}

.cultura-image {
  left: 51.1%;
  top: 30.8%;
  width: 43.4%;
  height: 34.5%;
}

.cultura-video-horizontal {
  left: 5.5%;
  top: 66.4%;
  width: 89%;
  height: 28.2%;
}

.directos-title {
  left: 29%;
  top: 9.2%;
  width: 42%;
  height: 5.2%;
}

.directos-video {
  left: 5.5%;
  top: 16.2%;
  width: 33.2%;
  height: 27.8%;
}

.concert-list {
  left: 42.2%;
  top: 16.2%;
  width: 52.3%;
  height: 27.8%;
}

.directos-subtitle {
  left: 14%;
  top: 47%;
  width: 72%;
  height: 4.8%;
}

.directos-carousel {
  left: 0;
  top: 52.1%;
  width: 100%;
  height: 26.2%;
}

.directos-footer-reserva {
  left: 36.166%;
  top: 81%;
  width: 58.332%;
  height: 15%;
}

.directos-footer-promo {
  left: 5.5%;
  top: 81%;
  width: 27.666%;
  height: 15%;
}


.eventos-title {
  left: 20%;
  top: 9.2%;
  width: 60%;
  height: 5.2%;
}

.eventos-carousel {
  left: 0;
  top: 20%;
  width: 100%;
  height: 34%;
}

.eventos-contacto-title {
  left: 20%;
  top: 62.2%;
  width: 60%;
  height: 4%;
}

.eventos-contacto {
  left: 6%;
  top: 67.5%;
  width: 88%;
  height: 20%;
}
