@font-face {
  font-family: "Space";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("fonts/spaceranger.eot");
  src: url("fonts/spaceranger.otf") format("otf"),
    url("fonts/spaceranger.ttf") format("truetype"),
    url("fonts/spaceranger.woff") format("woff"),
    url("fonts/spaceranger.woff2") format("woff2");
}

html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #191919;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0;
}
footer {
  padding-bottom: 15vh;
}
body::before {
  content: "";
  width: 100%;
  height: 20vh;
  position: fixed;
  bottom: 0;
  /* box-shadow: 0px -20px 19px 12px #000; */
  /* z-index: 9; */
  background: linear-gradient(0deg, #191919, transparent);
  z-index: 9;
  pointer-events: none;
}

.header {
  padding: 5px 0;
  display: flex;
  justify-content: center;
  justify-items: center;
  background: #2f2f2f;
}

.swiper-container {
  width: 100%;
  height: 100%;
  overflow-y: visible;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: wrap;
  position: relative;
}

.tit-porcentagem {
  display: none;
}
.nome-jogo {
  display: none;
}
.btn-jogo {
  display: none;
}
.swiper-slide-modal {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: wrap;
  position: relative;
  margin: 0 auto !important;
  width: 100% !important;
  /* max-width: 250px; */
}
.swiper-slide-modal .btn-jogo {
  display: block !important;
}
.swiper-slide-modal .nome-jogo {
  display: block !important;
  font-size: 26px;
  font-family: "Space";
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}
.swiper-slide-modal .tit-porcentagem {
  display: block !important;
  width: 100%;
  font-size: 18px;
  text-align: center;
  margin-bottom: 3px;
}
.swiper-slide-modal .roundedWidth {
  font-size: 15px;
  text-align: left;
  /* width: 21% !important; */
  font-weight: bolder;
}
.swiper-slide-modal .bar {
  height: 20px;
  /* border-width: 1px; */
  width: 180% !important;
}

img {
  max-width: 100%;
  height: auto;
}

img.avatarExpert {
  width: 80px;
  margin-bottom: -15px;
}

h1 {
  font-family: "Space";
  color: #fff;
  text-align: center;
  /* margin: 10px 0 0; */
  margin: 0;
  font-size: 52px;
}

:root {
  --swiper-theme-color: #fff;
}

.netflix-slider .swiper-wrapper {
  padding: 23px 10px 10px;
}

.netflix-slider .swiper-slide {
  -webkit-transition: 250ms all;
  transition: 250ms all;
}
.segunda-fila {
  left: -50px;
}
.swiper-wrapper.terceira-fila {
  margin-bottom: 80px;
}
.netflix-slider .swiper-slide:hover {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  z-index: 1;
}

.netflix-slider .swiper-slide:first-child:hover {
  margin: 0 40px;
}

.netflix-slider .swiper-slide:last-child:hover {
  /* margin: 0 -40px; */
}

/*# sourceMappingURL=styles.css.map */
.topo-megaganho {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 630px;
  margin: auto;
}

.plataformas {
  max-width: 558px;
  margin: 10px auto 30px;
}
div#loading {
  margin-top: 10px;
}
.topo-megaganho p {
  margin: 6px 0;
}
.ellipsis {
  animation: blink 1s infinite;
}
.megaganho {
  position: relative;
  overflow: visible;
}

.swiper-slide-modal img,
.swiper-slide img {
  border-radius: 15px;
  /* border: 2px solid #fff; */
  /* margin-bottom: 6px; */
  box-shadow: 0 0 8px #000;
}
.porcet-min,
.porcet-max {
  display: none;
}
.porcet-padrao {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}
.swiper-slide-modal .porcet-padrao {
  margin-top: 10px;
}
.swiper-slide-modal .porcet-min,
.swiper-slide-modal .porcet-max {
  display: flex !important;
  margin-top: 10px;
  flex-flow: wrap;
  width: 100%;
}
.roundedWidth {
  /* width: 26%; */
  font-size: 13px;
  margin-right: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 800;
}

/* Relevant progress bar CSS */
.bar {
  background: transparent;
  width: 94%;
  height: 15px;
  border: 1px solid #fff;
  border-radius: 5px;
  border-radius: 20px;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.bar-megaganho {
  position: relative !important;
  height: 16px !important;
  /* border-radius: 15px !important; */
  overflow: hidden;
  border: 2px solid #fff;
}

.bar-megaganho p {
  margin: 0;
}

.progress {
  width: 20px;
  height: 100%;
  border-radius: 15px;
  background: #dc3545;
  -webkit-transition: 600ms cubic-bezier(0.6, 0, 0.38, 1);
  -moz-transition: 600ms cubic-bezier(0.6, 0, 0.38, 1);
  -o-transition: 600ms cubic-bezier(0.6, 0, 0.38, 1);
  -ms-transition: 600ms cubic-bezier(0.6, 0, 0.38, 1);
  transition: 600ms cubic-bezier(0.6, 0, 0.38, 1);
  max-width: 100%;
}

.progress-min {
  background: #e5ac00 !important;
}

.progress-max {
  background: #28a745 !important;
}

.progress-megaganho {
  background: #0038c6 !important;
  -webkit-transition: 1800ms cubic-bezier(0.6, 0, 0.38, 1) !important;
  -moz-transition: 1800ms cubic-bezier(0.6, 0, 0.38, 1) !important;
  -o-transition: 1800ms cubic-bezier(0.6, 0, 0.38, 1) !important;
  -ms-transition: 1800ms cubic-bezier(0.6, 0, 0.38, 1) !important;
  transition: 1800ms cubic-bezier(0.6, 0, 0.38, 1);
  /* border: 2px solid white; */
}
.shadow {
  box-shadow: 0 0 14px #fff;
}

/* Pen Asthetics */

body {
  background: #191919;
}

#barcontainer {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0px;
  width: 300px;
  height: 200px;
}

div {
  text-align: center;
}

button {
  margin-top: 20px;
  display: inline-block;
  border: none;
  background: #444;
  padding: 15px;
  color: #fff;
  font-family: "Avenir Light";
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: 150ms linear;
  -moz-transition: 150ms linear;
  -o-transition: 150ms linear;
  -ms-transition: 150ms linear;
  transition: 150ms linear;
}

button:hover {
  box-shadow: 0px 0px 40px #111;
  -webkit-transition: 150ms linear;
  -moz-transition: 150ms linear;
  -o-transition: 150ms linear;
  -ms-transition: 150ms linear;
  transition: 150ms linear;
  color: #fff;
}
.tit-plataformas {
  margin-top: 30px;
}
.tit-plataformas p {
  margin-top: 0;
}
.lista-plataformas {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 40px 0 15px;
}

.hex {
  height: 89px;
  width: 80px;
  background-image: url("../img/hex.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  opacity: 0.4;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: grayscale(1);
}

.hex img {
  width: 75%;
  height: auto;
  margin: auto;
}

.hex:nth-child(2) {
  top: -25px;
  opacity: 1 !important;
  transform: scale(1.125);
  filter: inherit;
}

.menu-fixed {
  background: #0000ff;
  height: 60px;
  position: fixed;
  bottom: 15px;
  width: 250px;
  border-radius: 50px;
  z-index: 999999;
  left: 50%;
  transform: translateX(-50%);
}

ul.menu-list {
  display: flex;
  list-style-type: none;
  margin: 0;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 0;
  justify-content: center;
  gap: 35px;
}

ul.menu-list li {
  opacity: 0.5;
}

ul.menu-list li.active {
  opacity: 1;
}

.menu-fixed img {
  width: 40px;
  height: auto;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  z-index: 99999;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #191919;
  /* padding: 1rem 1.5rem; */
  width: 40rem;
  border-radius: 20px;
  max-width: calc(100vw - 10%);
  max-height: 85vh;
}

.header-modal {
  padding: 5px 0;
  display: flex;
  justify-content: center;
  justify-items: center;
  background: #0000ff;
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.close-button {
  /* float: right; */
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  background-color: lightgray;
  color: #0000ff;
  /* font-size: 22px; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  position: absolute;
  right: 8px;
  top: 6px;
}

.carregar-conteudo {
  padding: 35px 20px;
}

.close-button:hover {
  background-color: darkgray;
}

.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.btn-jogo {
  text-align: center;
  background: rgb(0 56 198);
  margin-top: 15px;
  padding: 5px 0;
  border-radius: 7px;
  box-shadow: -1px 1px 46px 32px rgb(0 56 198 / 68%);
  -webkit-box-shadow: -1px 1px 46px 32px rgb(0 56 198 / 68%);
  -moz-box-shadow: -1px 1px 46px 32px rgb(0 56 198 / 68%);
  animation: pulseHome10 1s infinite;
  width: 100%;
  max-width: 250px;
}
.btn-jogo a {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  line-height: 2;
  text-decoration: none;
}
.contentButton a:hover {
  text-decoration: none !important;
  color: #fff;
}

@keyframes pulseHome10 {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 56, 198, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 56, 198, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 56, 198, 0);
  }
}
@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
.swiper-slide-modal .img-slide {
  max-width: 230px;
}
.img-slide {
  margin-bottom: 6px;
  width: 100%;
  position: relative;
  webkit-border-radius: 15px;
  border-radius: 15px;
}
.moving-border::before,
.moving-border::after {
  content: "";
  position: absolute;
  /* inset: -1rem; */
  z-index: -1;
  background: linear-gradient(var(--angle), #032146, #c3f2ff, #3f00ff);
  animation: rotate 5s linear infinite;
  webkit-border-radius: 15px;
  border-radius: 15px;
  width: 105%;
  height: 103%;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.moving-border::after {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
@keyframes rotate {
  0% {
    --angle: 0deg;
  }
  100% {
    --angle: 360deg;
  }
}
@media screen and (min-width: 992px) {
  .roundedWidth {
    font-size: 17px !important;
  }
  .bar {
    height: 22px !important;
  }
  img.avatarExpert {
    width: 150px;
    margin-bottom: -15px;
  }
}

#footer-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  /* background: linear-gradient(90deg, #060606, #292929); */
  background: linear-gradient(90deg, rgb(25 25 25 / 0%), rgb(25 25 25 / 0%));
  backdrop-filter: blur(12px);
  box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 99999;
  /* border-top: 2px solid #00ffa3; */
}

#footer-menu button {
  background: none;
  border: none;
  color: #bbb;
  font-family: "Space";
  font-size: 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding: 6px 10px;
  position: relative;
  margin-top: 0 !important;
}

#footer-menu button span {
  font-size: 25px;
  margin-bottom: 2px;
}

#footer-menu button span svg {
  display: block;
  margin-bottom: 3px;
}

#footer-menu button.active {
  /* color: #00ffa3; */
  /* background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  box-shadow: inset 0 -2px 0 #fff; */
  font-weight: bold;
  color: #fff;
}

#footer-menu button:hover {
  box-shadow: none !important;
}

/* #footer-menu button.active span {
  animation: pulseIcon 1.6s ease-in-out infinite;
} */

#footer-menu button.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: #fff;
  border-radius: 10px;
  /* animation: glowBar 2s ease-in-out infinite; */
}

@keyframes pulseIcon {
  0%,
  100% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1.4);
  }
}

@keyframes glowBar {
  0%,
  100% {
    box-shadow: 0 0 5px #00ffa3;
  }
  50% {
    box-shadow: 0 0 15px #00ffa3;
  }
}

#iframe-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 65px); /* deixa espaço pro menu */
  background: #000;
  z-index: 99999;
  display: none;
  flex-direction: column;
}

.iframe-wrapper {
  flex: 1;
  /* border-top: 4px solid #00ffa3;
  border-radius: 10px 10px 0 0; */
  overflow: hidden;
}

.menu-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #4e0076; /* cor roxa do print */
  display: flex;
  justify-content: space-around;
  padding: 8px 0;
  z-index: 99; /* abaixo do iframe, que usará z-index maior */
}

.menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  font-size: 12px;
}

.menu-item .icon {
  font-size: 20px;
  margin-bottom: 4px;
}

.menu-item .label {
  font-size: 11px;
}
