.containerViewPost {
  position: relative;
  width: 50%; /* 100% */
  height: 100%;
  background-color: #000000;
  flex-direction: column;
  align-items: center;
  display: none;
  opacity: 1;
  overflow: hidden !important;
  animation: opacityShowGlobal 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}



.banner-post {
  width: 100%;
  height: calc(100dvw - 5%);
  background-image: url("https://image.tmdb.org/t/p/original/9tOkjBEiiGcaClgJFtwocStZvIT.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  position: absolute;
  box-shadow:
    inset 0 -120px 90px rgb(0, 0, 0),
    inset 0 -70px 70px rgba(0, 0, 0, 0.5),
    inset 0 20px 20px rgba(0, 0, 0, 0);
  z-index: 999;
}



.banner-post::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  transform: rotate(0deg);
  height: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 70%);
}













































.center {
  display: flex;
  justify-content: center;
  align-items: center;
}



@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');


:root {
  --body: #09090b;
  --primary: #09090b;
  --secondary: #27272a;
  --opt: #23232e;
  --opt-active: #f9f9f9;
  --shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  --border: 8px;
  --white: #ffffff;
  --red: #ba181b;
  /* --green:#09ff55; */
  --green: #00DB8B !important;
  --green-secondary: #29a56b;
  /* #00eeff */
  ;
  --yellow: #f5c71f;
  --border-color2: rgb(39, 39, 42);
  --rl: #0c9447;
  --r10: #0f7dc2;
  --r12: #e7b40c;
  --r14: #e67824;
  --r16: #db2827;
  --r18: #1d1815;
  --rBorderColor: #ffffffb9;
  --border-color: #23232e;
  --border-color2: rgb(39, 39, 42);
  --gray: #5f6069;  

  --header-height: 3rem;

  /*========== Colors ==========*/
  --hue: 174;
  --sat: 63%;
  --first-color: hsl(var(--hue), var(--sat), 40%);
  --first-color-alt: hsl(var(--hue), var(--sat), 36%);
  --title-color: hsl(var(--hue), 12%, 15%);
  --text-color: hsl(var(--hue), 8%, 35%);
  --body-color: hsl(var(--hue), 100%, 99%);
  --container-color: #FFF;

  /*========== Font and typography ==========*/
  --body-font: 'Open Sans', sans-serif;
  --h1-font-size: 1.5rem;
  --normal-font-size: .938rem;
  --tiny-font-size: .625rem;

  /*========== z index ==========*/
  --z-tooltip: 10;
  --z-fixed: 100;
}




.post {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9999999;
}


.info {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  z-index: 3;
  margin-top: calc(100% - 38%); /* 35% */
  background-color: transparent;
}


.info .infos {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 20px 30px;
}

.infos2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}



.logo-wrapper {
  width: auto;
  height: auto;
  max-width: 160px;
  max-height: 120px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: rgba(255, 0, 0, 0);
  margin-bottom: 8px;
}

.logo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
 /*  margin-bottom: 10px; */
}

.infos .title-post {
  font-size: 1.3em;
  font-weight: bold;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  display: block;
  transform: scaleY(1.1);
  transform-origin: bottom;
  font-weight: 600;
  padding: 0;
  margin: 0;
  padding-bottom: 16px;
  text-shadow: 2px 0px 2px #00000080;
}


.infos2 .a,
.infos2 .b {
  display: flex;
  justify-content: flex-start;
  color: #EBEBEB;
  margin-bottom: 7px;
  border-radius: 7px;
  font-size: 0.78em;
}


.infos2 .a span {
  display: flex;
  align-items: center;
  margin-right: 8px;
  padding: 2px 4px;
  font-weight: 600;
}

.infos2 .b span {
  margin-right: 10px;
  font-weight: 600;
  color: var(--green);
  color: #37f1a3;
}

.infos2 .a span:nth-child(1) {
  border: 1px solid #fff;
  border-radius: 4px;
}

.infos2 .a span:nth-child(2) {
  background: #F3F3F3;
  color: var(--primary);
  text-shadow: none;
  border-radius: 4px;
}

.infos2 .a span:nth-child(3) i {
  padding-right: 4px;
}

.infos2 .a span:nth-child(5) i {
  color: var(--yellow);
  padding-right: 4px;
}

.infos2 .b span:not(:last-child)::after {
  content: '\25AA';
  padding-left: 10px;
  font-weight: 600;
}


.voteAverage {
  display: flex;
  justify-content: center;
  align-items: center;
}

.voteAverage svg {
  color: rgb(255, 230, 0);
  margin-bottom: 2.03px;
  margin-right: 3px;
  margin-left: -5px;
}

.voteAverage p {
  color: rgb(255, 230, 0);
}




.rL {
  display: flex;
  justify-content: center;
  background-color: var(--rl);
  border: 1px solid var(--rBorderColor);
  border-radius: 3.5px;
  width: 23px;
  height: 22px;
  color: #fff;
}

.r10 {
  background-color: var(--r10);
  border: 1px solid var(--rBorderColor);
  border-radius: 3.5px;
  width: 23px;
  height: 22px;
  color: #fff;
}

.r12 {
  background-color: var(--r12);
  border: 1px solid var(--rBorderColor);
  border-radius: 3.5px;
  width: 23px;
  height: 22px;
  color: #fff;
}

.r14 {
  background-color: var(--r14);
  border: 1px solid var(--rBorderColor);
  border-radius: 3.5px;
  width: 23px;
  height: 22px;
  color: #fff;

}

.r16 {
  background-color: var(--r16);
  border: 1px solid var(--rBorderColor);
  border-radius: 3.5px;
  width: 23px;
  height: 22px;
  color: #fff;
}

.r18 {
  background-color: var(--r18);
  /*   border: 1px solid #fff;
  border-radius: 4px; */
  border: 1px solid var(--rBorderColor);
  border-radius: 3.5px;
  width: 23px;
  height: 22px;
  color: #fff;
}


.synopsis {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;

  max-height: 11.4rem !important;
  font-size: 0.81em;
  padding: 0 20px 0 20px;
  line-height: 1.5;
  letter-spacing: 0.022em;
  font-weight: 400 !important;
  color: #EBEBEB;
  font-family: 'Inter', sans-serif;
  /*   text-overflow: ellipsis; */
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.synopsis::-webkit-scrollbar {
  display: none;
}

.title-post {
  line-height: 0em !important;
}




#btn-back-to-search {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: auto;
  background-color: rgba(174, 0, 255, 0);
  position: fixed;
  left: 0;
  padding: 7px 5px;
  border: none;
}


#btn-options-post {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: auto;
  background-color: rgba(174, 0, 255, 0);
  position: fixed;
  right: 0;
  padding: 9px 5px;
  border: none;
}





















.info.showContainers {
  height: 100dvh;
}


.container-Playlists {
  touch-action: none;
  display: none;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 13px;
  flex-direction: column;
  background: linear-gradient(to top, #000a0e, black);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px 12px 0 0;
  z-index: 100;
  will-change: transform;
}



.containerEpList {
  touch-action: none;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  /*   height: calc(700px - 50vw);
  max-height: 60%; */
  height: 100%;
  padding: 13px;
  flex-direction: column;
  background: linear-gradient(to top, #000a0e, black);
  /*   border-top: 1px solid rgba(255, 255, 255, 0.1); */
  border-radius: 12px 12px 0 0;
  z-index: 100;
  will-change: transform;
}



.containerMenuTemp {
  display: none;
}

.btn-play_serie,
.btn-play_movie,
.btn-select-temp {
  width: 250px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  font-family: 'Inter', sans-serif;
  background-color: #00c47c;
  border-radius: var(--border);
  background-color: var(--green);
  height: 40px;
  font-size: 0.85em;
  position: relative;
  font-weight: 600;
  border-radius: 20px;
  color: #001E2B;
  z-index: 9999999;
}

.boxBtnTemp {
  width: 100%;
  height: 60px;
  margin-top: -11px;
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.050);
}

#btn-select-temp {
  height: 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #121b22 !important;
  color: var(--green) !important;
  margin-top: 0 !important;
  display: flex !important;
}

.btn-select-temp i {
  font-size: 1.2em;
  display: inline-block;
  vertical-align: middle;
  transform-origin: center center;
  transform: rotate(180deg);
}


.epList {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  position: relative;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-y;
  /* Permite scroll vertical, mas avisa ao navegador para observar */
  overflow-y: auto;
  /* Garante que o scroll interno funcione */
  -webkit-overflow-scrolling: touch;
}

.epList::-webkit-scrollbar {
  display: none;
  /* Para Chrome/Safari */
}


.info-ep {
  background: linear-gradient(90deg, #25252b33, #16161a69);
  width: 100%;
  height: 76px;
  border-radius: 4px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.info-ep img {
  width: 130px;
  aspect-ratio: 16 / 9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
}

.info-ep p {
  color: #fff;
  font-size: 0.7em;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.menu-options-temp {
  width: 250px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  color: #ffffffb0;
  font-size: 0.9em;
  position: absolute;
  max-height: 200px;
  overflow-y: auto;
  top: 50px;
  left: 50%;
  transform: translate(-50%);
  border-radius: 7px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  border: none;
  display: none;
  z-index: 9;
}

.menu-options-temp::-webkit-scrollbar {
  display: none;
}

.menu-options-temp> :first-child {
  border-radius: 4px 4px 0 0;
}

.menu-options-temp> :last-child {
  border-radius: 0 0 4px 4px;
  border-bottom: none;
}

.temp {
  width: 100%;
  height: 38px;
  display: flex;
  top: 0;
  justify-content: center;
  align-items: center;
  background-color: var(--primary);
  border-bottom: 1px solid rgb(0, 0, 0);
}









.playlist-list {
  margin-top: 0px;
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  grid-auto-flow: row;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow-y: auto;
  position: relative;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.playlist-list::-webkit-scrollbar {
  display: none;
  /* Para Chrome/Safari */
}

.card-info-playlists {
  background: linear-gradient(90deg, #25252b33, #16161a69);
  aspect-ratio: 2/3;
  width: auto;
  height: auto;
  flex-shrink: 0;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.card-info-playlists img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 4px !important;
}

.card-info-playlists p {
  color: #fff;
  font-size: 0.7em;
  font-weight: bold;
  letter-spacing: 0.5px;
}








































/* Responsividade Básica para o conteúdo existente */
@media screen and (max-width: 1024px) {
  .info .infos {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .info {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  /*   .logo {
    width: calc(100vw - 22em) !important;
    max-width: 180px;
  } */

  .info .infos {
    padding: 0 20px;
    width: 100%;
  }

  .infos2 .a,
  .infos2 .b {
    justify-content: center;
    align-items: center;
  }
}





@media screen and (max-width: 480px) {
  /*  .logo {
    width: calc(100vw - 17em) !important;
    max-width: 180px;
  } */
}