
.itemcat-title, 
.itemcat-title a,
.itemcat-title:hover, 
.itemcat-title a:hover 
    {
    color: #861e34;
    text-align: justify;
    text-decoration: none; /* Evita subrayado en enlaces */
    margin-bottom:7px;
    font-size: 1.2rem;
}

.links-grey {
    font-size: 1rem;
    line-height: 1.2;
}
.links-grey p { margin: 0; padding: 5px; }
.links-grey a { color: #5d666a; }
.links-grey a:hover { color: #3c4145; }
.links-grey a:before { content: '>> '; color: #A8123E; font-weight: bold; margin-right: 5px; }



.truncate-text{
  white-space: normal; 
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  max-width: 70%;
  display: block;
}
    