.video-home {
  width: 100%;
  background: #262626;
  color: #fff;
  display: inherit
}

.video-topo {
  width: 100%;
  height: 50px;
  background: #000;
  padding-top: 4px;
  font-size: 1.2em;
  color: #fff;
  font-weight: 700;
  font-family: open sans, sans-serif;
  align-items: center;
  display: flex;

}


.video-videoplayer {
  width: 100%;
  height: auto;
  display: table;
  margin: 30px 0 0 0;

}

.video-videoplayer video {
  width: 100%;
}

.video-videoplayer-tit {
  margin: 5px 0 30px 10px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
}

.videoplayer-balaoA,
.videoplayer-balaoB {
  width: 42%;
  float: left;
  border-radius: 10px;
  background: #000;
  color: #c7c7c7;
  
  font-size: 1em;
  text-align: center;
}

.videoplayer-balaoA {
  padding: 7px 22px 6px 22px;

}

.videoplayer-balaoB {
  width: 100%;
  padding: 6px 15px 0px 15px;
}


/*   Topo com menu dos vídeos  */

.geral-videos {
  width: 100%;
  z-index: 0;
  padding: 10px 0 0 0;
}

.video_men {
  width: 10%;
  height: 3.3em;
  float: left;
}

.video_cent {
  width: 90%;
  float: left;
  font-size: 1.3rem;
  padding: 10px 0 0 32%;
  color: #fff;
  font-weight: bold;
}

.video_fav {
  width: 25%;
  height: 48px;
  float: left;

}

.video_fav_txt {
  padding-top: 10px;
  float: left;
  width: 50%;
  color: #818181;
  display: none;
}

.video_fav_ico {
  float: right;

  width: 50%;
  padding: 12px 12px 0 0;
  color: #818181;
}



.sidenav_mod a {
  font-size: 15px !important;
}


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  z-index: 5000;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s
}

.sidenav a:hover,
.offcanvas a:focus {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px !important;
  margin-left: 50px;
}

.sidenav_mod a {
  font-size: 15px !important;
}


#main {
  transition: margin-left .5s;
  padding: 16px;
}

#pagewrap {
  position: relative;
  margin: 0px !important;
  top: 0;
}

.control-nav {
  width: 25px;
  height: 23px;
  margin: 14px 0 0 10px;
  display: block;
  padding: 5px 0;
  border: solid #fff;
  border-width: 4px 0;
  z-index: 2;
  cursor: pointer;
}

.control-nav:before {
  content: "";
  display: block;
  height: 5px;
  background: #fff;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}



.video-tit {
  font-size: 1.1em;
  margin: 0 0 10px 20px;
  font-weight: bold;
  align-items: center;
  display: flex;
  float: left;
}

.video-tit-mais {
  float: right;
  margin-right: 10px;
  font-size: 1em;
  float: right;
}

.video-tit-mais a {
  color: #fff;
  font-weight: bold;
}




.video-slider-round {
  height: 150px;
  text-align: center !important;
  padding: 2px;
  font-size: 1rem;
  position: relative;

}


.video-slider-round img {
  width: 123px;
  height: 123px;
  padding-top: 10px;
  text-align: center !important;
  border-radius: 200px;
  margin: 0 auto 5px auto !important;
  object-fit: cover;
  object-position: center;

}

.video-slider-txt {
  width: 100%;
  position: absolute;
  bottom: 40px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.1em;
}



.video_mais {
  width: 165px;
  height: 42px;
  margin: 3em auto 0;
  background: #333;
  color: #fff;
  font-size: 0.8rem;
  padding: .9em;
  font-weight: 700;
  font-family: lato, sans-serif;
  letter-spacing: .1em;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  display: table;
}

.video-canais-tit {
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
}

.video-canais-titA {
  float: left;
  width: 35%;
  text-align: end;
  padding-right: 10px;
}

.video-canais-titB {
  float: left;
  width: 65%;
  font-size: 1.4em;
  font-weight: bold;
}


.video-dvd {
  width: 100%;
  min-height: 480px;

  background: #1c1c1c;
  margin: 40px auto 30px auto;
  padding: 10px 0 0 0;
  /*  display: table;*/
  padding-top: 20px;
}

.video-dvd-tit {
  float: left;
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 1.3em;
  margin: 25px 0 15px 0;
  text-align: center;
}

.video-dvd-pro {
  float: left;
  width: 52%;

}

.video-dvd-balao {
  width: 95%;
  border-radius: 10px;
  background: #000;
  color: #808080;
  padding: 10px;
  font-size: 1em;
  margin: 0 auto 30px auto;
  text-align: center;
}

.dvd {
  float: left;
  width: 50%;
  height: 340px;
  padding: 3px;
  display: table;
  color: #fff;
  font-weight: bold;
  font-size: 1em;

}

.dvd img {
  width: 100%;
  height: 280px;
}






/*  Inicio Slide Esúdio  */

video-slider-estudio ul {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
}

.item-estudio {
  margin-bottom: 60px;
}

.content-slider-estudio li {
  background-color: #191919;
  text-align: center;
  color: #FFF;
}

.content-slider-estudio img {
  width: 100%;
  height: 100px;
}


.video-estudio-txt,
.video-estudio-min {
  position: absolute;
  font-weight: 400;
  color: #fff;
  text-shadow: #606060 2px 2px 2px;
  font-size: 1rem !important;
  float: left;
  z-index: 10;
}


.video-estudio-min {
  top: 6%;
  right: 6%;
  font-size: 0.9rem!important;
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 3px;
  color: #ccc;
  margin: auto 0 0 auto;
  background: #191919;
}

.video-estudio-txt {
  text-shadow: #606060 2px 2px 2px;
  bottom: 5%;
  left: 5px;
}

/*  Fim Slide Esúdio  */





/*  Inicio Slide Cat  */

.video-slider-cat ul {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
}

.item-cat {
  margin-bottom: 60px;
}

.content-slider-cat li {

  text-align: center;
  color: #FFF;
  position: relative;
}

.content-slider-cat img {
  width: 100%;
  height: 150px;
}

.mascara-video-cat {
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: url(/public/images/mascara_videos_novob.png);
  background-size: 100% 150px;
  background-repeat: no-repeat;
  display: table;
}

/*  Fim Slide Cat  */




.video-player-home {
  width: 100%;
  height: 235px;
  position: relative;
  padding: 0px;
  display: table;
  margin: 0 0 20px 0;
}

.video-player-home img {
  width: 100%;
  height: 235px;
  object-fit: cover;
}





.mascara-video {
  width: 100%;
  height: 230px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: url(/public/images/mascara_videos_novob.png);
  background-size: 100% 230px;
  background-repeat: no-repeat;
  display: table;
}


.mais-vistos {
  width: 100%;
  height: 230px;
  margin: 0 auto 0 auto;
  background: #000;
  display: table;
  color: #ffffff;
}

.mais-vistos p {
  font-size: 26px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 10px;
}

.mais-vistos-txt {
  margin: 25px auto 0 auto;
  width: 85%;

}

.mais-vistos-img {
  width: 50%;
  height: 130px;
  float: left;
  padding: 0 0 5px 0;
  display: table;
  position: relative;
}

.mais-vistos-img img {
  width: 100%;
  height: 130px;
  border-radius: 10px;
}

.mais-vistos-img:nth-child(2n + 1) {
  padding-right: 5px; /* Adiciona margem à direita da primeira div de cada linha */
}

.item-video-cat li {
  width: 180px;

}




.videos-relacionados {
  width: 100%;
  background: #000;
  margin: 30px 0 0 0;
  text-align: center;
  display: table;
}

.videos-relacionados-tit {
  width: 100%;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 15px 0 15px 0;
}



@media (min-width: 960px) {

  /*   Topo com menu dos vídeos  */

  .dvd {
    float: left;
    width: 16% !important;
    height: 300px;
    margin-left: 5px;
    padding-left: 10px;
    font-size: 0.9em;

  }

  .dvd img {
    height: 220px;
  }

  .video_men {
    width: 4%;
  }

  .video_cent {
    width: 96%;
    padding: 10px 0 0 43%;
  }

  .video_fav {
    width: 10%;
  }

  .video_fav {
    font-size: 18px;
  }

  .video_fav .material-icons {
    font-size: 20px;
    padding-right: 30px;
  }


  .video-slider-round {
    height: 180px;
  }


  .video-slider-round img {
    width: 150px;
    height: 150px;

  }





  .video-player-home {
    float: left;
    width: 32%;
    height: 210px;
    margin: 0 8px 20px 8px;

  }

  .video-player-home img {
    width: 100%;
    height: 210px;
  }

  .mascara-video {
    height: 230px;

  }




  /*  Inicio Slide Cat  */

  .content-slider-cat img {
    width: 100%;
    height: 170px;
  }

  .mascara-video-cat {
    width: 100%;
    height: 170px;
    bottom: 0px;
    left: 0;
    background-size: 100% 170px;
    background-repeat: no-repeat;
    border-radius: 10px;
  }


  /*  Fim Slide Cat  */


  .mais-vistos {
    width: 50%;
    height: 530px;
    float: left;
    margin: 0;
    padding: 4px 0 0 4px;
  }

  .mais-vistos-txt {
    margin: 55px auto 45px auto;
    font-size: 17px;
    width: 100%;
  }

  .mais-vistos-img { 
    height: 170px;
  }

  .mais-vistos-img img { 
    height: 170px;
  }



  .item-video-cat li {
    width: 280px;
  }

  .item-video-dvd li {
    width: 174px;
    height: 220px;

  }

  .item-video-dvd li img {
    width: 174px;
    height: 220px;

  }


  .video-videoplayer {
    width: 80%;
    margin: 20px auto 0 auto;
  }

  .video_fav_txt {
    display: block;
  }

 .video-canais-tit {
    font-size: 1.3rem;
  }




}