/* Hacer transparente el fondo del área de artículos */
#t4-component {
    background: transparent !important;
    box-shadow: none !important;
}
@media (max-width: 768px) {
  /* Texto dentro del menú mobile */
  #t4-megamenu-mainmenu a,
  #t4-megamenu-mainmenu .nav-link,
  #t4-megamenu-mainmenu .menu-item-title {
    color: #000000 !important; /* negro */
  }
}
