#content-videos, #content-videoN{

  /* padding-top: 15px; */

 /*  padding-bottom: 50px; */

}

/* PESQUISA DE VIDEOS */

.content-gal-fot-box-search{

  margin-top:20px;
  margin-bottom: 20px;

}

.content-gal-fot-box-search button, .content-gal-fot-box-search button:hover, .content-gal-fot-box-search button:active{

  font-family: 'Poppins-Regular';

  font-size: ;

  color: #FFF;

  background-color: #0086bf;

  border-color: #0086bf;

}

/*EFEITO UNICO DE UNICO DE FOTOS*/

.box-fotos{

 /*  margin-top: 15px; */

  margin-bottom: 15px;

}

a .mpx-effect-tittle h6{

  font-family: 'Poppins-Regular';  

  color: #FFF;

}

a .mpx-effect-tittle span{

  font-family: 'Poppins-Regular';  

  font-size: 22px;

  color: #FFF;

}

a .mpx-effect-tittle{


  padding: 15px;

  box-sizing: border-box;

  width: auto;

  background-color: rgba(0, 134, 191, 0.6);

  position: absolute;

  bottom: 0px;

 /*  right: 15px;

  left: 15px; */

  overflow: hidden;

    width: 100%;
}



a:hover .mpx-effect-tittle{

  background-color: rgba(0, 134, 191, 0.6);

}

.efect-gal-videos{

  overflow: hidden;

  position: relative;

}

.efect-gal-videos img{

 transition: 0.5s;

}

.efect-gal-videos:hover img{

 transition: 0.5s;

 transform: scale(1.03);

    -ms-transform: scale(1.03);

    -webkit-transform: scale(1.03);

}

/*CLEAR BOTH*/

.clear-both{

 clear: both;

}

/*VIDEO INTENRO*/

.row-video{

	padding-top: 22px;

	padding-bottom: 30px;

}

/*MAIS VIDEOS*/

.header-more-videos{

  margin: 0px;

  padding: 0px;

  font-family: 'Poppins-Regular';

  color: #006590;	

}

.date-video{

  font-family: 'Poppins-Regular';	

  font-size: 14px;	

}

.icon-video{

  font-size: 14px;

  color: #0086bf;

}

.descricai-video{

  font-family: 'Poppins-Regular';	

  font-size: 14px;

  text-align: justify;

}

/*BTN DE ACESSAR MAIS VIDEOS*/

.btn-videos,

.btn-videos:active,

.btn-videos:focus{

  font-family: 'Poppins-Regular';

  color: #FFF;

  background-color: #0086bf;

  border-color: #0086bf;

  padding: 15px 20px;

  max-width: 200px;
  
  margin-top: 25px;

}

.btn-videos:hover{

  color: #FFF;

  background-color: #006590;

  border-color: #006590;	

}



