@charset "UTF-8";
/* Globals */
/* Colors */
/* Z Indexes */
/* Font Styles */
/* Icons */
/* Panorama Container */
.panorama-container {
  height: 55% !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

.panorama-container::after {
  background: black !important;
}

/* Background Image Container */
.background-image-container {
  width: 100%;
  height: 100%;
  filter: brightness(1.2);
}

.background-image-container .header {
  padding-top: 3rem;
}

.background-image-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(27, 4, 7, 0) 80%, #1B0407 100%), linear-gradient(-90deg, rgba(27, 4, 7, 0) 0%, #1B0407 100%) !important;
  filter: contrast(1.2) brightness(1);
}

/* Top Carousel Container */
.top-carousel-container {
  margin: 0 auto;
  width: auto !important;
}

.top-carousel-container .slick-slide {
  width: 305px !important;
  margin-right: 1.1rem;
}
.top-carousel-container .slick-slide img {
  width: 305px;
  height: 165px;
  object-fit: cover;
}
.top-carousel-container .slick-track {
  width: auto !important;
  gap: 1.1rem;
}

/* Carousel Image Container */
.carousel-image-container {
  position: relative;
  z-index: 2 !important;
  margin-right: 1.1rem;
}

.carousel-image-container:focus {
  position: relative;
  z-index: 99 !important;
  border: 2px solid white;
}

.carousel-image-container:hover {
  position: relative;
  z-index: 99 !important;
  border: 2px solid white;
}

.carousel-image-container::before {
  z-index: 3; /* Animación por encima de la imagen hija */
}

.item-container:focus, .item-container:hover {
  border: 2px solid white;
}

/* Animations */
/* Panorama Header Container */
.panorama-header-container {
  padding: 8rem 0rem 0rem 6rem;
  display: -ms-grid;
  display: grid;
  gap: 24px 0;
  font-weight: bold;
}

.date.live-date {
  max-width: 44px;
}

/* Flash Animated Text */
.flash-animated-text {
  position: relative;
  font-family: "SamsungOne";
  z-index: 3 !important;
  font-size: 23.0769230769px !important;
}

/* Right Animated Text */
.right-animated-text {
  position: relative;
  font-family: "SamsungOne";
  font-size: 44.6153846154px !important;
  z-index: 3 !important;
  max-width: 40%;
  word-wrap: break-word;
}

/* Right Animated Text */
.right-animated-text-description {
  position: relative;
  font-family: "SamsungOne";
  font-size: 26.9230769231px !important;
  z-index: 3 !important;
  max-width: 40%;
  word-wrap: break-word;
}

/* Bottom Animated Text */
.bottom-animated-text {
  position: relative;
  z-index: 3 !important;
  font-family: "SamsungOne";
  font-size: 15.3846153846px;
}

/* Playlists */
.playlists-container {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  padding-left: 2rem;
}

.carousel0 {
  width: 100%;
}

.playlist-title {
  font-size: 30px;
}

/* Playlist Item */
.playlist-item {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: space-evenly !important;
      justify-content: space-evenly !important;
}

/* Backdrop Item */
.backdrop-item {
  margin-left: 0rem;
  margin-right: 1rem;
  cursor: pointer;
  pointer-events: auto !important;
}

.backdrop-item:focus {
  border: 2px solid white;
}

/* Medium Item */
.medium-item {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  cursor: pointer;
}

/* Playlist Description */
.playlist-description {
  padding: 10px;
  height: 90px;
  background: var(--Surface-500, #2B2B2B);
  z-index: 2;
}

.playlist-description-text {
  font-size: 19.2307692308px;
  text-align: left;
  margin-top: 1rem;
}

/* Date */
.date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.date.live-date {
  display: inline-block;
  text-align: center;
  padding: 7px !important;
  gap: 10px;
  background: var(--Primary-500, #E42D44);
  font-size: 15.3846153846px;
  width: 44px;
}

.date.match-date {
  display: inline-block;
  text-align: center;
  color: var(--Shades-Black, #000);
  padding: 7px !important;
  background: var(--Neutral-50, #F8F7F7);
  font-size: 15.3846153846px;
  width: -moz-fit-content;
  width: fit-content;
}

.imgContainerWithLive {
  position: relative !important; /* Esto es importante para que el posicionamiento relativo funcione correctamente */
}

/* Playlist Backdrop Image */
.playlist-backdrop-image-container {
  position: absolute;
  margin: 0 auto;
  height: 242px;
  width: 100%;
  z-index: 1 !important;
  object-fit: cover;
}

.live-date-container {
  position: absolute;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  padding: 7px !important;
  gap: 10px;
  background: var(--Primary-500, #E42D44);
  font-size: 15.3846153846px;
  width: 44px;
  z-index: 3;
  bottom: 4%;
  left: 6%;
}

.match-date-container {
  position: absolute;
  text-align: center;
  color: var(--Shades-Black, #000);
  padding: 7px !important;
  background: var(--Neutral-50, #F8F7F7);
  font-size: 15.3846153846px;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 3;
  bottom: 4%;
  left: 6%;
}

.playlist-backdrop-image {
  display: block;
  margin: 0 auto;
  height: 242px;
  border-radius: 10px 10px 0px 0px !important;
  z-index: 1 !important;
}

/* Playlist Medium Description */
.playlist-medium-description {
  font-size: 10px;
  padding: 10px;
  height: 75px;
  border-radius: 0px 0px 10px 10px;
  background: var(--Surface-500, #2B2B2B);
}

.playlist-medium-description .date.live-date {
  margin-top: 0 !important;
  display: inline-block;
}

.playlist-medium-image {
  display: block;
  margin: 0 auto;
  height: 242px;
  width: 318px;
}

/* Tournament */
.tournament {
  text-align: center;
  font-size: 15.3846153846px !important;
  padding-bottom: 5px;
}

/* Versus */
.versus {
  text-align: center;
  margin-top: 1rem;
  font-size: 15.3846153846px !important;
}

/* Team */
.team {
  font-size: 24.6153846154px !important;
  margin-top: 0.2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-left: 0.8rem;
}

.team img {
  width: 41.5384615385px !important;
  height: 41.5384615385px !important;
}

/* Home Team */
.hteam {
  font-size: 24.6153846154px !important;
  margin-top: 0.2rem;
  margin-left: 0.8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}

.ateam {
  font-size: 24.6153846154px !important;
  margin-top: 0.2rem;
  margin-right: 0.8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.ateam img {
  width: 41.5384615385px !important;
  height: 41.5384615385px !important;
}

.hteam img {
  margin-top: 6px;
  margin-left: 5px;
  width: 26.1538461538px !important;
  height: 26.1538461538px !important;
}

/* Match Result */
.match-result {
  margin-top: 0.5rem;
  text-align: center;
  color: var(--Secondary-50, #EFEFEF);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.slick-track {
  margin-left: 0 !important;
}

/* Single Item */
.single-item .slick-list .slick-track .slick-slide {
  height: 300px !important;
  padding: 1rem;
  background-color: #430b13 !important;
  opacity: 0.6;
}

.slick-list {
  overflow: visible !important;
}

.slick-slide img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  z-index: 2 !important;
  position: relative;
}

/* Playlist Carousel */
.playlist2-carousel .slick-list {
  max-height: 14.24rem !important;
}

.playlist3-carousel .slick-list {
  max-height: 18rem !important;
}

/* Slick Slide */
.slick-slide:focus {
  border: 2px solid white !important;
  outline: none;
  z-index: 1 !important;
  position: relative;
  transform: scale(1);
}

.slick-slide:hover {
  border: 2px solid transparent !important;
  outline: none;
  z-index: 1 !important;
  position: relative;
  transform: scale(1);
}

.slick-current {
  border: 2px solid transparent !important;
  outline: none;
}

.slick-slide {
  border: 2px solid transparent !important;
  outline: none;
}

.slick-clonned:focus {
  border: 2px solid transparent !important;
  outline: none;
  position: relative;
  z-index: 99 !important;
}

.slick-clonned:hover {
  border: 2px solid transparent !important;
  outline: none;
  position: relative;
  z-index: 99 !important;
}

.slick-active:hover {
  border: 2px solid #EFEFEF !important;
  outline: none;
  position: relative;
  z-index: 99 !important;
}

/* Carousel */
.top-carousel-container .slick-track .slick-slide {
  filter: brightness(0.7);
}

.top-carousel-container .slick-track .slick-current.slick-active:focus {
  filter: brightness(1);
}

.top-carousel-container .slick-track .slick-current.slick-active:hover {
  filter: brightness(1);
}

.events-carousel .slick-track .slick-slide {
  filter: brightness(0.7);
}

.events-carousel .slick-track .slick-current.slick-active:focus {
  filter: brightness(1);
}

.events-carousel .slick-track .slick-current.slick-active:hover {
  filter: brightness(1);
}

.playlist-carousel {
  padding-left: 0.9rem;
}

.playlist-carousel .slick-track .slick-slide {
  filter: brightness(0.7);
}

.playlist-carousel .slick-track .slick-current.slick-active:focus {
  filter: brightness(1);
  border: solid 2px white;
}

.playlist-carousel .slick-track .slick-current.slick-active:hover {
  filter: brightness(1);
  border: solid 2px white !important;
}

.slick-carousel .slick-slide {
  position: relative;
}

.slick-carousel .slick-slide::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  pointer-events: auto;
  display: none;
}

.slick-carousel .slick-slide.last-visible::after {
  display: block;
}

/* Item Container */
.item-container {
  cursor: pointer;
  margin-left: 0rem;
  margin-right: 1rem;
  text-align: center;
  padding: 16px 10px;
}

.item-container:hover {
  position: relative;
  z-index: 99 !important;
}

.item-container:focus,
.item-container:hover {
  position: relative;
  z-index: 99 !important;
}

/* LP Logo */
.lp-logo svg {
  width: 50px;
}

.div-event {
  height: 10%;
  position: relative;
}

.hover {
  filter: brightness(1) !important;
  border: 2px solid #EFEFEF !important;
}

/* Small Playlists (less than 4 items) */
.events-carousel-small .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: 0;
  width: auto !important;
  transform: none !important;
}
.events-carousel-small .slick-slide {
  height: inherit;
  margin-right: 1.1rem;
}
.events-carousel-small .item-container {
  width: 350px !important;
  margin: 0;
}
.events-carousel-small .event-playlist-item {
  margin: 0;
}
.events-carousel-small.slick-initialized {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding-left: 0.9rem;
}

.playlist-carousel-small .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: 0;
  width: auto !important;
  transform: none !important;
}
.playlist-carousel-small .slick-slide {
  height: inherit;
  width: 426px !important;
  margin-right: 1.1rem;
}
.playlist-carousel-small .slick-slide > div {
  height: 100%;
}
.playlist-carousel-small .backdrop-item {
  width: 426px !important;
  margin-right: 1rem;
}
.playlist-carousel-small .playlist-item {
  margin: 0;
  margin: 0;
}
.playlist-carousel-small.slick-initialized {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding-left: 0.9rem;
}