@media (max-width: 576px) {
  .titulo {
    display: none;
    /*color: red !important;*/
  }
}

