body.filtro-1 .item:not(.cat-1){display:none;}
body.filtro-2 .item:not(.cat-2){display:none;}
body.filtro-3 .item:not(.cat-3){display:none;}
body.filtro-4 .item:not(.cat-4){display:none;}
body.filtro-5 .item:not(.cat-5){display:none;}
body.filtro-6 .item:not(.cat-6){display:none;}


@media (min-width:320px) {

  #filtro{
    height: auto;
    margin-top: 110px;
    padding:50px 0 0 0;
  }

  #filtro .content{
    display: flex;
    align-items: center;
    justify-content: center;
  }


  #filtro .filtros{
    width: auto;
    background: #ddd;
    padding: 8px 20px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #474542;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    float: left;
    margin: 5px;
    transition: all 0.5s ease;
    cursor: pointer;
  }

#filtro .filtros:hover{
    background: #474542;
    color: #ddd;
  }

  #filtro .filtros.ativo{
      background: #474542;
      color: #ddd;
    }



  #grid-videos .item{
    overflow: hidden;
  }

#videos {
    padding-bottom: 10px;
    padding-top: 40px;
    overflow: auto;
  }

  #videos h3{
    margin-bottom: 20px;
  }

  .bg-video{
    height: 100%;
    width: 100%;

  }

#grid-videos .item {
  padding:0 10px;
}
  #grid-videos .item > a {
    height: auto;
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    margin-bottom: 30px;
    text-decoration: none!important;
}

.bg-video{
    height: 200px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.bg{
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 1;
    z-index: 1;
}


.video-0{
  position: relative;
  overflow: hidden;
  padding: 0!important;
}
.video-0 .play{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  margin-right: 0!important;
}

.video-0 .play img{
  height:80px;
  width: 80px;
}

.play > img{
  transition: all .2s ease-in-out;
}

.video-0:hover .play > img{
  transform: scale(1.3);
}

.info-video{
  padding: 40px 50px 40px 50px;
  background-color: #dddddd;
  position: relative;
  text-align: center;
  margin: 0!important;
  height: auto;
  min-height:auto;
}

.info-video p::before{
  content: '“';
  font-family: 'Carter One', cursive;
  color:#007dac;
  font-size: 40px;
  position: absolute;
  top: 0px;
  left: -30px;
  line-height: 0;
}

.info-video p::after{
  content: '”';
  font-family: 'Carter One', cursive;
  color:#007dac;
  font-size: 40px;
  position: absolute;
  top: 0px;
  right: -30px;
  line-height: 0;
}

.info-video p{
  text-decoration: none;
  margin-bottom: 0px;
  position: relative;
}
.info-video span{
  margin-top: 10px;
  display: block;
  font-weight: 800;
  width: 100%;
}

.info-video p:hover{
  text-decoration: none;
}



#grid-videos .item > a:hover .bg-video .bg{
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.5;
    text-decoration: none;
}

#grid-videos .item > div > a:hover{
  text-decoration: none;
}

#grid-videos .play{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
}

#grid-videos .play img{
  height:80px;
  width: 80px;
}



  #grid-videos .row{margin: 0;padding-bottom: 0px;}
  #grid-videos .owl-item{width: 100%;}


  .video-1 .bg-video .bg{
    background-image: url("../imgs/video-1-thumb.jpg");
  }

  .video-2 .bg-video .bg{
    background-image: url("../imgs/video-2-thumb.webp");
  }

  .video-3 .bg-video .bg{
    background-image: url("../imgs/video-3-thumb.webp");
  }

  .video-4 .bg-video .bg{
    background-image: url("../imgs/video-4-thumb.jpg");
  }

  .video-5 .bg-video .bg{
    background-image: url("../imgs/video-5-thumb.webp");
  }

  .video-6 .bg-video .bg{
    background-image: url("../imgs/video-6-thumb.webp");
  }

  .video-7 .bg-video .bg{
    background-image: url("../imgs/video-7-thumb.webp");
  }

  .video-8 .bg-video .bg{
    background-image: url("../imgs/video-8-thumb.webp");
  }

  .video-9 .bg-video .bg{
    background-image: url("../imgs/video-9-thumb.webp");
  }

  .video-10 .bg-video .bg{
    background-image: url("../imgs/video-10-thumb.webp");
  }

  .video-11 .bg-video .bg{
    background-image: url("../imgs/video-11-thumb.jpg");
  }

  .video-12 .bg-video .bg{
    background-image: url("../imgs/video-12-thumb.jpg");
  }

  .video-13 .bg-video .bg{
    background-image: url("../imgs/video-13-thumb.jpg");
  }

  .video-14 .bg-video .bg{
    background-image: url("../imgs/video-14-thumb.jpg");
  }

  .video-15 .bg-video .bg{
    background-image: url("../imgs/video-15-thumb.webp");
  }

  .video-16 .bg-video .bg{
    background-image: url("../imgs/video-16-thumb.webp");
  }



  .container-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

  #video{
    padding: 70px 0;
    background-color: #111111;
  }

  #video > div{
    align-items: center;
  }


#video img{
  width: 100%;
  max-width: 420px;
  height: auto;
}
  #video h3{
    font-family: 'tt-normal', sans-serif;
font-size: 1.7rem;
margin-bottom: 1rem;
text-align: center;
color: #dbe0e4;
letter-spacing: 4px;
text-transform: uppercase;

  }
}


@media (min-width:768px) {





#videos-page  .info-video{
    padding: 40px 50px 40px 50px;
    background-color: #dddddd;
    position: relative;
    text-align: center;
    margin: 0!important;
    height: auto;
    min-height: 280px;
  }

  #videos-page #grid-videos .item{
    overflow: hidden;
    width: 50%;
    max-width: 50%
  }




  #grid-videos .item > div > a {
    height: auto;
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
    width: 100%;
}

.bg-video{
    height: 300px;
    width: 100%;
    overflow: hidden;
}

.bg-video > .bg{
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    position: relative;
    transition: all .5s;
    opacity: 1;
    z-index: 1;
}



#grid-videos .item > div > a:hover .bg-video .bg {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.5;
}

#grid-videos .play{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
}

#grid-videos .play img{
  height:80px;
  width: 80px;
}



  #grid-videos .row{margin: 0;}
  #grid-videos .owl-item{width: 100%;}


  .video-1 .bg-video .bg{
    background-image: url("../imgs/video-1-thumb.jpg");
  }

  .video-2 .bg-video .bg{
    background-image: url("../imgs/video-2-thumb.webp");
  }

  .video-3 .bg-video .bg{
    background-image: url("../imgs/video-3-thumb.webp");
  }

  .video-4 .bg-video .bg{
    background-image: url("../imgs/video-4-thumb.jpg");
  }

  .video-5 .bg-video .bg{
    background-image: url("../imgs/video-5-thumb.webp");
  }

  .video-6 .bg-video .bg{
    background-image: url("../imgs/video-6-thumb.webp");
  }

  .video-7 .bg-video .bg{
    background-image: url("../imgs/video-7-thumb.webp");
  }

  .video-8 .bg-video .bg{
    background-image: url("../imgs/video-8-thumb.webp");
  }

  .video-9 .bg-video .bg{
    background-image: url("../imgs/video-9-thumb.webp");
  }

  .video-10 .bg-video .bg{
    background-image: url("../imgs/video-10-thumb.webp");
  }

  .video-11 .bg-video .bg{
    background-image: url("../imgs/video-11-thumb.jpg");
  }

  .video-12 .bg-video .bg{
    background-image: url("../imgs/video-12-thumb.jpg");
  }

  .video-13 .bg-video .bg{
    background-image: url("../imgs/video-13-thumb.jpg");
  }

  .video-14 .bg-video .bg{
    background-image: url("../imgs/video-14-thumb.jpg");
  }

  .video-15 .bg-video .bg{
    background-image: url("../imgs/video-15-thumb.webp");
  }

}

@media (min-width:1336px) {
  .info-video{min-height: 300px;}
#videos-page  #grid-videos .item{
    overflow: hidden;
    width: 25%;
    max-width: 25%
  }
}

@media (min-width:1336px) {
.info-video{min-height: 300px;}
}

@media (min-width:1920px) {
.info-video{min-height: 220px;}
}
