#content-videos, #content-videoN{
  padding-top: 15px;
  padding-bottom: 50px;
}
/* PESQUISA DE VIDEOS */
.content-gal-fot-box-search{
  margin-top:;
}
.content-gal-fot-box-search button,
.content-gal-fot-box-search button:active{
  font-family: 'FiraSans-Regular';
  color: #FFF;
  background-color: #06172d;
  border-color: #06172d;
}
.content-gal-fot-box-search button:hover{
  color: #06172d;
  background-color: #fff;
  border-color: #06172d;
}
/*EFEITO UNICO DE UNICO DE FOTOS*/
.box-fotos{
  margin-top: 15px;
  margin-bottom: 15px;
}
a .mpx-effect-tittle h6{
  font-family: 'FiraSans-Regular';
  color: #FFF;
}
a .mpx-effect-tittle span{
  font-family: 'FiraSans-Regular';
  font-size: 22px;
  color: #FFF;
}
a .mpx-effect-tittle{
  padding: 15px;
  box-sizing: border-box;
  width: auto;
  background-color: rgba(0,0,0, 0.5);
  position: absolute;
  bottom: 0px;
  right: 15px;
  left: 15px;
  overflow: hidden;
  transition: 0.2s;
}
a:hover .mpx-effect-tittle{
  background-color: rgba(0,0,0,0.8);
  transition: 0.2s;
}
/*CLEAR BOTH*/
.clear-both{
 clear: both;
}
/*VIDEO INTENRO*/
.row-video{
	padding-top: 15px;
	padding-bottom: 30px;
}
/*MAIS VIDEOS*/
.header-more-videos{
  margin: 0px;
  padding: 0px;
  font-family: 'FiraSans-Regular';
  color: #06172d;
}
.date-video{
  font-family: 'FiraSans-Regular';
  font-size: 14px;
}
.icon-video{
  font-size: 14px;
  color: #06172d;
}
.descricai-video{
  font-family: 'FiraSans-Regular';
  font-size: 14px;
  text-align: justify;
}
/*BTN DE ACESSAR MAIS VIDEOS*/
.btn-videos,
.btn-videos:active,
.btn-videos:focus{
  font-family: 'FiraSans-Regular';
  color: #FFF;
  background-color: #06172d;
  border-color: #06172d;
  padding: 15px 20px;
  max-width: 200px;
}
.btn-videos:hover{
  color: #06172d;
  background-color: #fff;
  border-color: #06172d;
}
