/* @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
:root {
  --resol-h: 100vh;
  --resol-w: 100vw;
  --hdresol-h: 100vh;
  --hdresol-w: 100vw;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  scroll-behavior: auto;
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal
}

body {
  display: flex;
  flex-direction: column-reverse;
  background-color: #000;
}

.esconder {
  opacity: 0;
}

.sendBack {
  z-index: -1 !important;
}

.sendFront {
  z-index: 5 !important;
}

.sp--body-login {
  background-image: url('../assets/imagens/bg2.jpeg');
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: var(--resol-w);
  height: var(--resol-h);
}

.conteudo {
  position: absolute;
  bottom: 2vh;
  height: 55vh;
  width: 100vw;
  padding-right: 1vw;
  overflow: hidden;
  z-index: 50;
  transition: all 0.5s ease;
}

#my-player{
  display: block;
    z-index: 999 !important;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}

.kaltura-player-container{
  display: block !important;
}

.channel-content {
  position: absolute;
  bottom: 0.5vw;
  height: 41vh;
  width: 95vw;
  left: 5%;
  overflow: auto;
  z-index: 3;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
}
.channel-content .c-categories {
  width: 95vw;
  position: relative;
  top: 0;
  margin-right: 1vw;
  display: flex;
  flex-direction: row;
  padding-bottom: 6vh;
  overflow-y: hidden;
  overflow-x: auto;
  padding-right: 6%;
}
.channel-content .c-content {
  padding-top: 0.5vh;
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
}
.channel-content .c-category {
  background-color: #424242;
  color: #ededed;
  padding: 0 1vw;
  border: 2px solid transparent;
  border-radius: 1.75rem;
  margin-right: 0.9rem;
  height: 6.5vh;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5vh;
}
.channel-content .c-category:focus {
  background-color: #B36C2C;
  border-color: transparent;
  color: #ffffff;
}
.c-category.active {
  background-color: #e56a00;
  border-color: #e56a00;
  color: #ffffff;
}

.canais > .thumb {
  border-radius: 0 !important;
  background-color: rgb(243, 243, 243);
}

.sp--parental-type-and-duration{
  color:rgba(255, 255, 255, 0.733);
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 14vw;
  margin-top: 2vh;
  font-weight: 400;
  font-size: 2vh;
}

.max-width-program{
  max-width: 18vw !important;
}

.fFilmes {
  margin-right: 1vw;
}

.sp--parental-type-and-duration .cl-livre,
.sp--parental-type-and-duration .cl-10,
.sp--parental-type-and-duration .cl-12,
.sp--parental-type-and-duration .cl-14,
.sp--parental-type-and-duration .cl-16,
.sp--parental-type-and-duration .cl-18 {
    width: 4vh;
    height: 4vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    border-radius: 4px;
    left: 0;
    border: 2px solid white;
    
}

.sp--parental-type-and-duration .cl-livre {
    background-color: green;
}

.sp--parental-type-and-duration .cl-10 {
    background-color: rgb(0, 191, 255);
}

.sp--parental-type-and-duration .cl-12 {
    background-color: rgb(255, 217, 2);
}

.sp--parental-type-and-duration .cl-14 {
    background-color: orange;
}

.sp--parental-type-and-duration .cl-16 {
    background-color: red;
}

.sp--parental-type-and-duration .cl-18 {
    background-color: black;
}

.opaco {
  /* opacity: 0.2; */
}

.tmpBotoes {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 6vh;
  width: 100%;
  padding-left: 5.5vw;
}

.tmpBotoes .tmpButton {
  background-color: rgba(0, 0, 0, 0.2);
  height: 5vh;
  border: solid 2px white;
  border-radius: 1vh;
  color: white;
}

.temporadas {
  height: 37vh;
}

#temporada {
  padding-top: 4vh;
}

.tmpBotoes button {
  display: flex;
  outline: none;
  align-items: center;
  text-align: center;
  color: white;
  background-color: #333;
  font-weight: 500;
  font-size: 1.6vh;
  height: 4vh;
  width: 15vw;
  margin-left: 2vw;
  border-style: none;
  border-radius: 50px;
  box-shadow: 0 0 10px black;
  transition: all 0.2s ease;
  justify-content: center;
}

.tmpBotoes button:focus {
  background: linear-gradient(#B36C2C, #c2410c);
  color: #333;
  border: 2px solid transparent;
  font-weight: 600;
}

.serieFav{
  margin: 0 !important;
}

.categoria,
.avatar-slider {
  height: 20vh;
  z-index: 1500;
  margin-bottom: 1vh;
}

.avatar-slider {
  width: 90vw;
  margin-bottom: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0 !important;
}

.categoria p {
  font-weight: 500;
  font-size: 2vh;
  text-shadow: 1px 1px black;
  display: flex;
  justify-content: left;
  color: white;
  margin-left: 4.5vw;
}

::-webkit-scrollbar {
  width: 0;
}

.thumb {
  border-radius: 12px;
  height: 23vh !important;
  filter: saturate(0.4);
  text-align: center;
  border: solid 2px transparent;
}

.cifrao {
  width: 40px;
  transform: translateX(-45px);
  margin-right: -40px;
  z-index: 9999;
}

.thumb:focus,
.fcanais:focus {
  filter: saturate(1.2);
  border-radius: 0;
  cursor: pointer;
  z-index: 99;
  border: 4px inset transparent;
  box-shadow: 0 0 0 3px darkorange;
  /* outline: 3px solid darkorange; */
  outline: none !important;
  border-radius: 12px;
  /* box-shadow: 0 0 0 3px darkorange; */
  
}


.swiper-wrapper {
  padding: 4px;
  margin-left: -30vw;
  transition: all ease-in-out 0.1s !important;
}

.swiper {
  padding: 0 4.6vw !important;
}

.swiper2 {
  overflow: hidden;
  /* margin-bottom: 30px; */
}

.thumbIMG {
  height: 13vh;
  width: 13vh;
  align-self: center;
  justify-self: center;
  border-radius: 10px;
}

.fcanais {
  display: flex;
  justify-content: center;
  align-items: center;
  content: attr('data-logo') !important;
  border-style: none;
  height: 15vh !important;
  width: 15vh !important;
  padding: 0 !important;
  border: 4px solid transparent;
}

.filmesCategoria {
  width: 100vw;
  padding: 2vh 2vh;
  height: 78vh;
  margin-top: 15vh;
  margin-left: 8vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  overflow: auto;
}

.player-poster {
  background-size: contain !important;
}

.fcanais:focus {
  /* justify-content: flex-start; */
  /* width: 860px !important; */
  border: 4px inset transparent;
  box-shadow: 0 0 0 3px darkorange;
  outline: none;
  /* padding: 20px; */
  /* text-align: left; */
}

/* 
.c-canais{
    bottom: 2%;
    height: 45% !important;
}

.sw-canais{
    margin-left: -778px !important;
}

 */
/* 


.fcanais:focus .thumbIMG{
    width: 150px;
    height: 150px;
    align-self: left;
    margin-right: 60px;
    filter: drop-shadow(0 0 10px #111);
}


.fcanais:focus .thumbTitulo{
    margin-bottom: 25px;
    margin-top: -50px;
    width: 600px;
    font-size: 30px;
    font-weight: 700;
    align-self: flex-start;
    justify-self: flex-start;
}

.fcanais:focus .thumbAtual{
    width: 500px;
    font-size: 24px;
    color: #ccc;
    align-self: flex-start;
    justify-self: flex-start;
} */

.sp--formArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 45vw;
}

.sp--form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  z-index: 999;
  height: 100vh;
}

.sp--form h1{
  font-size: 4rem;
}

.criar {
  padding: 0;
  margin-top: 350px;
  margin-bottom: 100px;
  border-right: none !important;
}

.avatares {
  padding-bottom: 200px !important;
  overflow: visible !important;
  width: 90vw;
  display: flex;
  align-items: center;
  justify-content: center;
}



.sp--form-logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 12vw;
  margin: 1vw;
  padding: 4vh;
}

.sp--qr-Area{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  min-width: 30vw;
  height: 100vh;
}

.sp--title-qr{
  margin: 1vh 0;
  font-size: 1.9rem;
}

.sp--qr-number{
  font-size: 4rem;
  font-weight: bold;
}

.sp--qr-tip{
  max-width: 15vw;
  text-align: center;
  margin: 10px 0;
  font-size: 1.6rem;
}

.sp--qrcode{
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp--qrcode svg{
  border-radius: 1vw;
  height: 30vh;
  width: 30vh;
}

/* <section class="sp--qr-Area">
      <p class="sp--title-qr">Escaneie para entrar.</p>
      <div class="sp--qrcode"></div>
      <p class="sp--qr-number">000000</p>
      <p class="sp--qr-tip">Digite este código no seu celular!</p>
    </section> */

.sp--formErro {
  font-size: 20px;
  color: red;
  animation-name: anim-erro-login;
  animation-duration: 1s;
  animation-direction: alternate-reverse;
  animation-iteration-count: infinite;
}

.sp--form-email,
.sp--form-senha,
.sp--form-entrar,
.entrar--qrcode {
  margin-top: 20px;
  height: 7vh;
  width: 40vw;
  padding-left: 3vw;
  border-radius: 0.5vw;
  border-style: none;
  outline: none;
  background-color: #2b303560;
  font-weight: 700;
  font-size: 1.5vw;
  color: white;
  border: 2px solid transparent;
}

.sp--form-bemvindo{
  margin-bottom: 5vh;
}

.sp--entrar-conta{
  font-size: 1.5rem;
}

.btnQrCode {
  z-index: 9999;
  margin-top: 45%;
}

.sp--form-entrar {
  margin-top: 5vh;
  height: 8vh;
  font-size: 2rem;
  width: 12vw;
  padding: 0 !important;
  background: linear-gradient(to top, #c2410c, #f97316);
  color: white;
}

.entrar--qrcode {
  /* margin-top: 50px; */
  height: 60px;
  background-color: #222;
  color: #ff9900;
  border: 2px solid #333;
}

.sp--form-email:focus,
.sp--form-senha:focus,
.sp--form-entrar:focus,
.entrar--qrcode:focus {
  border: 2px solid #ffb000;
}

.req {
  border: 2px solid red !important;
}

.sp--form-entrar:focus,
.entrar--qrcode:focus {
  background-color: #ffb000;
  color: #333;
  border-color: #333;
  border-style: solid;
  border-width: 2px;
}

.sp--carregar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.sp--carregar-item {
  height: 3px;
  width: 100px;
  animation-name: anim-load;
  animation-duration: 0.5s;
  animation-direction: alternate-reverse;
  animation-iteration-count: infinite;
}

.vjs-loading-spinner {
  /* transform: translateX(-50%) !important; */
  height: 5px !important;
  width: 100px !important;
  border: none !important;
  animation-name: anim-videoLoad !important;
  animation-duration: 1s !important;
  animation-direction: alternate-reverse !important;
  animation-iteration-count: infinite !important;
  visibility: visible !important;
}

.erroLabel {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100px;
  text-align: center;
  color: white;
  font-weight: 500;
  font-size: 30px;
  line-height: 3;
  top: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}

.mostrarErro {
  display: block;
}

.video-js {
  width: var(--resol-w) !important;
  height: var(--resol-h) !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 999;
}

/* li.vjs-menu-item.vjs-texttrack-settings {
    display: none;
} */

.vjs-menu .vjs-menu-content {
  display: flex !important;
  width: 300px !important;
  flex-direction: column;
  justify-content: center !important;
  margin-right: 10px !important;
  align-items: flex-start;
  position: fixed !important;
  bottom: 5% !important;
  right: 0 !important;
}

.vjs-menu li {
  text-align: center !important;
  width: 100%;
}

.btnProximoEp {
  height: 60px !important;
  width: 250px !important;
  position: fixed !important;
  left: calc(100% - 300px) !important;
  top: calc(100% - 130px) !important;
  background-color: rgba(0, 0, 0, 0.4);
  border: solid 2px #ffb000 !important;
  box-shadow: 0 0 5px black;
  border-radius: 50px !important;
  color: black;
  font-size: 20px !important;
  font-weight: 600 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  outline: none;
}

.nxt {
  display: none;
}

.icoPlayerPlayPause {
  opacity: 0;
  content: url('../assets/icones/icoPlayerPlay.png');
  position: fixed;
  top: 50%;
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  border-radius: 50px;
}

.icoPlay {
  content: url('../assets/icones/icoPlayerPlay.png') !important;
}

.icoPause {
  content: url('../assets/icones/icoPlayerPause.png') !important;
}

.icoRetro,
.icoAvancar {
  position: fixed;
  opacity: 0;
  top: 50%;
  width: 100px;
  height: 100px;
}

.icoAvancar {
  left: calc(50% + 500px);
  content: url('../assets/icones/icoPlayerAvancar.png') !important;
}

.icoRetro {
  left: calc(50% - 600px);
  content: url('../assets/icones/icoPlayerRetro.png') !important;
}

.showControlIcons {
  opacity: 1 !important;
}

.vjs-modal-dialog {
  opacity: 0;
}

.vjs-control-bar {
  background-color: transparent !important;
}

.vjs-theme-sea {
  font-size: 18px !important;
  font-weight: 600 !important;
}

#player2 {
  position: absolute;
  left: 5%;
  top: 15vh;
  border-radius: 10px;
  z-index: 999;
  height: 40vh;
  width: 40vw;
}

.series-swiper{
  padding: 0 !important;
}


@media screen and (max-width: 1500px) {
  .sp--form h1{
    font-size: 2rem;
  }
  .sp--entrar-conta{
    font-size: 1rem;
  }
  .sp--form-entrar{
    font-size: 1rem;
  }
  .sp--title-qr{
    font-size: 1rem;
  }
  .sp--qr-number{
    font-size: 2rem;
  }
  .sp--qr-tip{
    max-width: 15vw;
    text-align: center;
    margin: 1vh 0;
    font-size: 0.8rem;
  }

}
