@charset "UTF-8";
@font-face {
  font-family: "interregular";
  src: url("fonts/inter-variablefont_slntwght-webfont.woff2") format("woff2"), url("fonts/inter-variablefont_slntwght-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter-Bold";
  src: url("fonts/Inter-Bold.eot");
  src: url("fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Inter-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter-Medium";
  src: url("fonts/Inter-Medium.eot");
  src: url("fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Inter-Medium.woff2") format("woff2");
}
body {
  background-image: url(../assets/images/fondo.png);
  font-family: "interregular";
  color: white;
  font-size: 20px;
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  body {
    font-size: 1rem;
  }
}

h1, h2, h3, p {
  margin: 0;
  padding: 0;
}

#logo-header {
  width: 90%;
  max-width: 1400px;
  margin: 20px auto;
  position: fixed;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 1400px) {
  #logo-header {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
}
#logo-header img {
  opacity: 0;
}
@media (max-width: 767.98px) {
  #logo-header img {
    width: 150px;
  }
}

.g {
  width: 50vw;
  margin: 6vw auto 3vw;
  padding: 0 2.5%;
  text-align: center;
  position: relative;
  opacity: 0;
  max-width: 900px;
}
@media (max-width: 1400px) {
  .g {
    width: 60vw;
    margin: 3vw auto;
  }
}
@media (max-width: 991.98px) {
  .g {
    width: 75vw;
  }
}
@media (max-width: 767.98px) {
  .g {
    width: 95vw;
    margin: 70px auto;
    -webkit-transform: none !important;
            transform: none !important;
    padding: 0;
  }
}
.g h4, .g h3 {
  margin-bottom: 0;
  margin-top: 10px;
}
.g p {
  padding: 0 auto;
  font-size: 1rem;
}

.main-swiper .swiper-slide > img, .main-swiper .swiper-slide > a > img, .main-swiper video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.main-swiper .swiper-slide > a {
  border: 1px solid white;
  display: block;
}

.main-swiper .swiper-slide > a > img {
  display: block;
}

.thumbs-swiper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  -webkit-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out; /* transición suave */
  max-width: 1300px;
  margin: auto;
}

.thumbs-swiper .swiper-slide {
  max-width: 125px;
  max-height: 72px;
  opacity: 1;
  border: 1px solid white;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; /* transición suave */
  border: 10px solid transparent;
}
@media (max-width: 767.98px) {
  .thumbs-swiper .swiper-slide {
    border: 5px solid transparent;
  }
}

.thumbs-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border: 1px solid white;
}

.thumbs-swiper .swiper-slide.swiper-slide-thumb-active, .thumbs-swiper .swiper-slide:hover {
  border: 10px solid rgba(0, 0, 0, 0.4);
}
@media (max-width: 767.98px) {
  .thumbs-swiper .swiper-slide.swiper-slide-thumb-active, .thumbs-swiper .swiper-slide:hover {
    border: 5px solid rgba(0, 0, 0, 0.4);
  }
}

.swiper-button-prev {
  left: -15px;
}
@media (max-width: 767.98px) {
  .swiper-button-prev {
    top: 40%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    width: 40px;
  }
}

.swiper-button-next {
  right: -15px;
}
@media (max-width: 767.98px) {
  .swiper-button-next {
    top: 40%;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
    width: 40px;
  }
}

.swiper-button-prev::after, .swiper-button-next::after {
  font-size: 20px;
  color: white;
}

.swiper-pagination {
  position: absolute;
  left: 0px; /* pegado al lado izquierdo */
  top: 5px; /* en la parte inferior */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; /* que no ocupe todo */
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #f0f0f0; /* color blanco para destacar */
  font-size: 12px;
  z-index: 20;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 767.98px) {
  .swiper-pagination {
    -webkit-transform: none;
            transform: none;
    top: -25px;
    left: 10px;
  }
}

.botones {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .botones {
    position: fixed;
    top: 20px;
    right: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.botones #fs {
  width: 16px;
  height: 16px;
  background-size: cover;
  background-image: url(../assets/images/iconos/fs.png);
}
.botones #fs.nfs {
  background-image: url(../assets/images/iconos/normalscreen-button.png);
  background-size: auto;
  background-position: center center;
}
.botones #pbtn {
  width: 20px;
  height: 20px;
  background-image: url(../assets/images/iconos/play.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}
.botones #pbtn.pausa {
  background-image: url(../assets/images/iconos/pause.png);
  background-position: 1px center;
  height: 16px;
}
.botones .autoplay-progress {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
  position: relative;
}
@media (max-width: 767.98px) {
  .botones .autoplay-progress {
    position: fixed;
    top: 50px;
    right: 15px;
  }
}
.botones .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: white;
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 8px;
}

.bl-redes {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  background-color: rgba(57, 181, 74, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  color: white;
  border: 1px solid white;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 575.98px) {
  .bl-redes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
    gap: 20px;
  }
}
.bl-redes .izq {
  text-align: left;
}
@media (max-width: 575.98px) {
  .bl-redes .izq {
    text-align: center;
  }
}
.bl-redes ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
}
.bl-redes ul li {
  padding: 10px 0 10px 15px;
  margin: 0 0 0 15px;
  list-style: none;
  border-left: 1px solid white;
  width: 18%;
}
.bl-redes ul li:first-child {
  border-left: none !important;
}
.bl-redes ul li img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .bl-redes ul li img {
    max-width: 30px;
  }
}

.bl-juegos {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  width: 85%;
  text-align: left;
  padding: 0px;
  color: #EE2724;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .bl-juegos {
    -webkit-transform: translate(-50%, -70%);
            transform: translate(-50%, -70%);
  }
}
.bl-juegos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin: 0;
  padding: 0;
  margin-top: 5%;
}
.bl-juegos ul li {
  list-style-type: none !important;
}
.bl-juegos ul li a img {
  width: 100%;
}

.bl-redes p, .bl-juegos p {
  white-space: nowrap;
  margin: 0;
  margin-bottom: 10px;
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .bl-redes p, .bl-juegos p {
    margin-bottom: 0;
  }
}
.bl-redes h3, .bl-juegos h3 {
  font-size: min(max(3vw, 24px), 40px);
  margin-top: 0;
  font-family: "Inter-Bold";
}