.tn-tv {
    width: 100%;
    height: fit-content;
    color: #fff;
    grid-column: span 8;
    padding-top: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .tn-title {
    font-size: 20px;
    line-height: 24px;
    font-family: "NunitoSans-Black";
    color: #4a4a4a;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .tn-text {
    font-family: "NunitoSans-Black";
    font-size: 18px;
    line-height: 24px;
    color: #fff;
  }
  .tn-tv .wrapper {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .tn-tv .wrapper header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .tn-tv .wrapper header .tv {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .tn-tv .wrapper header .tv > img {
    width: 45px;
  }
  .tn-tv .wrapper header .filter {
    display: flex;
    align-items: center;
    gap: 45px;
  }
  .tn-tv .wrapper header .filter label {
    font-size: 13px;
    line-height: 17px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    font-family: "Pacaembu-Medium";
    user-select: none;
  }
  .tn-tv .wrapper header .filter label.active {
    font-family: "Pacaembu-Regular";
  }
  .tn-tv .wrapper header .filter label.active::after {
    content: "";
    position: absolute;
    bottom: -15px;
    background-color: #fff;
    width: 40%;
    left: 0;
    height: 4px;
    border-radius: 20px;
  }
  .tn-tv .wrapper header .filter label input {
    display: none;
  }
  .tn-tv .wrapper section {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .tn-tv .wrapper section .splide__pagination {
    opacity: 0;
  }
  .tn-tv .wrapper section .relacionados {
    width: 50%;
    display: flex;
    gap: 4px;
  }

  .tn-container {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-auto-rows: minmax(69px,auto);
    gap: 4px;
    height: 100%;
  }

  .tn-tv .wrapper section .relacionados section .splide__pagination {
    opacity: 1;
  }
  .tn-tv .wrapper section .relacionados .splide__pagination .splide__pagination__page.is-active{
    background-color: #ffffff;
    transform: inherit;
  }
  .tn-tv .wrapper section .relacionados .splide__pagination .splide__pagination__page{
    background-color: transparent;
    border: 2px solid #ffffff;
    transition: .4s;
  }
  .tn-tv .wrapper section .relacionados header h2{
    font-size: 16px;
    font-family: "Pacaembu-Bold";
    text-transform: uppercase;
  }
  .tn-tv .wrapper section .box-videos {
    width: 100%;
    height: 100%;
    padding-bottom: 24px;
    display: flex;
    gap: 4px;
  }
  .tn-tv .wrapper section .splide__list {
    width: 100%;
    height: 100%;
  }
  .tn-tv .wrapper section .splide__arrows {
    opacity: 0;
    visibility: 0;
  }

  .tn-tv .wrapper section.desktop .splide__slide {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(69px, auto);
    gap: 24px;
    height: 100%;
  }
  .tn-tv .wrapper section.destaque .splide__slide{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .tn-tv .wrapper section.destaque .orbiTV-video.destaque{
    min-height: 224px;
    grid-column: unset;
    grid-row: unset;
  }
  .tn-tv .wrapper section.mobile {
    padding: 20px 0;
  }
  .tn-tv .wrapper section.mobile > h3{
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    margin: 38px 0 13px;
    position: relative;
  }
  .tn-tv .wrapper section.mobile > h3:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 160px;
    z-index: 2;
    right: -1px;
    top: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(91deg, rgba(0,0,0,0) 0%, #ff086b 100%);
  }
  .tn-tv .wrapper section.mobile .tnTV-video{
    width: 100%;
    height: 100%;
  }
  .tn-tv #lightboxVideo {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #000000c7;
    top: 0;
    left: 0;
    z-index: 20;
  }
  .tn-tv #lightboxVideo .tnPlayer {
    max-width:900px;
    width: 100%;
    height: 530px;
    max-height: 630px;
  }
  .tn-tv #lightboxVideo iframe {
    max-width: 900px;
    width: 100%;
    height: 530px;
    max-height: 630px;
  }
  .tn-tv #lightboxVideo video {
    border-radius: 15px;
  }
  .tn-tv .wrapper section .tnTV-video.destaque {
    height: 224px;
  }
  .tn-tv .wrapper section .tnTV-video {
    border-radius: 12px;
    grid-row: span 2;
    cursor: pointer;
    overflow: hidden;
    padding: 15px;
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: flex-end;
  }
  .tn-tv .wrapper section .tnTV-video h2 {
    color: #fafafa;
    font-size: 17px;
    line-height: 22px;
  }
  .tn-tv .tnTVmobile{
    width: 100%;
    height: 160px;
  }
  
  .tn-tv .tnTVmobile .splide__slide{
    width: 231px;
    height: 145px;
    margin-right: 12px;
  }

  .tn-tv .wrapper .desktop .splide__pagination{
    bottom: 0;
  }

  .play {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    margin: 5px 0 10px 5px;
    padding: 4px 8px;
    background-color: #fff;
    color: #000;
    border-radius: 4px;
    width: 44px;
  }

  .tn-tv-section {
    display: none;
  }

  .tn-tv .wrapper section span {
    grid-row: span 2;
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
  }

  .tn-title-jp-mobile {
    display: none;
  }
  .tn-title-js-mobile {
    display: none;
  }
  .tn-title-br-mobile {
    display: none;
  }

  @media (max-width: 1205px) {
    .tn-tv .wrapper {
      width: 100%;
      padding: 0 20px;
    }
  }

  @media (min-width: 768px) and (max-width: 1024px) {
    .tn-tv .wrapper section .relacionados {
      width: 100%;
    }
    .tn-container {
      width: 100%;
    }
    .tn-container > div {
      width: 100% !important;
    }
    .tn-tv .wrapper section .box-videos > div {
      width: 100% !important;
    }
  }

  @media (max-width: 1024px) {
    .tn-tv {
      grid-column: span 2;
    }
    .tn-tv .wrapper section .box-videos {
      flex-direction: column;
      gap: 15px;
    }
    .tn-tv #lightboxVideo .tnPlayer {
      max-width:100%;
      width: 100%;
      height: 500px;
      max-height: 630px;
      padding: 20px;
    }
    .tn-tv #lightboxVideo iframe {
      max-width:100%;
      width: 100%;
      height: 500px;
      max-height: 630px;
      padding: 20px;
    }
    .tn-tv .wrapper header .filter {
      gap: 15px;
      width: 100%;
      overflow-y: scroll;
      justify-content: space-between;
    }
    .tn-tv .wrapper header .filter label {
      white-space: nowrap;
      padding-bottom: 15px;
    }
    .tn-tv .wrapper header .filter label.active::after {
      bottom: 0;
    }
    .tn-tv .wrapper section .tnTV-video h2 {
      color: #fafafa;
      font-size: 14px;
      line-height: 18px;
  }
  }
  @media (max-width:750px){
    .tn-tv {
      grid-column: span 2;
      display: none;
    }

    .tn-video-rel {
      width: 100% !important;
    }

    .tn-title-jp {
      display: none;
    }
    .tn-title-js {
      display: none;
    }
    .tn-title-br {
      display: none;
    }

    .tn-title-jp-mobile {
      display: flex;
    }
    .tn-title-js-mobile {
      display: flex;
    }
    .tn-title-br-mobile {
      display: flex;
    }

    .tn-tv-mobile {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
    }

    .tn-title {
      font-size: 16px;
      margin-bottom: 10px;
    }

    .tn-tv-mobile .splide__arrows {
      display: none;
    }

    .tn-mobile-container {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 10px;
    }

    .tn-text {
      font-size: 16px;
    }
    .play {
      margin: 5px 0 0px 0px
    }
    .tn-tv .wrapper section.desktop .tnTV-video h2 {
      color: #fafafa;
      font-size: 14px;
      line-height: 16px;
  }
  .tn-tv .wrapper section .box-videos {
    flex-direction: column;
    gap: 15px;
  }
  .tn-container {
    gap: 9px;
  }
  .tn-tv .wrapper {
    gap: 0px;
  }
  .destaqueVideo {
    height: 300px !important;
  }
  .tn-text {
    margin-left: 0;
    margin-bottom: 5px;
  }
  .tn-tv .wrapper section .relacionados{
    width: 100%;
  }
.destaqueVideo{
  width: 100% !important;
  height: 371px;
}
  }
  @media (max-width:700px){
    .tn-tv .wrapper section.desktop   .splide__slide {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-auto-rows: minmax(73px, auto);
      gap: 24px;
      height: 100%;
  }
  .tn-tv #lightboxVideo .tnPlayer {
    max-width:  85%;
    width: fit-content;
    height: fit-content;
    max-height: 280px;
    object-fit: fill;
  }
  }

  @media (max-width:550px){
    .tn-tv .wrapper section.desktop   .splide__slide {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-auto-rows: minmax(73px, auto);
      gap: 24px;
      height: 100%;
  }
  .tn-tv .wrapper section.desktop .tnTV-video:nth-of-type(1) {
    grid-row: span 2;
    grid-column: span 2;
    padding: 15px;
  }
  .tn-tv .wrapper section .tnTV-video {
    grid-column: span 2;
  }
  }