body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

.titulo {
  cursor: pointer;
  text-align: center;
}

.nome-produto {
    color: #B17672;
}

.oculto {
  display: none;
}

p{text-indent: 20px}

.prod-titulo {
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #B17672;
  margin-bottom: 20px
}

.prod-subtitulo {
  font-size: 13px;
  font-style: italic;
  font-weight: bold;
  color: #B17672;
}

.pgconteudo-titulo {
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #B17672;
  margin-bottom: 20px
}

.pgconteudo-subtitulo {
  font-size: 13px;
  font-style: italic;
  font-weight: bold;
  color: #B17672;
}

.separador {
  border-top: 1.5px solid #B17672;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  background-position: center;
}

.seta {
  margin-left: 5px;
  font-size: 15px;
}