.tabela{
  width: 100%;
  margin-bottom: 60px;
  margin-top: 40px;
  overflow-x: scroll;
  display: block;
  font-size: 14px;
}
.tabela table{
    width: 100%;
}
.page-produtos .conteudo-produtos .tabela img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: none;
}
.tabela tr:first-child, .tabela tr:first-child td{
  background: #199e8f;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  border-bottom: solid 3px #fff;
}
.tabela tr:first-child td h2 {
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-bottom: 0;
}
.tabela td{
  font-family: helvetica;
  width: auto;
  background: #e8e8e8;
  text-align: center;
  color: #353535;
  padding: 8px;
  margin: 5px;
  border-right: solid 3px #fff;
  font-weight: bold;
  border-bottom: 0;
  border-bottom: solid 2px #fff;
}
.tabela td:last-child{
  border-right: 0px;
}

/*.tabela td {

}*/

/*.tabela tr:first-child, .tabela tr:first-child td {

}*/
