@font-face {
  font-family: 'Poppins';
  src: url('../dist/fonts/Poppins-Regular.otf') format('opentype');
  font-weight: 400;
}

@font-face {
  font-family: 'Poppins';
  src: url('../dist/fonts/Poppins-Bold.otf') format('opentype');
  font-weight: bold;
}

@font-face {
  font-family: 'Poppins';
  src: url('../dist/fonts/Poppins-Medium.otf') format('opentype');
  font-weight: 500;
}

@font-face {
  font-family: 'Poppins';
  src: url('../dist/fonts/Poppins-SemiBold.otf') format('opentype');
  font-weight: 600;
}
@font-face {
  font-family: 'CircularStd';
  src: url('../dist/fonts/CIRCULARSTD-MEDIUM.TTF') format('opentype');
  font-weight: 400;
}

@font-face {
  font-family: 'CircularStd';
  src: url('../dist/fonts/CIRCULAR-STD-BOLD.TTF') format('opentype');
  font-weight: bold;
}

@font-face {
  font-family: 'CircularStd';
  src: url('../dist/fonts/CIRCULAR-STD-MEDIUM-500.TTF') format('opentype');
  font-weight: 500;
}

* {
  font-family: 'CircularStd';
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  --swiper-navigation-top-offset: 45%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: white;
  --swiper-navigation-size: 30px;
  --swiper-pagination-bullet-horizontal-gap: 3px;
  --swiper-pagination-color: white;
  --swiper-pagination-bullet-inactive-color: white;
  --swiper-pagination-bullet-inactive-opacity: 0.5;
  --swiper-pagination-bullet-size: 10px;
}

:root {
  --subtitle-color: #ffffff;
  --subtitle-size: 48px;
  --defaultCarousel-ml: 70px;
  --tvodSuperRelease-height: 296px;
}

::cue {
  color: var(--subtitle-color);
  font-size: var(--subtitle-size);
  background: transparent;
}

a {
  color: inherit;
}

html {
  font-size: 16px;
}

body{
  min-height: 100vh;
  overflow-x: hidden !important;
}

@media (max-width: 425px) {
  html {
    font-size: 12px;
  }

  .headerCarousel .single-card-contents {
    min-height: 90vh !important;
    height: 100%;
  }

  .navbar-mobile .app-bar .drawer {
    top: -357px;
  }
  .details .why-watch-sec {
    width: 90vw;
  }
}

.banner {
  height: 1100px;
  position: relative;
}

.info {
  position: absolute;
  top: 170px;
}

.buttons {
  position: absolute;
  top: 223px;
}

.banner-content {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.banner-content p {
  padding-bottom: 16px;
}

.cl-white {
  color: #fff;
}

.img-card {
  height: 170px;
  width: 300px;
}

.fs-minor {
  font-size: 1.0625rem;
}

.fs-little {
  font-size: 0.8rem !important;
  line-height: 0.8rem !important;
}

.fs-small {
  font-size: 1.3125rem !important;
}

.fs-middle {
  font-size: 1.4375rem !important;
}

.fs-large {
  font-size: 1.5625rem !important;
}

.fs-bigger {
  font-size: 5.8125rem !important;
  line-height: 7rem;
}

.fs-big {
  font-size: 2.5rem !important;
  line-height: 2rem;
}

.fs-huge {
  font-size: 8.75rem !important;
  line-height: 5rem;
}

.fs-other {
  font-size: 2rem !important;
}

.fw-regular {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semiBold {
  font-weight: 600;
}

.fw-bold {
  font-weight: bold;
}

.ln-gradiente {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.9),
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.4)
  );
}

.search-item-mobile {
  display: none;
}

.footer {
  display: none;
  background-color: black;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 70px;
}

.footer-itens {
  width: 80%;
  margin: auto;
}

.footer-itens ul {
  position: absolute;
  width: 320px;
  left: 50%;
  transform: translateX(-50%);
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  background-color: transparent;
}

.footer-itens li {
  float: left;
}

.footer-itens li a {
  display: block;
  text-align: center;
  padding: 16px 10px 0 0;
  text-decoration: none;
}

.navbar {
  position: absolute;
  top: 0;
  width: 100%;
  height: 80px;
  background-color: transparent;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-inline: calc(1vw + 1%);
  margin-top: -5px;
}

.navbar ul {
  list-style-type: none;
  padding: 0;
  background-color: transparent;
  overflow: scroll;
  display: flex;
  scrollbar-width: none;
  height: auto;
}

.navbar ul::-webkit-scrollbar {
  display: none;
}

.navbar li a {
  cursor: pointer;
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 16px 0 0;
  text-decoration: none;
  font-size: calc(1.5vw + 10%);
}

.navbar li a.dark-text {
  color: #000 !important;
}

.navbar li:has(.dark-text) #search-icon {
  filter: invert(1) !important;
}

.navbar:has(.dark-text) .user img {
  filter: invert(1) !important;
}

.navbar:has(.dark-text) .user a {
  color: #000 !important;
}

/* for firefox */
.navbar li a.dark-text #search-icon {
  filter: invert(1) !important;
}

.navbar #user-logout.dark-text img{
  filter: invert(0) !important;
}

.navbar #user-logout.dark-text a{
  color: #FFFF !important;
}
/* @media (max-width: 1024px) {
  .navbar li a {
    font-size: 1rem;
  }
} */

.navbar li .search-item-mobile {
  display: none;
}

.navbar li a.active {
  color: #fff;
}

.navbar li a img {
  width: 14px;
  vertical-align: middle;
  padding-left: 8px;
}

.avatar,
.avatar-mobile {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.avatar a,
.avatar-mobile a {
  padding: 0 !important;
}

.avatar #avatar-img,
.avatar-mobile #avatar-img {
  cursor: pointer;
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin: auto 0;
  width: clamp(45px, 4vw, 90px);
  height: clamp(45px, 4vw, 90px);
}

.avatar-img-no-tv:focus {
  /* outline: 3px solid #66FECB !important; */
}

.user {
  position: absolute;
  top: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 3px;
}

.user .arrow {
  margin: auto;
  width: 34px;
  display: block;
  transform: rotate(90deg);
}

.user a {
  display: block;
}

.mt-5 {
  margin-top: 5rem !important;
}

.liked-not-found {
  margin: 4rem 0 0 1.5rem;
}

.liked-not-found.visble {
  display: block;
}

@media (max-width: 768px){
  .liked-not-found {
    margin-top: 7rem;
  }
  .details .why-watch-sec {
    width: 60vw;
  }
}

.banner-button {
  margin-top: 1.350rem;
  background-color: #66FECB;
  color: #000;
  border: none;
  /* padding: 0.9375rem; */
  height: 50px;
  padding-left: 60px;
  padding-right: 60px;
  font-weight: normal;
  border-radius: 6px;
  cursor: pointer;
}

.secondary-btn-color {
  background-color: rgb(68 64 62 1) !important;
}

.banner-button-favorite {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 21px 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.banner-button-favorite img {
  margin-right: 0.5vw !important;
  width: 4rem;
  color: #000;
  vertical-align: middle;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

form {
  position: relative;
  max-width: 500px;
  margin-top: 120px;
  margin-left: 110px;
  color: #ffffff;
}

form input {
  font-size: 18px;
}

form .logo-form {
  width: 220px;
}

form .verification-input {
  margin: 50px 0 12px;
}

form .subtitle {
  margin: 34px 0;
  line-height: 20px;
}

form .form-button {
  color: #000000;
  padding: 8px 28px;
  font-weight: 400;
  /* font-size: 24px; */
  display: block;
  margin-top: 14px;
  background-color: #66FECB;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

form .width500 {
  width: 500px;
}

@media (max-width: 660px){
  form .width500 {
    width: fit-content;
    max-width: 500px;
  }
  .details .why-watch-sec {
    width: 60vw;
  }
}

form .center-all {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

form .center-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

form .center-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

form .center-by-margin {
  margin: 0 auto;
  text-align: center;
}

form .advance-button {
  margin: 0 auto 1rem auto;
}

.already-subscriber,
form .center-x .not-verification {
  margin-top: 90px;
  color: #9b9897;
}

form .already-subscriber p span {
  color: #ffffff;
}

form .button-assign,
.button-enter,
form .button-back,
.button-advance{
  display: inline-block !important;
  vertical-align: middle;
  cursor: pointer;
}

form .button-back {
  margin-right: 16px;
}

form .button-enter {
  padding: 8px 37px;
  margin-left: 28px;
}

.container-text-know-us {
  width: 88vw;
  text-align: end;
  position: absolute;
  top: 96px
}

.container-text-know-us .text-movie-know {
  line-height: 34px;
}

.know-us .button-enter,
.know-us .button-know-us,
.know-us .button-subscribe{
  /* padding: 8px 37px; */
  display: block;
  min-width: 170px;
  text-align: center;
}

.know-us .button-enter {
  margin-left: 0;
}

.know-us .button-know-us,
.know-us .button-subscribe{
  width: fit-content;
}

.know-us form {
  margin-top: 0;
}

form .button1,
.button2 {
  display: inline-block;
  vertical-align: middle;
}

form .button1 {
  padding: 1rem 2rem;
}

form .button2 {
  margin-left: 1.75rem;
  font-size: 0.75rem;
  text-align: start;
  display: inline-flex;
  padding: 0.5rem 0.75rem;
}

form .width500 a .send-button,
form .width500 a .define-password {
  width: max-content;
}

form .button2 .gift-img {
  height: 3.5625rem;
  padding-right: 0.75rem;
  filter: invert(1);
}

form .observation {
  margin-top: 52px;
  width: min(100%, 90vw);
}

.rounded-input {
  margin: 0.75rem 0 2rem;
  border-radius: 10px;
  padding: 1rem;
  border-bottom: none;
  width: 80vw;
  max-width: 450px;
  color: #9b9897;
  background: none;
  background-color: #ffffff;
}

.rounded-input:focus {
  color: #000;
}

.login .rounded-input {
  color: #000;
}

.title.login-title.fs-big.fw-regular {
  color: white;
}

form .coupon-info .coupon-text {
  margin-bottom: 50px;
  display: inline-flex;
  text-align: start;
}

form .coupon-info .coupon-text .gift-img {
  height: 70px;
  margin-right: 16px;
}

form .coupon-info .coupon-buttons .button-back {
  padding: 8px 38px;
}

input[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 3px solid white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: transparent;
  background: none;
  aspect-ratio: 1/1;
}

input[type='radio']:checked {
  background-color: white;
}

form .select-plans .plan {
  margin: 1rem 0;
}

form .subtitle-plan {
  margin: 70px 0 0;
}

form .select-plans .plan {
  display: flex;
  align-items: center;
}

form .select-plans .plan input[type='radio'] {
  width: 50px;
  height: 50px;
  margin-right: 1rem;
}

form .coupon-input {
  margin: 2px 0 32px;
}

form .radio-debit,
form .radio-credit {
  position: relative;
  height: 30px;
  margin-bottom: 22px;
}

form .radio-debit input,
form .radio-credit input,
form .radio-others-payment .radio-ticket input,
form .radio-others-payment .radio-pix input,
form .radio-accept-terms input,
form .radio-payment-method input{
  margin-top: 0;
  width: 30px;
  height: 30px;
  border-radius: 8px;
}

form .radio-payment-method {
  display: flex;
  align-items: center;
  gap: .5rem;
}

form .radio-payment-method label {
  letter-spacing: -1px;
}

form .radio-debit label,
form .radio-credit label {
  left: 42px;
}

form .payment-inputs {
  margin-bottom: 28px;
}

form .payment-inputs input {
  margin: 12px 0 6px;
}

form .payment-inputs .card-group {
  width: 100%;
  display: inline-flex;
}

form .payment-inputs .card-group .card-validate-input {
  margin-right: 8px;
}

form .divider {
  height: 1.5px;
  background-color: #fff;
}

form .radio-others-payment {
  margin: 28px 0 28px;
  height: 30px;
  position: relative;
  display: inline-flex;
}

form .radio-others-payment .radio-ticket label {
  left: 44px;
}

form .radio-others-payment .radio-pix label {
  left: 194px;
}

form .radio-others-payment .radio-pix input {
  left: 150px;
}

form .radio-accept-terms {
  margin-top: 28px;
}

form .radio-accept-terms label {
  line-height: 1rem !important;
}

form .radio-accept-terms label a{
  color: #66FECB;
}

form .title-payment {
  margin-bottom: 42px;
}

form .payment-buttons {
  margin-top: 28px;
  display: inline-flex;
}

form .login-title {
  margin-left: 35% !important;
  margin-bottom: 32px;
}

form .login-buttons {
  margin-top: 32px;
  margin-left: -30px;
}

form .login-buttons .forgot-pass,
form .login-buttons .or-text {
  color: #9b9897;
}

form .login-buttons .forgot-pass {
  margin-top: 52px;
}

form .login-buttons .or-text {
  margin: 32px 0;
}

form .login-buttons .enter-button {
  width: max-content;
}

form .title-gift {
  padding-bottom: 38px;
}

form .gift-buttons {
  margin-top: 157px;
}

form .spacer-register,
form .spacer-verification,
form .spacer-password {
  height: 200px;
}

h2.carousel-title {
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #FFF !important
}
.defaultCarouselChild .swiper-slide {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.defaultCarouselChild .swiper-slide img {
  /* border: 1px solid rgba(255, 255, 255, 0.591);  */
}

.defaultCarouselChild .swiper-slide img:hover {
  /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
  /* border: 1px solid rgba(255, 255, 255, 0.591) ; */
  /* transform: scale(1.1) translateY(-10px); */
}
.defaultCarouselChild a{
  color: #FFFF !important;
}
.swiper-slide h4 {
  color: #FFFF !important;
}
.defaultCarousel {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: var(--defaultCarousel-ml);
}

.defaultCarousel img {
  width: 100%;
  height: auto;
}

.defaultCarouselChild {
  margin-bottom: 15px;
}

.single-card-contents {
  background-position: center;
  background-size: cover;
  height: 80vh;
  padding-left: 70px;
  padding-top: 40px;
  padding-right: 70px;
}

.card-name {
  position: absolute;
  padding-left: 13px;
  padding-top: 13px;
}

.card-description {
  width: 40vw;
  padding: 10px;
  text-align: justify;
}

.slider-divider {
  border-bottom: 2px solid #fff;
  width: 89vw;
  opacity: 0.4;
}

.slider-divider-header {
  position: absolute;
  border-bottom: 2px solid #fff;
  width: 85vw;
  opacity: 0.4;
}

.arrow {
  width: 100px;
}

.pop-vertical {
  height: 700px !important;
  padding-left: 26px !important;
  padding-right: 25px !important;
}
.pop-vertical  img {
  height: auto;
}

.card-pop {
  position: absolute;
  width: 120%;
  /* max-width: 325px; */
  height: 400px;
  top: -20px !important;
  left: -28px !important;
  padding-left: 28px;
  padding-right: 26px;
  padding-top: 10px;
  background-color: #ffffff;
  border-radius: 10px;
  display: none;
  align-self: center;
  justify-self: center;
  transition: opacity 0.1s ease;
  z-index: 10000000000 !important;
  flex-direction: column;
  align-items: start;
}
.img-pop {
  border-radius: 8px;
}

.card-pop #title-sec {
  width: 100% !important;
}

.info-row {
  display: flex;
  flex-direction: row;
  justify-content: left !important;
  text-align: left !important;
  align-items: center !important;
  align-self: self-start !important;
  margin-bottom: 0.3vw;
}
.info-row .info-row .pop-bold {
  justify-self: center !important;
  text-align: start;
  align-items: start;
}

.pop-bold {
  padding: 8px;
  text-align: left;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #000;
}
.swiper, swiper-container {
  overflow: visible !important;
}
.pop-normal {
  text-align: left;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  color: #000;
}

.pop-medium {
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #000;
}

.swiper-slide:has(.card-name) {
  cursor: pointer;
}

/* .swiper-slide:hover .card-pop,
.grid-horizontal-card:hover .card-pop,
.collection:hover .card-pop,
.grid-item:hover .card-pop {
  top: 0;
  display: flex;
  opacity: 1;
  animation: cardPopShow .4s;
} */

.card-pop.show {
  top: 0;
  display: flex;
  opacity: 1;
  animation: cardPopShow .4s;
}

@keyframes cardPopShow{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}

.collection {
  cursor: pointer;
}

#captchadiv {
  margin-left: 90px;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.carousel-vertical-card:hover{
  top: 0;
  display: flex;
  opacity: 1;
}

.card-pop .title-spc {
  width: 5px;
}

.banner-content .divider {
  position: absolute;
  width: 100%;
  top: 684px;
  border-bottom: 2px solid #fff;
}

.title-banner-genre {
  position: absolute;
  top: 705px;
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
  padding-left: 6px;
}

.banner-carousel-title {
  position: absolute;
  top: 440px;
  left: 6px;
}

.carousel-banner-container {
  position: relative;
  top: 750px;
  overflow-x: scroll;
  overflow-y: clip;
  scroll-behavior: smooth;
  white-space: nowrap;
}

.carousel-banner-container::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.grid-horizontal-card {
  cursor: pointer;
  position: relative;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 280px;
  height: 200px;
}

.grid-horizontal-card h4 {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.grid-horizontal-card h3 {
  position: absolute;
  top: 0;
  padding-left: 13px;
  padding-top: 5px;
}

.grid-horizontal-card p {
  position: absolute !important;
}

.grid-horizontal-card img {
  object-fit: cover;
}

.carousel-itens {
  overflow-x: scroll;
  overflow-y: clip;
  scroll-behavior: smooth;
  white-space: nowrap;
}

.carousel-itens::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.carousel-container .carousel h2 {
  width: 80%;
  margin: auto;
  padding: 25px 0 10px 6px;
}

.carousel-container .carousel .carousel-itens h4 {
  color: black;
}

.carousel-container .carousel .carousel-itens p {
  top: 1px;
}

.carousel-container .carousel .carousel-itens .carousel-card {
  width: 498px;
}

/* .carousel-container .carousel .carousel-itens .carousel-card img {
  width: 100%;
} */

.card-vertical {
  height: 850px !important;
}

.slider-banner {
  position: relative;
}

.slider {
  position: relative;
  height: 950px;
  width: 100%;
  overflow: hidden;
}

.slider-info {
  position: absolute;
  top: 70px;
}

.slider img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: -1;
}

.slider img.ativo {
  opacity: 1;
}

.indicadores {
  position: absolute;
  bottom: 26px;
  left: 0;
  right: 0;
  text-align: center;
}

.indicador {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0 0.125rem;
  border-radius: 50%;
  background-color: #a0a1a3;
  cursor: pointer;
}

.indicador.ativo {
  background-color: #fff;
}

.slider-banner-content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 450px;
}

.slider-banner-content .arrow {
  position: absolute;
  top: 100%;
  right: -40px;
  width: 100px;
}

.slider-banner-content .contents {
  position: absolute;
  width: 100%;
  top: 34px;
}

.slider-banner-contents .contents p {
  width: 40%;
}

.slider-banner-content .contents h2 {
  padding: 26px 0;
}

.slider-banner-content .contents .text {
  padding-bottom: 14px;
  width: 40%;
}

.modal-bg {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal {
  text-align: center;
  background-color: #090a21;
  margin: 10% auto;
  padding: 20px;
  width: 90%;
  border-radius: 10px;
  min-height: 350px;
}

.close-btn {
  color: #aaa;
  float: right;
  font-size: 48px;
}

.close-btn:hover,
.close-btn:focus {
  color: #66FECB;
  text-decoration: none;
  cursor: pointer;
}

/* .c-modal-content .hn:focus {
  color: 2px solid #66FECB !important;
} */
.c-close-btn input {
  width: 80%;
  max-width: 600px;
  background: white linear-gradient(#000, #000) no-repeat center bottom 2px;
  border: none;
  margin-top: 30px;
  padding: 10px;
}

textarea:focus,
input:focus {
  outline: none;
}

#search-list {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

#search-modal .swiper-wrapper .swiper-slide {
  text-align: center !important;
  font-size: 18px !important;
  background: #fff !important;
  height: auto !important;
  width: 250px !important;
  margin-right: 100px !important;
}

.skeleton {
  width: 300px;
  height: 150px;
  margin-right: 30px;
  background-color: #a7a7a7fd;
  animation: skeleton-loading 1s ease-in-out infinite alternate;
}

@keyframes skeleton-loading {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.5;
  }
}

#sk-loader {
  display: none;
}

.skeleton-column {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.skeleton-row {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
}

#search-not-found {
  margin-top: 30px;
  display: none;
}

#description-section {
  margin-top: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  color: #FFFFFF !important;
}

#description-section img {
  width: 17px;
  height: 17px;
  margin-right: 10px;
  filter: invert(1) !important;
}

#description-section p {
  font-size: 15px;
}

#search-not-found {
  color: grey;
  font-size: 1.6vw;
}

.c-modal-bg {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #090a21;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.c-modal-bg::-webkit-scrollbar {
  display: none;
}

.c-modal {
  /* display: none; */
  position: fixed;
  text-align: start;
  /* z-index: 10; */
  left: 0;
  top: 0;
  background-color: #090a21;
  /* margin: 5% auto; */
  flex-direction: column;
  width: 100%;
  height: 100%;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
}

.c-modal::-webkit-scrollbar {
  display: none;
}

#c-modal-content {
  padding-bottom: 60px;
  padding-top: 70px;
  display: flex;
  padding-left: 70px;
  column-gap: 10px;
  flex-direction: column;
  align-items: start;
  /* overflow: auto; */
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#c-modal-content::-webkit-scrollbar {
  display: none;
}

#c-modal-content a {
  color: #FFFFFF;
  font-size: 16px;
  max-lines: 1;
  line-height: 23px;
}

/* #c-modal-content a:hover,
#c-modal-content a:hover {
  color: #66FECB;
} */
.c-close-btn {
  color: #aaa;
  float: right;
  padding-right: 70px;
  font-size: 48px;
}

.c-close-btn:hover,
.c-close-btn:focus {
  color: #66FECB;
  text-decoration: none;
  cursor: pointer;
}

.grid-container {
  margin-top: 5vw;
  margin-bottom: 30px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 10%;
  justify-self: center;
  width: 80%;
}

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

.grid-item {
  width: calc(90% / 3);
  float: left;
  box-sizing: border-box;
  margin: 10px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  position: relative;
  cursor: pointer;
  max-width: 280px;
  /* border: 1px solid rgba(255, 255, 255, 0.591); */
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.grid-item:hover {
  border: 1px solid rgba(255, 255, 255, 0.591) ;
  transform: scale(1.1) translateY(-10px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.grid-item p {
  padding-left: 10px;
  padding-top: 5px;
  position: absolute;
  color: #fff;
  font-size: 12px;
}

.grid-item .card-name {
  padding-left: 13px;
  padding-top: 10px;
}

#vc-title {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 50%;
  position: absolute;
  line-height: 30px;
  color: #fff;
  font-size: 22px;
}

.grid-item img {
  width: 100%;
  max-width: 260px;
  max-height: 370px;
  filter: brightness(0.6);
  display: block;
}

@media screen and (max-width: 425px){
  .grid-item img{
    width: 30vw;
    height: auto;
  }
}

.carousel-vertical-card{
  width: 95%;
  float: left;
  box-sizing: border-box;
  margin: 10px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  position: relative;
  cursor: pointer;
}

.carousel-vertical-card img{
  width: 100%;
  height: 100%;
  filter: brightness(0.6);
  display: block;
  object-fit: cover;
}

.banner-soon {
  position: relative;
}

.content-soon {
  position: relative;
  height: 950px;
  width: 100%;
  overflow: hidden;
}

.contents {
  position: absolute;
  width: 80%;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}

.divider-soon {
  position: absolute;
  border-bottom: 2px solid #fff;
  width: 100%;
  top: 30px;
}

.soon-info {
  position: absolute;
  top: 70px;
}

.soon-info h2 {
  padding: 26px 0;
}

.soon-info p {
  width: 40%;
}

.soon-info .text {
  padding-bottom: 14px;
  width: 40%;
}

@media screen and (max-width: 2000px) {
  /* .fs-large {
    font-size: 2.1rem !important;
  } */

  .navbar li a {
    padding: 10px 15px 0 0;
  }
}

/* @media (min-width: 2000px) {
  .navbar li a {
    font-size: 2.5rem;
  }
} */

@media screen and (max-width: 1400px) {
  .fs-minor {
    font-size: 0.8875rem !important;
  }

  .fs-little {
    font-size: 0.75rem !important;
  }

  .fs-small {
    font-size: 0.875rem !important;
  }

  .fs-middle {
    font-size: 0.9375rem !important;
  }

  .fs-large {
    font-size: 1rem !important;
  }

  .fs-bigger {
    font-size: 3.875rem !important;
    line-height: 5rem;
  }

  .fs-huge {
    font-size: 5rem !important;
    line-height: 7rem;
  }

  .fs-other {
    font-size: 1.8rem !important;
  }

  /* .avatar {
    width: 3.375rem;
    height: 3.375rem;
  } */

  .user .arrow {
    margin: auto;
    width: 28px;
    display: block;
    transform: rotate(90deg);
  }

  .banner-button img {
    width: 12px;
  }

  .banner-button-favorite img {
    width: 2.625rem;
  }

  form {
    margin-top: 100px;
    margin-left: 90px;
  }

  #captchadiv {
    margin-left: 90px;
  }

  form .subtitle {
    margin: 22px 0;
    line-height: 12px;
  }

  form .logo-form {
    width: 140px;
  }

  form .form-button {
    padding: 6px 18px;
  }

  form .button-enter {
    padding: 6px 24px;
    margin-left: 20px;
  }

  form .button2 .gift-img {
    height: 3.125rem;
    padding-right: 0.4375rem;
  }

  form .button1 {
    padding: 1rem 2rem;
  }

  form .button2 {
    font-size: 0.75rem;
    padding: 0.375rem 0.5rem;
  }

  form {
    max-width: 400px;
  }

  form input {
    font-size: 14px;
  }

  form .spacer-register,
  form .spacer-verification,
  form .spacer-password {
    height: 100px;
  }

  input[type='radio'] {
    width: 35px;
    height: 35px;
    border: 2px solid white;
  }

  form .radio-month {
    margin-top: 36px;
    margin-bottom: 26px;
    height: 35px;
  }

  form .radio-month label,
  form .radio-year label {
    left: 52px;
  }

  form .radio-year {
    height: 58px;
  }

  form .radio-year label span {
    font-size: 8px;
    line-height: 18px;
  }

  form .radio-year .label-year {
    line-height: 20px;
  }

  form .subtitle-plan {
    margin: 35px 0 0;
  }

  form .coupon-info .coupon-text {
    max-width: 400px;
    margin-bottom: 30px;
  }

  form .coupon-info .coupon-text .gift-img {
    height: 33px;
    margin-right: 13px;
  }

  form .coupon-info .coupon-buttons .button-back {
    padding: 6px 28px;
  }

  form .radio-debit,
  form .radio-credit {
    height: 24px;
    margin-bottom: 13px;
  }

  form .radio-debit input,
  form .radio-credit input,
  form .radio-others-payment .radio-ticket input,
  form .radio-others-payment .radio-pix input,
  form .radio-accept-terms input {
    width: 24px;
    height: 24px;
    border-radius: 6px;
  }

  form .payment-inputs input {
    margin: 6px 0 8px;
  }

  form .radio-others-payment {
    height: 22px;
  }

  form .radio-debit label,
  form .radio-credit label,
  form .radio-others-payment .radio-ticket label {
    left: 34px;
    top: 60%;
  }

  form .radio-others-payment .radio-pix label {
    left: 183px;
    top: 60%;
  }

  form .payment-buttons {
    margin-top: 20px;
  }

  form .login-buttons {
    margin-top: 22px;
  }

  form .login-buttons .forgot-pass {
    margin-top: 38px;
  }

  form .login-buttons .or-text {
    margin: 24px 0;
  }

  form .gift-buttons {
    margin-top: 118px;
  }

  .banner {
    height: 860px;
  }

  .info {
    top: 130px;
  }

  .buttons {
    top: 315px;
  }

  .banner-content .divider {
    top: 540px;
  }

  .title-banner-genre {
    top: 560px;
  }

  /* .carousel-card {
    width: 364px;
  } */

  /* .carousel-card img {
    height: 204.75px;
  } */

  .carousel-banner-container {
    top: 594px;
  }

  .carousel-container .carousel .carousel-itens .carousel-card {
    width: 364px;
  }

  .card-vertical {
    height: 647px !important;
  }

  .slider {
    height: 720px;
  }

  .slider-banner-content .arrow {
    top: 80%;
    width: 80px;
  }

  .indicador {
    width: 1rem;
    height: 1rem;
  }

  .hc-spacer {
    width: 0.625rem;
    height: 1.875rem;
  }

  #category-banner {
    height: 860px;
  }

  .about .partner-logo {
    max-width: 120px !important;
  }

  .about .grid {
    height: 90px !important;
  }

  .navbar li a {
    padding: 10px 10px 0 0;
    /* font-size: 20px; */
  }

  .player #rewindButton {
    left: 35vw !important;
  }

  .player #forwardButton {
    right: 35vw !important;
  }

  .player #progressSlider {
    width: 86vw !important;
  }

  .player #button-out-fullscreen {
    right: 12vw !important;
  }

  .player .button-settings,
  .option-card {
    right: 18vw !important;
  }
  .player .caption-card {
    right: 24vw !important;
  }

  .player .button-subtitle {
    right: 24vw !important;
  }
  .slider-header {
    margin-top: -110px !important;
  }
  .know-us .button-enter,
  .know-us .button-know-us,
  .know-us .button-subscribe {
    min-width: 110px;
  }
  .container-text-know-us {
    width: 86vw;
    top: 64px;
  }
}

@media screen and (max-width: 992px) {
  .slider-info {
    column-gap: 400px;
  }

  .fs-small {
    font-size: 0.8125rem !important;
  }

  .fs-middle {
    font-size: 0.875rem !important;
  }

  .fs-large {
    font-size: 0.9375rem !important;
    /* padding-left: 100px; */
  }

  .fs-bigger {
    font-size: 3.8125rem !important;
    line-height: 5rem;
  }

  .fs-huge {
    font-size: 5.75rem !important;
    line-height: 6rem;
  }

  .fs-other {
    font-size: 1.6rem !important;
  }

  .avatar {
    width: 3rem;
    height: 3rem;
  }

  .user .arrow {
    margin: auto;
    width: 22px;
    display: block;
    transform: rotate(90deg);
  }

  .banner-button img {
    width: 12px;
  }

  .banner-button-favorite img {
    width: 2.625rem;
  }

  .banner {
    height: 814px;
  }

  .info {
    top: 110px;
  }

  .buttons {
    top: 290px;
  }

  .banner-content .divider {
    top: 500px;
  }

  .title-banner-genre {
    top: 520px;
  }

  .carousel-banner-container {
    top: 554px;
  }

  .slider {
    height: 694px;
  }

  .slider-banner-content .arrow {
    top: 80%;
    width: 70px;
  }

  .indicador {
    width: 0.6rem;
    height: 0.6rem;
  }

  .banner-content .info {
    top: 200px;
  }

  .banner-content .buttons {
    top: 280px;
  }

  .banner-content .sinopse {
    top: 486px;
  }

  .banner-content .divider {
    top: 720px;
  }

  .banner-content .rent {
    height: 12rem;
    width: 12rem;
  }

  .banner-content .rent p {
    top: 38px;
  }

  .content-soon {
    height: 694px;
  }

  .hc-spacer {
    width: 0.625rem;
    height: 1.875rem;
  }

  #category-banner {
    height: 814px;
  }

  .grid-horizontal-card {
    width: 231px !important;
  }

  .grid-horizontal-card img {
    width: 231px !important;
    height: 130px !important;
  }

  .navbar li a {
    padding: 10px 10px 0 0;
    /* font-size: 12px; */
  }

  .player #rewindButton {
    left: 32vw !important;
  }

  .player #forwardButton {
    right: 32vw !important;
  }

  .player #progressSlider {
    width: 85vw !important;
  }

  .player #button-out-fullscreen {
    right: 13vw !important;
  }

  .player .button-settings,
  .option-card {
    right: 20vw !important;
  }

  .player .button-subtitle,
  .player .caption-card {
    right: 27vw !important;
  }

  .container-text-know-us .text-movie-know {
    line-height: 28px;
  }
}

@media screen and (max-width: 768px) {
  .card-description {
    display: none;
  }

  .fs-large {
    font-size: 0.9rem !important;
  }

  .fs-bigger {
    font-size: 3rem !important;
    line-height: 3rem;
  }

  .fs-huge {
    font-size: 4rem !important;
    line-height: 4rem;
  }

  .fs-other {
    font-size: 1.5rem !important;
  }

  .hide-on-mobile {
    display: none !important;
  }

  .single-card-contents {
    padding: 70px 48px 0;
  }

  .navbar {
    padding: 0 48px;
  }

  .defaultCarousel {
    --defaultCarousel-ml: 48px;
  }

  .navbar li a img {
    width: 12px;
  }

  .user {
    top: 65px;
  }

  .footer {
    display: block;
    background-color: black;
    position: fixed;
    bottom: 0;
    width: 100%;
  }

  .banner {
    height: 708px;
  }

  .info {
    top: 130px;
  }

  .buttons {
    top: 270px;
  }

  .banner-content .divider {
    top: 486px;
  }

  .title-banner-genre {
    top: 506px;
  }

  /* .carousel-card {
    width: 206px;
    margin-right: 12px;
  } */
  .carousel-banner-container {
    top: 538px;
  }

  .carousel-container .carousel .carousel-itens .carousel-card {
    width: 206px;
  }

  .card-vertical {
    height: 366px !important;
  }

  .slider {
    height: 580px;
  }

  .slider-banner-content .contents {
    position: absolute;
    width: 100%;
    top: 5px;
  }

  .slider-banner-content .contents h2 {
    padding: 12px 0;
  }

  .slider-banner-content .contents .text {
    padding-bottom: 14px;
    width: 60%;
  }

  .slider-banner-content .arrow {
    top: 70%;
    width: 50px;
  }

  .indicador {
    width: 0.6rem;
    height: 0.6rem;
  }

  .banner {
    height: 708px;
  }

  .banner-content .info {
    top: 160px;
  }

  .banner-content .buttons {
    top: 200px;
  }

  .banner-content .sinopse {
    top: 390px;
    width: 50%;
  }

  .banner-content .divider {
    top: 640px;
  }

  .banner-content .rent {
    height: 10rem;
    width: 10rem;
  }

  .banner-content .rent p {
    top: 23px;
  }

  .content-soon {
    height: 580px;
  }

  .contents {
    top: 0;
  }

  .soon-info .text {
    width: 60%;
  }

  #category-banner {
    height: 708px;
  }

  .grid-horizontal-card {
    width: 226px !important;
  }

  .grid-horizontal-card img {
    width: 226px !important;
    height: 128px !important;
  }

  .about .background-image-top,
  .about .background-image {
    min-height: 60vh !important;
  }

  .about .partner-logo {
    max-width: 150px !important;
  }

  .about .grid {
    height: 100px !important;
  }

  .player #rewindButton img,
  .player #forwardButton img {
    height: 60px !important;
  }

  .player .mediaButton img {
    height: 40px !important;
  }

  .player #rewindButton {
    left: 28vw !important;
  }

  .player #forwardButton {
    right: 28vw !important;
  }

  .player #progressSlider {
    left: 4vw !important;
    width: 78vw !important;
    bottom: 78px !important;
  }

  .player #button-out-fullscreen {
    right: 18vw !important;
  }

  .player .button-settings,
  .option-card {
    right: 26vw !important;
  }

  .player .button-subtitle,
  .player .caption-card {
    right: 34vw !important;
  }

  .player #closeButton {
    right: 4vw !important;
  }

  .player #currentTime {
    right: 4vw !important;
    bottom: 65px !important;
  }

  .player #volumeButton {
    left: 4vw !important;
  }
  .container-text-know-us {
    width: 80vw;
  }
}

@media screen and (max-width: 602px){
  .grid-horizontal-card {
    height: auto;
    margin-bottom: 30px;
  }
  .fs-other {
    font-size: 1rem !important;
  }
  .container-text-know-us {
    top: 90px;
  }
}

@media screen and (max-width: 480px) {
  .card-description {
    display: none;
  }

  .fs-bigger {
    font-size: 2rem !important;
    line-height: 2rem;
  }

  .fs-huge {
    font-size: 3rem !important;
    line-height: 3rem;
  }

  .navbar li a {
    padding: 10px 6px 0 0;
  }

  .navbar li a img {
    padding-left: 0;
  }

  .search-item {
    display: none !important;
  }

  .search-item-mobile {
    display: block !important;
    padding: 0;
  }

  .avatar {
    width: 2.5rem;
    height: 2.5rem;
  }

  form {
    margin: 100px 32px;
  }

  #captchadiv {
    margin: 0px 32px;
  }

  .banner-content .divider {
    display: none;
  }

  .slider-info {
    top: 50px;
  }

  .slider-banner-content .contents .text {
    width: 80%;
  }

  .slider-banner-content .arrow {
    top: 60%;
    width: 40px;
    right: 0;
  }

  .grid-item {
    width: 90%;
  }

  .banner-content .buttons {
    top: 140px;
  }

  .banner-content .sinopse {
    top: 330px;
    width: 56%;
  }

  .banner-content .divider {
    display: none;
  }

  .banner-content .rent {
    height: 7rem;
    width: 7rem;
    border: solid 2px white;
  }

  .banner-content .rent p {
    top: 22px;
    line-height: 1.5rem;
  }

  .grid-horizontal-card {
    width: 200px !important;
  }

  .grid-horizontal-card img {
    width: 200px !important;
    height: 114px !important;
  }

  .about .background-image-top,
  .about .background-image {
    min-height: 44vh !important;
  }

  about .grid {
    height: 80px !important;
  }

  .player .mediaButton img {
    height: 30px !important;
  }

  .player #playButton {
    width: 100px !important;
    height: 100px !important;
  }

  .player #playButton img {
    height: 50px !important;
  }

  .player #rewindButton img,
  .player #forwardButton img {
    height: 50px !important;
  }

  .player #rewindButton {
    left: 22vw !important;
  }

  .player #forwardButton {
    right: 22vw !important;
  }

  .player #currentTime {
    font-size: 16px !important;
    bottom: 59px !important;
  }

  .player #progressSlider {
    height: 6px !important;
    width: 74vw !important;
    bottom: 68px !important;
  }

  .player #button-out-fullscreen {
    right: 22vw !important;
  }

  .player .button-settings,
  .option-card {
    right: 32vw !important;
  }

  .player .button-subtitle,
  .player .caption-card {
    right: 42vw !important;
  }
  .container-text-know-us {
    width: 370px;
    right: 10px;
  }
  .container-text-know-us .text-movie-know {
    line-height: 14px;
  }
  .carousel-title {
    height: 20px;
    font-size: 16px !important;
    /* max-width: 250px;
    height: 18px;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
  }
  .defaultCarousel {
    --defaultCarousel-ml: 22px;
  }
  .swiper a {
    margin-right: 22px !important;
    font-size: 15px !important;
  }
  .drawer a {
    font-size: 16px !important;
  }
  .details .details-banner .button-back {
    margin: 6vw 28px !important;
    width: 24px;
  }

  .details .details-banner .form-button {
    padding: 8px 14px !important;
  }
  .details .details-buttons {
    margin-left: 28px !important;
  }
  .details .details-other-buttons {
    height: 126px !important;
  }
  .details .details-banner .details-button-watch .button-play {
    width: 24px !important;
  }
  .details .details-other-buttons .details-buttons-left {
    margin-left: 28px !important;
  }
  .details .details-other-buttons .form-button {
    margin: 0 10px 0px 0px !important;
    padding: 9px 14px !important;
  }
  .details .details-other-buttons .details-buttons-left .button-play {
    padding-right: 10px !important;
  }
  .details .details-other-buttons .details-button-share {
    margin: 10px 10px !important;
  }
  .details .details-other-buttons .details-button-share .button-share {
    width: 30px !important;
  }
  .details .details-other-buttons .details-buttons-left .details-button-favorite .button-favorite {
    width: 3.5rem !important;
  }
  .details .details-button-favorite {
    margin: 0 !important;
  }
  .details .infos .information, .details .infos .sinopse, .details .infos .curiosities {
    padding: 28px 0px !important;
  }
  .details .infos .information, .details .infos .sinopse, .details .infos .curiosities {
    font-size: 14px !important;
  }
  .details .infos .information h4, .details .infos .sinopse h4, .details .infos .curiosities h4, .details .episodes h4 {
    margin-bottom: 22px !important;
    font-size: 16px !important;
  }
  .details .infos .information p, .details .infos .sinopse p, .details .infos .curiosities p, .details .episodes p {
    font-size: 14px !important;
  }
  .details .infos .sinopse .sinopse-content, .details .infos .curiosities .curiosities-content {
    font-size : 14px !important;
  }
  .details .button-scroll-content .button-scroll, .details .episodes .button-scroll {
    margin: 6px 28px !important;
  }
  .details .censorship {
    height: 90px !important;
    padding: 12px 28px !important;
  }
  .details .censorship .censorship-card {
    min-width: 36px !important;
    min-height: 36px !important;
    font-size: 20px !important;
  }
  .navbar-mobile .app-bar .drawer-list li a {
    font-size: 16px;
  }
  .category-btn {
    font-size: 16px;
  }
  .fs-other {
    font-size: 18px !important;
  }
  .swiper-slide:has(.card-name) {
    font-size: 14px;
  }
  .grid-horizontal-card h4 {
    font-size: 14px !important;
  }
  .about .content h2 {
    font-size: 20px !important;
  }
  .about .content p {
    font-size: 16px !important;
  }
  .logout #logout-modal .modal .logout-text, .alert-modal #alert-modal .modal .alert-text, .help #help-modal .modal .help-text, .pin-modal #pin-modal .modal #pin-sec .modal-header .pin-text {
    font-size: 16px !important;
  }
  .logout #logout-modal .modal .logout-buttons .logout-button, .logout #logout-modal .modal .logout-buttons .back-button, .alert-modal #alert-modal .modal .alert-buttons .back-button, .alert-modal #alert-modal .modal .alert-buttons .continue-button, .help #help-modal .modal .help-contact, .pin-modal #pin-modal .modal .pin-buttons .back-button, .pin-modal #pin-modal .modal .pin-buttons .continue-button  {
    font-size: 14px !important;
    padding: 8px 16px !important;
  }
  .know-us .button-enter, .know-us .button-know-us, .know-us .button-subscribe {
    font-size: 14px !important;
  }
  form .subtitle {
    line-height: 14px !important;
    font-size: 12px !important;
  }
  form .button1 {
    font-size: 17px !important;
  }
  form .form-button {
    font-size: 14px !important;
  }
  form .button1 {
    font-size: 17px !important;
  }
  form .button2 {
    font-size: 9px !important;
  }
  .subtitle-payment {
    font-size: 24px !important;
  }
  form .radio-payment-method label {
    font-size: 16px !important;
  }
  .infos-wrapper .left, .infos-wrapper .right {
    min-width: 325px !important;
  }
  .payment-buttons {
    justify-content: start !important;
  }
  form .center-x {
    left: 0 !important;
    transform: translateX(0) !important;
    text-align: start !important;
  }
  .form-box .form-item {
    width: 73vw !important;
    border-radius: 2.5vw !important;
    font-size: 14px !important;
    height: 47px !important;
  }
  form .width500 h2 {
    width: 70vw !important;
    margin: 0 !important;
  }
  #my-subscriptions-modal .infos .infos-header p {
    font-size: 16px !important;
  }
  #my-subscriptions-modal .infos .cta-link {
    font-size: 14px !important;
  }
  #my-subscriptions-modal .infos .info-block p {
    font-size: 14px !important;
  }
}

.hn:focus {
  /* border: none !important; */
  /* outline: 5px solid #fff; */
  /* outline: 5px solid #66FECB; */
}

.c-close-btn:focus {
  color: #66FECB !important;
  outline: none !important;
}

a.hn:focus {
  color: #66FECB !important;
  outline: none !important;
  border: none !important;
}

body {
  background-color: #090a21;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  scrollbar-color: transparent;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  display: none;
}

.headerCarousel .single-card-contents {
  width: 100vw;
  height: 90vh;
  /* height: fit-content; */
  padding-top: 140px;
  /* padding-bottom: 32px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.headerCarousel .single-card-contents .rent {
  width: 100%;
  display: none;
  justify-content: flex-start !important;
  align-items: center;
  gap: 50px;
}

.headerCarousel .single-card-contents .rent .sinopse {
  width: 100%;
  max-width: 400px;
}

.headerCarousel button {
  font-size: 15px !important;
  height: 40px !important;
}

.slider-header {
  width: 100%;
  /* margin-top: -350px; */
  margin-top: -68px;
  z-index: 500 !important;
}

.fs-custom-carousel{
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 768px){
  .fs-custom-carousel{
    font-size: 2.5rem;
    margin-bottom: 0.4rem;
  }
}
@media screen and (max-width: 500px){
  .fs-custom-carousel{
    font-size: 2rem;
  }
}

.super-lancamentos-header .slider-header h2 {
  /* overflow: hidden; */
  text-overflow: ellipsis;
  display: -webkit-box;
  /* -webkit-line-clamp: 1; */
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.super-lancamentos-header .slider-header-buttons button:not(.first-btn, .more-info) {
  display: none;
}

.super-lancamentos-header .slider-header {
  display: contents;
}

.footer-carousel-movie-title{
  margin-top: 6rem;
}

#category-banner {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: calc(0.567 * 98vw);
  max-height: 800px;
}

#category-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), transparent);
}

#search-icon {
  width: 23px;
}

.grid-horizontal-card img {
  /* border: 1px solid rgba(255, 255, 255, 0.591); */
  border-radius: 8px;
  width: 280px;
  height: 150px;
}

.category-btn {
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  width: 90%;
  cursor: pointer;
}

.category-btn:hover,
.category-btn:focus {
  outline: none !important;
  border-bottom: 1px solid #66FECB !important;
  color: #66FECB !important;
}

.category-btn:hover-within a,
.category-btn:focus-within a {
  color: #66FECB !important;
}

.scroll-arrow {
  display: none;
  position: fixed;
  right: 8%;
  bottom: 1px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  /* display: none;  */
  cursor: pointer;
}

.arrow-icon {
  display: block;
  transform: rotate(-180deg);
  position: absolute;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 20px solid #FFFFFF;
}
.arrow-icon:hover {
  border-bottom: 20px solid #66FECB;
}

.arrow-turn {
  transform: rotate(0deg) !important;
}

#my-subscriptions-modal {
  display: none;
  background-image: url("../dist/images/a-la-carte-repeat-logo.png");
  background-position-x: center;
  background-repeat: no-repeat;
  scroll-behavior: smooth;
  color: black;
}

#my-subscriptions-modal button {
  padding: .5rem 1.5rem;
  color: #000;
  font-weight: 400;
  display: inline-block;
  background-color: #66FECB;
  border-radius: 6px;
  cursor: pointer;
  height: fit-content;
  width: fit-content;
}

#my-subscriptions-modal h2 {
  font-size: 2rem;
  line-height: 2rem;
  color: #FFFFFF;
  font-weight: 600;
}

#my-subscriptions-modal .infos-cards {
  position: relative;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  align-items: end;
  min-height: 100vh;
  margin: 0 4rem;
  padding-bottom: 3rem;
}

#my-subscriptions-modal .infos-cards .infos-card {
  display: flex;
  flex: calc(1/3);
  flex-direction: column;
  aspect-ratio: 204/275;
  min-width: 350px;
  max-width: 612px;
  min-height: 426px;
  max-height: 75vh;
  border-radius: 30px;
  background-color: #090a21;
  border: 2px solid #000000;
  border-right: .5rem solid #000000;
  padding: 4rem 3rem;
}

@media (max-width: 425px) {
  #my-subscriptions-modal .infos-cards {
    margin: 0 1rem;
  }
  .details .why-watch-sec {
    width: 90vw;
  }
}

@media (max-width: 1360px) {
  #my-subscriptions-modal .infos-cards .infos-card {
    padding: 3.2rem 2.4rem;
  }
  .details .why-watch-sec {
    width: 50vw;
  }
}

@media (min-width: 1920px) {
  #my-subscriptions-modal .infos-cards .infos-card {
    font-size: 1.5rem;
  }
}


#my-subscriptions-modal .profile-data-container .profile-data-avatar {
  aspect-ratio: 1/1;
  width: fit-content;
  height: max(80px, 10vw);
  border-radius: 200px;
  outline: 1px solid white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

#my-subscriptions-modal .profile-data-container .profile-data {
  margin: 1rem 0;
}

#my-subscriptions-modal .profile-data-container .profile-data .profile-data-email {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#my-subscriptions-modal .profile-data-container .edit-profile {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

#my-subscriptions-modal .subscription-data-container .subscription-data,
#my-subscriptions-modal .card-data-container .card-data {
  margin-top: 1rem;
}

#my-subscriptions-modal .subscription-data-container .subscription-data buttons {
  margin-top: 2rem;
}

#my-subscriptions-modal .subscription-data-container .button-container {
  margin: auto;
}

#my-subscriptions-modal .subscription-data-container .divider {
  height: 1px;
  width: 100%;
  background-color: #000000;
}

#my-subscriptions-modal .subscription-data-container .unsubscript-plan {
  width: 100%;
  padding: 1rem 3rem;
  margin-top: auto;
}

#my-subscriptions-modal .subscription-data-container .buttons {
  position: unset;
  top: unset;
  margin-top: 2rem;
}

#my-subscriptions-modal .subscription-data-container .buttons button {
  padding: .7rem 1.5rem;
  border: none;
}

#my-subscriptions-modal .subscription-data-container .buttons button[disabled] {
  background: rgba(102,255,204,.5);
  transition: ease-in-out .4s;
}

#my-subscriptions-modal .infos-cards .infos-card.card-data-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: start;
}

#my-subscriptions-modal .infos-cards .infos-card.card-data-container .button-container {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

#my-subscriptions-modal::-webkit-scrollbar {
  display: none;
}

#my-subscriptions-modal {
  -ms-overflow-style: none;
}

#my-subscriptions-modal .button-back {
  background-color: #090a21;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-block: 10px;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50px;
  left: 50px;
}

#my-subscriptions-modal .button-back img {
  filter: invert(0);
}

#my-subscriptions-modal .infos{
  margin: 0 64px;
}

#my-subscriptions-modal .infos .info-block{
  margin: 30px 0 40px 0;
}

#my-subscriptions-modal .infos .info-block.infos-subscriptions,
#my-subscriptions-modal .infos .info-block.infos-gifts,
#my-subscriptions-modal .infos .info-block.infos-user-data,
#my-subscriptions-modal .infos .info-block.infos-credit-card{
  display: none;
}


#my-subscriptions-modal .infos .info-block h2{
  margin-bottom: 10px;
}

#my-subscriptions-modal .infos .infos-header h2{
  margin-bottom: 40px;
}

#my-subscriptions-modal .infos .cta-link{
  cursor: pointer;
  text-decoration: underline;
}
#my-subscriptions-modal .infos .cta-link.mb-2{
  margin-bottom: 1rem;
}

#my-subscriptions-modal .infos .border-top{
  padding-top: 1rem;
  border-top: 1px solid #0009;
  width: 90%;
  max-width: 300px;
}

#details-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
  background-color: #090a21;
  overflow: scroll;
  scroll-behavior: smooth;
}

#details-modal::-webkit-scrollbar {
  display: none;
}

#details-modal {
  -ms-overflow-style: none;
  scrollbar-color: transparent;
  scrollbar-width: none;
}

.details .fs-other {
  font-size: 1.125rem !important;
}

.details .summary-short {
  color: #FFFF;
  margin-top: 30px;
  width: 40vw;
  font-weight: normal !important;
}

.details .why-watch-sec {
  color: #FFFF;  
  width: 50vw;
}
.details .why-watch-sec h2 {
  margin-bottom: 20px;
}
.details .why-watch-sec p {

}
.details .lang-wrapper{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.details .lang-wrapper p {
  font-size: 15px;
  color: #FFFF;
}
.details .langs{
  gap: 40px;
}

.details .details-banner {
  position: relative;
  height: 90vh;
}

.details .details-banner .header-gradient {
  position: absolute;
  width: 100%;
  height: 10vh;
}

.details .details-banner .datails-img {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}

/* .details .details-banner .button-back {
  margin: 64px 64px;
}

.details .details-buttons {
  position: absolute;
  bottom: 100px;
  margin-left: 64px;
} */

.details .details-banner .button-back {
  margin: 4vw 64px;
  cursor: pointer;
}

.details .details-buttons {
  position: absolute;
  /* bottom: 1vw; */
  margin-left: 64px;
}

.details .details-banner .details-banner-title {
  color: #fff;
  margin-bottom: 42px;
  font-size: 3rem;
  line-height: 3rem;
}

.details .details-banner .details-buttons .rent_end_at_info {
  margin-top: 1rem;
  color: rgb(255,255,255);
  font-size: 1.2rem;
  display: none;

  &.rented {
    display: block;
  }
}

.details .details-banner .details-button-watch,
.details .details-other-buttons .details-button-why-watch {
  width: max-content;
  cursor: pointer;
  height: 50px !important;
  font-weight: normal !important;
}

.details .details-banner .details-button-watch .button-play {
  position: relative;
  height: auto;
  width: 32px;
  padding-right: 10px;
}

.details .details-banner .form-button {
  margin-top: 0;
  color: #000000;
  padding: 12px 22px;
  font-weight: normal;
  display: block;
  border: none;
  /* aqui */
  background-color: #66FECB;
  border-radius: 6px;
  font-size: 15px !important;
  height: 40px !important;
}
.details .details-banner .form-button img{
  filter: invert(1);
}
.details-button-why-watch {
  background-color: #66FECB !important ;
  border: none !important;
}
.details-button-favorite {
  color: #FFFFFF !important ;
}
.details-button-favorite img {
  filter: invert(0) !important;
}



.details .details-banner .details-button-watch .button-play,
.details .details-banner .details-button-watch h4,
.details .details-other-buttons .details-buttons-left .button-play,
.details
  .details-other-buttons
  .details-buttons-left
  .details-button-why-watch
  h4,
.details
  .details-other-buttons
  .details-buttons-left
  .details-button-favorite
  .button-favorite,
.details
  .details-other-buttons
  .details-buttons-left
  .details-button-favorite
  p {
  display: inline-block;
  /* vertical-align: middle; */
}

.details .details-banner .details-button-watch.hide-img .button-play {
  display: none;
}

.details .details-other-buttons {
  display: inline-flex;
  width: 100%;
  height: 140px;
  align-items: center;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.details .details-other-buttons::-webkit-scrollbar {
  display: none;
}

.details .details-other-buttons .details-buttons-left {
  display: inline-flex;
  width: 100%;
  align-items: center;
  margin-left: 4rem;
}

.details .details-other-buttons .form-button {
  margin: 0.75rem 4rem 0 0;
  color: #000;
  padding: 0.875rem 0.875rem;
  font-weight: 400;
  display: block;
  border: 2px solid #000;
  background-color: transparent;
  border-radius: 6px;
}

.details .details-other-buttons .details-buttons-left .button-play {
  position: relative;
  height: auto;
  width: 24px;
  padding-right: 6px;
  filter: invert(100%);
}

.details
  .details-other-buttons
  .details-buttons-left
  .details-button-favorite
  .button-favorite {
  height: auto;
  width: 4rem;
  padding-right: 0.375rem;
  filter: invert(100%);
}

.details
  .details-other-buttons
  .details-buttons-left
  .details-button-favorite
  p {
  text-align: center;
}

.details .details-button-favorite {
  background: 0;
  margin: 0.75rem 0 0 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

.details .details-other-buttons .details-button-share {
  width: 4rem;
  margin: 0.75rem 4.625rem;
  cursor: pointer;
}

.details .details-other-buttons .details-button-share .button-share {
  width: 40px;
  filter: invert(0) !important;
}
.button-play h4 {
  color: #FFFF;
}

.details .buttons-row {
  margin-top: 30px;
  margin-bottom: 60px;
}

.details .details-divider {
  border: 0.5px solid transparent;
  width: 100%;
}

.details .infos {
  display: flex;
  width: 100%;
  padding: 0 2.25rem;
  /* height: 230px; */
  overflow: scroll;
  flex-wrap: wrap;
}

.details .infos .information,
.details .infos .sinopse,
.details .infos .curiosities {
  width: calc(100% / 3);
  padding: 2rem 2rem;
  text-align: justify;
  color: #FFFF;
}

@media (max-width: 425px) {
  .details .infos .information,
  .details .infos .sinopse,
  .details .infos .curiosities {
    width: 100%;
  }
  .know-us .button-enter,
  .know-us .button-know-us,
  .know-us .button-subscribe{
    /* padding: 8px 37px; */
    display: block;
    min-width: 90px;
    text-align: center;
  }
  .details .why-watch-sec {
    width: 50vw;
  }
}

.details .infos .information h4,
.details .infos .sinopse h4,
.details .infos .curiosities h4,
.details .episodes h4 {
  position: relative;
  display: inline-block;
  margin-bottom: 36px;
}

.details .infos .information h4::before,
.details .infos .sinopse h4::before,
.details .infos .curiosities h4::before,
.details .episodes h4::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 102%;
  height: 1px;
  background-color: black;
}

.details .infos .information .cast {
  /* width: 100px; */
  text-align: start;
}

.details .infos .information .director {
  margin: 22px 0;
  text-align: start;
}

.details .censorship {
  padding: 12px 64px;
  height: 120px;
  display: inline-flex;
  align-items: center;
}

.details .censorship .censorship-card {
  min-width: 40px;
  min-height: 40px;
  background-color: orange;
  text-align: center;
  line-height: 40px;
  font-size: 26px;
  color: #fff;
}

.details .censorship .censorship-text {
  margin-left: 12px;
  color: #FFF !important;
}

.details .button-scroll-content {
  height: 80px;
  display: none;
}

.details .button-scroll-content .button-scroll,
.details .episodes .button-scroll {
  height: auto;
  width: 24px;
  transform: rotate(-90deg);
  filter: invert(100%);
  margin: 6px 68px;
  cursor: pointer;
  display: none;
}

.details .infos::-webkit-scrollbar {
  display: none;
}

.details .infos {
  -ms-overflow-style: none;
  scrollbar-color: transparent;
  scrollbar-width: none;
}

.details #seasons-container {
  width: 100%;
  height: 7rem;

  display: flex;
  justify-content: flex-start;
  align-items: center;

  padding-inline: 4rem;
}

.details #seasons-container select {
  background-color: transparent;
  color: #66FECB;
  border: 2px solid #66FECB;

  padding: .75rem 4rem;
  border-radius: .375rem;
  outline: none;
}

.details .episodes {
  padding: 54px 64px;
}

.details .episodes h4 {
  margin-bottom: 10px;
  color: #FFFFFF;
}

.details .episodes .button-scroll {
  margin: 0;
}

.details .episodes .episode-content {
  font-size: 1.0625rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, .25);
  padding-bottom: 2rem;
  /* margin-bottom: 4rem; */
}

.details .episodes .episode-content:last-child {
  margin-bottom: 0;
}

.details .episode-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 64px;
}

.details .episode-content .player {
  min-width: 25vw;
  height: 15vw;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 16/9;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.details .episode-content .flex-row{
  display: flex;
}

.details .episode-content .flex-row .informations-content {
  padding-left: 22px;
}

.details .episode-content .flex-row .informations-content .informations-button {
  display: flex;
  color: #FFF !important;
}
.details .episode-content .flex-row .informations-content .informations-button p{
  padding-right: 28px;
  font-size: 20px;
  font-weight: 600;

}

@media (max-width: 425px) {
  .details .episode-content {
    flex-wrap: wrap;
  }

  .details .episode-content .player {
    width: 100%;
    height: auto;
  }
}

.details .episode-content .time,
.details .episode-content .country,
.details .episode-content .year {
  display: inline-block;
  /* margin-bottom: 2rem; */
}

/* .details .episode-content .time::after,
.details .episode-content .country::after {
  content: ' | ';
} */
.details .episode-content .time::after {
  content: ' | ';
}

.details .episode-content .see-more {
  margin-top: 2rem;
}

/* DETAILS EPISODE */

.details .infos-collapse{
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #FFFFFF !important;
  padding: 0 1rem;
  height: auto;
  flex-wrap: wrap;
}

.details .infos-collapse-buttons{
  display: flex;
  justify-content: start;
}

.details .infos-collapse-buttons .collapsible{
  background: none;
  border: none;
  padding: none;
  /* text-decoration: underline;details .infos-collapse-buttons .collapsible */
  font-weight: 500;
  transition: all .1s ease;
  margin-right: 36px;
  position: relative;
  cursor: pointer;
color: #FFF;
}

.details .infos-collapse-buttons .collapsible::before{
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 102%;
  height: 1px;
  background-color: #FFF;
}

.details .infos-collapse-buttons .active{
  font-weight: bold !important;
}

.details .infos-collapse-buttons .collapsible:hover{
  font-weight: bold;
}

.details .infos-collapse-content{
  width: 100%;
  padding-top: 0.8rem;
}

.details .infos-collapse-content .content{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out
}

@media screen and (max-width: 425px) {
  .details .episodes{
    padding: 50px 30px;
  }

  .details .episode-content .flex-row{
    flex-direction: column;
  }

  .details .infos-collapse{
    padding: 0.8rem 0;
  }

  .details .episodes .episode-content{
    margin-bottom: 0;
  }

}
/* DETAILS EPISODE */

.swiper {
  z-index: 0 !important;
}
.z-index-auto {
  z-index: auto !important;
}
div.grid-vertical {
  margin: 1rem 4.375rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 36px auto 36px auto 36px auto;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 2.25rem;
  -moz-column-gap: 2.25rem;
  column-gap: 2.25rem;
  color: #FFFFFF !important;
}

@media (min-width: 1300px){
  div.grid-vertical {
    grid-template-columns: repeat(auto-fit, minmax(230px, 280px));
  }
}
@media (max-width: 768px) {
  div.grid-vertical {
    grid-template-columns: repeat(3, 1fr);
  }
  .details .why-watch-sec {
    width: 60vw;
  }
}

.details .cast-sec {
  color: #FFFF;  
  margin-top: 60px;
  margin-bottom: 60px;
}

.details .cast-sec h2 {
  margin-bottom: 20px;
}

.cast-carousel-container {
  width: 100%;
  overflow: hidden;
}

.details .swiper-wrapper {
  display: flex;
  overflow: auto; 

}

.details .swiper-slide {
  min-width: 150px;
  max-width: 150px;
}

.cast-carousel-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 150px; 
}

.cast-carousel-card img {
  width: 150px;
  height: 204px;
}

.cast-carousel-card .name {
  color: white;
  font-size: 12px;
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cast-carousel-card .role {
  color: white;
  font-size: 10px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cast-carousel-card img {
  width: 150px;
  height: 204px;
}

@media (max-width: 570px) {
  div.grid-vertical {
    grid-template-columns: repeat(2, 1fr);
  }
}

div.grid-vertical div.grid-item {
  width: 100%;
  margin: 0 0 16px;
}

h2.title {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  margin: 2rem 0 0.5rem 4.375rem;
  color: black;
  font-size: 1.5rem;
}

@media (max-width: 1250px) {
  .series-content {
    margin-top: 0;
  }

  h2.title {
    margin-top: 32px;
    margin-bottom: 8px;
    color: black;
    font-size: 24px;
  }
}

.reset-password .title,
.redefine-password .title,
.send-login-link .title,
.welcome .title,
.password .title,
.register .title,
.redefine-password-additional-data .title{
  color: #fff;
}

@media screen and (max-width: 660px){
  .send-login-link h2.title,
  .redefine-password h2.title{
    line-height: 1.1;
    margin: 32px 0 8px 0;
  }
}

.redefine-password-additional-data .title{
  text-align: left;
  margin-left: 0;
}

.redefine-password-additional-data .subtitle{
  line-height: 1.7;
  margin: 30px 0;
}

.redefine-password-additional-data .form-box{
  margin-top: 0;
}

.redefine-password-additional-data .form-box input{
  background-color: white;
  width: 32vw !important;
  font-size: inherit !important;
}

.redefine-password-additional-data .footer-note{
  line-height: 1.6!important;
}

.reset-password-additional-data .subtitle-reset{
  margin: 32px 0;
  line-height: 1.4;
  font-size: 1.8vw;
}

@media screen and (max-width: 939px){
  .reset-password-additional-data .infos-wrapper{
    gap: 2rem!important;
  }
  .reset-password-additional-data .reset-buttons{
    justify-content: flex-start!important;
  }
  .reset-password-additional-data .form-group{
    flex-direction: column;
  }
  .reset-password-additional-data .form-group input{
    width: 80vw !important;
  }
}

@media screen and (max-width: 768px){
  .reset-password-additional-data .subtitle-reset{
    font-size: 18px;
  }
}

.redefine-password-additional-data .form-button{
  margin: 28vh 0 25px 0;
  font-size: 1.6vw;
  padding: 0.8rem 3.5rem;
  border-radius: 11px;
}


.password form .enter-button {
  margin: 0 auto 2rem auto;
}

.super-lancamentos {
  display: inline-block;
  padding: 0 0 32px 4.5vw;
}

.super-lancamentos-header .slider-header-buttons {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem!important;
  gap: 1rem;
}

.super-lancamentos-header .slider-header-buttons br {
  display: none;
}

.super-lancamentos-header .slider-header-buttons button {
  width: fit-content;
  margin: 0;
  line-height: 0.8rem !important;
  padding: 1.2rem 1.3rem 1.1rem 1.3rem;

  > img {
    display: none;
  }
}

.super-lancamentos-header .slider-header .fw-medium:not(button) {
  text-transform: uppercase;
}

.rent {
  display: none;
  /* margin-top: 36px; */
  margin-top: -130px;
}

.slider-header-buttons .more-info {
  display: none;
}

.super-lancamentos-header .slider-header-buttons .more-info {
  display: block;
  background: transparent;
  border: 2px solid #fff;
  padding: 1.2rem 1.3rem 1.1rem 1.3rem;
  border-radius: 6px;
  cursor: pointer;
}

.super-lancamentos-header .single-card-contents {
  cursor: unset!important;
  height: 35rem;
  /* .super-lancamentos-header .slider-header-buttons button */
  @media (min-width: 1366px) {
    height: max( 35rem, calc(100vw / 2.66) );
  }
  @media (min-width: 1920px) {
    height: 45rem;
  }
}

.rent .button-rent {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  padding: 1rem;
}

.rent .sinopse {
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: auto 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.pin-modal #pin-modal{
  display: none;
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
}

.pin-modal #pin-modal .modal {
  min-height: 300px;
  z-index: 100000;
  padding: 2rem 20px;
}

.pin-modal #pin-modal .modal #pin-sec{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.pin-modal #pin-modal .modal #pin-sec .modal-header{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pin-modal #pin-modal .modal #pin-sec .modal-header .pin-text{
  margin: 0 auto;
  color: #FFFFFF !important;
}

.pin-modal #pin-modal .modal .pin-input{
  margin: 2rem 0;
}
.pin-modal #pin-modal .modal .pin-input .error-msg{
  display: none;
  text-align: left;
  color: red;
  margin-top: 5px;
}

.pin-modal #pin-modal .modal .pin-input input{
  width: 40vw;
  height: 4vw;
  border-radius: 0.5vw;
  outline: none;
  border: none;
  font-size: 1.2vw;
  padding-left: 2vw;
  padding-right: 2vw;
}

.pin-modal #pin-modal .modal .pin-buttons .form-button {
  margin-top: 0;
  color: #000000  !important;
  font-weight: 400;
  display: inline-block;
  background-color: #66FECB;
  border-radius: 6px;
  cursor: pointer;
}

.pin-modal #pin-modal .modal .pin-buttons .continue-button {
  padding: 12px 30px;
}

.pin-modal #pin-modal .modal .pin-buttons .back-button {
  padding: 12px 22px;
}

.pin-modal #pin-modal .modal .pin-buttons .spacer {
  display: inline-block;
  padding: 0 7px;
}

@media screen and (max-width: 600px){
  .pin-modal #pin-modal .modal .pin-input input{
    width: 55vw;
    height: 6vw;
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 400px){
  .pin-modal #pin-modal .modal #pin-sec .modal-header{
    justify-content: space-between;
  }

  .pin-modal #pin-modal .modal #pin-sec .modal-header .pin-text{
    margin: 0;
  }

  .pin-modal #pin-modal .modal .pin-buttons .spacer {
    padding: 0 2px;
  }

  .pin-modal #pin-modal .modal .pin-input input{
    width: 80vw;
    height: 9vw;
    font-size: 1.8vw;
  }
}

.alert-modal #alert-modal{
  display: none;
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
}

.alert-modal #alert-modal .modal {
  z-index: 100000;
}

.alert-modal #alert-modal .modal .alert-buttons .form-button {
  margin-top: 0;
  color: #000;
  font-weight: 400;
  display: inline-block;
  border: none;
  background-color: #66FECB;
  border-radius: 6px;
  cursor: pointer;
}


.alert-modal #alert-modal .modal .alert-text {
  margin-top: 100px;
  margin-bottom: 26px;
  color: #FFFFFF;
}

.alert-modal #alert-modal .modal .alert-buttons .continue-button {
  padding: 12px 30px;
}

.alert-modal #alert-modal .modal .alert-buttons .ok-button {
  margin: 0 auto;
  padding: 12px 30px;
}

.alert-modal #alert-modal .modal .alert-buttons .back-button {
  padding: 12px 22px;
}

.alert-modal #alert-modal .modal .alert-buttons .spacer {
  display: inline-block;
  padding: 0 32px;
}

.logout #logout-modal {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
}

.logout #logout-modal .modal {
  z-index: 20;
}

.logout #logout-modal .modal .logout-buttons .form-button {
  margin-top: 0;
  color: #000;
  font-weight: 400;
  display: inline-block;
  background-color: #66FECB;
  border-radius: 6px;
  cursor: pointer;
}

.logout #logout-modal .modal .logout-text {
  margin-top: 100px;
  margin-bottom: 26px;
  color: #FFFFFF;
}

.logout #logout-modal .modal .logout-buttons .logout-button {
  padding: 12px 30px;
}

.logout #logout-modal .modal .logout-buttons .back-button {
  padding: 12px 22px;
}

.logout #logout-modal .modal .logout-buttons .spacer {
  display: inline-block;
  padding: 0 32px;
}

.kaltura-container {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

#kaltura-videoplayer {
  width: 80%;
  height: 80%;
}

.kaltura-container button#close {
  background: none;
  border: none;
  position: fixed;
  top: 0;
  left: 0;
  margin: 64px;
  cursor: pointer;
}

.help #help-modal {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.help #help-modal .modal .help-input input,
#movie-search {
  border: none;
  border-bottom: 1px solid #FFFF;
  color: #FFF;
  padding: 5px;
  outline: none;
  background-color: transparent;
  max-width: 300px;
  width: 100%;
}

.help #help-modal .modal .help-list {
  height: 186px;
  overflow: scroll;
}

.help #help-modal .modal .help-list::-webkit-scrollbar {
  display: none;
}

.help #help-modal .modal .help-list {
  -ms-overflow-style: none;
}

.help #help-modal .modal .help-list ul {
  list-style-type: none;
}

body.modal-open {
  overflow: hidden;
}

.help #help-modal .modal .help-search {
  margin: 6px 0 36px;
}

.help #help-modal .modal .help-search .search-icon,
.help #help-modal .modal .help-search .search-text {
  display: inline-block;
}

.help #help-modal .modal .help-search .search-icon {
  margin-right: 6px;
  filter: invert(100%);
  width: 10px;
}

.help #help-modal .modal .help-text {
  margin: 100px 0 16px;
  color: #FFFFFF;
}

.help #help-modal .modal .help-frequent {
  margin-bottom: 12px;
}

.help #help-modal .modal .help-contact {
  max-width: 450px;
  margin: auto;
  padding: 20px 0 20px;
  color: #FFFFFF;
}

#profile-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFFFFF !important;
}

.edit-profile-box {
  margin-top: 10%;
  width: max(300px, 35vw);
  height: max(40px, 4vw);
  outline: 1px solid #FFFFFF;
  display: flex;
  font-size: max(18px, 2vw);
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

.edit-profile-box:focus {
  /* outline: 2px solid #66FECB !important; */
  color: #66FECB !important;
}

.profiles-sec {
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 60%;
  flex-wrap: wrap;
  gap: max(50px, 8vw);
  justify-content: center;
}

.profiles-sec .item-wrapper {
  width: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.profiles-sec .item-wrapper:focus {
  outline: none !important;
}

.profiles-sec .item-wrapper:focus-within .profile-item {
  /* outline: 3px solid #66FECB !important; */
}

.profiles-sec .profile-item {
  text-decoration: none !important;
}
.item-wrapper {
  color: #FFFFFF !important;
}

#plus-icon {
  filter: invert(1) !important;
}

.edit-header a {
  color: #FFFFFF !important;
}

.profiles-sec .profile-item {
  position: relative;
  width: max(80px, 10vw);
  height: max(80px, 10vw);
  border-radius: 200px;
  outline: 1px solid #FFFFFF;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

#profile-wrapper .profiles-sec .profile-item {
  outline: 1px solid #fff;
}

.profiles-sec .profile-item #plus-icon {
  width: 40px;
}

.item-wrapper p {
  margin-top: 5px;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-align: center;
  font-weight: 500;
  /* font-size: 16px; */
  font-size: max(16px, 1.8vw);
}

.pencil-cicle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: #585c63;
  width: max(30px, 3vw);
  height: max(30px, 3vw);
  border-radius: 60px;
  bottom: 0px;
  right: 0px;
}

.pencil-cicle img {
  width: max(15px, 1.5vw);
}

#menu-sec div {
  width: max(300px, 35vw);
  text-align: start;
  border-bottom: 1px solid #FFFFFF;
  cursor: pointer;
  font-size: max(16px, 1.5vw);
}

#menu-sec div:hover,
#menu-sec div:focus {
  outline: none !important;
  border-bottom: 1px solid #66FECB !important;
  color: #66FECB;
}

#menu-sec div:last-child {
  border: none !important;
}

.edit-profile-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}

.delete-profile-container {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.delete-profile-container button {
  flex: 1;
  height: 100%;
  background: transparent;
  border: 1px solid #66FECB;
  color: #66FECB;
  cursor: pointer;
  transition: all 0.4s;
}

.delete-profile-container button:hover {
  background-color: #66FECB;
  color: #fff;
}

.edit-header {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  margin-bottom: 10%;
}

.edit-header a {
  color: #000;
  font-size: max(20px, 2vw);
  cursor: default;
}

.color-modal .edit-header {
  position: relative;
}

.color-modal .edit-header a:first-child {
  cursor: pointer;
}

.edit-header a:first-child {
  position: absolute;
  left: 30px;
}

.edit-header a:last-child {
  position: absolute;
  right: 30px;
  cursor: pointer;
}

.tv-navbar-item {
  padding: 10px 25px 0 0 !important;
  font-size: 2.1rem !important;
}

#single-profile p:nth-child(2) {
  display: none !important;
}

.edit-profile-wrapper input {
  text-align: start;
  width: max(300px, 35vw);
  height: 40px;
  border: 1px solid #FFFFFF;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 0px !important;
  background-color: #090a21 !important;
  color: #F3F3F3 !important;
  cursor: text;
}

#parental-box {
  margin-top: 20px;
  width: max(300px, 35vw);
}

#parental-box p {
  font-size: max(13px, 1.3vw);
  font-weight: bold;
  color: #FFFFFF !important;
  padding-left: 10px;
  margin-bottom: 20px;
}

.switch-box {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-bottom: 15px;
  padding-left: 10px;
  font-size: max(16px, 1.6vw);
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF !important;
}

.toggle-switch {
  position: absolute;
  width: 50px;
  height: 20px;
  background-color: #808286;
  border-radius: 25px;
  top: 0;
  right: 0;
  cursor: pointer;
}

.toggle-switch input {
  display: none;
}

.toggle-switch label {
  position: absolute;
  margin-top: -2px;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #66FECB;
  border-radius: 50%;
  transition: 0.4s;
}

.toggle-switch input:checked + label {
  left: calc(100% - 1px);
  transform: translateX(-100%);
}

.parental-options {
  display: none !important;
  margin-left: 10px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}

.parental-options h4 {
  font-weight: normal;
  font-size: max(16px, 1.5vw);
  margin-bottom: 20px;
  margin-top: 10px;
  color: #FFFFFF;
}

.list-tile {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.list-checkbox {
  display: none;
}

.list-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: max(16px, 1.5vw);
  user-select: none;
  color: #FFFFFF;
}

.bullet {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
}

.list-checkbox:checked + .list-label .bullet::before {
  content: '';
  position: absolute;
  margin-left: -5px;
  margin-top: -5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  outline: 1px solid #66FECB;
}

.profile-name {
  border: 1px solid #FFFFFF;
}

.free .bullet {
  background-color: #0ad234 !important;
}

.ten .bullet {
  background-color: #034ea2 !important;
}

.twelve .bullet {
  background-color: #fdb913 !important;
}

.fourteen .bullet {
  background-color: #f58220 !important;
}

.sixteen .bullet {
  background-color: #ed1a3b !important;
}

.eighteen .bullet {
  background-color: #020000 !important;
}

.switch-box.inactive-box {
  color: #808286 !important;
  border-bottom: 1px solid #808286 !important;
}

.switch-box.inactive-box .toggle-switch label {
  background-color: #585c63 !important;
}

#profile-active {
  outline: 3px solid #000 !important;
}

.profiles-sec .item-wrapper:focus-within #profile-active {
  /* outline: 3px solid #66FECB !important; */
}

.avatar:focus {
  /* outline: 3px solid #66FECB !important; */
}

.avatar-no-image {
  outline: 1px solid #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-image-dark {
  outline: 1px solid #000 !important;
  color: #000 !important;
}

#profile-help-item {
  display: none;
}

.collection-page .collection-banner,
.collection-banner {
  height: 80vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../dist/images/capa-coletanea.png);
  display: flex;
  align-items: end;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

[data-template='banner-img-txt-sm'] .collection-banner {
  height: 51.1vh;
}

.collection-page .collection-banner h1,
.collection-banner h1 {
  margin-bottom: 30px;
  margin-left: 50px;
  font-weight: 400;
}

.collection-page .collections {
  margin: 3rem 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.collection-page .collection h4 {
  font-size: 1.6vw;
  color: #FFFFFF !important;
}

@media (max-width: 768px) {
  .collection-page .collections {
    margin: 3rem 48px;
    grid-template-columns: repeat(3, 1fr);
  }

  .collection-page .collection-banner h1 {
    margin-left: 48px;
  }
}

@media (max-width: 425px) {
  .collection-page .collections {
    grid-template-columns: repeat(2, 1fr);
  }
}

.collection-page .collections .collection img {
  aspect-ratio: 1/1;
  width: 100%;
}

.collection-page .collectionModal {
  position: absolute;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
}

#collectionModal {
  display: none;
}

#collectionModal button {
  position: absolute;
  top: 0;
  left: 0;
  margin: 4rem;
  border: none;
  background: none;
  cursor: pointer;
  width: 32px;
  height: 37px;
}

#collectionModal .collection-modal-banner {
  height: 52.1vh;
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
  url(../dist/images/horizontal_coletanea_katherine.png); */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: end;
}

#collectionModal .collection-modal-banner h1 {
  width: 10ch;
  line-height: 30pt;
  margin-left: 4rem;
  margin-bottom: 4rem;
}

#collectionModal .collection-titles {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: center;
  gap: 1rem;
  row-gap: 2rem;
  padding: 1rem 4rem;
}

#collectionModal .collection-page .collections {
  grid-template-columns: repeat(3, 1fr);
}

#collectionModal .collection-page .collections .collection {
  position: relative;
}

#collectionModal .collection-page .collections .collection img {
  object-fit: cover;
}

@media (max-width: 768px) {
  #collectionModal .collection-page .collections {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 425px) {
  #collectionModal .collection-page .collections {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  #collectionModal .collection-titles {
    grid-template-columns: repeat(2, auto);
  }
}

#collectionModal .collection-titles div h4 {
  display: inline;
}

#collectionModal .collection-titles div img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  background-size: auto;
}

body.congratulationsPage {
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
    url('../dist/images/zumbbg.jpg');
  background-size: cover;
  background-position: right center;
}

.congratulationsPage .content {
  margin-left: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  gap: 9rem;
}

@media (max-width: 768px) {
  .congratulationsPage .content {
    margin: 0 48px;
  }
}

.congratulationsPage .content h1 {
  max-width: 12ch;
  font-size: 4rem;
  line-height: 4rem;
}

.congratulationsPage .text-loading {
  /**/
}

.congratulationsPage .btn-watch {
  background: none;
  border: 2px solid #fff;
  border-radius: 6px;
  font-size: 1.5rem;
  width: fit-content;
  cursor: pointer;
  display: block;
  padding: 1.5rem 3.5rem;
  display: none;
}

.congratulationsPage .footer-text {
  font-size: 0.75rem;
  max-width: 40ch;
}

.color-modal-bg {
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.color-modal {
  background-color: #090a21;
  width: max(300px, 40vw);
  padding-bottom: 30px;
}

.color-modal p {
  display: none !important;
}

#profiles-sec-color {
  margin-top: 60px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
}

#colors-row {
  margin-top: 20px;
  gap: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.color-item {
  width: max(20px, 5vw);
  height: max(20px, 5vw);
  border-radius: 50%;
  cursor: pointer;
}

.chose-color {
  font-size: max(16px, 1.5vw);
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  color: #FFFFFF;
}

#selected-color {
  outline: 3px solid #000;
}

.about .background-image-top {
  min-height: 100vh;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../dist/images/zumbbg.jpg);
  background-size: cover;
}

.about .background-image {
  min-height: 100vh;
  width: 100%;
  /* background-image: url(../dist/images/cinema.png); */
  background-image: url(../dist/images/fachada_belas_artes.jpeg);
  background-size: cover;
  background-position: bottom;
}

.about .content {
  padding: 0 32px;
  text-align: justify;
  margin-top: 32px;
  margin-bottom: 32px;
}

.about h2 {
  color: #454242;
}

.about p {
  color: #000;
}

.about hr {
  color: #454242;
  background-color: #000;
  height: 1px;
  border: none;
}

.about .partner {
  width: 100%;
}

.about .partner h2 {
  margin: 0 32px;
}

.about .partner hr {
  margin: 0;
}

.about .grid {
  height: 140px;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin: 0 32px;
}

.about .partner-logo {
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
  filter: brightness(0.4);
}

body#select-profile-tv {
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
    url('../dist/images/zumbbg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.content-profile-selection {
  margin-top: 8vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content-profile-selection img {
  width: max(150px, 15vw);
}

.content-profile-selection .description {
  margin-top: 5vw !important;
  color: #fff !important;
  font-size: max(18px, 2vw) !important;
}

.content-profile-selection .item-wrapper {
  color: white !important;
}

.content-profile-selection .profile-item {
  outline: 1px solid #fff !important;
}

.end-of-page {
  width: 100%;
  height: max(350px, 20vw);
}

.tv-header {
  display: flex;
  flex-direction: row;
  position: absolute;
  width: 100%;
  background-color: transparent;
  z-index: 10;
  padding-top: 3vw !important;
}

.tv-header .logo-header {
  width: 30vw;
  position: absolute;
  left: 3vw;
}

.tv-header .logo-header:focus {
  /* outline: 5px solid #66FECB !important; */
  border-radius: 10px;
}

.tv-header .avatar {
  width: 5vw;
  height: 5vw;
  position: absolute;
  right: 3vw;
}

.drawer {
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0.9),
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0)
  );
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  height: 60vw;
  width: 40vw;
  margin-left: -40vw;
  padding-top: 3vw !important;
  padding-left: 3vw;
  display: flex;
  flex-direction: column;
  transition: 0.2s all ease;
}

.drawer a {
  color: #fff;
  font-size: 1.6vw;
}

.drawer-box {
  display: flex;
  flex-direction: column;
  margin-top: 5vh;
}

.drawer-box:nth-child(2) {
  margin-top: 15vh;
}

.avatar:focus {
  border-radius: 50%;
  /* outline: 5px solid #66FECB !important; */
}

.avatar-no-image p {
  font-weight: bold;
  font-size: max(11px, 1vw);
}

.navbar .avatar,
.navbar .avatar-no-image{
  margin-top: 1rem;
}

@media (min-width: 1800px){
  .navbar .avatar,
  .navbar .avatar-no-image{
    margin-top: calc(1rem + 1%);
  }
}

.keyboard {
  margin-top: 5.5vw;
  display: flex;
  flex-direction: column;
  gap: 0.9vw;
  flex-wrap: wrap;
}

.keyboard-row {
  display: flex;
  flex-direction: row;
}

.key {
  width: 4vw;
  height: 4vw;
  outline: 0.2vw solid #fff;
  color: #fff;
  display: flex;
  border-radius: 0.5vw;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.6vw;
  margin-left: 0.9vw;
}

.key-larger {
  width: 8.9vw !important;
}

#key-active {
  outline: 0.2vw solid #66FECB;
  background-color: #66FECB;
}

.login-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 10vh;
  margin-right: 6vw;
}

body#login-tv-page {
  background-image: url('../dist/images/zumbbg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.mask-opc {
  content: '';
  /* position: absolute; */
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding-top: 5vw;
  padding-bottom: 5vw;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

.space-key {
  transform: rotate(-90deg);
}

.text-in-key {
  font-size: 1.7vw;
}

.key-larger img {
  width: 2.5vw;
}

.img-circle {
  margin-right: 1vw;
}

.sec-spacer {
  width: 10vw;
  height: 1vh;
}

.form-section {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.form-section img {
  width: 30vw;
  margin-bottom: 1vw;
}

.form-box {
  margin-top: 1.5vw;
}

.form-box input {
  width: 42vw !important;
  height: 4vw !important;
  border-radius: 0.5vw;
  outline: none;
  border: none !important;
  font-size: 1.6vw !important;
  padding-left: 2vw;
  padding-right: 6vw;
}

#user-data-edit-modal,
#plans-modal,
#payment-methods{
  display: none;
  position: fixed;
  z-index: 40;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background-color: rgba(0, 0, 0, 0.4);
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
}

#plans-modal .modal,
#payment-methods .modal{
  padding: 20px 2rem;
  width: 70%;
}

#plans-modal .modal-content .plans-buttons,
#payment-methods .modal-content .payment-methods-buttons{
  display: flex;
  justify-content: center;
  align-items: center;
}

#plans-modal .modal-content .update-plan-btn,
#payment-methods .modal-content .update-payment-method-btn{
  margin-left: 10px;
}

#plans-modal .modal-content .update-plan-btn,
#plans-modal .modal-content .cancel-btn,
#payment-methods .modal-content .update-payment-method-btn,
#payment-methods .modal-content .cancel-btn{
  margin-top: 0;
  color: black;
  padding: 8px 28px;
  font-weight: 400;
  /* font-size: 24px; */
  display: block;
  margin-top: 14px;
  border: 2px solid black;
  background-color: transparent;
  border-radius: 6px;
  width: fit-content;
  cursor: pointer;
}

#plans-modal .modal-content .plans-list{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

#plans-modal .modal-content .plans-list .plan{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 1rem 0;
}

#plans-modal .modal-content .plans-list .plan input[type='radio'] {
  margin-right: 1rem;
}

#plans-modal .modal-content .plans-list .plan label {
  text-transform: capitalize;
  font-weight: 600;
  text-align: left;
}

#plans-modal .modal-content .plans-list .plan label span {
  text-transform: lowercase;
  font-weight: 400;
}

.plans-subtitle{
  margin: 16px 0 32px 0;
}

.change-plan-trigger{
  cursor: pointer;
  text-decoration: underline;
  font-weight: 600 !important;
}

#user-data-edit-modal .modal {
  z-index: 45;
  text-align: left;
  width: fit-content;
  padding: 2.5rem;
}

#user-data-edit-modal .modal .modal-header,
#plans-modal .modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#user-data-edit-modal .modal form {
    position: relative;
    max-width: none !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    color: black;
}

#user-data-edit-modal .modal form .form-input-container {
  display: flex;
  flex-direction: column;
}

#user-data-edit-modal .modal form .form-input-container .row {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

#user-data-edit-modal .modal form .form-box input,
#user-data-edit-modal .modal form .form-box select {
  padding: 0.5rem 1rem;
  font-size: 1rem !important;
  width: 100% !important;
}

#user-data-edit-modal .modal form .form-box input[disabled],
#user-data-edit-modal .modal form .form-box select[disabled] {
  background: #E2E2E2;
}

#user-data-edit-modal .form-input-container .form-right .form-group-box {
  display: flex;
}

#user-data-edit-modal .form-input-container .form-right .form-group-box input,
#user-data-edit-modal .form-input-container .form-right .form-group-box select {
  margin: 0 !important;
}

#user-data-edit-modal .modal form .form-box {
  flex: 1;
}
#user-data-edit-modal .modal form .form-box.flex0 {
  flex: 0;
}

#user-data-edit-modal .modal form .form-box select {
  width: 100% !important;
}

#user-data-edit-modal .modal form .form-box .w8vw {
  width: 8vw !important;
}

#user-data-edit-modal .modal form .form-box .w10vw {
  width: 10vw !important;
}

#user-data-edit-modal .modal form .form-box .w12vw {
  width: 12vw !important;
}

#user-data-edit-modal .modal form .form-box select {
  height: 4vw !important;
  border-radius: 0.5vw;
  outline: none;
  border: none !important;
  line-height: 100%;
}

#user-data-edit-modal .modal form .form-button {
  cursor: pointer;
  width: fit-content;
  padding-left: 35px;
  border: none;
  background-color: #66FECB;
  padding-right: 35px;
  margin-top: 2rem;
  text-align: center;
  color: black;
}

@media screen and (max-width: 1024px) {
  #user-data-edit-modal .modal form {
    margin: 0 !important;
  }
  #user-data-edit-modal .modal form .form-input-container {
    display: block;
  }
  #user-data-edit-modal .form-input-container {
    gap: 0;
  }
  #user-data-edit-modal .modal form .form-input-container .row {
    flex-direction: column;
  }
  #user-data-edit-modal .modal form .form-box input,
  #user-data-edit-modal .modal form .form-box select {
    width: 100% !important;
    height: 3rem !important;
  }
  #user-data-edit-modal .modal form .form-box .w8vw,
  #user-data-edit-modal .modal form .form-box .w10vw,
  #user-data-edit-modal .modal form .form-box .w12vw {
    width: 100% !important;
  }
}
@media screen and (max-width: 425px){
  #my-subscriptions-modal .button-back {
    margin-left: 30px;
  }
  #my-subscriptions-modal .infos {
    margin: 0 30px;
  }
}
.form-btn {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 42vw !important;
  height: 4vw !important;
  outline: 0.2vw solid #fff !important;
  border-radius: 0.5vw !important;
  margin-top: 1.5vw !important;
}

.form-section p {
  font-size: 1.6vw !important;
  color: #fff;
}

#have-u-forget {
  margin-top: 2.5vw;
}

#form-item-active {
  outline: 0.3vw solid #66FECB !important;
}

.form-box p:first-child {
  margin-bottom: 0.5vw;
}

.form-box p {
  color: #FFFFFF;
}

.key-on {
  outline: 0.2vw solid #fff;
  background-color: #66FECB;
}

.caps-on {
  position: absolute;
  display: none;
  right: 11vw;
  width: 3vw;
  margin-top: 2.9vw;
  height: 3vw;
  border-radius: 50%;
  background-color: #66FECB;
}

.caps-on img {
  position: relative;
  top: 0.5vw;
  left: 0.7vw;
  width: 1.5vw;
}

.tooltip {
  /* display: none; */
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 2.5vw;
  margin-top: -12vw;
  border-radius: 4px;
}

.k-type-selected {
  outline: 0.2vw solid #fff;
  background-color: #66FECB;
}

#abc-group {
  display: flex;
  flex-direction: column;
  gap: 0.9vw;
  flex-wrap: wrap;
}

#simbols-group {
  display: none;
  flex-direction: column;
  gap: 0.9vw;
  flex-wrap: wrap;
}

.navbar-mobile {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100vw;
  height: 60px;
}

.navbar-mobile .app-bar {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #090a21;
  color: #000;
}

.navbar-mobile .app-bar .menu-button,
.navbar-mobile .app-bar .app-logo,
.navbar-mobile .app-bar .profile-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}

.navbar-mobile .app-bar .menu-button {
  left: 20px;
  height: 25px;
}

.navbar-mobile .app-bar .app-logo {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.navbar-mobile .app-bar .profile-button {
  right: 20px;
}

.navbar-mobile .app-bar .menu-button img {
  height: 100%;
  filter: invert(1);
}

.navbar-mobile .app-bar .app-logo .logo img {
  height: 90px;
}

.navbar-mobile .app-bar .drawer {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: fit-content;
  margin-left: 0;
  background: #090a21;
  transition: top 0.5s ease;
  z-index: -1;
}

.navbar-mobile .app-bar .drawer-profile {
  position: fixed;
  top: -357px;
  left: 0;
  width: 100%;
  height: 13f0px;
  background: #090a21;
  transition: top 0.5s ease;
  z-index: -1;
}

.navbar-mobile .app-bar .drawer .drawer-list {
  list-style: none;
  padding: 0;
}

.navbar-mobile .app-bar .drawer-list li {
  padding: 8px;
}

.navbar-mobile .app-bar .drawer-list li a {
  cursor: pointer;
  text-decoration: none;
  color: white;
}

.navbar-mobile .app-bar .drawer-list li a #search-icon-mobile {
  width: 12px !important;
  margin-left: 8px;
  filter: invert(1);
}

:root {
  --progress: 0;
}

.player {
  background-color: #000;
}

.player #simbols-group .keyboard-row .key-larger {
  width: 12.2vw !important;
}
.redefine-txt-desc {
  font-size: 1.6vw !important;
  text-align: start;
}
.redefine-txt-title {
  font-size: 3vw !important;
  text-align: start;
}
#form-recover {
  display: none;
}
.adaptative-input {
  display: none;
}

.tv-redefine-box {
  margin-left: -7vw;
  width: 42vw !important;
}

.player #videoContainer {
  position: relative;
  width: 100%;
  height: 100vh;
}

.player #videoPlayer {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
}

.player #videoPlayer.ios {
  /* position: absolute; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
  width: 100%;
  height: 100vh;
}

.player #playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, -50%);
  border: 4px solid white;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  cursor: pointer;
}

.player #playButton img {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  height: 75px;
}

.player #controls {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 34px;
  left: 0;
  right: 0;
  z-index: 11;
}

.player #progressSlider {
  appearance: none;
  background: linear-gradient(
    to right,
    white 0%,
    white calc(var(--progress) * 1%),
    rgba(255, 255, 255, 0.3) calc(var(--progress) * 1%),
    rgba(255, 255, 255, 0.3) 1%
  );
  width: 90vw;
  position: absolute;
  left: 2vw;
  bottom: 87px;
  height: 8px;
}

.player #progressSlider::-webkit-slider-thumb {
  appearance: none;
  width: 22px;
  height: 22px;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
}

.player #progressSlider::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
}

.player #currentTime {
  position: absolute;
  right: 2vw;
  bottom: 75px;
  color: white;
  font-size: 22px;
}

.player #volumeButton {
  bottom: 0;
  left: 2vw;
}

.player #closeButton {
  position: absolute;
  top: 67px;
  right: 2vw;
  cursor: pointer;
}

.player #closeButton img {
  height: 34px;
}

.player #button-out-fullscreen {
  bottom: 0;
  right: 8vw;
}

.player .mediaButton {
  position: absolute;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.player .mediaButton img {
  height: 40px;
}

.player .button-settings {
  bottom: 0;
  right: 12vw;
  display: none;
}

.player .button-subtitle {
  bottom: 0;
  right: 16vw;
}

.player #rewindButton {
  top: 50%;
  left: 40vw;
  transform: translateY(-50%);
}

.player #forwardButton {
  top: 50%;
  right: 40vw;
  transform: translateY(-50%);
}

.player #rewindButton img,
.player #forwardButton img {
  height: 70px;
}
.searchbox {
  display: flex;
  flex-direction: row;
  margin-left: 5vw;
  align-items: start;
  justify-content: start;
}
.form-sec {
  display: flex;
  flex-direction: column;
  margin-left: 15vw;
  margin-top: 5vw;
}
.tv-search-input {
  width: 40vw;
  height: 4vw;
  background-color: transparent;
  font-size: 1.8vw;
  padding-left: 2vw;
  border: none;
  border-bottom: 0.2vw solid #000;
}
.searchbox #form-item-active .search-bar {
  outline: none !important;
}
#e-type {
  display: none !important;
}
.form-sec #search-list {
  display: flex;
  flex-direction: column !important;
  align-items: start;
  justify-content: start;
}
.form-sec #search-list .carousel-card {
  height: 25vw;
}
.form-sec #search-list .carousel-card img {
  width: 35vw;
  height: 20vw;
}
.form-sec #search-list .carousel-card .card-name {
  margin-top: 0.5vw;
  font-size: 1.4vw !important;
}
.form-sec #search-list .carousel-card h4 {
  margin-top: 0.5vw;
  font-size: 1.6vw !important;
}
.back-sec {
  height: 5vw;
  padding-top: 2vw;
  padding-left: 5vw;
}
.back-sec img {
  width: 2vw !important;
  filter: invert(1);
}
.back-sec #key-active {
  width: 3vw !important;
  padding: 0.2vw;
  background-color: transparent !important;
  outline: 0.2vw solid #66FECB;
}
.searchbox .key {
  color: #000 !important;
  outline: 0.2vw solid #000;
}
.searchbox .capslockicon {
  filter: invert(1) !important;
}
.card-rating {
  min-width: 1.2vw;
  min-height: 1.2vw;
  border-radius: 0.3vw;
  font-size: 0.8vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-row-banner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.info-row-banner h3 {
  color: #ffffffa6;
}

.info-row-banner .rating-box {
  width: 30px;
  height: 30px;
  border-radius: 0.3vw;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

#cast-sec .pop-normal {
  width: 25vw;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
#descriptionPOP {
  width: 90% !important;
  margin-left: 10px;
  padding-right: 25px !important;
  padding-top: 10px !important;
  height: 200px;
  white-space: normal !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
#hoverdescription {
  width: 25vw;
  height: 4.5vw;
  max-lines: 3 !important;
  overflow: hidden;
  text-overflow: ellipsis !important;
}
#title-sec,
#cast-sec,
#director-sec {
  margin-top: 0.5vw;
  margin-bottom: 0.5vw;
}
#seriesdetailstv .details-modal {
  display: block !important;
}
.details-button-share .button-share {
  filter: invert(1) !important;
}
#playermask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000006f;
}
.loader {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9000;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}
.loader::after {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  border: 5px solid #66FECB;
  border-right: none;
  border-top: none;
  border-radius: 50%;
  animation: loader 0.5s linear infinite;
}
@keyframes loader {
  to {
    transform: rotate(1turn);
  }
}

.player-box {
  position: absolute;
  bottom: 120px;
  left: 0;
  opacity: 0;
  width: 100%;
  padding: 0.5rem 2rem;
  transition: opacity 0.1s ease;
  cursor: pointer;
  pointer-events: none;
  border-radius: 20px;
  background-color: rgba(216, 216, 216, 0.51);
  border: 4px solid #ffffff;
}

.player-box p,
strong {
  color: white;
  letter-spacing: 2px;
  line-height: 1.3rem;
}

.option-card {
  width: fit-content;
  padding: 0.5rem 1rem;
}

.flavor-box {
  display: flex;
  flex-direction: row;
}
.flavor-box img {
  filter: invert(46%) sepia(66%) saturate(5915%) hue-rotate(342deg)
    brightness(96%) contrast(94%);
  height: 2vw;
  display: none;
}

.keep-watching {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 30%;
  left: 27%;
  width: 45vw;
  height: 15vw;
  background-color: #090a21;
  border-radius: 0.5vw;
}
.keep-watching p {
  font-size: 1.6vw;
}
.keep-watching .btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 2vw;
}
.keep-watching .btns .btn {
  border: 0.2vw solid #000;
  border-radius: 0.3vw;
  padding: 0.3vw 2vw 0.3vw 2vw;
  font-size: 1.6vw;
  cursor: pointer;
}
.keep-watching .btns .spcr {
  width: 5vw;
}
.caption-card {
  width: 11rem !important;
  text-align: center;
  padding-inline: 1rem;
}
#subtitles-config {
  position: absolute;
  inset: 0;
  z-index: 99999;

  background-color: rgba(0, 0, 0, 0.6);

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;

  padding: 2.5rem;

  visibility: hidden;
  opacity: 0;

  transition: all .4s;
}
#subtitles-config.show {
  visibility: visible;
  opacity: 1;
}
#subtitles-config #subtitles-config-close-button {
  position: absolute;
  top: 30%;
  right: 30%;
  cursor: pointer;
}
#subtitles-config #subtitles-config-close-button img {
  height: 34px;
}
#subtitles-config #subtitle-preview {
  color: #fff;
  font-size: 1.375rem;
}
#subtitles-config #subtitles-styles {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
#subtitles-config .subtitle-style {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
#subtitles-config .subtitle-style p {
  color: #fff;
}
#subtitles-config .subtitle-style p span {
  font-weight: 700;
}
#subtitles-config .subtitle-style .subtitle-style-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
#subtitles-config .subtitle-style .subtitle-style-buttons > button {
  width: 4rem;
  height: 2rem;
  background-color: transparent;
  color: #fff;
  outline: none;
  border: 2px solid #fff;
  border-radius: 6px;
  cursor: pointer;
  text-shadow: 1px 1px 0 #000;
  position: relative;
  transition: all .4s;
}
#subtitles-config .subtitle-style .subtitle-style-buttons button.colorActive,
#subtitles-config .subtitle-style .subtitle-style-buttons button:hover {
  transform: scale(1.2, 1.2);
}
#subtitles-config .subtitle-style .subtitle-style-buttons button.sizeActive {
  background-color: #fff;
  color: #000;
}
#subtitles-config .subtitle-style .subtitle-style-buttons button.colorActive::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  position: absolute;
  inset: 0;
  border-radius: 50%;
  transform: scale(1.2, 1.2);
}
.share-card {
  display: flex;
  flex-direction: row;
  height: 6vw;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 15vw;
  padding-left: 1vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  background-color: #fff;
  border-radius: 3px;
  bottom: 10vw;
  right: 5vw;
  opacity: 0;
  transition: opacity 0.1s ease;
  cursor: pointer;
  pointer-events: none;
}
.share-card img {
  width: 4vw;
}
.share-card img:last-child {
  width: 5vw;
}
.share-card-spc {
  width: 1vw;
}
.share-item {
  cursor: pointer;
}
#choose-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#url-box {
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#error-msg {
  margin-top: 0.2vw;
  color: #66FECB;
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: start;
  align-self: start;
  align-items: start;
  font-size: 1.4vw !important;
}
.login #error-msg {
  margin-top: -2vw;
  display: block;
  color: #66FECB;
  font-size: 1.2vw !important;
}
#error-msg-r {
  margin-top: 0.2vw;
  color: #66FECB;
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: start;
  align-self: start;
  align-items: start;
  font-size: 1.4vw !important;
}

#error-sec {
  display: none;
}
#error-sec .back-button {
  margin-top: 2.2vw !important;
}
#error-txt {
  margin-top: 8vw !important;
  font-size: 1.4vw;
  color: #FFFF;
}
.exclude-button {
  display: none !important;
  padding: 12px 22px;
}

.d-block{
  display: block;
}

.login-link-loader {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #66FECB;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.grecaptcha-badge {
  visibility: hidden;
}

.border-none {
  border: none !important;
}

.form-group {
  display: flex;
  gap: 1rem;

}

.form-group input:disabled {
  opacity: .7;
}

.flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.w-dvw {
  width: 100dvw;
}

.h-dvh {
  height: 100dvh;
}

.payment .half-form-content .divider{
  width: calc(50% - 4rem);
  min-width: 360px;
}

.payment .half-form-content .payment-buttons{
  width: calc(50% - 4rem);
  min-width: 360px;
}

.email-unsubscribe form{
  margin-top: 0;
  padding-top: 10vh;
}

.email-unsubscribe h1{
  max-width: 350px;
  margin: 20px 0 20px 0;
}

@media screen and (max-width: 425px){
  .email-unsubscribe img{
    width: 115px;
  }

  .email-unsubscribe h1{
    line-height: 1.4;
    font-weight: 500;
    font-size: 15px!important;
  }
}
.privacy {
    padding:148px 64px;
    color: #FFFF !important;
}
.privacy .subtitle-terms {
    margin-left: 25px;
    font-weight: bold;
}
.privacy .sub-text {
    margin-left: 25px;
}
.privacy .terms-bold {
    font-weight: bold;
}

.privacy h1 {
    text-decoration: underline;
    font-size: 16pt;
    line-height: 22px;
    text-align: center;
    
  }
  .privacy .s1 {
    color: black;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 11pt;
}
.privacy .s1 span {
    font-size: 11pt;
    color: black;
    font-weight: normal;
}
.privacy p span {
    font-size: 12pt;
    color: black;
    font-weight:600;
}
@media screen and (max-width: 1400px) {
  .privacy {
    padding:86px 48px;
  }
}

.tv-authentication-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, .5)
}

.tv-authentication-modal {
  width: 70%;
  padding: 4rem;
  background-color: #090a21;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 2rem;
  gap: 1rem;
  position: relative;
  color: #FFFFFFFF !important;
}

.tv-authentication-modal button {
  cursor: pointer;
}

.tv-authentication-modal .close-authentication-modal {
  background-color: transparent !important;
  border: none;
  filter: invert(1);
  position: absolute;
  top: 1rem;
  right: 0;
}

.tv-authentication-modal .close-authentication-modal img {
  filter: invert(1);
  width: 2rem;
  height: 2rem;
}

.tv-authentication-modal h1 {
  margin-bottom: 1rem;
}

.tv-authentication-modal .code-container {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.tv-authentication-modal .code-container input {
  width: 3rem;
  height: 3.2rem;
  text-align: center;
  font-size: 1.5rem;
  border: none;
  border-radius: 1rem;
}

.tv-authentication-modal button {
  background: #66FECB;
  padding: .2rem 2rem;
  border: none;
  font-size: 1rem;
  border-radius: .5rem;
}

.tv-authentication-modal .warning {
  width: 37ch;
  text-align: center;
  margin-top: 1rem;
}

@media screen and (max-width: 480px) {
  .privacy {
    padding: 72px 16px;
  }
}

.kw-progress-bar {
  display: none;
  position: relative;
  background-color: transparent;
  margin-top: -11px;
  justify-self: center;
  align-self: center;
  width: 95%;
  height: 6px;
  z-index: 2;
}
.kw-progress-bar .kw-progress-bar-show{
  background-color: #66FECB;
  height: 6px;
}

#login-trigger {
  display: none;
}

.popup{
  position: absolute;
  top: 1rem;
  width: 100%;
  height: auto;
  /* z-index: 100000; */
}

#popup{
  position: relative;
  z-index: -100000;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  width: 95%;
  height: auto;
  padding: 0.8rem;
  margin: 0 auto;

  border-radius: 6px;
  color: #41c741;
  background: #032a03e4;
  border: 1.3px solid #1f661d;
  text-align: center;

  transition: 0.4s ease;
  box-shadow: 5px 5px 5px rgba(25, 25, 25, 0.597);
}

#popup .popup-header{
  position: absolute;
  top: 0.8rem;
  right: 0.4rem;
  width: 100%;
  height: 1rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 auto;

}

#popup .popup-body{
  width: 95%;
}

#popup .popup-message{
  text-align: left;
}

#popup.alert{
  color: #ded03d;
  background: #2a2a03ec;
  border: 1.3px solid rgb(102, 95, 29);
}

#popup.success{
  color: #41c741;
  background: #032a03ec;
  border: 1.3px solid #1f661d;
}

#popup.danger{
  color: #fffdfd;
  background: #950000fa;
  border: 1.3px solid #661d1d;
}

#popup.open{
  /* z-index: 1000000000000 !important; */
  opacity: 1;
  transition: 0.4s ease;
}

#popup .close-btn{
  background-color: transparent;
  border: none;
  padding: 0;
  color: #fff;
}

.video-js .vjs-text-track-display div div div {
  background-color: transparent !important;
}

.video-js .vjs-text-track-display[data-subtitle-color="#00F"] div div div {
  color: #00F !important;
}
.video-js .vjs-text-track-display[data-subtitle-color="#FFF"] div div div {
  color: #FFF !important;
}
.video-js .vjs-text-track-display[data-subtitle-color="#000"] div div div {
  color: #000 !important;
}
.video-js .vjs-text-track-display[data-subtitle-color="#F00"] div div div {
  color: #F00 !important;
}
.video-js .vjs-text-track-display[data-subtitle-color="#0F0"] div div div {
  color: #0F0 !important;
}
.video-js .vjs-text-track-display[data-subtitle-color="#FF0"] div div div {
  color: #FF0 !important;
}

.video-js .vjs-text-track-display[data-subtitle-size="42px"] div div div {
  font-size: 42px !important;
}
.video-js .vjs-text-track-display[data-subtitle-size="50px"] div div div {
  font-size: 50px !important;
}
.video-js .vjs-text-track-display[data-subtitle-size="58px"] div div div {
  font-size: 58px !important;
}

.my-list-page {
  --myListPage-width: calc(840px + 2rem);
  margin: 8rem auto;
  width: var(--myListPage-width);
  opacity: 0;
  transition: opacity .25s ease-in-out;
}

.my-list-page h3 {
  margin-bottom: 0.6rem;
}

.my-list-page #rents,
.my-list-page #my-list {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  width: 100%;
  gap: 1rem;
}

.my-list-page #rents .grid-horizontal-card,
.my-list-page #my-list .grid-horizontal-card {
  margin-right: 0;
  height: unset;
  margin-bottom: 1rem;
}

@media (max-width: 992px) {
  .my-list-page {
    --myListPage-width: calc(693px + 2rem);
  }
}
@media (max-width: 768px) {
  .my-list-page {
    --myListPage-width: calc(452px + 1rem);
  }
}
@media (max-width: 480px) {
  .my-list-page {
    --myListPage-width: calc(400px + 1rem);
  }
}
@media (max-width: 450px) {
  .my-list-page {
    --myListPage-width: calc(200px);
  }
  .my-list-page .grid-horizontal-card h4 {
    white-space: unset !important;
    overflow: unset !important;
    text-overflow: unset !important;
    line-height: 1.5rem !important;
  }
}

/* TVODS */

#tvods-banners-vertical-list {
  width: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  gap: 1.5rem;

  padding: 0 0 2rem 0;
}

#tvods-banners-vertical-list .banner-list {
  width: 80%;
  background: var(--tvod-background) center center no-repeat;
  background-size: cover;

  position: relative;

  border-radius: 4px;
  overflow: hidden;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;

  gap: 1.5rem;
  padding: 2rem;

  animation: verticalAppear .4s ease-in-out;
}

#tvods-banners-vertical-list .banner-list::before {
  content: "";

  position: absolute;
  inset: 0;

  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  z-index: 1;
}

#tvods-banners-vertical-list .banner-list > * {
  z-index: 2;
  color: #fff;
}

#tvods-banners-vertical-list .banner-list h2 {
  font-size: 1.3rem;
  font-weight: 700;
}

#tvods-banners-vertical-list .banner-list p {
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}

#tvods-banners-vertical-list .banner-list .tvod-rent,
#tvods-banners-vertical-list .banner-list .tvod-info {
  padding: 0.4rem 0.8rem;
  border-radius: 6px;
  border: 2px solid #fff;
  margin-right: 0.5rem;
  background: none;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
}

/* #tvods-banners-vertical-list .banner-list:first-child {
  width: 100%;
  border-radius: 0;
  height: min( calc(100vw / 2.66), 550px);
  justify-content: end;
  padding: 4rem;
  @media (max-width: 900px) {
    padding: 2rem;
  }
  @media (max-width: 768px) {
    margin-top: 60px;
    height: var(--tvodSuperRelease-height);
  }
} */

.tvod-super-release .card-name {
  z-index: 1;
  font-size: 1.4rem !important;
  text-transform: uppercase;
  color: #FFF;
  padding: unset;
  top: 1.5rem;
  left: 1.5rem;
}
.tvod-super-release h4 {
  position: absolute;
  color: #FFF;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
}
.tvod-super-release img {
  height: max(var(--tvodSuperRelease-height), 150px);
  object-fit: cover;
  object-position: center top;
}
.tvod-super-release .bg-mask {
  width: 100%;
  height: max(var(--tvodSuperRelease-height), 150px);
  background: rgba(0, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, .3) 60%);
}

@keyframes verticalAppear {
  from {
    transform: translateY(100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.rental-page {

  .rental-banner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 2rem 2rem;
    background-position: center;
    background-size: cover;
    height: calc(100vw / 2.66);
    align-items: center;
    margin-top: 60px;

    @media (min-width: 768px) {
      align-items: start;
      margin-top: 0;
    }

    .rental-banner-info {
      display: flex;
      align-items: center;
      gap: 1rem;

      > h3 {
        color: #fff;
        font-size: 1.7rem;
      }

      > .censorship {
        --rental-censorship-bg: green;
        --rental-censorship-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 2.2rem;
        height: 2rem;
        border-radius: 4px;
        background: var(--rental-censorship-bg);
        color: var(--rental-censorship-color);
      }
    }

    > p {
      color: #fff;
      text-transform: uppercase;
      font-size: 1.2rem;
      text-align: center;
    }

    > span {
      color: #fff;
      font-size: 1.6rem;
      font-weight: bold;
      margin-top: 1rem;

      @media (min-width: 768px) {
        margin-top: 0;
        font-size: 2rem;
        position: absolute;
        bottom: 1.5rem;
        right: 2rem;
      }
    }
  }

  .rental-body {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    overflow: hidden;
    gap: 2rem;
    padding: 2rem;
    background-image: url(/dist/images/ba-logo-chevron-up-black.png);
    height: 100vh;

    > .rental-steps {
      display: flex;
      align-items: stretch;
      gap: 1rem;
      position: relative;

      > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: .6rem .8rem;
        background: #090a21;
        border-radius: 12px;
        border: 1px solid rgba(0, 0, 0, .3);
        box-shadow: rgba(0, 0, 0, 0) 3px 1px 0px;
        cursor: pointer;
        position: relative;

        > span {
          text-align: center;
          line-height: 1;
          margin-top: .3rem;
          flex: 1;
          opacity: 0.2;
          font-weight: bold;
        }

        > svg {
          width: 2.5rem;
          opacity: 0.2;
        }

        &.active {
          --active-color: rgba(0, 0, 0, 1);
          border-color: var(--active-color);
          box-shadow: var(--active-color) 3px 1px 0px;

          > span {
            color: var(--active-color);
            opacity: 1;
          }
          > svg {
            opacity: 1;
            path[fill], circle[fill] {
              fill: var(--active-color);
            }
            path[stroke], circle[stroke] {
              stroke: var(--active-color);
            }
          }

          &:before {
            content: '';
            width: 1rem;
            height: 5px;
            background: #000;
            position: absolute;
            top: calc(50% - 2.5px);
            left: calc(-1rem - 1px);
          }

          &:after {
            content: '';
            width: 1rem;
            height: 5px;
            background: #000;
            position: absolute;
            top: calc(50% - 2.5px);
            right: calc(-1rem - 1px);
            border-radius: 2.5px;
          }
        }

        &.ok {
          --ok-color: rgba(0, 122, 0, 1);
          border-color: var(--ok-color);
          box-shadow: var(--ok-color) 3px 1px 0px;

          > span {
            color: var(--ok-color);
            opacity: 1;
          }
          > svg {
            opacity: 1;
            path[fill], circle[fill] {
              fill: var(--ok-color);
            }
            path[stroke], circle[stroke] {
              stroke: var(--ok-color);
            }
          }
        }
      }

      &:before {
        content: '';
        width: calc(100% + 2rem + 2px);
        height: 5px;
        background: rgba(0, 0, 0, 0.2);
        position: absolute;
        top: calc(50% - 2.5px);
        left: calc(-1rem - 1px);
        border-radius: 2.5px;
      }
    }

    .rental-card {
      padding: 2rem;
      border: 1px solid black;
      border-radius: 1.5rem;
      background: #090a21;
      box-shadow: rgba(0, 0, 0, 1) 5px 1px 0px;
      width: 100%;
      display: none;
      position: relative;

      @media (min-width: 768px) {
        width: 40rem;
      }

      &.active {
        display: block;
      }

      > h3 {
        font-size: 1.3rem;
        margin-bottom: 1.3rem;
        text-transform: uppercase;
      }

      > .error-msg {
        color: rgba(230, 57, 70, 1);
        margin-bottom: 1.3rem;
        display: none;

        &.show {
          display: block;
        }
      }

      .rental-form {
        display: flex;
        flex-direction: column;
        gap: .8rem;
        margin-bottom: 1.5rem;

        .row {
          display: flex;
          gap: .5rem;
          justify-content: space-between;

          > label {
            display: flex;
            flex-direction: column;
            text-transform: uppercase;
            font-size: 1rem;
            letter-spacing: .04rem;
            width: 100%;
            &:has(input.invalid),
            &:has(select.invalid) {
              color: rgba(230, 57, 70, 1);
            }

            &.w-8rem {
              width: 8rem;
            }
            &.w-10rem {
              width: 10rem;
            }
            &.w-12rem {
              width: 12rem;
            }
            &.w-14rem {
              width: 14rem;
            }

            > input, select, textarea {
              padding: .5rem .8rem;
              border: none;
              border-radius: 6px;
              font-size: 1rem;
              width: 100%;
              /* text-transform: uppercase;
              &[name="email"], &[name="password"], &[name="password_confirmation"] {
                text-transform: none;
              } */
              &:focus {
                outline: 2px solid rgba(0, 0, 0, 0.5);
              }

              &.invalid {
                outline-color: rgba(230, 57, 70, 1);
                color: rgba(230, 57, 70, 1);
              }
            }
          }
        }

        > .checkboxes {

          > .checkbox {
            margin-top: .5rem;
            display: flex;
            gap: 1rem;

            > input {
              width: 1.3rem;
              height: 1.3rem;
            }

            > label {
              flex: 1;
              text-align: justify;
              font-size: .9rem;

              > a {
                color: rgb(230, 0, 20);
                font-style: italic;
                text-decoration: underline;
              }
            }
          }
        }
      }

      > div {

        /* &.rental-buttons {
          padding-top: 1.5rem;
        } */

        > h4 {
          margin-bottom: .5rem;
        }

        &.loading {
          background: #090a21;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border-radius: 1.5rem;
          display: none;
          flex-direction: column;
          justify-content: center;
          align-items: center;
        }

        &.rental-buttons, > .rental-buttons {
          > button {
            --btn-rgba: rgba(0, 0, 0, 1);
            padding: .5rem 1rem;
            border: 2px solid var(--btn-rgba);
            background: transparent;
            border-radius: 6px;
            cursor: pointer;
            color: var(--btn-rgba);
            text-transform: uppercase;
            box-shadow: var(--btn-rgba) 2px 2px 0px;
            font-size: .9rem;

            &:hover {
              box-shadow: inset var(--btn-rgba) 1px 1px 0px;
            }

            &:disabled, &[disabled] {
              --btn-rgba: rgba(153, 153, 153, 1);
            }
          }
        }

        > .rental-radios {
          display: flex;
          gap: 1rem;
          margin-bottom: 1.5rem;

          > label {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            cursor: pointer;
            text-transform: uppercase;

            > input[type=radio] {
              width: 32px;
              height: 32px;
            }
          }
        }

        > .rental-form {
          margin-bottom: 1.5rem;

          > .rental-credit-cards {
            display: flex;
            gap: .5rem;
            flex-wrap: wrap;

            > label {
              padding: 1rem;
              cursor: pointer;
              border-radius: 8px;
              border: 3px solid #fff;
              color: #000;
              text-transform: uppercase;

              > input {
                display: none;
              }

              &:has(input:checked) {
                background: #fff;
              }
            }
          }

          > .rental-credit-card-new {
            display: none;
            flex-direction: column;
            gap: .8rem;
            margin-top: .5rem;

            &.active {
              display: flex;
            }
          }
        }
      }

      &.signup-form {
        .rental-form:nth-child(2) {
          margin-bottom: 1rem;
        }
      }

      /* &.personal-form {
        position: relative;

        &:after {
          content: '';
          position: absolute;
          top: .75rem;
          right: 1.5rem;
          background: url(/dist/images/rental/check.svg);
          width: 70px;
          height: 70px;
          display: block;
        }
      } */

      /* &.payment-form {
        > div {
          > .rental-form {}
          > .rental-radios {
            > [name="payment_method"] { }
          }
        }
      } */

      &.success-box {
        .rental-form {
          gap: unset;
        }
      }

      &.loading {
        > div {
          &.loading {
            display: flex;
          }
        }
      }
    }
  }
}

#details-modal .peoples p.title-director, #details-modal .peoples p.title-actor {
  margin: 1rem 0 0.08rem;
  font-weight: 700;
}

.header-wrapper-navbar{
  display: flex;
  flex-direction: row;
}

.header-wrapper-navbar img {
  max-width: 100px;
  margin-right: 30px;
}

.banner-button img {
  filter: invert(1) !important;
}

.zumb-logo-header {
  cursor: pointer;
  margin-top: 11px;
}

.rents-title, .fav-titles {
  color: #FFFFFF !important;
}

.card-title {
  color: #FFFFFF;
}

.infos-card {
  color: #FFFFFF !important;
}
.hello-header h2 {
  color: #FFFFFF !important;
}
.edit-profile button {

  border: none;
  background-color: #66FECB;

}

.hederCarouselWrapper {
  position: relative;
  background-color: rgba(0, 0, 0, .25);
  overflow: hidden;
}

.gradient-banner {
  position: absolute;
  width: 100%;
  height: 21vh; 
  bottom: 0;
  background: linear-gradient(to top, #090a21, transparent); 
  pointer-events: none;
  z-index: 2;
}
.details .gradient-banner {
  z-index: 0;
}
.vertical-gradient {
  position: absolute;
  width: 60%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #090a21, transparent); 
  pointer-events: none;
  z-index: 0;
}

.details-banner .gradient-banner {
  height: 71vh; 
}

.know-us .button-know-us, .know-us .button-subscribe {
  border: none;
  background-color: #66FECB;
  color: #000;
}

.know-us .button-enter {
  border: none;
  background-color: #66FECB;
  color: #000;
}

.hc-spacer {
  width: 0.625rem;
  height: 1.875rem;
}

.buttons-row {
  display: flex;
  flex-direction: row !important;
  gap: 5px;
  position: relative;
  z-index: 3;
}

.details .buttons-row {
  display: flex;
  flex-direction: row !important;
  gap: 10px;
}

.favorite-button-star {
  fill: #FFF;
  width: 100%;
  height: 100%;
}
.fav-wrapper-rounded {
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 100%;
  border: 1px solid #FFFFFF;
}

.desc-limiter {
  width: 40vw;
  margin-top: 20px;
}

.movie-logo {
  width: 320px;
}



.video-bg {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

/* Estilos para o vídeo */
.video-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-bg .header {
  width: 100%;
  height: auto;
  position: absolute;
  top: 20px;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
}

.video-bg .header .zumb-logo-header {
  width: 80px;
  height: auto;
}

.text-container {
  position: absolute;
  bottom: 10%;
  left: 5%;
  color: white;
  font-family: Arial, sans-serif;
  text-align: left;
  max-width: 40%;
  padding: 10px;
}

/* Responsividade */
@media screen and (max-width: 1024px) {
  .text-container {
    max-width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .text-container {
    max-width: 60%;
  }
  .text-container h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 480px) {
  .text-container {
    max-width: 90%;
    left: 2%;
  }
  .text-container h2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 510px) {
  .thumb-img {
    height: 10px !important;
  }
}

@media screen and (max-width: 768px) {
  .text-container {
    width: 70% !important;
  }
  .text-container h2 {
    font-size: 22px !important; 
  }
  .thumb-img {
    height: 110px !important;
  }
  .mid-page-section .text-column h2 {
    font-size: 16px !important;
  }
  .price-sec h2 {
    font-size: 16px !important;
   }
   .new-release-sec img {
    height: 140px !important;
   }
}

@media screen and (min-width: 769px) {
  .text-container h2 {
    font-size: 26px !important; 
  }
  .thumb-img {
    height: 160px !important;
  }
  .mid-page-section .text-column h2 {
    font-size: 23px !important;
  }
  .price-sec h2 {
    font-size: 18px !important;
   }
   .price-sec p {
    font-size: 13px !important;
   }
   .logo-and-copyrights p {
    font-size: 13px !important;
   }
   .new-release-sec img {
    height: 160px !important;
   }

}

@media screen and (min-width: 1200px) {
  .text-container {
    width: 40% !important;
  }
  .text-container h2 {
    font-size: 30px !important; 
  }

  .thumb-img {
    height: 310px !important;
  }
  .mid-page-section .text-column h2 {
    font-size: 26px !important;
  }
  .price-sec h2 {
    font-size: 26px !important;
   }
   .price-sec p {
    font-size: 16px !important;
   }
   .logo-and-copyrights p {
    font-size: 16px !important;
   }
   .new-release-sec img {
    height: 190px !important;
   }
}

.text-container h2 {
  margin: 0;
  font-size: 26px;
  font-weight: bold;
}

.cta-button {
  padding: 10px 20px;
  font-size: 18px;
  background-color: #66FECB; 
  color: black;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  max-height: 45px;
  z-index: 9999;
}

.text-container .cta-button {
  margin-top: 20px;
}

.mid-page-section {
  position: relative;
  padding: 40px;
  width: 100%;
  background-color: #FFF;
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.mid-page-section .top-bar{
  position: absolute;
  top: -5%;
  right: -40%;
  
}
.mid-page-section .bottom-bar{
  position: absolute;
  bottom: -5%;
  left: -10%;

}

.thumb-img {
  height: 210px;
}

.mid-page-section .text-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.mid-page-section .text-column h2 {
  font-weight: normal;
  width: 60%;
  font-size: 26px;
}

 .subs-row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  align-items: center;
 }

 .price-sec {
  display: flex;
  flex-direction: column;
 }
 .price-sec h2 {
  font-size: 26px;
  margin-left: 10px;
 }
 .price-sec p {
  font-size: 16px;
 }

 .new-release-sec {
  display: flex;
  flex-direction: row;
 }

 .new-release-sec img {
  height: 190px;
 }

 .new-release-sec .new-release-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
 }

 .new-release-column h2 {
  font-size: 20px !important;
  text-align: center;
 }
 .new-release-column .cta-button {
  font-size: 20px !important;
  text-align: center;
  background-color: #3b4385;
  color: #FFFF;
 }

 .know-us-footer {
  margin-top: 60px;
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #66FECB, #3b4385);
  padding: 80px;
  }

  .know-us-footer-btns-row {
    position: absolute;
    top: -5%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    gap: 20px;
  }

  .know-us-footer-btns-row .purple {
    background-color: #3b4385;
    color: #FFF;
  }

  .footer-info-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .screens-outline-img {
    position: absolute;
    width: 15vw;
  }
  .footer-first-sec {
    position: relative;
    width: 50%;
  }
  .footer-first-sec p {
    position: absolute;
    color: #FFFF;
    top: 0;
    left: 7vw;
    top: 16vh;
    font-size: 15px;
  }
  .logo-and-copyrights {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
  }
  .logo-and-copyrights img{
    width: 160px;
  }
  .logo-and-copyrights p{
    color: #FFF;
    font-size: 15px;
  }
  #dccc {
    margin-top: -15vh;
  }
  .fav-item {
    display: flex !important;
    flex-direction: row;

  }
 .details-secondary-btn {
    color: #FFFF !important;
    background-color: rgb(68, 64, 62) !important;
  }

.footer-box {
  display: flex;
  flex-direction: column;
  margin-left: var(--defaultCarousel-ml);
  margin-top: 50px;
  margin-bottom: 50px;
  z-index: 99999 !important;
}
.footer-copyrights-logo {
    width: 112px;
    margin-bottom: 20px;
}
.footer-copyrights-txt {
    font-size: 16px;
    color: #FFFFFF80;
  }


  @media screen and (max-width: 1600px) {
    .conheca-nos .section-three .content-one h1 { 
      font-size: 66px !important;
    }
    .conheca-nos .section-three .content-one p {
      font-size: 18px !important;
    }
    .conheca-nos .section-three .mosaic-box {
      scale: 0.8 !important;
    }
  }
  @media screen and (max-width: 1200px) {
    .conheca-nos .section-one {
      background-position: center left !important;
    }
    .section-one .content-wraper .logo {
      height: 160px !important;
    }
    .conheca-nos .section-three .content-one {
      justify-content: center !important;
      align-items: center !important;
      margin-left: 0 !important;
    }
    .sec-four-content-one h1 {
      font-size: 36px !important;
    }
    .conheca-nos .section-three .content-one h1, .section-five .content-wrapper h1, .section-six h1 { 
      font-size: 36px !important;
    }
    .sec-four-content-one p {
      font-size: 18px !important;
    }
    .conheca-nos .section-three .content-one p, .section-five .content-wrapper p, .section-six p{
      font-size: 18px !important;
      margin-top: 14px !important;
      margin-bottom: 14px !important;
    }
    .section-four {
      height: 80vh !important;
    }

    .accordion-header {
      font-size: 28px !important;
    }
    .accordion-content {
      font-size: 16px !important;
    }
    
    .section-five .content-wrapper {
      margin-top: 20vh !important;
    }
    .section-five {
      height: 70vh !important;
    }
    .conheca-nos .section-three .mosaic-box {
      scale: 0.7 !important;
    }

  }
  @media screen and (max-width: 1024px) {
    .conheca-nos .section-one {
      background-position: center left !important;
    }
    .section-one .content-wraper .logo {
      height: 160px !important;
    }
    /* .conheca-nos .section-three .content-one h1 { 
      font-size: 46px !important;
    }
    .conheca-nos .section-three .content-one p {
      font-size: 18px !important;
    } */
    .conheca-nos .section-three .wrapper {
      flex-direction: column !important;
      justify-content: center !important;
      align-items: center !important;
    }
    .conheca-nos .section-three .mosaic-box {
      scale: 0.4 !important;
    }
    .conheca-nos .section-three .mosaic-box {
      margin-left: -10vw !important;
    }

  }
  @media screen and (max-width: 767px) {
    
    .conheca-nos .section-one {
      background-position: -241px 0px !important;
    }
    .section-one .content-wraper .logo {
      height: 72px !important;
    }

    .conheca-nos .outlined-btn {
      display: none !important;
    }
    .conheca-nos .know-us-header .txt-btn {
      width: 175px;
      font-size: 20px;
      border: 2px solid white;
      border-radius: 10px;
      text-align: center;
      padding: 10px;
      color: #FFFF;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.3s ease;
     }
     .conheca-nos .section-one {
      height: 60vh !important;
     }
     .conheca-nos .section-two {
      height: 30vh !important;
     }
     .conheca-nos .know-us-header .txt-btn:hover {
      color: #000C54 !important;
      background-color: #00FF8F !important;
      border: 2px solid #00FF8F !important;
     }

    .conheca-nos .section-one .content-wraper {
      margin-top: 15vh !important;
      justify-content: center !important;
      align-items: center !important;
      margin-right: 0 !important;
      gap: 20px !important;
    }
    .conheca-nos .section-one .sec-one-aligner .center-spacer {
      flex: 0 !important;
    }
    .section-one .content-wraper .sec-one-txt {
      font-size: 16px !important;
    }
    .conheca-nos .section-two .content-wraper {
       padding-bottom: 20vh !important;
       gap: 10px !important;
       justify-content: center !important;
       align-items: center !important;
    }
    .conheca-nos .section-two h1 {
      font-size: 26px !important;
    }
    .conheca-nos .section-two p {
      font-size: 16px !important;
    }
    conheca-nos .section-three .content-one h1 { 
      font-size: 16px !important;
    }
    .conheca-nos .section-three .content-one p {
      font-size: 14px !important;
    }

    .conheca-nos .section-three .mosaic-box {
      scale: 0.4 !important;
    }
    .conheca-nos .section-three .mosaic-box {
      margin-left: -23vw !important;
    }
    
  }
  @media ( max-width: 450px)  {
    .conheca-nos .section-one {
      height: 70vh !important;
    }
    .conheca-nos .section-one .content-wraper {
      margin-top: 25vh !important;
    }
    .conheca-nos .section-two{
      height: 40vh !important;
      padding-top: 15vh !important;
      padding-left: 0 !important;
    }
    .conheca-nos .section-two p {
      position: relative !important;
      text-align: start;
      display: none;
    }
    .conheca-nos .section-two .content-wraper {
      margin-top: 0 !important;

      justify-content: center !important; 
      align-items: center !important;
    }
    .conheca-nos .section-three .wrapper .content-one {
      justify-content: start !important;
      align-items: start !important;
    }

    .conheca-nos .section-three {
      height: 70vh !important;
      gap: 0;
    }
    .conheca-nos .higlighted-button {
      /* scale: ; */
      font-size: 16px !important;
      padding: 5px !important;
      max-width: 130px !important;
    }
    .conheca-nos .section-three .content-one h1 {
      letter-spacing: 0.3px !important;
      font-size: 24px !important;
      margin-top: 5vh !important;
    }
    .conheca-nos .section-three .mosaic-box {
      margin-left: -55vw !important;
      margin-top: -6vh !important;
    }
    .section-four {
      background-color: #0B1D2A !important;
      height: auto !important;
    }
    .sec-four-content-one {
      justify-content: center !important;
    }
    .section-four .grid-container {
      display: grid;
      grid-template-columns: 1fr 1fr;
      margin-left: 0 !important;
    }
    .sec-four-content-one p {
      margin-bottom: 0px !important;
    }
    .section-four .grid-container .grid-horizontal-card {
      width: 180px !important;
      margin-bottom: 3px;
      margin-right: 3px;
    }
    .section-four .carousel-sec {
      margin-top: 0 !important;
    }
    .section-four .grid-container .grid-horizontal-card .card-name, .card-title, .card-director{
      display: none !important;
    }
    .section-four .grid-container .grid-horizontal-card img {
      width: 100% !important;
    }

    .sec-four-content-one {
      margin-top: 5vh;
      justify-content: center !important;
      align-items: center !important;
    }
    
    .sec-four-content-one .higlighted-button {
     display: none;
    }
    .sec-four-content-one h1 {
      letter-spacing: 0.3px !important;
      font-size: 24px !important;
    }
    .conheca-nos .section-five  h1{
      letter-spacing: 0.3px !important;
      font-size: 24px !important;
    }
    .section-five .content-wrapper {
      bottom: 80px !important;
    }
    .section-six .logo {
      display: none;
    }
    .section-six .defaultCarousel{
      display: none !important;
    }
    .section-six h1 {
      margin-top: -15vh !important;
      letter-spacing: 0.3px !important;
      font-size: 24px !important;
      padding-top: 0 !important;
    }
    .section-six .doubtText {
      margin-top: -5vh !important;
      letter-spacing: 0.3px !important;
      font-size: 24px !important;
      padding-top: 0 !important;
    }
    .conheca-nos .know-us-header .txt-btn {
      font-size: 16px;
      max-width: 100px;
      max-height: 30px;
      padding: 2px;
    }
    .know-us-header-logo {
      width: 90px !important;
    }
    .accordion-container {
      margin-top: 5vh !important;
    }
    .accordion-header span{
      font-size: 26px !important;
    }
    .section-six .footer-text-knowus {
      margin-top: 10vh !important;
    }
  }

  
#view_body .conheca-nos {
  background-image: url("../dist/images/Leticia_Imagem.png") !important;
  background-color: transparent !important;
  width: 100vw !important;
  height: 100vh !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  
}
@media screen and (max-width: 500px) { 
  /* .conheca-nos .section-three .mosaic-box {
    margin-left: -38vw !important; 
  } */
  .conheca-nos .section-three .wrapper { 
    margin-left: 0 !important;
  }
  
}

.conheca-nos .section-one {
  width: 100%;
  height: 92vh;
  background-image: url('../dist/images/BG-Banner-Hero.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

.know-us-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  align-items: center;
  justify-content: center;
  z-index: 9999 !important;
  background: linear-gradient(to bottom, #090a21, transparent); 
}


.center-spacer {
  flex: 1;
}

.know-us-header-logo {
  width: 130px;
}

.conheca-nos .outlined-btn {
  width: 175px;
  font-size: 20px;
  border: 2px solid white;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  color: #FFFF;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.conheca-nos .higlighted-button {
  width: 175px;
  font-size: 23px;
  background-color: #00FF8F;
  border: 2px solid #00FF8F;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  color: #000C54;
  cursor: pointer;
}

.conheca-nos .outlined-btn:hover {
  color: #000C54 !important;
  background-color: #00FF8F !important;
  border: 2px solid #00FF8F !important;
}

.conheca-nos .txt-btn {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
}

.conheca-nos .know-us-header .txt-btn {
  margin-right: 20px;
}

.conheca-nos .section-one .sec-one-aligner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.conheca-nos .section-one .content-wraper {
  margin-top: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 10vw;
  gap: 15px;
}

.section-one .content-wraper .logo {
  height: 160px ;
}


.section-one .content-wraper .sec-one-txt {
  font-size: 28px;
  color: #FFF;
  letter-spacing: 0.5px;
  line-height: 1.9;
  text-align: center;
}

.conheca-nos .section-two {
  padding-left: 10vw;
  padding-top: 24vh;
  width: 100%;
  height: 80vh;
  background-image: url("../dist/images/Sec2-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}
.conheca-nos .section-two .content-wraper {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 30px;
}
.conheca-nos .section-two h1 {
  font-size: 70px;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
}
.conheca-nos .section-two p {
  font-size: 28px;
  color: #00FF8F;
}

.conheca-nos .section-three {
  padding: 5vw;
  width: 100%;
  height: 80vh;
  background-color: #FFF;
}

.conheca-nos .section-three .wrapper {
  margin-left: 90px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.conheca-nos .section-three .wrapper .content-one {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.conheca-nos .section-three .content-one h1 { 
  line-height: 1;
  font-size: 76px;
  font-weight: 700;
  letter-spacing: -3px;
  color: #002A75;
  
}
.conheca-nos .section-three .content-one p {
  line-height: 1.5;
  font-size: 30px;
  letter-spacing: -0.5px;
  color: #54595F;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 40px;
}

.conheca-nos .section-three .mosaic-box {
  position: relative;
  width: 800px;
  height: 400px; 
  margin: auto;
}

.card-mosaic {
  position: absolute;
  width: 315px;
  height: 179px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  overflow: hidden;
  animation: float 6s ease-in-out infinite;
}

.card-1 { top: 0px; left: 100px; animation-delay: 0s; z-index: 1; }         /* Cavalo Branco */
.card-2 { top: 40px; left: 435px; animation-delay: 0.5s; z-index: 2; }     /* Roberto */
.card-3 { top: 190px; left: 50px; animation-delay: 1s; z-index: 3; }        /* Humanos Apenas */
.card-4 { top: 150px; left: 300px; animation-delay: 1.5s; z-index: 4; }     /* A Cisterna */
.card-5 { top: 380px; left: 140px; animation-delay: 2s; z-index: 5; }       /* Deus Branco */
.card-6 { top: 290px; left: 470px; animation-delay: 2.5s; z-index: 6; }   

@keyframes float {
  0%   { transform: translate(0px, 0px); }
  25%  { transform: translate(3px, -3px); }
  50%  { transform: translate(0px, -5px); }
  75%  { transform: translate(-3px, -3px); }
  100% { transform: translate(0px, 0px); }
}

.parallax-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url('../dist/images/Leticia_Imagem.png');
  background-size: cover;
  background-position: center;
  z-index: -1;
  pointer-events: none; /* Evita interferência no clique */
}
.section-four {
  height: 95vh;
  width: 100%;
  position: relative;
  z-index: 1;
  background: transparent;
  display: flex;
  flex-direction: column;
}

.sec-four-content-one {
  margin-left: 10vw;
  margin-top: 10vh;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.sec-four-content-one h1{ 
  line-height: 1;
  font-size: 76px;
  font-weight: 700;
  letter-spacing: -3px;
  color: #FFF;
}

.sec-four-content-one p {
  line-height: 1.5;
  font-size: 30px;
  letter-spacing: -0.5px;
  color: #FFF;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 40px;
}
.carousel-sec {
  margin-top: 5vh !important;
}

.section-five {
  width: 100%;
  height: 80vh;
  position: relative;
}

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: 1;
}

.section-five .content-wrapper {
  position: absolute;
  margin-top: 10vw;
  margin-left: 10vw;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  z-index: 2;
}

.section-five .content-wrapper h1 {
  line-height: 1;
  font-size: 76px;
  font-weight: 700;
  letter-spacing: -3px;
  color: #FFF;
}

.section-five .content-wrapper p {
  line-height: 1.5;
  font-size: 30px;
  letter-spacing: -0.5px;
  color: #FFF;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-six {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #0B1D2A;
  padding-top: 10vw;
  padding-left: 10vw;
}

.section-six .logo {
  width: 90px;
  margin-top: 40px;
}
.section-six .carousel-sec {
  margin-bottom: 80px;
}

.section-six h1 {
  line-height: 1;
  font-size: 76px;
  font-weight: 700;
  letter-spacing: -3px;
  color: #FFF;
}

.section-six p {
  line-height: 1.5;
  font-size: 30px;
  letter-spacing: -0.5px;
  color: #6D7A85;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 40px;
}
.section-six .higlighted-button {
  margin-bottom: 20vh;
}

.accordion-container {
  margin-top: 10vh;
  margin-bottom: 10vh;
  width: 80vw;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.accordion {
  border-bottom: 1px solid #FFFFFF;
  padding: 10px 0;
}

.accordion-header {
  cursor: pointer;
  font-size: 33px;
  width: 80vw;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}

.accordion-header span:first-child {
  flex-grow: 1;
}

.accordion-header.open, .accordion-header:hover {
  color: #00FF7F;
}

.accordion-content {
  width: 80vw;
  margin-top: 10px;
  font-size: 18px;
  color: #7f8c8d;
  display: none;
}

.accordion-content.open {
  display: block;
}

.arrow {
  transition: transform 0.2s ease;
  display: inline-block;
  width: 20px;
  text-align: right;
}

.arrow.rotate {
  transform: rotate(180deg);
}

.footer-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px

}

.footer-wrapper p {
  font-size: 20px !important;
  color: #7f8c8d !important;
  margin: 0 !important;
  cursor: pointer;
}
.footer-text-knowus{
  margin-top: 15vh !important;
  font-size: 20px !important;
  color: #7f8c8d !important;
}

.swiper-pagination {
  text-align:end !important;
  margin-left: -10vw;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 20vh  !important;
  right: 20vw !important;
}

.form-login {
  margin-left: 35%;

}

#web-profile{
  margin-bottom: -20px;
  margin-right: -20px !important;
}

#user-logout {
  background-color: #090a21;
  border-radius: 15px;
}
#user-logout a{
margin-left: 40px;
margin-right: 40px;
margin-top: 20px;
margin-bottom: 15px;
}

#user-logout a:hover {
  color: #66FECB;
}



.profile-dropdown-rounded {
background-color: transparent;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
border-top-left-radius: 100px;
border-top-right-radius: 100px;
}



.video-js .vjs-text-track-display div div div {
  background-color: transparent !important;
}

.video-js .vjs-text-track-display[data-subtitle-color="#00F"] div div div {
  color: #00F !important;
}
.video-js .vjs-text-track-display[data-subtitle-color="#FFF"] div div div {
  color: #FFF !important;
}
.video-js .vjs-text-track-display[data-subtitle-color="#000"] div div div {
  color: #000 !important;
}
.video-js .vjs-text-track-display[data-subtitle-color="#F00"] div div div {
  color: #F00 !important;
}
.video-js .vjs-text-track-display[data-subtitle-color="#0F0"] div div div {
  color: #0F0 !important;
}
.video-js .vjs-text-track-display[data-subtitle-color="#FF0"] div div div {
  color: #FF0 !important;
}

.video-js .vjs-text-track-display[data-subtitle-size="42px"] div div div {
  font-size: 42px !important;
}
.video-js .vjs-text-track-display[data-subtitle-size="50px"] div div div {
  font-size: 50px !important;
}
.video-js .vjs-text-track-display[data-subtitle-size="58px"] div div div {
  font-size: 58px !important;
}

.hide-cursor {
  cursor: none !important;
}

#download-app-tooltip-wrapper {
  position: fixed;
  top: 0;
  left: 0;

  width: 100dvw;
  min-height: 5rem;

  background-color: rgba(0, 0, 0, 0.7);

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;

  padding: 1rem 5rem;

  z-index: 9999;
}

#download-app-tooltip-wrapper h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #66FECB;
}

#download-app-tooltip-wrapper #close-tooltip-btn {
  background: transparent;
  border: none;
  outline: none;

  position: absolute;
  top: 1rem;
  right: 1rem;

  cursor: pointer;
}

#download-app-tooltip-wrapper #close-tooltip-btn img {
  width: 2rem;
  height: 2rem;
}

#download-app-tooltip-wrapper #store-icons-wrapper {
  flex: 1;

  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}

#download-app-tooltip-wrapper #store-icons-wrapper .store-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;

  border: 2px solid #FFFFFF;

  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
  overflow: hidden;

  --animation-play: all .2s ease-in-out;

  transition: var(--animation-play);
}

#download-app-tooltip-wrapper #store-icons-wrapper .store-icon a {
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;

  padding: 1rem;
}

#download-app-tooltip-wrapper #store-icons-wrapper .store-icon a img {
  position: absolute;
  transition: var(--animation-play);
  pointer-events: none;
}

#download-app-tooltip-wrapper #store-icons-wrapper .store-icon.play-store a img:last-child {
  opacity: 0;
  visibility: hidden;
}

#download-app-tooltip-wrapper #store-icons-wrapper .store-icon.app-store {
  opacity: 0.4;
}

#download-app-tooltip-wrapper #store-icons-wrapper .store-icon.app-store::before {
  content: "";

  width: 100%;
  height: 100%;

  opacity: 0;
  visibility: hidden;

  position: absolute;
  transition: var(--animation-play);

  background: linear-gradient(135deg, #5AC8FA, #007AFF, #0040DD);
}

#download-app-tooltip-wrapper #store-icons-wrapper .store-icon.play-store:hover {
  background: #FFFFFF;
}

#download-app-tooltip-wrapper #store-icons-wrapper .store-icon.play-store:hover a img:first-child {
  opacity: 0;
  visibility: hidden;
}

#download-app-tooltip-wrapper #store-icons-wrapper .store-icon.play-store:hover a img:last-child {
  opacity: 1;
  visibility: visible;
}

#download-app-tooltip-wrapper #store-icons-wrapper .store-icon.app-store:hover::before {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 650px) {
  #download-app-tooltip-wrapper {
    flex-direction: column;
  }

  #download-app-tooltip-wrapper h4 {
    text-align: center;
  }
}

.password-wrapper {
    position: relative;
    display: inline-block;
    width: fit-content; /* ou 100%, se preferir */
    max-width: 100%;
  }
  .password-wrapper .rounded-input {
    padding-right: 40px; /* espaço pro olho */
    box-sizing: border-box;
  }

.hide-and-show-password {
    position: absolute;
    top: 43%;
    right: 20px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    cursor: pointer;
    pointer-events: all;
  }
#selected-track {
  color: #00FF8F;
  font-weight: bold;
}
.loader-buffering {
  width: 100px;
  height: 100px;
  border: 4px solid rgba(0, 255, 143, 0.2);
  border-top-color: #00FF8F;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 45%;
  left: 47%;
  bottom: 10px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

#fav-modal{
  z-index: 9999 !important;
}
#empty-list-indicator {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 5%;
}
#empty-list-indicator p {
  font-size: 20px !important;
  color: #ffffff7f !important;
}
