h2.title-video--pagvideo {
  font-size: 26px;
  position: relative;
  margin-bottom: 20px;
}

span.line {
  display: inline-block;
  width: 77%;
  height: 4px;
  background: #DF644A;
  vertical-align: middle;
}
span.line--smaller {
  display: inline-block;
  width: 82px;
  height: 4px;
  background: #DF644A;
  vertical-align: middle;
}

.slide-field{
  position: relative;
}

.slide-field .slide:after {
  content: '';
  display: block;
  width: 100%;
  background: #00000094;
  position: absolute;
  top: 0;
  height: 100%;
}
.slide-field.slick-initialized.slick-slider button {display: none!important; }


.slide-field ul{
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.slide-field ul.slick-dots li{
  width: 13px;
  height: 13px;
  background: #FFFFFF;
  transition: all .6s;
  border-radius: 100%;
  margin: 0 10px;
}

.slide-field ul.slick-dots li.slick-active{
  background: #DF644A;
  transition: all .6s;
}

.slide_content h2{
  font-size: 60px;
  font-weight: bold;
  color: #fff;
}
.slide_content p {
  text-align: center;
  font-size: 30px;
  color: #fff;
}
.btn_watchnow{
  width: 241px;
  height: 75px;
  background: #DF644A;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  padding-top: 20px;
  margin: 30px auto 0 auto;
}
a.btn_watchnow:hover {color: #fff;}


.slide {
  position: relative;
}

.slide_content {
  position: absolute;
  z-index: 10;
  text-align: center;
  margin: 0 auto;
  transform: translateY(100px);
  max-width: 800px;
  width: 100%;
  left: 0;
  right: 0;
}


/*Busca*/
.search-video h2 {
  margin: 50px auto 15px auto;
  color: #DF644A;
}
.input-busca--video{
  width: 100%;
  max-width: 730px;
  height: 45px;

  background: #FFFFFF;
  border: 0.5px solid #4A4A4A;
  box-sizing: border-box;
}
input.input-busca--video{
  padding: 14px;
}
input.input-busca--video::placeholder {
  padding: 14px;
}
button.btn-mais-edicao.btn-mais-edicao--video{
  width: 199px;
  height: 45px;
  background: #DF644A;
  padding: 0;
}

form.search-form.search-form--video {
  display: flex;
  justify-content: space-between;
}



.other-content {
  margin-top: 70px;
}

h2.title-video--pagvideo_content {
  text-transform: initial;
  margin-bottom: 30px;
}


.content_item {
  height: 240px;
  background-repeat: no-repeat !important;
  /* background-size: 100% !important; */
  background-size:cover!important;
  width: 450px;
  position: relative;
  margin-bottom:20px;
}

.slidercat .content_item{
  margin: 0 15px;
}
.slidercat .slick-dots {
  margin: 20px auto 0;
}

.wrapp-contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin:40px 0;
}
a.btn_watchnow--small {
  width: 150px;
  font-size: 22px;
  height: 53px;
  padding-top: 15px;
  margin: 15px auto 0 auto;
  position: relative;
  z-index: 2;
}
.content_item h2{
  max-width: 300px;
  width: 100%;
  font-size: 30px;
  text-align: center;
  margin: 40px auto 0 auto;
  color: #fff;
  position: relative;
  z-index: 2;
}

.content_item:after {
  content: '';
  display: block;
  width: 100%;
  background: #00000094;
  position: absolute;
  top: 0;
  height: 240px;
}

a.btn_load-more {
  font-size: 22px;
  color: #2B2B2B;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 20px 0 30px 0;
}

a.btn_load-more > svg {
  margin-left: 10px;
}
a.btn_foro_teresina span {
  display: block;
  width: 75%;
  font-size: 20px;
  color: #fff;
}

a.btn_foro_teresina svg {
  width: 15%;
}

a.btn_foro_teresina {
  display: flex;
  color: #fff;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 100%;
  align-items: center;
  justify-content: space-around;
  transform: translate(10px, 30px);
}
.content_item--foro-teresina {
  max-width: 420px;
  height: 159px;
  width: 32%;
}

.content_item--foro-teresina:after {
  height: 157px;
}

h2.title-video.title-video--big span.line {
  width: 64%;
}

h2.title-video.title-video--big span {font-style: oblique;}

span.title-teresina {
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 10px;
}
.slide {
  height: 54vh!important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

@media(min-width: 1500px){
  .slide-field ul{
    bottom: 70px;
  }
}

@media(max-width: 1100px){
  .slide-field ul{
    bottom: 110px;
  }
  .slide_content{
    transform: translateY(100px);
  }
}


@media(max-width: 800px){
  .slide_content{
    transform: translateY(60px);
  }
  .slide-field ul{
    bottom: 20px;
  }
  .slide {
    height: 40vh;
  } 
  .wrapp-contents{
    justify-content: space-evenly;
  }
  .content_item--foro-teresina{
    width: 100%;
  }
  h2.title-video--pagvideo_content{
    text-align: center;
  }
  a.btn_load-more{
    justify-content: center;
    margin: 20px auto 90px auto;
  }
}
@media(max-width: 600px){
  h2.title-decor.title-decor--video {
      display: block;
  }
  .content_item{
    min-height: 150px;
    width: 100%;
  }
  .content_item:after{
    height: 38vh;
  }
  .content_item h2{
    font-size: 16px;
  }

  a.btn_watchnow--small {
      width: 135px;
      font-size: 18px;
      height: 40px;
      padding-top: 11px;
      margin: 15px auto 0 auto;
      position: relative;
      z-index: 2;
  }
  h2.title-video--pagvideo{
    font-size: 23px;
    text-align: center;
  }
  span.line{
    width: 33%;
  }
  h2.title-video.title-video--big span.line {
    width: 33%;
  }
  .slide_content{
    transform: translateY(20px);
  }
  .slide_content h2{
    font-size: 30px;
  }
  .slide_content p {
    text-align: center;
    font-size: 15px;
    color: #fff;
    width: 80%;
    margin: 0 auto;
  }
  .btn_watchnow {
    width: 106px;
    height: 28px;
    background: #DF644A;
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding-top: 6px;
    margin: 6px auto 0 auto;
  }
  .slide{
    height: 34vh!important;
  }
  .slide-field ul{
    bottom: 10px;
  }
  .slide-field ul.slick-dots li{
    border: 1px solid #000;
  }
}

.post-inner{
  max-width: initial!important;
}

/*manual de redaÃ§Ã£o*/
.manual .post-inner {
max-width: 90%;
text-align: justify;
}
.manual .post-inner p::first-letter {
  padding: 0 0 0 20px;
}
.manual .post-inner li {
  margin-left: 20px;
  font-weight: bold;
}
.manual .post-inner li span, .manual .post-inner p span {
  color: #f15a3e;
}
.manual .n-margem{
padding: 0 0 0 0;
}
.manual .manual-de-redacao h3 {
  margin-bottom: 30px;
  margin-top: 70px;
}
.manual .manual-de-redacao h3 span {
  color: #f15a3e;
}
.manual .introducao {
  margin-bottom: 50px;
}
.manual .introducao p {
  margin: 5px 0;
}


.customPlayer {
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.customPlayer .jwppp-video-box{
  opacity: 0;
}
.customPlayer__btn {
  position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin:auto;
  width: 82px;
  height: 57px;
  z-index: 2;
  -webkit-appearance: none;
  background: none;
  cursor: pointer;
  transition: all .2s;
}
.customPlayer__btn svg {
  height: 57px;
}

.customPlayer.is-playing  .jwppp-video-box{
  opacity: 1;
}
.customPlayer.is-playing .customPlayer__btn{
  opacity: 0; visibility: hidden;
}