  
 .Categoria {
    cursor: pointer;
    color: #7c7c7d !important;
    background: #f8f9fa;
    opacity: 0.8;
  }
  /**************************** HOVER ***********************************************/



.Categoria:hover{
  cursor: pointer;
  color: #f8f9fa !important;
  background: #1abc9c;
  height: 100%
}
.Categoria:hover > .programa-titulo{
  cursor: pointer;
  color: #f8f9fa !important;

}