.galeria-video{
  background: #262626;
  height: 700px;
  color: #FFF;
}

.galeria-video .container{
  height: inherit;
}

.titulo-galeria-video{
  text-align: center;
  letter-spacing: -1.02px;
  color: #FFFFFF;
  opacity: 1;
  font-family: 'Black Roman', sans-serif;
  font-size: 33px;
  font-weight: 700;
  height: 50px;
  width: 640px;
  margin: 40px auto;
  border-bottom: 1px solid #6f6f6f;
}
.titulo-galeria-video::after{
  content: '';
  width: 317px;
  height: 2px;
  background-color: #2966cc;
  margin: 12px auto;
  display: block;
}

.lista-videos .nav-pills{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 418px;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #1a1a1a;
}

.lista-videos .nav-pills img{
  width: 87px;
  height: 68px;
}

.lista-videos figure{
  display: flex;
  align-items: center;
}

.lista-videos figure figcaption{
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-size: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-left: 30px;
  width: calc(100% - 87px);
  font-weight: 300;
  height: 68px;
  border-bottom: 0.7px solid #6f6f6f;
  padding: 10px 0px;
  opacity: 0.7;
}

.lista-videos .nav-pills>li{
  width: 100%;
}

.video-principal .figure{
  /* width: 630px; */
  height: 418px;
  position: relative;
  margin: 0 auto;
}

.video-principal .tab-content img{
  width: 100%;
  height: 100%;
}

.video-principal .play-button{
  position: absolute;
  top: 44%;
  left: 44%;
  font-size: 45px;
  width: 84px;
  height: 64px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 10%;
  padding-left: 10px;
}

@media screen and (max-width: 991px){
  .galeria-video{
    height: 735px;
  }

  .lista-videos .nav-pills{
    height: 170px;
  }

  .titulo-galeria-video{
    width: 260px;
  }

  .titulo-galeria-video::after{
    display: none;
  }
}