

#programas{
	width: 100%;
	border: 0px solid red;
	display: flex;
    justify-content: center;
	background-color: #FFFFFF;
	padding-bottom: 100px;
	padding-top: 80px;
}

ul {
  list-style: none;
  max-width: 1300px;
  padding: 0px;
  border: 1px solid gainsboro;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 0px solid red;
}
ul li {
  width: 90%;
  padding: 20px;
  border-bottom: 1px solid rgba(219,219,219,1.00);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 0px solid aqua;
}
ul li:hover {
  -webkit-box-shadow: 0px 8px 20px -9px rgba(0,0,0,0.69);
-moz-box-shadow: 0px 8px 20px -9px rgba(0,0,0,0.69);
box-shadow: 0px 8px 20px -9px rgba(0,0,0,0.69);
  cursor: pointer;
}
ul li .img img {
  width: 40px;
  height: auto;
  /**box-shadow: 0px 4px 11px 0px #10255878;**/
}
ul li .profile {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 97%;
  border: 0px solid blue;
  
}
ul li .profile .desc {
  margin-left:50px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: 0px solid yellow;
  font-family: montserratbold;
  font-size: 1.1em
}
ul li .profile .desc .actions i {
  margin-right: 0px;
  color: #0b35b1;

}





ul li .details {
  width: 97%;
  display: none;
  border: 0px solid green;
  font-family: montserratli;
}





ul li .details .post img {
  width: 100%;
  height: auto;
}
