h6.titulo_card {
    font-size: 15px;
    font-weight: bold;
    color: #2a2a2a;
    font-family: "Montserrat", sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    align-items: center;
  }

  th.precio {
  text-align: center;
  background-color: #e00;
  color: #fff;
  font-size: 1.4em;
  font-weight: normal;
  }

  td.precio {
    text-align: center;
  background-color: grey;
  color: #fff;
  font-size: 1.4em;
  font-weight: normal;
  }


  