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#noticiasDepoimentos {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2.083333333333333vw 0 1.5625vw;
  clear: both;
}
section#noticiasDepoimentos .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 25vw;
  position: relative;
}
section#noticiasDepoimentos h2 a {
  color: #026638;
  font-size: 1.666666666666667vw;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2 ease-in-out;
  transition: all 0.2 ease-in-out;
}
section#noticiasDepoimentos h2 a:hover {
  color: #009c54;
}
section#noticiasDepoimentos .depoimentos {
  max-width: 31.25vw;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 2.604166666666667vw;
}
section#noticiasDepoimentos .depoimentos h2 {
  max-width: 25vw;
  width: 100%;
}
section#noticiasDepoimentos .depoimentos .conteudo {
  position: absolute;
  right: -0.78125vw;
  bottom: -1.5625vw;
}
section#noticiasDepoimentos .depoimentos .conteudo img {
  max-width: 39.32291666666667vw;
  display: block;
  position: relative;
}
section#noticiasDepoimentos .depoimentos .conteudo .texto {
  position: absolute;
  max-width: 23.697916666666668vw;
  max-height: 11.09375vw;
  height: 100%;
  width: 100%;
  top: 2.864583333333333vw;
  right: 1.197916666666667vw;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  padding: 15px 25px 15px 10px;
}
section#noticiasDepoimentos .depoimentos .conteudo .texto > div {
  position: relative;
  z-index: 3;
  height: 100%;
}
section#noticiasDepoimentos .depoimentos .conteudo .texto > div p,
section#noticiasDepoimentos .depoimentos .conteudo .texto > div span,
section#noticiasDepoimentos .depoimentos .conteudo .texto > div b,
section#noticiasDepoimentos .depoimentos .conteudo .texto > div strong,
section#noticiasDepoimentos .depoimentos .conteudo .texto > div i,
section#noticiasDepoimentos .depoimentos .conteudo .texto > div em {
  font-size: 0.833333333333333vw !important;
  color: #5e5e5e !important;
  font-style: italic !important;
}
section#noticiasDepoimentos .depoimentos .conteudo .video {
  position: absolute;
  max-width: 23.697916666666668vw;
  max-height: 11.09375vw;
  height: 100%;
  width: 100%;
  top: 2.864583333333333vw;
  right: 1.197916666666667vw;
  background: #000;
  border-radius: 15px;
  overflow: hidden;
}
section#noticiasDepoimentos .depoimentos .conteudo .video video {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
section#noticiasDepoimentos .depoimentos .conteudo .video .controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section#noticiasDepoimentos .depoimentos .conteudo .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;
}
section#noticiasDepoimentos .depoimentos .conteudo .video .controls button svg {
  width: 35px;
  height: 50px;
  fill: #fff;
}
section#noticiasDepoimentos .depoimentos .conteudo .video .controls:not(.isPaused) button {
  opacity: 0;
}
section#noticiasDepoimentos .depoimentos .conteudo .video .controls:not(.isPaused):hover button {
  opacity: 1;
}
section#noticiasDepoimentos .depoimentos .personas {
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
  z-index: 3;
  max-width: 23.697916666666668vw;
}
section#noticiasDepoimentos .depoimentos .personas .slick-prev {
  display: none !important;
}
section#noticiasDepoimentos .depoimentos .personas .slick-next {
  width: 30px;
  height: 30px;
}
section#noticiasDepoimentos .depoimentos .personas .slick-next:before {
  content: '\27E9';
  color: #026638;
  font-size: 30px;
  text-shadow: 0 0 0 #026638;
  opacity: 1;
  font-weight: bold;
}
section#noticiasDepoimentos .depoimentos .personas img {
  width: 3.229166666666667vw;
  height: 3.229166666666667vw;
  border-radius: 50%;
  vertical-align: middle;
  display: inline;
}
section#noticiasDepoimentos .depoimentos .personas .nome {
  font-size: 0.9375vw;
  color: #1f2835;
  line-height: 1.666666666666667vw;
}
section#noticiasDepoimentos .depoimentos .personas .cargo {
  font-size: 0.833333333333333vw;
  color: #667386;
  line-height: 0.9375vw;
}
section#noticiasDepoimentos .depoimentos .personas .pessoas {
  max-width: 3.229166666666667vw;
  height: 3.229166666666667vw;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  margin: 0 0.989583333333333vw;
}
section#noticiasDepoimentos .depoimentos .personas .pessoas.ativo {
  max-width: 100%;
}
section#noticiasDepoimentos .depoimentos .personas .pessoas.ativo > div {
  max-width: 100%;
}
section#noticiasDepoimentos .depoimentos .personas .pessoas > div {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#noticiasDepoimentos .noticias {
  max-width: 26.041666666666668vw;
  width: 100%;
  margin-left: 2.604166666666667vw;
  position: relative;
}
section#noticiasDepoimentos .noticias:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 60%;
  left: -2.604166666666667vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(0,0,0,0.3);
}
section#noticiasDepoimentos .noticias h2 {
  max-width: 20.833333333333336vw;
  width: 100%;
  margin-bottom: 2.604166666666667vw;
}
section#noticiasDepoimentos .noticias .slick-prev {
  display: none !important;
}
section#noticiasDepoimentos .noticias .slick-next {
  width: 30px;
  height: 30px;
  top: 6.510416666666667vw;
  right: 3.125vw;
}
section#noticiasDepoimentos .noticias .slick-next:before {
  content: '\27E9';
  color: #026638;
  font-size: 30px;
  text-shadow: 0 0 0 #026638;
  opacity: 1;
  font-weight: bold;
}
section#noticiasDepoimentos .noticias .noticia {
  max-width: 19.791666666666668vw;
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
}
section#noticiasDepoimentos .noticias .noticia .titulo {
  position: relative;
  background: #0d3114;
}
section#noticiasDepoimentos .noticias .noticia img {
  width: 100%;
}
section#noticiasDepoimentos .noticias .noticia h3 {
  position: absolute;
  background: #0d3114;
  color: #bce057;
  font-size: 0.9375vw;
  text-transform: uppercase;
  bottom: 0;
  left: 0;
  line-height: 1.145833333333333vw;
  max-height: 0vw;
  width: 100%;
  padding: 0;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
section#noticiasDepoimentos .noticias .noticia time {
  color: #026638;
  font-size: 0.729166666666667vw;
  display: block;
  text-align: right;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 300;
  max-height: 0%;
  overflow: hidden;
  line-height: 0vw;
}
section#noticiasDepoimentos .noticias .noticia p {
  color: #026638;
  font-size: 1.09375vw;
  line-height: 0vw;
  max-height: 0%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#noticiasDepoimentos .noticias .noticia a {
  display: block;
}
section#noticiasDepoimentos .noticias .noticia a.leia {
  margin: 0 0 0 auto;
  color: #026638;
  font-weight: 900;
  font-size: 0.625vw;
  text-align: right;
  text-transform: uppercase;
  max-height: 0%;
  overflow: hidden;
  line-height: 0vw;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#noticiasDepoimentos .noticias .noticia.ativo {
  z-index: 2;
  margin-left: auto;
}
section#noticiasDepoimentos .noticias .noticia.ativo h3 {
  max-height: 3.645833333333333vw;
  padding: 0.520833333333333vw;
}
section#noticiasDepoimentos .noticias .noticia.ativo time,
section#noticiasDepoimentos .noticias .noticia.ativo p,
section#noticiasDepoimentos .noticias .noticia.ativo a {
  max-height: 100%;
  line-height: 1.25vw;
}
section#noticiasDepoimentos .noticias .noticia.ativo + .slick-slide {
  -webkit-filter: blur(7px);
          filter: blur(7px);
  opacity: 1 !important;
}
@media (min-width: 1920px) {
  section#noticiasDepoimentos {
    padding: 40px 0 30px;
  }
  section#noticiasDepoimentos .wrapper {
    min-height: 480px;
  }
  section#noticiasDepoimentos h2 a {
    font-size: 32px;
  }
  section#noticiasDepoimentos .depoimentos {
    max-width: 600px;
    margin-right: 50px;
  }
  section#noticiasDepoimentos .depoimentos h2 {
    max-width: 480px;
  }
  section#noticiasDepoimentos .depoimentos .conteudo {
    right: -15px;
    bottom: -30px;
  }
  section#noticiasDepoimentos .depoimentos .conteudo img {
    max-width: 755px;
  }
  section#noticiasDepoimentos .depoimentos .conteudo .texto {
    max-width: 455px;
    max-height: 213px;
    top: 55px;
    right: 23px;
  }
  section#noticiasDepoimentos .depoimentos .conteudo .texto > div p,
  section#noticiasDepoimentos .depoimentos .conteudo .texto > div span,
  section#noticiasDepoimentos .depoimentos .conteudo .texto > div b,
  section#noticiasDepoimentos .depoimentos .conteudo .texto > div strong,
  section#noticiasDepoimentos .depoimentos .conteudo .texto > div i,
  section#noticiasDepoimentos .depoimentos .conteudo .texto > div em {
    font-size: 16px !important;
  }
  section#noticiasDepoimentos .depoimentos .conteudo .video {
    max-width: 455px;
    max-height: 213px;
    top: 55px;
    right: 23px;
  }
  section#noticiasDepoimentos .depoimentos .personas {
    max-width: 455px;
  }
  section#noticiasDepoimentos .depoimentos .personas img {
    width: 62px;
    height: 62px;
  }
  section#noticiasDepoimentos .depoimentos .personas .nome {
    font-size: 18px;
    line-height: 32px;
  }
  section#noticiasDepoimentos .depoimentos .personas .cargo {
    font-size: 16px;
    line-height: 18px;
  }
  section#noticiasDepoimentos .depoimentos .personas .pessoas {
    max-width: 62px;
    height: 62px;
    margin: 0 19px;
  }
  section#noticiasDepoimentos .noticias {
    max-width: 500px;
    margin-left: 50px;
  }
  section#noticiasDepoimentos .noticias:before {
    left: -50px;
  }
  section#noticiasDepoimentos .noticias h2 {
    max-width: 400px;
    margin-bottom: 50px;
  }
  section#noticiasDepoimentos .noticias .slick-next {
    top: 125px;
    right: 60px;
  }
  section#noticiasDepoimentos .noticias .noticia {
    max-width: 380px;
  }
  section#noticiasDepoimentos .noticias .noticia h3 {
    font-size: 18px;
    line-height: 22px;
  }
  section#noticiasDepoimentos .noticias .noticia time {
    font-size: 14px;
  }
  section#noticiasDepoimentos .noticias .noticia p {
    font-size: 21px;
  }
  section#noticiasDepoimentos .noticias .noticia a {
    font-size: 12px;
  }
  section#noticiasDepoimentos .noticias .noticia.ativo h3 {
    max-height: 70px;
    padding: 10px;
  }
  section#noticiasDepoimentos .noticias .noticia.ativo time,
  section#noticiasDepoimentos .noticias .noticia.ativo p,
  section#noticiasDepoimentos .noticias .noticia.ativo a {
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  section#noticiasDepoimentos {
    padding: 3.90625vw 0 5.859375vw;
  }
  section#noticiasDepoimentos .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 92.1875vw;
  }
  section#noticiasDepoimentos h2 {
    width: 100% !important;
  }
  section#noticiasDepoimentos h2 a {
    font-size: 3.125vw;
    margin-bottom: 4.78515625vw;
  }
  section#noticiasDepoimentos .depoimentos {
    max-width: 58.59375vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    min-height: 44.921875vw;
  }
  section#noticiasDepoimentos .depoimentos h2 {
    max-width: 100%;
  }
  section#noticiasDepoimentos .depoimentos .conteudo {
    bottom: -5.859375vw;
  }
  section#noticiasDepoimentos .depoimentos .conteudo img {
    max-width: 73.73046875vw;
  }
  section#noticiasDepoimentos .depoimentos .conteudo .texto {
    top: 5.46875vw;
    right: 2.34375vw;
    padding: 0.9765625vw 2.9296875vw 0.9765625vw 0.9765625vw;
    max-width: 44.43359375vw;
    max-height: 20.80078125vw;
  }
  section#noticiasDepoimentos .depoimentos .conteudo .texto > div p,
  section#noticiasDepoimentos .depoimentos .conteudo .texto > div span,
  section#noticiasDepoimentos .depoimentos .conteudo .texto > div b,
  section#noticiasDepoimentos .depoimentos .conteudo .texto > div strong,
  section#noticiasDepoimentos .depoimentos .conteudo .texto > div i,
  section#noticiasDepoimentos .depoimentos .conteudo .texto > div em {
    font-size: 1.5625vw !important;
  }
  section#noticiasDepoimentos .depoimentos .conteudo .video {
    max-width: 44.43359375vw;
    max-height: 20.80078125vw;
    top: 5.37109375vw;
    right: 2.24609375vw;
  }
  section#noticiasDepoimentos .depoimentos .personas {
    max-width: 44.43359375vw;
  }
  section#noticiasDepoimentos .depoimentos .personas img {
    width: 6.0546875vw;
    height: 6.0546875vw;
  }
  section#noticiasDepoimentos .depoimentos .personas .nome {
    font-size: 1.7578125vw;
    line-height: 3.125vw;
  }
  section#noticiasDepoimentos .depoimentos .personas .cargo {
    font-size: 1.5625vw;
    line-height: 1.7578125vw;
  }
  section#noticiasDepoimentos .depoimentos .personas .pessoas {
    max-width: 6.0546875vw;
    height: 6.0546875vw;
    margin: 0 1.85546875vw;
  }
  section#noticiasDepoimentos .noticias {
    max-width: 48.828125vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-bottom: 30px;
  }
  section#noticiasDepoimentos .noticias h2 {
    max-width: 100%;
  }
  section#noticiasDepoimentos .noticias:before {
    display: none;
  }
  section#noticiasDepoimentos .noticias .noticia {
    max-width: 37.109375vw;
  }
  section#noticiasDepoimentos .noticias .noticia h3 {
    font-size: 1.7578125vw;
    line-height: 2.1484375vw;
  }
  section#noticiasDepoimentos .noticias .noticia time {
    font-size: 1.3671875vw;
  }
  section#noticiasDepoimentos .noticias .noticia p {
    font-size: 2.05078125vw;
    line-height: 0vw;
  }
  section#noticiasDepoimentos .noticias .noticia a {
    font-size: 1.171875vw;
  }
  section#noticiasDepoimentos .noticias .noticia.ativo h3 {
    max-height: 6.8359375vw;
    padding: 0.9765625vw;
  }
  section#noticiasDepoimentos .noticias .noticia.ativo time,
  section#noticiasDepoimentos .noticias .noticia.ativo p,
  section#noticiasDepoimentos .noticias .noticia.ativo a {
    line-height: 2.34375vw;
  }
  section#noticiasDepoimentos .noticias .slick-next {
    right: 4.39453125vw;
    top: 12.6953125vw;
  }
}
@media (max-width: 600px) {
  section#noticiasDepoimentos {
    padding: 6.666666666666667vw 0 10vw;
  }
  section#noticiasDepoimentos .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 157.33333333333334vw;
  }
  section#noticiasDepoimentos h2 {
    font-size: 5.333333333333333vw;
    margin-bottom: 13.333333333333334vw;
  }
  section#noticiasDepoimentos .depoimentos {
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    min-height: 76.66666666666667vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section#noticiasDepoimentos .depoimentos .conteudo {
    bottom: -10vw;
  }
  section#noticiasDepoimentos .depoimentos .conteudo img {
    max-width: 125.83333333333333vw;
  }
  section#noticiasDepoimentos .depoimentos .conteudo .texto {
    top: 9.333333333333334vw;
    right: 4vw;
    padding: 1.666666666666667vw 5vw 1.666666666666667vw 1.666666666666667vw;
    max-width: 75.83333333333333vw;
    max-height: 35.5vw;
  }
  section#noticiasDepoimentos .depoimentos .conteudo .texto > div p,
  section#noticiasDepoimentos .depoimentos .conteudo .texto > div span,
  section#noticiasDepoimentos .depoimentos .conteudo .texto > div b,
  section#noticiasDepoimentos .depoimentos .conteudo .texto > div strong,
  section#noticiasDepoimentos .depoimentos .conteudo .texto > div i,
  section#noticiasDepoimentos .depoimentos .conteudo .texto > div em {
    font-size: 2.666666666666667vw !important;
  }
  section#noticiasDepoimentos .depoimentos .conteudo .video {
    max-width: 75.83333333333333vw;
    max-height: 35.5vw;
    top: 9.166666666666666vw;
    right: 3.833333333333333vw;
  }
  section#noticiasDepoimentos .depoimentos .personas {
    max-width: 75.83333333333333vw;
  }
  section#noticiasDepoimentos .depoimentos .personas img {
    width: 10.333333333333334vw;
    height: 10.333333333333334vw;
  }
  section#noticiasDepoimentos .depoimentos .personas .nome {
    font-size: 3vw;
    line-height: 5.333333333333333vw;
  }
  section#noticiasDepoimentos .depoimentos .personas .cargo {
    font-size: 2.666666666666667vw;
    line-height: 3vw;
  }
  section#noticiasDepoimentos .depoimentos .personas .pessoas {
    max-width: 10.333333333333334vw;
    height: 10.333333333333334vw;
    margin: 0 3.166666666666667vw;
  }
  section#noticiasDepoimentos .noticias {
    max-width: 83.33333333333333vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  section#noticiasDepoimentos .noticias .noticia {
    max-width: 63.333333333333336vw;
  }
  section#noticiasDepoimentos .noticias .noticia h3 {
    font-size: 3vw;
    line-height: 3.666666666666667vw;
  }
  section#noticiasDepoimentos .noticias .noticia time {
    font-size: 2.333333333333333vw;
  }
  section#noticiasDepoimentos .noticias .noticia p {
    font-size: 3.5vw;
    line-height: 0vw;
  }
  section#noticiasDepoimentos .noticias .noticia a {
    font-size: 2vw;
  }
  section#noticiasDepoimentos .noticias .noticia.ativo h3 {
    max-height: 11.666666666666666vw;
    padding: 1.666666666666667vw;
  }
  section#noticiasDepoimentos .noticias .noticia.ativo time,
  section#noticiasDepoimentos .noticias .noticia.ativo p,
  section#noticiasDepoimentos .noticias .noticia.ativo a {
    line-height: 4vw;
  }
  section#noticiasDepoimentos .noticias .slick-next {
    right: 7.5vw;
    top: 21.666666666666668vw;
  }
}
