aside#videoDep {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 20;
  height: 100%;
  display: none;
}
aside#videoDep div.wrapper {
  max-width: 1024px;
  width: 100%;
  position: relative;
  height: 100%;
}
aside#videoDep div.wrapper .video {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 10px;
}
aside#videoDep div.wrapper .video .fechar {
  position: absolute;
  top: -35px;
  right: 10px;
}
aside#videoDep div.wrapper .video video {
  width: 100%;
}
aside#videoDep div.wrapper .video .controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
aside#videoDep div.wrapper .video .controls button {
  width: 35px;
  height: 50px;
  border: none;
  background: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
aside#videoDep div.wrapper .video .controls button svg {
  fill: #fff;
  width: 35px;
  height: 50px;
}
section#depoimentosBar {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(71%, #fff), color-stop(71%, #1e7c5c), to(#19683a));
  background: linear-gradient(to bottom, #fff 71%, #1e7c5c 71%, #19683a);
  padding: 20px;
  height: 800px;
}
section#depoimentosBar .wrapper h3 {
  text-align: center;
}
section#depoimentosBar .wrapper h3 a {
  color: #19683a;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
section#depoimentosBar .wrapper .galeriaVideo {
  margin: 1.5625vw 0;
  position: relative;
  height: 418px;
}
section#depoimentosBar .wrapper .galeriaVideo .video {
  max-width: 750px;
  width: 100%;
  height: 418px;
  margin: 0 auto;
  position: relative;
}
section#depoimentosBar .wrapper .galeriaVideo .video video {
  max-width: 750px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section#depoimentosBar .wrapper .galeriaVideo .controls {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
section#depoimentosBar .wrapper .galeriaVideo .controls button {
  border: none;
  background: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section#depoimentosBar .wrapper .galeriaVideo .controls button svg {
  width: 50px;
  fill: #fff;
  height: 50px;
}
section#depoimentosBar .wrapper .galeriaVideo .controls:not(.isPaused) button {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section#depoimentosBar .wrapper .galeriaVideo .controls:not(.isPaused):hover button {
  opacity: 1;
}
section#depoimentosBar .wrapper .navGaleriaVideo {
  position: relative;
  height: 150px;
}
section#depoimentosBar .wrapper .navGaleriaVideo button {
  background: none;
  height: 114px;
  border: none;
  top: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  z-index: 2;
}
section#depoimentosBar .wrapper .navGaleriaVideo button img {
  height: 42px;
}
section#depoimentosBar .wrapper .navGaleriaVideo button.left {
  left: 0vw;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
section#depoimentosBar .wrapper .navGaleriaVideo button.right {
  right: 0vw;
}
section#depoimentosBar .wrapper .navGaleriaVideo .track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: calc(100% - 180px);
  margin: 0 auto;
}
section#depoimentosBar .wrapper .navGaleriaVideo .pessoa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 241px;
  padding: 0 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: 0;
}
section#depoimentosBar .wrapper .navGaleriaVideo .pessoa img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
section#depoimentosBar .wrapper .navGaleriaVideo .pessoa .descricao {
  width: 100%;
  margin-left: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#depoimentosBar .wrapper .navGaleriaVideo .pessoa .descricao p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#depoimentosBar .wrapper .navGaleriaVideo .pessoa .descricao p.nome {
  font-weight: bold;
  text-transform: uppercase;
}
section#depoimentosBar .wrapper .navGaleriaVideo .pessoa .descricao p.curso {
  font-weight: 500;
}
section#depoimentosBar .wrapper .navGaleriaVideo .pessoa.ativo img {
  border: 3px solid #000;
}
@media (max-width: 600px) {
  section#depoimentosBar {
    height: 85vh;
  }
  section#depoimentosBar .wrapper .galeriaVideo {
    height: 35vh;
    margin-bottom: 50px;
  }
  section#depoimentosBar .wrapper .navGaleriaVideo .track {
    width: calc(100% - 120px);
  }
  section#depoimentosBar .wrapper .navGaleriaVideo button {
    height: 75px;
  }
}
@media (max-width: 320px) {
  section#depoimentosBar {
    height: 105vh;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #fff), color-stop(40%, #1e7c5c), to(#19683a));
    background: linear-gradient(to bottom, #fff 40%, #1e7c5c 40%, #19683a);
  }
  section#depoimentosBar .wrapper .galeriaVideo {
    height: 35vh;
    margin-bottom: 20px;
  }
}
