h3 {
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: block;
  padding: 10px 0;
  background-color: #761922;
  color: #fff;
  font-size: 1.6em;
  font-style: normal;
  width: 100%;
  max-width: 336px;
  text-align: center;
  background-image: url('../img/cruz_menu.png');
  background-position: right center;
  background-repeat: no-repeat;
}
.itemVisible h3 {
  background-image: url('../img/cruz_menu2.png');
  background-position: right center;
}
h3.par {
  background-color: #CE9765;
}
@media (min-width: 992px) {
  h3 {
    background-image: none;
  }
}
@media (min-width: 1200px) {
  h3 {
    padding: 2px 0;
  }
}
