/* PESQUISA DE VIDEO */
.content-gal-vid-box-search,.content-gal-video-inter{
  margin-bottom: 15px;
}
.content-gal-vid-box-search button, .content-gal-vid-box-search button:hover, .content-gal-vid-box-search button:active{
  font-family: 'open_sansregular';
  font-size: ;
  color: #FFF;
  background-color: #135DC9;
  border-color: #135DC9;
}
/* Hoverzoom - Galeria de Vídeos */
.hoverzoom {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
.hoverzoom > img {
  width: 100%; 
  border-radius: 2px;
  -webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
  -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
  -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
  -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
  transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.hoverzoom:hover > img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.hoverzoom .retina{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;    
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);    
  border-radius: 2px;
  text-align: center;
  padding: 25px;  
  -webkit-transition:  all .8s cubic-bezier(.190, 1.000, .220, 1.000);
  -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
  -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
  -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
  transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000); 
}
.hoverzoom:hover .retina {
  opacity: 1;
  box-shadow: inset 0 0 100px 50px rgba(0,0,0,.5);    
}
.hoverzoom .retina p:nth-child(1) {
  color: #fff;
  font-family: 'open_sansregular'; 
  font-size: 1.2rem; 
  margin: 0 0 6px; 
}
.hoverzoom .retina p:nth-child(2) {
  color: #fff;
  font-family: 'open_sansregular'; 
  font-size: 1.4rem; 
  margin: 0;
}
.hoverzoom .retina a {
  display: block;
  width: 150px;
  background: rgba(19,113,144,0.5);
  border: 1px solid #137190;
  border-radius: 4px;
  color: #fff;
  font-family: 'open_sansregular'; 
  text-decoration: none;
  text-align: center;
  padding: 10px 15px;
  margin: 10px auto 0;
}
/* GPAGINA DE VIDEO INTERNA */
.content-box-infor-videos h4{
  font-family: 'open_sansregular';
  padding-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.content-box-infor-videos h4 i{
  color: #135DC9;
}
.content-box-out-videos{
  margin-bottom: 15px;
}
.btn-more-videos, .btn-more-videos:hover, .btn-more-videos:active{
  width: 150px;
  background-color: #135DC9;
  color: #FFF;
  margin-top: 15px;
  margin-bottom: 15px;
  margin: auto;
}