.formato-item {
  cursor: pointer;              
  color: #212529;            
  transition: background-color 0.2s ease;
}
.formato-item:hover {
  background-color: #f1f1f1;    
}

.text_lgcg{
    text-align: justify;
}