/* #content-agenda{
  padding-bottom: 30px;
} */
/* PESQUISA DE FOTOS */
.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: #b10909;
  border-color: #b10909;
}


.agenda hr{
    margin-top: 6px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}
.agenda .media .media-left{
  margin-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.agenda .media .media-left span.cm-date-agenda{
  color: #888888;  
  font-family: 'Poppins-SemiBold';
  font-size: 26px;

  border: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  border-radius: 2px;
  padding: 10px 10px;
  transition: 0.2s;
}
.agenda a:hover .media .media-left span.cm-date-agenda{
  color: #FFF;
  background-color: #b10909;
  border: 1px solid #FFF;
  border-top: 1px solid #FFF;
  text-decoration: none;
  transition: 0.2s;
}
.agenda a:hover{
  text-decoration: none;
  transition: 2s;
}
.agenda .media .media-left span.cm-mes-agenda{
  color: #000000;
  font-family: 'Poppins-Bold';
  font-size: 22px;
  margin-top: 6px;
  margin-left: 6px;
  width: 100%;
  float: left;
}
.agenda .media .media-body h4{
  font-size: 16px;
  padding-top: 30px;
  color: #000000;
  font-family: 'Poppins-SemiBold';
}
.agenda .media .media-body h5{
  font-size: 14px;
  color: #000000;
  font-family: 'Poppins-Regular';  
  margin-top: 15px;
}
.agenda-descricao{
  margin-top: 20px;
  font-family: 'Poppins-Regular'; 
  color: #000;
}