diff --git a/app/view/home/homeView.js b/app/view/home/homeView.js index 5cc3a89..15f4fb4 100644 --- a/app/view/home/homeView.js +++ b/app/view/home/homeView.js @@ -139,7 +139,7 @@ export default class home extends Component{ _loginUser = (login,pass) =>{ - this.props.loginUserFeetch('a224731971@fumec.edu.br','Mail*9*9') + this.props.loginUserFeetch(login,pass) } diff --git a/dist/index.html b/dist/index.html index 1d5d001..934c100 100644 --- a/dist/index.html +++ b/dist/index.html @@ -8,10 +8,10 @@ - +
- + diff --git a/dist/main-4fa437e7a10899e7c775.min.css b/dist/main-76bcce6bb99710c9f7c7.min.css similarity index 100% rename from dist/main-4fa437e7a10899e7c775.min.css rename to dist/main-76bcce6bb99710c9f7c7.min.css diff --git a/dist/main-4fa437e7a10899e7c775.min.js b/dist/main-76bcce6bb99710c9f7c7.min.js similarity index 84% rename from dist/main-4fa437e7a10899e7c775.min.js rename to dist/main-76bcce6bb99710c9f7c7.min.js index 39696a2..5c9f371 100644 --- a/dist/main-4fa437e7a10899e7c775.min.js +++ b/dist/main-76bcce6bb99710c9f7c7.min.js @@ -192,7 +192,7 @@ function o(){}i.Store=o,o.prototype.synchronous=!1,o.prototype.findCookie=functi * See the License for the specific language governing permissions and * limitations under the License. */ -var c=t(6),h=t(32).parse,p=["acl","location","logging","notification","partNumber","policy","requestPayment","torrent","uploadId","uploads","versionId","versioning","versions","website"];e.exports=o,e.exports.authorization=o,e.exports.hmacSha1=a,e.exports.sign=s,e.exports.signQuery=r,e.exports.queryStringToSign=n,e.exports.queryStringToSign=l,e.exports.canonicalizeHeaders=d,e.exports.canonicalizeResource=u},function(e,i,t){function o(e,i,t){return u.createHmac("sha256",e).update(i,"utf8").digest(t)}function a(e,i){return u.createHash("sha256").update(e,"utf8").digest(i)}function s(e){return e.replace(/[!'()*]/g,function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})}function r(e,i){"string"==typeof e&&(e=l.parse(e));var t=e.headers=e.headers||{},o=this.matchHost(e.hostname||e.host||t.Host||t.host);this.request=e,this.credentials=i||this.defaultCredentials(),this.service=e.service||o[0]||"",this.region=e.region||o[1]||"us-east-1","email"===this.service&&(this.service="ses"),!e.method&&e.body&&(e.method="POST"),t.Host||t.host||(t.Host=e.hostname||e.host||this.createHost(),e.port&&(t.Host+=":"+e.port)),e.hostname||e.host||(e.hostname=t.Host||t.host),this.isCodeCommitGit="codecommit"===this.service&&"GIT"===e.method}var n=i,l=t(32),d=t(160),u=t(6),c=t(503),h=c(1e3);r.prototype.matchHost=function(e){var i=(e||"").match(/([^\.]+)\.(?:([^\.]*)\.)?amazonaws\.com$/),t=(i||[]).slice(1,3);return"es"===t[1]&&(t=t.reverse()),t},r.prototype.isSingleRegion=function(){return["s3","sdb"].indexOf(this.service)>=0&&"us-east-1"===this.region||["cloudfront","ls","route53","iam","importexport","sts"].indexOf(this.service)>=0},r.prototype.createHost=function(){var e=this.isSingleRegion()?"":("s3"===this.service&&"us-east-1"!==this.region?"-":".")+this.region;return("ses"===this.service?"email":this.service)+e+".amazonaws.com"},r.prototype.prepareRequest=function(){this.parsePath();var e,i=this.request,t=i.headers;i.signQuery?(this.parsedPath.query=e=this.parsedPath.query||{},this.credentials.sessionToken&&(e["X-Amz-Security-Token"]=this.credentials.sessionToken),"s3"!==this.service||e["X-Amz-Expires"]||(e["X-Amz-Expires"]=86400),e["X-Amz-Date"]?this.datetime=e["X-Amz-Date"]:e["X-Amz-Date"]=this.getDateTime(),e["X-Amz-Algorithm"]="AWS4-HMAC-SHA256",e["X-Amz-Credential"]=this.credentials.accessKeyId+"/"+this.credentialString(),e["X-Amz-SignedHeaders"]=this.signedHeaders()):(i.doNotModifyHeaders||this.isCodeCommitGit||(!i.body||t["Content-Type"]||t["content-type"]||(t["Content-Type"]="application/x-www-form-urlencoded; charset=utf-8"),!i.body||t["Content-Length"]||t["content-length"]||(t["Content-Length"]=Buffer.byteLength(i.body)),!this.credentials.sessionToken||t["X-Amz-Security-Token"]||t["x-amz-security-token"]||(t["X-Amz-Security-Token"]=this.credentials.sessionToken),"s3"!==this.service||t["X-Amz-Content-Sha256"]||t["x-amz-content-sha256"]||(t["X-Amz-Content-Sha256"]=a(this.request.body||"","hex")),t["X-Amz-Date"]||t["x-amz-date"]?this.datetime=t["X-Amz-Date"]||t["x-amz-date"]:t["X-Amz-Date"]=this.getDateTime()),delete t.Authorization,delete t.authorization)},r.prototype.sign=function(){return this.parsedPath||this.prepareRequest(),this.request.signQuery?this.parsedPath.query["X-Amz-Signature"]=this.signature():this.request.headers.Authorization=this.authHeader(),this.request.path=this.formatPath(),this.request},r.prototype.getDateTime=function(){if(!this.datetime){var e=this.request.headers,i=new Date(e.Date||e.date||new Date);this.datetime=i.toISOString().replace(/[:\-]|\.\d{3}/g,""),this.isCodeCommitGit&&(this.datetime=this.datetime.slice(0,-1))}return this.datetime},r.prototype.getDate=function(){return this.getDateTime().substr(0,8)},r.prototype.authHeader=function(){return["AWS4-HMAC-SHA256 Credential="+this.credentials.accessKeyId+"/"+this.credentialString(),"SignedHeaders="+this.signedHeaders(),"Signature="+this.signature()].join(", ")},r.prototype.signature=function(){var e,i,t,a=this.getDate(),s=[this.credentials.secretAccessKey,a,this.region,this.service].join(),r=h.get(s);return r||(e=o("AWS4"+this.credentials.secretAccessKey,a),i=o(e,this.region),t=o(i,this.service),r=o(t,"aws4_request"),h.set(s,r)),o(r,this.stringToSign(),"hex")},r.prototype.stringToSign=function(){return["AWS4-HMAC-SHA256",this.getDateTime(),this.credentialString(),a(this.canonicalString(),"hex")].join("\n")},r.prototype.canonicalString=function(){this.parsedPath||this.prepareRequest();var e,i=this.parsedPath.path,t=this.parsedPath.query,o=this.request.headers,r="",n="s3"!==this.service,l="s3"===this.service||this.request.doNotEncodePath,u="s3"===this.service,c="s3"===this.service;return e="s3"===this.service&&this.request.signQuery?"UNSIGNED-PAYLOAD":this.isCodeCommitGit?"":o["X-Amz-Content-Sha256"]||o["x-amz-content-sha256"]||a(this.request.body||"","hex"),t&&(r=s(d.stringify(Object.keys(t).sort().reduce(function(e,i){return i?(e[i]=Array.isArray(t[i])?c?t[i][0]:t[i].slice().sort():t[i],e):e},{})))),"/"!==i&&(n&&(i=i.replace(/\/{2,}/g,"/")),i=i.split("/").reduce(function(e,i){return n&&".."===i?e.pop():n&&"."===i||(l&&(i=d.unescape(i)),e.push(s(d.escape(i)))),e},[]).join("/"),"/"!==i[0]&&(i="/"+i),u&&(i=i.replace(/%2F/g,"/"))),[this.request.method||"GET",i,r,this.canonicalHeaders()+"\n",this.signedHeaders(),e].join("\n")},r.prototype.canonicalHeaders=function(){function e(e){return e.toString().trim().replace(/\s+/g," ")}var i=this.request.headers;return Object.keys(i).sort(function(e,i){return e.toLowerCase()=0&&(t=d.parse(e.slice(i+1)),e=e.slice(0,i)),/[^0-9A-Za-z!'()*\-._~%\/]/.test(e)&&(e=e.split("/").map(function(e){return d.escape(d.unescape(e))}).join("/")),this.parsedPath={path:e,query:t}},r.prototype.formatPath=function(){var e=this.parsedPath.path,i=this.parsedPath.query;return i?(null!=i[""]&&delete i[""],e+"?"+s(d.stringify(i))):e},n.RequestSigner=r,n.sign=function(e,i){return new r(e,i).sign()}},function(e,i){function t(e){this.capacity=0|e,this.map=Object.create(null),this.list=new o}function o(){this.firstNode=null,this.lastNode=null}function a(e,i){this.key=e,this.val=i,this.prev=null,this.next=null}e.exports=function(e){return new t(e)},t.prototype.get=function(e){var i=this.map[e];if(null!=i)return this.used(i),i.val},t.prototype.set=function(e,i){var t=this.map[e];if(null!=t)t.val=i;else{if(this.capacity||this.prune(),!this.capacity)return!1;t=new a(e,i),this.map[e]=t,this.capacity--}return this.used(t),!0},t.prototype.used=function(e){this.list.moveToFront(e)},t.prototype.prune=function(){var e=this.list.pop();null!=e&&(delete this.map[e.key],this.capacity++)},o.prototype.moveToFront=function(e){this.firstNode!=e&&(this.remove(e),null==this.firstNode?(this.firstNode=e,this.lastNode=e,e.prev=null,e.next=null):(e.prev=null,e.next=this.firstNode,e.next.prev=e,this.firstNode=e))},o.prototype.pop=function(){var e=this.lastNode;return null!=e&&this.remove(e),e},o.prototype.remove=function(e){this.firstNode==e?this.firstNode=e.next:null!=e.prev&&(e.prev.next=e.next),this.lastNode==e?this.lastNode=e.prev:null!=e.next&&(e.next.prev=e.prev)}},function(e,i,t){"use strict";function o(e){return e&&e.__esModule?e:{default:e}}function a(){return{type:l.LOGIN_USER_REQUEST}}function s(e){return{type:l.LOGIN_USER_FAILURE,payload:{status:e.response.status,statusText:e.response.statusText}}}function r(e){return{type:l.LOGIN_USER_SUCCESS,payload:{cookie:e.cookie,status:e.response.message}}}function n(e,i){return function(t){t(a());var o=u.default.jar();return(0,u.default)(p).then(function(a){var n=h.default.load(a),l=n("meta[name=csrf-token]").attr("content");(0,u.default)({form:{"user[email]":e,"user[password]":i,authenticity_token:l},uri:p,method:"POST",simple:!1,followRedirect:!1,jar:o}).then(function(e){(0,u.default)({uri:v,jar:o,resolveWithFullResponse:!0,simple:!1,followRedirect:!1}).then(function(e){t(302!=e.statusCode?r({response:{message:"success"},cookie:o}):s({response:{status:"invalid_credentials",statusText:"invalid_credentials"}}))})}).catch(function(e){t(s({response:{status:"invalid_credentials",statusText:"invalid_credentials"}}))})})}}Object.defineProperty(i,"__esModule",{value:!0}),i.loginUserRequest=a,i.loginUserFailure=s,i.loginUserSuccess=r,i.loginUserFeetch=n;var l=t(277),d=(t(276),t(431)),u=o(d),c=t(288),h=o(c),p="http://jigsaw.vitalsource.com/login",v="https://jigsaw.vitalsource.com/books/9788536320250/epub/OPS/loc_002.xhtml"},function(e,i,t){"use strict";function o(e){return e&&e.__esModule?e:{default:e}}function a(e,i){if(!(e instanceof i))throw new TypeError("Cannot call a class as a function")}function s(e,i){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!i||"object"!=typeof i&&"function"!=typeof i?e:i}function r(e,i){if("function"!=typeof i&&null!==i)throw new TypeError("Super expression must either be null or a function, not "+typeof i);e.prototype=Object.create(i&&i.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),i&&(Object.setPrototypeOf?Object.setPrototypeOf(e,i):e.__proto__=i)}Object.defineProperty(i,"__esModule",{value:!0});var n=function(){function e(e,i){for(var t=0;t0&&o.props._loadMoreEbooks()},r=t,s(o,r)}return r(i,e),n(i,[{key:"render",value:function(){var e=this,i=this.props.ebooks.map(function(i,t){return d.default.createElement(p.default,{auth:e.props.auth,key:t,data:i})});return d.default.createElement("div",{className:c.default["ebook-ctn"],ref:"listEbooks",onScroll:this._onScrollEvent},d.default.createElement("ul",null,0==i.length?d.default.createElement("span",{className:c.default["ebook--notfound"]},"Nehum livro encontrado !!"):i),d.default.createElement(b.default,{type:"img",load:this.props.filtering,statusText:this.props.statusText}))}}]),i}(l.Component);i.default=k},function(e,i,t){"use strict";function o(e){return e&&e.__esModule?e:{default:e}}function a(e,i){if(!(e instanceof i))throw new TypeError("Cannot call a class as a function")}function s(e,i){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!i||"object"!=typeof i&&"function"!=typeof i?e:i}function r(e,i){if("function"!=typeof i&&null!==i)throw new TypeError("Super expression must either be null or a function, not "+typeof i);e.prototype=Object.create(i&&i.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),i&&(Object.setPrototypeOf?Object.setPrototypeOf(e,i):e.__proto__=i)}Object.defineProperty(i,"__esModule",{value:!0});var n=function(){function e(e,i){for(var t=0;t0&&void 0!==arguments[0]?arguments[0]:s,i=arguments[1];switch(i.type){case a.LOGIN_USER_REQUEST:return Object.assign({},e,{isAuthenticating:!0,statusText:null});case a.LOGIN_USER_SUCCESS:return Object.assign({},e,{isAuthenticating:!1,isAuthenticated:!0,cookie:i.payload.cookie,status:i.payload.status,statusText:"Login efetuado com sucesso."});case a.LOGIN_USER_FAILURE:return Object.assign({},e,{isAuthenticating:!1,isAuthenticated:!1,cookie:null,status:i.payload.status,statusText:i.payload.statusText});default:return e}}Object.defineProperty(i,"__esModule",{value:!0}),i.default=o;var a=t(277),s={isAuthenticating:null,isAuthenticated:null,statusText:null,status:null}},function(e,i,t){"use strict";function o(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:s,i=arguments[1];switch(i.type){case a.EBOOKS_FEETCH_REQUEST:return Object.assign({},e,{isGettingEbook:!0,statusText:null});case a.EBOOKS_FEETCH_SUCCESS:return Object.assign({},e,{isGettingEbook:!1,isGettedEbook:!0,ebooks:i.payload.ebooks,status:i.payload.status,statusText:"Ebooks feetch success."});case a.EBOOKS_FEETCH_FAILURE:return Object.assign({},e,{isGettingEbook:!1,isGettedEbook:!1,ebooks:null,status:i.payload.status,statusText:i.payload.statusText});default:return e}}Object.defineProperty(i,"__esModule",{value:!0}),i.default=o;var a=t(278),s={isGettingEbook:null,isGettedEbook:null,statusText:null,status:null}},function(e,i,t){"use strict";function o(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(i,"__esModule",{value:!0}),i.routes=void 0;var a=t(9),s=o(a),r=t(154),n=t(509),l=o(n),d=t(510),u=o(d);i.routes=s.default.createElement(r.Route,{path:"/",component:l.default},s.default.createElement(r.IndexRoute,{component:u.default}))},function(e,i,t){"use strict";function o(e){return e&&e.__esModule?e:{default:e}}function a(e){return(0,s.createStore)(c.default,e,p)}Object.defineProperty(i,"__esModule",{value:!0}),i.default=a;var s=t(155),r=t(1058),n=o(r),l=t(154),d=t(243),u=t(512),c=o(u),h=(0,d.routerMiddleware)(l.browserHistory),p=(0,s.applyMiddleware)(n.default,h)},function(e,i,t){"use strict";e.exports=t(516)},function(e,i,t){"use strict";function o(e){return e&&e.__esModule?e:{default:e}}function a(){var e=(arguments.length>0&&void 0!==arguments[0]&&arguments[0],arguments[1]),i=arguments[2],t=arguments[3],o=e+"/temp",a=r.default.readdirSync(o).map(function(e){return{name:e}}).sort(function(e,i){return e.name.split("___")[1].split(".")[0]-i.name.split("___")[1].split(".")[0]}).map(function(e){return o+"/"+e.name}),s=new l.default({size:[800,1180],margin:0});s.pipe(r.default.createWriteStream(e+"/"+i+".pdf")),a.forEach(function(e){s.addPage().image(e,0,0,"height","fit")}),s.end(),t()}Object.defineProperty(i,"__esModule",{value:!0}),i.convert=a;var s=t(26),r=o(s),n=t(924),l=o(n)},function(e,i,t){"use strict";Object.defineProperty(i,"__esModule",{value:!0});i.data={books:[{title:"Gestão do Conhecimento Médico",author:"JOSÉ, Fábio Freire ; L.FILHO, Fernando Sergio S. ; MENEZES, Isabel B. S. ; Colaboradores",isbn:"9788536320250",edition:0,vbkType:"epub",url:"/books/9788536320250",coverURL:"//covers.vitalbook.com/vbid/9788536320250/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:"2017-09-13T18:15:15.000Z",addedAt:"2016-08-17T10:04:00.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!0,contextToken:null,hasLicense:!0},{title:"Padrões de Projetos: Soluções Reutilizáveis de Software Orinetado a Objetos",author:"GAMMA, ERICH ; HELM, Richard ; JOHSON, Ralph ; VILSSIDES, John",isbn:"9788577800469",edition:0,vbkType:"pbk",url:"/books/9788577800469",coverURL:"//covers.vitalbook.com/vbid/9788577800469/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:"2017-09-13T17:53:06.000Z",addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!0,contextToken:null,hasLicense:!0},{title:"Startups e Inovação: Direito no Empreendedorismo (Entrepeneurship Law)",author:"TEIXEIRA, Tarcisio; LOPES, Alan Moreira (coords.)",isbn:"9788520453339",edition:0,vbkType:"pbk",url:"/books/9788520453339",coverURL:"//covers.vitalbook.com/vbid/9788520453339/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Perguntas e Respostas Comentadas em Cardiologia",author:"DALLAN, Luís Augusto Palma; TIMERMAN, Sergio (eds.)",isbn:"9788520454848",edition:0,vbkType:"pbk",url:"/books/9788520454848",coverURL:"//covers.vitalbook.com/vbid/9788520454848/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anestesia Regional: Princípios e Prática",author:"CARNEIRO, Antonio Fernando; VALVERDE FILHO, João; AULER JUNIOR, José Otávio Costa; IMBELLONI, Luiz E",isbn:"9788520454725",edition:0,vbkType:"pbk",url:"/books/9788520454725",coverURL:"//covers.vitalbook.com/vbid/9788520454725/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Entrevista Clínica Estruturada para os Transtornos do DSM-5: SCID-5-CV Versão Clínica",author:"First, Michael B.",isbn:"9788582714270",edition:5,vbkType:"pbk",url:"/books/9788582714270",coverURL:"//covers.vitalbook.com/vbid/9788582714270/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Medicina Legal, 11ª edição",author:"FRANÇA, Genival Veloso de",isbn:"9788527732284",edition:0,vbkType:"epub",url:"/books/9788527732284",coverURL:"//covers.vitalbook.com/vbid/9788527732284/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia do Basquete: Guia Ilustrado para Otimizar o Desempenho e Prevenir Lesões",author:"COLE, Brian; PANARIELLO, Rob",isbn:"9788520454749",edition:0,vbkType:"pbk",url:"/books/9788520454749",coverURL:"//covers.vitalbook.com/vbid/9788520454749/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfermagem em Obstetrícia e Ginecologia",author:"LARA, Sonia Regina Godinho de; CESAR, Mônica Bimbatti Nogueira (coords.)",isbn:"9788520454756",edition:0,vbkType:"pbk",url:"/books/9788520454756",coverURL:"//covers.vitalbook.com/vbid/9788520454756/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Medicina Centrada na Pessoa: Transformando o Método Clínico",author:"Stewart, Moira",isbn:"9788582714256",edition:3,vbkType:"epub",url:"/books/9788582714256",coverURL:"//covers.vitalbook.com/vbid/9788582714256/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Sabedoria da Recuperação: Histórias de Sucesso Contra a Dependência Química",author:"Laranjeira, Ronaldo",isbn:"9788582714294",edition:1,vbkType:"epub",url:"/books/9788582714294",coverURL:"//covers.vitalbook.com/vbid/9788582714294/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cardiologia do Exercício: Do Atleta ao Cardiopata",author:"NEGRÃO, Carlos Eduardo; BARRETTO, Antônio Carlos Pereira (eds.)",isbn:"9788520454831",edition:3,vbkType:"pbk",url:"/books/9788520454831",coverURL:"//covers.vitalbook.com/vbid/9788520454831/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Ortopedia Funcional dos Maxilares - Uma Abordagem Clínico-Infantil",author:"PEREIRA, Maria Batista Borges",isbn:"9788527732451",edition:0,vbkType:"epub",url:"/books/9788527732451",coverURL:"//covers.vitalbook.com/vbid/9788527732451/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Entrevista Psiquiátrica na Prática Clínica: De Acordo com o DSM-5",author:"Mackinnon, Roger A.",isbn:"9788582714393",edition:3,vbkType:"epub",url:"/books/9788582714393",coverURL:"//covers.vitalbook.com/vbid/9788582714393/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terapia Manual para Disfunção Fascial",author:"Chaitow, Leon",isbn:"9788582714379",edition:1,vbkType:"epub",url:"/books/9788582714379",coverURL:"//covers.vitalbook.com/vbid/9788582714379/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Atlas de Anatomia Palpatória, Volume 2: Membro Inferior",author:"TIXA, Serge",isbn:"9788520454817",edition:3,vbkType:"pbk",url:"/books/9788520454817",coverURL:"//covers.vitalbook.com/vbid/9788520454817/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Histologia e Embriologia Oral, 4ª edição",author:"KATCHBURIAN, Eduardo; ARANA, Victor",isbn:"9788527732239",edition:0,vbkType:"epub",url:"/books/9788527732239",coverURL:"//covers.vitalbook.com/vbid/9788527732239/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Verdade e consenso",author:"STRECK, LENIO LUIZ",isbn:"9788547215644",edition:6,vbkType:"pbk",url:"/books/9788547215644",coverURL:"//covers.vitalbook.com/vbid/9788547215644/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Segurança e Medicina do Trabalho, 79ª edição",author:"Equipe Atlas",isbn:"9788597013078",edition:0,vbkType:"epub",url:"/books/9788597013078",coverURL:"//covers.vitalbook.com/vbid/9788597013078/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Atlas de Anatomia Palpatória, Volume 1: Pescoço, Tronco, Membro Superior",author:"TIXA, Serge",isbn:"9788520454800",edition:2,vbkType:"pbk",url:"/books/9788520454800",coverURL:"//covers.vitalbook.com/vbid/9788520454800/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Oceanografia",author:"PINET, Paul R.",isbn:"9788521634485",edition:0,vbkType:"epub",url:"/books/9788521634485",coverURL:"//covers.vitalbook.com/vbid/9788521634485/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Temas de direitos humanos",author:"PIOVESAN, FLÁVIA",isbn:"9788547203009",edition:10,vbkType:"pbk",url:"/books/9788547203009",coverURL:"//covers.vitalbook.com/vbid/9788547203009/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Protocolo de Condutas em Dermatologia, 2ª edição",author:"MIOT, Hélio Amante; MIOT, Luciane Donida Bartoli",isbn:"9788527732321",edition:0,vbkType:"epub",url:"/books/9788527732321",coverURL:"//covers.vitalbook.com/vbid/9788527732321/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anestesiologia Básica: Manual de Anestesiologia, Dor e Terapia Intensiva",author:"AULER JR., José Otávio Costa; CARMONA, Maria José Carvalho; TORRES, Marcelo Luis Abramides; RAMALHO,",isbn:"9788520454732",edition:0,vbkType:"pbk",url:"/books/9788520454732",coverURL:"//covers.vitalbook.com/vbid/9788520454732/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Farmacobotânica: Aspectos Teóricos e Aplicação",author:"Monteiro, Siomara da Cruz",isbn:"9788582714416",edition:1,vbkType:"epub",url:"/books/9788582714416",coverURL:"//covers.vitalbook.com/vbid/9788582714416/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mudança Global - Mapeando as novas fronteiras da economia mundial, 5ª edição",author:"DICKEN, Peter ",isbn:"9788577806515",edition:0,vbkType:"pbk",url:"/books/9788577806515",coverURL:"//covers.vitalbook.com/vbid/9788577806515/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Brasil bob a nova ordem - A economia brasileira comtemporânea",author:"MARQUES, Rosa Maria",isbn:"9788502125551",vbkType:"pbk",url:"/books/9788502125551",coverURL:"//covers.vitalbook.com/vbid/9788502125551/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Essencial da Contabilidade Pública - Teoria e exercícios de concursos públicos resolvidos",author:"ARRUDA, Daniel Gomes; BARRETO, Pedro Humberto Teixeira; ARAÚJO, Inaldo da Paixao Santos",isbn:"9788502125506",vbkType:"pbk",url:"/books/9788502125506",coverURL:"//covers.vitalbook.com/vbid/9788502125506/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O livro bom, pequeno e acessível sobre liderança",author:"JACKSON, Brad ; PARRY, Ken ",isbn:"9788577806508",edition:0,vbkType:"pbk",url:"/books/9788577806508",coverURL:"//covers.vitalbook.com/vbid/9788577806508/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Poder da Agricultura Empresarial",author:"COSTA, Antônio José de Oliveira",isbn:"9788502124998",vbkType:"pbk",url:"/books/9788502124998",coverURL:"//covers.vitalbook.com/vbid/9788502124998/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Opções Reais: Conceitos e Aplicações a Empresas e Negócios",author:"RIBEIRO, Érico; BRASIL, Haroldo Guimarães ; FREITAS, Juliana Marreco de ; MARTINS, Viviane Isabela",isbn:"9788502125100",vbkType:"pbk",url:"/books/9788502125100",coverURL:"//covers.vitalbook.com/vbid/9788502125100/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Organização, Sistemas e Métodos - Ferramentas para racionalizar as rotinas de trabalho e a estrutura organizacional da emprsa - 2ª Edição",author:"CARREIRA, Dorival",isbn:"9788502089204",edition:0,vbkType:"pbk",url:"/books/9788502089204",coverURL:"//covers.vitalbook.com/vbid/9788502089204/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Organizações do Conhecimento - Infra-estrutura, Pessoas e Tecnologia, 2 ª edição",author:"ANGELONI, Maria Terezinha",isbn:"9788502125094",vbkType:"pbk",url:"/books/9788502125094",coverURL:"//covers.vitalbook.com/vbid/9788502125094/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Palavras e origens - 2ª edição",author:"PERISSÉ, Gabriel",isbn:"9788502125056",vbkType:"pbk",url:"/books/9788502125056",coverURL:"//covers.vitalbook.com/vbid/9788502125056/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pesquisa de Marketing",author:"BARQUETTE, Stael ; CHAOUBAH, Alfredo",isbn:"9788502126794",vbkType:"pbk",url:"/books/9788502126794",coverURL:"//covers.vitalbook.com/vbid/9788502126794/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pesquisa Operacional - fundamentos e modelos",author:"LOESCH, Cláudio ;HEIIN, Neslon",isbn:"9788502088924",vbkType:"pbk",url:"/books/9788502088924",coverURL:"//covers.vitalbook.com/vbid/9788502088924/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pesquisa Qualitativa em Estudos Organizacionais - Pradigmas, estratégias e métodos, 2ª Edição",author:"SILVA, Anielson Barbosa da ",isbn:"9788502125018",vbkType:"pbk",url:"/books/9788502125018",coverURL:"//covers.vitalbook.com/vbid/9788502125018/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Política Mundial a partir de 1945, 9ª edição",author:"CALVOCORESSI, Peter ",isbn:"9788563899538",edition:0,vbkType:"pbk",url:"/books/9788563899538",coverURL:"//covers.vitalbook.com/vbid/9788563899538/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Por que as Organizações Adoecem? E como você pode curá-las",author:"GUIMARÃES, Ícaro",isbn:"9788502124929",edition:0,vbkType:"pbk",url:"/books/9788502124929",coverURL:"//covers.vitalbook.com/vbid/9788502124929/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Português na Prática: Para concursos de graduação e concursos públicos",author:"TERCIOTTI, Sandra Helena",isbn:"9788502126091",vbkType:"pbk",url:"/books/9788502126091",coverURL:"//covers.vitalbook.com/vbid/9788502126091/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática na Teoria - Aplicações da Teoria Dos Jogos e da Evolução Aos Negócios - 2ª Ed. 2011",author:"MARINHO, Raul",isbn:"9788502126114",vbkType:"pbk",url:"/books/9788502126114",coverURL:"//covers.vitalbook.com/vbid/9788502126114/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Presentations and Meetings in English",author:"WITTE, Roberto Edwald",isbn:"9788502124646",vbkType:"pbk",url:"/books/9788502124646",coverURL:"//covers.vitalbook.com/vbid/9788502124646/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Propaganda é isso aí!",author:"MARTINS, Zeca",isbn:"9788502124837",vbkType:"pbk",url:"/books/9788502124837",coverURL:"//covers.vitalbook.com/vbid/9788502124837/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia Aplicada à Adminstração: Uma abordagem Interdicisplinar",author:"AGUIAR, Maria Aparecida Ferreira de ",isbn:"9788502088269",vbkType:"pbk",url:"/books/9788502088269",coverURL:"//covers.vitalbook.com/vbid/9788502088269/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia do Trabalho: Psicossomática, valores e práticas organizacionais",author:"FRANÇA, Ana Cristina Limongi",isbn:"9788502088917",vbkType:"pbk",url:"/books/9788502088917",coverURL:"//covers.vitalbook.com/vbid/9788502088917/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Relações Internacionais do Brasil: Temas e Agendas - Vol.1",author:"OLIVEIRA, Henrique Altemani de ",isbn:"9788502088757",vbkType:"pbk",url:"/books/9788502088757",coverURL:"//covers.vitalbook.com/vbid/9788502088757/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Relações Internacionais do Brasil: Temas e Agendas - Vol.2",author:"OLIVEIRA, Henrique Altemani de ",isbn:"9788502088764",vbkType:"pbk",url:"/books/9788502088764",coverURL:"//covers.vitalbook.com/vbid/9788502088764/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Relações Públicas",author:"KUNSCH, Margarida M. Krohling",isbn:"9788502122130",vbkType:"pbk",url:"/books/9788502122130",coverURL:"//covers.vitalbook.com/vbid/9788502122130/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Responsabilidade social empresarial e empresa sustentável",author:"BARBIERI, José Carlos; CAJAZEIRA, Jorge Emanuel Reis",isbn:"9788502089198",vbkType:"pbk",url:"/books/9788502089198",coverURL:"//covers.vitalbook.com/vbid/9788502089198/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Seguros e Resseguros",author:"SCHALCH, Débora",isbn:"9788502107007",vbkType:"pbk",url:"/books/9788502107007",coverURL:"//covers.vitalbook.com/vbid/9788502107007/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Seguros: Contabilidade, Atuária e Auditoria - 2ª Edição",author:"SOUZA, Silney de",isbn:"9788502122208",vbkType:"pbk",url:"/books/9788502122208",coverURL:"//covers.vitalbook.com/vbid/9788502122208/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sincronismo Oraganizacional",author:"ALBUQUERQUE, Alan Melo Marinho de ",isbn:"9788502088740",vbkType:"pbk",url:"/books/9788502088740",coverURL:"//covers.vitalbook.com/vbid/9788502088740/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas de Informações Contábeis: Uma abordagem gerencial",author:"GIL, Antonio de Loureiro",isbn:"9788502109926",vbkType:"pbk",url:"/books/9788502109926",coverURL:"//covers.vitalbook.com/vbid/9788502109926/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Turismo principios e prática, Terceira edição",author:"COOPER, Chris ; FLETCHER, John ; FUALL, Alan ; GILBERT, David ; WANHILL, Stephen",isbn:"9788577802340",edition:0,vbkType:"pbk",url:"/books/9788577802340",coverURL:"//covers.vitalbook.com/vbid/9788577802340/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Um livro bom, pequeno e acessível sobre estudos organizacionais, 2ª edição",author:"GREY, Chris",isbn:"9788577806652",edition:0,vbkType:"pbk",url:"/books/9788577806652",coverURL:"//covers.vitalbook.com/vbid/9788577806652/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Um livro bom, pequeno e acessível sobre pesquisa qualitativa",author:"SILVERMAN, David ",isbn:"9788577806478",edition:0,vbkType:"pbk",url:"/books/9788577806478",coverURL:"//covers.vitalbook.com/vbid/9788577806478/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Violência contra crianças e adolescentes: teoria, pesquisa e prática",author:"Luísa F. Habigzang; Silvia H. Koller e colaboradores",isbn:"9788536327167",edition:0,vbkType:"pbk",url:"/books/9788536327167",coverURL:"//covers.vitalbook.com/vbid/9788536327167/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A construção da teoria fundamentada - Guia prático para análise qualitativa",author:"CHARMAZ, Kathy ",isbn:"9788536320984",edition:0,vbkType:"pbk",url:"/books/9788536320984",coverURL:"//covers.vitalbook.com/vbid/9788536320984/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Infância no Ensino Fundamental de 9 anos",author:"BARBOSA, Maria Carmen Silveira; DELGADO, Ana Cristina Coll",isbn:"9788563899590",edition:0,vbkType:"pbk",url:"/books/9788563899590",coverURL:"//covers.vitalbook.com/vbid/9788563899590/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ação Rescisória - Decisões Rescindíveis - Col. Thetonio Negrão",author:"Carvalho, Fabiano",isbn:"9788502145306",edition:0,vbkType:"pbk",url:"/books/9788502145306",coverURL:"//covers.vitalbook.com/vbid/9788502145306/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ações Probatórias Autônomas - Col. Theotonio Negrão",author:"NEVES, Daniel Amorim Assumpção",isbn:"9788502145290",edition:0,vbkType:"pbk",url:"/books/9788502145290",coverURL:"//covers.vitalbook.com/vbid/9788502145290/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Adobe Creative Suite 5 Design Premium: 100 técnicas essenciais",author:"CITRON, Scott ; MURPHY, Michael",isbn:"9788540700659",edition:0,vbkType:"pbk",url:"/books/9788540700659",coverURL:"//covers.vitalbook.com/vbid/9788540700659/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Adobe Creative Suite 5 Web Premium How-Tos: 100 ténicas essenciais",author:"KARLINS, David ",isbn:"9788540700499",edition:0,vbkType:"pbk",url:"/books/9788540700499",coverURL:"//covers.vitalbook.com/vbid/9788540700499/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Analise de dados qualitativos - Coleção Pesquisa Qualitativa",author:"GIBBS, Graham ",isbn:"9788536321332",edition:0,vbkType:"pbk",url:"/books/9788536321332",coverURL:"//covers.vitalbook.com/vbid/9788536321332/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"ASPECTOS PROCESSUAIS DA DESCONSIDERAÇÃO DA PERSONALIDADE JURÍDICA , 2ª EDIÇÃO",author:"GILBERTO GOMES BRUSCHI",isbn:"9788502142916",edition:0,vbkType:"pbk",url:"/books/9788502142916",coverURL:"//covers.vitalbook.com/vbid/9788502142916/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Averbações e Cancelamento no Registro de Imóveis: Doutrina e Prátiva, 5ªedição",author:"BALBINO FILHO, Nicolau",isbn:"9788502142947",edition:0,vbkType:"pbk",url:"/books/9788502142947",coverURL:"//covers.vitalbook.com/vbid/9788502142947/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ética e Direito: Uma Perspectiva Integrada, 3ª edição",author:"ALMEIDA, Guilherme Assis de; CHRISTMANM, Martha Ochsenhofer",isbn:"9788522467150",edition:0,vbkType:"pbk",url:"/books/9788522467150",coverURL:"//covers.vitalbook.com/vbid/9788522467150/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bem de Família: Teoria e Prática, 3ª EDIÇÃO",author:"ARCOVERDE, Ricardo",isbn:"9788502143067",edition:0,vbkType:"pbk",url:"/books/9788502143067",coverURL:"//covers.vitalbook.com/vbid/9788502143067/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Biblioteca Escolar Hoje - recurso estratégico para a escola",author:"ROCA, Glòria Durban ",isbn:"9788563899620",edition:0,vbkType:"pbk",url:"/books/9788563899620",coverURL:"//covers.vitalbook.com/vbid/9788563899620/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Biocombustíveis - Fonte de Energia Sustentável , 1ª EDIÇÃO",author:"FERREIRA, Heline Sivini ; LEITE, José Rubens Morato",isbn:"9788502143074",edition:0,vbkType:"pbk",url:"/books/9788502143074",coverURL:"//covers.vitalbook.com/vbid/9788502143074/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Boa Ideia - A Nova Ortografia para Advogados, Estudantes e Curiosos, 2ª edição",author:"MELLO, Jônatas Junqueira",isbn:"9788502141728",edition:0,vbkType:"pbk",url:"/books/9788502141728",coverURL:"//covers.vitalbook.com/vbid/9788502141728/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cautelares em Família e Sucessões, 1ªedição - ISBN: 9788502081185",author:"RIBEIRO, Benedito Silvério",isbn:"9788502112957",edition:0,vbkType:"pbk",url:"/books/9788502112957",coverURL:"//covers.vitalbook.com/vbid/9788502112957/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código Comercial e Legislação Complementar Anotados, 10ª edição",author:"COELHO, Fábio Ulhoa",isbn:"9788502132665",edition:0,vbkType:"pbk",url:"/books/9788502132665",coverURL:"//covers.vitalbook.com/vbid/9788502132665/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código de Defesa do Consumidor Anotado e Legislação Complementar, 6ª edição",author:"SILVA, Jorge Alberto Quadros C.",isbn:"9788502143142",edition:0,vbkType:"pbk",url:"/books/9788502143142",coverURL:"//covers.vitalbook.com/vbid/9788502143142/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código Tributário Nacional, Comentários, Doutrina, Jurisprudência, 5ª edição",author:"OLIVEIRA, José Jayme de Macêdo",isbn:"9788502112605",edition:0,vbkType:"pbk",url:"/books/9788502112605",coverURL:"//covers.vitalbook.com/vbid/9788502112605/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cirurgia da Mama, 2ª edição",author:"BIAZÚS, Jorge V. ; MELO, Márcia Portela de ; ZUCATTO, Ângela Erguy",isbn:"9788536326979",edition:0,vbkType:"pbk",url:"/books/9788536326979",coverURL:"//covers.vitalbook.com/vbid/9788536326979/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cláusulas Abusivas no Código de Defesa do Consumidor, 1ªedição",author:"SILVA, Jorge Alberto Quadros de Carvalho",isbn:"9788502143104",edition:0,vbkType:"pbk",url:"/books/9788502143104",coverURL:"//covers.vitalbook.com/vbid/9788502143104/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cláusulas Contratuais Gerais - Col. Prof. Agostinho Alvim",author:"MELO, Diogo L.Machado de ",isbn:"9788502112438",edition:0,vbkType:"pbk",url:"/books/9788502112438",coverURL:"//covers.vitalbook.com/vbid/9788502112438/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Clínica analítico-comportamental - aspectos teóricos e práticos",author:"BORGES, Nicodemos Batista; CASSAS, Fernando Albregard e colaboradores",isbn:"9788536326672",edition:0,vbkType:"pbk",url:"/books/9788536326672",coverURL:"//covers.vitalbook.com/vbid/9788536326672/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Codificação, Descodificação, Recodificação do Direito Civil Brasileiro, 1 ª edição",author:"DELGADO, Mário Luiz",isbn:"9788502143111",edition:0,vbkType:"pbk",url:"/books/9788502143111",coverURL:"//covers.vitalbook.com/vbid/9788502143111/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Prática do Direito 16, Arbitragem, 1 ª edição",author:"ALEM, Fábio Pedro",isbn:"9788502141766",edition:0,vbkType:"pbk",url:"/books/9788502141766",coverURL:"//covers.vitalbook.com/vbid/9788502141766/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Saberes do Direito 2 - Direito Constitucional I - Direito Constitucional e Constituição, 1ª edição",author:"Bernardes, Juliano Taveira; Ferreira, Olavo Augusto Vianna Alves ( Alice Bianchini; Luiz Flávio Gom",isbn:"9788502174191",edition:0,vbkType:"pbk",url:"/books/9788502174191",coverURL:"//covers.vitalbook.com/vbid/9788502174191/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Saberes do Direito - Vol. 18 - Direito Civil IV",author:"REIS, Mônica Cristina Queiroz ( Alice Bianchini; Luiz Flávio Gomes - Coordenadores )",isbn:"9788502169791",edition:0,vbkType:"pbk",url:"/books/9788502169791",coverURL:"//covers.vitalbook.com/vbid/9788502169791/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Saberes do Direito 24 - Processo Civil III - Recursos Cíveis e Outros Meios de Impgugnação às Decisões Judiciais, 1ª edição",author:"RENATO MONTANS DE SÁ, RODRIGO DA CUNHA LIMA FREIRE ( Alice Bianchini; Luiz Flávio Gomes - Coordenad",isbn:"9788502174177",edition:0,vbkType:"pbk",url:"/books/9788502174177",coverURL:"//covers.vitalbook.com/vbid/9788502174177/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Saberes do Direito 28, Direito Empresarial II, 1ª edição",author:"SIMAO FILHO, Adalberto ( Alice Bianchini; Luiz Flávio Gomes - Coordenadores )",isbn:"9788502174078",edition:0,vbkType:"pbk",url:"/books/9788502174078",coverURL:"//covers.vitalbook.com/vbid/9788502174078/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Saberes do Direito 37 - Direitos Difusos e Coletivos IV - Estatuto da Criança e do Adolescente",author:"RAMIDOFF, Mário Luiz ( Alice Bianchini; Luiz Flávio Gomes - Coordenadores )",isbn:"9788502174221",edition:0,vbkType:"pbk",url:"/books/9788502174221",coverURL:"//covers.vitalbook.com/vbid/9788502174221/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Saberes do Direito 48 - Sistema dos Juizados Especiais, , 1ªedição",author:"ROSSATO, Luciano Alves ( Alice Bianchini; Luiz Flávio Gomes - Coordenadores )",isbn:"9788502174153",edition:0,vbkType:"pbk",url:"/books/9788502174153",coverURL:"//covers.vitalbook.com/vbid/9788502174153/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Saberes do Direito 55 - Direito Internacional PÚblico, 1ªedição",author:"CAPARROZ, Roberto ( Alice Bianchini; Luiz Flávio Gomes - Coordenadores )",isbn:"9788502174139",edition:0,vbkType:"pbk",url:"/books/9788502174139",coverURL:"//covers.vitalbook.com/vbid/9788502174139/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Saberes do Direito 9 - Execução Penal, 1ª edição",author:"MARCÃO, Renato ( Alice Bianchini; Luiz Flávio Gomes - Coordenadores )",isbn:"9788502174122",edition:0,vbkType:"pbk",url:"/books/9788502174122",coverURL:"//covers.vitalbook.com/vbid/9788502174122/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Saberes do Direito Vol. 1 -Iintrodução ao Estudo do Direito - 1ª edição",author:"CUNHA, Alexandre Sanches ( Alice Bianchini; Luiz Flávio Gomes - Coordenadores )",isbn:"9788502174238",edition:0,vbkType:"pbk",url:"/books/9788502174238",coverURL:"//covers.vitalbook.com/vbid/9788502174238/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Agostinho Alvim - Contrato de Fiança, 1ª edição",author:"FIGUEIREDO, Gabriel Seijo Leal de ",isbn:"9788502139565",edition:0,vbkType:"pbk",url:"/books/9788502139565",coverURL:"//covers.vitalbook.com/vbid/9788502139565/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Direito e Processo - Aplicabilidade do Princípio do Contraditório nas Relações Partic",author:"MACIEL JUNIOR, João Bosco",isbn:"9788502136496",edition:0,vbkType:"pbk",url:"/books/9788502136496",coverURL:"//covers.vitalbook.com/vbid/9788502136496/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Exame da OAB Segunda Fase - Área Trabalhista, 4ª EDIÇÃO",author:"PEREIRA, Agostinho Zechin",isbn:"9788502141421",edition:0,vbkType:"pbk",url:"/books/9788502141421",coverURL:"//covers.vitalbook.com/vbid/9788502141421/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Exame da OAB, Segunda Fase , Área Penal, 3ª edição",author:"FREITAS, Jayme Walmer de",isbn:"9788502112773",edition:0,vbkType:"pbk",url:"/books/9788502112773",coverURL:"//covers.vitalbook.com/vbid/9788502112773/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Passe em Concursos Públicos - Advocacia Pública: AGU, PGE, PGM 2, 1ªedição",author:"KNIJNIK, Eduardo ; KEM, Eduardo Souto",isbn:"9788502161122",edition:0,vbkType:"pbk",url:"/books/9788502161122",coverURL:"//covers.vitalbook.com/vbid/9788502161122/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Passe na OAB 2ª FASE: Civil, 2ª edição",author:"REMENSCHNEIDER, Patricia Strauss",isbn:"9788502152236",edition:0,vbkType:"pbk",url:"/books/9788502152236",coverURL:"//covers.vitalbook.com/vbid/9788502152236/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Prof. Agostinho Alvim - Cessão da Posição Contratual, 2ª edição",author:"BDINE JÚNIOR, Hamid Charaf",isbn:"9788502112131",edition:0,vbkType:"pbk",url:"/books/9788502112131",coverURL:"//covers.vitalbook.com/vbid/9788502112131/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Prof. Agostinho Alvim - Direito de Autor em Obra Coletiva Coleção, 1ª EDIÇÃO",author:"MORATO, Antonio Carlos",isbn:"9788502112278",edition:0,vbkType:"pbk",url:"/books/9788502112278",coverURL:"//covers.vitalbook.com/vbid/9788502112278/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Prof. Agostinho Alvim - Efeito do Negócio Jurídico Nulo, 1ª EDIÇÃO",author:"BDINE JÚNIOR, Hamid Charaf",isbn:"9788502136540",edition:0,vbkType:"pbk",url:"/books/9788502136540",coverURL:"//covers.vitalbook.com/vbid/9788502136540/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Prof. Agostinho Alvim - Estado de Perigo no Código Civil, 2ª edição",author:"MARTINS, Fernando R.",isbn:"9788502112124",edition:0,vbkType:"pbk",url:"/books/9788502112124",coverURL:"//covers.vitalbook.com/vbid/9788502112124/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Prof. Agostinho Alvim - Princípio da Justiça Contratual, 2ªedição",author:"MARTINS, Fernando R.",isbn:"9788502145245",edition:0,vbkType:"pbk",url:"/books/9788502145245",coverURL:"//covers.vitalbook.com/vbid/9788502145245/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Prof. Agostinho Alvim - Responsabilidade Civil e Proteção ao Meio Ambiente, 1ª EDIÇÃO",author:"BETIOL, Luciana Stocco",isbn:"9788502138209",edition:0,vbkType:"pbk",url:"/books/9788502138209",coverURL:"//covers.vitalbook.com/vbid/9788502138209/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Recursos Jurídicos - Direito Eleitoral - Volume 18",author:"GONÇALVES, Luiz Carlos dos Santos ",isbn:"9788522465514",edition:0,vbkType:"pbk",url:"/books/9788522465514",coverURL:"//covers.vitalbook.com/vbid/9788522465514/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Recursos Jurídicos - Direito Penal Militar, 5ª edição",author:"LOUREIRO NETO, José da Silva ",isbn:"9788522467198",edition:0,vbkType:"pbk",url:"/books/9788522467198",coverURL:"//covers.vitalbook.com/vbid/9788522467198/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Saberes do Direito 12 - Processo Penal III - Procedimentos e Prisão, 1ªedição",author:"MARQUES, Ivam Luís ; MARTINI, João Henrique Imperia",isbn:"9788502169272",edition:0,vbkType:"pbk",url:"/books/9788502169272",coverURL:"//covers.vitalbook.com/vbid/9788502169272/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Saberes do Direito 4 - Direito Penal - Parte Geral I - Princípios até Teoria de Delito, ",author:"RODRIGUES, Cristiano ",isbn:"9788502168992",edition:0,vbkType:"pbk",url:"/books/9788502168992",coverURL:"//covers.vitalbook.com/vbid/9788502168992/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Saberes do Direito 50 - Filosofia do Direito,1ª edição",author:"OLIVEIRA, André Gualtieri de ",isbn:"9788502169043",edition:0,vbkType:"pbk",url:"/books/9788502169043",coverURL:"//covers.vitalbook.com/vbid/9788502169043/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Saberes do Direito 57 - Direitos Humanos Fundamentais, 1ª edição",author:"CASADO FILHO, Napoleão",isbn:"9788502169029",edition:0,vbkType:"pbk",url:"/books/9788502169029",coverURL:"//covers.vitalbook.com/vbid/9788502169029/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Theotonio Negrão - Atuação de Ofício em Grau Recursal, 1ª EDIÇÃO",author:"MEL, Rogerio Licastro Torres de",isbn:"9788502112339",edition:0,vbkType:"pbk",url:"/books/9788502112339",coverURL:"//covers.vitalbook.com/vbid/9788502112339/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Theotonio Negrão - Apelação Sem Efeito Suspensivo - 1ª edição",author:"CARVALHO FILHO, Milton Paulo de ",isbn:"9788502139206",edition:0,vbkType:"pbk",url:"/books/9788502139206",coverURL:"//covers.vitalbook.com/vbid/9788502139206/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Theotonio Negrão - Honorários Advocatícios no Processo Civil, 1ª edição",author:"LOPES, Bruno Vasconcelos Carrilho",isbn:"9788502145528",edition:0,vbkType:"pbk",url:"/books/9788502145528",coverURL:"//covers.vitalbook.com/vbid/9788502145528/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Theotonio Negrão - Reconvenção no Processo Civil, 1ª EDIÇÃO",author:"BONDIOLI, Luis Guilherme Aidar",isbn:"9788502145597",edition:0,vbkType:"pbk",url:"/books/9788502145597",coverURL:"//covers.vitalbook.com/vbid/9788502145597/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao Estatuto da Criança e do Adolescente, 4ª edição",author:"ELIAS, Roberto João",isbn:"9788502139572",edition:0,vbkType:"pbk",url:"/books/9788502139572",coverURL:"//covers.vitalbook.com/vbid/9788502139572/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao Estatuto da Microempresa e da Empresa de Pequeno Porte, 1ª edição",author:"ALMEIDA,Amador Paes de ( organizador) ; SANTOS, Cairon Ribeiro dos ; CORTEZ, Julpiano Chaves ; SILV",isbn:"9788502132603",vbkType:"pbk",url:"/books/9788502132603",coverURL:"//covers.vitalbook.com/vbid/9788502132603/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários à Lei de Execução Civil Título e Extrajudicial ( Artigo por Artigo ), 2ª EDIÇÃO",author:"Cianci, Mirna; Armelin, Donaldo; Bonicio, Marcelo J. M.; Quartieri, Rita",isbn:"9788502145252",edition:0,vbkType:"pbk",url:"/books/9788502145252",coverURL:"//covers.vitalbook.com/vbid/9788502145252/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários à Lei de Falências e Recuperação de Empresas, 1ª EDIÇÃO",author:"ARAÚJO, José Francelino de ",isbn:"9788502139213",edition:0,vbkType:"pbk",url:"/books/9788502139213",coverURL:"//covers.vitalbook.com/vbid/9788502139213/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários às Leis das PPPS, dos Consórcios Públicos e das Organizações SOCIAIS (LEIS N. 11.0",author:"RIGOLIN, Ivan Barbosa",isbn:"9788502145023",edition:0,vbkType:"pbk",url:"/books/9788502145023",coverURL:"//covers.vitalbook.com/vbid/9788502145023/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como Vencer no Xadrez Rapidamente!",author:"WILLIAMS, Simon ",isbn:"9788563899521",edition:0,vbkType:"pbk",url:"/books/9788563899521",coverURL:"//covers.vitalbook.com/vbid/9788563899521/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comunicação de dados - série livros didáticos informática ufrgs - 22",author:"ROCHOL, Juergen ",isbn:"9788540700536",edition:0,vbkType:"pbk",url:"/books/9788540700536",coverURL:"//covers.vitalbook.com/vbid/9788540700536/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Concubinato e União Estável, 8ª edição",author:"PEREIRA, Rodrigo da Cunha",isbn:"9788502160456",edition:0,vbkType:"pbk",url:"/books/9788502160456",coverURL:"//covers.vitalbook.com/vbid/9788502160456/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Considerações sobre as Causas da Grandeza dos Romanos e da Sua Decadência a Concentração do Pod",author:"MONTESQUIEU , Baron",isbn:"9788502130715",vbkType:"pbk",url:"/books/9788502130715",coverURL:"//covers.vitalbook.com/vbid/9788502130715/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contratos Coligados no Direito Brasileiro, 1ª edição",author:"MARINO, Francisco Paulo de Crescenzo",isbn:"9788502144965",edition:0,vbkType:"pbk",url:"/books/9788502144965",coverURL:"//covers.vitalbook.com/vbid/9788502144965/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controle concentrado de constitucionalidade: comentários à Lei n. 9.868, de 10-11-1999, 3ª edição",author:"MARTINS,Ives Gandra da Silva ; MENDES, Gilmar Ferreira ",isbn:"9788502144958",edition:0,vbkType:"pbk",url:"/books/9788502144958",coverURL:"//covers.vitalbook.com/vbid/9788502144958/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controle de Constitucionalidade no Brasil - perspectivas de evolução, 1ª edição",author:"RAMOS, Elival da Silva",isbn:"9788502139824",edition:0,vbkType:"pbk",url:"/books/9788502139824",coverURL:"//covers.vitalbook.com/vbid/9788502139824/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controle Judicial das Omissões do Poder Público - 2ª edição",author:"CUNHA JÚNIOR, Dirley da",isbn:"9788502144927",edition:0,vbkType:"pbk",url:"/books/9788502144927",coverURL:"//covers.vitalbook.com/vbid/9788502144927/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controle Judicial de Políticas Públicas, 1ª edição",author:"CANELA JUNIOR, Osvaldo",isbn:"9788502139831",edition:0,vbkType:"pbk",url:"/books/9788502139831",coverURL:"//covers.vitalbook.com/vbid/9788502139831/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controle Social da Função Administrativa do Estado, 2ª edição",author:"SIRAQUE, Vanderlei",isbn:"9788502142978",edition:0,vbkType:"pbk",url:"/books/9788502142978",coverURL:"//covers.vitalbook.com/vbid/9788502142978/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Crimes Contra a Previdência Social, 2ª edição",author:"MONTEIRO, Antonio Lopes",isbn:"9788502152663",edition:0,vbkType:"pbk",url:"/books/9788502152663",coverURL:"//covers.vitalbook.com/vbid/9788502152663/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Crimes Contra as Finanças Públicas e Crimes de Responsabilidade de Prefeitos, 2ª EDIÇÃO",author:"BITENCOURT, Cezar Roberto",isbn:"9788502144910",edition:0,vbkType:"pbk",url:"/books/9788502144910",coverURL:"//covers.vitalbook.com/vbid/9788502144910/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Crimes de Preconceito e de Discriminação, 2ª EDIÇÃO",author:"SANTOS, Christiano Jorge ",isbn:"9788502113114",edition:0,vbkType:"pbk",url:"/books/9788502113114",coverURL:"//covers.vitalbook.com/vbid/9788502113114/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Crimes de Trânsito Anotações à Parte Criminal, 8ª EDIÇÃO",author:"JESUS, Damáio E. de",isbn:"9788502144934",edition:0,vbkType:"pbk",url:"/books/9788502144934",coverURL:"//covers.vitalbook.com/vbid/9788502144934/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Crimes Sexuais, Comentários a LEI N. 12.015/2009 , 1ª edição",author:"ESTEFAM, André",isbn:"9788502141773",edition:0,vbkType:"pbk",url:"/books/9788502141773",coverURL:"//covers.vitalbook.com/vbid/9788502141773/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Deontologia Jurídica, 2ª edição",author:"LÂNGARO, Luiz Lima",isbn:"9788502145214",edition:0,vbkType:"pbk",url:"/books/9788502145214",coverURL:"//covers.vitalbook.com/vbid/9788502145214/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Propaganda : Do Anúncio à Comunicação Integrada",author:"PREDEBON, José (Coordenador)",isbn:"9788522464913",edition:0,vbkType:"pbk",url:"/books/9788522464913",coverURL:"//covers.vitalbook.com/vbid/9788522464913/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dados visuais para pesquisa qualitativa - Coleção Pesquisa Qualitativa",author:"BANKS, Marcus",isbn:"9788536321349",edition:0,vbkType:"pbk",url:"/books/9788536321349",coverURL:"//covers.vitalbook.com/vbid/9788536321349/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Descobrindo a estatistica usando o SPSS, 2ª edição",author:"FIELD, Andy ",isbn:"9788536320182",edition:0,vbkType:"pbk",url:"/books/9788536320182",coverURL:"//covers.vitalbook.com/vbid/9788536320182/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenvolvimento regional",author:"SOUZA, Nali de Jesus de ",isbn:"9788522465293",edition:0,vbkType:"pbk",url:"/books/9788522465293",coverURL:"//covers.vitalbook.com/vbid/9788522465293/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dicionário de erros correntes da língua portuguesa, 5ª edição",author:"MEDEIROS, João Bosco ; GOBBES, Adilson ",isbn:"9788522467648",edition:0,vbkType:"pbk",url:"/books/9788522467648",coverURL:"//covers.vitalbook.com/vbid/9788522467648/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dicionário de metodologia científica: um guia para a produção do conhecimento científico, 2ª e",author:"APOLINÁRIO, Fabio ",isbn:"9788522466153",edition:0,vbkType:"pbk",url:"/books/9788522466153",coverURL:"//covers.vitalbook.com/vbid/9788522466153/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito À Privacidade e Poder Diretivo do Empregador: O uso do e-mail no trabalho",author:"HAINZENREDER JÚNIOR, Eugênio",isbn:"9788522466948",edition:0,vbkType:"pbk",url:"/books/9788522466948",coverURL:"//covers.vitalbook.com/vbid/9788522466948/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Civil - Direito das Coisas - Volume 5 - 28ª Edição - Coleção Direito Civil",author:"RODRIGUES, Silvio",isbn:"9788502141506",edition:0,vbkType:"pbk",url:"/books/9788502141506",coverURL:"//covers.vitalbook.com/vbid/9788502141506/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Civil - Direito de Familia - Volume 6 - 28ª Edição - Coleção Direito Civil",author:"RODRIGUES, Silvio",isbn:"9788502141513",edition:0,vbkType:"pbk",url:"/books/9788502141513",coverURL:"//covers.vitalbook.com/vbid/9788502141513/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Civil - Responsabilidade Civil - Volume 4 - 20ª Edição - Coleção Direito Civil",author:"RODRIGUES, Silvio",isbn:"9788502141490",edition:0,vbkType:"pbk",url:"/books/9788502141490",coverURL:"//covers.vitalbook.com/vbid/9788502141490/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Civil - Direito das Sucessões - Volume 7 - 26ª Edição - Coleção Direito Civil",author:"RODRIGUES, Silvio",isbn:"9788502141520",edition:0,vbkType:"pbk",url:"/books/9788502141520",coverURL:"//covers.vitalbook.com/vbid/9788502141520/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Civil 2 - Parte Geral das Obrigações - 30ª Edição - 2007 - Coleção Direito Civil",author:"RODRIGUES, Silvio",isbn:"9788502141476",edition:0,vbkType:"pbk",url:"/books/9788502141476",coverURL:"//covers.vitalbook.com/vbid/9788502141476/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Civil Volume 1 Parte Geral 34 Edição - Coleção Direito Civil",author:"RODRIGUES, Silvio",isbn:"9788502140851",edition:0,vbkType:"pbk",url:"/books/9788502140851",coverURL:"//covers.vitalbook.com/vbid/9788502140851/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito e Filosofia : A Noção de Justiça na História da Filosofia",author:"PISSARRA, Maria Constança Peres, FABBRINI, Ricardo Nascimento (coordenadores)",isbn:"9788522465392",edition:0,vbkType:"pbk",url:"/books/9788522465392",coverURL:"//covers.vitalbook.com/vbid/9788522465392/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direitos humanos - Série Leituras Jurídicas -Provas e Concursos, 2ª edição",author:"ALMEIDA, Guilherme Assis de , APOLINÁRIO, Silvia Menicucci de Oliveira Selmi ",isbn:"9788522465552",edition:0,vbkType:"pbk",url:"/books/9788522465552",coverURL:"//covers.vitalbook.com/vbid/9788522465552/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Doenças de Alzheimer",author:"CAIXETA, Leonardo e colaboradores",isbn:"9788536327020",edition:0,vbkType:"pbk",url:"/books/9788536327020",coverURL:"//covers.vitalbook.com/vbid/9788536327020/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dores Orofaciais - Diagnóstico e Tratamento",author:"SIQUEIRA, José Tadeu Tesseroli de ; TEIXEIRA, Manoel Jacobsen e colaboradores",isbn:"9788536701660",edition:0,vbkType:"pbk",url:"/books/9788536701660",coverURL:"//covers.vitalbook.com/vbid/9788536701660/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"E-business na Infoera - O Impacto da Infoera na Adminsitração de Empresas, 4ª edição",author:"JR., Carlos F. Franco ",isbn:"9788522465668",edition:0,vbkType:"pbk",url:"/books/9788522465668",coverURL:"//covers.vitalbook.com/vbid/9788522465668/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Economia de Empresas : Gestão Econômica de Negócios",author:"BRUNSTEIN, Israel ",isbn:"9788522465248",edition:0,vbkType:"pbk",url:"/books/9788522465248",coverURL:"//covers.vitalbook.com/vbid/9788522465248/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Economia do Turismo, 7ª edição",author:"LAGE, Beatriz Helena Gelas ; MILONE, Paulo Cesar ",isbn:"9788522465231",edition:0,vbkType:"pbk",url:"/books/9788522465231",coverURL:"//covers.vitalbook.com/vbid/9788522465231/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Economia Internacional Contemporânea - Da Depressão de 1929 ao Colapso Financeiro de 2008",author:"SOUZA, Nilson Araújo de ",isbn:"9788522465309",edition:0,vbkType:"pbk",url:"/books/9788522465309",coverURL:"//covers.vitalbook.com/vbid/9788522465309/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Economia Monetária: Uma Abordagem Brasileira",author:"ALMEIDA, José Roberto Novaes de",isbn:"9788522465323",edition:0,vbkType:"pbk",url:"/books/9788522465323",coverURL:"//covers.vitalbook.com/vbid/9788522465323/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Economia: Notas Introdutórias, 2ª edição",author:"MOREIRA, José Octávio de Campos ; JORGE, Fauzi Timaco ",isbn:"9788522465286",edition:0,vbkType:"pbk",url:"/books/9788522465286",coverURL:"//covers.vitalbook.com/vbid/9788522465286/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educação Hoje - Gestão Agoindustrial - "Novas" Tecnologias, Pressões e Oportunidades",author:"DEMO, Pedro - Coordenador",isbn:"9788522465934",edition:0,vbkType:"pbk",url:"/books/9788522465934",coverURL:"//covers.vitalbook.com/vbid/9788522465934/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Embriologia, 3ª Edição",author:"GARCIA, Sonia M. Lauer ; FERNÁNDEZ, Casimiro Gárcia - organizadores",isbn:"9788536327044",edition:0,vbkType:"pbk",url:"/books/9788536327044",coverURL:"//covers.vitalbook.com/vbid/9788536327044/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Empreendedorismo no Mercado Imobiliário Habitacional",author:"CORDEIRO FILHO, Antonio ",isbn:"9788522464395",edition:0,vbkType:"pbk",url:"/books/9788522464395",coverURL:"//covers.vitalbook.com/vbid/9788522464395/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ensino de ciências, 2ª edição",author:"WARD, Hellen ; RODEN, Judith ; HEWLETT, Claire ; FOREMAN, Julie ",isbn:"9788536322292",edition:0,vbkType:"pbk",url:"/books/9788536322292",coverURL:"//covers.vitalbook.com/vbid/9788536322292/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estatística : Para Cursos de Engenharia e Informática, 3ª edição",author:"BARBETTA, Pedro Alberto ; REIS, Marcelo Menezes ; BORNIA, Antonio Cezar",isbn:"9788522465699",edition:0,vbkType:"pbk",url:"/books/9788522465699",coverURL:"//covers.vitalbook.com/vbid/9788522465699/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estratégias Empresariais e Formação de Competências: Um Quebra-Cabeça Caleidoscópio da Indúst",author:"FLEURY, Afonso Carlos Correa ; FLEURY, Maria Tereza Leme",isbn:"9788522468379",edition:0,vbkType:"pbk",url:"/books/9788522468379",coverURL:"//covers.vitalbook.com/vbid/9788522468379/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estratégias para a Pequena e Média Empresa",author:"CASTOR, Belmiro Valverde Jobim ",isbn:"9788522464784",edition:0,vbkType:"pbk",url:"/books/9788522464784",coverURL:"//covers.vitalbook.com/vbid/9788522464784/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estudo de Caso - Fundamentação Científica; Subsídios para Coleta e Análise de Dados; Como Redig",author:"GIL, Antonio Carlos",isbn:"9788522464753",edition:0,vbkType:"pbk",url:"/books/9788522464753",coverURL:"//covers.vitalbook.com/vbid/9788522464753/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estudo de Caso : Uma Estratégia de Pesquisa, 2ª edição",author:"MARTINS, Gilberto de Andrade",isbn:"9788522466061",edition:0,vbkType:"pbk",url:"/books/9788522466061",coverURL:"//covers.vitalbook.com/vbid/9788522466061/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Etnografia e observação participante - Coleção Pesquisa Qualitativa",author:"ANGROSINO, Michael",isbn:"9788536321387",edition:0,vbkType:"pbk",url:"/books/9788536321387",coverURL:"//covers.vitalbook.com/vbid/9788536321387/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Excel Aplicado à Gestão Empresarial, 2ª edição",author:"BRUNI, Adriano Leal; PAIXÃO, Roberto Brazileiro",isbn:"9788522465835",edition:0,vbkType:"pbk",url:"/books/9788522465835",coverURL:"//covers.vitalbook.com/vbid/9788522465835/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos em Pneumonia, 3ª edição",author:"CUNHA, Burke A. ",isbn:"9788536326818",edition:0,vbkType:"pbk",url:"/books/9788536326818",coverURL:"//covers.vitalbook.com/vbid/9788536326818/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão da Hospitalidade e Comportamento Organizacional, 4ª edição",author:"MULLINS, Laurie J.",isbn:"9788577803866",edition:0,vbkType:"pbk",url:"/books/9788577803866",coverURL:"//covers.vitalbook.com/vbid/9788577803866/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Eventos em Lazer e Turismo",author:"WATT, David C. ",isbn:"9788577800414",edition:0,vbkType:"pbk",url:"/books/9788577800414",coverURL:"//covers.vitalbook.com/vbid/9788577800414/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de relacionamento e comportamento em sala de aula, 2ª edição",author:"ROGERS, Bill",isbn:"9788536319346",edition:0,vbkType:"pbk",url:"/books/9788536319346",coverURL:"//covers.vitalbook.com/vbid/9788536319346/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Grupos Focais - Coleção Pesquisa Qualitativa",author:"BARBOUR, Rosaline ",isbn:"9788536321455",edition:0,vbkType:"pbk",url:"/books/9788536321455",coverURL:"//covers.vitalbook.com/vbid/9788536321455/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Interpretação de Dados Qualitativos Métodos para análise de entrevistas, textos e Interações, ",author:"SILVERMAN, David ",isbn:"9788536318776",edition:0,vbkType:"pbk",url:"/books/9788536318776",coverURL:"//covers.vitalbook.com/vbid/9788536318776/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução a abstração de dados - série livros didáticos informática ufrgs - 21",author:"NUNES, Daltro J.",isbn:"9788540700796",edition:0,vbkType:"pbk",url:"/books/9788540700796",coverURL:"//covers.vitalbook.com/vbid/9788540700796/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Treinamento Organizacional",author:"MENESES, Pedro ; ZERBINI, Thais ; ABBD, Gardênia",isbn:"9788536325521",edition:0,vbkType:"pbk",url:"/books/9788536325521",coverURL:"//covers.vitalbook.com/vbid/9788536325521/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O ACESSO À JUSTIÇA E AS REFORMAS DO CPC - Col. Direito e Processo - 1ª edição",author:"CIANCI, Mirna",isbn:"9788502136502",edition:0,vbkType:"pbk",url:"/books/9788502136502",coverURL:"//covers.vitalbook.com/vbid/9788502136502/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Poderes do Relator nos Recursos Art. 557 do Cpc - Col. Theotonio Negrão",author:"CARVALHO, Fabiano",isbn:"9788502145627",edition:0,vbkType:"pbk",url:"/books/9788502145627",coverURL:"//covers.vitalbook.com/vbid/9788502145627/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática Psiquiátrica no Hospital Geral, 3ª edição",author:"BOTEGA, Neury José ",isbn:"9788536326870",edition:0,vbkType:"pbk",url:"/books/9788536326870",coverURL:"//covers.vitalbook.com/vbid/9788536326870/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prejudicialidade no Processo Civil - Col. Theotonio Negrão , 1ª EDIÇÃO",author:"LEITE, Clarice Frechiani",isbn:"9788502145641",edition:0,vbkType:"pbk",url:"/books/9788502145641",coverURL:"//covers.vitalbook.com/vbid/9788502145641/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prevenção da recaída: Estratégias de manutenção no tratamento de comportamentos adictivos, 2ª",author:"MARLATT, G. Alan ; DONOVAN, Dennis M.",isbn:"9788536318752",edition:0,vbkType:"pbk",url:"/books/9788536318752",coverURL:"//covers.vitalbook.com/vbid/9788536318752/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Principios de Química - Questionando a vida moderna e o meio, 5ª edição",author:"ATKINS, Peter W. ; JONES, Loretta",isbn:"9788540700543",edition:0,vbkType:"pbk",url:"/books/9788540700543",coverURL:"//covers.vitalbook.com/vbid/9788540700543/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Qualidade na pesquisa qualitativa - Coleção Pesquisa Qualitativa",author:"FLICK, Uwe ",isbn:"9788536321363",edition:0,vbkType:"pbk",url:"/books/9788536321363",coverURL:"//covers.vitalbook.com/vbid/9788536321363/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Reabilitação Neuropsicológica - Abordagem interdiciplinar e modelos conceituais na prática clín",author:"ABRISQUETA-GOMEZ, Jacqueline e colaboradores",isbn:"9788536327075",edition:0,vbkType:"pbk",url:"/books/9788536327075",coverURL:"//covers.vitalbook.com/vbid/9788536327075/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Reengenharia na Saúde - Um manifesto pela revisão radical da atenção à saúde",author:"CHAMPY, Jim ; GREENSPUN, Harry",isbn:"9788577809110",edition:0,vbkType:"pbk",url:"/books/9788577809110",coverURL:"//covers.vitalbook.com/vbid/9788577809110/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Relação com o Saber, Formação dos Professores e Globalização - Questões para educação de ho",author:"CHALOT, Bernard ",isbn:"9788536311630",edition:0,vbkType:"pbk",url:"/books/9788536311630",coverURL:"//covers.vitalbook.com/vbid/9788536311630/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Resolução dos Contratos e Teoria do Adimplento Substancial - Col. Profº Agostinho Alvim - 2ª edi",author:"BUSSATTA, Eduardo Luiz",isbn:"9788502139893",edition:0,vbkType:"pbk",url:"/books/9788502139893",coverURL:"//covers.vitalbook.com/vbid/9788502139893/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Responsabilidade Civil Pelo Risco da Atividade - 2ª Ed. 2010 - Col. Prof. Agostinho Alvim",author:"GODOY, Claudio Luiz Bueno de ",isbn:"9788502145603",edition:0,vbkType:"pbk",url:"/books/9788502145603",coverURL:"//covers.vitalbook.com/vbid/9788502145603/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas Operacionais - Vol. 11 - 4ª edição",author:"OLIVEIRA, Rômulo S. ; CARISSIMI, Alexandre S. ; TOSCANI, Simão S.",isbn:"9788577806874",edition:0,vbkType:"pbk",url:"/books/9788577806874",coverURL:"//covers.vitalbook.com/vbid/9788577806874/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria da Computação: Máquinas Universais e Computabilidade - Vol.5 - 3ª edição",author:"DIVERIO, Tiarajú A. ; MENEZES, Paulo Blauth",isbn:"9788577808311",edition:0,vbkType:"pbk",url:"/books/9788577808311",coverURL:"//covers.vitalbook.com/vbid/9788577808311/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tiques, Cacoetes, Síndrome de Tourette, 2ª edição",author:"HOUNIE, Ana Gabriela; MIGUEL, Eurípedes C. e colaboradores ",isbn:"9788536326634",edition:0,vbkType:"pbk",url:"/books/9788536326634",coverURL:"//covers.vitalbook.com/vbid/9788536326634/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratamentos dos Transtornos do Desejo Sexual: Casos Clínicos",author:"LEIBLUM, Sandra R.",isbn:"9788536326993",edition:0,vbkType:"pbk",url:"/books/9788536326993",coverURL:"//covers.vitalbook.com/vbid/9788536326993/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"20 Anos do Código de Defesa do Consumidor, 1ª edição",author:"LOTUFO, Renan ; MARTINS, Fernando R.",isbn:"9788502141827",edition:0,vbkType:"pbk",url:"/books/9788502141827",coverURL:"//covers.vitalbook.com/vbid/9788502141827/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Crucificação e Democracia, 1ª edição",author:" ZAGREBELSKY, Gustavo",isbn:"9788502141803",edition:0,vbkType:"pbk",url:"/books/9788502141803",coverURL:"//covers.vitalbook.com/vbid/9788502141803/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Defesa no Processo Civil as Exceções Substanciais no Processo de Conhecimento, 3ª edição",author:"SIQUEIRA, Cleanto Guimarães",isbn:"9788502145221",edition:0,vbkType:"pbk",url:"/books/9788502145221",coverURL:"//covers.vitalbook.com/vbid/9788502145221/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Eficiência do Processo Judicial na Recuperação da Empresa, 1ª edição",author:"NEGRÃO, Ricardo",isbn:"9788502152915",edition:0,vbkType:"pbk",url:"/books/9788502152915",coverURL:"//covers.vitalbook.com/vbid/9788502152915/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Gestão da Escola - Vol. 4",author:"Artmed / Pitágoras",isbn:"9788536310374",edition:0,vbkType:"pbk",url:"/books/9788536310374",coverURL:"//covers.vitalbook.com/vbid/9788536310374/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Nova Lei do Mandado de Segurança, 2ª edição",author:"BUENO, Cassio Scarpinella",isbn:"9788502139510",edition:0,vbkType:"pbk",url:"/books/9788502139510",coverURL:"//covers.vitalbook.com/vbid/9788502139510/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Proteção Jurídica do Consumidor, 7ªedição",author:"ALMEIDA, João Batista de ",isbn:"9788502139541",edition:0,vbkType:"pbk",url:"/books/9788502139541",coverURL:"//covers.vitalbook.com/vbid/9788502139541/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Prova no Processo Civil, 1ªedição",author:"DEDA, Artur O.Olveira",isbn:"9788502152373",edition:0,vbkType:"pbk",url:"/books/9788502152373",coverURL:"//covers.vitalbook.com/vbid/9788502152373/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Retórica Constitucional, 2ª edição",author:"ADEODATO, João Maurício ",isbn:"9788502139534",edition:0,vbkType:"pbk",url:"/books/9788502139534",coverURL:"//covers.vitalbook.com/vbid/9788502139534/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ação Civil Pública e meio Ambiente, 1ªedição",author:"DANTAS, Marcelo Buzaglo",isbn:"9788502136533",edition:0,vbkType:"pbk",url:"/books/9788502136533",coverURL:"//covers.vitalbook.com/vbid/9788502136533/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ação Reividicatória e Prática, 6ªedição",author:"HAENDCHEN, Paulo Tadeu ;LETTERIELLO, Rêmolo",isbn:"9788502139732",edition:0,vbkType:"pbk",url:"/books/9788502139732",coverURL:"//covers.vitalbook.com/vbid/9788502139732/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia Vegetal: Uma Abordagem Aplicada",author:"CUTLER, David F. ; BOTHA, Ted ; STEVENSON, Dennis Wm. ",isbn:"9788536325125",edition:0,vbkType:"pbk",url:"/books/9788536325125",coverURL:"//covers.vitalbook.com/vbid/9788536325125/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Antecipação da Tutela, 7ª edição",author:"ZAVASCKI, Teori Albino",isbn:"9788502132672",vbkType:"pbk",url:"/books/9788502132672",coverURL:"//covers.vitalbook.com/vbid/9788502132672/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Aprender com Jogos e Situações-Problema",author:"MACEDO, Lino ;PETTY, Ana Lúcia S.; PASSOS, Norimar C.",isbn:"9788536310787",edition:0,vbkType:"pbk",url:"/books/9788536310787",coverURL:"//covers.vitalbook.com/vbid/9788536310787/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Arbitragem e Poder Públicp, 1ªedição",author:"PEREIRA, Cesar A. Guimarães ; TALAMINI, Eduardo",isbn:"9788502142985",edition:0,vbkType:"pbk",url:"/books/9788502142985",coverURL:"//covers.vitalbook.com/vbid/9788502142985/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Argüição de Descumprimento de Preceito Fundamental Série IDP, 2ªedição",author:"MENDES, Gilmar Ferreira",isbn:"9788502139763",edition:0,vbkType:"pbk",url:"/books/9788502139763",coverURL:"//covers.vitalbook.com/vbid/9788502139763/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"As Competências para Ensinar no Século XXI",author:"Perrenoud, Philippe; Thurler, Monica Ghater",isbn:"9788536309460",edition:0,vbkType:"pbk",url:"/books/9788536309460",coverURL:"//covers.vitalbook.com/vbid/9788536309460/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"As Novas Reformas do CPC e de Outrs Normas Processuais, 1ª edição",author:"LOPES,Bruno Vasconcelos Carrilho ; OPROMOLLA, Márcio A. ; GIANNICO, Mauricio ; MEL, Maria Cecilia d",isbn:"9788502156135",edition:0,vbkType:"pbk",url:"/books/9788502156135",coverURL:"//covers.vitalbook.com/vbid/9788502156135/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"AS REFORMAS DO CÓDIGO DE PROCESSO CIVIL, 3ª EDIÇÃO",author:"BERMUDES, Sergio",isbn:"9788502156142",edition:0,vbkType:"pbk",url:"/books/9788502156142",coverURL:"//covers.vitalbook.com/vbid/9788502156142/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Aspectos do Direito Constitucional Contemporâneo, 3ªedição",author:"FERREIRA FILHO, Manuel Gonçalves",isbn:"9788502139770",edition:0,vbkType:"pbk",url:"/books/9788502139770",coverURL:"//covers.vitalbook.com/vbid/9788502139770/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Aspectos Jurídicos da Contratação Informática e Telemática, 1ªedição",author:"LUCCA, Newton de ",isbn:"9788502142992",edition:0,vbkType:"pbk",url:"/books/9788502142992",coverURL:"//covers.vitalbook.com/vbid/9788502142992/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Atual Panorama da Cosntituição Federal, 1ªedição",author:"GOUVEIA, Carlos Marcelo ; HOFFMANN, Luiz Augusto A. de Almeida ",isbn:"9788502142930",edition:0,vbkType:"pbk",url:"/books/9788502142930",coverURL:"//covers.vitalbook.com/vbid/9788502142930/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bases Biológicas dos Transtornos Mentais",author:"KAPCZINSKI, Flávio ; QUEVEDO, João ; IZQUIERDO, Iván ; Colaboradores",isbn:"9788536326702",edition:0,vbkType:"pbk",url:"/books/9788536326702",coverURL:"//covers.vitalbook.com/vbid/9788536326702/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Brandscendência - O Espírito das Marcas",author:"SCHWERINER, Mario Rene",isbn:"9788502108523",edition:0,vbkType:"pbk",url:"/books/9788502108523",coverURL:"//covers.vitalbook.com/vbid/9788502108523/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Business Dictionary: Dicionário de Termos de Negócios, 2ª edição",author:"MIGLIAVACCA, Paulo N.",isbn:"9788502108530",edition:0,vbkType:"pbk",url:"/books/9788502108530",coverURL:"//covers.vitalbook.com/vbid/9788502108530/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Business English: A Pratical Approach,",author:"WITTE, Roberto Edwald",isbn:"9788502088491",edition:0,vbkType:"pbk",url:"/books/9788502088491",coverURL:"//covers.vitalbook.com/vbid/9788502088491/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Business Intelligence: Um Enfoque Gerencial",author:"TURBAN, Efraim ; SHARDA, Ramesh ; ARONSON, Jay E. ; KING, David ",isbn:"9788577804252",edition:0,vbkType:"pbk",url:"/books/9788577804252",coverURL:"//covers.vitalbook.com/vbid/9788577804252/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cadernos do Mathema - Ensino Fundamental - Jogos de Matemática de 1º a 5º ano",author:"SMOLE,Kátia Stocco ; DINIZ, Maria Ignez ; CÂNDIDO, Patrícia ",isbn:"9788536310626",edition:0,vbkType:"pbk",url:"/books/9788536310626",coverURL:"//covers.vitalbook.com/vbid/9788536310626/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cadernos do Mathema - Ensino Fundamental - Jogos de Matemática de 6º a 9º ano Vol. 2",author:"SMOLE, Kátia Stocco ; DINIZ, Maria Ignez ; MILANI, Estela ",isbn:"9788536311487",edition:0,vbkType:"pbk",url:"/books/9788536311487",coverURL:"//covers.vitalbook.com/vbid/9788536311487/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Caminhos para a Inclusão",author:"PACHECO, José ; EGGERTSDÓTTIR, Rósa ; MARINÓSSON, Gretar L.",isbn:"9788536309446",edition:0,vbkType:"pbk",url:"/books/9788536309446",coverURL:"//covers.vitalbook.com/vbid/9788536309446/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cálculo: Função de uma e Várias Variáveis - 2ª edição",author:"MORETTIN, Pedro A. ; HAZZAN, Samuel ; BUSSAB, Wilton O.",isbn:"9788502088076",edition:0,vbkType:"pbk",url:"/books/9788502088076",coverURL:"//covers.vitalbook.com/vbid/9788502088076/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comércio Exterior e Negociações Internacionais",author:"MAGNOLI, Demétrio",isbn:"9788502088386",edition:0,vbkType:"pbk",url:"/books/9788502088386",coverURL:"//covers.vitalbook.com/vbid/9788502088386/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comportamento do Consumidor",author:"SCHWERINER, Mario Ernesto René",isbn:"9788502088440",edition:0,vbkType:"pbk",url:"/books/9788502088440",coverURL:"//covers.vitalbook.com/vbid/9788502088440/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comportamento Organizacional",author:"WAGNER, John A.",isbn:"9788502108929",edition:0,vbkType:"pbk",url:"/books/9788502108929",coverURL:"//covers.vitalbook.com/vbid/9788502108929/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comportamento Organizacional : Conceitos e Práticas",author:"FRANÇA, Ana Cristina Limongi",isbn:"9788502097292",edition:0,vbkType:"pbk",url:"/books/9788502097292",coverURL:"//covers.vitalbook.com/vbid/9788502097292/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comportamento Organizacional para Gestão de Pessoas",author:"OLIVEIRA, Marco Antonio",isbn:"9788502108950",edition:0,vbkType:"pbk",url:"/books/9788502108950",coverURL:"//covers.vitalbook.com/vbid/9788502108950/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comunicação Corporativa e Reputação",author:"SILVA NETO, Belmiro Ribeiro da ",isbn:"9788502109346",edition:0,vbkType:"pbk",url:"/books/9788502109346",coverURL:"//covers.vitalbook.com/vbid/9788502109346/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comunicação Integrada de Marketing: Uma Visão Global",author:"CORREA, Roberto",isbn:"9788502088459",edition:0,vbkType:"pbk",url:"/books/9788502088459",coverURL:"//covers.vitalbook.com/vbid/9788502088459/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comunicação Organizacional Vol.2",author:"KUNSCH, Margarida Maria Krohling ",isbn:"9788502109261",edition:0,vbkType:"pbk",url:"/books/9788502109261",coverURL:"//covers.vitalbook.com/vbid/9788502109261/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Avançada : Para Cursos de Graduação de Concursos Públicos",author:"REIS, Arnaldo Carlos de Resende ; MARION, José Carlos",isbn:"9788502088483",edition:0,vbkType:"pbk",url:"/books/9788502088483",coverURL:"//covers.vitalbook.com/vbid/9788502088483/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Avançada: vol. 4 - 2ª EDIÇÃO",author:"RIBEIRO, Osni Moura",isbn:"9788502089099",edition:0,vbkType:"pbk",url:"/books/9788502089099",coverURL:"//covers.vitalbook.com/vbid/9788502089099/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Descomplicada",author:"LUCIANO GUERRA",isbn:"9788502117051",edition:0,vbkType:"pbk",url:"/books/9788502117051",coverURL:"//covers.vitalbook.com/vbid/9788502117051/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Pública- Da Teoria a Prática, 2ª EDIÇÃO",author:"ARRUDA, Daniel ; ARAUJO, Inaldo",isbn:"9788502088856",edition:0,vbkType:"pbk",url:"/books/9788502088856",coverURL:"//covers.vitalbook.com/vbid/9788502088856/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controladoria",author:"OLIVEIRA, Antonio Benedito Silva",isbn:"9788502089020",edition:0,vbkType:"pbk",url:"/books/9788502089020",coverURL:"//covers.vitalbook.com/vbid/9788502089020/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controladoria: Uma Introdução ao Sistema de Gestão Econômica (GECON) - 2ª edição",author:"SANTOS, Roberto Vatan",isbn:"9788502088165",edition:0,vbkType:"pbk",url:"/books/9788502088165",coverURL:"//covers.vitalbook.com/vbid/9788502088165/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Criando Crianças da Concepção aos 6 anos",author:"PEREIRA, Denise Z.T.; MIURA, Ernani ; Colaboradores",isbn:"9788536318417",edition:0,vbkType:"pbk",url:"/books/9788536318417",coverURL:"//covers.vitalbook.com/vbid/9788536318417/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cultura das Transgressões no Brasil: Cenários do Amanhã",author:"CARDOSO, Fernando Henrique",isbn:"9788502137769",edition:0,vbkType:"pbk",url:"/books/9788502137769",coverURL:"//covers.vitalbook.com/vbid/9788502137769/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cultura das Transgressões no Brasil: Visões do Presente",author:"COSTA, Caio Túlio ; REIS, Fábio Wanderley ; TIBA, Içami; MOREIRA, Marcílio Marques ; TAILLE, Yve",isbn:"9788502109452",edition:0,vbkType:"pbk",url:"/books/9788502109452",coverURL:"//covers.vitalbook.com/vbid/9788502109452/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cultura das Transgressões no Brasil:Lições da História, 2ª edição",author:"CARDOSO, Fernando Henrique",isbn:"9788502109445",edition:0,vbkType:"pbk",url:"/books/9788502109445",coverURL:"//covers.vitalbook.com/vbid/9788502109445/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso básico de contabilidade, 6ª edição",author:"Marcelo Cavalcanti Almeida",isbn:"9788522469901",edition:0,vbkType:"pbk",url:"/books/9788522469901",coverURL:"//covers.vitalbook.com/vbid/9788522469901/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito tributário, 9ª edição",author:"Zelmo Denari",isbn:"9788522467266",edition:0,vbkType:"pbk",url:"/books/9788522467266",coverURL:"//covers.vitalbook.com/vbid/9788522467266/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso Prático de Auditoria Administrativa",author:"OLIVEIRA, Jorge Augusto R. de",isbn:"9788502087800",edition:0,vbkType:"pbk",url:"/books/9788502087800",coverURL:"//covers.vitalbook.com/vbid/9788502087800/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Demonstrações contábeis - 3ª edição",author:"REIS, Arnaldo",isbn:"9788502087989",edition:0,vbkType:"pbk",url:"/books/9788502087989",coverURL:"//covers.vitalbook.com/vbid/9788502087989/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desafios para o Brasil",author:"BOCCHI, João Ildebrando ; MARQUES, Rosa Maria",isbn:"9788502087910",edition:0,vbkType:"pbk",url:"/books/9788502087910",coverURL:"//covers.vitalbook.com/vbid/9788502087910/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dicionário de Negócios",author:"LACOMBE, Francisco Jose Masset",isbn:"9788502087996",edition:0,vbkType:"pbk",url:"/books/9788502087996",coverURL:"//covers.vitalbook.com/vbid/9788502087996/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dicionário de Termos de Negócios - Port - Ingl / Ingl - Port",author:"PERES, Lenke",isbn:"9788502109766",edition:0,vbkType:"pbk",url:"/books/9788502109766",coverURL:"//covers.vitalbook.com/vbid/9788502109766/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Didática do Ensino da Contabilidade - Aplicável a Outros Cursos Superiores",author:"PELEIAS, Ivam Ricardo",isbn:"9788502087819",edition:0,vbkType:"pbk",url:"/books/9788502087819",coverURL:"//covers.vitalbook.com/vbid/9788502087819/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Diferenciação e Inovação em Marketing",author:"LAS CASAS, Alexandre Luzzi ; GARCIA, Maria Tereza",isbn:"9788502109636",edition:0,vbkType:"pbk",url:"/books/9788502109636",coverURL:"//covers.vitalbook.com/vbid/9788502109636/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dificuldades de Aprendizagem",author:"Bossa, Nadia A.",isbn:"9788536312828",edition:0,vbkType:"pbk",url:"/books/9788536312828",coverURL:"//covers.vitalbook.com/vbid/9788536312828/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Do Caos à Criação Publicitária",author:"CARRASCOZA, João Anzanello",isbn:"9788502126848",edition:0,vbkType:"pbk",url:"/books/9788502126848",coverURL:"//covers.vitalbook.com/vbid/9788502126848/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Econometria, 3ª edição",author:"HILL, Carter ; GRIFFITHS, William ; JUDGE, George",isbn:"9788502109735",edition:0,vbkType:"pbk",url:"/books/9788502109735",coverURL:"//covers.vitalbook.com/vbid/9788502109735/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Economia da Cultura: A indústria de Entreterimento e o Audivisual no Brasil",author:"BERTINI, Alfredo",isbn:"9788502111288",edition:0,vbkType:"pbk",url:"/books/9788502111288",coverURL:"//covers.vitalbook.com/vbid/9788502111288/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Economia e Mercados, 19ª edição",author:"SILVA, César Roberto Leite da ; LUIZ, Sinclayr",isbn:"9788502111264",edition:0,vbkType:"pbk",url:"/books/9788502111264",coverURL:"//covers.vitalbook.com/vbid/9788502111264/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Economia Internacional, 4ª EDIÇÃO",author:"SILVA, César Roberto Leite da ; CARVALHO, Maria Auxiliadora de",isbn:"9788502087835",edition:0,vbkType:"pbk",url:"/books/9788502087835",coverURL:"//covers.vitalbook.com/vbid/9788502087835/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Economia para Não-Economistas",author:"Rasmussen, Uwe Waldemar",isbn:"9788502087843",edition:0,vbkType:"pbk",url:"/books/9788502087843",coverURL:"//covers.vitalbook.com/vbid/9788502087843/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Economia: Série Essencial",author:"WESSELS, Walter J.",isbn:"9788502087958",edition:0,vbkType:"pbk",url:"/books/9788502087958",coverURL:"//covers.vitalbook.com/vbid/9788502087958/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educação Infantil: Pra que te quero?",author:"Gládis E. Kaercher; Craidy, Carmen Maria",isbn:"9788536311623",edition:0,vbkType:"pbk",url:"/books/9788536311623",coverURL:"//covers.vitalbook.com/vbid/9788536311623/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estastística Fácil, 19ª edição",author:"CRESPO, Antônio Arnot",isbn:"9788502088009",edition:0,vbkType:"pbk",url:"/books/9788502088009",coverURL:"//covers.vitalbook.com/vbid/9788502088009/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estratégia Empresarial",author:"GONÇALVES, Carlos Alberto ; GONÇALVES FILHO, Cid",isbn:"9788502087866",edition:0,vbkType:"pbk",url:"/books/9788502087866",coverURL:"//covers.vitalbook.com/vbid/9788502087866/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estratégias: Formulação, Implantação e Avaliação",author:"MUSSI, Clarissa Carneiro; ANGELONI, Maria Therezinha",isbn:"9788502087941",edition:0,vbkType:"pbk",url:"/books/9788502087941",coverURL:"//covers.vitalbook.com/vbid/9788502087941/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Evolução, 3ª edição",author:"RIDLEY, Mark ",isbn:"9788536308630",edition:0,vbkType:"pbk",url:"/books/9788536308630",coverURL:"//covers.vitalbook.com/vbid/9788536308630/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Filosofia e Ética na Adminstração, 2ª edição",author:"MÁTTAR NETO, João Ausgusto",isbn:"9788502110588",edition:0,vbkType:"pbk",url:"/books/9788502110588",coverURL:"//covers.vitalbook.com/vbid/9788502110588/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Finanças Internacionais",author:" KLOTZLE, Marcelo Cabus ; PINTO, Antônio Carlos Figueiredo ; KLOTZLE, André Cabus",isbn:"9788502110564",edition:0,vbkType:"pbk",url:"/books/9788502110564",coverURL:"//covers.vitalbook.com/vbid/9788502110564/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"FOTOGRAFIA E JORNALISMO - A INFORMAÇÃO PELA IMAGEM",author:"DULCILIA SCHOROEDER BUITONI",isbn:"9788502122222",edition:0,vbkType:"pbk",url:"/books/9788502122222",coverURL:"//covers.vitalbook.com/vbid/9788502122222/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fracasso Escolar",author:"BOSSA, Nadia A.",isbn:"9788536315171",edition:0,vbkType:"pbk",url:"/books/9788536315171",coverURL:"//covers.vitalbook.com/vbid/9788536315171/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos da Contabilidade - Nova Contabilidade no Contexto Global",author:"YAMAMOTO , Marina Mityo ;MARA, Jane Contrera Malacrida; Domiraci Paccez, João ",isbn:"9788502107472",edition:0,vbkType:"pbk",url:"/books/9788502107472",coverURL:"//covers.vitalbook.com/vbid/9788502107472/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Comércio Internacional para Pequenas e Médias Empresas",author:"CIGNACCO, Bruno Roque",isbn:"9788502111813",edition:0,vbkType:"pbk",url:"/books/9788502111813",coverURL:"//covers.vitalbook.com/vbid/9788502111813/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Métodos Quantitativos: Aplicados em Administração, Economia e Contabilidade Atuár",author:"SIQUEIRA, José de Oliveira",isbn:"9788502125872",edition:0,vbkType:"pbk",url:"/books/9788502125872",coverURL:"//covers.vitalbook.com/vbid/9788502125872/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos do Comércio Internacional",author:"SOUZA, José Manuel Meireles de ",isbn:"9788502100961",edition:0,vbkType:"pbk",url:"/books/9788502100961",coverURL:"//covers.vitalbook.com/vbid/9788502100961/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Geestão de Marketing - 2ª edição",author:"DIAS, Sergio Roberto",isbn:"9788502126725",edition:0,vbkType:"pbk",url:"/books/9788502126725",coverURL:"//covers.vitalbook.com/vbid/9788502126725/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Geometria Analítica",author:"SANTOS, Fabiano José dos ; FERREIRA, Silvimar Fábio",isbn:"9788577805037",edition:0,vbkType:"pbk",url:"/books/9788577805037",coverURL:"//covers.vitalbook.com/vbid/9788577805037/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gerenciamneto de Projetos, 2ª EDIÇÃO",author:"XAVIER, Carlos Magno da Silva",isbn:"9788502089235",edition:0,vbkType:"pbk",url:"/books/9788502089235",coverURL:"//covers.vitalbook.com/vbid/9788502089235/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão Financeira; Enfase em Aplicações e Casos Nacionais",author:"WERNKE, Rodney",isbn:"9788502117013",edition:0,vbkType:"pbk",url:"/books/9788502117013",coverURL:"//covers.vitalbook.com/vbid/9788502117013/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão Ambiental Empresarial, 2ª EDIÇÃO",author:"BARBIERI, José Carlos ",isbn:"9788502111967",edition:0,vbkType:"pbk",url:"/books/9788502111967",coverURL:"//covers.vitalbook.com/vbid/9788502111967/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão da Cultura Corporativa",author:"JOHANN, Sílvio Luiz",isbn:"9788502111936",edition:0,vbkType:"pbk",url:"/books/9788502111936",coverURL:"//covers.vitalbook.com/vbid/9788502111936/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Conhecimentos",author:"QUEL, Luiz Felipe",isbn:"9788502111899",edition:0,vbkType:"pbk",url:"/books/9788502111899",coverURL:"//covers.vitalbook.com/vbid/9788502111899/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Custos e Resultados na Saúde, 4ª edição",author:"BEULKE, Rolando; BERTÓ, Dalvio José",isbn:"9788502088993",edition:0,vbkType:"pbk",url:"/books/9788502088993",coverURL:"//covers.vitalbook.com/vbid/9788502088993/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Desenvolvimento de Produtos: Uma Referência Para Melhoria do Processo, 1ª edição",author:"AMARAL, Daniel Capaldo ; ROZENFELD, Henrique; FORCELLINI, Fernando Antônio ; TOLEDO, José Carlos d",isbn:"9788502111868",edition:0,vbkType:"pbk",url:"/books/9788502111868",coverURL:"//covers.vitalbook.com/vbid/9788502111868/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Marcas no Contexto Brasileiro",author:"SERRALVO, Francisco Antonio",isbn:"9788502111844",edition:0,vbkType:"pbk",url:"/books/9788502111844",coverURL:"//covers.vitalbook.com/vbid/9788502111844/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Negócios Internacionais - 2ª edição",author:"VASCONCELLOS, Marco Antonio Sandoval de ; GREMAUD, Amaury P. ; LANZANA, Antonio Evaristo P.; ANDRAD",isbn:"9788502112070",edition:0,vbkType:"pbk",url:"/books/9788502112070",coverURL:"//covers.vitalbook.com/vbid/9788502112070/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão Empresarial",author:"SOUZA, Jader",isbn:"9788502117150",edition:0,vbkType:"pbk",url:"/books/9788502117150",coverURL:"//covers.vitalbook.com/vbid/9788502117150/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão Estratégica da Informação e Inteligência Competitiva",author:"STAREC, Cláudio",isbn:"9788502088572",edition:0,vbkType:"pbk",url:"/books/9788502088572",coverURL:"//covers.vitalbook.com/vbid/9788502088572/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão Estratégica: Revelando Alta performance às Empresas",author:"PEREIRA, Giancarlo da Silva Rego ",isbn:"9788502088337",edition:0,vbkType:"pbk",url:"/books/9788502088337",coverURL:"//covers.vitalbook.com/vbid/9788502088337/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão Internacional",author:"TANURE, Betania ; DUARTE, Roberto Gonzalez",isbn:"9788502088603",edition:0,vbkType:"pbk",url:"/books/9788502088603",coverURL:"//covers.vitalbook.com/vbid/9788502088603/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão Técnicas e Estratégias no Contexto Brasileiro",author:"SOUZA, José Meireles de ",isbn:"9788502119413",edition:0,vbkType:"pbk",url:"/books/9788502119413",coverURL:"//covers.vitalbook.com/vbid/9788502119413/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Hospitalidade - A Inovação na Gestão",author:"CASTELLI, Geraldo",isbn:"9788502116078",edition:0,vbkType:"pbk",url:"/books/9788502116078",coverURL:"//covers.vitalbook.com/vbid/9788502116078/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Instituições de Direito Público e Privado - 13ª EDIÇÃO",author:"DOWER, Nelson Godoy Bassil",isbn:"9788502119468",edition:0,vbkType:"pbk",url:"/books/9788502119468",coverURL:"//covers.vitalbook.com/vbid/9788502119468/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução ao Jornalismo Diário: Como Fazer Jornais Todos os Dias",author:"CAVERSAN, Luiz ; PRADO, Magaly ( Org.)",isbn:"9788502115941",edition:0,vbkType:"pbk",url:"/books/9788502115941",coverURL:"//covers.vitalbook.com/vbid/9788502115941/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Análise de Política Externa",author:"FIGUEIRA, Ariane Roder",isbn:"9788502132870",edition:0,vbkType:"pbk",url:"/books/9788502132870",coverURL:"//covers.vitalbook.com/vbid/9788502132870/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Economia do Turismo",author:"CARVALHO, Luiz Carlos Pereira de ; VASCONCELLOS, Marco Antonio Sandoval de ",isbn:"9788502116047",edition:0,vbkType:"pbk",url:"/books/9788502116047",coverURL:"//covers.vitalbook.com/vbid/9788502116047/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ler, Pensar e Escrever",author:"PERISSÉ, Gabriel",isbn:"9788502126008",edition:0,vbkType:"pbk",url:"/books/9788502126008",coverURL:"//covers.vitalbook.com/vbid/9788502126008/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Liderança de Alto Nível: Como Criar e Liderar Organizações de Alto Desempenho",author:"BLANCHARD, Ken ; Colaboradores",isbn:"9788540700475",edition:0,vbkType:"pbk",url:"/books/9788540700475",coverURL:"//covers.vitalbook.com/vbid/9788540700475/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Liderança: Uma Questão de Competência",author:"FIGUEIREDO, Jayr",isbn:"9788502088306",edition:0,vbkType:"pbk",url:"/books/9788502088306",coverURL:"//covers.vitalbook.com/vbid/9788502088306/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Limites - Entre o Prazer de Dizer Sim e o Dever de Dizer Não",author:"FURTADO, Nina R. ; Colaboradores",isbn:"9788536319032",edition:0,vbkType:"pbk",url:"/books/9788536319032",coverURL:"//covers.vitalbook.com/vbid/9788536319032/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Literatura na Escola: Propostas para o Ensino Fundamental",author:"SARAIVA, Juracy Assmann ; MÜGGE, Ernani ; Colaboradores",isbn:"9788536314990",edition:0,vbkType:"pbk",url:"/books/9788536314990",coverURL:"//covers.vitalbook.com/vbid/9788536314990/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Logística de Transportes Internacionais, 1ª edição",author:"LUDOVICO, Nelson",isbn:"9788502117440",edition:0,vbkType:"pbk",url:"/books/9788502117440",coverURL:"//covers.vitalbook.com/vbid/9788502117440/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Macreconomia Para Concursos, 2ª edição",author:"CURADO, Marcelo",isbn:"9788502132849",edition:0,vbkType:"pbk",url:"/books/9788502132849",coverURL:"//covers.vitalbook.com/vbid/9788502132849/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing Básico, 3ª edição",author:"SANDHUSEN, Ricahrd L.",isbn:"9788502107526",edition:0,vbkType:"pbk",url:"/books/9788502107526",coverURL:"//covers.vitalbook.com/vbid/9788502107526/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing Contemporâneo: Novas Práticas de Gestão",author:"GIULIANI, Antonio Carlos",isbn:"9788502088566",edition:0,vbkType:"pbk",url:"/books/9788502088566",coverURL:"//covers.vitalbook.com/vbid/9788502088566/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing Global: Soluções Estratégicas Para o Mercado Brasileiro",author:"SINA, Amalia",isbn:"9788502122383",edition:0,vbkType:"pbk",url:"/books/9788502122383",coverURL:"//covers.vitalbook.com/vbid/9788502122383/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matrizes Táticas: Exercícios Práticos para o Xadrez Magistral",author:"FILGUTH, Rubens ",isbn:"9788536316680",edition:0,vbkType:"pbk",url:"/books/9788536316680",coverURL:"//covers.vitalbook.com/vbid/9788536316680/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Metagestão: A Arte do Diálogo nas Organizações",author:"DORNELLES, Geni de Sales",isbn:"9788508088513",edition:0,vbkType:"pbk",url:"/books/9788508088513",coverURL:"//covers.vitalbook.com/vbid/9788508088513/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Cotidiano Educacional - Vol. 3",author:"Artmed / Pitágoras",isbn:"9788536318394",edition:0,vbkType:"pbk",url:"/books/9788536318394",coverURL:"//covers.vitalbook.com/vbid/9788536318394/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Psicólogo nas Organizações de Trabalho",author:"ZANELLI, José Carlos",isbn:"9788536319834",edition:0,vbkType:"pbk",url:"/books/9788536319834",coverURL:"//covers.vitalbook.com/vbid/9788536319834/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Ultra-som na Prática Odontológica",author:"MESQUITA, Edson Mesquita; KUNERT, Itaborai Revoredo ; Colaboradores",isbn:"9788536315041",edition:0,vbkType:"pbk",url:"/books/9788536315041",coverURL:"//covers.vitalbook.com/vbid/9788536315041/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pequeno Dicionário de Absurdos em Educação",author:"PACHECO, José",isbn:"9788536320731",edition:0,vbkType:"pbk",url:"/books/9788536320731",coverURL:"//covers.vitalbook.com/vbid/9788536320731/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Principios Básicos de Análise do Comportamento",author:"MOREIRA, Márcio Borges ; MEDEIROS, Carlos Augusto de",isbn:"9788536312231",edition:0,vbkType:"pbk",url:"/books/9788536312231",coverURL:"//covers.vitalbook.com/vbid/9788536312231/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicanálise em Perguntas e Respostas",author:"ZIRMERMAN, David E.",isbn:"9788536312293",edition:0,vbkType:"pbk",url:"/books/9788536312293",coverURL:"//covers.vitalbook.com/vbid/9788536312293/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psiquiatria Básica, 2ª edição",author:"LOUZÃ NETO, Mario Rodrigues ; ELKIS, Helio e colaboradores",isbn:"9788536309606",edition:0,vbkType:"pbk",url:"/books/9788536309606",coverURL:"//covers.vitalbook.com/vbid/9788536309606/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Reabilitação da memória",author:"WILSON, Barbara A.",isbn:"9788536324906",edition:0,vbkType:"pbk",url:"/books/9788536324906",coverURL:"//covers.vitalbook.com/vbid/9788536324906/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Relação Médico-Paciente 30 anos",author:"MARTINS, Cyro ; Colaboradores",isbn:"9788536325507",edition:0,vbkType:"pbk",url:"/books/9788536325507",coverURL:"//covers.vitalbook.com/vbid/9788536325507/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas de Informação - 2ª edição",author:"MATTOS, Antonio Carlos M.",isbn:"9788502121768",edition:0,vbkType:"pbk",url:"/books/9788502121768",coverURL:"//covers.vitalbook.com/vbid/9788502121768/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sustentabilidade e captaçõa de recursos: Na educação superior no Brasil",author:"PEREIRA, Custódio",isbn:"9788502121836",edition:0,vbkType:"pbk",url:"/books/9788502121836",coverURL:"//covers.vitalbook.com/vbid/9788502121836/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnicas de redação em jornalismo",author:"NASCIMENTO, Patrica Ceolin do",isbn:"978-85-02-12181-2",edition:0,vbkType:"pbk",url:"/books/978-85-02-12181-2",coverURL:"//covers.vitalbook.com/vbid/978-85-02-12181-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnicas de reportagem e entrevista",author:"FLORESTA, Cleide ; BRASLAUSKAS, Ligia",isbn:"978-85-02-12180-5",edition:0,vbkType:"pbk",url:"/books/978-85-02-12180-5",coverURL:"//covers.vitalbook.com/vbid/978-85-02-12180-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnicas de Terapia Cognitiva Para Crianças e Adolescentes",author:"FRIEDBERG, Robert D. ; McCLURE, Jessica M. ; GARCIA, Jolene H. ",isbn:"9788536324876",edition:0,vbkType:"pbk",url:"/books/9788536324876",coverURL:"//covers.vitalbook.com/vbid/9788536324876/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria da comunicação em jornalismo",author:"BARROS FILHO, Clóvis de ; PERES NETO, Luiz ; LOPES, Felipe Tavares Paes",isbn:"9788502109797",edition:0,vbkType:"pbk",url:"/books/9788502109797",coverURL:"//covers.vitalbook.com/vbid/9788502109797/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria geral da administração",author:"LACOMBE, Francisco ",isbn:"9788502089181",edition:0,vbkType:"pbk",url:"/books/9788502089181",coverURL:"//covers.vitalbook.com/vbid/9788502089181/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teorias de administração - Introdução ao estudo do trabalhador",author:"ESCRIVÃO FILHO, Edmundo; PERUSSI FILHO, Sergio",isbn:"978-85-02-12165-2",edition:0,vbkType:"pbk",url:"/books/978-85-02-12165-2",coverURL:"//covers.vitalbook.com/vbid/978-85-02-12165-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terapia Cognitivo-Comportamental na Prática Psiquiátrica",author:"KNAPP, Paulo e colaboradores",isbn:"9788536310169",edition:0,vbkType:"pbk",url:"/books/9788536310169",coverURL:"//covers.vitalbook.com/vbid/9788536310169/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terapia do Esquema: Guia de Técnicas Cognitivo-Comportamentais Inovadoras",author:"YOUNG, Jeffrey E. ; KLOSKO, Janet S. ; WEISHAAR, Marjorie E.",isbn:"9788536317090",edition:0,vbkType:"pbk",url:"/books/9788536317090",coverURL:"//covers.vitalbook.com/vbid/9788536317090/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terceiro setor: dilemas e polêmicas",author:"PIMENTA, Solange Maria",isbn:"9788502121614",edition:0,vbkType:"pbk",url:"/books/9788502121614",coverURL:"//covers.vitalbook.com/vbid/9788502121614/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Trade marketing : A conquista do consumidor no ponto-de-venda",author:"JAVIER, Francisco",isbn:"9788502121386",edition:0,vbkType:"pbk",url:"/books/9788502121386",coverURL:"//covers.vitalbook.com/vbid/9788502121386/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Transtorno Bipolar na infância e adolescência",author:"FU-I, Lee ; BOARATI, Miguel Angelo ; Colaboradores",isbn:"9788536321936",edition:0,vbkType:"pbk",url:"/books/9788536321936",coverURL:"//covers.vitalbook.com/vbid/9788536321936/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Transtornos Afetivos na Infância e na Adolescência",author:"FU-I, Lee ; BOARATI, Miguel Angelo ; MAIA, Ana Paula F.; Colaboradores",isbn:"9788536326726",edition:0,vbkType:"pbk",url:"/books/9788536326726",coverURL:"//covers.vitalbook.com/vbid/9788536326726/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Varejo e Responsabilidade Social",author:"PARENTE, Juracy ; GELMAN, Jacob J.",isbn:"9788536310671",edition:0,vbkType:"pbk",url:"/books/9788536310671",coverURL:"//covers.vitalbook.com/vbid/9788536310671/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Varejo para a Baixa Renda",author:"PARENTE, Juracy ; LIMEIRA, Tânia M. V. ; BARKI, Edgard ",isbn:"9788577801015",edition:0,vbkType:"pbk",url:"/books/9788577801015",coverURL:"//covers.vitalbook.com/vbid/9788577801015/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Varejo Socialmente Responsável",author:"GELMAN, Jacob J.; PARENTE, Juracy ; Colaboradores",isbn:"9788577801794",edition:0,vbkType:"pbk",url:"/books/9788577801794",coverURL:"//covers.vitalbook.com/vbid/9788577801794/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Visão sistêmica e administração",author:"MARTINELLI, Dante",isbn:"9788502088521",edition:0,vbkType:"pbk",url:"/books/9788502088521",coverURL:"//covers.vitalbook.com/vbid/9788502088521/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Visões da governança corporativa",author:"RODRIGUEZ, Gregorio Mancebo ; BRANDÃO, Mônica Mansur",isbn:"9788502121300",edition:0,vbkType:"pbk",url:"/books/9788502121300",coverURL:"//covers.vitalbook.com/vbid/9788502121300/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"20 ANOS CONSTITUIÇÃO BRASILEIRA , 1ª EDIÇÃO",author:"MOREIRA,Eduardo Ribeiro ; PUGLIESI, Marcio",isbn:"9788502142893",edition:0,vbkType:"pbk",url:"/books/9788502142893",coverURL:"//covers.vitalbook.com/vbid/9788502142893/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração de Materiais e Recursos Patrimoniais - 3ª edição",author:"ALT, Paulo Renato Campos ; MARTINS, Petrônio Gracia",isbn:"9788502089167",edition:0,vbkType:"pbk",url:"/books/9788502089167",coverURL:"//covers.vitalbook.com/vbid/9788502089167/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Agronegócios do Brasil , 1ª edição",author:"NEVES, Marcos Fava ; ZYLBERSTAJN, Decio; NEVES, Evaristo Marzabal",isbn:"9788502088211",edition:0,vbkType:"pbk",url:"/books/9788502088211",coverURL:"//covers.vitalbook.com/vbid/9788502088211/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Aministração Financeira - Série Essenciais, 3ª edição",author:"GROPELLI, A.A.",isbn:"9788502039025",edition:0,vbkType:"pbk",url:"/books/9788502039025",coverURL:"//covers.vitalbook.com/vbid/9788502039025/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Auditoria de Qualidade, 2ª edição",author:"O'HANLON, Tim",isbn:"978-85-02-09990-6",edition:0,vbkType:"pbk",url:"/books/978-85-02-09990-6",coverURL:"//covers.vitalbook.com/vbid/978-85-02-09990-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Automação Industrial PLC - Teoria e Aplicações - Curso Básico, 2ª edição",author:"PRUDENTE, Francesco",isbn:"978-85-216-2023-5",edition:0,vbkType:"pbk",url:"/books/978-85-216-2023-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2023-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Automação Predial e Residencial - Uma Introdução",author:"PRUDENTE, Francesco",isbn:"978-85-216-2024-2",edition:0,vbkType:"pbk",url:"/books/978-85-216-2024-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2024-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Avaliação de Desempenho de Sistemas Computacionais",author:"JOHNSON, Thienne de Melo e Silva Mesquita; COUTINHO, Mauro Margalho",isbn:"978-85-216-2022-8",edition:0,vbkType:"pbk",url:"/books/978-85-216-2022-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2022-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Avaliação de Empresas: Cálculo e Interpretação do Valor das Empresas - Um Guia Prático, 2ª ed",author:"SANTOS, José Odalio dos",isbn:"9788502088870",edition:0,vbkType:"pbk",url:"/books/9788502088870",coverURL:"//covers.vitalbook.com/vbid/9788502088870/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Banking: Gestão de Ativos, Passivos e resultados em Instituições Financeiras",author:"HASTINGS, David F.",isbn:"9788502088424",edition:0,vbkType:"pbk",url:"/books/9788502088424",coverURL:"//covers.vitalbook.com/vbid/9788502088424/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bases da Contabilidade: Uma Discussão Introdutória",author:"HASTINGS, David F.",isbn:"9788502088658",edition:0,vbkType:"pbk",url:"/books/9788502088658",coverURL:"//covers.vitalbook.com/vbid/9788502088658/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Brasil - A Nova Agenda Social",author:"BACHA, Edmar Lisboa; SCHWARTZMAN, Simon",isbn:"978-85-216-2020-4",edition:0,vbkType:"pbk",url:"/books/978-85-216-2020-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2020-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cirurgia Plástica - Os Princípios e a Atualidade",author:"MÉLEGA, José Marcos; VITERBO, Fausto; MENDES, Flávio Henrique",isbn:"978-85-277-2073-1",edition:0,vbkType:"pbk",url:"/books/978-85-277-2073-1",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2073-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao Código de Processo Civil - Vol. I, 14ª edição",author:"BARBI, Celso Agricola; SOUZA, Bernardo Pimentel",isbn:"978-85-309-3875-8",edition:0,vbkType:"pbk",url:"/books/978-85-309-3875-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-3875-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao Novo Código Civil - Vol. VI Tomo II",author:"AGUIAR Jr., Ruy Rosado de; TEIXEIRA, Sálvio de Figueiredo",isbn:"978-85-309-3891-8",edition:0,vbkType:"pbk",url:"/books/978-85-309-3891-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-3891-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao Novo Código Civil - Vol. XIII, 3ª edição",author:"DIREITO, Carlos Alberto Menezes; CAVALIERI FILHO, Sergio",isbn:"978-85-309-3878-9",edition:0,vbkType:"pbk",url:"/books/978-85-309-3878-9",coverURL:"//covers.vitalbook.com/vbid/978-85-309-3878-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Construção Civil : procedimentos de arrecadação junto ao INSS, Instrução Normativa nº 69, lei",author:"OLIVEIRA, Aristeu de ",isbn:"9788522466191",edition:0,vbkType:"pbk",url:"/books/9788522466191",coverURL:"//covers.vitalbook.com/vbid/9788522466191/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade empresarial para gestão de negócios: guia de orientação fácil e objetivo para apo",author:"SILVA, Edson Cordeiro da ",isbn:"9788522466412",edition:0,vbkType:"pbk",url:"/books/9788522466412",coverURL:"//covers.vitalbook.com/vbid/9788522466412/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade geral, 7ª edição",author:"GONÇALVES, Eugênio Celso ; BAPTISTA, Antônio Eustáquio",isbn:"9788522466481",edition:0,vbkType:"pbk",url:"/books/9788522466481",coverURL:"//covers.vitalbook.com/vbid/9788522466481/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade superior: teoria econômica da contabilidade, 11ª edição",author:"HERRMANN JUNIOR, Frederico ",isbn:"9788522463770",edition:0,vbkType:"pbk",url:"/books/9788522463770",coverURL:"//covers.vitalbook.com/vbid/9788522463770/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controladoria e governança na gestão pública",author:"SLOMSKI, Valmor ",isbn:"9788522466641",edition:0,vbkType:"pbk",url:"/books/9788522466641",coverURL:"//covers.vitalbook.com/vbid/9788522466641/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controladoria: análise financeira, planejamento e controle orçamentário",author:"MORANTE, Antonio Salvador, JORGE, Fauzi Timaco ",isbn:"9788522466580",edition:0,vbkType:"pbk",url:"/books/9788522466580",coverURL:"//covers.vitalbook.com/vbid/9788522466580/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Correspondência: linguagem & comunicação: oficial, empresarial, particular - 24ª edição",author:"BELTRÃO, Odacir , BELTRÃO, Mariúsa ",isbn:"9788522466016",edition:0,vbkType:"pbk",url:"/books/9788522466016",coverURL:"//covers.vitalbook.com/vbid/9788522466016/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dano Moral, 5ª edição",author:"REIS, Clayton",isbn:"978-85-309-3879-6",edition:0,vbkType:"pbk",url:"/books/978-85-309-3879-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-3879-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Internacional Privado, 11ª edição",author:"AMORIM, Edgar Carlos; OLIVEIRA Jr., Vicente de Paulo Augusto",isbn:"978-85-309-3872-7",edition:0,vbkType:"pbk",url:"/books/978-85-309-3872-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-3872-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Penal - Parte Especial - Vol. VI, 6ª edição",author:"COSTA, Álvaro Mayrink da",isbn:"978-85-309-3885-7",edition:0,vbkType:"pbk",url:"/books/978-85-309-3885-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-3885-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Penal - Parte Especial - Vol. VII, 6ª edição",author:"COSTA, Álvaro Mayrink da",isbn:"978-85-309-3884-0",edition:0,vbkType:"pbk",url:"/books/978-85-309-3884-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-3884-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Endocardiometabologia na Prática Clínica",author:"GODOY-MATOS, Amélio F. de ",isbn:"978-85-8114-038-4",edition:0,vbkType:"pbk",url:"/books/978-85-8114-038-4",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-038-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Inquérito Civil",author:"FERRARESI, Eurico",isbn:"978-85-309-3880-2",edition:0,vbkType:"pbk",url:"/books/978-85-309-3880-2",coverURL:"//covers.vitalbook.com/vbid/978-85-309-3880-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Juizados Especiais Fazendários",author:"SOUZA, Marcia Cristina Xavier de",isbn:"978-85-309-3893-2",edition:0,vbkType:"pbk",url:"/books/978-85-309-3893-2",coverURL:"//covers.vitalbook.com/vbid/978-85-309-3893-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Neuroanatomia Aplicada, 3ª edição",author:"MENESES, Murilo S.",isbn:"978-85-277-2074-8",edition:0,vbkType:"pbk",url:"/books/978-85-277-2074-8",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2074-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Pensamento Toyota - Princípios de Gestão para um Crescimento Duradouro",author:"HINO, Satoshi ",isbn:"9788577805860",edition:0,vbkType:"pbk",url:"/books/9788577805860",coverURL:"//covers.vitalbook.com/vbid/9788577805860/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Processo da Estratégia - Conceitos, Contextos e Casos Selecionados, 4ª edição",author:"MINTZBERG, Henry ; QUINN, James Brian; LAMPEL, Joseph ; GHOSHAL, Sumantra ",isbn:"9788577800605",edition:0,vbkType:"pbk",url:"/books/9788577800605",coverURL:"//covers.vitalbook.com/vbid/9788577800605/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Orientção para Aposentadoria nas Organizações de Trabalho : Construção de Projetos para o Pó",author:"ZANELLI, José Carlos ; SILVA, Narbal ; SOARES, Dulce Helena Penna ",isbn:"9788536323619",edition:0,vbkType:"pbk",url:"/books/9788536323619",coverURL:"//covers.vitalbook.com/vbid/9788536323619/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Os Jogos e o Lúdico na Aprendizagem Escolar",author:"MACEDO, Lino de ; PETTY, Ana Lúcia Sícoli ; PASSOS, Norimar Christe",isbn:"9788536310060",edition:0,vbkType:"pbk",url:"/books/9788536310060",coverURL:"//covers.vitalbook.com/vbid/9788536310060/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Os Quatro Vínculos: Amor, Ódio, Conhecimento e Reconhecimento na Psicanálise e em Nossas Vidas",author:"ZIMERMAN, David E. ",isbn:"9788536322780",edition:0,vbkType:"pbk",url:"/books/9788536322780",coverURL:"//covers.vitalbook.com/vbid/9788536322780/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Palavras, Brinquedos e Brincadeiras",author:"SARAIVA, Juracy Assmann ",isbn:"9788536325071",edition:0,vbkType:"pbk",url:"/books/9788536325071",coverURL:"//covers.vitalbook.com/vbid/9788536325071/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Para Gostar de Aprender Arte: Sala de Aula e Formação de Professores",author:"IAVELBERG, Rosa ",isbn:"9788536321981",edition:0,vbkType:"pbk",url:"/books/9788536321981",coverURL:"//covers.vitalbook.com/vbid/9788536321981/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pedagogia(s) da Infância: Dialogando com o Passado Construindo o Futuro",author:"OLIVEIRA-FORMOSINHO, Júlia ; KISHIMOTO, Tizuko Morchida e ; PINAZZA, Mônica Appezzato - Organiza",isbn:"9788536312156",edition:0,vbkType:"pbk",url:"/books/9788536312156",coverURL:"//covers.vitalbook.com/vbid/9788536312156/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Personalidade e Crescimento Pessoal, 5ª edição",author:"FADIMAN, James ; FRAGER, Robert ",isbn:"9788536317939",edition:0,vbkType:"pbk",url:"/books/9788536317939",coverURL:"//covers.vitalbook.com/vbid/9788536317939/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Platão",author:"BENSON, Hugh H. e colaboradores",isbn:"9788536324746",edition:0,vbkType:"pbk",url:"/books/9788536324746",coverURL:"//covers.vitalbook.com/vbid/9788536324746/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Política Macroeconômica - A Experiência Brasileira Contemporânea",author:"CARNEIRO, Dionisio Dias; WU, Thomas",isbn:"978-85-216-2021-1",edition:0,vbkType:"pbk",url:"/books/978-85-216-2021-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2021-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Política: Conceitos-Chave em Filosofia",author:"MACKENZIE, Iain ",isbn:"9788536325811",edition:0,vbkType:"pbk",url:"/books/9788536325811",coverURL:"//covers.vitalbook.com/vbid/9788536325811/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Políticas Curriculares: Referências para Análise",author:"PACHECO, José Augusto",isbn:"9788536313818",edition:0,vbkType:"pbk",url:"/books/9788536313818",coverURL:"//covers.vitalbook.com/vbid/9788536313818/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Por Amor e por Força: Rotinas na Educação Infantil",author:"BARBOSA, Maria Carmen Silveira ",isbn:"9788536316840",edition:0,vbkType:"pbk",url:"/books/9788536316840",coverURL:"//covers.vitalbook.com/vbid/9788536316840/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios, Padrões e Práticas Ágeis em C#",author:"MARTIN, Robert ; MARTIN, Micah ",isbn:"9788577808427",edition:0,vbkType:"pbk",url:"/books/9788577808427",coverURL:"//covers.vitalbook.com/vbid/9788577808427/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Probabilidade um Curso Moderno com Aplicações, 8ª edição",author:"ROSS, Sheldon ",isbn:"9788577806881",edition:0,vbkType:"pbk",url:"/books/9788577806881",coverURL:"//covers.vitalbook.com/vbid/9788577806881/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Problemas de Marketing Estratégico - Comentários e Casos Selecionados, 11ª edição",author:"KERIN, Roger A. ; PETERSON, Robert A. ",isbn:"9788577804122",edition:0,vbkType:"pbk",url:"/books/9788577804122",coverURL:"//covers.vitalbook.com/vbid/9788577804122/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Produção Lean Simplificada - Um Guia para Entender o Sistema de Produção mais Poderoso do Mundo,",author:"DENNIS, Pascal - Apresentaçõa de John Shook",isbn:"9788577802913",edition:0,vbkType:"pbk",url:"/books/9788577802913",coverURL:"//covers.vitalbook.com/vbid/9788577802913/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Programação de de Rede UNIX, Vol. 1",author:"STEVENS, W. Richard ; FENNER, Bill ; RUDOFF, Andrew",isbn:"9788577802401",edition:0,vbkType:"pbk",url:"/books/9788577802401",coverURL:"//covers.vitalbook.com/vbid/9788577802401/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Projetos pedagógicos na educação infantil",author:"BARBOSA, Maria Carmen Silveira ; HORN, Maria da Graça Souza ",isbn:"9788536314761",edition:0,vbkType:"pbk",url:"/books/9788536314761",coverURL:"//covers.vitalbook.com/vbid/9788536314761/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia da Educação Virtual: Aprender e Ensinas com as Tecnologias da Informação e da Comunic",author:"MOMEREO, Carles; COLL, César",isbn:"9788536323138",edition:0,vbkType:"pbk",url:"/books/9788536323138",coverURL:"//covers.vitalbook.com/vbid/9788536323138/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia Educacional",author:"SANTRONCK, John W. ",isbn:"9788563308559",edition:0,vbkType:"pbk",url:"/books/9788563308559",coverURL:"//covers.vitalbook.com/vbid/9788563308559/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia Forense: Pesquisa, Prática Clínica e Aplicações",author:"HUSS, Matthew T. ",isbn:"9788536325545",edition:0,vbkType:"pbk",url:"/books/9788536325545",coverURL:"//covers.vitalbook.com/vbid/9788536325545/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia Social - Principais Temas e Vetentes",author:"TORRES, Cláudio Vaz ; NEIVA, Elaine Rabelo e colaboradores",isbn:"9788536326528",edition:0,vbkType:"pbk",url:"/books/9788536326528",coverURL:"//covers.vitalbook.com/vbid/9788536326528/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicoterapias: Abordagens Atuais, 3ª edição",author:"CORDIOLI, Aristides Volpato e colaboradores",isbn:"9788536313054",edition:0,vbkType:"pbk",url:"/books/9788536313054",coverURL:"//covers.vitalbook.com/vbid/9788536313054/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Q & R - Questões & Respostas - Enfermagem",author:"SOUZA, Sônia Regina de; SÓRIA, Denise de Assis Corrêa; PINTO, Ana Cristina Silva; MARTINEZ, Elena",isbn:"978-85-277-2037-3",edition:0,vbkType:"pbk",url:"/books/978-85-277-2037-3",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2037-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Qualidade de Vida na Infância e na Adolescência: Orientações para Pediatras e Profissionais da S",author:"ASSUMPÇÃO JR., Francisco B. ; KUCZYNSKI, Evelyn e colaboradores",isbn:"9788536322384",edition:0,vbkType:"pbk",url:"/books/9788536322384",coverURL:"//covers.vitalbook.com/vbid/9788536322384/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Qualidade em Educação Infantil",author:"ZABALZA, Miguel A.",isbn:"9788536310701",edition:0,vbkType:"pbk",url:"/books/9788536310701",coverURL:"//covers.vitalbook.com/vbid/9788536310701/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Quando a Gravidez não Acontece: Perguntas e Respostas Sobre Infertilidade Conjugal",author:"PASSOS, Eduardo Pandolfi ; ALMEIDA, Isabel C. Amaral de ; FAGUNDESPaulo A. Peres ",isbn:"9788536311425",edition:0,vbkType:"pbk",url:"/books/9788536311425",coverURL:"//covers.vitalbook.com/vbid/9788536311425/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química - A Matéria e Suas Transformações - Vol. 1, 5ª edição",author:"BRADY, James E.; SENESE, Frederick A.; JESPERSEN, Neil D.",isbn:"978-85-216-1925-3",edition:0,vbkType:"pbk",url:"/books/978-85-216-1925-3",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1925-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química - A Matéria e Suas Transformações - Vol. 2, 5ª edição",author:"BRADY, James E.; SENESE, Frederick A.; JESPERSEN, Neil D.",isbn:"978-85-216-1926-0",edition:0,vbkType:"pbk",url:"/books/978-85-216-1926-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1926-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química de Alimentos de Fennema, 4ª edição",author:"DAMODARAN, Srinivasan ; PARKIN, Kirk L. ; FENNEMA, Owen R.",isbn:"9788536323343",edition:0,vbkType:"pbk",url:"/books/9788536323343",coverURL:"//covers.vitalbook.com/vbid/9788536323343/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química Geral",author:"CHANG, Raymond",isbn:"9788563308177",edition:0,vbkType:"pbk",url:"/books/9788563308177",coverURL:"//covers.vitalbook.com/vbid/9788563308177/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química Orgânica",author:"FERREIRA, Maira ; MORAIS, Lavínia ; NICHELE, Tatiana Zarichta ; PINO, José Claudio Del",isbn:"9788536310756",edition:0,vbkType:"pbk",url:"/books/9788536310756",coverURL:"//covers.vitalbook.com/vbid/9788536310756/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química Orgânica - Vol. 1, 7 ª edição",author:"CAREY, Francis A.",isbn:"9788580550535",edition:0,vbkType:"pbk",url:"/books/9788580550535",coverURL:"//covers.vitalbook.com/vbid/9788580550535/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química Orgânica – Vol. 2, 7ª edição",author:"CAREY, Francis A.",isbn:"9788580550542",edition:0,vbkType:"pbk",url:"/books/9788580550542",coverURL:"//covers.vitalbook.com/vbid/9788580550542/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Radiologia e Diagnóstico por Imagem - Cabeça e Pescoço",author:"GEBRIM, Eloisa Maria Santiago; CHAMMAS, Maria Cristina; GOMES, Regina Lúcia Elia",isbn:"978-85-277-1983-4",edition:0,vbkType:"pbk",url:"/books/978-85-277-1983-4",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1983-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Reanimação cardiorrespiratória pediátrica: Uma abordagem multidisciplinar",author:"SOUTO, Maria Buratto ; LIMA, Elizabete Clemente de ; BREIGEIRON, Márcia Koja e colaboradores",isbn:"9788536315546",edition:0,vbkType:"pbk",url:"/books/9788536315546",coverURL:"//covers.vitalbook.com/vbid/9788536315546/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Recurso Especial, Agravos e Agravo Interno, 7ª edição",author:"CARNEIRO, Athos Gustavo",isbn:"978-85-309-3874-1",edition:0,vbkType:"pbk",url:"/books/978-85-309-3874-1",coverURL:"//covers.vitalbook.com/vbid/978-85-309-3874-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Redes de Computadores - Princípios, Tecnologias e Protocolos para o Projeto de Redes",author:"OLIFER, Natália; OLIFER, Victor",isbn:"978-85-216-1982-6",edition:0,vbkType:"pbk",url:"/books/978-85-216-1982-6",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1982-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Redes de Computadores: Volume 20 da Série Livros Didáticos Informática UFRGS",author:"CARISSIMI, Alexandre da Silva ; ROCHOL, Juergen ; GRAVILLE, Lisandro Zambenedetti",isbn:"9788577805303",edition:0,vbkType:"pbk",url:"/books/9788577805303",coverURL:"//covers.vitalbook.com/vbid/9788577805303/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Redução do Risco Cardiovascular - Nova Tabela de Composição de Colesterol e Ácidos Graxos em Al",author:"SCHERRR, Carlos",isbn:"978-85-277-2033-5",edition:0,vbkType:"pbk",url:"/books/978-85-277-2033-5",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2033-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Refatoração para Padrões",author:"KERIEVSKY, Joshua ",isbn:"9788577803033",edition:0,vbkType:"pbk",url:"/books/9788577803033",coverURL:"//covers.vitalbook.com/vbid/9788577803033/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Refatoração: Aperfeiçoamento o Projeto de Código Existente",author:"FOWLER, Martin ",isbn:"9788577804153",edition:0,vbkType:"pbk",url:"/books/9788577804153",coverURL:"//covers.vitalbook.com/vbid/9788577804153/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Refatorando HTML",author:"HAROLD, Elliotte R. ",isbn:"9788577806706",edition:0,vbkType:"pbk",url:"/books/9788577806706",coverURL:"//covers.vitalbook.com/vbid/9788577806706/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Religião, Psicopatologia e Saúde Mental",author:"DALGALARRONDO, Paulo ",isbn:"9788536312248",edition:0,vbkType:"pbk",url:"/books/9788536312248",coverURL:"//covers.vitalbook.com/vbid/9788536312248/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Retentores Intraradiculares",author:"PEREIRA, Jefferson Ricardo ",isbn:"9788536701639",edition:0,vbkType:"pbk",url:"/books/9788536701639",coverURL:"//covers.vitalbook.com/vbid/9788536701639/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Reumatologia Essencial",author:"MOREIRA, Caio; PINHEIRO, Geraldo da Rocha Castelar; MARQUES NETO, João Francisco ",isbn:"978-85-277-1954-4",edition:0,vbkType:"pbk",url:"/books/978-85-277-1954-4",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1954-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Rotinas em Neurologia e Neurocirurgia",author:"CHAVES, Márcia L. F. ; FINKELSZTEJN, Alessandro ; STEFANI, Marco Antonio e colaboradores",isbn:"9788536318646",edition:0,vbkType:"pbk",url:"/books/9788536318646",coverURL:"//covers.vitalbook.com/vbid/9788536318646/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sabores, Cores, Sons, Aromas: A organização dos espaços na educação infantil",author:"HORN, Maria da Graça Souza",isbn:"9788536310657",edition:1,vbkType:"pbk",url:"/books/9788536310657",coverURL:"//covers.vitalbook.com/vbid/9788536310657/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Safari da Estratégia Um Roteiro Pela Selva do Palnejamento estratégico",author:"MINTZBERG, Henry ; AHLSTRAND, Bruce ; LAMPEL, Joseph ",isbn:"9788577807437",edition:0,vbkType:"pbk",url:"/books/9788577807437",coverURL:"//covers.vitalbook.com/vbid/9788577807437/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Nutrição e Metabolismo - Mudanças Alimentares e Educação Nutricional",author:"DIEZ-GARCIA, Rosa Wanda; CERVATO-MANCUSO, Ana Maria; ",isbn:"978-85-277-1982-7",edition:0,vbkType:"pbk",url:"/books/978-85-277-1982-7",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1982-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Síndromes Psiquiátricas: D iagnóstico e Entrevista para Profissionais de Saúde Mental",author:"ABREU, Cristiano Nabuco de ; SALZANO, Fábio Tápia; VASQUES, Fátima ; CANGELLI FILHO, Raphael; COR",isbn:"9788536310831",edition:0,vbkType:"pbk",url:"/books/9788536310831",coverURL:"//covers.vitalbook.com/vbid/9788536310831/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Síntese das Doenças Infecciosas e Parasitárias",author:"COURA, José Rodrigues",isbn:"978-85-277-1966-7",edition:0,vbkType:"pbk",url:"/books/978-85-277-1966-7",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1966-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Seis Passos para a Revitalização da Marca - Aprenda como McDonad's e Outras Empresas Reenergiz",author:"LIGHT, Larry ; KIDDON, Joan ",isbn:"9788577808106",edition:0,vbkType:"pbk",url:"/books/9788577808106",coverURL:"//covers.vitalbook.com/vbid/9788577808106/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Semiologia da Criança e do Adolescente",author:"PUCCINI, Rosana Fiorini; HILÁRIO, Maria Odete Esteves",isbn:"978-85-277-2024-3",edition:0,vbkType:"pbk",url:"/books/978-85-277-2024-3",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2024-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Semiologia Pediátrica, 3ª edição",author:"RODRIGUES, Yvon Toledo; RODRIGUES, Pedro Paulo Bastos",isbn:"978-85-277-2031-1",edition:0,vbkType:"pbk",url:"/books/978-85-277-2031-1",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2031-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Simetria de Moléculas e Cristais: Fundamentos da espectroscopia vibracional",author:"OLIVEIRA, Gelson Manzoni de ",isbn:"9788577805273",edition:0,vbkType:"pbk",url:"/books/9788577805273",coverURL:"//covers.vitalbook.com/vbid/9788577805273/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas de Informação: Planejamento e Alinhamento Estratégico nas Organizações",author:"AUDY, Jorge Luis Nicolas ; BRODBECK, Ângela Freitag",isbn:"9788577803972",edition:0,vbkType:"pbk",url:"/books/9788577803972",coverURL:"//covers.vitalbook.com/vbid/9788577803972/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas de Produção: Conceitos e Práticas para Projetos e Gestão da Produção Enxuta",author:"ANTUNES JUNIOR, José Antônio Valle ; ALVAREZ, Roberto dos Reis ; ALVES, Pedro Henrique Bortolotto ",isbn:"9788577802494",edition:0,vbkType:"pbk",url:"/books/9788577802494",coverURL:"//covers.vitalbook.com/vbid/9788577802494/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas Digitais - Projeto, Otimização e HDLs",author:"VAHID, Frank ",isbn:"9788577802371",edition:0,vbkType:"pbk",url:"/books/9788577802371",coverURL:"//covers.vitalbook.com/vbid/9788577802371/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas Digitais: Fundamentos e Aplicações, 9ª edição",author:"FLOYD, Thomas ",isbn:"9788577801077",edition:0,vbkType:"pbk",url:"/books/9788577801077",coverURL:"//covers.vitalbook.com/vbid/9788577801077/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas Modernos de Comunicações Wireless",author:"HAYKIN, Simon ; MOHER, Michael",isbn:"9788577801558",edition:0,vbkType:"pbk",url:"/books/9788577801558",coverURL:"//covers.vitalbook.com/vbid/9788577801558/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas Operacionais: Projetjos e Implementação - O Livro do Minix",author:"TANENBAUM, Andrew S. ; WOODHULL, Albert S.",isbn:"9788577802852",edition:0,vbkType:"pbk",url:"/books/9788577802852",coverURL:"//covers.vitalbook.com/vbid/9788577802852/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sobre Solo Fértil",author:"SHANE, Dr. Scott A. ",isbn:"9788577801671",edition:0,vbkType:"pbk",url:"/books/9788577801671",coverURL:"//covers.vitalbook.com/vbid/9788577801671/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sobrevivendo e Vencendo com Necessidades Educacionais Especiais",author:"O'REGAN, Fintan ",isbn:"9788536311418",edition:0,vbkType:"pbk",url:"/books/9788536311418",coverURL:"//covers.vitalbook.com/vbid/9788536311418/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Superfície Ocular - Córnea - Limbo - Conjuntiva - Filme Lacrimal, 2ª edição",author:"GOMES, José Álvaro Pereira; ALVES, Milton Ruiz",isbn:"978-85-700-6497-4",edition:0,vbkType:"pbk",url:"/books/978-85-700-6497-4",coverURL:"//covers.vitalbook.com/vbid/978-85-700-6497-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Supervisão - Conceitos e Capacitação, 6ª edição",author:"CERTO, Samuel C.",isbn:"9788563308351",edition:0,vbkType:"pbk",url:"/books/9788563308351",coverURL:"//covers.vitalbook.com/vbid/9788563308351/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnica Dietética - Teoria e Aplicações",author:"DOMENE, Semíramis Martins Álvares",isbn:"978-85-277-2075-5",edition:0,vbkType:"pbk",url:"/books/978-85-277-2075-5",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2075-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnica Operatória e Cirurgia Experimental",author:"MARQUES, Ruy Garcia",isbn:"978-85-277-2004-5",edition:0,vbkType:"pbk",url:"/books/978-85-277-2004-5",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2004-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"TDAH ao longo da vida - Transtorno de Déficit de Atenção/ Hiperatividade",author:"LOZÃ NETO, Mário Rodrigues e colaboradores",isbn:"9788536322056",edition:0,vbkType:"pbk",url:"/books/9788536322056",coverURL:"//covers.vitalbook.com/vbid/9788536322056/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tecendo Matemática com Arte",author:"FAINGUELERNT, Estela Kaufman ; NUNES, Katia Regina Ashton ",isbn:"9788536319957",edition:0,vbkType:"pbk",url:"/books/9788536319957",coverURL:"//covers.vitalbook.com/vbid/9788536319957/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria e Clínica da Psicose, 5ª edição",author:"QUINET, Antonio ",isbn:"978-85-309-3832-1",edition:0,vbkType:"pbk",url:"/books/978-85-309-3832-1",coverURL:"//covers.vitalbook.com/vbid/978-85-309-3832-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terapêutica Cardiovascular: Das Evidências para a Prática Clínica",author:"ROSITO, Guido Aranha ; KUCHENBECKER, Ricardo ; BERWAGER, Otávio ; BARROS, Elvino - organizadore",isbn:"9788536309330",edition:0,vbkType:"pbk",url:"/books/9788536309330",coverURL:"//covers.vitalbook.com/vbid/9788536309330/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terapia Cognitiva Contemporânea - Teoria, Pesquisa e Prática",author:"LEAHY, Robert L. e colaboradores",isbn:"9788536322346",edition:0,vbkType:"pbk",url:"/books/9788536322346",coverURL:"//covers.vitalbook.com/vbid/9788536322346/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terapia Cognitiva da Esquizofrenia",author:"BECK, Aaron T. ; RECTOR, Neil A. ; STOLAR, Neal ; GRANT, Paul",isbn:"9788536322377",edition:0,vbkType:"pbk",url:"/books/9788536322377",coverURL:"//covers.vitalbook.com/vbid/9788536322377/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terapia cognitiva: Teoria e Prática",author:"BECK, Judith S.",isbn:"9788536311524",edition:0,vbkType:"pbk",url:"/books/9788536311524",coverURL:"//covers.vitalbook.com/vbid/9788536311524/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terapia Cognitivo-Comportamental em Grupos",author:"BIELING, Peter J. ; McCABE, Randi E. ; ANTONY, Martin M.",isbn:"9788536318974",edition:0,vbkType:"pbk",url:"/books/9788536318974",coverURL:"//covers.vitalbook.com/vbid/9788536318974/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terapia Cognitivo-Comportamental para Transtorno Bipolar, 2ª edição",author:"BASCO, Monica Ramirez ; RUSH, John A.",isbn:"9788536320243",edition:0,vbkType:"pbk",url:"/books/9788536320243",coverURL:"//covers.vitalbook.com/vbid/9788536320243/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terapia Familiar: Conceitos e Métodos, 7ª edição",author:"NICHOLS, Michael P. ; SCHWARTZ, Richard C.",isbn:"9788536309422",edition:0,vbkType:"pbk",url:"/books/9788536309422",coverURL:"//covers.vitalbook.com/vbid/9788536309422/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terapias cognitivo-comportamentais para crianças e adolescentes",author:"PETERSEN, Circe Salsides ; WAINER, Ricardo & colaboradores",isbn:"9788536326573",edition:0,vbkType:"pbk",url:"/books/9788536326573",coverURL:"//covers.vitalbook.com/vbid/9788536326573/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tipografia & Design gráfico: Design e Produção de Impressos e Livros",author:"FONSECA, Joaquim da ",isbn:"9788577804177",edition:0,vbkType:"pbk",url:"/books/9788577804177",coverURL:"//covers.vitalbook.com/vbid/9788577804177/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Transgressão e Mudança na Educação - Os Projetos de Trabalho",author:"HERNÁNDEZ, Fernando ",isbn:"9788536308678",edition:0,vbkType:"pbk",url:"/books/9788536308678",coverURL:"//covers.vitalbook.com/vbid/9788536308678/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Transtornos de Ansiedade",author:"HOLLANDER, Eric ; SIMEON, Daphane ",isbn:"9788536316185",edition:0,vbkType:"pbk",url:"/books/9788536316185",coverURL:"//covers.vitalbook.com/vbid/9788536316185/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Transtornos de Aprendizagem",author:"FLETCHER, Jack M. ; LYONS, G. Reid ; FUCHS, Lynn S. ; BARNES, Marcia A.",isbn:"9788536319643",edition:0,vbkType:"pbk",url:"/books/9788536319643",coverURL:"//covers.vitalbook.com/vbid/9788536319643/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Transtornos de Personalidade",author:"LOUZÃ NETO, Mário Rodrigues ; CORDÁS, Taki & cols.",isbn:"9788536325804",edition:0,vbkType:"pbk",url:"/books/9788536325804",coverURL:"//covers.vitalbook.com/vbid/9788536325804/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de Fisiologia Aplicada às Ciências Médicas, 6ª edição",author:"DOUGLAS, Carlos Roberto",isbn:"978-85-277-1974-2",edition:0,vbkType:"pbk",url:"/books/978-85-277-1974-2",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1974-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratamento Atual do Diabetes Mellitus",author:"ZAGURY, Leão; ZAGURY, Roberto Luís",isbn:"978-85-8114-015-5",edition:0,vbkType:"pbk",url:"/books/978-85-8114-015-5",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-015-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratamento dos Transtornos Psiquiatricos, 4 ª edição",author:"GABBARD, Glen O.",isbn:"9788536318301",edition:0,vbkType:"pbk",url:"/books/9788536318301",coverURL:"//covers.vitalbook.com/vbid/9788536318301/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratamentos Farmacológicos para Dependência Química: Da Evidência Científica à Prática Clíni",author:"DIEHL, Alessandra ; CORDEIRO, Daniel Cruz ; LARANJEIRA, Ronaldo ",isbn:"9788536322445",edition:0,vbkType:"pbk",url:"/books/9788536322445",coverURL:"//covers.vitalbook.com/vbid/9788536322445/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Treinamento Desportivo: Estrututuração e Periodização, 2ª edição",author:"GOMES, Antonio Carlos",isbn:"9788536320885",vbkType:"pbk",url:"/books/9788536320885",coverURL:"//covers.vitalbook.com/vbid/9788536320885/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Treinamento, Desenvolvimento e Educação em Organizações e Trabalho - Fundamentos para Gstão de ",author:"BORGES-ANDRADE, Jairo E. ; ABBAD, Gardênia da Silva ; MOURÃO, Luciana e colaboradores",isbn:"9788536309880",edition:0,vbkType:"pbk",url:"/books/9788536309880",coverURL:"//covers.vitalbook.com/vbid/9788536309880/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tuberculose",author:"CONDE, Marcus; FITERMAN, Jussara; LIMA, Marina Andrade",isbn:"978-85-8114-011-7",edition:0,vbkType:"pbk",url:"/books/978-85-8114-011-7",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-011-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Um Primeiro Curso em Elementos Finitos",author:"FISH, Jacob; BELYTSCHKO, Ted ",isbn:"978-85-216-1941-3",edition:0,vbkType:"pbk",url:"/books/978-85-216-1941-3",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1941-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"UML Essencial: Um Breve Guia para Linguagem Padrão, 3ª edição",author:"FOWLER, Martin ",isbn:"9788560031382",edition:0,vbkType:"dash",url:"/books/9788560031382",coverURL:"//covers.vitalbook.com/vbid/9788560031382/width/:width?style=preview",hasPageBreaks:!0,format:"dash",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!0,contextToken:null,hasLicense:!0},{title:"Vademecum de Clínica Médica, 3ª edição",author:"PORTO, Celmo Celeno; PORTO, Arnaldo Lemos",isbn:"978-85-277-2023-6",edition:0,vbkType:"pbk",url:"/books/978-85-277-2023-6",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2023-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Vencendo o Transtorno Bipolar com a Terapia Cognitivo-Comportamental",author:"BASCO, Monica RAmirez ",isbn:"9788536320267",edition:0,vbkType:"pbk",url:"/books/9788536320267",coverURL:"//covers.vitalbook.com/vbid/9788536320267/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Vencendo o Transtorno Obsessivo-Compulsivo: Manual de Terapia Cognitivo-Comportamental para Paciente",author:"CORDIOLI, Aristides Volpato",isbn:"9788536318011",edition:0,vbkType:"pbk",url:"/books/9788536318011",coverURL:"//covers.vitalbook.com/vbid/9788536318011/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Vendas: Técnicas Para Encantar seus Clientes",author:"CÔNSOLI, Matheus Alberto ; CASTRO, Luciano Thomé e ; NEVES, Marcos Fava",isbn:"9788577801121",edition:0,vbkType:"pbk",url:"/books/9788577801121",coverURL:"//covers.vitalbook.com/vbid/9788577801121/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Videocirurgia",author:"SILVA, Renato Souza da ; CARLI, Luiz Alberto De e cols.",isbn:"9788536309569",edition:0,vbkType:"pbk",url:"/books/9788536309569",coverURL:"//covers.vitalbook.com/vbid/9788536309569/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Violência Sexual contra Crianças e Adolescentes",author:" FERREIRA, Maria Helena Mariante ; AZAMBUJA, Maria Regina Fay de ",isbn:"9788536324869",edition:0,vbkType:"pbk",url:"/books/9788536324869",coverURL:"//covers.vitalbook.com/vbid/9788536324869/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Vivências de um psicanalista",author:"ZIMERMAN, David E. ",isbn:"9788536312903",edition:0,vbkType:"pbk",url:"/books/9788536312903",coverURL:"//covers.vitalbook.com/vbid/9788536312903/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Vocabulário Contemporâneo de Psicanálise",author:"ZIMERMAN, David E. ",isbn:"9788536314143",edition:0,vbkType:"pbk",url:"/books/9788536314143",coverURL:"//covers.vitalbook.com/vbid/9788536314143/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Web Semântica - A Internet do Futuro",author:"BREITMAN, Karin Koogan",isbn:"978-85-216-1958-1",edition:0,vbkType:"pbk",url:"/books/978-85-216-1958-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1958-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Webjornalismo",author:"PRADO, Magaly",isbn:"978-85-216-1985-7",edition:0,vbkType:"pbk",url:"/books/978-85-216-1985-7",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1985-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Xadrez Dicas para Iniciantes",author:"SADLER, Matthew ",isbn:"9788536326931",edition:0,vbkType:"pbk",url:"/books/9788536326931",coverURL:"//covers.vitalbook.com/vbid/9788536326931/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Zag: A Estratégia nº 1 das Marcas de Sucesso - A Estratégia Número 1 das Marcas de Sucesso",author:"NEUMEIER, Marty ",isbn:"9788577804030",edition:0,vbkType:"pbk",url:"/books/9788577804030",coverURL:"//covers.vitalbook.com/vbid/9788577804030/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Avaliação 360 graus: um instrumento de desenvolvimento gerencial, 3ª edição",author:"REIS, Germano Glufke ",isbn:"9788522469802",edition:0,vbkType:"pbk",url:"/books/9788522469802",coverURL:"//covers.vitalbook.com/vbid/9788522469802/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Avaliação Econômica de Empresas : Técnica e Prática , 2ª edição",author:"FALCINI, Primo ",isbn:"9788522466467",edition:0,vbkType:"pbk",url:"/books/9788522466467",coverURL:"//covers.vitalbook.com/vbid/9788522466467/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Balanço Social e o Relatório da Sustentabilidade",author:"TINOCO, João Eduardo Prudêncio ",isbn:"9788522466436",edition:0,vbkType:"pbk",url:"/books/9788522466436",coverURL:"//covers.vitalbook.com/vbid/9788522466436/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código Florestal Comentado, 4ª edição",author:"MORAES, Luís Carlos Silva de ",isbn:"9788522466993",edition:0,vbkType:"pbk",url:"/books/9788522466993",coverURL:"//covers.vitalbook.com/vbid/9788522466993/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como Elaborar Questionários",author:"VIEIRA, Sonia ",isbn:"9788522466177",edition:0,vbkType:"pbk",url:"/books/9788522466177",coverURL:"//covers.vitalbook.com/vbid/9788522466177/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como Escrever uma Tese, 6ª edição",author:"VIEIRA, Sonia ",isbn:"9788522466146",edition:0,vbkType:"pbk",url:"/books/9788522466146",coverURL:"//covers.vitalbook.com/vbid/9788522466146/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Compromisso de Compra e Venda",author:"ANTONIO JUNIOR, Valter Farid ",isbn:"9788522466870",edition:0,vbkType:"pbk",url:"/books/9788522466870",coverURL:"//covers.vitalbook.com/vbid/9788522466870/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fadas no Divã",author:"CORSO, Diana Lichtenstein ; CORSO, Mário ",isbn:"9788536310220",edition:0,vbkType:"pbk",url:"/books/9788536310220",coverURL:"//covers.vitalbook.com/vbid/9788536310220/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Falsas memórias: Fundamentos científicos e suas aplicações clínicas e jurídicas",author:"STEIN, Lilian Milnitsky e colaboradores",isbn:"9788536321530",edition:0,vbkType:"pbk",url:"/books/9788536321530",coverURL:"//covers.vitalbook.com/vbid/9788536321530/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Familias e Casais: Do Sintoma ao Sistema",author:"MINUCHIN, Salvador ; NICHOLS, Michael P. ; LEE, Wai-Yung",isbn:"9788536319964",edition:0,vbkType:"pbk",url:"/books/9788536319964",coverURL:"//covers.vitalbook.com/vbid/9788536319964/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Filosofia: Textos Fundamentais Comentados, 2 ª edição",author:"BONJOUR, Laurence; BAKER, Ann ",isbn:"9788536323633",edition:0,vbkType:"pbk",url:"/books/9788536323633",coverURL:"//covers.vitalbook.com/vbid/9788536323633/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Finanças Corporativas: Teoria e Prática, 2 ª edição",author:"DAMORADAN, Aswath",isbn:"9788577800353",edition:0,vbkType:"pbk",url:"/books/9788577800353",coverURL:"//covers.vitalbook.com/vbid/9788577800353/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Formação ética: do tédio ao respeito de si",author:"TAILLE, Yves de La ",isbn:"9788536318707",edition:0,vbkType:"pbk",url:"/books/9788536318707",coverURL:"//covers.vitalbook.com/vbid/9788536318707/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos Básicos das Grupoterapias",author:"ZIMERMAN, David E.",isbn:"9788536311654",edition:0,vbkType:"pbk",url:"/books/9788536311654",coverURL:"//covers.vitalbook.com/vbid/9788536311654/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Psicologia - Jung e Reich, Articulando Conceitos e Práticas",author:"FREITAS, Laura Villares de; ALBERTINI, Paulo",isbn:"978-85-277-1941-4",edition:0,vbkType:"pbk",url:"/books/978-85-277-1941-4",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1941-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Psicologia - Morte e Existência Humana: Caminhos de Cuidados e Possibilidades de Int",author:"KOVÁCS, Maria Julia",isbn:"978-85-277-1992-6",edition:0,vbkType:"pbk",url:"/books/978-85-277-1992-6",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1992-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Psicologia - Psicologia do Excepcional, Deficiência Física, Mental e Sensorial",author:"ASSUMPÇÃO Jr., Francisco Baptista; TARDIVO, Leila Salomão de La Plata Cury ",isbn:"978-85-277-1944-5",edition:0,vbkType:"pbk",url:"/books/978-85-277-1944-5",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1944-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Psicologia - Psicologia Evolucionista",author:"OTTA, Emma; YAMAMOTO, Maria Emília",isbn:"978-85-277-2012-0",edition:0,vbkType:"pbk",url:"/books/978-85-277-2012-0",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2012-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Psicologia - Psicopatologia Aspectos Clínicos",author:"ASSUMPÇÃO Jr., Francisco Baptista",isbn:"978-85-277-1945-2",edition:0,vbkType:"pbk",url:"/books/978-85-277-1945-2",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1945-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Psicologia – Família: Diagnostico e Abordagens Terapêuticas",author:"GOMES, Isabel Cristina",isbn:"978-85-277-1985-8",edition:0,vbkType:"pbk",url:"/books/978-85-277-1985-8",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1985-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gênero: Conceitos-Chave em Filosofia",author:"CHANTER, Tina ",isbn:"9788536325828",edition:0,vbkType:"pbk",url:"/books/9788536325828",coverURL:"//covers.vitalbook.com/vbid/9788536325828/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Geografia - Práticas Pedagógicas",author:"REGO, Nelson ; CASTROGIOVANNI, Antonio Carlos ; KAERCHER, Nestor André , Organizadores",isbn:"9788536312453",edition:0,vbkType:"pbk",url:"/books/9788536312453",coverURL:"//covers.vitalbook.com/vbid/9788536312453/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Geografia - Práticas Pedagógicas Para Ensino Médio - Vol. 2",author:"REGO, Nelson ; CASTROGIOVANNI, Antonio Carlos ; KAERCHER, Nestor André , Organizadores",isbn:"9788563899231",edition:0,vbkType:"pbk",url:"/books/9788563899231",coverURL:"//covers.vitalbook.com/vbid/9788563899231/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gerenciamento da Cadeia de Suprimentos/Logística Empresarial, 5ª edição",author:"BALLOU, Ronald H. ",isbn:"9788560031467",edition:0,vbkType:"pbk",url:"/books/9788560031467",coverURL:"//covers.vitalbook.com/vbid/9788560031467/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gerenciamento da qualidade na indústria alimentícia: Ênfase na segurança dos alimentos",author:"BERTOLINO, Marco Túlio",isbn:"9788536323473",edition:0,vbkType:"pbk",url:"/books/9788536323473",coverURL:"//covers.vitalbook.com/vbid/9788536323473/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão contemporânea de pessoas: Novas práticas, conceitos tradicionais, 2 ª edição",author:"Claudia Bitencourt",isbn:"9788577806225",edition:0,vbkType:"pbk",url:"/books/9788577806225",coverURL:"//covers.vitalbook.com/vbid/9788577806225/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão da Força de Vendas, 12 ª edição",author:"SPIRO, Rosann L. ; RICH, Gregory A.; STANTON, William J.",isbn:"9788563308481",edition:0,vbkType:"pbk",url:"/books/9788563308481",coverURL:"//covers.vitalbook.com/vbid/9788563308481/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Idéias para Inovação Contínua",author:"BARBIERI, José Carlos ; ÁLVARES, Antonio Carlos Teixeira ; CAJAZEIRA, Jorge Emanuel Reis ",isbn:"9788577804429",edition:0,vbkType:"pbk",url:"/books/9788577804429",coverURL:"//covers.vitalbook.com/vbid/9788577804429/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Processos: Pensar, Agir e Aprender",author:"PAIM, Rafael ; CARDOSO, Vinicius ; CAULLIRAUX, Heitor ; CLEMENTE, Rafael ",isbn:"9788577805327",edition:0,vbkType:"pbk",url:"/books/9788577805327",coverURL:"//covers.vitalbook.com/vbid/9788577805327/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Tecnologia da Informação - Governança de TI: Arquitetura e Alinhamento entre Sistemas ",author:"MOLINARO, Carneiro Ramos",isbn:"978-85-216-1972-7",edition:0,vbkType:"pbk",url:"/books/978-85-216-1972-7",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1972-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão Educacional: Uma Nova Visão",author:"COLOMBO, Sonia Simões e colaboradores",isbn:"9788536312590",edition:0,vbkType:"pbk",url:"/books/9788536312590",coverURL:"//covers.vitalbook.com/vbid/9788536312590/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão Estratégica do Risco",author:"DAMODARAN, Aswath ",isbn:"9788577804580",edition:0,vbkType:"pbk",url:"/books/9788577804580",coverURL:"//covers.vitalbook.com/vbid/9788577804580/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"História da Riqueza do Homem, 22ª edição",author:"HUBERMAN, Leo",isbn:"978-85-216-1954-3",edition:0,vbkType:"pbk",url:"/books/978-85-216-1954-3",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1954-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Homens Maus Fazem o que Homens Bons Sonham - Um Psiquiatra Forense Ilumina o Lado Obscuro do Comport",author:"SIMON, Robert I. ",isbn:"9788536321509",edition:0,vbkType:"pbk",url:"/books/9788536321509",coverURL:"//covers.vitalbook.com/vbid/9788536321509/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Homo Zappiens: Educando na Era Digital",author:"VEEN, Wim ; VRAKKING, Ben ",isbn:"9788536319209",edition:0,vbkType:"pbk",url:"/books/9788536319209",coverURL:"//covers.vitalbook.com/vbid/9788536319209/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Implementando o Desenvolvimento Lean de Software - Do Conceito ao Dinheiro",author:"POPPENDIECK, Mary ; POPPENDIECK, Tom ",isbn:"9788577807796",edition:0,vbkType:"pbk",url:"/books/9788577807796",coverURL:"//covers.vitalbook.com/vbid/9788577807796/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Instalações Hidráulicas e Sanitárias, 6ª edição",author:"CREDER, Hélio",isbn:"978-85-216-1937-6",edition:0,vbkType:"pbk",url:"/books/978-85-216-1937-6",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1937-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Instalações Hidráulicas Prediais e Industriais, 4ª edição",author:"MACINTYRE, Archibald Joseph",isbn:"978-85-216-1964-2",edition:0,vbkType:"pbk",url:"/books/978-85-216-1964-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1964-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Instrumentação e Fundamentos de Medidas - Vol. 1, 2ª edição",author:"BALBINOT, Alexandre; BRUSAMARELLO, Valner João",isbn:"978-85-216-1921-5",edition:0,vbkType:"pbk",url:"/books/978-85-216-1921-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1921-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Instrumentação, Controle e Automação de Processos, 2ª edição",author:"ALVES, José Luiz Loureiro ",isbn:"978-85-216-1917-8",edition:0,vbkType:"pbk",url:"/books/978-85-216-1917-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1917-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução a Economia",author:"HUBBARD, R. Glenn; O’BRIEN, Anthony",isbn:"9788577806232",edition:1,vbkType:"pbk",url:"/books/9788577806232",coverURL:"//covers.vitalbook.com/vbid/9788577806232/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Análise e ao Projeto em Elementos Finitos",author:"KIM, Nam-Ho; SANKAR, Bhavani V. ",isbn:"978-85-216-1959-8",edition:0,vbkType:"pbk",url:"/books/978-85-216-1959-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1959-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Educação Especial",author:"SMITH, Deborah D. ",isbn:"9788536317229",edition:0,vbkType:"pbk",url:"/books/9788536317229",coverURL:"//covers.vitalbook.com/vbid/9788536317229/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Engenharia de Sistemas Térmicos",author:"MORAN, Michael J.; SHAPIRO, Howard N.; MUNSON, Bruce R.; DEWITT, David P.",isbn:"978-85-216-1977-2",edition:0,vbkType:"pbk",url:"/books/978-85-216-1977-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1977-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Organização de Computadores, 5ª edição",author:"MONTEIRO, Mario A.",isbn:"978-85-216-1973-4",edition:0,vbkType:"pbk",url:"/books/978-85-216-1973-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1973-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Kaizen e Implementação de Eventos Kaizen",author:"ORTIZ, Chris A. ",isbn:"9788577807390",edition:0,vbkType:"pbk",url:"/books/9788577807390",coverURL:"//covers.vitalbook.com/vbid/9788577807390/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Língua de Sinais - Instrumento de Avaliação",author:" QUADROS, Ronice Müller ; CRUZ, Carina Rebello",isbn:"9788536325200",edition:0,vbkType:"pbk",url:"/books/9788536325200",coverURL:"//covers.vitalbook.com/vbid/9788536325200/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Língua de Sinais Brasileira: Estudos Lingüísticos",author:"QUADROS, Ronice Müller de ; KARNOPP, Lodenir Becker",isbn:"9788536311746",edition:0,vbkType:"pbk",url:"/books/9788536311746",coverURL:"//covers.vitalbook.com/vbid/9788536311746/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ler, escrever e resolver problemas: Habilidades básicas para aprender matemática",author:"SMOLE, Kátia Stocco ; DINIZ, Maria Ignez ",isbn:"9788536311920",edition:0,vbkType:"pbk",url:"/books/9788536311920",coverURL:"//covers.vitalbook.com/vbid/9788536311920/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lições de Física: A Edição Definitiva, 4 Vols.",author:"FEYNMAN, Richard P.",isbn:"9788577803217",edition:0,vbkType:"pbk",url:"/books/9788577803217",coverURL:"//covers.vitalbook.com/vbid/9788577803217/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Liderando com Metas Flexíveis [ Beyond Budgeting ] uma guia para a Revolução do Desempenho",author:"PFLAEGING, Niels ",isbn:"9788577805440",edition:0,vbkType:"pbk",url:"/books/9788577805440",coverURL:"//covers.vitalbook.com/vbid/9788577805440/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Linguagens Formais e Autômatos, 6ª edição",author:"Paulo Blauth Menezes",isbn:"9788577807994",edition:0,vbkType:"pbk",url:"/books/9788577807994",coverURL:"//covers.vitalbook.com/vbid/9788577807994/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Literatura e Alfabetização: Do Plano do Choro ao Plano da Ação",author:"SARAIVA, Juracy Assmann ",isbn:"9788536318165",edition:0,vbkType:"pbk",url:"/books/9788536318165",coverURL:"//covers.vitalbook.com/vbid/9788536318165/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Terapia Cognitivo-Comportamental para Casais e Famílias",author:"DATTILIO, Frank M. ",isbn:"9788536325057",edition:0,vbkType:"pbk",url:"/books/9788536325057",coverURL:"//covers.vitalbook.com/vbid/9788536325057/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Terapia Familiar – Volume II",author:"OSORIO, Luiz Carlos ; VALLE, Maria Elizabeth Pascual do e colaboradores",isbn:"9788536324371",edition:0,vbkType:"pbk",url:"/books/9788536324371",coverURL:"//covers.vitalbook.com/vbid/9788536324371/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual do Residente de Radiologia, 2ª edição",author:"WERLANG, Henrique Zambenedeti; BERGOLI, Pedro Martins; MADALOSSO, Ben Hur",isbn:"978-85-277-2053-3",edition:0,vbkType:"pbk",url:"/books/978-85-277-2053-3",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2053-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing Educacional em Ação: Estratégias e ferramentas",author:"COLOMBO, Sonia Simões e colaboradores",isbn:"9788577803859",edition:0,vbkType:"pbk",url:"/books/9788577803859",coverURL:"//covers.vitalbook.com/vbid/9788577803859/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática Avançada para Engenharia - Vol I, 3ª edição",author:"ZILL, Dennis G. ; CULLEN, Michael R.",isbn:"9788577804771",edition:0,vbkType:"pbk",url:"/books/9788577804771",coverURL:"//covers.vitalbook.com/vbid/9788577804771/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática Avançada para Engenharia - Vol II, 3ª edição",author:"ZILL, Dennis G. ; CULLEN, Michael R. ",isbn:"9788577804979",edition:0,vbkType:"pbk",url:"/books/9788577804979",coverURL:"//covers.vitalbook.com/vbid/9788577804979/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática Avançada para Engenharia - Vol III, 3ª edição",author:"ZILL, Dennis G. ; CULLEN, Michael R. ",isbn:"9788577805990",edition:0,vbkType:"pbk",url:"/books/9788577805990",coverURL:"//covers.vitalbook.com/vbid/9788577805990/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática Discreta e suas Aplicações, 6ª edição",author:"ROSEN, Kenneth H. ",isbn:"9788563308399",edition:0,vbkType:"pbk",url:"/books/9788563308399",coverURL:"//covers.vitalbook.com/vbid/9788563308399/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mecânica dos Fluidos, 6ª edição",author:"WHITE, Frank M. ",isbn:"9788580550092",edition:0,vbkType:"pbk",url:"/books/9788580550092",coverURL:"//covers.vitalbook.com/vbid/9788580550092/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Medicamentos na prática clínica",author:"BARROS, Elvino ; BARROS, Helena M. T.",isbn:"9788536323176",edition:0,vbkType:"pbk",url:"/books/9788536323176",coverURL:"//covers.vitalbook.com/vbid/9788536323176/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Medicina Bucal",author:"BORAKS, Sílvio -CD",isbn:"9788536701523",edition:0,vbkType:"pbk",url:"/books/9788536701523",coverURL:"//covers.vitalbook.com/vbid/9788536701523/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Medicina Física e Reabilitação",author:"CHAMLIAM, Therezinha Rosane",isbn:"978-85-277-1960-5",edition:0,vbkType:"pbk",url:"/books/978-85-277-1960-5",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1960-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Medidas do Comportamento Organizacional: Ferramentas de Diagnóstico e de Gestão",author:"SIQUEIRA, Mirlene Maria Matias",isbn:"9788536314945",edition:0,vbkType:"pbk",url:"/books/9788536314945",coverURL:"//covers.vitalbook.com/vbid/9788536314945/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Memória, 2 ª edição",author:"IZQUIERDO, Iván ",isbn:"9788536325682",edition:0,vbkType:"pbk",url:"/books/9788536325682",coverURL:"//covers.vitalbook.com/vbid/9788536325682/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mesoeconomia - Lições de Contabilidade Social - A Mensuração do Esforço Produtivo da Sociedade",author:"BÊRNI, Duilio de Ávila ; LAUTERT, Vladimir e colaboradores",isbn:"9788540700550",edition:0,vbkType:"pbk",url:"/books/9788540700550",coverURL:"//covers.vitalbook.com/vbid/9788540700550/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microeconomia - Uma Abordagem Completa",author:"BESANKO, David A.; BRAEUTIGAN, Ronald R.",isbn:"978-85-216-1922-2",edition:0,vbkType:"pbk",url:"/books/978-85-216-1922-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1922-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microscopia de luz em microbiologia: Morfologia bacteriana e fúngica",author:"HOFLING, José Francisco ; GONÇALVES, Reginaldo Bruno ",isbn:"9788536315966",edition:0,vbkType:"pbk",url:"/books/9788536315966",coverURL:"//covers.vitalbook.com/vbid/9788536315966/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Modelos Pedagógicos em Educação a Distância",author:"BEHAR, Patricia Alejandra e colaboradores",isbn:"9788536318622",edition:0,vbkType:"pbk",url:"/books/9788536318622",coverURL:"//covers.vitalbook.com/vbid/9788536318622/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Monitoramento do Paciente Crítico, 2ª edição",author:"JEVON, Philip ; EWENS, Beverley ",isbn:"9788536319582",edition:0,vbkType:"pbk",url:"/books/9788536319582",coverURL:"//covers.vitalbook.com/vbid/9788536319582/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Moral e Ética: Dimensões Intelectuais e Afetivas",author:"taille, Yves de La ",isbn:"9788536306285",edition:0,vbkType:"pbk",url:"/books/9788536306285",coverURL:"//covers.vitalbook.com/vbid/9788536306285/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Multimídia - Conceitos e Aplicações, 2ª edição",author:"PADUA FILHO, Wilson de Paula",isbn:"978-85-216-1993-2",edition:0,vbkType:"pbk",url:"/books/978-85-216-1993-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1993-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Multinacionais Brasileiras: Internacionalização, Inovação e Estratégia Global",author:"OLIVEIRA JUNIOR, Moacir de Miranda e colaboradores",isbn:"9788577807611",edition:0,vbkType:"pbk",url:"/books/9788577807611",coverURL:"//covers.vitalbook.com/vbid/9788577807611/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Neurociência da Mente e do Comportamento",author:"LENT, Roberto",isbn:"978-85-277-1994-0",edition:0,vbkType:"pbk",url:"/books/978-85-277-1994-0",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1994-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nietzsche",author:"HAASE, Ullrich",isbn:"9788536325330",edition:0,vbkType:"pbk",url:"/books/9788536325330",coverURL:"//covers.vitalbook.com/vbid/9788536325330/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novas Maneiras de Ensinar, Novas Formas de Aprender",author:"ANTUNES, Celso ",isbn:"9788536313139",edition:0,vbkType:"pbk",url:"/books/9788536313139",coverURL:"//covers.vitalbook.com/vbid/9788536313139/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novos Dilemas da Política Econômica - Ensaios em Homenagem a Dionisio Dias Carneiro",author:"BACHA, Edmar; BOLLE, Monica de ",isbn:"978-85-216-1920-8",edition:0,vbkType:"pbk",url:"/books/978-85-216-1920-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1920-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Amor e seus Labirintos",author:"COSTA, Gley P.",isbn:"9788536310664",edition:0,vbkType:"pbk",url:"/books/9788536310664",coverURL:"//covers.vitalbook.com/vbid/9788536310664/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Dia a Dia das Creches e Pré-Escolas: Crônicas Brasileiras",author:"MELLO, Ana Maria ; CORRÊA, Maria Cristina da Silva ; VIEIRA, Flaviana Rodrigues ; BOTOLACI, Natáli",isbn:"9788536321929",edition:0,vbkType:"pbk",url:"/books/9788536321929",coverURL:"//covers.vitalbook.com/vbid/9788536321929/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Ensino do Tênis: Novas Perspectivas de Aprendizagem",author:"BALBINOTTI, Carlos e colaboradores",isbn:"9788536319322",edition:0,vbkType:"pbk",url:"/books/9788536319322",coverURL:"//covers.vitalbook.com/vbid/9788536319322/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Livro Oficial do Ubuntu, 2ª edição",author:"HILL, Benjamin Mako ; BACON, Jono ; KRSTIC, Ivan ; MURPHY, David J.",isbn:"9788577803286",edition:0,vbkType:"pbk",url:"/books/9788577803286",coverURL:"//covers.vitalbook.com/vbid/9788577803286/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Menino e a Borboleta",author:"PORTO, Celmo Celeno",isbn:"978-85-277-2021-2",edition:0,vbkType:"pbk",url:"/books/978-85-277-2021-2",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2021-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Mundo da Criança - Da Infância à Adolescência , 11ª edição",author:"PAPALIA, Diane E. ; OLDS, Sally Wendkos; FELDMAN, Ruth Duskin ",isbn:"9788563308368",edition:0,vbkType:"pbk",url:"/books/9788563308368",coverURL:"//covers.vitalbook.com/vbid/9788563308368/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O novo Inconsciente",author:"CALLEGARO, Marco Montarroyos",isbn:"9788536325699",edition:0,vbkType:"pbk",url:"/books/9788536325699",coverURL:"//covers.vitalbook.com/vbid/9788536325699/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Odontologia Legal & Antropologia Forense, 2ª edição",author:"VANRELL, Jorge Paulete",isbn:"978-85-277-2013-7",edition:0,vbkType:"pbk",url:"/books/978-85-277-2013-7",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2013-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ortopedia e Traumatologia: Principios e Prática, 4ª edição",author:"HEBERT, Sizínio ; BARROS FILHO, Tarcísio Eloy P.; XAVIER, Renato ; PARDINI JUNIOR, Arlindo Gomes",isbn:"9788536318509",edition:0,vbkType:"pbk",url:"/books/9788536318509",coverURL:"//covers.vitalbook.com/vbid/9788536318509/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Paradigmas do Software Aberto",author:"PACITTI, Tércio",isbn:"978-85-216-1983-3",edition:0,vbkType:"pbk",url:"/books/978-85-216-1983-3",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1983-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Parasitologia, 4ª edição",author:"REY, Luís",isbn:"978-85-277-2027-4",edition:0,vbkType:"pbk",url:"/books/978-85-277-2027-4",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2027-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pareceres IV - Esclarecimentos Sobre Questões de Medicina Legal e de Direito Médico",author:"FRANÇA, Genival Veloso de ",isbn:"978-85-277-1980-3",edition:0,vbkType:"pbk",url:"/books/978-85-277-1980-3",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1980-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Patologia da Reprodução dos Animais Domésticos, 3ª edição",author:"NASCIMENTO, Ernane Fagundes do; SANTOS, Renato de Lima",isbn:"978-85-277-2010-6",edition:0,vbkType:"pbk",url:"/books/978-85-277-2010-6",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2010-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pedagogia do Desporto",author:"TANI, Go; BENTO, Jorge Olímpio; PETERSEN, Ricardo Demétrio de Souza",isbn:"978-85-277-2043-4",edition:0,vbkType:"pbk",url:"/books/978-85-277-2043-4",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2043-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pediatria: Consulta rápida",author:"PICON, Paula Xavier",isbn:"9788536322353",edition:1,vbkType:"pbk",url:"/books/9788536322353",coverURL:"//covers.vitalbook.com/vbid/9788536322353/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!0,contextToken:null,hasLicense:!0},{title:"Perícias Médicas - Teoria e Prática",author:"EPIPHANIO, Emílio Bicalho; VILELA, José Ricardo de Paula Xavier",isbn:"978-85-277-1975-9",edition:0,vbkType:"pbk",url:"/books/978-85-277-1975-9",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1975-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pesquisa Qualitativa na Atenção a Saúde, 3ª edição",author:"POPE, Catherine ; MAYS, Nicholas ",isbn:"9788536318578",edition:0,vbkType:"pbk",url:"/books/9788536318578",coverURL:"//covers.vitalbook.com/vbid/9788536318578/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pneumologia - Série No Consultório",author:"BARRETO, Sérgio Saldanha Menna e colaboradores",isbn:"9788536319315",edition:0,vbkType:"pbk",url:"/books/9788536319315",coverURL:"//covers.vitalbook.com/vbid/9788536319315/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Práticas de Laboratório de Bioquímica e Biofísica",author:"COMPRI-NARDY, Mariane B.; STELLA, Mércia Breda; OLIVEIRA, Carolina de ",isbn:"978-85-277-1963-6",edition:0,vbkType:"pbk",url:"/books/978-85-277-1963-6",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1963-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prótese sobre Implantes - Planejamento, Previsibilidade e Estética",author:"FRANCISCHONE, Carlos Eduardo; CARVALHO, Paulo Sergio Perri de ",isbn:"978-85-7288-932-2",edition:0,vbkType:"pbk",url:"/books/978-85-7288-932-2",coverURL:"//covers.vitalbook.com/vbid/978-85-7288-932-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios de Administração de Redes e Sistemas, 2ª edição",author:"BURGESS, Mark ",isbn:"978-85-216-1928-4",edition:0,vbkType:"pbk",url:"/books/978-85-216-1928-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1928-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios de Nefrologia e Distúrbios Hidroeletrolíticos, 5ª edição",author:"RIELLA, Miguel Carlos",isbn:"978-85-277-2030-4",edition:0,vbkType:"pbk",url:"/books/978-85-277-2030-4",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2030-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios de Otorrinolaringologia - Cirurgia de Cabeça e Pescoço, 9ª edição",author:"LEE, K. J. ",isbn:"9788563308672",edition:0,vbkType:"pbk",url:"/books/9788563308672",coverURL:"//covers.vitalbook.com/vbid/9788563308672/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios Elementares dos Processos Químicos, 3ª edição",author:"FELDER, Richard M.; ROSSEAU, Ronald W.",isbn:"978-85-216-1940-6",edition:0,vbkType:"pbk",url:"/books/978-85-216-1940-6",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1940-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Principios de Fisiologia Animal, 2ª edição",author:"MOYSES, Christopher D. ; SCHULTE, Patricia M.",isbn:"9788536323244",edition:0,vbkType:"pbk",url:"/books/9788536323244",coverURL:"//covers.vitalbook.com/vbid/9788536323244/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Probabilidade e Estatística na Engenharia, 4ª edição",author:"HINES, William W.; MONTGOMERY, Douglas C.; GOLDSMAN, Dave; BORROR, Connie M. ",isbn:"978-85-216-1953-6",edition:0,vbkType:"pbk",url:"/books/978-85-216-1953-6",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1953-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processo de Enfermagem na Prática Clínica do HCPA",author:"Mirian ALMEIDA; Fátima LUCENA; Elenara FRANZEN; Maria do Carmo LAURENT",isbn:"9788536325842",edition:0,vbkType:"pbk",url:"/books/9788536325842",coverURL:"//covers.vitalbook.com/vbid/9788536325842/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Projeto de Banco de Dados, 6ª edição",author:"HEUSER, Carlos Alberto ",isbn:"9788577804528",edition:0,vbkType:"pbk",url:"/books/9788577804528",coverURL:"//covers.vitalbook.com/vbid/9788577804528/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Projeto Mecânico de Elementos de Máquinas",author:"COLLINS, Jack A.; BUSBY, Henry R.; STAAB, George Hans",isbn:"978-85-216-1935-2",edition:0,vbkType:"pbk",url:"/books/978-85-216-1935-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1935-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Protocolo TCP/IP, 3ª edião",author:"FOROUZAN, Behrouz A. ",isbn:"9788563308689",edition:0,vbkType:"pbk",url:"/books/9788563308689",coverURL:"//covers.vitalbook.com/vbid/9788563308689/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicodiagnóstico - V, 5edição Reviisada e Ampliada",author:"CUNHA, Jurema Alcides e Colaboradores ",isbn:"9788536307787",edition:0,vbkType:"pbk",url:"/books/9788536307787",coverURL:"//covers.vitalbook.com/vbid/9788536307787/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia Hospitalar - Teoria, Aplicações e Casos Clínicos, 2ª edição",author:"BAPTISTA, Makilim Nunes; DIAS, Rosana Righetto",isbn:"978-85-277-1948-3",edition:0,vbkType:"pbk",url:"/books/978-85-277-1948-3",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1948-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicopatologia e Semiologia dos Transtornos Mentais, 2ª edição",author:"DALGALARRONDO, Paulo ",isbn:"9788536314938",edition:0,vbkType:"pbk",url:"/books/9788536314938",coverURL:"//covers.vitalbook.com/vbid/9788536314938/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicopatologia Evolutiva",author:"ASSUMPÇÃO JR. , Francisco B.",isbn:"9788536312835",edition:0,vbkType:"pbk",url:"/books/9788536312835",coverURL:"//covers.vitalbook.com/vbid/9788536312835/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicossomática Hoje, 2ª ediçao",author:" MELLO FILHO, Julio ;BURD, Miriam e colaboradores",isbn:"9788536322759",edition:0,vbkType:"pbk",url:"/books/9788536322759",coverURL:"//covers.vitalbook.com/vbid/9788536322759/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicoterapia Dinâmica das Patologias Leves de Personalidade",author:"CALIGOR, Eve ; KERNBERG, Otto F. ; CLARKIN, John F.",isbn:"9788536317236",edition:0,vbkType:"pbk",url:"/books/9788536317236",coverURL:"//covers.vitalbook.com/vbid/9788536317236/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Nutrição e Metabolismo - Consumo Alimentar",author:"MONTEIRO, Jacqueline Pontes",isbn:"978-85-277-2005-2",edition:0,vbkType:"pbk",url:"/books/978-85-277-2005-2",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2005-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Nutrição e Metabolismo - Manual de Procedimentos em Nutrologia",author:"MACHADO, Juliana Deh Carvalho; SILVESTRE, Simone Chaves de Miranda; MARCHINI, Julio Sérgio",isbn:"978-85-277-2001-4",edition:0,vbkType:"pbk",url:"/books/978-85-277-2001-4",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2001-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A terapia cognitivo-comportamental baseada em evidências",author:"DOBSON, Deborah; DOBSON, Keith S. ",isbn:"9788536324128",edition:0,vbkType:"pbk",url:"/books/9788536324128",coverURL:"//covers.vitalbook.com/vbid/9788536324128/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração básica, 6ª edição",author:"SILVA, Adelphino Teixeira da",isbn:"9788522464746",edition:0,vbkType:"pbk",url:"/books/9788522464746",coverURL:"//covers.vitalbook.com/vbid/9788522464746/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração de hotelaria hospitalar: serviços aos clientes, humanização do atendimento, depar",author:"TARABOULSI, Fadi Antoine ",isbn:"9788522464494",edition:0,vbkType:"pbk",url:"/books/9788522464494",coverURL:"//covers.vitalbook.com/vbid/9788522464494/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração de vendas: planejamento, estratégia e gestão",author:"CASTRO, Luciano Thomé e ; NEVES, Marcos Fava ",isbn:"9788522464876",edition:0,vbkType:"pbk",url:"/books/9788522464876",coverURL:"//covers.vitalbook.com/vbid/9788522464876/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração estratégica : teoria e prática",author:"BULGACOV, Sergio ; SOUZA, Queila Regina ; PROHMANN, José Ivan de Paula ; COSER, Claudia ; BARANIUK",isbn:"9788522464791",edition:0,vbkType:"pbk",url:"/books/9788522464791",coverURL:"//covers.vitalbook.com/vbid/9788522464791/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração estratégica de vendas e canais de distribuição",author:"MEGIDO, José Luiz Tejon ; SZULCSEWSKI, Charles John ",isbn:"9788522464609",edition:0,vbkType:"pbk",url:"/books/9788522464609",coverURL:"//covers.vitalbook.com/vbid/9788522464609/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Adobe Flash CS4 Classroom in a Book",author:"Adobe Creative Team",isbn:"9788577806058",edition:0,vbkType:"pbk",url:"/books/9788577806058",coverURL:"//covers.vitalbook.com/vbid/9788577806058/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Adobe Flash Professional CS5 Classroom in a Book",author:"Adobe Creative Team",isbn:"9788577808588",edition:0,vbkType:"pbk",url:"/books/9788577808588",coverURL:"//covers.vitalbook.com/vbid/9788577808588/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Adobe Illustrator CS3 Classroom in a Book",author:"Adobe Creative Team",isbn:"9788577802258",edition:0,vbkType:"pbk",url:"/books/9788577802258",coverURL:"//covers.vitalbook.com/vbid/9788577802258/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Adobe Illustrator CS4 Classroom in a Book",author:"Adobe Creative Team",isbn:"9788577806089",edition:0,vbkType:"pbk",url:"/books/9788577806089",coverURL:"//covers.vitalbook.com/vbid/9788577806089/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Adobe Indesign CS3 Classroom in a Book",author:"Adobe Creative Team",isbn:"9788577802142",edition:0,vbkType:"pbk",url:"/books/9788577802142",coverURL:"//covers.vitalbook.com/vbid/9788577802142/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Adobe Indesign CS4 Classroom in a Book",author:"Adobe Creative Team",isbn:"9788577805884",edition:0,vbkType:"pbk",url:"/books/9788577805884",coverURL:"//covers.vitalbook.com/vbid/9788577805884/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Adobe Photoshop CS3 Classroom in a Book",author:"Adobe Creative Team",isbn:"9788577802241",edition:0,vbkType:"pbk",url:"/books/9788577802241",coverURL:"//covers.vitalbook.com/vbid/9788577802241/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Adobe Photoshop CS4 Classroom in a Book",author:"Adobe Creative Team",isbn:"9788577805938",edition:0,vbkType:"pbk",url:"/books/9788577805938",coverURL:"//covers.vitalbook.com/vbid/9788577805938/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Afinal, onde estão os líderes?",author:"WEBER, Antônio Celso Mendes ",isbn:"9788577805914",edition:0,vbkType:"pbk",url:"/books/9788577805914",coverURL:"//covers.vitalbook.com/vbid/9788577805914/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Agricultura integrada: inserindo pequenos produtores de maneira sustentável em modernas cadeias pro",author:"NEVES, Marcos Fava , CASTRO, Luciano Thomé e (Org.)",isbn:"9788522470396",edition:0,vbkType:"pbk",url:"/books/9788522470396",coverURL:"//covers.vitalbook.com/vbid/9788522470396/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Agronegócios e desenvolvimento sustentável : uma agenda para a liderança mundial na produção de",author:"NEVES, Marcos Fava e Colaboradores",isbn:"9788522464524",edition:0,vbkType:"pbk",url:"/books/9788522464524",coverURL:"//covers.vitalbook.com/vbid/9788522464524/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Alfabetização de adultos: Leitura e produção de textos",author:"DURANTE, Marta ",isbn:"9788536311982",edition:0,vbkType:"pbk",url:"/books/9788536311982",coverURL:"//covers.vitalbook.com/vbid/9788536311982/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Alocação de Ativos em Private Banking",author:"BRITO, Ney Roberto Ottoni de ",isbn:"9788560031740",edition:0,vbkType:"pbk",url:"/books/9788560031740",coverURL:"//covers.vitalbook.com/vbid/9788560031740/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Analise Quantitativa para a Administração, 10ª edição",author:"RENDER, Barry ; STAIR Jr., Ralph M. ; HANNA, Michael E. ",isbn:"9788577806676",edition:0,vbkType:"pbk",url:"/books/9788577806676",coverURL:"//covers.vitalbook.com/vbid/9788577806676/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Análise de variância : (Anova)",author:"VIEIRA, Sonia ",isbn:"9788522465798",edition:0,vbkType:"pbk",url:"/books/9788522465798",coverURL:"//covers.vitalbook.com/vbid/9788522465798/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Análise e viabilidade de projetos de investimentos",author:"BRITO, Paulo",isbn:"9788522465774",edition:0,vbkType:"pbk",url:"/books/9788522465774",coverURL:"//covers.vitalbook.com/vbid/9788522465774/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Análise multivariada de dados, 6ª edição",author:"HAIR Jr. , Joseph F.; BLACK, William C. ; BABIN, Barry J. ; ANDERSON, Rolph E.; TATHAM, Ronald L. ",isbn:"9788577805341",edition:0,vbkType:"pbk",url:"/books/9788577805341",coverURL:"//covers.vitalbook.com/vbid/9788577805341/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Aprendendo a Terapia Cognitivo-Comportamental",author:"WRIGHT, Jesse H. ; BASCO, Monica R.; Thase, Michael E.",isbn:"9788536314495",edition:0,vbkType:"dash",url:"/books/9788536314495",coverURL:"//covers.vitalbook.com/vbid/9788536314495/width/:width?style=preview",hasPageBreaks:!0,format:"dash",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!0,contextToken:null,hasLicense:!0},{title:"Aprendizagem Organizacional no Brasil",author:"ANTONELLO, Claudia S.; GODOY, Arilda S. E colaboradores",isbn:"9788577808724",edition:0,vbkType:"pbk",url:"/books/9788577808724",coverURL:"//covers.vitalbook.com/vbid/9788577808724/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Arbitragem : estudos em homenagem ao Prof. Guido Fernando Silva Soares",author:"LEMES, Selma Ferreira ; CARMONA, Carlos Alberto ; MARTINS, Pedro Batista (coordenadores)",isbn:"9788522466825",edition:0,vbkType:"pbk",url:"/books/9788522466825",coverURL:"//covers.vitalbook.com/vbid/9788522466825/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Auditoria de demonstrações contábeis:normas e procedimentos, 5ª edição",author:"PEREZ JUNIOR, José Hernandez ",isbn:"9788522469918",edition:0,vbkType:"pbk",url:"/books/9788522469918",coverURL:"//covers.vitalbook.com/vbid/9788522469918/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Auditoria de impostos e contribuições, 3ª edição",author:"Edmar Oliveira Andrade Filho",isbn:"9788522466405",edition:0,vbkType:"pbk",url:"/books/9788522466405",coverURL:"//covers.vitalbook.com/vbid/9788522466405/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Avaliação de Projetos e Investimentos",author:"TITMAN, Sheridan ; MARTIN, John D.",isbn:"9788577806096",edition:0,vbkType:"pbk",url:"/books/9788577806096",coverURL:"//covers.vitalbook.com/vbid/9788577806096/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bons Pensamentos - Bons Sentimentos",author:"STALLARD, Paul ",isbn:"9788536320366",edition:0,vbkType:"pbk",url:"/books/9788536320366",coverURL:"//covers.vitalbook.com/vbid/9788536320366/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Brinquedoteca: Sucata Vira Brinquedo",author:"SANTOS, Santa Marli Pires dos ",isbn:"9788536309750",edition:0,vbkType:"pbk",url:"/books/9788536309750",coverURL:"//covers.vitalbook.com/vbid/9788536309750/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cadernos do Mathema - Ensino Médio: Jogos de matemática de 1º a 3º ano",author:"SMOLE, Kátia Stocco ; DINIZ, Maria Ignez ; PESSOA, Neide ; ISHIHARA,Cristiane",isbn:"9788536317281",edition:0,vbkType:"pbk",url:"/books/9788536317281",coverURL:"//covers.vitalbook.com/vbid/9788536317281/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cinema e loucura: Conhecendo os transtornos mentais através dos filmes",author:"LANDEIRA-FERNANDEZ, J. ; CHENIAUX, Elie ",isbn:"9788536323398",edition:0,vbkType:"pbk",url:"/books/9788536323398",coverURL:"//covers.vitalbook.com/vbid/9788536323398/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cinemática e dinâmica dos mecanismos",author:"NORTON, Robert L.",isbn:"9788580550122",edition:1,vbkType:"pbk",url:"/books/9788580550122",coverURL:"//covers.vitalbook.com/vbid/9788580550122/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Matemática: Brincadeiras Infantis nas Aulas de Matemática - Vol.1",author:"SMOLE, Kátia Stocco ; DINIZ. Maria Ignez ; CÂNDICO, Patrícia ",isbn:"9788536308654",edition:0,vbkType:"pbk",url:"/books/9788536308654",coverURL:"//covers.vitalbook.com/vbid/9788536308654/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como fazer uma boa escola",author:"BRIGHOUSE, Tim ; WOODS, David",isbn:"9788536323947",edition:0,vbkType:"pbk",url:"/books/9788536323947",coverURL:"//covers.vitalbook.com/vbid/9788536323947/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Compreender e Aplicar Sun Tzu: O pensamento estratégico Chinês: uma sabedoria em ação",author:"FAYARD, Pierre ",isbn:"9788577801329",edition:0,vbkType:"pbk",url:"/books/9788577801329",coverURL:"//covers.vitalbook.com/vbid/9788577801329/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Compreender e transformar o ensino, 4ª edição",author:"SACRISTÁN, J. Gimeno ; GÓMEZ, A. I. Pérez",isbn:"9788536312774",edition:0,vbkType:"pbk",url:"/books/9788536312774",coverURL:"//covers.vitalbook.com/vbid/9788536312774/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Compreender o Behavorismo, 2ª edição",author:"BAUM, William M. ",isbn:"9788536307695",edition:0,vbkType:"pbk",url:"/books/9788536307695",coverURL:"//covers.vitalbook.com/vbid/9788536307695/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comunicação Gráfica Moderna",author:"GIESECKE, Frederick E. ; MITCHELL, Alva; HENRY, Cecil Spencer ; HILL, Ivan Leroy; DYGDON, John Thoma",isbn:"9788577803750",edition:0,vbkType:"pbk",url:"/books/9788577803750",coverURL:"//covers.vitalbook.com/vbid/9788577803750/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Conceitualização de casos colaborativa",author:"KUYKEN, Willem ; PADESKY, Christine A. ; DUDLEY, Robert ",isbn:"9788536322421",edition:0,vbkType:"pbk",url:"/books/9788536322421",coverURL:"//covers.vitalbook.com/vbid/9788536322421/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Crianças e Adolescentes em Psicoterapia: A abordagem psicanalítica",author:"CASTRO, Maria da Graça Kern ; STÜRMER, Anie e colaboradores",isbn:"9788536319933",edition:0,vbkType:"pbk",url:"/books/9788536319933",coverURL:"//covers.vitalbook.com/vbid/9788536319933/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Crise de valores ou valores em crise?",author:"TAILLE, Yves La ; MENIN, Maria Suzana De Stefano e colaboradores",isbn:"9788536320014",edition:0,vbkType:"pbk",url:"/books/9788536320014",coverURL:"//covers.vitalbook.com/vbid/9788536320014/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Descartes",author:"GOMBAY, André ",isbn:"9788536318714",edition:0,vbkType:"pbk",url:"/books/9788536318714",coverURL:"//covers.vitalbook.com/vbid/9788536318714/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenvolvimento Psicomotor e Aprendizagem",author:"FONSECA, Vitor da ",isbn:"9788536314020",edition:0,vbkType:"pbk",url:"/books/9788536314020",coverURL:"//covers.vitalbook.com/vbid/9788536314020/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Diagnóstico em Pediatria",author:"RODRIGUES, Luciana Silva",isbn:"978-85-277-1999-5",edition:0,vbkType:"pbk",url:"/books/978-85-277-1999-5",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1999-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Diagnosticos de enfermagem com base em sinais e sintomas",author:"SILVA, Eneida Rejane Rabelo da ; LUCENA, Amália de Fátima e colaboradores",isbn:"9788536326511",edition:0,vbkType:"pbk",url:"/books/9788536326511",coverURL:"//covers.vitalbook.com/vbid/9788536326511/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dialética e Psicologia do Desenvolvimento",author:"CASTORINA, José A.;BAQUERO, Ricardo J. ",isbn:"9788536317441",vbkType:"pbk",url:"/books/9788536317441",coverURL:"//covers.vitalbook.com/vbid/9788536317441/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Diálise para Enfermagem - Guia Prático, 2ª edição",author:"FERMI, Marcia Regina Valente",isbn:"978-85-277-1976-6",edition:0,vbkType:"pbk",url:"/books/978-85-277-1976-6",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1976-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dicionário Ilustrado de Fisioterapia, 2ª edição",author:"LOPES, Atilio",isbn:"978-85-277-1996-4",edition:0,vbkType:"pbk",url:"/books/978-85-277-1996-4",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1996-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dietoterapia, Uma Abordagem Prática",author:"PEREIRA, Avany Fernandes; BENTO, Claudia Teresa",isbn:"978-85-277-2014-4",edition:0,vbkType:"pbk",url:"/books/978-85-277-2014-4",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2014-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Diretrizes para o Tratamento de Transtornos Psiquiatricos, Compêndio 2006",author:"American Psychiatric Association",isbn:"9788536314723",edition:0,vbkType:"pbk",url:"/books/9788536314723",coverURL:"//covers.vitalbook.com/vbid/9788536314723/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Distâncias Biológicas Periodontais",author:" PASSANEZI, Euloir ; SANT'ANA, Adriana Campos Passanezi",isbn:"9788536701530",edition:0,vbkType:"pbk",url:"/books/9788536701530",coverURL:"//covers.vitalbook.com/vbid/9788536701530/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Distimia: Do mau humor ao mal do humor: diagnóstico e tratamento, 3ª edição",author:"MORENO, Ricardo Alberto; CORDÁS, Táki Athanássios; NARDI, Antonio Egidio e colaboradores",isbn:"9788536322407",edition:0,vbkType:"pbk",url:"/books/9788536322407",coverURL:"//covers.vitalbook.com/vbid/9788536322407/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Doenças Pulmonares, 6ª edição",author:"TARANTINO, Affonso Berardinelli",isbn:"978-85-277-2045-8",edition:0,vbkType:"pbk",url:"/books/978-85-277-2045-8",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2045-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dor: Princípios e prática",author:"ALVES NETO, Onofre; COSTA, Carlos Maurício de Castro; SIQUEIRA, José Tadeu T. de ; TEIXEIRA, Manoe",isbn:"9788536317922",edition:0,vbkType:"pbk",url:"/books/9788536317922",coverURL:"//covers.vitalbook.com/vbid/9788536317922/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Econometria Básica, 5ª edição",author:"GUJARATI, Damodar N. ; PORTER, Dawn C. ",isbn:"9788580550511",edition:0,vbkType:"pbk",url:"/books/9788580550511",coverURL:"//covers.vitalbook.com/vbid/9788580550511/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Economia Agrícola e Desenvolvimento Rural",author:"FEIJÓ, Ricardo Luis Chaves ",isbn:"978-85-216-1986-4",edition:0,vbkType:"pbk",url:"/books/978-85-216-1986-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1986-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Economia de Empresas e Estratégias de Negócios, 6ª edição",author:"BAYE, Michael R.",isbn:"9788563308634",edition:0,vbkType:"pbk",url:"/books/9788563308634",coverURL:"//covers.vitalbook.com/vbid/9788563308634/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Economia Internacional, 6ª edição",author:"APPLEYARD, Dennis R. ; FIELD JR., Alfred ; COBB, Steven L. ; LIMA, André Fernandes ",isbn:"9788563308641",edition:0,vbkType:"pbk",url:"/books/9788563308641",coverURL:"//covers.vitalbook.com/vbid/9788563308641/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educação Ambiental: Pesquisa e Desafios",author:"SATO, Michèle ; CARVALHO, Isabel ",isbn:"9788536315294",edition:0,vbkType:"pbk",url:"/books/9788536315294",coverURL:"//covers.vitalbook.com/vbid/9788536315294/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educação de Surdos: A Aquisição da Linguagem",author:"QUADROS, Ronice Müller de ",isbn:"9788536316581",edition:0,vbkType:"pbk",url:"/books/9788536316581",coverURL:"//covers.vitalbook.com/vbid/9788536316581/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educação Física no Ensino Superior - Educação Física na Escola: Implicações para a Prática Pedagógica, 2ª edição",author:"RANGEL, Irene Conceição Andrade; DARIDO, Suraya Cristina ",isbn:"978-85-277-1972-8",edition:0,vbkType:"pbk",url:"/books/978-85-277-1972-8",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1972-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educação Física no Ensino Superior - Gestão da Educação Física e Esporte",author:"CARREIRO, Eduardo Augusto",isbn:"978-85-277-1956-8",edition:0,vbkType:"pbk",url:"/books/978-85-277-1956-8",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1956-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educação Física no Ensino Superior – Futebol: Aspectos Multidisciplinares Ensino e Treinamento",author:"CUNHA, Sergio Augusto; MOURA, Felipe Arruda; CASTELLANI, Rafael Moreno; BARBIERI, Fábio Augusto; SA",isbn:"978-85-277-1968-1",edition:0,vbkType:"pbk",url:"/books/978-85-277-1968-1",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1968-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educação profissional e tecnológica no Brasil contemporâneo: Desafios, tensões e possibilidades",author:"MOLL, Jaqueline ",isbn:"9788536322001",edition:0,vbkType:"pbk",url:"/books/9788536322001",coverURL:"//covers.vitalbook.com/vbid/9788536322001/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Emergências Médicas em Odontologia",author:"ANDRADE, Eduardo Dias de ; RANALI, José e colaboradores",isbn:"9788536701561",edition:0,vbkType:"pbk",url:"/books/9788536701561",coverURL:"//covers.vitalbook.com/vbid/9788536701561/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Empreendedorismo - Fundamentos e Técnicas para Criatividade",author:"MARIANO, Sandra Regina Holanda; MAYER, Verônica Feder ",isbn:"978-85-216-1967-3",edition:0,vbkType:"pbk",url:"/books/978-85-216-1967-3",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1967-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Endodontia - Biologia e Técnica, 3ª edição",author:"LOPES, Hélio Pereira; SIQUEIRA Jr., José Freitas",isbn:"978-85-277-1995-7",edition:0,vbkType:"pbk",url:"/books/978-85-277-1995-7",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1995-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Endodontia, 2ª edição",author:"SOARES, Ilson José ; GOLDBERG, Fernando ",isbn:"9788536325149",edition:0,vbkType:"pbk",url:"/books/9788536325149",coverURL:"//covers.vitalbook.com/vbid/9788536325149/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfermagem em Terapia Intensiva: Práticas e Vivências",author:" VIANA, Renata Andréa Pietro Pereira; WHITAKER, Iveth Yamaguchi e colaboradores",isbn:"9788536324807",edition:0,vbkType:"pbk",url:"/books/9788536324807",coverURL:"//covers.vitalbook.com/vbid/9788536324807/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfermagem: Cuidados básicos ao indivíduo hospitalizado",author:"SOARES, Maria Augusta Moraes; GERELLI, Anacira Maria; AMORIM, Andréia Sousa",isbn:"9788536320403",edition:0,vbkType:"pbk",url:"/books/9788536320403",coverURL:"//covers.vitalbook.com/vbid/9788536320403/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ensaios Pedagógicos: Como construir uma escola para todos?",author:"MACEDO, Lino de ",isbn:"9788536310107",edition:0,vbkType:"pbk",url:"/books/9788536310107",coverURL:"//covers.vitalbook.com/vbid/9788536310107/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Entrevista Motivacional no Cuidado da Saúde",author:"ROLLNICK, Stephen ; MILLER, William R. ; BUTLER, Christopher C.",isbn:"9788536318660",edition:0,vbkType:"pbk",url:"/books/9788536318660",coverURL:"//covers.vitalbook.com/vbid/9788536318660/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Esporte e atividade física na infância e na adolescência: Uma abordagem multidisciplinar, 2ª edi",author:"DANTE, De Rose Jr. E colaboradores",isbn:"9788536319339",edition:0,vbkType:"pbk",url:"/books/9788536319339",coverURL:"//covers.vitalbook.com/vbid/9788536319339/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Essencial em Oftalmologia",author:"DANTAS, Altamir Morterá",isbn:"978-85-700-6496-7",edition:0,vbkType:"pbk",url:"/books/978-85-700-6496-7",coverURL:"//covers.vitalbook.com/vbid/978-85-700-6496-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estresse nas organizações de trabalho: Compreensão e intervenção baseadas em evidências, 2 ª",author:"ZANELLI, José Carlos E colaboradores",isbn:"9788536321585",edition:0,vbkType:"pbk",url:"/books/9788536321585",coverURL:"//covers.vitalbook.com/vbid/9788536321585/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estudos de Casos em Finanças, 5ª edição",author:"BRUNER, Robert F. ",isbn:"9788563308412",edition:0,vbkType:"pbk",url:"/books/9788563308412",coverURL:"//covers.vitalbook.com/vbid/9788563308412/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Exame Clínico - Sintomas e Sinais em Clínica Médica",author:"CAMPANA, Álvaro Oscar",isbn:"978-85-277-1955-1",edition:0,vbkType:"pbk",url:"/books/978-85-277-1955-1",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1955-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Farmacologia Clínica para Dentistas, 3ª edição",author:"WANNMACHER, Lenita; FERREIRA, Maria Beatriz Cardoso",isbn:"978-85-277-2052-6",edition:0,vbkType:"pbk",url:"/books/978-85-277-2052-6",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2052-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Farmacologia Clínica, 4ª edição",author:"FUCHS, Flávio Danni; WANNMACHER, Lenita",isbn:"978-85-277-1981-0",edition:0,vbkType:"pbk",url:"/books/978-85-277-1981-0",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1981-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Farmacologia, 8ª edição",author:"SILVA, Penildon",isbn:"978-85-277-2034-2",edition:0,vbkType:"pbk",url:"/books/978-85-277-2034-2",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2034-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fast: como usar a agilidade estrategica para vencer",author:"DOZ, Yves ; KOSONEN, Mikko ",isbn:"9788577806904",edition:0,vbkType:"pbk",url:"/books/9788577806904",coverURL:"//covers.vitalbook.com/vbid/9788577806904/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fármacos e medicamentos",author:"LARINI, Lourival ",isbn:"9788536313856",edition:0,vbkType:"pbk",url:"/books/9788536313856",coverURL:"//covers.vitalbook.com/vbid/9788536313856/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Física - Vol. 1, 5ª edição",author:"HALLIDAY David; RESNICK, Robert; KRANE, Kenneth S.",isbn:"978-85-216-1945-1",edition:0,vbkType:"pbk",url:"/books/978-85-216-1945-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1945-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Física - Vol. 2, 5ª edição",author:"HALLIDAY David; RESNICK, Robert; KRANE, Kenneth S.",isbn:"978-85-216-1946-8",edition:0,vbkType:"pbk",url:"/books/978-85-216-1946-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1946-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Física - Vol. 3, 5ª edição",author:"HALLIDAY David; RESNICK, Robert; KRANE, Kenneth S.",isbn:"978-85-216-1947-5",edition:0,vbkType:"pbk",url:"/books/978-85-216-1947-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1947-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Física - Vol. 4, 5ª edição",author:"HALLIDAY David; RESNICK, Robert; KRANE, Kenneth S.",isbn:"978-85-216-1948-2",edition:0,vbkType:"pbk",url:"/books/978-85-216-1948-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1948-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Física Básica - Mecânica",author:"CHAVES, Alaor",isbn:"978-85-216-1932-1",edition:0,vbkType:"pbk",url:"/books/978-85-216-1932-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1932-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Física: Uma Aabordagem Estratégica - Vol 1, 2ª edição",author:"KNIGHT, Randall D.",isbn:"9788577805198",edition:0,vbkType:"pbk",url:"/books/9788577805198",coverURL:"//covers.vitalbook.com/vbid/9788577805198/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Física: Uma Aabordagem Estratégica - Vol 2, 2ª edição",author:"KNIGHT, Randall D.",isbn:"9788577805389",edition:0,vbkType:"pbk",url:"/books/9788577805389",coverURL:"//covers.vitalbook.com/vbid/9788577805389/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Física: Uma Aabordagem Estratégica - Vol 3, 2ª edição",author:"KNIGHT, Randall D.",isbn:"9788577805532",edition:0,vbkType:"pbk",url:"/books/9788577805532",coverURL:"//covers.vitalbook.com/vbid/9788577805532/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Física: Uma Aabordagem Estratégica - Vol 4, 2ª edição",author:"KNIGHT, Randall D.",isbn:"9788577805976",edition:0,vbkType:"pbk",url:"/books/9788577805976",coverURL:"//covers.vitalbook.com/vbid/9788577805976/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Filosofia da Biologia",author:"ABRANTES, Paulo C. E colaboradores",isbn:"9788536325347",edition:0,vbkType:"pbk",url:"/books/9788536325347",coverURL:"//covers.vitalbook.com/vbid/9788536325347/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiologia Aplicada à Nutrição, 2ª edição",author:"DOUGLAS, Carlos Roberto",isbn:"978-85-277-1973-5",edition:0,vbkType:"pbk",url:"/books/978-85-277-1973-5",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1973-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiologia Aplicada à Psicologia",author:"CORTEZ, Célia Martins; SILVA, Dilson ",isbn:"978-85-277-1964-3",edition:0,vbkType:"pbk",url:"/books/978-85-277-1964-3",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1964-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiologia Básica",author:"CURI, Rui; ARAÚJO FILHO, Joaquim Procopio de",isbn:"978-85-277-1969-8",edition:0,vbkType:"pbk",url:"/books/978-85-277-1969-8",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1969-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiologia celular, 1ª edição",author:"LANDOWNE, David",isbn:"9788580550078",edition:0,vbkType:"dash",url:"/books/9788580550078",coverURL:"//covers.vitalbook.com/vbid/9788580550078/width/:width?style=preview",hasPageBreaks:!0,format:"dash",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!0,contextToken:null,hasLicense:!0},{title:"Fisiologia Essencial",author:"MOURÃO Jr., Carlos Alberto; ABRAMOV, Dimitri Marques",isbn:"978-85-277-2009-0",edition:0,vbkType:"pbk",url:"/books/978-85-277-2009-0",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2009-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiologia Humana, 5ª edição",author:"SILVERTHORN, Dee Unglaub ",isbn:"9788536323381",edition:0,vbkType:"pbk",url:"/books/9788536323381",coverURL:"//covers.vitalbook.com/vbid/9788536323381/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiologia Vegetal, 2ª edição",author:"KERBAUY, Gilberto Barbante",isbn:"978-85-277-1990-2",edition:0,vbkType:"pbk",url:"/books/978-85-277-1990-2",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1990-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisioterapia - Guia Prático para a Clínica",author:"TORRES, Diego de Faria Magalhães",isbn:"978-85-277-2048-9",edition:0,vbkType:"pbk",url:"/books/978-85-277-2048-9",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2048-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisioterapia Aquática Funcional",author:"SILVA, Juliana Borges da ; BRANCO, Fábio Rodrigues; CRISTANTE, Adriana Rosa Lovisotto; FERNANDES, A",isbn:"9788536701493",edition:0,vbkType:"pbk",url:"/books/9788536701493",coverURL:"//covers.vitalbook.com/vbid/9788536701493/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisioterapia Preventiva em Foco",author:"BERNARDI, Daniela Filócomo",isbn:"978-85-277-1951-3",edition:0,vbkType:"pbk",url:"/books/978-85-277-1951-3",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1951-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisioterapia Preventiva nos Distúrbios Osteomusculares Relacionados ao Trabalho Dorts, 2ª edição",author:"BARBOSA, Luis Guilherme",isbn:"978-85-277-1950-6",edition:0,vbkType:"pbk",url:"/books/978-85-277-1950-6",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1950-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos da Análise Estrutural",author:"LEET, Kenneth M.; UANG, Chia M.; GILBERT, Anne M.",isbn:"9788563308344",edition:3,vbkType:"pbk",url:"/books/9788563308344",coverURL:"//covers.vitalbook.com/vbid/9788563308344/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Física Conceitual",author:"HEWITT, Paul G.",isbn:"9788577803989",edition:0,vbkType:"pbk",url:"/books/9788577803989",coverURL:"//covers.vitalbook.com/vbid/9788577803989/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Prótese Total, 9ª edição",author:"TURANO, José Ceratti; TURANO, Luiz Martins; TURANO, Marcello Villas-Bôas",isbn:"978-85-7288-933-9",edition:0,vbkType:"pbk",url:"/books/978-85-7288-933-9",coverURL:"//covers.vitalbook.com/vbid/978-85-7288-933-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Sinais e Sistemas",author:"ROBERTS. M. J. ",isbn:"9788563308573",edition:0,vbkType:"pbk",url:"/books/9788563308573",coverURL:"//covers.vitalbook.com/vbid/9788563308573/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Sistemas de Informação",author:"AUDY, Jorge Luis Nicolas ; ANDRADE, Gilberto Keller de ; CIDRAL, Alexandre ",isbn:"9788577801305",edition:0,vbkType:"pbk",url:"/books/9788577801305",coverURL:"//covers.vitalbook.com/vbid/9788577801305/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de VOIP, 2ª edição",author:"DAVIDSON, Jonathan ; BHATIA, James Peters; Manoj ; KALDINDI, Satish ; MUKHERJEE, Sudipto ",isbn:"9788577802265",edition:0,vbkType:"pbk",url:"/books/9788577802265",coverURL:"//covers.vitalbook.com/vbid/9788577802265/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos em Ecologia",author:"PINTO-COELHO, Ricardo Motta ",isbn:"9788536310978",edition:0,vbkType:"pbk",url:"/books/9788536310978",coverURL:"//covers.vitalbook.com/vbid/9788536310978/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos em Ecologia, 3ª edição",author:"TOWNSEND, Colin R. ; BEGON, Michael ; HARPER, John L.",isbn:"9788536321684",edition:0,vbkType:"pbk",url:"/books/9788536321684",coverURL:"//covers.vitalbook.com/vbid/9788536321684/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos Psicanalíticos: Teoria, Técnica, Clínica – Uma Abordagem Didática",author:"ZIMERMAN, David E. ",isbn:"9788536308142",edition:0,vbkType:"pbk",url:"/books/9788536308142",coverURL:"//covers.vitalbook.com/vbid/9788536308142/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Futebol: Treinamento desportivo de alto rendimento",author:"GOMES, Antonio Carlos ; SOUZA, Juvenilson de ",isbn:"9788536313405",edition:0,vbkType:"pbk",url:"/books/9788536313405",coverURL:"//covers.vitalbook.com/vbid/9788536313405/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gastroenterologia Essencial, 4ª edição",author:"DANI, Renato; PASSOS, Maria do Carmo Friche",isbn:"978-85-277-1970-4",edition:0,vbkType:"pbk",url:"/books/978-85-277-1970-4",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1970-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Geologia Geral, 6ª edição",author:"POPP, José Henrique",isbn:"978-85-216-1984-0",edition:0,vbkType:"pbk",url:"/books/978-85-216-1984-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1984-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gerenciamento para Engenheiros, Cientistas e Tecnólogos, 2ª edição",author:"CHELSOM, John V.; PAYNE, Andrew C.; REAVILL, Lawrence R. P.",isbn:"978-85-216-1933-8",edition:0,vbkType:"pbk",url:"/books/978-85-216-1933-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1933-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Grupoterapias: Abordagens Atuais",author:"OSORIO, Luiz Carlos",isbn:"9788536314808",edition:0,vbkType:"pbk",url:"/books/9788536314808",coverURL:"//covers.vitalbook.com/vbid/9788536314808/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia do terapeuta para os bons-pensamentos, bons-sent.",author:"STALLARD, Paul ",isbn:"9788536313917",edition:0,vbkType:"pbk",url:"/books/9788536313917",coverURL:"//covers.vitalbook.com/vbid/9788536313917/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Identificação Espectrométrica de Compostos Orgânicos, 7ª edição",author:"SILVERSTEIN, Robert M.; WEBSTER, Francis X.; KIEMLE, David",isbn:"978-85-216-1988-8",edition:0,vbkType:"pbk",url:"/books/978-85-216-1988-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1988-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Infecção Hospitalar e Outras Complicações Não-infecciosas da Doença - Epidemiologia, Controle e Tratamento, 4ª edição",author:"COUTO, Renato Camargos; PEDROSA, Tânia Moreira Grillo; CUNHA, Adriana Franca Araújo; AMARAL, Débora ",isbn:"978-85-277-1967-4",edition:0,vbkType:"pbk",url:"/books/978-85-277-1967-4",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1967-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Instalações Elétricas Industriais, 8ª edição",author:"MAMEDE FILHO, João",isbn:"978-85-216-1965-9",edition:0,vbkType:"pbk",url:"/books/978-85-216-1965-9",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1965-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Interpretação Eletrocardiográfica Adulta e Pediátrica",author:"LANTIERI, Luiz Carlos ; BERTOLETTI, Joice Cunha ",isbn:"9788536311753",edition:0,vbkType:"pbk",url:"/books/9788536311753",coverURL:"//covers.vitalbook.com/vbid/9788536311753/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Intervenções no Cuidado Neuropsicomotor do Prematuro",author:"TAMEZ, Raquel Nascimento",isbn:"978-85-277-2042-7",edition:0,vbkType:"pbk",url:"/books/978-85-277-2042-7",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2042-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução a psiquiatria, 2 ª edição",author:"ANDREASEN, Nancy C. ; BLACK, Donald W. ",isbn:"9788536318219",edition:0,vbkType:"pbk",url:"/books/9788536318219",coverURL:"//covers.vitalbook.com/vbid/9788536318219/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Fisioterapia",author:"PINHEIRO, Gisele",isbn:"978-85-277-2017-5",edition:0,vbkType:"pbk",url:"/books/978-85-277-2017-5",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2017-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Química Ambiental, 2 ª edição",author:"ROCHA, Julio Cesar ; ROSA, André Henrique ; CARDOSO, Arnaldo Alves ",isbn:"9788560031337",edition:0,vbkType:"pbk",url:"/books/9788560031337",coverURL:"//covers.vitalbook.com/vbid/9788560031337/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Química da Atmosfera - Ciência, Vida e Sobrevivência",author:"LENZI, Ervim; FAVERO, Luzia Otilia Bortotti ",isbn:"978-85-216-1962-8",edition:0,vbkType:"pbk",url:"/books/978-85-216-1962-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1962-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Química da Água - Ciência Vida e Sobrevivência",author:"LENZI, Ervim; FAVERO, Luzia Otilia Bortotti; LUCHESE, Eduardo Bernardi ",isbn:"978-85-216-1961-1",edition:0,vbkType:"pbk",url:"/books/978-85-216-1961-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1961-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Leveloquência, 2ª edição",author:"TARANTINO, Affonso Berardinelli",isbn:"978-85-277-2046-5",edition:0,vbkType:"pbk",url:"/books/978-85-277-2046-5",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2046-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual Clínico dos Transtornos da Alimentação",author:"YAGER, Joel ; POWERS, Pauline S.",isbn:"9788536322551",edition:0,vbkType:"pbk",url:"/books/9788536322551",coverURL:"//covers.vitalbook.com/vbid/9788536322551/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual clínico dos transtornos do controle dos impulsos",author:"ABREU, Cristiano Nabuco de ; TAVARES, Hermano ; CORDÁS, Táki Athanássios e colaboradores",isbn:"9788536312385",edition:0,vbkType:"pbk",url:"/books/9788536312385",coverURL:"//covers.vitalbook.com/vbid/9788536312385/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de avaliação motora para terceira idade",author:"ROSA NETO, Francisco ",isbn:"9788536312101",edition:0,vbkType:"pbk",url:"/books/9788536312101",coverURL:"//covers.vitalbook.com/vbid/9788536312101/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Hematologia - Propedêutica e Clínica, 4ª edição",author:"LORENZI, Therezinha Ferreira",isbn:"978-85-277-1998-8",edition:0,vbkType:"pbk",url:"/books/978-85-277-1998-8",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1998-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Técnica Psicanalítica: Uma re-visão",author:"ZIMERMAN, David E. ",isbn:"9788536315317",edition:0,vbkType:"pbk",url:"/books/9788536315317",coverURL:"//covers.vitalbook.com/vbid/9788536315317/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de terapia familiar",author:"OSORIO, Luiz Carlos ; VALLE, Maria Elizabeth Pascual do e colaboradores",isbn:"9788536318271",edition:0,vbkType:"pbk",url:"/books/9788536318271",coverURL:"//covers.vitalbook.com/vbid/9788536318271/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nulidades no Processo Moderno, 2ª edição",author:"CABRAL, Antonio Passos",isbn:"978-85-309-3782-9",edition:0,vbkType:"pbk",url:"/books/978-85-309-3782-9",coverURL:"//covers.vitalbook.com/vbid/978-85-309-3782-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Relações Sindicais e Negociações Trabalhistas",author:"CHOHFI, Thiago; CHOHFI, Marcelo Chaim",isbn:"978-85-309-3830-7",edition:0,vbkType:"pbk",url:"/books/978-85-309-3830-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-3830-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:57.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Arquitetura de Hardware Computacional, Software de Sistema e Comunicação em Rede, 4ª edição",author:"ENGLANDER, Irv",isbn:"978-85-216-1939-0",edition:0,vbkType:"pbk",url:"/books/978-85-216-1939-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1939-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A avaliação de qualidade de vida: Guia para profissionais da saúde",author:"ALMEIDA FLECK, Marcelo Pio de",isbn:"9788536312484",edition:0,vbkType:"pbk",url:"/books/9788536312484",coverURL:"//covers.vitalbook.com/vbid/9788536312484/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Construção Econômica da Sociedade, 12ª edição",author:"HEILBRONER, Robert L ; MILBERG, William",isbn:"9788577802425",edition:0,vbkType:"pbk",url:"/books/9788577802425",coverURL:"//covers.vitalbook.com/vbid/9788577802425/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Criança em Crescimento",author:"BOYD, Denise ; BEE, Helen ",isbn:"9788536325415",edition:0,vbkType:"pbk",url:"/books/9788536325415",coverURL:"//covers.vitalbook.com/vbid/9788536325415/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Criança em Desenvolvimento, 12ª edição",author:"BEE, Helen; BOYD, Denise ",isbn:"9788536325279",edition:0,vbkType:"pbk",url:"/books/9788536325279",coverURL:"//covers.vitalbook.com/vbid/9788536325279/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A educação no século XXI",author:"IMBERNÓN, F. (organizador); BARTOLOME, L.; FLECHA, R.; GIMENO SACRISTÁN, J.; GIROUX, H.; e outros",isbn:"9788536317434",edition:0,vbkType:"pbk",url:"/books/9788536317434",coverURL:"//covers.vitalbook.com/vbid/9788536317434/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Entrevista Psiquiátrica na Prática Clínica, 2 ª edição",author:"MACKINNON, Roger A. ; MICHELS, Robert ; BUCKLEY, Peter J. ",isbn:"9788536314815",edition:0,vbkType:"pbk",url:"/books/9788536314815",coverURL:"//covers.vitalbook.com/vbid/9788536314815/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Evolução do Cérebro: Sistema Nervoso, Psicologia e Psicopatologia sob a Perspectiva Evolucionista",author:" Dalgalarrondo, Paulo",isbn:"9788536324913",edition:1,vbkType:"pbk",url:"/books/9788536324913",coverURL:"//covers.vitalbook.com/vbid/9788536324913/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Linguagem Oral na Educação de Adultos",author:"FERREYRA, Erasmo Norberto ",isbn:"9788536310398",edition:0,vbkType:"pbk",url:"/books/9788536310398",coverURL:"//covers.vitalbook.com/vbid/9788536310398/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A matemática das finanças (v. 1), 3ª edição",author:"BRUNI, Adriano Leal; FAMÁ, Rubens ",isbn:"9788522465705",edition:0,vbkType:"pbk",url:"/books/9788522465705",coverURL:"//covers.vitalbook.com/vbid/9788522465705/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A máquina da inovação",author:"BEZERRA, Charles",isbn:"9788577807840",edition:0,vbkType:"pbk",url:"/books/9788577807840",coverURL:"//covers.vitalbook.com/vbid/9788577807840/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Nova Geração de Empreendedores : guia para elaboração de um plano de negócios",author:"LENZI, Fernando César ",isbn:"9788522470358",edition:0,vbkType:"pbk",url:"/books/9788522470358",coverURL:"//covers.vitalbook.com/vbid/9788522470358/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A pratica clínica de terapia cognitiva",author:"FRIEDEBERG, Robert D. ; McCLURE, Jessica M. ",isbn:"9788536310244",edition:0,vbkType:"pbk",url:"/books/9788536310244",coverURL:"//covers.vitalbook.com/vbid/9788536310244/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A prática da terapia cognitivo-comportamental baseada em mindfulness e aceitação",author:"ROEMER, Lizabeth ; ORILLO, Susan M. ",isbn:"9788536323640",edition:0,vbkType:"pbk",url:"/books/9788536323640",coverURL:"//covers.vitalbook.com/vbid/9788536323640/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A prática da tomada de decisão",author:"ABRAMCZUK, André A. ",isbn:"9788522464371",edition:0,vbkType:"pbk",url:"/books/9788522464371",coverURL:"//covers.vitalbook.com/vbid/9788522464371/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A proteção constitucional do consumidor, 2ª edição",author:"NISHIYAMA, Adolfo Mamoru ",isbn:"9788522465408",edition:0,vbkType:"pbk",url:"/books/9788522465408",coverURL:"//covers.vitalbook.com/vbid/9788522465408/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A revenda competitiva no agronegócio: como melhorar sua rentabilidade",author:"CÔNSOLI, Matheus Alberto; FERREIRA, Tiago Fischer ; CLARO, Danny Pimentel; CASTRO, Luciano Thomé e",isbn:"9788522470402",edition:0,vbkType:"pbk",url:"/books/9788522470402",coverURL:"//covers.vitalbook.com/vbid/9788522470402/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Riqueza na Base da Pirâmede, Edição Revisada",author:"PRAHALAD, C.K. ",isbn:"9788577806362",edition:0,vbkType:"dash",url:"/books/9788577806362",coverURL:"//covers.vitalbook.com/vbid/9788577806362/width/:width?style=preview",hasPageBreaks:!0,format:"dash",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!0,contextToken:null,hasLicense:!0},{title:"Administração de Projetos - Uma Abordagem Gerencial, 4ª edição",author:"MEREDITH, Jack R.; MANTEL, Samuel J.",isbn:"978-85-216-1969-7",edition:0,vbkType:"pbk",url:"/books/978-85-216-1969-7",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1969-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração Global: Estratégica e Impessoal",author:"DERESKY, Helen ",isbn:"9788577803569",edition:0,vbkType:"pbk",url:"/books/9788577803569",coverURL:"//covers.vitalbook.com/vbid/9788577803569/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Adobe After Effects CS4 Classroom in a Book",author:"Adobe Creative Team - tradução: FURMANKEWICZ, Edson ",isbn:"9788577806539",edition:0,vbkType:"pbk",url:"/books/9788577806539",coverURL:"//covers.vitalbook.com/vbid/9788577806539/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Adobe Dreamweaver CS3 Classroom in a Book",author:"Adobe Creative Team",isbn:"9788577802203",edition:0,vbkType:"pbk",url:"/books/9788577802203",coverURL:"//covers.vitalbook.com/vbid/9788577802203/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Adobe Dreamweaver CS4 Classroom in a Book",author:"Adobe Creative Team",isbn:"9788577806065",edition:0,vbkType:"pbk",url:"/books/9788577806065",coverURL:"//covers.vitalbook.com/vbid/9788577806065/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Algas: Uma abordagem filogenética, taxonômica e ecológica",author:"FRANCESCHINI, Iara Maria ; BURLIGA, Ana Luiza ; REVIERS, Bruno de ; PARDO, João Fernando ; HAMLAOUI",isbn:"9788536321561",edition:0,vbkType:"pbk",url:"/books/9788536321561",coverURL:"//covers.vitalbook.com/vbid/9788536321561/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Algoritmos",author:"DASGUPTA, Sanjoy ; PAPADIMITRIOU, Christos ; VAZIRANI, Umesh",isbn:"9788563308535",edition:0,vbkType:"pbk",url:"/books/9788563308535",coverURL:"//covers.vitalbook.com/vbid/9788563308535/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia Aplicada à Odontologia, 2ª edição",author:"TEIXEIRA, Lucilia Maria de Souza; REHER, Peter; REHER, Vanessa Goulart Sampaio",isbn:"978-85-277-2047-2",edition:0,vbkType:"pbk",url:"/books/978-85-277-2047-2",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2047-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia Clínica Baseada em Problemas",author:"PEZZI, Lucia Helena Antunes; PRINZ, Rafael Augusto Dantas; CORREIA, João Antonio Pereira; PESSANHE ",isbn:"978-85-277-2016-8",edition:0,vbkType:"pbk",url:"/books/978-85-277-2016-8",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2016-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia e Fisiologia, 3ª edição",author:"MARIEB, Elaine N. ; HOEHN, Katja",isbn:"9788536318097",edition:0,vbkType:"pbk",url:"/books/9788536318097",coverURL:"//covers.vitalbook.com/vbid/9788536318097/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia Palpatória - Tronco, Pescoço, Ombro e Membros Superiores, 2ª edição",author:"JUNQUEIRA, Lília",isbn:"978-85-277-1988-9",edition:0,vbkType:"pbk",url:"/books/978-85-277-1988-9",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1988-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia Palpatória e Seus Aspectos Clínicos",author:"JUNQUEIRA, Lília",isbn:"978-85-277-1987-2",edition:0,vbkType:"pbk",url:"/books/978-85-277-1987-2",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1987-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Análise comportamental clínica: Aspectos teóricos e estudos de caso",author:"FARIAS, Ana Karina C. R. de; e colaboradores",isbn:"9788536321677",edition:0,vbkType:"pbk",url:"/books/9788536321677",coverURL:"//covers.vitalbook.com/vbid/9788536321677/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Análise Evolutiva, 4ª edição",author:"FREEMAN, Scott ; HERRON, Jon C. ",isbn:"9788536319575",edition:0,vbkType:"pbk",url:"/books/9788536319575",coverURL:"//covers.vitalbook.com/vbid/9788536319575/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anestesiologia: Princípios e técnicas, 3ª edição",author:"MANICA, James e Colaboradores",isbn:"9788536317748",edition:0,vbkType:"pbk",url:"/books/9788536317748",coverURL:"//covers.vitalbook.com/vbid/9788536317748/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Aprendendo Matemática Discreta com Exercícios: Volume 19",author:"MENEZES, Paulo Blauth ; TOSCANI, Laira Vieira; LÓPEZ, Javier García",isbn:"9788577805105",edition:0,vbkType:"pbk",url:"/books/9788577805105",coverURL:"//covers.vitalbook.com/vbid/9788577805105/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Atlas Fotográfico de Procedimentos de Enfermagem",author:"SWEARINGEN, Pamela L. ; HOWARD, Cheri A. ",isbn:"9788536312972",edition:0,vbkType:"pbk",url:"/books/9788536312972",coverURL:"//covers.vitalbook.com/vbid/9788536312972/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Atlas Hematologia",author:"LORENZI, Therezinha Ferreira",isbn:"978-85-277-1997-1",edition:0,vbkType:"pbk",url:"/books/978-85-277-1997-1",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1997-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Avaliação Neuropsicológica",author:"MALLOOY-DINIZ, Leandro F. ; FUENTES, Daniel; MATTOS, Paulo ; ABREU, Neander ",isbn:"9788536322322",edition:0,vbkType:"pbk",url:"/books/9788536322322",coverURL:"//covers.vitalbook.com/vbid/9788536322322/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Banco de Imagens de Clínica Médica",author:"PORTO, Celmo Celeno; PORTO, Arnaldo Lemos",isbn:"978-85-277-2019-9",edition:0,vbkType:"pbk",url:"/books/978-85-277-2019-9",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2019-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bases da Fisioterapia Respiratória - Terapia Intensiva e Reabilitação",author:"MACHADO, Maria da Glória",isbn:"978-85-277-2000-7",edition:0,vbkType:"pbk",url:"/books/978-85-277-2000-7",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2000-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bases da Parasitologia Médica, 3ª edição",author:"REY, Luís",isbn:"978-85-277-2026-7",edition:0,vbkType:"pbk",url:"/books/978-85-277-2026-7",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2026-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bioestatística - Teórica e Computacional, 3ª edição",author:"ARANGO, Hector Gustavo",isbn:"978-85-277-1943-8",edition:0,vbkType:"pbk",url:"/books/978-85-277-1943-8",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1943-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bioestatística: Princípios e aplicações",author:"CALLEGARI-JACQUES, Sidia M.",isbn:"9788536311449",edition:0,vbkType:"pbk",url:"/books/9788536311449",coverURL:"//covers.vitalbook.com/vbid/9788536311449/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Biologia Molecular da Celula, 5ª edição",author:"ALBERTS, Bruces; JOHSON, Alexander; LEWIS, Julian; ROBERTS, Keith; WALTER, Peter; RAFF, Martin",isbn:"9788536321707",edition:0,vbkType:"pbk",url:"/books/9788536321707",coverURL:"//covers.vitalbook.com/vbid/9788536321707/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bion da Teoria à Prática: Uma Leitura Didática",author:"ZIMERMAN David E.",isbn:"9788536316222",edition:0,vbkType:"pbk",url:"/books/9788536316222",coverURL:"//covers.vitalbook.com/vbid/9788536316222/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bioquímica de Alimentos",author:"KOBLITZ, Maria",isbn:"978-85-277-1991-9",edition:0,vbkType:"pbk",url:"/books/978-85-277-1991-9",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1991-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"C++ Eficaz: 55 Maneiras de Aprimorar Seus Programas e Projetos, 3ª edição",author:"MEYERS, Scott ",isbn:"9788577808205",edition:0,vbkType:"pbk",url:"/books/9788577808205",coverURL:"//covers.vitalbook.com/vbid/9788577808205/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cálculo - A Uma e a Várias Variáveis - Vol. 1, 5ª edição",author:"HUGHES-HALLET, Deborah; McCALLUM, William G.; GLEASON, Andrew M. et al.",isbn:"978-85-216-1955-0",edition:0,vbkType:"pbk",url:"/books/978-85-216-1955-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1955-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cálculo - A Uma e a Várias Variáveis - Vol. 2, 5ª edição",author:"HUGHES-HALLET, Deborah; McCALLUM, William G.; GLEASON, Andrew M. et al.",isbn:"978-85-216-1956-7",edition:0,vbkType:"pbk",url:"/books/978-85-216-1956-7",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1956-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código Civil Anotado e Comentado, 2ª edição",author:"OLIVEIRA, James Eduardo",isbn:"978-85-309-3815-4",edition:0,vbkType:"pbk",url:"/books/978-85-309-3815-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-3815-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ciências Farmacêuticas - Biofarmacotécnica",author:"STORPIRTIS, Silvia",isbn:"978-85-277-2039-7",edition:0,vbkType:"pbk",url:"/books/978-85-277-2039-7",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2039-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ciências Farmacêuticas - Farmácia Clínica e Atenção Farmacêutica",author:"STORPIRTIS, Silvia; GONÇALVES, José Eduardo; CHIANN, Chang; GAI, María Nella",isbn:"978-85-277-2040-3",edition:0,vbkType:"pbk",url:"/books/978-85-277-2040-3",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2040-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ciências Farmacêuticas - Introdução à Química de Compostos Heterocíclicos",author:"STEFANI, Hélio A. ",isbn:"978-85-277-2038-0",edition:0,vbkType:"pbk",url:"/books/978-85-277-2038-0",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2038-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ciências Farmacêuticas - Sistema de Gestão Ambiental",author:"PINTO, Terezinha de Jesus Andreoli ",isbn:"978-85-277-1942-1",edition:0,vbkType:"pbk",url:"/books/978-85-277-1942-1",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1942-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cinesiologia e Musculação",author:"LIMA,Cláudia Silveira ; PINTO, Ronei Silveira ",isbn:"9788536310251",edition:0,vbkType:"pbk",url:"/books/9788536310251",coverURL:"//covers.vitalbook.com/vbid/9788536310251/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Citogenética Humana",author:"MALUF,Sharbel Weidner ; RIEGEL, Mariluce e colaboradores",isbn:"9788536325095",edition:0,vbkType:"pbk",url:"/books/9788536325095",coverURL:"//covers.vitalbook.com/vbid/9788536325095/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários à Constituição Federal de 1988",author:"AGRA, Walber de Moura; BONAVIDES, Paulo; MIRANDA, Jorge ",isbn:"978-85-309-3831-4",edition:0,vbkType:"pbk",url:"/books/978-85-309-3831-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-3831-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao Código de Ética Médica, 6ª edição",author:"FRANÇA, Genival Veloso de",isbn:"978-85-277-1978-0",edition:0,vbkType:"pbk",url:"/books/978-85-277-1978-0",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1978-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como Desenvolver o Raciocínio Lógico - Soluções Criativas na Teoria dos Conjuntos, 3ª edição",author:"BENZECRY, Vera Syme J.; RANGEL, Kleber A.",isbn:"978-85-216-1991-8",edition:0,vbkType:"pbk",url:"/books/978-85-216-1991-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1991-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como Fazer Experimentos: Pesquisa e Desenvolvimento na Ciência e na Indústria",author:"Neto, Benício Barros; Scarminio, Ieda Spacino; Bruns, Roy Edward",isbn:"9788577807130",edition:4,vbkType:"pbk",url:"/books/9788577807130",coverURL:"//covers.vitalbook.com/vbid/9788577807130/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Compêndio de Micologia Médica, 2ª edição",author:"ZAITZ, Clarisse",isbn:"978-85-277-1962-9",edition:0,vbkType:"pbk",url:"/books/978-85-277-1962-9",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1962-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Computação Gráfica para Programadores Java, 2ª edição",author:"AMMERAAL, Zhang",isbn:"978-85-216-1918-5",edition:0,vbkType:"pbk",url:"/books/978-85-216-1918-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1918-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comunicação de Dados e Redes de Computadores, 4ª edição",author:"FOROUZAN, Behrouz A. ",isbn:"9788563308474",edition:0,vbkType:"pbk",url:"/books/9788563308474",coverURL:"//covers.vitalbook.com/vbid/9788563308474/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comunicações de Dados Empresariais e Redes, 10ª edição",author:"FITZGERALD, Jerry; DENNIS, Alan",isbn:"978-85-216-1942-0",edition:0,vbkType:"pbk",url:"/books/978-85-216-1942-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1942-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Conceitos de Genética, 9ª edição",author:"KLUG, William S. ; CUMMINGS, Michael R. ; SPENCER, Charlotte A. ; PALLADINO, Michel A. ",isbn:"9788536322148",edition:0,vbkType:"pbk",url:"/books/9788536322148",coverURL:"//covers.vitalbook.com/vbid/9788536322148/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Conceitos de Linguagens de Programação, 9ª edição",author:"SEBESTA,Robert W. ",isbn:"9788577808625",edition:0,vbkType:"pbk",url:"/books/9788577808625",coverURL:"//covers.vitalbook.com/vbid/9788577808625/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Condutas em Clínica Médica, 4ª edição",author:"FILGUEIRA, Norma Arteiro; COSTA Jr., José Iran; LEITÃO, Clezio Cordeiro de Sá et al.",isbn:"978-85-277-1977-3",edition:0,vbkType:"pbk",url:"/books/978-85-277-1977-3",coverURL:"//covers.vitalbook.com/vbid/978-85-277-1977-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controle Automático",author:"CASTRUCCI, Plínio Benedicto de Lauro; BITTAR, Anselmo; SALES, Roberto Moura",isbn:"978-85-216-1931-4",edition:0,vbkType:"pbk",url:"/books/978-85-216-1931-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1931-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Corrosão, 6ª edição",author:"GENTIL, Vicente",isbn:"978-85-216-1944-4",edition:0,vbkType:"pbk",url:"/books/978-85-216-1944-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1944-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Current Dor: Diagnósticos e Tratamento",author:"VON ROENN, Jaime H. ; PAICE, Judith A.; PREODOR, Michael E. ",isbn:"9788580550177",edition:0,vbkType:"pbk",url:"/books/9788580550177",coverURL:"//covers.vitalbook.com/vbid/9788580550177/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Internacional Público, 4ª edição",author:"MIRANDA, Jorge",isbn:"978-85-309-3805-5",edition:0,vbkType:"pbk",url:"/books/978-85-309-3805-5",coverURL:"//covers.vitalbook.com/vbid/978-85-309-3805-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Penal - Parte Geral, 2ª edição",author:"BRANDÃO, Claudio",isbn:"978-85-309-3792-8",edition:0,vbkType:"pbk",url:"/books/978-85-309-3792-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-3792-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Demências do tipo não Alzheimer: Demências focais frontotemporais",author:"CAIXETA, Leonardo ",isbn:"9788536323596",edition:0,vbkType:"pbk",url:"/books/9788536323596",coverURL:"//covers.vitalbook.com/vbid/9788536323596/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dentística - Saúde e Estética, 2ª edição",author:"CONCEIÇÃO, Ewerton Noochi",isbn:"9788536323817",edition:0,vbkType:"pbk",url:"/books/9788536323817",coverURL:"//covers.vitalbook.com/vbid/9788536323817/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dependência Química: Prevenção, Tratamento e Políticas Públicas",author:"DIEHL, Alessandra ; CORDEIRO, Daniel Cruz; LARANJEIRA, Ronaldo ",isbn:"9788536325033",edition:0,vbkType:"pbk",url:"/books/9788536325033",coverURL:"//covers.vitalbook.com/vbid/9788536325033/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Depressão Bipolar: Um Guia Abrangente",author:"EL-MALLAKH, Rif S.; GHAEMI, S. Nassir ",isbn:"9788536312422",edition:0,vbkType:"pbk",url:"/books/9788536312422",coverURL:"//covers.vitalbook.com/vbid/9788536312422/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dermatologia Prática",author:"PETRI, Valéria",isbn:"978-85-277-2015-1",edition:0,vbkType:"pbk",url:"/books/978-85-277-2015-1",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2015-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desafios Psicossociais da Família Contemporânea: Pesquisas e Reflexões",author:"WAGNER, Adriana e colaboradores",isbn:"9788536326559",edition:0,vbkType:"pbk",url:"/books/9788536326559",coverURL:"//covers.vitalbook.com/vbid/9788536326559/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenvolvendo Software em Java, 3ª edição",author:"WINDER, Russel; GRAHAM, Roberts",isbn:"978-85-216-1994-9",edition:0,vbkType:"pbk",url:"/books/978-85-216-1994-9",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1994-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenvolvimento de Software com Scrum",author:"COHN, Mike ",isbn:"9788577808199",edition:0,vbkType:"pbk",url:"/books/9788577808199",coverURL:"//covers.vitalbook.com/vbid/9788577808199/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Constitucional, 3ª edição",author:"SLAIBI FILHO, Nagib",isbn:"978-85-309-3813-0",edition:0,vbkType:"pbk",url:"/books/978-85-309-3813-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-3813-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Econômico Internacional",author:"FIGUEIREDO, Leonardo Vizeu",isbn:"978-85-309-3802-4",edition:0,vbkType:"pbk",url:"/books/978-85-309-3802-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-3802-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Tributário - Teoria e Prática, 3ª edição",author:"CREPALDI, Silvio Aparecido; CREPALDI, Guilherme Simões",isbn:"978-85-309-3793-5",edition:0,vbkType:"pbk",url:"/books/978-85-309-3793-5",coverURL:"//covers.vitalbook.com/vbid/978-85-309-3793-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"e-Usabilidade",author:"FERREIRA, Simone Bacellar Leal; NUNES, Ricardo Rodrigues ",isbn:"978-85-216-1960-4",edition:0,vbkType:"pbk",url:"/books/978-85-216-1960-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1960-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ecologia de individuos a ecossistemas, 8 ª edição",author:"BEGON, Michael Begon; TOWNESEND, Colin R.; HAPER, John L. ",isbn:"9788536309545",edition:0,vbkType:"pbk",url:"/books/9788536309545",coverURL:"//covers.vitalbook.com/vbid/9788536309545/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Engenharia de Automação Industrial, 2ª edição",author:"MORAES, Cícero Couto de; CASTRUCCI, Plínio de Lauro",isbn:"978-85-216-1976-5",edition:0,vbkType:"pbk",url:"/books/978-85-216-1976-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1976-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Engenharia de Sistemas de Controle, 5ª edição",author:"NISE, Noman S.",isbn:"978-85-216-1979-6",edition:0,vbkType:"pbk",url:"/books/978-85-216-1979-6",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1979-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Engenharia de Software - Fundamentos, Métodos e Padrões, 3ª edição",author:"PADUA FILHO, Wilson de Paula",isbn:"978-85-216-1992-5",edition:0,vbkType:"pbk",url:"/books/978-85-216-1992-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1992-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Engenharia de Software, 7ª edição",author:"SCHACH, Stephen R. ",isbn:"9788563308443",edition:0,vbkType:"pbk",url:"/books/9788563308443",coverURL:"//covers.vitalbook.com/vbid/9788563308443/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Engenharia Econômica, 6ª edição",author:"BLANK, Leland ; TARQUIN, Anthony ",isbn:"9788563308986",edition:0,vbkType:"pbk",url:"/books/9788563308986",coverURL:"//covers.vitalbook.com/vbid/9788563308986/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estatística Aplicada Economicamete, 11ª edição",author:"FREUND, John E. ",isbn:"9788577800636",edition:0,vbkType:"pbk",url:"/books/9788577800636",coverURL:"//covers.vitalbook.com/vbid/9788577800636/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estatística Aplicada: Administração, Economia e Negócios",author:"SHARPE, Norean R. ; De VEAUX, Richard D. ; VELLEMAN, Paul F. ",isbn:"9788577808656",edition:0,vbkType:"pbk",url:"/books/9788577808656",coverURL:"//covers.vitalbook.com/vbid/9788577808656/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estruturas de Dados",author:"EDELWEISS,Nina ; GALANTE, Renata ",isbn:"9788577804504",edition:0,vbkType:"pbk",url:"/books/9788577804504",coverURL:"//covers.vitalbook.com/vbid/9788577804504/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fenômenos de Transporte, 2ª edição",author:"LIGHTFOOT, Neil R.; BIRD, R. Byron; STEWART, Warren E.",isbn:"978-85-216-1923-9",edition:0,vbkType:"pbk",url:"/books/978-85-216-1923-9",coverURL:"//covers.vitalbook.com/vbid/978-85-216-1923-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Finanças Empresariais: Essencial",author:"BERK, Jonathan ; DeMARZO, Peter",isbn:"9788577806140",edition:0,vbkType:"pbk",url:"/books/9788577806140",coverURL:"//covers.vitalbook.com/vbid/9788577806140/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Negociação aplicada : como utilizar as táticas e estratégias para transformar conflitosinterpess",author:"PESSOA, Carlos",isbn:"9788522464456",edition:0,vbkType:"pbk",url:"/books/9788522464456",coverURL:"//covers.vitalbook.com/vbid/9788522464456/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:03:56.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estratégia logística em empresas brasileiras: um enfoque em produtos acabados",author:"Wanke, Peter F. ",isbn:"9788522481804",edition:0,vbkType:"pbk",url:"/books/9788522481804",coverURL:"//covers.vitalbook.com/vbid/9788522481804/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estruturas de Dados & Algoritmos em Java",author:"GOODRICH, Michael T.; TAMASSIA, Roberto",isbn:"9788582600191",edition:5,vbkType:"pbk",url:"/books/9788582600191",coverURL:"//covers.vitalbook.com/vbid/9788582600191/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Execução extrajudicial imobiliária: aspectos práticos",author:"Bresolin, Umberto Bara ",isbn:"9788522481422",edition:0,vbkType:"pbk",url:"/books/9788522481422",coverURL:"//covers.vitalbook.com/vbid/9788522481422/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Exercícios de Arquitetura: Aprendendo a Pensar como um Arquiteto",author:"UNWIN, Simon",isbn:"9788582600450",edition:1,vbkType:"pbk",url:"/books/9788582600450",coverURL:"//covers.vitalbook.com/vbid/9788582600450/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Extradição no Brasil e na União Europeia: os casos Cesare Battisti e Julian Assange",author:"Lima, José Antonio Farah Lopes de ",isbn:"9788522480562",edition:0,vbkType:"pbk",url:"/books/9788522480562",coverURL:"//covers.vitalbook.com/vbid/9788522480562/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Física para Edificações: Eixo: Infraestrutura - Série Tekne",author:"SATO, Hilton; RAMOS, Ivone Marchi Lainetti",isbn:"9788582601402",edition:1,vbkType:"pbk",url:"/books/9788582601402",coverURL:"//covers.vitalbook.com/vbid/9788582601402/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fenômenos de Transporte",author:"CANEDO, Eduardo Luis",isbn:"978-85-216-2441-7",edition:0,vbkType:"pbk",url:"/books/978-85-216-2441-7",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2441-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiologia Oral - Série Fundamentos de Odontologia",author:"BALDO, Marcus Vinícius C.",isbn:"978-85-412-0334-0",edition:0,vbkType:"epub",url:"/books/978-85-412-0334-0",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0334-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiologia Oral: Série Abeno",author:"TAMBELI, Cláudia Herrera",isbn:"9788536702162",edition:1,vbkType:"pbk",url:"/books/9788536702162",coverURL:"//covers.vitalbook.com/vbid/9788536702162/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisioterapia Geriátrica, 3ª edição",author:"GUCCIONE, Andrew A.; WONG, Rita A.; AVERS, Dale",isbn:"978-85-277-2360-2",edition:0,vbkType:"pbk",url:"/books/978-85-277-2360-2",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2360-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Formação de preço: uma abordagem prática por meio da análise custo-volume-lucro",author:"Sardinha, José Carlos ",isbn:"9788522479610",edition:0,vbkType:"pbk",url:"/books/9788522479610",coverURL:"//covers.vitalbook.com/vbid/9788522479610/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Formas Urbanas: A Dissolução da Quadra",author:"PANERAI, Philippe; CASTEX, Jean; DEPAULE, Jean-Charles",isbn:"9788582600474",edition:1,vbkType:"pbk",url:"/books/9788582600474",coverURL:"//covers.vitalbook.com/vbid/9788582600474/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Apoio Educacional: Série Tekne",author:"AMARAL, Josiane Carolina S. R. do",isbn:"9788565848855",edition:1,vbkType:"pbk",url:"/books/9788565848855",coverURL:"//covers.vitalbook.com/vbid/9788565848855/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Histologia",author:"GLEREAN, Álvaro; SIMÕES, Manuel de Jesus",isbn:"978-85-412-0322-7",edition:0,vbkType:"epub",url:"/books/978-85-412-0322-7",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0322-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos do direito privado: uma teoria da justiça e da dignidade\nhumana",author:"Dresch, Rafael de Freitas Valle ",isbn:"9788522480494",edition:0,vbkType:"pbk",url:"/books/9788522480494",coverURL:"//covers.vitalbook.com/vbid/9788522480494/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos para o Desenvolvimento de Jogos Digitais:Série Tekne",author:"ARRUDA, Eucidio Pimenta",isbn:"9788582601440",edition:1,vbkType:"pbk",url:"/books/9788582601440",coverURL:"//covers.vitalbook.com/vbid/9788582601440/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Genética - Um Enfoque Molecular, 3ª edição",author:"BROWN, Terence A.",isbn:"978-85-277-2342-8",edition:0,vbkType:"pbk",url:"/books/978-85-277-2342-8",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2342-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Genética Odontológica: Série Abeno",author:"TREVILATTO, Paula Cristina; WERNECK, Renata Iani",isbn:"9788536702209",edition:1,vbkType:"pbk",url:"/books/9788536702209",coverURL:"//covers.vitalbook.com/vbid/9788536702209/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gerenciamento do risco corporativo em controladoria: enterprise risk management (ERM), 2ª edição",author:"Padoveze, Clóvis Luis; Bertolucci, Ricardo Galinari ",isbn:"9788522482962",edition:0,vbkType:"pbk",url:"/books/9788522482962",coverURL:"//covers.vitalbook.com/vbid/9788522482962/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de custos: uma visão integradora e prática dos métodos de custeio",author:"Fontoura, Fernando Batista Bandeira Da ",isbn:"9788522483723",edition:0,vbkType:"pbk",url:"/books/9788522483723",coverURL:"//covers.vitalbook.com/vbid/9788522483723/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão do conhecimento para tomada de decisão",author:"Almeida, Mário de Souza ; Souza, Irineu Manoel de ; Freitas, Claudia Regina ",isbn:"9788522485062",edition:0,vbkType:"pbk",url:"/books/9788522485062",coverURL:"//covers.vitalbook.com/vbid/9788522485062/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão e avaliação da qualidade em serviços para organizações competitivas: estratégias bási",author:"\nPaladini, Edson Pacheco; Bridi, Eduardo ",isbn:"9788522480982",edition:0,vbkType:"pbk",url:"/books/9788522480982",coverURL:"//covers.vitalbook.com/vbid/9788522480982/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão estratégica balanceada: um enfoque nas boas práticas de gestão",author:"Lucca, Giancarlo ",isbn:"9788522483631",edition:0,vbkType:"pbk",url:"/books/9788522483631",coverURL:"//covers.vitalbook.com/vbid/9788522483631/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão estratégica de custos:textos, casos práticos e testes com as\nrespostas, 8ª edição",author:"Oliveira, Luís Martins de; Perez Junior, José Hernandez; Costa, Rogerio Guedes ",isbn:"9788522483174",edition:0,vbkType:"pbk",url:"/books/9788522483174",coverURL:"//covers.vitalbook.com/vbid/9788522483174/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão estratégica de pessoas no setor público",author:"Bergue, Sandro Trescastro ",isbn:"9788522484171",edition:0,vbkType:"pbk",url:"/books/9788522484171",coverURL:"//covers.vitalbook.com/vbid/9788522484171/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão fraudulenta e temerária : um estudo jurisprudencial, 1ª edição,",author:"FORNACIARI, Gauthama",isbn:"9788502196186",edition:0,vbkType:"pbk",url:"/books/9788502196186",coverURL:"//covers.vitalbook.com/vbid/9788502196186/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia para elaboração de monografia e TCC em engenharia de produção",author:"Martins, Roberto Antônio; Mello, Carlos Henrique Pereira; Turrioni, Joao Batista ",isbn:"9788522486397",edition:0,vbkType:"pbk",url:"/books/9788522486397",coverURL:"//covers.vitalbook.com/vbid/9788522486397/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Hackers Expostos: Segredos e Soluções para a Segurança de Redes",author:"MCCLURE, Stuart; SCAMBRAY, Joel; KURTZ, George",isbn:"9788582601426",edition:7,vbkType:"pbk",url:"/books/9788582601426",coverURL:"//covers.vitalbook.com/vbid/9788582601426/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"História do direito : perspectivas histórico-constitucionais da relação\nentre estado e religião",author:"Scalquette, Rodrigo Arnoni",isbn:"9788522481507",edition:0,vbkType:"pbk",url:"/books/9788522481507",coverURL:"//covers.vitalbook.com/vbid/9788522481507/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Hospitais Lean",author:"GRABAN, Mark",isbn:"9788582600078",edition:2,vbkType:"pbk",url:"/books/9788582600078",coverURL:"//covers.vitalbook.com/vbid/9788582600078/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Imunologia, 6ª edição",author:"COICO, Richard; SUNSHINE, Geoffrey",isbn:"978-85-277-2341-1",edition:0,vbkType:"pbk",url:"/books/978-85-277-2341-1",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2341-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Álgebra Linear com Aplicações, 8ª edição",author:"KOLMAN, Bernard; HILL, David Ross",isbn:"978-85-216-2437-0",edition:0,vbkType:"pbk",url:"/books/978-85-216-2437-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2437-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Termodinâmica para Engenharia",author:"SONNTAG, Richard Edwin; BORGNAKKE, Claus",isbn:"978-85-216-2486-8",edition:0,vbkType:"pbk",url:"/books/978-85-216-2486-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2486-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lavagem de dinheiro, 1ª edição.",author:"REZENDE, Bruno Titz de",isbn:"9788502205123",edition:0,vbkType:"pbk",url:"/books/9788502205123",coverURL:"//covers.vitalbook.com/vbid/9788502205123/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lógica e álgebra de Boole, 4ª edição",author:"Daghlian, Jacob ",isbn:"9788522483044",edition:0,vbkType:"pbk",url:"/books/9788522483044",coverURL:"//covers.vitalbook.com/vbid/9788522483044/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Legislação de Trânsito para Concursos, 2ª edição",author:"MACEDO, Leandro",isbn:"978-85-309-5050-7",edition:0,vbkType:"pbk",url:"/books/978-85-309-5050-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5050-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lições de teoria geral do direito",author:"Silva, Ivan de Oliveira; Franzolin, Cláudio José; Cardoso, Roberta ",isbn:"9788522481385",edition:0,vbkType:"pbk",url:"/books/9788522481385",coverURL:"//covers.vitalbook.com/vbid/9788522481385/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Litisconsórcio eventual, alternativo e sucessivo",author:"Santos, Silas Silva ",isbn:"9788522481118",edition:0,vbkType:"pbk",url:"/books/9788522481118",coverURL:"//covers.vitalbook.com/vbid/9788522481118/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Logística e gerenciamento da cadeia de suprimentos: planejamento do fluxo de produtos e dos recurso",author:"Wanke, Peter F.; Figueiredo, Kleber Fossati; Fleury, Paulo Fernando (Orgs.) ",isbn:"9788522481798",edition:0,vbkType:"pbk",url:"/books/9788522481798",coverURL:"//covers.vitalbook.com/vbid/9788522481798/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de administración pública: enfoque en gobernanza, transparencia y ética en la gestión pú",author:"Matias-Pereira, José ",isbn:"9788522478088",edition:0,vbkType:"pbk",url:"/books/9788522478088",coverURL:"//covers.vitalbook.com/vbid/9788522478088/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de BIM: Um guia de modelagem da informação da construção para arquitetos, engenheiros, ge",author:"EASTMAN, Chuck; TEICHOLZ, Paul; SACKS, Rafael; LISTON, Kathleen",isbn:"9788582601181",edition:1,vbkType:"pbk",url:"/books/9788582601181",coverURL:"//covers.vitalbook.com/vbid/9788582601181/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de contabilidade para pequenas e médias empresas",author:"Silva, Antonio Carlos Ribeiro Da; Marion, José Carlos ",isbn:"9788522485017",edition:0,vbkType:"pbk",url:"/books/9788522485017",coverURL:"//covers.vitalbook.com/vbid/9788522485017/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de direito civil, v. 5 : direito de família e sucessões, 8ª edição.",author:"LISBOA, Roberto Senise",isbn:"9788502218819",edition:0,vbkType:"pbk",url:"/books/9788502218819",coverURL:"//covers.vitalbook.com/vbid/9788502218819/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de formação de preços: políticas, estratégias e fundamentos, 4ª edição",author:"Bernardi, Luiz Antonio ",isbn:"9788522485079",edition:0,vbkType:"pbk",url:"/books/9788522485079",coverURL:"//covers.vitalbook.com/vbid/9788522485079/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Odontologia para Bebês",author:"WALTER, Luis Reinaldo de F.; LEMOS, Letícia Vargas F.M.; MYAKI, Silvio Issáo; ZUANON, Ângela Cris",isbn:"9788536702261",edition:1,vbkType:"pbk",url:"/books/9788536702261",coverURL:"//covers.vitalbook.com/vbid/9788536702261/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Viticultura",author:"GIOVANNINI, Eduardo",isbn:"9788582601341",edition:1,vbkType:"pbk",url:"/books/9788582601341",coverURL:"//covers.vitalbook.com/vbid/9788582601341/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual prático de comércio exterior, 4ª edição",author:"Segre, German (Org.)",isbn:"9788522484928",edition:0,vbkType:"pbk",url:"/books/9788522484928",coverURL:"//covers.vitalbook.com/vbid/9788522484928/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing de Serviços, 6ª edição",author:"Las Casas, Alexandre Luzzi",isbn:"9788522483143",edition:0,vbkType:"pbk",url:"/books/9788522483143",coverURL:"//covers.vitalbook.com/vbid/9788522483143/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing: conceitos, exercícios e casos, 8ª edição",author:"Las Casas, Alexandre Luzzi ",isbn:"9788522483082",edition:0,vbkType:"pbk",url:"/books/9788522483082",coverURL:"//covers.vitalbook.com/vbid/9788522483082/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matérias-Primas Alimentícias - Composição e Controle de Qualidade",author:"KOBLITZ, Maria Gabriela Bello",isbn:"978-85-277-2331-2",edition:0,vbkType:"pbk",url:"/books/978-85-277-2331-2",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2331-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mecânica dos Materiais, 5ª edição",author:"RILEY, William F.; STURGES, Leroy D.; MORRIS, Don H.",isbn:"978-85-216-2487-5",edition:0,vbkType:"pbk",url:"/books/978-85-216-2487-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2487-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mecânica para Engenharia: Dinâmica",author:"GRAY, Gary L.; COSTANZO, Francesco; PLESHA, Michael E.",isbn:"9788565837293",edition:1,vbkType:"pbk",url:"/books/9788565837293",coverURL:"//covers.vitalbook.com/vbid/9788565837293/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Medicina Interna de Harrison: Preparação para Provas e Concursos",author:"WIENER, Charles M.; BROWN, Cynthia D.; HEMNES, Anna R.",isbn:"9788580553093",edition:18,vbkType:"pbk",url:"/books/9788580553093",coverURL:"//covers.vitalbook.com/vbid/9788580553093/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Metodologia científica, 6ª edição",author:"Lakatos, Eva Maria; Marconi, Marina de Andrade",isbn:"9788522484942",edition:0,vbkType:"pbk",url:"/books/9788522484942",coverURL:"//covers.vitalbook.com/vbid/9788522484942/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Monografia para os cursos de administração, contabilidade e economia, 2ª edição",author:"Marion, José Carlos et al. ",isbn:"9788522484430",edition:0,vbkType:"pbk",url:"/books/9788522484430",coverURL:"//covers.vitalbook.com/vbid/9788522484430/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Não cumulatividade do ICMS e princípio da neutralidade tributária, 1ª edição.",author:"CARVALHO, Osvaldo Santos de",isbn:"9788502209374",edition:0,vbkType:"pbk",url:"/books/9788502209374",coverURL:"//covers.vitalbook.com/vbid/9788502209374/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nutrição Contemporânea",author:"WARDLAW, Gordan M.; SMITH, Anne M.",isbn:"9788580551891",edition:8,vbkType:"pbk",url:"/books/9788580551891",coverURL:"//covers.vitalbook.com/vbid/9788580551891/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O DIREITO NA SOCIEDADE DA INFORMAÇÃO III: A Evolução Do Direito Digital, (V.3)",author:"Paesani, Liliana Minardi (Coord.)",isbn:"9788522482139",edition:0,vbkType:"pbk",url:"/books/9788522482139",coverURL:"//covers.vitalbook.com/vbid/9788522482139/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Livro de Casos Clínicos GLBT",author:"LEVOUNIS, Petros; DRESCHER, Jack; BARBER, Mary E.",isbn:"9788582710340",edition:1,vbkType:"pbk",url:"/books/9788582710340",coverURL:"//covers.vitalbook.com/vbid/9788582710340/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Passo-a-Passo Cirúrgico na Implantodontia - Da Instalação à Prótese",author:"BIANCHINI, Marco Aurélio",isbn:"978-85-412-0306-7",edition:0,vbkType:"pbk",url:"/books/978-85-412-0306-7",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0306-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O ponto cego do direito: the Brazilian lessons",author:"Martins, Rui Cunha ",isbn:"9788522483983",edition:0,vbkType:"pbk",url:"/books/9788522483983",coverURL:"//covers.vitalbook.com/vbid/9788522483983/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Odontologia Restauradora - Fundamentos & Técnicas",author:"BARATIERI, Luiz Narciso et al.",isbn:"978-85-412-0307-4",edition:0,vbkType:"pbk",url:"/books/978-85-412-0307-4",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0307-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Orçamento Aplicado ao Setor Público: Abordagem Simples e Objetiva, 2ª edição",author:"Bezerra Filho, João Eudes ",isbn:"9788522479726",edition:0,vbkType:"pbk",url:"/books/9788522479726",coverURL:"//covers.vitalbook.com/vbid/9788522479726/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ortodontia Preventiva: Diagnóstico e Tratamento",author:"ABRÃO, Jorge; MORO, Alexandre; HORLIANA, Ricardo Fidos; SHIMIZU, Roberto Hideo",isbn:"9788536702285",edition:1,vbkType:"pbk",url:"/books/9788536702285",coverURL:"//covers.vitalbook.com/vbid/9788536702285/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Parceria público-privada, 2ª edição.",author:"GUIMARÃES, Fernando Vernalha",isbn:"9788502207950",edition:0,vbkType:"pbk",url:"/books/9788502207950",coverURL:"//covers.vitalbook.com/vbid/9788502207950/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Personagens ou Pacientes?: Clássicos da Literatura Mundial para Refletir sobre a Natureza Humana",author:"CORDÁS, Táki Athanássios; BARROS, Daniel Martins de",isbn:"9788582710388",edition:1,vbkType:"pbk",url:"/books/9788582710388",coverURL:"//covers.vitalbook.com/vbid/9788582710388/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento e estratégia das escolas: o que leva as escolas a ter alto desempenho",author:"Pereira, Maurício Fernandes; Calegari, Diego ",isbn:"9788522484003",edition:0,vbkType:"pbk",url:"/books/9788522484003",coverURL:"//covers.vitalbook.com/vbid/9788522484003/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento estratégico, indicadores e processos: uma integração necessária",author:"Müller, Cláudio José ",isbn:"9788522482894",edition:0,vbkType:"pbk",url:"/books/9788522482894",coverURL:"//covers.vitalbook.com/vbid/9788522482894/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Políticas públicas: principios, propósitos e processos",author:"Dias, Reinaldo; Matos, Fernanda Costa de ",isbn:"9788522484478",edition:0,vbkType:"pbk",url:"/books/9788522484478",coverURL:"//covers.vitalbook.com/vbid/9788522484478/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Português Instrumental: de acordo com as atuais normas da ABNT, 29ª edição",author:"Martins, Dileta Silveira; Zilberknop, Lúbia Scliar ",isbn:"9788522484973",edition:0,vbkType:"pbk",url:"/books/9788522484973",coverURL:"//covers.vitalbook.com/vbid/9788522484973/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Procedimentos de Enfermagem - Guia Prático",author:"CARMAGNANI, Maria Isabel Sampaio et al.",isbn:"978-85-277-2330-5",edition:0,vbkType:"pbk",url:"/books/978-85-277-2330-5",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2330-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processo penal e processo administrativo tributário : correlação entre fato e decisão, 1ª ediç",author:"CAMPILONGO, Paulo Antonio Fernandes",isbn:"9788502208322",edition:0,vbkType:"pbk",url:"/books/9788502208322",coverURL:"//covers.vitalbook.com/vbid/9788502208322/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pronunciamentos contábeis na prática (V. 2), 2ª edição",author:"Lagioia, Umbelina Cravo Teixeira ",isbn:"9788522480463",edition:0,vbkType:"pbk",url:"/books/9788522480463",coverURL:"//covers.vitalbook.com/vbid/9788522480463/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psiquiatria da Infância e da Adolescência: Casos Clínicos",author:"ASSUMPÇÃO JR, Francisco B.",isbn:"9788582710302",edition:1,vbkType:"pbk",url:"/books/9788582710302",coverURL:"//covers.vitalbook.com/vbid/9788582710302/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Qualidade na Tv: telenovela, crítica e público",author:"Greco, Clarice ",isbn:"9788522482269",edition:0,vbkType:"pbk",url:"/books/9788522482269",coverURL:"//covers.vitalbook.com/vbid/9788522482269/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Qualidade Total em Serviços: Conceitos, Exercícios, Casos Práticos, 6ª edição",author:"Las Casas, Alexandre Luzzi",isbn:"9788522483105",edition:0,vbkType:"pbk",url:"/books/9788522483105",coverURL:"//covers.vitalbook.com/vbid/9788522483105/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Recurso especial e recurso extraordinário criminais, 1ª edição.",author:"ROCHA JUNIOR, Francisco de Assis do Rêgo Monteiro",isbn:"9788502203020",edition:0,vbkType:"pbk",url:"/books/9788502203020",coverURL:"//covers.vitalbook.com/vbid/9788502203020/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Redação científica: como entender e escrever com facilidade",author:"Ferreira, Gonzaga ",isbn:"9788522484980",edition:0,vbkType:"pbk",url:"/books/9788522484980",coverURL:"//covers.vitalbook.com/vbid/9788522484980/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Regime especial da sociedade anônima simplificada, 1ª edição.",author:"WARDER JR., Walfrido Jorge",isbn:"9788502207202",edition:0,vbkType:"pbk",url:"/books/9788502207202",coverURL:"//covers.vitalbook.com/vbid/9788502207202/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Relações humanas: psicologia das relações interpessoais, 6ª edição",author:"Minicucci, Agostinho ",isbn:"9788522484997",edition:0,vbkType:"pbk",url:"/books/9788522484997",coverURL:"//covers.vitalbook.com/vbid/9788522484997/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Representação Gráfica em Arquitetura",author:"CHING, Francis D.K.",isbn:"9788577809134",edition:5,vbkType:"pbk",url:"/books/9788577809134",coverURL:"//covers.vitalbook.com/vbid/9788577809134/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Responsabilidade social: fundamentos e gestão",author:"Dias, Reinaldo ",isbn:"9788522484461",edition:0,vbkType:"pbk",url:"/books/9788522484461",coverURL:"//covers.vitalbook.com/vbid/9788522484461/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Reumatologia - Diagnóstico e Tratamento, 4ª edição",author:"CARVALHO, Marco Antonio Parreiras",isbn:"978-85-8114-214-2",edition:0,vbkType:"pbk",url:"/books/978-85-8114-214-2",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-214-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sanções econômicas internacionais, 1ª edição.",author:"VALÉRIO, Marco Aurélio Gumieri",isbn:"9788502197404",edition:0,vbkType:"pbk",url:"/books/9788502197404",coverURL:"//covers.vitalbook.com/vbid/9788502197404/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série de Oftalmologia Brasileira - Cirurgia Refrativa, 3ª edição",author:"CBO",isbn:"978-85-7006-584-1",edition:0,vbkType:"pbk",url:"/books/978-85-7006-584-1",coverURL:"//covers.vitalbook.com/vbid/978-85-7006-584-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série de Oftalmologia Brasileira - Neuro Oftalmologia, 3ª edição",author:"CBO",isbn:"978-85-7006-599-5",edition:0,vbkType:"pbk",url:"/books/978-85-7006-599-5",coverURL:"//covers.vitalbook.com/vbid/978-85-7006-599-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série de Oftalmologia Brasileira - Prova Nacional de Oftalmologia, 3ª edição",author:"CBO",isbn:"978-85-7006-603-9",edition:0,vbkType:"pbk",url:"/books/978-85-7006-603-9",coverURL:"//covers.vitalbook.com/vbid/978-85-7006-603-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série de Oftalmologia Brasileira - Uveítes, 3ª edição",author:"CBO",isbn:"978-85-7006-601-5",edition:0,vbkType:"pbk",url:"/books/978-85-7006-601-5",coverURL:"//covers.vitalbook.com/vbid/978-85-7006-601-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Semiologia Médica, 7ª edição",author:"PORTO, Celmo Celeno; PORTO, Arnaldo Lemos",isbn:"978-85-277-2348-0",edition:0,vbkType:"pbk",url:"/books/978-85-277-2348-0",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2348-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas de logística reversa: criando cadeias de suprimento sustentáveis",author:"Xavier, Lúcia Helena; Corrêa, Henrique Luiz ",isbn:"9788522482979",edition:0,vbkType:"pbk",url:"/books/9788522482979",coverURL:"//covers.vitalbook.com/vbid/9788522482979/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sociologia",author:"SCHAEFER, Richard T.",isbn:"9788580553161",edition:6,vbkType:"pbk",url:"/books/9788580553161",coverURL:"//covers.vitalbook.com/vbid/9788580553161/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sucessão do cônjuge, do companheiro e outras histórias, 1ª edição.",author:"DINIZ, Maria Helena",isbn:"9788502218826",edition:0,vbkType:"pbk",url:"/books/9788502218826",coverURL:"//covers.vitalbook.com/vbid/9788502218826/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnicas de vendas, 4ª edição",author:"Las Casas, Alexandre Luzzi ",isbn:"9788522483112",edition:0,vbkType:"pbk",url:"/books/9788522483112",coverURL:"//covers.vitalbook.com/vbid/9788522483112/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tectônica Global",author:"KEAREY, Philip; KLEPEIS, Keith A.; VINE, Frederick J. Vine",isbn:"9788582601365",edition:3,vbkType:"pbk",url:"/books/9788582601365",coverURL:"//covers.vitalbook.com/vbid/9788582601365/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria dos sistemas sociais : direito e sociedade na obra de Niklas Luhmann, 1ª edição",author:"GONÇALVES, Guilherme Leite",isbn:"9788502181427",edition:0,vbkType:"pbk",url:"/books/9788502181427",coverURL:"//covers.vitalbook.com/vbid/9788502181427/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria geral da parte especial do direito penal",author:"Gomes, Mariângela Gama de Magalhães ",isbn:"9788522483600",edition:0,vbkType:"pbk",url:"/books/9788522483600",coverURL:"//covers.vitalbook.com/vbid/9788522483600/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Transtorno de Ansiedade Social: Teoria e Clínica",author:"NARDI, Antonio Egidio; QUEVEDO, João; SILVA, Antônio Geraldo da",isbn:"9788582710364",edition:1,vbkType:"pbk",url:"/books/9788582710364",coverURL:"//covers.vitalbook.com/vbid/9788582710364/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de direito financeiro, volume 1, 1ª edição.",author:"MARTINS, Ives Gandra da Silva",isbn:"9788502208629",edition:0,vbkType:"pbk",url:"/books/9788502208629",coverURL:"//covers.vitalbook.com/vbid/9788502208629/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de direito financeiro, volume 2, 2ª edição;",author:"MARTINS, Ives Gandra da Silva",isbn:"9788502208650",edition:0,vbkType:"pbk",url:"/books/9788502208650",coverURL:"//covers.vitalbook.com/vbid/9788502208650/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A distintividade das marcas : secondary meaning, vulgarização e teoria da distância, 1ª edição",author:"SCHMIDT, Lélio Denicoli",isbn:"9788502197701",edition:0,vbkType:"pbk",url:"/books/9788502197701",coverURL:"//covers.vitalbook.com/vbid/9788502197701/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Informação na Relação Médico-paciente, 1ª edição.",author:"BERGESTEIN, Gilberto",isbn:"9788502203082",edition:0,vbkType:"pbk",url:"/books/9788502203082",coverURL:"//covers.vitalbook.com/vbid/9788502203082/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Adaptabilidade judicial: a modificação do procedimento pelo juiz no processo civil, 1ª Edição.",author:"OLIVEIRA, Guilherme Peres de",isbn:"9788502188099",edition:0,vbkType:"pbk",url:"/books/9788502188099",coverURL:"//covers.vitalbook.com/vbid/9788502188099/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração de Marketing: Conceitos, Planejamento e Aplicações à Realidade Brasileira",author:"Las Casas, Alexandre Luzzi ",isbn:"9788522483075",edition:0,vbkType:"pbk",url:"/books/9788522483075",coverURL:"//covers.vitalbook.com/vbid/9788522483075/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Agências Reguladoras e a Evolução do Direito Administrativo Econômico, 3ª edição",author:"ARAGÃO, Alexandre Santos de",isbn:"978-85-309-5037-8",edition:0,vbkType:"pbk",url:"/books/978-85-309-5037-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5037-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ambiente: Conhecimentos e Práticas: Série Tekne",author:"SCHWANKE, Cibele",isbn:"9788582600115",edition:1,vbkType:"pbk",url:"/books/9788582600115",coverURL:"//covers.vitalbook.com/vbid/9788582600115/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Aplicação da Pena, 4ª edição",author:"CARVALHO NETO, Inacio de",isbn:"978-85-309-5055-2",edition:0,vbkType:"pbk",url:"/books/978-85-309-5055-2",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5055-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Assistência jurídica gratuita na justiça do trabalho, 1ª edição",author:"Silva, Túlio Macedo Rosa e",isbn:"9788502190245",edition:0,vbkType:"pbk",url:"/books/9788502190245",coverURL:"//covers.vitalbook.com/vbid/9788502190245/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Avaliação",author:"PERRENOUD, Philippe",isbn:"9788536308340",edition:1,vbkType:"pbk",url:"/books/9788536308340",coverURL:"//covers.vitalbook.com/vbid/9788536308340/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ética na Computação - Uma Abordagem Baseada em Casos",author:"BARGER, Robert N.",isbn:"978-85-216-2464-6",edition:0,vbkType:"pbk",url:"/books/978-85-216-2464-6",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2464-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Biologia e Filogenia das Algas",author:"REVIERS, Bruno de",isbn:"9788536315102",edition:1,vbkType:"pbk",url:"/books/9788536315102",coverURL:"//covers.vitalbook.com/vbid/9788536315102/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bioquímica",author:"VOET, Donald; VOET, Judith G.",isbn:"9788582710050",edition:4,vbkType:"pbk",url:"/books/9788582710050",coverURL:"//covers.vitalbook.com/vbid/9788582710050/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bogliolo - Patologia Geral, 5ª edição",author:"BRASILEIRO FILHO, Geraldo",isbn:"978-85-277-2338-1",edition:0,vbkType:"pbk",url:"/books/978-85-277-2338-1",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2338-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Captura das agências reguladoras independentes, 1ª edição.",author:"BAGATIN, Andreia Cristina",isbn:"9788502203723",edition:0,vbkType:"pbk",url:"/books/9788502203723",coverURL:"//covers.vitalbook.com/vbid/9788502203723/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cálculo de uma Variável, 3ª edição",author:"HUGHES-HALLETT, Deborah; GLEASON, Andrew M.; McCALLUM, William G. et al.",isbn:"978-85-216-2417-2",edition:0,vbkType:"pbk",url:"/books/978-85-216-2417-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2417-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código Civil comentado, 9ª Edição.",author:"SILVA, Regina Beatriz Tavares da",isbn:"9788502196308",edition:0,vbkType:"pbk",url:"/books/9788502196308",coverURL:"//covers.vitalbook.com/vbid/9788502196308/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código de processo civil comentado: versão universitária, 2ª edição",author:"Montenegro Filho, Misael ",isbn:"9788522479009",edition:0,vbkType:"pbk",url:"/books/9788522479009",coverURL:"//covers.vitalbook.com/vbid/9788522479009/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Certificação Profissional ANBIMA Série 10 (CPA-10), 5ª edição",author:"Bruni, Adriano Leal ",isbn:"9788522476732",edition:0,vbkType:"pbk",url:"/books/9788522476732",coverURL:"//covers.vitalbook.com/vbid/9788522476732/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cessão de crédito : existência, validade e eficácia, 1ªEdição.",author:"HAICAL, Gustavo",isbn:"9788502182233",edition:0,vbkType:"pbk",url:"/books/9788502182233",coverURL:"//covers.vitalbook.com/vbid/9788502182233/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ciência da Computação: Uma Visão Abrangente",author:"BROOKSHEAR, J. Glenn",isbn:"9788582600313",edition:11,vbkType:"pbk",url:"/books/9788582600313",coverURL:"//covers.vitalbook.com/vbid/9788582600313/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cláusulas escalonadas : a mediação comercial no contexto da arbitragem, 1ª edição.",author:"LEVY, Fernanda Rocha Lourenço",isbn:"9788502205284",edition:0,vbkType:"pbk",url:"/books/9788502205284",coverURL:"//covers.vitalbook.com/vbid/9788502205284/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Clínica Oftalmológica - Condutas Práticas em Oftalmologia",author:"ALVES, Milton Ruiz; NAKASHIMA, Yoshitaka; TANAKA, Tatiana (eds.)",isbn:"978-85-7006-594-0",edition:0,vbkType:"pbk",url:"/books/978-85-7006-594-0",coverURL:"//covers.vitalbook.com/vbid/978-85-7006-594-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. direito simplificado - Direito penal simplificado : parte geral, 16ª edição",author:"Capez, Fernando",isbn:"9788502205048",edition:0,vbkType:"pbk",url:"/books/9788502205048",coverURL:"//covers.vitalbook.com/vbid/9788502205048/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Passe em Concursos públicos - Manual de Dicas : Ministério Público Estadual da União, 1ª e",author:"ROCHA, Marcelo Hugo da",isbn:"9788502204140",edition:0,vbkType:"pbk",url:"/books/9788502204140",coverURL:"//covers.vitalbook.com/vbid/9788502204140/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Perito Criminal Federal - Engenharia civil 1 : patologia e dimensionamento do concreto armado, ",author:"SILVA, Ben-Hur de Albuquerque e",isbn:"9788502178014",edition:0,vbkType:"pbk",url:"/books/9788502178014",coverURL:"//covers.vitalbook.com/vbid/9788502178014/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Preparatória para concursos jurídicos - Direito Civil Vol. 4, 2ª edição.",author:"FIGUEIREDO, Fábio Vieira",isbn:"9788502204171",edition:0,vbkType:"pbk",url:"/books/9788502204171",coverURL:"//covers.vitalbook.com/vbid/9788502204171/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Theotonio Negrão - Incerteza e processo, 1ª edição.",author:"MACHADO, Marcelo Pacheco",isbn:"9788502203778",edition:0,vbkType:"pbk",url:"/books/9788502203778",coverURL:"//covers.vitalbook.com/vbid/9788502203778/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção direito econômico : Empresas estatais, 1ª edição.",author:"PINTO, Henrique Motta",isbn:"9788502197169",edition:0,vbkType:"pbk",url:"/books/9788502197169",coverURL:"//covers.vitalbook.com/vbid/9788502197169/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção saberes do direito; v. 19 : Direito civil V : direito das coisas e direito de autor, 1ª e",author:"FIGUEIREDO, Fábio Vieira",isbn:"9788502206564",edition:0,vbkType:"pbk",url:"/books/9788502206564",coverURL:"//covers.vitalbook.com/vbid/9788502206564/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao “código” florestal : Lei n. 12.651/2012, 1ª edição.",author:"FIORILLO, Celso Antonio Pacheco",isbn:"9788502209015",edition:0,vbkType:"pbk",url:"/books/9788502209015",coverURL:"//covers.vitalbook.com/vbid/9788502209015/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao Código de Defesa do Consumidor",author:"SILVA NETO, Orlando Celso da",isbn:"978-85-309-5039-2",edition:0,vbkType:"pbk",url:"/books/978-85-309-5039-2",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5039-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao Código de Processo Civil - Vol. V, 17ª edição",author:"MOREIRA, José Carlos Barbosa",isbn:"978-85-309-5041-5",edition:0,vbkType:"pbk",url:"/books/978-85-309-5041-5",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5041-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao Novo Código Civil - Vol. XVI, 4ª edição",author:"VIANA, Marco Aurelio da Silva",isbn:"978-85-309-5015-6",edition:0,vbkType:"pbk",url:"/books/978-85-309-5015-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5015-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comunicação empresarial e planos de comunicação: integrando teoria e prática, 3ª edição",author:"Tavares, Maurício ",isbn:"9788522484805",edition:0,vbkType:"pbk",url:"/books/9788522484805",coverURL:"//covers.vitalbook.com/vbid/9788522484805/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Concorrência desleal : atos de confusão, 1ª Edição.",author:"CAMELIER da Silva, Alberto Luís",isbn:"9788502203334",edition:0,vbkType:"pbk",url:"/books/9788502203334",coverURL:"//covers.vitalbook.com/vbid/9788502203334/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade avançada: textos, exemplos e exercícios resolvidos, 3ª edição",author:"Almeida, Marcelo Cavalcanti",isbn:"9788522477692",edition:0,vbkType:"pbk",url:"/books/9788522477692",coverURL:"//covers.vitalbook.com/vbid/9788522477692/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade de custos, 10ª edição",author:"Martins, Eliseu ",isbn:"9788522482054",edition:0,vbkType:"pbk",url:"/books/9788522482054",coverURL:"//covers.vitalbook.com/vbid/9788522482054/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controladoria: um enfoque na eficácia organizacional, 3ª edição",author:"Nascimento, Auster Moreira; Reginato, Luciane (Orgs.)",isbn:"9788522476688",edition:0,vbkType:"pbk",url:"/books/9788522476688",coverURL:"//covers.vitalbook.com/vbid/9788522476688/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cumprimento da Sentença, 4ª edição",author:"ASSIS, Araken de",isbn:"978-85-309-4983-9",edition:0,vbkType:"pbk",url:"/books/978-85-309-4983-9",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4983-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de contabilidade para não contadores, 7ª edição",author:"Marion, José Carlos; Iudícibus, Sergio de ",isbn:"9788522484829",edition:0,vbkType:"pbk",url:"/books/9788522484829",coverURL:"//covers.vitalbook.com/vbid/9788522484829/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito da saúde, 1ª edição.",author:"MENDES, Karyna Rocha",isbn:"9788502203815",edition:0,vbkType:"pbk",url:"/books/9788502203815",coverURL:"//covers.vitalbook.com/vbid/9788502203815/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de teoria geral do estado: fundamento do direito constitucional positivo, 1ª edição",author:"Pinto, Kleber Couto ",isbn:"9788522480616",edition:0,vbkType:"pbk",url:"/books/9788522480616",coverURL:"//covers.vitalbook.com/vbid/9788522480616/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Da Execução Penal, 3ª edição",author:"NUNES, Adeildo",isbn:"978-85-309-5009-5",edition:0,vbkType:"pbk",url:"/books/978-85-309-5009-5",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5009-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Decisões Médicas Baseadas em Evidências",author:"SCHWARTZ, Alan; BERGUS, George",isbn:"978-85-277-2322-0",edition:0,vbkType:"pbk",url:"/books/978-85-277-2322-0",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2322-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Democracia Constitucional, 1ª Edição.",author:"BIELSCHWSKY, Raoni Macedo",isbn:"9788502196841",edition:0,vbkType:"pbk",url:"/books/9788502196841",coverURL:"//covers.vitalbook.com/vbid/9788502196841/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dermatologia - Sexta edição revisada e atualizada",author:"AZULAY, Rubem David; AZULAY, David Rubem; AZULAY-ABULAFIA, Luna",isbn:"978-85-277-2336-7",edition:0,vbkType:"pbk",url:"/books/978-85-277-2336-7",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2336-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenho Urbano Contemporâneo no Brasil",author:"DEL RIO, Vicente; SIEMBIEDA, William J.",isbn:"978-85-216-2466-0",edition:0,vbkType:"pbk",url:"/books/978-85-216-2466-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2466-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenvolver Competências ou Ensinar Saberes?: A Escola que Prepara para a Vida",author:"PERRENOUD, Philippe",isbn:"9788565848602",edition:1,vbkType:"pbk",url:"/books/9788565848602",coverURL:"//covers.vitalbook.com/vbid/9788565848602/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito à saúde – paradigmas procedimentais e substanciais da Constituição, 1ª edição.",author:"CIARLINI, Alvaro Luis de A. S.",isbn:"9788502197732",edition:0,vbkType:"pbk",url:"/books/9788502197732",coverURL:"//covers.vitalbook.com/vbid/9788502197732/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito das Sucessões - Teoria e Prática, 7ª edição",author:"FARIA, Mario Roberto Carvalho de",isbn:"978-85-309-5035-4",edition:0,vbkType:"pbk",url:"/books/978-85-309-5035-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5035-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito penal informático, 1ª edição.",author:"BRITO, Auriney",isbn:"9788502209435",edition:0,vbkType:"pbk",url:"/books/9788502209435",coverURL:"//covers.vitalbook.com/vbid/9788502209435/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direitos do Consumidor, 8ª edição",author:"THEODORO Jr., Humberto",isbn:"978-85-309-5043-9",edition:0,vbkType:"pbk",url:"/books/978-85-309-5043-9",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5043-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direitos fundamentais: uma perspectiva de futuro",author:"Miranda, Jorge (Org.)",isbn:"9788522481095",edition:0,vbkType:"pbk",url:"/books/9788522481095",coverURL:"//covers.vitalbook.com/vbid/9788522481095/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direitos humanos em movimento, 1ª Edição.",author:"AMARANTE, João Armando Moretto; WEISZFLOG, André ",isbn:"9788502195578",edition:0,vbkType:"pbk",url:"/books/9788502195578",coverURL:"//covers.vitalbook.com/vbid/9788502195578/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direitos humanos, 2ª edição",author:"Castilho, Ricardo",isbn:"9788502210288",edition:0,vbkType:"pbk",url:"/books/9788502210288",coverURL:"//covers.vitalbook.com/vbid/9788502210288/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Discricionariedade técnica na regulação econômica, 1ª edição.",author:"ROMAN, Flavio José",isbn:"9788502208773",edition:0,vbkType:"pbk",url:"/books/9788502208773",coverURL:"//covers.vitalbook.com/vbid/9788502208773/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Do xadrez à cortesia : Dworkin e a teoria do direito contemporânea, 1ª edição.",author:"MACEDO Junior, Ronaldo Porto",isbn:"9788502208711",edition:0,vbkType:"pbk",url:"/books/9788502208711",coverURL:"//covers.vitalbook.com/vbid/9788502208711/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Elementos de Direito Administrativo, 2ª Edição.",author:"GOMES, Fábio Bellote",isbn:"9788502160255",edition:0,vbkType:"pbk",url:"/books/9788502160255",coverURL:"//covers.vitalbook.com/vbid/9788502160255/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Emergências Psiquiátricas",author:"QUEVEDO, João; CARVALHO, André F.",isbn:"9788582710326",edition:1,vbkType:"pbk",url:"/books/9788582710326",coverURL:"//covers.vitalbook.com/vbid/9788582710326/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Epidemiologia da Saúde Bucal - Série Fundamentos de Odontologia, 2ª edição",author:"ANTUNES, José Leopoldo Ferreira; PERES, Marco Aurélio; CRIVELLO Jr., Oswaldo (coord.)",isbn:"978-85-412-0300-5",edition:0,vbkType:"pbk",url:"/books/978-85-412-0300-5",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0300-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estatística Aplicada à Engenharia, 2ª edição",author:"MONTGOMERY, Douglas C.; RUNGER, George C.; HUBELE, Norma Faris",isbn:"978-85-216-2419-6",edition:0,vbkType:"pbk",url:"/books/978-85-216-2419-6",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2419-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estatística para educação profissional e tecnológica, 2ª edição",author:"Novaes, Diva Valério; Coutinho, Cileda de Queiroz e Silva ",isbn:"9788522478194",edition:0,vbkType:"pbk",url:"/books/9788522478194",coverURL:"//covers.vitalbook.com/vbid/9788522478194/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estatística sem Matemática para Psicologia",author:"DANCEY, Christine P.; REIDY, John",isbn:"9788565848114",edition:5,vbkType:"pbk",url:"/books/9788565848114",coverURL:"//covers.vitalbook.com/vbid/9788565848114/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estudo Psicanalítico - Mallarmé o Livro",author:"ATTIÉ, Joseph",isbn:"978-85-309-5057-6",edition:0,vbkType:"pbk",url:"/books/978-85-309-5057-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5057-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Excel para Engenheiros e Cientistas, 2ª edição",author:"BLOCH, Sylvan Charles",isbn:"978-85-216-2421-9",edition:0,vbkType:"pbk",url:"/books/978-85-216-2421-9",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2421-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Farmacovigilância para Promoção do Uso Correto de Medicamentos",author:"MASTROIANNI, Patricia; VARALLO, Fabiana Rossi",isbn:"9788582710029",edition:1,vbkType:"pbk",url:"/books/9788582710029",coverURL:"//covers.vitalbook.com/vbid/9788582710029/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiologia Animal - Adaptação e Meio Ambiente, 5ª edição",author:"SCHMIDT-NIELSEN, Knut",isbn:"978-85-412-0294-7",edition:0,vbkType:"pbk",url:"/books/978-85-412-0294-7",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0294-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisioterapia Intensiva, 2ª edição",author:"ULTRA, Rogério Brito",isbn:"978-85-7006-611-4",edition:0,vbkType:"pbk",url:"/books/978-85-7006-611-4",coverURL:"//covers.vitalbook.com/vbid/978-85-7006-611-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundações e Estruturas de Contenção",author:"BUDHU, Muni",isbn:"978-85-216-2468-4",edition:0,vbkType:"pbk",url:"/books/978-85-216-2468-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2468-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Engenharia - Teoria e Prática Vol. 4",author:"LINDEBURG, Michael R.",isbn:"978-85-216-2480-6",edition:0,vbkType:"pbk",url:"/books/978-85-216-2480-6",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2480-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Neuropsiquiatria e Ciências do Comportamento",author:"YUDOFSKY, Stuart C.; HALES, Robert E.",isbn:"9788565852272",edition:2,vbkType:"pbk",url:"/books/9788565852272",coverURL:"//covers.vitalbook.com/vbid/9788565852272/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de sociologia geral",author:"Santos, Pedro António dos",isbn:"9788522483006",edition:0,vbkType:"pbk",url:"/books/9788522483006",coverURL:"//covers.vitalbook.com/vbid/9788522483006/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos para uma teoria jurídica das políticas públicas, 1ª edição",author:"Bucci, Maria Paula Dallari",isbn:"9788502190214",edition:0,vbkType:"pbk",url:"/books/9788502190214",coverURL:"//covers.vitalbook.com/vbid/9788502190214/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Garantias processuais nos recursos criminais, 2ª edição",author:"Cruz, Rogério Schietti Machado ",isbn:"9788522481064",edition:0,vbkType:"pbk",url:"/books/9788522481064",coverURL:"//covers.vitalbook.com/vbid/9788522481064/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gerenciamento da Produção e Operações",author:"VENANZI, Délvio; SILVA, Orlando Roque da",isbn:"978-85-216-2460-8",edition:0,vbkType:"pbk",url:"/books/978-85-216-2460-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2460-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Estoques na Cadeia de Suprimento: Decisões e Modelos Quantitativos, 3ª edição",author:"Wanke, Peter ",isbn:"9788522481781",edition:0,vbkType:"pbk",url:"/books/9788522481781",coverURL:"//covers.vitalbook.com/vbid/9788522481781/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão do composto de marketing, 2ª edição",author:"Urdan, Flávio Torres; Urdan, André Torres ",isbn:"9788522483778",edition:0,vbkType:"pbk",url:"/books/9788522483778",coverURL:"//covers.vitalbook.com/vbid/9788522483778/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão estratégica da qualidade: princípios, métodos e processos, 2ª edição",author:"\nPaladini, Edson Pacheco",isbn:"9788522483808",edition:0,vbkType:"pbk",url:"/books/9788522483808",coverURL:"//covers.vitalbook.com/vbid/9788522483808/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ginecologia - Manual do Residente da Escola Paulista de Medicina/Univ.Fed. de São Paulo",author:"BARBOSA, Mariana Granado; SARTORI, Marair Gracio Ferreira (coords.)",isbn:"978-85-412-0309-8",edition:0,vbkType:"pbk",url:"/books/978-85-412-0309-8",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0309-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Hierarquia das normas no direito internacional : jus cogens e metaconstitucionalismo, 1ª edição.",author:"FINKELSTEIN, Cláudio",isbn:"9788502208353",edition:0,vbkType:"pbk",url:"/books/9788502208353",coverURL:"//covers.vitalbook.com/vbid/9788502208353/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"IFamily : um novo conceito de família?, 1ª edição.",author:"ROSA, Conrado Paulino da",isbn:"9788502208681",edition:0,vbkType:"pbk",url:"/books/9788502208681",coverURL:"//covers.vitalbook.com/vbid/9788502208681/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Imaginologia: Série Abeno: Odontologia Essencial - Parte Clínica",author:"FREITAS, Claudio Fróes de",isbn:"9788536702124",edition:1,vbkType:"pbk",url:"/books/9788536702124",coverURL:"//covers.vitalbook.com/vbid/9788536702124/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Interesses difusos em espécie : direito ambiental, direito do consumidor e probidade administrativa",author:"SOUZA, Motauri Ciocchetti de",isbn:"9788502203365",edition:0,vbkType:"pbk",url:"/books/9788502203365",coverURL:"//covers.vitalbook.com/vbid/9788502203365/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Arquitetura",author:"CHING, Francis D.K.; ECKLER, James F.",isbn:"9788582601020",edition:1,vbkType:"pbk",url:"/books/9788582601020",coverURL:"//covers.vitalbook.com/vbid/9788582601020/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Termodinâmica da Engenharia Química, 7ª edição",author:"SMITH, Joe Mauk; VAN NESS, Hendrick C.; ABBOTT, Michael M.",isbn:"978-85-216-2200-0",edition:0,vbkType:"pbk",url:"/books/978-85-216-2200-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2200-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Investimentos no mercado financeiro usando a calculadora financeira HP 12C: programas financeiros ap",author:"Assaf Neto, Alexandre; Lima, Fabiano Guasti",isbn:"9788522480241",edition:0,vbkType:"pbk",url:"/books/9788522480241",coverURL:"//covers.vitalbook.com/vbid/9788522480241/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Jurisdição sem lide e discricionariedade judicial",author:"Oliveira, Swarai Cervone de ",isbn:"9788522481224",edition:0,vbkType:"pbk",url:"/books/9788522481224",coverURL:"//covers.vitalbook.com/vbid/9788522481224/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Kit de Treinamento MCITP (Exame 70-647): Windows Server 2008: Administrador da Empresa",author:"MILLER, David R.; MANCUSO, Paul; POLICELLI, John; THOMAS, Orin; MCLEAN, Ian; MACKIN, J.C.; GRANDMAST",isbn:"9788582601105",edition:2,vbkType:"pbk",url:"/books/9788582601105",coverURL:"//covers.vitalbook.com/vbid/9788582601105/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei n. 8.112/90 em questões comentadas - Regime Jurídico dos Servidores Públicos Civis Federais, ",author:"MARINELA, Fernanda",isbn:"9788502205451",edition:0,vbkType:"pbk",url:"/books/9788502205451",coverURL:"//covers.vitalbook.com/vbid/9788502205451/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Linguagem e Linguística - Uma Introdução",author:"LYONS, John",isbn:"978-85-216-2458-5",edition:0,vbkType:"pbk",url:"/books/978-85-216-2458-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2458-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual Da Secretária, 12ª edição",author:"Medeiros, João Bosco; Hernandes, Sonia ",isbn:"9788522481590",edition:0,vbkType:"pbk",url:"/books/9788522481590",coverURL:"//covers.vitalbook.com/vbid/9788522481590/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Assistência Domiciliar em Doença Pulmonar Avançada",author:"SBPT",isbn:"978-85-8114-201-2",edition:0,vbkType:"pbk",url:"/books/978-85-8114-201-2",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-201-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de BPM: Gestão de Processos de Negócio",author:"BROCKE, Jan Vom; ROSEMANN, Michael",isbn:"9788582600665",edition:1,vbkType:"pbk",url:"/books/9788582600665",coverURL:"//covers.vitalbook.com/vbid/9788582600665/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de contabilidade pública: de acordo com as normas\ninternacionais de contabilidade aplicadas ",author:"Slomski, Valmor ",isbn:"9788522478439",edition:0,vbkType:"pbk",url:"/books/9788522478439",coverURL:"//covers.vitalbook.com/vbid/9788522478439/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Genética Médica para Atenção Primária à Saúde",author:"VIEIRA, Taiane; GIUGLIANI, Roberto",isbn:"9788565852890",edition:1,vbkType:"pbk",url:"/books/9788565852890",coverURL:"//covers.vitalbook.com/vbid/9788565852890/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual do direito do agronegócio, 1ª edição.",author:"BURANELLO, Renato",isbn:"9788502203396",edition:0,vbkType:"pbk",url:"/books/9788502203396",coverURL:"//covers.vitalbook.com/vbid/9788502203396/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual para Análise de Tensões de Tubulações Industriais - Flexibilidade",author:"FRANÇA FILHO, José Luiz de",isbn:"978-85-216-2385-4",edition:0,vbkType:"pbk",url:"/books/978-85-216-2385-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2385-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marx e Habermas : teoria crítica e os sentidos da emancipação, 1ª Edição.",author:"MELO, Rúrion",isbn:"9788502203303",edition:0,vbkType:"pbk",url:"/books/9788502203303",coverURL:"//covers.vitalbook.com/vbid/9788502203303/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática Discreta: Coleção Schaum",author:"LIPSCHUTZ, Seymour; LIPSON, Marc",isbn:"9788565837781",edition:3,vbkType:"pbk",url:"/books/9788565837781",coverURL:"//covers.vitalbook.com/vbid/9788565837781/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática Finita - Uma Abordagem Aplicada, 11ª edição",author:"SULLIVAN, Michael",isbn:"978-85-216-2470-7",edition:0,vbkType:"pbk",url:"/books/978-85-216-2470-7",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2470-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Métodos e técnicas de pesquisa social, 6ª edição",author:"Gil, Antonio Carlos ",isbn:"9788522484959",edition:0,vbkType:"pbk",url:"/books/9788522484959",coverURL:"//covers.vitalbook.com/vbid/9788522484959/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mediação de conflitos",author:"Silva, Luciana Aboim Machado Gonçalves da (Org.)",isbn:"9788522478866",edition:0,vbkType:"pbk",url:"/books/9788522478866",coverURL:"//covers.vitalbook.com/vbid/9788522478866/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microbiologia da Segurança dos Alimentos",author:"FORSYTHE, Stephen J.",isbn:"9788536327068",edition:2,vbkType:"pbk",url:"/books/9788536327068",coverURL:"//covers.vitalbook.com/vbid/9788536327068/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microbiologia e Imunologia Geral e Odontológica: Série Abeno: Odontologia Essencial - Parte Básica - Vol 2",author:"SPOLIDORIO, Denise M. Palomari; DUQUE, Cristiane",isbn:"9788536701929",edition:1,vbkType:"pbk",url:"/books/9788536701929",coverURL:"//covers.vitalbook.com/vbid/9788536701929/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mitigação dos prejuízos no direito contratual, 1ª edição.",author:"LOPES, Christian Sahb Batista",isbn:"9788502187498",edition:0,vbkType:"pbk",url:"/books/9788502187498",coverURL:"//covers.vitalbook.com/vbid/9788502187498/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Negociação: como usar a inteligência e a racionalidade, 2ª edição",author:"Ferreira, Gonzaga",isbn:"9788522474981",edition:0,vbkType:"pbk",url:"/books/9788522474981",coverURL:"//covers.vitalbook.com/vbid/9788522474981/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Neuropsicologia Geriátrica",author:"CAIXETA, Leonardo; TEIXEIRA, Antonio Lucio",isbn:"9788582710265",edition:1,vbkType:"pbk",url:"/books/9788582710265",coverURL:"//covers.vitalbook.com/vbid/9788582710265/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nietzsche, perspectivismo e democracia: um espírito : livre em guerra contra o dogmatismo, 1ª edição.",author:"MATTOS, Fernando Costa",isbn:"9788502202696",edition:0,vbkType:"pbk",url:"/books/9788502202696",coverURL:"//covers.vitalbook.com/vbid/9788502202696/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Desafio das Redes: Estratégia, Lucro e Risco em Um Mundo Interligado",author:"KLEINDORFER, Paul R.; WIND, Yoram (Jerry); GUNTHER, Robert E.",isbn:"9788540701212",edition:1,vbkType:"pbk",url:"/books/9788540701212",coverURL:"//covers.vitalbook.com/vbid/9788540701212/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O valor da reparação moral, 4ª edição.",author:"CIANCI, Mirna",isbn:"9788502209886",edition:0,vbkType:"pbk",url:"/books/9788502209886",coverURL:"//covers.vitalbook.com/vbid/9788502209886/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Odontologia Restauradora Estética e Funcional",author:"TORRES, Carlos Rocha Gomes et al.",isbn:"978-85-412-0278-7",edition:0,vbkType:"pbk",url:"/books/978-85-412-0278-7",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0278-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Omissão legislativa inconstitucional e responsabilidade do Estado legislador, 2ª edição.",author:"PUCCINELLI Júnior, André",isbn:"9788502206441",edition:0,vbkType:"pbk",url:"/books/9788502206441",coverURL:"//covers.vitalbook.com/vbid/9788502206441/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Os “segredos” da arbitragem : para empresários que não sabem nada (e para advogados que sabem ",author:"VERSOÇA, Haroldo Malheiros Duclerc",isbn:"9788502196360",edition:0,vbkType:"pbk",url:"/books/9788502196360",coverURL:"//covers.vitalbook.com/vbid/9788502196360/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Plano de carreira: foco no indivíduo, 2ª edição",author:"Oliveira, Djalma de Pinho Rebouças de ",isbn:"9788522479047",edition:0,vbkType:"pbk",url:"/books/9788522479047",coverURL:"//covers.vitalbook.com/vbid/9788522479047/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Plano de Marketing para Micro e Pequena Empresa, 6ª edição",author:"Las Casas, Alexandre Luzzi ",isbn:"9788522483099",edition:0,vbkType:"pbk",url:"/books/9788522483099",coverURL:"//covers.vitalbook.com/vbid/9788522483099/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Probabilidade para Engenharias",author:"MENDES, Flávia Cesar Teixeira",isbn:"978-85-216-2423-3",edition:0,vbkType:"pbk",url:"/books/978-85-216-2423-3",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2423-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Procedimentos civis no Estatuto da Criança e do Adolescente, 1ªEdição.",author:"DI MAURO, Renata Giovanoni",isbn:"9788502202726",edition:0,vbkType:"pbk",url:"/books/9788502202726",coverURL:"//covers.vitalbook.com/vbid/9788502202726/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processo tributário – Administrativo e judicial, 4ª Edição.",author:"CARNEIRO, Claudio",isbn:"9788502199477",edition:0,vbkType:"pbk",url:"/books/9788502199477",coverURL:"//covers.vitalbook.com/vbid/9788502199477/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Projeto de Máquinas",author:"NORTON, Robert L.",isbn:"9788582600238",edition:4,vbkType:"pbk",url:"/books/9788582600238",coverURL:"//covers.vitalbook.com/vbid/9788582600238/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Proteção constitucional à liberdade religiosa, 2ª edição.",author:"SILVA NETO, Manoel Jorge e",isbn:"9788502203907",edition:0,vbkType:"pbk",url:"/books/9788502203907",coverURL:"//covers.vitalbook.com/vbid/9788502203907/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Publicidade Abusiva e Proteção do Consumidor Idoso",author:"Afonso, Luiz Fernando ",isbn:"9788522480227",edition:0,vbkType:"pbk",url:"/books/9788522480227",coverURL:"//covers.vitalbook.com/vbid/9788522480227/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Publicidade de alimentos e crianças : regulação no Brasil e no mundo, 1ª Edição.",author:"HENRIQUES, Isabella",isbn:"9788502202153",edition:0,vbkType:"pbk",url:"/books/9788502202153",coverURL:"//covers.vitalbook.com/vbid/9788502202153/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Robert Alexy - Introdução Crítica",author:"ANDRÉA, Fernando de",isbn:"978-85-309-5053-8",edition:0,vbkType:"pbk",url:"/books/978-85-309-5053-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5053-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série DDJ - Produção Científica - Evolução do direito societário: lições do Brasil, 1ª edi",author:"PARGENDLER, Mariana",isbn:"9788502203549",edition:0,vbkType:"pbk",url:"/books/9788502203549",coverURL:"//covers.vitalbook.com/vbid/9788502203549/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série de Oftalmologia Brasileira - Cristalino e Catarata, 3ª edição",author:"CBO",isbn:"978-85-7006-586-5",edition:0,vbkType:"pbk",url:"/books/978-85-7006-586-5",coverURL:"//covers.vitalbook.com/vbid/978-85-7006-586-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série de Oftalmologia Brasileira - Doenças Externas Oculares e Córneas, 3ª edição",author:"CBO",isbn:"978-85-7006-605-3",edition:0,vbkType:"pbk",url:"/books/978-85-7006-605-3",coverURL:"//covers.vitalbook.com/vbid/978-85-7006-605-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série de Oftalmologia Brasileira - Estrabismo, 3ª edição",author:"CBO",isbn:"978-85-7006-592-6",edition:0,vbkType:"pbk",url:"/books/978-85-7006-592-6",coverURL:"//covers.vitalbook.com/vbid/978-85-7006-592-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série de Oftalmologia Brasileira - Glaucoma, 3ª edição",author:"CBO",isbn:"978-85-7006-596-4",edition:0,vbkType:"pbk",url:"/books/978-85-7006-596-4",coverURL:"//covers.vitalbook.com/vbid/978-85-7006-596-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série de Oftalmologia Brasileira - Iatrogenias e Manifestações Oculares das Doenças Sistêmicas,",author:"CBO",isbn:"978-85-7006-588-9",edition:0,vbkType:"pbk",url:"/books/978-85-7006-588-9",coverURL:"//covers.vitalbook.com/vbid/978-85-7006-588-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série de Oftalmologia Brasileira - Metodologia Científica, 3ª edição",author:"CBO",isbn:"978-85-7006-582-7",edition:0,vbkType:"pbk",url:"/books/978-85-7006-582-7",coverURL:"//covers.vitalbook.com/vbid/978-85-7006-582-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série de Oftalmologia Brasileira - Retina e Vítreo, 3ª edição",author:"CBO",isbn:"978-85-7006-607-7",edition:0,vbkType:"pbk",url:"/books/978-85-7006-607-7",coverURL:"//covers.vitalbook.com/vbid/978-85-7006-607-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série de Oftalmologia Brasileira - Semiologia Básica em Oftalmologia, 3ª edição",author:"CBO",isbn:"978-85-7006-590-2",edition:0,vbkType:"pbk",url:"/books/978-85-7006-590-2",coverURL:"//covers.vitalbook.com/vbid/978-85-7006-590-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série direito registral e notarial : Das cláusulas de inalienabilidade, impenhorabilidade e incomu",author:"FIORANELLI, Ademar",isbn:"9788502153619",edition:0,vbkType:"pbk",url:"/books/9788502153619",coverURL:"//covers.vitalbook.com/vbid/9788502153619/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série direito registral e notarial : Direito administrativo registral, 1ª Edição.",author:"DIP, Ricardo Henry Marques",isbn:"9788502156166",edition:0,vbkType:"pbk",url:"/books/9788502156166",coverURL:"//covers.vitalbook.com/vbid/9788502156166/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série direito registral e notarial : Registro de imóveis, retificação de registro e\ngeorreferenc",author:"AUGUSTO, Eduardo Agostinho Arruda",isbn:"9788502181045",edition:0,vbkType:"pbk",url:"/books/9788502181045",coverURL:"//covers.vitalbook.com/vbid/9788502181045/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Educação - Gestão Escolar - Perspectivas, Desafios e Função Social",author:"MONTEIRO, Eduardo; MOTTA, Artur; RAMAL, Andrea Cecilia (org.)",isbn:"978-85-216-2472-1",edition:0,vbkType:"pbk",url:"/books/978-85-216-2472-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2472-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Manual do direito homoafetivo, 1ª Edição.",author:"FERRAZ, Carolina Valença",isbn:"9788502202245",edition:0,vbkType:"pbk",url:"/books/9788502202245",coverURL:"//covers.vitalbook.com/vbid/9788502202245/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Serviços públicos à brasileira : fundamentos jurídicos, definição e aplicação, 1ª Edição.",author:"CONRADO, Regis da Silva",isbn:"9788502196278",edition:0,vbkType:"pbk",url:"/books/9788502196278",coverURL:"//covers.vitalbook.com/vbid/9788502196278/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas, organização e métodos: estudo integrado orientado a processos de negócio sobre organiz",author:"Cruz, Tadeu ",isbn:"9788522478347",edition:0,vbkType:"pbk",url:"/books/9788522478347",coverURL:"//covers.vitalbook.com/vbid/9788522478347/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnicas e Prática na Tomografia Computadorizada Clínica",author:"HENWOOD, Suzanne",isbn:"978-85-277-2324-4",edition:0,vbkType:"pbk",url:"/books/978-85-277-2324-4",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2324-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tecnologia da Informação para Gestão: Em Busca de um Melhor Desempenho Estratégico e Operacional",author:"TURBAN, Efraim; VOLONINO, Linda",isbn:"9788582600160",edition:8,vbkType:"pbk",url:"/books/9788582600160",coverURL:"//covers.vitalbook.com/vbid/9788582600160/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria geral da administração: edição compacta, 2ª edição",author:"Oliveira, Djalma de Pinho Rebouças de ",isbn:"9788522474998",edition:0,vbkType:"pbk",url:"/books/9788522474998",coverURL:"//covers.vitalbook.com/vbid/9788522474998/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria geral do direito civil: parte geral",author:"Azevedo, Álvaro Villaça ",isbn:"9788522481767",edition:0,vbkType:"pbk",url:"/books/9788522481767",coverURL:"//covers.vitalbook.com/vbid/9788522481767/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terapêutica Medicamentosa em Odontologia: Da Excelência à Regulação das Aprendizagens entre dua",author:"ANDRADE, Eduardo Dias de",isbn:"9788536702148",edition:3,vbkType:"pbk",url:"/books/9788536702148",coverURL:"//covers.vitalbook.com/vbid/9788536702148/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"TOC: Manual de terapia cognitivo-comportamental para o transtorno obsessivo-compulsivo",author:"CORDIOLI, Aristides Volpato",isbn:"9788582710289",edition:2,vbkType:"pbk",url:"/books/9788582710289",coverURL:"//covers.vitalbook.com/vbid/9788582710289/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Trabalho Eficaz com Código Legado",author:"FEATHERS, Michael C.",isbn:"9788582600337",edition:1,vbkType:"pbk",url:"/books/9788582600337",coverURL:"//covers.vitalbook.com/vbid/9788582600337/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tributação na origem e destino : tributos sobre o consumo e processos de integração econômica, ",author:"GASSEN, Valcir",isbn:"9788502200241",edition:0,vbkType:"pbk",url:"/books/9788502200241",coverURL:"//covers.vitalbook.com/vbid/9788502200241/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tutelas de Urgência: Sistematização das Liminares",author:"Sampaio Júnior, José Herval ",isbn:"9788522483181",edition:0,vbkType:"pbk",url:"/books/9788522483181",coverURL:"//covers.vitalbook.com/vbid/9788522483181/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Uma Gramática Intuitiva - Liberte-se das regras e tome posse da língua que você fala",author:"SCHUMACHER, Cristina A.",isbn:"978-85-216-2399-1",edition:0,vbkType:"pbk",url:"/books/978-85-216-2399-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2399-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Violência contra a mulher: o homicídio privilegiado e a violência doméstica, 2ª edição",author:"Lima, Paulo Marco Ferreira ",isbn:"9788522477395",edition:0,vbkType:"pbk",url:"/books/9788522477395",coverURL:"//covers.vitalbook.com/vbid/9788522477395/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Violência Doméstica e a Cultura da Paz",author:"SEIXAS, Maria Rita D'Angelo; DIAS, Maria Luiza (orgs.)",isbn:"978-85-412-0296-1",edition:0,vbkType:"pbk",url:"/books/978-85-412-0296-1",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0296-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Windows 8: Série Passo a Passo",author:"RUSEN, Ciprian Adrian; BALLEW, Joli",isbn:"9788582600986",edition:1,vbkType:"pbk",url:"/books/9788582600986",coverURL:"//covers.vitalbook.com/vbid/9788582600986/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:14.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A contemporaneidade do pensamento de Victor Nunes Leal, 1ª Edição.",author:"Instituto Victor Nunes Leal",isbn:"9788502195677",edition:0,vbkType:"pbk",url:"/books/9788502195677",coverURL:"//covers.vitalbook.com/vbid/9788502195677/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A evolução do processo civil brasileiro - vol 1, 2ª Edição",author:"GIANNICO, Maurício; MONTEIRO, Vitor José de Mello.",isbn:"9788502161900",edition:0,vbkType:"pbk",url:"/books/9788502161900",coverURL:"//covers.vitalbook.com/vbid/9788502161900/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A prova no Código Civil : natureza jurídica, 2ª edição",author:"GIANNICO, Maricí ",isbn:"9788502177499",edition:0,vbkType:"pbk",url:"/books/9788502177499",coverURL:"//covers.vitalbook.com/vbid/9788502177499/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ações renovatórias e revisionais em shopping centers, 4ª Edição.",author:"CERVEIRA Filho, Mario",isbn:"9788502201736",edition:0,vbkType:"pbk",url:"/books/9788502201736",coverURL:"//covers.vitalbook.com/vbid/9788502201736/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Adolescência",author:"SANTROCK, John W.",isbn:"9788580552416",edition:14,vbkType:"pbk",url:"/books/9788580552416",coverURL:"//covers.vitalbook.com/vbid/9788580552416/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Aquisição de controle na sociedade anônima, 1ª Edição.",author:"MUNHOZ, Eduardo Secchi",isbn:"9788502188068",edition:0,vbkType:"pbk",url:"/books/9788502188068",coverURL:"//covers.vitalbook.com/vbid/9788502188068/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bioética e direitos fundamentais,1ª Edição",author:"GOZZO, Débora; LIGIERA, Wilson Ricardo.",isbn:"9788502163126",edition:0,vbkType:"pbk",url:"/books/9788502163126",coverURL:"//covers.vitalbook.com/vbid/9788502163126/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Carreiras específicas - Ministério Público do Trabalho – MPT : questões comentadas – es",author:"Andrade, Flávia Cristina Moura de ; Pavione, Lucas dos Santos",isbn:"9788502204492",edition:0,vbkType:"pbk",url:"/books/9788502204492",coverURL:"//covers.vitalbook.com/vbid/9788502204492/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. de direito, desenvolvimento e justiça : série direito em debate - Os grupos de sociedades : o",author:"ARAUJO, Danilo Borges dos Santos Gomes; WARDE JR.,Walfrido Jorge.",isbn:"9788502170049",edition:0,vbkType:"pbk",url:"/books/9788502170049",coverURL:"//covers.vitalbook.com/vbid/9788502170049/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. direito em contexto: problemas dogmáticos - Responsabilidade tributária e os atos de formação, 1ª Edição.",author:"PEIXOTO, Daniel Monteiro.",isbn:"9788502171367",edition:0,vbkType:"pbk",url:"/books/9788502171367",coverURL:"//covers.vitalbook.com/vbid/9788502171367/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. direito em contexto: questões regulatórias - Litígios societários 1 – inventários, 1ª E",author:"PRADO, Roberta Nioac; VILELA, Renato.",isbn:"9788502171398",edition:0,vbkType:"pbk",url:"/books/9788502171398",coverURL:"//covers.vitalbook.com/vbid/9788502171398/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Direito Simplificado - Direito Constitucional - Simplificado, 17ª Edição.",author:"CAPEZ, Fernando",isbn:"9788502197060",edition:0,vbkType:"pbk",url:"/books/9788502197060",coverURL:"//covers.vitalbook.com/vbid/9788502197060/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. direito, desenvolvimento e justiça : série direito em debate - Direito e desenvolvimento : um",author:"SCHAPIRO, Mario G.; TRUBEK, David M.",isbn:"9788502170100",edition:0,vbkType:"pbk",url:"/books/9788502170100",coverURL:"//covers.vitalbook.com/vbid/9788502170100/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. direito, desenvolvimento e justiça : série direito em debate - Dogmática é conflito : uma v",author:"RODRIGUEZ, José Rodrigo; PÜSCHEL, Flavia Portella; MACHADO, Marta Rodriguez de Assis.",isbn:"9788502172524",edition:0,vbkType:"pbk",url:"/books/9788502172524",coverURL:"//covers.vitalbook.com/vbid/9788502172524/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. direito, desenvolvimento e justiça : série direito em debate - Pensar o Brasil : problemas na",author:"RODRIGUEZ, José Rodrigo",isbn:"9788502172555",edition:0,vbkType:"pbk",url:"/books/9788502172555",coverURL:"//covers.vitalbook.com/vbid/9788502172555/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. direito, desenvolvimento e justiça : série produção científica - Constitucionalismo e demo",author:"GODOY, Miguel Gualano de.",isbn:"9788502172579",edition:0,vbkType:"pbk",url:"/books/9788502172579",coverURL:"//covers.vitalbook.com/vbid/9788502172579/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. direito, desenvolvimento e justiça : série produção científica - Estudos empíricos sobre ",author:"PRADO, Viviane Muller.; CARMO, Lie Uema do.",isbn:"9788502172494",edition:0,vbkType:"pbk",url:"/books/9788502172494",coverURL:"//covers.vitalbook.com/vbid/9788502172494/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. direito, desenvolvimento e justiça : série produção científica - Governança corporativa e",author:"DONAGGIO, Angela Rita Franco ",isbn:"9788502172586",edition:0,vbkType:"pbk",url:"/books/9788502172586",coverURL:"//covers.vitalbook.com/vbid/9788502172586/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. estudos direcionados : perguntas e respostas; 13, 3ª Edição",author:"BINA, Ricardo",isbn:"9788502175617",edition:0,vbkType:"pbk",url:"/books/9788502175617",coverURL:"//covers.vitalbook.com/vbid/9788502175617/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. OAB Nacional 1ª fase 13 - Direitos Humanos, 3ª Edição.",author:"PENTEADO FILHO, Nestor Sampaio",isbn:"9788502149458",edition:0,vbkType:"pbk",url:"/books/9788502149458",coverURL:"//covers.vitalbook.com/vbid/9788502149458/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. OAB Nacional, 2ª fase, v. 5 - Direito administrativo, 2ª edição",author:"COSTA, Elisson Pereira da ",isbn:"9788502163539",edition:0,vbkType:"pbk",url:"/books/9788502163539",coverURL:"//covers.vitalbook.com/vbid/9788502163539/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. passe em concursos públicos : carreiras trabalhistas, magistratura e MPT, 1ª Edição.",author:"ROCHA, Marcelo Hugo da.",isbn:"9788502173057",edition:0,vbkType:"pbk",url:"/books/9788502173057",coverURL:"//covers.vitalbook.com/vbid/9788502173057/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Passe na OAB 2ª fase : questões e peças comentadas : penal, 3ª Edição.",author:"NUNES, Joerberth Pinto",isbn:"9788502183001",edition:0,vbkType:"pbk",url:"/books/9788502183001",coverURL:"//covers.vitalbook.com/vbid/9788502183001/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Passe na OAB 2ª fase: questões e peças comentadas : Tributário, 3ª Edição.",author:"KNIJINIK, Eduardo ",isbn:"9788502182943",edition:0,vbkType:"pbk",url:"/books/9788502182943",coverURL:"//covers.vitalbook.com/vbid/9788502182943/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. preparatória para concurso de delegado de polícia - Direito processual penal, 1ª edição",author:"Genofre, Fabiano",isbn:"9788502202474",edition:0,vbkType:"pbk",url:"/books/9788502202474",coverURL:"//covers.vitalbook.com/vbid/9788502202474/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. preparatória para concursos jurídicos; v. 1 - Direito constitucional – questões comentadas",author:"FÍGARO, André",isbn:"9788502184336",edition:0,vbkType:"pbk",url:"/books/9788502184336",coverURL:"//covers.vitalbook.com/vbid/9788502184336/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. prof. Agostinho Alvim - A simulação dos negócios jurídicos, 2ª Edição",author:"GAINO, Itamar",isbn:"9788502163409",edition:0,vbkType:"pbk",url:"/books/9788502163409",coverURL:"//covers.vitalbook.com/vbid/9788502163409/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. professor Agostinho Alvim - Princípio do equilíbrio contratual, 1ª Ediçaõ",author:"Andrea Cristina Zanetti",isbn:"9788502161917",edition:0,vbkType:"pbk",url:"/books/9788502161917",coverURL:"//covers.vitalbook.com/vbid/9788502161917/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Saberes Críticos, Vol. 1 - A palavra dos mortos : conferências de criminologia cautelar, 1ª ",author:"ZAFFARONI, Eugenio Raúl.",isbn:"9788502179608",edition:0,vbkType:"pbk",url:"/books/9788502179608",coverURL:"//covers.vitalbook.com/vbid/9788502179608/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. saberes do direito 7 - Direito penal : parte especial II, 1ª Edição.",author:"RODRIGUES, Cristiano.",isbn:"9788502171305",edition:0,vbkType:"pbk",url:"/books/9788502171305",coverURL:"//covers.vitalbook.com/vbid/9788502171305/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. saberes do direito - Vol. 42 - Direito tributário I, 1ª Edição.",author:"SABBAG, Eduardo.",isbn:"9788502177406",edition:0,vbkType:"pbk",url:"/books/9788502177406",coverURL:"//covers.vitalbook.com/vbid/9788502177406/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. saberes do direito 11 - Processo penal II : provas – questões e processos incidentes, 1ª Ed",author:"TÁVORA, Nestor; ASSUMPÇÃO, Vinícius.",isbn:"9788502171800",edition:0,vbkType:"pbk",url:"/books/9788502171800",coverURL:"//covers.vitalbook.com/vbid/9788502171800/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. saberes do direito 13 - Processo penal IV : júri, 1ª Edição.",author:"TASSE, Adel el; GOMES, Luiz Flávio.",isbn:"9788502171244",edition:0,vbkType:"pbk",url:"/books/9788502171244",coverURL:"//covers.vitalbook.com/vbid/9788502171244/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. saberes do direito 22 - Processo civil I : teoria geral do processo, 1ª Edição.",author:"SÁ, Renato Montans de.; FREIRE, Rodrigo da Cunha Lima.",isbn:"9788502171213",edition:0,vbkType:"pbk",url:"/books/9788502171213",coverURL:"//covers.vitalbook.com/vbid/9788502171213/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Saberes do direito 23 - Processo civil II, 1ª Edição",author:"SÁ, Renato Montans de; FREIRE, Rodrigo da Cunha Lima.",isbn:"9788502169111",edition:0,vbkType:"pbk",url:"/books/9788502169111",coverURL:"//covers.vitalbook.com/vbid/9788502169111/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. saberes do direito 32 - Direito administrativo II : organização da administração, responsab",author:"COSTA, Elisson.",isbn:"9788502171039",edition:0,vbkType:"pbk",url:"/books/9788502171039",coverURL:"//covers.vitalbook.com/vbid/9788502171039/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. saberes do direito 34 - Direitos difusos e coletivos I (teoria geral do processo coletivo), 1ª",author:"GAJARDONI, Fernando da Fonseca.",isbn:"9788502171183",edition:0,vbkType:"pbk",url:"/books/9788502171183",coverURL:"//covers.vitalbook.com/vbid/9788502171183/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Saberes do direito 35 - Direitos difusos e coletivos II : (ações coletivas em espécie : ação civil pública, ação popular e mandato de segurança coletivo), 1ª Edição.",author:"GAJARDONI, Fernando da Fonseca.",isbn:"9788502171060",edition:0,vbkType:"pbk",url:"/books/9788502171060",coverURL:"//covers.vitalbook.com/vbid/9788502171060/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. saberes do direito 45 - Direito previdenciário I, 1ª Edição.",author:"ANDRADE, Flávia Cristina Moura de.; LEITÃO, André Studart.",isbn:"9788502171091",edition:0,vbkType:"pbk",url:"/books/9788502171091",coverURL:"//covers.vitalbook.com/vbid/9788502171091/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. saberes do direito 52 - Português jurídico, 1ª Edição.",author:"SABBAG, Eduardo.",isbn:"9788502171121",edition:0,vbkType:"pbk",url:"/books/9788502171121",coverURL:"//covers.vitalbook.com/vbid/9788502171121/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. saberes do direito 53 - Mediação e Arbitragem, 1ª Edição",author:"BACELLAR, Roberto Portugal. ",isbn:"9788502171831",edition:0,vbkType:"pbk",url:"/books/9788502171831",coverURL:"//covers.vitalbook.com/vbid/9788502171831/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. saberes do direito 63 - Sociologia do direito, 1ª Edição.",author:"SOARES, Ricardo Maurício Freire.",isbn:"9788502171152",edition:0,vbkType:"pbk",url:"/books/9788502171152",coverURL:"//covers.vitalbook.com/vbid/9788502171152/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. saberes do direito ; 8 - Direito penal – parte especial III (arts. 312 a 359-H), 1ª Edição",author:"SUMARIVA, Paulo",isbn:"9788502174047",edition:0,vbkType:"pbk",url:"/books/9788502174047",coverURL:"//covers.vitalbook.com/vbid/9788502174047/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. saberes do direito vol. 10 - Processo penal I : investigação preliminar, ação penal, ação",author:" MARQUES, Ivan Luís; CUNHA, Rogério Sanches.",isbn:"9788502172104",edition:0,vbkType:"pbk",url:"/books/9788502172104",coverURL:"//covers.vitalbook.com/vbid/9788502172104/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Saberes Monográficos - Direito da União Europeia, 1ª Edição.",author:"MACHADO, Diego Pereira",isbn:"9788502197947",edition:0,vbkType:"pbk",url:"/books/9788502197947",coverURL:"//covers.vitalbook.com/vbid/9788502197947/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. sinopses jurídicas; v. 20; parte II - Direito administrativo, 4ª Edição",author:"ROSA, Márcio Fernando Elias",isbn:"9788502167193",edition:0,vbkType:"pbk",url:"/books/9788502167193",coverURL:"//covers.vitalbook.com/vbid/9788502167193/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção concursos públicos - nível médio e superior :\ndireito civil, 1ª edição",author:"Barros, André",isbn:"9788502201859",edition:0,vbkType:"pbk",url:"/books/9788502201859",coverURL:"//covers.vitalbook.com/vbid/9788502201859/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção concursos públicos : nível médio e superior : direito previdenciário, 1ª Edição",author:"LEITÃO, André Studart; ANDRADE, Flávia Cristina Moura de.",isbn:"9788502181168",edition:0,vbkType:"pbk",url:"/books/9788502181168",coverURL:"//covers.vitalbook.com/vbid/9788502181168/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção concursos públicos: nível médio e superior - Direito eleitoral, 1ª Edição.",author:"RAIS, Diogo",isbn:"9788502172845",edition:0,vbkType:"pbk",url:"/books/9788502172845",coverURL:"//covers.vitalbook.com/vbid/9788502172845/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção passe em concursos públicos: Manual de dicas : defensoria pública estadual e federal, 1ª Edição.",author:"ROCHA, Marcelo Hugo da",isbn:"9788502184183",edition:0,vbkType:"pbk",url:"/books/9788502184183",coverURL:"//covers.vitalbook.com/vbid/9788502184183/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção preparatória para concursos jurídicos v. 11 - Direito previdenciário – questões come",author:"CHAMON, Omar ",isbn:"9788502174887",edition:0,vbkType:"pbk",url:"/books/9788502174887",coverURL:"//covers.vitalbook.com/vbid/9788502174887/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção preparatória para concursos jurídicos; v. 7 - Direito processual penal – questões com",author:"MAGNO, Levy Emanuel",isbn:"9788502194694",edition:0,vbkType:"pbk",url:"/books/9788502194694",coverURL:"//covers.vitalbook.com/vbid/9788502194694/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção professor Agostinho Alvim: Culpa extracontratual, 1ª Edição.",author:"MELO, Diogo L. Machado de",isbn:"9788502188129",edition:0,vbkType:"pbk",url:"/books/9788502188129",coverURL:"//covers.vitalbook.com/vbid/9788502188129/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção resposta certa: CESPE/UnB Português ; v. 16, 1ª Edição.",author:"MAGRI, Wallace",isbn:"9788502074026",edition:0,vbkType:"pbk",url:"/books/9788502074026",coverURL:"//covers.vitalbook.com/vbid/9788502074026/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção saberes do direito - vol. 25 - Processo civil IV, 1ª Edição",author:"SÁ, Renato Montans de; FREIRE, Rodrigo da Cunha Lima.",isbn:"9788502169203",edition:0,vbkType:"pbk",url:"/books/9788502169203",coverURL:"//covers.vitalbook.com/vbid/9788502169203/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção saberes do direito 39 - Direitos difusos e coletivos, VI : ambiental, 1ª Edição.",author:"OLIVEIRA, Fabiano Melo Gonçalves de. ",isbn:"9788502172135",edition:0,vbkType:"pbk",url:"/books/9788502172135",coverURL:"//covers.vitalbook.com/vbid/9788502172135/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção saberes do direito ; 31 - Direito administrativo I, 1ª Edição.",author:"DIAS, Licínia Rossi Correia",isbn:"9788502169371",edition:0,vbkType:"pbk",url:"/books/9788502169371",coverURL:"//covers.vitalbook.com/vbid/9788502169371/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção saberes do direito ; 47 - Direito eleitoral, 1ª Edição.",author:"BARRETTO, Rafael",isbn:"9788502169784",edition:0,vbkType:"pbk",url:"/books/9788502169784",coverURL:"//covers.vitalbook.com/vbid/9788502169784/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção saberes do direito ; v. 16 - Direito civil II: direito das obrigações, 1ª Edição.",author:"FIGUEIREDO, Fábio Vieira",isbn:"9788502182974",edition:0,vbkType:"pbk",url:"/books/9788502182974",coverURL:"//covers.vitalbook.com/vbid/9788502182974/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção saberes do direito ; v. 33 - Direito administrativo III : bens públicos, licitação, con",author:"COSTA, Elisson Pereira da",isbn:"9788502178656",edition:0,vbkType:"pbk",url:"/books/9788502178656",coverURL:"//covers.vitalbook.com/vbid/9788502178656/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção saberes do direito ; v. 38 - Direitos difusos e coletivos V : idosos e portadores de defic",author:"MARQUES, Ivan Luís",isbn:"9788502177284",edition:0,vbkType:"pbk",url:"/books/9788502177284",coverURL:"//covers.vitalbook.com/vbid/9788502177284/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção saberes do direito ; v. 54 - Informática, 1ª Edição.",author:"GUILHEN, Bruno",isbn:"9788502191082",edition:0,vbkType:"pbk",url:"/books/9788502191082",coverURL:"//covers.vitalbook.com/vbid/9788502191082/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção saberes do direito ; v. 60 - Hermenêutica jurídica, 1ª Edição.",author:"SOARES, Ricardo Maurício Freire",isbn:"9788502177956",edition:0,vbkType:"pbk",url:"/books/9788502177956",coverURL:"//covers.vitalbook.com/vbid/9788502177956/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção saberes do direito ; v. 62 - Teoria geral do Estado, 1ª Edição.",author:"CUNHA, Alexandre Sanches",isbn:"9788502177987",edition:0,vbkType:"pbk",url:"/books/9788502177987",coverURL:"//covers.vitalbook.com/vbid/9788502177987/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção saberes do direito; vol. 27 - Direito empresarial I : teoria geral do direito empresarial,",author:"SANCHEZ, Alessandro",isbn:"9788502177314",edition:0,vbkType:"pbk",url:"/books/9788502177314",coverURL:"//covers.vitalbook.com/vbid/9788502177314/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Saberes do Direito; vol. 29 - Direito empresarial III: títulos de crédito e contratos em",author:"GLICÉRIO FILHO, João",isbn:"9788502176980",edition:0,vbkType:"pbk",url:"/books/9788502176980",coverURL:"//covers.vitalbook.com/vbid/9788502176980/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Theotonio Negrão- Evicção e processo, 1ª Edição.",author:"LEITE, Clarisse Frechiani Lara",isbn:"9788502181632",edition:0,vbkType:"pbk",url:"/books/9788502181632",coverURL:"//covers.vitalbook.com/vbid/9788502181632/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção direito em contexto: questões regulatórias; Litígios societários v. 2 – divórcios, ",author:"PRADO, Roberta Nioac",isbn:"9788502182417",edition:0,vbkType:"pbk",url:"/books/9788502182417",coverURL:"//covers.vitalbook.com/vbid/9788502182417/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao código civil : dos contratos em geral (Arts. 421 a 480); V. 5, 1ª Edição.",author:"MIRANDA, Custodio da Piedade Ubaldino",isbn:"9788502195660",edition:0,vbkType:"pbk",url:"/books/9788502195660",coverURL:"//covers.vitalbook.com/vbid/9788502195660/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao Código Tributário Nacional, v. 2 : (arts. 96 a 218), 7ª Edição.",author:"MARTINS, Ives Gandra da Silva",isbn:"9788502175709",edition:0,vbkType:"pbk",url:"/books/9788502175709",coverURL:"//covers.vitalbook.com/vbid/9788502175709/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao regime único dos servidores públicos civis, 7ª Edição.",author:"RIGOLIN, Ivan Barbosa.",isbn:"9788502174481",edition:0,vbkType:"pbk",url:"/books/9788502174481",coverURL:"//covers.vitalbook.com/vbid/9788502174481/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários à Lei de recuperação de empresas e falência, 5ª edição",author:"TOLEDO, Paulo F. C. Salles de; ABRÃO, Carlos Henrique",isbn:"9788502174320",edition:0,vbkType:"pbk",url:"/books/9788502174320",coverURL:"//covers.vitalbook.com/vbid/9788502174320/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Condutas antissindicais, 1ª edição",author:"MARTINEZ, Luciano ",isbn:"9788502183162",edition:0,vbkType:"pbk",url:"/books/9788502183162",coverURL:"//covers.vitalbook.com/vbid/9788502183162/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Conflitos Bioéticos : clonagem humana, 2ª Edição.",author:"HOGEMANN, Edna Raquel",isbn:"9788502183377",edition:0,vbkType:"pbk",url:"/books/9788502183377",coverURL:"//covers.vitalbook.com/vbid/9788502183377/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Conselho Nacional de Justiça : Estado democrático de direito e accountability, 1ª Edição.",author:"ROBL FILHO, Ilton Norberto",isbn:"9788502182776",edition:0,vbkType:"pbk",url:"/books/9788502182776",coverURL:"//covers.vitalbook.com/vbid/9788502182776/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contratos difusos e coletivos : a função social do contrato, 4ª Edição.",author:"LISBOA, Roberto Senise.",isbn:"9788502184411",edition:0,vbkType:"pbk",url:"/books/9788502184411",coverURL:"//covers.vitalbook.com/vbid/9788502184411/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controladores Lógicos Programáveis",author:"PETRUZELLA, Frank D.",isbn:"9788580552836",edition:4,vbkType:"pbk",url:"/books/9788580552836",coverURL:"//covers.vitalbook.com/vbid/9788580552836/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controle Abstrato de Constitucionalidade : Análise dos Princípios Processuais Aplicáveis, 1ª Edi",author:"DUTRA , Carlos Roberto de Alckmin. ",isbn:"9788502134003",edition:0,vbkType:"pbk",url:"/books/9788502134003",coverURL:"//covers.vitalbook.com/vbid/9788502134003/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso crítico de direito do trabalho : Teoria geral do direito do trabalho, 1ª edição",author:"FELICIANO, Guilherme Guimarães ",isbn:"9788502180529",edition:0,vbkType:"pbk",url:"/books/9788502180529",coverURL:"//covers.vitalbook.com/vbid/9788502180529/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito e processo eletrônico: doutrina, jurisprudência e prática, 1ª Edição.",author:"TEIXEIRA, Tarcisio",isbn:"9788502183445",edition:0,vbkType:"pbk",url:"/books/9788502183445",coverURL:"//covers.vitalbook.com/vbid/9788502183445/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito financeiro, 1ª Edição",author:"Carlos Alberto de Moraes\nRamos Filho",isbn:"9788502160361",edition:0,vbkType:"pbk",url:"/books/9788502160361",coverURL:"//covers.vitalbook.com/vbid/9788502160361/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito internacional do meio ambiente, 1ª Edição.",author:"NETO, José Cretella. ",isbn:"9788502171480",edition:0,vbkType:"pbk",url:"/books/9788502171480",coverURL:"//covers.vitalbook.com/vbid/9788502171480/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Tributário Municipal, 2ª Edição.",author:"BARRETO, AIRES F. ",isbn:"9788502179110",edition:0,vbkType:"pbk",url:"/books/9788502179110",coverURL:"//covers.vitalbook.com/vbid/9788502179110/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito tributário, 14ª Edição.",author:"MARTINS, Ives Granda da Silva",isbn:"9788502148819",edition:0,vbkType:"pbk",url:"/books/9788502148819",coverURL:"//covers.vitalbook.com/vbid/9788502148819/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de falência e recuperação de empresa, 27ª Edição.",author:"ALMEIDA, Amador Paes de,",isbn:"9788502190399",edition:0,vbkType:"pbk",url:"/books/9788502190399",coverURL:"//covers.vitalbook.com/vbid/9788502190399/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Democracia na sociedade informacional : o desenvolvimento da democracia digital nos munícipios bras",author:"BERNARDES, Marciele Berger",isbn:"9788502196339",edition:0,vbkType:"pbk",url:"/books/9788502196339",coverURL:"//covers.vitalbook.com/vbid/9788502196339/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desafios Educacionais na Formação de Empreendedores",author:"HENGEMÜHLE, Adelar",isbn:"9788565848800",edition:1,vbkType:"pbk",url:"/books/9788565848800",coverURL:"//covers.vitalbook.com/vbid/9788565848800/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito constitucional e direitos humanos, 1ª edição.",author:"SOBREIRA, Fábio Tavares",isbn:"9788502184077",edition:0,vbkType:"pbk",url:"/books/9788502184077",coverURL:"//covers.vitalbook.com/vbid/9788502184077/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito de autor no design, 2ª Edição.",author:"Silveira, NEWTON. ",isbn:"9788502180031",edition:0,vbkType:"pbk",url:"/books/9788502180031",coverURL:"//covers.vitalbook.com/vbid/9788502180031/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito e Antropologia : reflexões sobre a origem do Direito a partir de Kelsen e Nietzsche, 1ª Ed",author:"CARNIO, Henrique Garbellini",isbn:"9788502181250",edition:0,vbkType:"pbk",url:"/books/9788502181250",coverURL:"//covers.vitalbook.com/vbid/9788502181250/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito e controle social na modernidade, 1ª Edição.",author:"MARCANTONIO, Jonathan Hernandes",isbn:"9788502184459",edition:0,vbkType:"pbk",url:"/books/9788502184459",coverURL:"//covers.vitalbook.com/vbid/9788502184459/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito eleitoral em debate : estudos em homenagem a Cláudio Lembo, 1ª edição",author:"CAGGIANO, Monica Herman S.",isbn:"9788502183193",edition:0,vbkType:"pbk",url:"/books/9788502183193",coverURL:"//covers.vitalbook.com/vbid/9788502183193/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito internacional para o século XXI, 1ª Edição.",author:"TEIXEIRA, Carla Noura",isbn:"9788502183346",edition:0,vbkType:"pbk",url:"/books/9788502183346",coverURL:"//covers.vitalbook.com/vbid/9788502183346/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito penal : crimes contra a pessoa, 1ª Edição.",author:"GALVÃO, Fernando",isbn:"9788502181830",edition:0,vbkType:"pbk",url:"/books/9788502181830",coverURL:"//covers.vitalbook.com/vbid/9788502181830/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito penal : parte geral, 5ª Edição.",author:"GALVÃO, Fernando",isbn:"9788502181748",edition:0,vbkType:"pbk",url:"/books/9788502181748",coverURL:"//covers.vitalbook.com/vbid/9788502181748/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"DIREITO PENAL CONTEMPORÂNEO , SÉRIE IDP, 1ª EDIÇÃO",author:"GILMAR FERREIRA MENDES, PIERPAOLO CRUZ BOTTINI, EUGÊNIO PACELLI",isbn:"9788502137660",edition:0,vbkType:"pbk",url:"/books/9788502137660",coverURL:"//covers.vitalbook.com/vbid/9788502137660/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito penal das licitações, 1ª Edição",author:"BITENCOURT, Cezar Roberto",isbn:"9788502174948",edition:0,vbkType:"pbk",url:"/books/9788502174948",coverURL:"//covers.vitalbook.com/vbid/9788502174948/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito processual constitucional, 6ª Edição.",author:"SIQUEIRA JR., Paulo Hamilton. ",isbn:"9788502177062",edition:0,vbkType:"pbk",url:"/books/9788502177062",coverURL:"//covers.vitalbook.com/vbid/9788502177062/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito societário : estudos sobre a Lei de Sociedades por Ações, 1ª Edição",author:"SILVA, Alexandre Couto ",isbn:"9788502177529",edition:0,vbkType:"pbk",url:"/books/9788502177529",coverURL:"//covers.vitalbook.com/vbid/9788502177529/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito tributário : o direito tributário na prática dos tribunais superiores : Sistema Tributár",author:"PISCITELLI, Tathiane",isbn:"9788502188037",edition:0,vbkType:"pbk",url:"/books/9788502188037",coverURL:"//covers.vitalbook.com/vbid/9788502188037/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito tributário : tributação do setor industrial, 1ª Edição",author:"SANTI, Eurico Marcos Diniz de",isbn:"9788502180833",edition:0,vbkType:"pbk",url:"/books/9788502180833",coverURL:"//covers.vitalbook.com/vbid/9788502180833/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direitos Humanoos - Proteção e Promoção, 1ª Edição.",author:"BUCCI, Daniela; SALA, José Blanes; CAMPOS, José Ribeiro de. ",isbn:"9788502179677",edition:0,vbkType:"pbk",url:"/books/9788502179677",coverURL:"//covers.vitalbook.com/vbid/9788502179677/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direitos humanos das mulheres e a Comissão Interamericana de Direitos Humanos, 1ª Edição.",author:"GONÇALVES, Tamara Amoroso",isbn:"9788502187825",edition:0,vbkType:"pbk",url:"/books/9788502187825",coverURL:"//covers.vitalbook.com/vbid/9788502187825/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direitos humanos e democracia inclusiva, 1ª Edição.",author:"MATTOS NETO, Antonio José de.; LAMARÃO NETO, Homero; SANTANA, Raimundo Rodrigues.",isbn:"9788502175792",edition:0,vbkType:"pbk",url:"/books/9788502175792",coverURL:"//covers.vitalbook.com/vbid/9788502175792/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direitos sociais : fundamentos, regime jurídico, implementação e aferição de resultados, 1ª Ed",author:"GOTTI, Alessandra ",isbn:"9788502169715",edition:0,vbkType:"pbk",url:"/books/9788502169715",coverURL:"//covers.vitalbook.com/vbid/9788502169715/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Divórcio : teoria e prática, 4ª edição",author:"PEREIRA,Rodrigo da Cunha",isbn:"9788502179592",edition:0,vbkType:"pbk",url:"/books/9788502179592",coverURL:"//covers.vitalbook.com/vbid/9788502179592/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educação jurídica, 1ª edição",author:"SILVEIRA, Vladmir Oliveira da; SANCHES, Samyra Haydêe Dal Farra Naspolini",isbn:"9788502181687",edition:0,vbkType:"pbk",url:"/books/9788502181687",coverURL:"//covers.vitalbook.com/vbid/9788502181687/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Entrega vigiada : meio investigativo de combate ao crime organizado, 1ª Edição.",author:"RASCOVSKI, Luiz",isbn:"9788502190276",vbkType:"pbk",url:"/books/9788502190276",coverURL:"//covers.vitalbook.com/vbid/9788502190276/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Execuções, cautelares e embargos no processo civil, 1ª Edição.",author:"SOUZA, Bernardo Pimentel",isbn:"9788502171459",edition:0,vbkType:"pbk",url:"/books/9788502171459",coverURL:"//covers.vitalbook.com/vbid/9788502171459/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Garantias dos contribuintes no sistema tributário, 1ª Edição.",author:"ALMEIDA, Daniel Freire e; GOMES, Fabio Luiz Gomes; CATARINO; João Ricardo",isbn:"9788502182592",edition:0,vbkType:"pbk",url:"/books/9788502182592",coverURL:"//covers.vitalbook.com/vbid/9788502182592/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia passe na OAB : os segredos da aprovação na 1ª e 2ª fases do Exame de Ordem, 1ª Edição.",author:"ROCHA, Marcelo Hugo da.",isbn:"9788502169470",edition:0,vbkType:"pbk",url:"/books/9788502169470",coverURL:"//covers.vitalbook.com/vbid/9788502169470/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Impostos federais, estaduais e municipais, 4ª Edição.",author:"CARNEIRO, Claudio",isbn:"9788502193550",edition:0,vbkType:"pbk",url:"/books/9788502193550",coverURL:"//covers.vitalbook.com/vbid/9788502193550/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Indignidade sucessória e deserdação, 1ª Edição.",author:"POLETTO, Carlos Eduardo Minozzo",isbn:"9788502182561",edition:0,vbkType:"pbk",url:"/books/9788502182561",coverURL:"//covers.vitalbook.com/vbid/9788502182561/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Informática para Concursos, 1ª Edição",author:"ABDALLA, Samuel Liló; GUESSE, André.",isbn:"9788502180642",edition:0,vbkType:"pbk",url:"/books/9788502180642",coverURL:"//covers.vitalbook.com/vbid/9788502180642/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Júri: do inquérito ao plenário, 4ª Edição",author:"BONFIM, Edilson Mougenot.",isbn:"9788502165502",edition:0,vbkType:"pbk",url:"/books/9788502165502",coverURL:"//covers.vitalbook.com/vbid/9788502165502/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lavagem de dinheiro e cooperação jurídica internacional, 1ª Edição.",author:"ANSELMO, Márcio Adriano",isbn:"9788502187917",edition:0,vbkType:"pbk",url:"/books/9788502187917",coverURL:"//covers.vitalbook.com/vbid/9788502187917/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lógica aplicada à advocacia : técnica de persuasão, 6ª edição",author:"NASCIMENTO, Edmundo Dantès ",isbn:"9788502193970",edition:0,vbkType:"pbk",url:"/books/9788502193970",coverURL:"//covers.vitalbook.com/vbid/9788502193970/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Linguagem forense: redação forense e a língua portuguesa aplicada à linguagem do foro, 13ª Edição.",author:"NASCIMENTO, Edmundo Dantès ",isbn:"9788502205413",edition:0,vbkType:"pbk",url:"/books/9788502205413",coverURL:"//covers.vitalbook.com/vbid/9788502205413/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Macroeconomia esquematizado, 1ª Edição.",author:"SAMPAIO, Luiza Maria Sampaio Moreira de",isbn:"9788502164598",edition:0,vbkType:"pbk",url:"/books/9788502164598",coverURL:"//covers.vitalbook.com/vbid/9788502164598/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mandado de segurança : teoria e prática, 1ª edição",author:"FRANCAVILLA, Enrico ",isbn:"9788502181519",edition:0,vbkType:"pbk",url:"/books/9788502181519",coverURL:"//covers.vitalbook.com/vbid/9788502181519/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de direito processual civil 01 - teoria geral do processo e fase de conhecimento em primeiro ",author:"AMENDOEIRA, Sidnei",isbn:"9788502120716",edition:0,vbkType:"pbk",url:"/books/9788502120716",coverURL:"//covers.vitalbook.com/vbid/9788502120716/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual dos direitos da pessoa com deficiência, 1ª Edição.",author:"FERRAZ, Carolina Valença.",isbn:"9788502170322",edition:0,vbkType:"pbk",url:"/books/9788502170322",coverURL:"//covers.vitalbook.com/vbid/9788502170322/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Metodologia jurídica : um roteiro prático para trabalhos de conclusão de curs, 1ª Edição",author:"QUEIROZ, Rafael Mafei Rabelo; Feferbaum Marina Feferbaum",isbn:"9788502169739",edition:0,vbkType:"pbk",url:"/books/9788502169739",coverURL:"//covers.vitalbook.com/vbid/9788502169739/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Migração de trabalhadores para o Brasil : aspectos teóricos e práticos, 1ª edição",author:"BOUCINHAS FILHO, Jorge Cavalcanti",isbn:"9788502175976",edition:0,vbkType:"pbk",url:"/books/9788502175976",coverURL:"//covers.vitalbook.com/vbid/9788502175976/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Modelagem da Organização: Uma Visão Integrada",author:"GUERRINI, Fábio Müller; ESCRIVÃO FILHO, Edmundo; CAZARINI, Edson Walmir; PÁDUA, Sílvia Inês Da",isbn:"9788582601068",edition:1,vbkType:"pbk",url:"/books/9788582601068",coverURL:"//covers.vitalbook.com/vbid/9788582601068/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"No tribunal do júri. Crimes emblemáticos. Grandes julgamentos, 5ª Edição.",author:"BONFIM, Edilson Mougenot",isbn:"9788502189973",edition:0,vbkType:"pbk",url:"/books/9788502189973",coverURL:"//covers.vitalbook.com/vbid/9788502189973/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novas Medidas do Comportamento Organizacional: Ferramentas de Diagnóstico e de Gestão",author:"SIQUEIRA, Mirlene Maria M.",isbn:"9788582710227",edition:1,vbkType:"pbk",url:"/books/9788582710227",coverURL:"//covers.vitalbook.com/vbid/9788582710227/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nove ensaios constitucionais e uma aula de jubileu, 1ª Edição.",author:"HÄBERLE, Peter",isbn:"9788502179653",edition:0,vbkType:"pbk",url:"/books/9788502179653",coverURL:"//covers.vitalbook.com/vbid/9788502179653/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O conteúdo essencial dos direitos sociais, 1ª Edição.",author:"SAMPAIO, Marcos",isbn:"9788502189942",edition:0,vbkType:"pbk",url:"/books/9788502189942",coverURL:"//covers.vitalbook.com/vbid/9788502189942/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O direito de não produzir prova contra si mesmo - O princípio nemo tenetur se detegere e suas deco",author:"QUEIJO, Maria Elizabeth Queijo.",isbn:"9788502171572",edition:0,vbkType:"pbk",url:"/books/9788502171572",coverURL:"//covers.vitalbook.com/vbid/9788502171572/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Estatuto da Cidade : anotações à Lei n. 10.257, de 10/7/2001, 3ª Edição.",author:"MUKAI, Toshio",isbn:"9788502182653",edition:0,vbkType:"pbk",url:"/books/9788502182653",coverURL:"//covers.vitalbook.com/vbid/9788502182653/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O princípio da dignidade da pessoa humana e o\ndireito à vida, 1ª Edição",author:"MAGALHÃES, Leslei Lester dos Anjos.",isbn:"9788502143203",edition:0,vbkType:"pbk",url:"/books/9788502143203",coverURL:"//covers.vitalbook.com/vbid/9788502143203/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O princípio da dignidade humana : reflexões a partir da filosofia de kant, 1ª Edição.",author:"WEYNE, Bruno Cunha",isbn:"9788502182806",edition:0,vbkType:"pbk",url:"/books/9788502182806",coverURL:"//covers.vitalbook.com/vbid/9788502182806/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Participação cidadã na gestão pública: a experiência da Escola de Samba de Mangueira, 1ª Edição",author:"GEÜNE, Carmela.",isbn:"9788502163102",edition:0,vbkType:"pbk",url:"/books/9788502163102",coverURL:"//covers.vitalbook.com/vbid/9788502163102/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Poderes instrutórios do juiz no processo civil : fundamentos, interpretação e dinâmica, 1ª Edição.",author:"CASTRO, Daniel Penteado de",isbn:"9788502183681",edition:0,vbkType:"pbk",url:"/books/9788502183681",coverURL:"//covers.vitalbook.com/vbid/9788502183681/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática jurídica empresarial, 2ª Edição",author:"SANCHEZ, Alessandro.",isbn:"9788502164383",edition:0,vbkType:"pbk",url:"/books/9788502164383",coverURL:"//covers.vitalbook.com/vbid/9788502164383/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prisões cautelares, 4ª Edição.",author:"Lopes Jr., Aury",isbn:"9788502187979",edition:0,vbkType:"pbk",url:"/books/9788502187979",coverURL:"//covers.vitalbook.com/vbid/9788502187979/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prisões cautelares, liberdade provisória e medidas\ncautelares restritivas, 2ª Edição",author:"MARCÃO, Renato",isbn:"9788502155367",edition:0,vbkType:"pbk",url:"/books/9788502155367",coverURL:"//covers.vitalbook.com/vbid/9788502155367/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processo administrativo disciplinar, 4ª Edição.",author:"BACELLAR Filho, Romeu Felipe",isbn:"9788502189911",edition:0,vbkType:"pbk",url:"/books/9788502189911",coverURL:"//covers.vitalbook.com/vbid/9788502189911/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Proteção do nome de empresa no Brasil, 1ª Edição.",author:"SOUZA, Daniel Adensohn de",isbn:"9788502193956",edition:0,vbkType:"pbk",url:"/books/9788502193956",coverURL:"//covers.vitalbook.com/vbid/9788502193956/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia na prática jurídica, 2ª edição",author:"PAULO, Beatrice Marinho Paulo",isbn:"9788502175907",edition:0,vbkType:"pbk",url:"/books/9788502175907",coverURL:"//covers.vitalbook.com/vbid/9788502175907/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Recurso adesivo, 1ª Edição.",author:"NAPOLITANO, Pedro Luiz",isbn:"9788502183407",edition:0,vbkType:"pbk",url:"/books/9788502183407",coverURL:"//covers.vitalbook.com/vbid/9788502183407/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Recursos genéticos e desenvolvimento, 1ª edição",author:"Octaviani, Alessandro",isbn:"9788502181717",edition:0,vbkType:"pbk",url:"/books/9788502181717",coverURL:"//covers.vitalbook.com/vbid/9788502181717/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Responsabilidade civil: a perda de uma chance no direito do trabalho, 1ª Edição.",author:"HIGA, Flávio da Costa",isbn:"9788502153783",edition:0,vbkType:"pbk",url:"/books/9788502153783",coverURL:"//covers.vitalbook.com/vbid/9788502153783/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Rumo à justiça, 2ª edição",author:"COMPARATO, Fábio Konder ",isbn:"9788502178588",edition:0,vbkType:"pbk",url:"/books/9788502178588",coverURL:"//covers.vitalbook.com/vbid/9788502178588/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Saberes jurisprudenciais — 2012 — STF e STJ, 1ª Edição.",author:"BIANCHINI, Alice Bianchini; GOMES, Luiz Flávio.",isbn:"9788502169593",edition:0,vbkType:"pbk",url:"/books/9788502169593",coverURL:"//covers.vitalbook.com/vbid/9788502169593/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série EDB - Mercado de capitais, 1ª Edição.",author:"SANTOS, Alexandre Pinheiro dos.",isbn:"9788502181014",edition:0,vbkType:"pbk",url:"/books/9788502181014",coverURL:"//covers.vitalbook.com/vbid/9788502181014/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série EDB - Responsabilidade do Estado e Direitos Humanos, 1ª Edição",author:" UNGARO, Gustavo Gonçalves.",isbn:"9788502148246",edition:0,vbkType:"pbk",url:"/books/9788502148246",coverURL:"//covers.vitalbook.com/vbid/9788502148246/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Gvlaw - Direito societário : Fusões, aquisições, reorganizações societárias e due dili",author:"ROCHA, Dinir Salvador Rios da.; QUATTRINI, Larissa Teixeira ",isbn:"9788502169562",edition:0,vbkType:"pbk",url:"/books/9788502169562",coverURL:"//covers.vitalbook.com/vbid/9788502169562/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Gvlaw - Direito, gestão e prática : direito empresarial do trabalho, 1ª Edição.",author:" DELLBONI, Denise Poiani; JOÃO, Paulo Sérgio.",isbn:"9788502170131",edition:0,vbkType:"pbk",url:"/books/9788502170131",coverURL:"//covers.vitalbook.com/vbid/9788502170131/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série GVLAW - Direito, gestão e prática : liderança para advogados, 1ª Edição.",author:"SIMIONATO, Monica",isbn:"9788502199330",edition:0,vbkType:"pbk",url:"/books/9788502199330",coverURL:"//covers.vitalbook.com/vbid/9788502199330/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série GVLAW - Direito, gestão e prática: mercado de capitais, 1ª Edição.",author:"SOUZA JUNIOR, Francisco Satiro de",isbn:"9788502190306",edition:0,vbkType:"pbk",url:"/books/9788502190306",coverURL:"//covers.vitalbook.com/vbid/9788502190306/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Gvlaw - Responsabilidade Civil - Responsabilidade Civil na Internet e nos demais meios de co",author:"SILVA, Regina Beatriz Tavares da ; SANTOS, Manoel J. Pereira dos. ",isbn:"9788502120891",edition:0,vbkType:"pbk",url:"/books/9788502120891",coverURL:"//covers.vitalbook.com/vbid/9788502120891/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série GVlaw: direito, gestão e prática - Direito internacional em contexto, 1ª Edição.",author:"VEÇOSO, Fabia Fernandes Carvalho.",isbn:"9788502175761",edition:0,vbkType:"pbk",url:"/books/9788502175761",coverURL:"//covers.vitalbook.com/vbid/9788502175761/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série GVlaw: direito, gestão e prática - Introdução às finanças empresariais, 1ª edição",author:"SHENG, Hsia Hua ",isbn:"9788502180802",edition:0,vbkType:"pbk",url:"/books/9788502180802",coverURL:"//covers.vitalbook.com/vbid/9788502180802/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Tributação e direitos fundamentais, 1ª Edição.",author:"BRANCO, Paulo Gonet Branco; MEIRA, Liziane Angelotti; CORREITA NETO, Celso de Barros.",isbn:"9788502181458",edition:0,vbkType:"pbk",url:"/books/9788502181458",coverURL:"//covers.vitalbook.com/vbid/9788502181458/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP : linha administração e políticas públicas - Keynes, crise e política fiscal, 1ª Ed",author:"AFONSO, José Roberto Rodrigues.",isbn:"9788502181953",edition:0,vbkType:"pbk",url:"/books/9788502181953",coverURL:"//covers.vitalbook.com/vbid/9788502181953/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP : Linha pesquisa acadêmica - Direito adquirido : uma questão em aberto, 1ª Edição.",author:"ALEMEIDA, Lilian Barros de Oliveira.",isbn:"9788502181076",edition:0,vbkType:"pbk",url:"/books/9788502181076",coverURL:"//covers.vitalbook.com/vbid/9788502181076/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP – Linha direito comparado - Filosofia do direito, 1ª Edição.",author:"ZIPPELIU, Reinhold.",isbn:"9788502181106",edition:0,vbkType:"pbk",url:"/books/9788502181106",coverURL:"//covers.vitalbook.com/vbid/9788502181106/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP – Linha pesquisa acadêmica - Pedido de suspensão de decisões contra o Poder Público",author:"ROCHA, Caio Cesar.",isbn:"9788502180956",edition:0,vbkType:"pbk",url:"/books/9788502180956",coverURL:"//covers.vitalbook.com/vbid/9788502180956/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP – Linha pesquisa acadêmica - Tributos sobre o comércio exterior, 1ª Edição.",author:"MEIRA, Liziane Angelotti.",isbn:"9788502180611",edition:0,vbkType:"pbk",url:"/books/9788502180611",coverURL:"//covers.vitalbook.com/vbid/9788502180611/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP – Manual dos direitos da mulher, 1ª Edição.",author:"FERRAZ, Carolina Valença",isbn:"9788502199255",edition:0,vbkType:"pbk",url:"/books/9788502199255",coverURL:"//covers.vitalbook.com/vbid/9788502199255/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Seguro DPVAT : à luz do Código de Defesa do Consumidor",author:"Silva, Ivan de Oliveira",isbn:"9788502196032",edition:0,vbkType:"pbk",url:"/books/9788502196032",coverURL:"//covers.vitalbook.com/vbid/9788502196032/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas Distribuídos: Conceitos e Projeto",author:"COULOURIS, George; DOLLIMORE, Jean; KINDBERG, Tim; BLAIR, Gordon",isbn:"9788582600542",edition:5,vbkType:"pbk",url:"/books/9788582600542",coverURL:"//covers.vitalbook.com/vbid/9788582600542/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sociologia e antropologia do direito, 1ª",author:"IAMUNDO, Eduardo",isbn:"9788502175853",edition:0,vbkType:"pbk",url:"/books/9788502175853",coverURL:"//covers.vitalbook.com/vbid/9788502175853/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tabelionato de notas e o notário perfeito, 7ª Edição.",author:"CHAVES, Carlos Fernando Brasil",isbn:"9788502193581",edition:0,vbkType:"pbk",url:"/books/9788502193581",coverURL:"//covers.vitalbook.com/vbid/9788502193581/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"TEMAS RELEVANTES DE DIREITO PENAL E PROCESSUAL PENAL, 1ª Edição",author:"RASCOVSKI, Luiz",isbn:"9788502169685",edition:0,vbkType:"pbk",url:"/books/9788502169685",coverURL:"//covers.vitalbook.com/vbid/9788502169685/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria e prática do direito tributário, 3ª Edição.",author:"CHIMENTI, Ricardo Cunha; PIERRI, Andréa de Toledo.",isbn:"9788502183063",edition:0,vbkType:"pbk",url:"/books/9788502183063",coverURL:"//covers.vitalbook.com/vbid/9788502183063/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Trabalho infantil doméstico no Brasil, 1ª Edição.",author:"VERONESI, Josiane Rose Petry",isbn:"9788502181229",edition:0,vbkType:"pbk",url:"/books/9788502181229",coverURL:"//covers.vitalbook.com/vbid/9788502181229/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tráfico internacional de pessoas para exploração sexual, 1ª Edição.",author:"RODRIGUES, Thaís de Camargo",isbn:"9788502190429",edition:0,vbkType:"pbk",url:"/books/9788502190429",coverURL:"//covers.vitalbook.com/vbid/9788502190429/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tribunais internacionais : jurisdição e competência, 1ª Edição.",author:"MENEZES, Wagner",isbn:"9788502196391",edition:0,vbkType:"pbk",url:"/books/9788502196391",coverURL:"//covers.vitalbook.com/vbid/9788502196391/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tributário para quem odeia tributário, 1ª Edição",author:"PIMENTA, Luciana",isbn:"9788502173958",edition:0,vbkType:"pbk",url:"/books/9788502173958",coverURL:"//covers.vitalbook.com/vbid/9788502173958/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:13.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Construção do Brasil, 3ª edição",author:"COUTO, Jorge",isbn:"978-85-309-4946-4",edition:0,vbkType:"pbk",url:"/books/978-85-309-4946-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4946-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Imagem Corporificada: Imaginação e Imaginário na Arquitetura",author:"PALLASMAA, Juhani ",isbn:"9788582600825",edition:1,vbkType:"pbk",url:"/books/9788582600825",coverURL:"//covers.vitalbook.com/vbid/9788582600825/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Interpretação das Culturas",author:"GEERTZ, Clifford",isbn:"978-85-216-2397-7",edition:0,vbkType:"pbk",url:"/books/978-85-216-2397-7",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2397-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A missão e as estratégias básicas, (V. 4)",author:"Zogbi, Edson ",isbn:"9788522481354",edition:0,vbkType:"pbk",url:"/books/9788522481354",coverURL:"//covers.vitalbook.com/vbid/9788522481354/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Obra de Salvador Celia: Empatia, Utopia e Saúde Mental das Crianças",author:"GUTFREIND, Celso; CELIA, Isabel Leite; BECK, Norma; GUERRA, Victor",isbn:"9788582710111",edition:1,vbkType:"pbk",url:"/books/9788582710111",coverURL:"//covers.vitalbook.com/vbid/9788582710111/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Reforma do Sistema Financeiro Americano - Nova Arquitetura Internacional e o Contexto Regulatório",author:"CARNEIRO, Dionisio Dias; DE BOLLE, Monica Baumgarten (orgs.)",isbn:"978-85-216-2370-0",edition:0,vbkType:"pbk",url:"/books/978-85-216-2370-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2370-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Regulação de Medicamentos no Brasil",author:"VIEIRA, Fernanda Pires; REDIGUIERI, Camila Fracalossi; REDIGUIERI, Carolina Fracalossi",isbn:"9788565852685",edition:1,vbkType:"pbk",url:"/books/9788565852685",coverURL:"//covers.vitalbook.com/vbid/9788565852685/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A técnica de observação do consumidor, (V. 9)",author:"Zogbi, Edson ",isbn:"9788522481934",edition:0,vbkType:"pbk",url:"/books/9788522481934",coverURL:"//covers.vitalbook.com/vbid/9788522481934/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Universidade Inovadora: Mudando o DNA do Ensino Superior de Fora para Dentro",author:"CHRISTENSEN, Clayton M.; EYRING, Henry J.",isbn:"9788582601143",edition:1,vbkType:"pbk",url:"/books/9788582601143",coverURL:"//covers.vitalbook.com/vbid/9788582601143/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"AÇÃO DECLARATÓRIA INCIDENTAL, 4ª EDIÇÃO",author:"ADROALDO FURTADO FABRÍCIO",isbn:"9788502136526",edition:0,vbkType:"pbk",url:"/books/9788502136526",coverURL:"//covers.vitalbook.com/vbid/9788502136526/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"ABC do Rendering Automotivo: Edição Revisada e Atualizada",author:"CASTILHO, Marcelo; STRAUB, Ericson; QUEIROZ, Hélio de; BIONDAN, Paulo",isbn:"9788582600962",edition:1,vbkType:"pbk",url:"/books/9788582600962",coverURL:"//covers.vitalbook.com/vbid/9788582600962/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"ABC do Rendering: Edição Revisada e Atualizada",author:"STRAUB, Ericson; CASTILHO, Marcelo; BIONDAN, Paulo; QUEIROZ, Hélio de",isbn:"9788582600740",edition:1,vbkType:"pbk",url:"/books/9788582600740",coverURL:"//covers.vitalbook.com/vbid/9788582600740/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Acidente Vascular Cerebral: Prevenção, Tratamento e Reabilitação",author:"SPENCE, J. David ; BARNETT, Henry J. M. ",isbn:"9788580552508",edition:1,vbkType:"pbk",url:"/books/9788580552508",coverURL:"//covers.vitalbook.com/vbid/9788580552508/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração - Conceitos Fundamentais",author:"SCHERMERHORN Jr., John R.",isbn:"978-85-216-2365-6",edition:0,vbkType:"pbk",url:"/books/978-85-216-2365-6",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2365-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração de materiais : princípios, conceitos e gestão, 6ª edição",author:"Dias, Marco Aurélio P.",isbn:"9788522481712",edition:0,vbkType:"pbk",url:"/books/9788522481712",coverURL:"//covers.vitalbook.com/vbid/9788522481712/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração em Módulos Interativos",author:"SCHERMERHORN Jr., John R.",isbn:"978-85-216-2368-7",edition:0,vbkType:"pbk",url:"/books/978-85-216-2368-7",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2368-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração Estratégica",author:"THOMPSON JR., Arthur A.; STRICKLAND II, A. J.; GAMBLE, John E.",isbn:"9788580550054",edition:15,vbkType:"pbk",url:"/books/9788580550054",coverURL:"//covers.vitalbook.com/vbid/9788580550054/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração Financeira Internacional",author:"EITEMAN, David K.; STONEHILL, Arthur I.; MOFFETT, Michael H.",isbn:"9788540701892",edition:12,vbkType:"pbk",url:"/books/9788540701892",coverURL:"//covers.vitalbook.com/vbid/9788540701892/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração, 8ª edição",author:"SCHERMERHORN Jr., John R.",isbn:"978-85-216-2367-0",edition:0,vbkType:"pbk",url:"/books/978-85-216-2367-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2367-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"adobe flash professional CS6: Classroom in a Book",author:"ADOBE, Creative Team",isbn:"9788582600641",edition:1,vbkType:"pbk",url:"/books/9788582600641",coverURL:"//covers.vitalbook.com/vbid/9788582600641/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"adobe indesign CS6: Classroom in a Book",author:"ADOBE CREATIVE TEAM",isbn:"9788582600566",edition:0,vbkType:"pbk",url:"/books/9788582600566",coverURL:"//covers.vitalbook.com/vbid/9788582600566/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Além da Fumaça e dos Espelhos - Mudanças Climáticas e Energia no Século XXI",author:"RICHTER, Burton",isbn:"978-85-216-2396-0",edition:0,vbkType:"pbk",url:"/books/978-85-216-2396-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2396-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Alfabetização no Século XXI: Como se Aprende a Ler e a Escrever",author:"MALUF, Maria Regina; CARDOSO-MARTINS, Cláudia",isbn:"9788565848756",edition:1,vbkType:"pbk",url:"/books/9788565848756",coverURL:"//covers.vitalbook.com/vbid/9788565848756/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ambiente: Tecnologias - Série tekne",author:"SCHWANKE, Cibele ",isbn:"9788582600122",edition:1,vbkType:"pbk",url:"/books/9788582600122",coverURL:"//covers.vitalbook.com/vbid/9788582600122/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Análise I, 2ª edição",author:"FIGUEIREDO, Djairo Guedes de",isbn:"978-85-216-2394-6",edition:0,vbkType:"pbk",url:"/books/978-85-216-2394-6",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2394-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Arquitetura de Interiores Ilustrada",author:"CHING, Francis D. K.; BINGGELI, Corky",isbn:"9788582600764",edition:3,vbkType:"pbk",url:"/books/9788582600764",coverURL:"//covers.vitalbook.com/vbid/9788582600764/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"As Mãos Inteligentes",author:"PALLASMAA, Juhani ",isbn:"9788577809202",edition:1,vbkType:"pbk",url:"/books/9788577809202",coverURL:"//covers.vitalbook.com/vbid/9788577809202/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Atlas dos Pontos de Acupuntura",author:"MARTINS, Ednea Iara Souza",isbn:"978-85-412-0266-4",edition:0,vbkType:"pbk",url:"/books/978-85-412-0266-4",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0266-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Avaliação de investimentos, 2ª edição",author:"Bruni, Adriano Leal",isbn:"9788522478385",edition:0,vbkType:"pbk",url:"/books/9788522478385",coverURL:"//covers.vitalbook.com/vbid/9788522478385/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Casos Clínicos em Cirurgia",author:"TOY, Eugene C.; LIU, Terrence H.; CAMPBELL, Andre R.",isbn:"9788580552607",edition:4,vbkType:"pbk",url:"/books/9788580552607",coverURL:"//covers.vitalbook.com/vbid/9788580552607/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Casos Clínicos em Medicina de Família e Comunidade",author:"TOY, Eugene C.; BRISCOE, Donald; BRITTON, Bruce",isbn:"9788580552706",edition:3,vbkType:"pbk",url:"/books/9788580552706",coverURL:"//covers.vitalbook.com/vbid/9788580552706/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Casos Clínicos em Medicina Interna",author:"TOY, Eugene C.; PATLAN JR, John T.",isbn:"9788580552799",edition:4,vbkType:"pbk",url:"/books/9788580552799",coverURL:"//covers.vitalbook.com/vbid/9788580552799/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código eleitoral interpretado: normas eleitorais complementares (Constituição...), 3ª edição",author:"Lucon, Paulo Henrique dos Santos; Vigliar, José Marcelon Menezes",isbn:"9788522480702",edition:0,vbkType:"pbk",url:"/books/9788522480702",coverURL:"//covers.vitalbook.com/vbid/9788522480702/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Clínica Integrada em Odontologia: Série Abeno: Odontologia Essencial - Parte Clínica",author:"ROCHA, Rodney Garcia",isbn:"9788536701844",edition:1,vbkType:"pbk",url:"/books/9788536701844",coverURL:"//covers.vitalbook.com/vbid/9788536701844/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Codesign de Redes Digitais: Tecnologia e Educação a Serviço da Inclusão Social",author:"BARANAUSKAS, Maria Cecília Calani ; MARTINS, Maria Cecília ; VALENTE , José Armando ",isbn:"9788565848626",edition:1,vbkType:"pbk",url:"/books/9788565848626",coverURL:"//covers.vitalbook.com/vbid/9788565848626/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"COL. PREP. PARA CONCURSOS JURÍDICOS 11 DIREITO PENAL PARTE ESPECIAL, 1ª EDIÇÃO",author:"LUIS MARCELO MILEO THEODORO",isbn:"9788502115781",edition:0,vbkType:"pbk",url:"/books/9788502115781",coverURL:"//covers.vitalbook.com/vbid/9788502115781/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como criar um calendário promocional, (V. 8)",author:"Zogbi, Edson ",isbn:"9788522481927",edition:0,vbkType:"pbk",url:"/books/9788522481927",coverURL:"//covers.vitalbook.com/vbid/9788522481927/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como fazer um diagnóstico inicial, (V. 1)",author:"Zogbi, Edson ",isbn:"9788522481323",edition:0,vbkType:"pbk",url:"/books/9788522481323",coverURL:"//covers.vitalbook.com/vbid/9788522481323/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como fazer uma análise PFOA (SWOT) com números, (V. 3)",author:"Zogbi, Edson ",isbn:"9788522481347",edition:0,vbkType:"pbk",url:"/books/9788522481347",coverURL:"//covers.vitalbook.com/vbid/9788522481347/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Competência: a chave do desempenho",author:"Bergamini, Cecília Whitaker",isbn:"9788522481569",edition:0,vbkType:"pbk",url:"/books/9788522481569",coverURL:"//covers.vitalbook.com/vbid/9788522481569/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comportamento Organizacional: Série A",author:"MCSHANE, Steve L.; GLINOW, Mary Ann Von",isbn:"9788580551839",edition:1,vbkType:"pbk",url:"/books/9788580551839",coverURL:"//covers.vitalbook.com/vbid/9788580551839/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Compreendendo a Farmacoepidemiologia (Lange)",author:"YANG, Yi; WEST-STRUM, Donna",isbn:"9788580552218",edition:1,vbkType:"pbk",url:"/books/9788580552218",coverURL:"//covers.vitalbook.com/vbid/9788580552218/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Compreendendo a Segurança do Paciente",author:"WACHTER, Robert M.",isbn:"9788580552546",edition:2,vbkType:"pbk",url:"/books/9788580552546",coverURL:"//covers.vitalbook.com/vbid/9788580552546/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comunicação nas organizações da era do conhecimento",author:"Angeloni, Maria Terezinha",isbn:"9788522481538",edition:0,vbkType:"pbk",url:"/books/9788522481538",coverURL:"//covers.vitalbook.com/vbid/9788522481538/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CONCESSÕES, PERMISSÕES E PRIVATIZAÇÕES DE SERVIÇOS PÚBLICOS, 5ª EDIÇÃO",author:"TOSHIO MUKAI",isbn:"9788502145085",edition:0,vbkType:"pbk",url:"/books/9788502145085",coverURL:"//covers.vitalbook.com/vbid/9788502145085/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CONDOMÍNIO EDILÍCIO , 3ª EDIÇÃO",author:"MÁRCIO ANTERO MOTTA RAMOS MARQUES, CARLOS ALBERTO DABUS MALUF\n",isbn:"9788502145092",edition:0,vbkType:"pbk",url:"/books/9788502145092",coverURL:"//covers.vitalbook.com/vbid/9788502145092/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CONSTITUCIONALISMO DIRIGENTE E PÓS-MODERNIDADE, 1ª EDIÇÃO",author:"MIGUEL CALMON DANTAS",isbn:"9788502145078",edition:0,vbkType:"pbk",url:"/books/9788502145078",coverURL:"//covers.vitalbook.com/vbid/9788502145078/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CONSTITUIÇÃO E PROCESSO CIVIL, 1ª EDIÇÃO",author:"VALLISNEY DE SOUZA OLIVEIRA",isbn:"9788502145115",edition:0,vbkType:"pbk",url:"/books/9788502145115",coverURL:"//covers.vitalbook.com/vbid/9788502145115/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CONSTITUIÇÃO E TRATADOS INTERNACIONAIS, 1ª EDIÇÃO",author:"PEDRO B. A. DALLARI",isbn:"9788502145108",edition:0,vbkType:"pbk",url:"/books/9788502145108",coverURL:"//covers.vitalbook.com/vbid/9788502145108/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Gerencial",author:"GARRISON, Ray H.; NOREEN, Eric W.; BREWER, Peter C.",isbn:"9788580551624",edition:14,vbkType:"pbk",url:"/books/9788580551624",coverURL:"//covers.vitalbook.com/vbid/9788580551624/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Correspondência : técnicas de comunicação criativa, 20ª edição",author:"Medeiros, João Bosco\n",isbn:"9788522481583",edition:0,vbkType:"pbk",url:"/books/9788522481583",coverURL:"//covers.vitalbook.com/vbid/9788522481583/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Criatividade e inovação nas organizações : desafios para a competitividade",author:"Bruno-Faria, Maria de Fátima; Vargas, Eduardo Raupp de; Martínez, Albertina Mitjáns (Orgs.)",isbn:"9788522480937",edition:0,vbkType:"pbk",url:"/books/9788522480937",coverURL:"//covers.vitalbook.com/vbid/9788522480937/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cuidados Intensivos na Medicina de Emergência",author:"FARCY, David A.; CHIU, William C.; FLAXMAN, Alex; MARSHALL, John P.",isbn:"9788580552621",edition:1,vbkType:"pbk",url:"/books/9788580552621",coverURL:"//covers.vitalbook.com/vbid/9788580552621/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CURRENT Otorrinolaringologia (Lange): Diagnóstico e Tratamento",author:"LALWANI , Anil K. ",isbn:"9788580552478",edition:3,vbkType:"pbk",url:"/books/9788580552478",coverURL:"//covers.vitalbook.com/vbid/9788580552478/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito do idoso",author:"Braga, Pérola Melissa Vianna",isbn:"9788522480142",edition:0,vbkType:"pbk",url:"/books/9788522480142",coverURL:"//covers.vitalbook.com/vbid/9788522480142/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CURSO DE PROCESSO CIVIL, VOL 3 - PROCESSO CAUTELAR E PROCEDIMENTOS ESPECIAIS , 3ª EDIÇÃO",author:"MARCOS DESTEFENNI",isbn:"9788502135703",edition:0,vbkType:"pbk",url:"/books/9788502135703",coverURL:"//covers.vitalbook.com/vbid/9788502135703/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de processo penal didático",author:"Magno, Levy Emanuel",isbn:"9788522481903",edition:0,vbkType:"pbk",url:"/books/9788522481903",coverURL:"//covers.vitalbook.com/vbid/9788522481903/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desafios da gestão de carreira",author:"Dutra, Joel Souza; Veloso, Elza Fátima Rosa (Orgs.)",isbn:"9788522480944",edition:0,vbkType:"pbk",url:"/books/9788522480944",coverURL:"//covers.vitalbook.com/vbid/9788522480944/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenvolvimento Humano",author:"PAPALIA, Diane E.; FELDMAN, Ruth D.",isbn:"9788580552171",edition:12,vbkType:"pbk",url:"/books/9788580552171",coverURL:"//covers.vitalbook.com/vbid/9788580552171/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Diagnóstico Laboratorial das Principais Doenças Infecciosas e Autoimunes, 3ª edição",author:"MORAES, Sandra do Lago; FERREIRA, Antonio Walter",isbn:"978-85-277-2308-4",edition:0,vbkType:"pbk",url:"/books/978-85-277-2308-4",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2308-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Processual e a Administração Pública",author:"RODRIGUES, Marcelo Abelha; JORGE, Flávio Cheim",isbn:"978-85-309-4944-0",edition:0,vbkType:"pbk",url:"/books/978-85-309-4944-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4944-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito, Políticas Públicas e Desenvolvimento",author:"DIAS, Jean Carlos; SIMÕES, Sandro Alex de Souza (coord.)",isbn:"978-85-309-4981-5",edition:0,vbkType:"pbk",url:"/books/978-85-309-4981-5",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4981-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eletromagnetismo",author:"HAYT JR, William H.; BUCK, John A.",isbn:"9788580551549",edition:8,vbkType:"pbk",url:"/books/9788580551549",coverURL:"//covers.vitalbook.com/vbid/9788580551549/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eletrotécnica I - Série Tekne",author:"PETRUZELLA, Frank D.",isbn:"9788580552874",edition:1,vbkType:"pbk",url:"/books/9788580552874",coverURL:"//covers.vitalbook.com/vbid/9788580552874/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eletrotécnica II - Série Tekne",author:"PETRUZELLA, Frank D.",isbn:"9788580552898",edition:1,vbkType:"pbk",url:"/books/9788580552898",coverURL:"//covers.vitalbook.com/vbid/9788580552898/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Em busca da pedagogia da infância: Pertencer e Participar",author:"KISHIMOTO, Tizuko M. ; OLIVEIRA-FORMOSINHO , Júlia ",isbn:"9788565848749",edition:1,vbkType:"pbk",url:"/books/9788565848749",coverURL:"//covers.vitalbook.com/vbid/9788565848749/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Endodontia Laboratorial e Clínica: Série Abeno: Odontologia Essencial - Parte Clínica",author:"ESTRELA, Carlos",isbn:"9788536701967",edition:1,vbkType:"pbk",url:"/books/9788536701967",coverURL:"//covers.vitalbook.com/vbid/9788536701967/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Engenharia Mecânica Dinâmica - Coleção Schaum",author:"NELSON, E.W.; BEST, Charles L.; MCLEAN, W.G.; POTTER, Merle C.",isbn:"9788582600412",edition:1,vbkType:"pbk",url:"/books/9788582600412",coverURL:"//covers.vitalbook.com/vbid/9788582600412/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Engenharia Mecânica Estática - Coleção Schaum",author:"NELSON, E.W.; BEST, Charles L.; MCLEAN, W.G.; POTTER, Merle C.",isbn:"9788582600436",edition:1,vbkType:"pbk",url:"/books/9788582600436",coverURL:"//covers.vitalbook.com/vbid/9788582600436/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Entre a Razão e a Ilusão: Desmistificando a Esquizofrenia",author:"ASSIS, José Cândido de; VILLARES, Cecília Cruz; BRESSAN, Rodrigo Affonseca",isbn:"9788582710074",edition:2,vbkType:"pbk",url:"/books/9788582710074",coverURL:"//covers.vitalbook.com/vbid/9788582710074/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Entrega Contínua:Como Entregar Software",author:"HUMBLE, JEZ; FARLEY, David",isbn:"9788582601044",edition:1,vbkType:"pbk",url:"/books/9788582601044",coverURL:"//covers.vitalbook.com/vbid/9788582601044/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estatuto da família de fato : de acordo com o atual Código Civil, Lei nº 10.406, de 10-01-2002, 3",author:"Azevedo, Álvaro Villaça\n",isbn:"9788522481729",edition:0,vbkType:"pbk",url:"/books/9788522481729",coverURL:"//covers.vitalbook.com/vbid/9788522481729/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Exercícios para AutoCAD: Roteiro de Atividades",author:"TULER, Marcelo; WHA Chan Kou",isbn:"9788582600528",edition:1,vbkType:"pbk",url:"/books/9788582600528",coverURL:"//covers.vitalbook.com/vbid/9788582600528/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Farmacologia, Anestesiologia e Terapêutica em Odontologia:Série Abeno: Odontologia Essencial - Par",author:"ANDRADE, Eduardo Dias de; GROPPO, Francisco, Carlos; VOLPATO, Maria Cristina; ROSALEN, Pedro Luiz; R",isbn:"9788536701882",edition:1,vbkType:"pbk",url:"/books/9788536701882",coverURL:"//covers.vitalbook.com/vbid/9788536701882/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Finanças: Série A",author:"CORNETT, Marcia Millon; ADAIR JR, Troy A.; NOFSINGER, John",isbn:"9788580552157",edition:1,vbkType:"pbk",url:"/books/9788580552157",coverURL:"//covers.vitalbook.com/vbid/9788580552157/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos da Administração Estratégica: A Busca pela Vantagem Competitiva",author:"GAMBLE, John E.; THOMPSON JR., Arthur A.",isbn:"9788580550894",edition:2,vbkType:"pbk",url:"/books/9788580550894",coverURL:"//covers.vitalbook.com/vbid/9788580550894/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos da Engenharia de Edificações: Materiais e Métodos",author:"ALLEN, Edward; IANO, Joseph",isbn:"9788582600788",edition:5,vbkType:"pbk",url:"/books/9788582600788",coverURL:"//covers.vitalbook.com/vbid/9788582600788/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Administração Financeira",author:"Ross, Stephen A.; Westerfield, Randolph W.; Jordan, Bradford D.; Lamb, Roberto",isbn:"9788580552256",edition:9,vbkType:"pbk",url:"/books/9788580552256",coverURL:"//covers.vitalbook.com/vbid/9788580552256/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Circuitos Elétricos",author:"ALEXANDER, Charles K.; SADIKU, Matthew N. O.",isbn:"9788580551730",edition:5,vbkType:"pbk",url:"/books/9788580551730",coverURL:"//covers.vitalbook.com/vbid/9788580551730/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Matemática - Cálculo e Análise - Cálculo Diferencial e Integral a uma Variável",author:"BARBONI, Ayrton; PAULETTE, Walter",isbn:"978-85-216-2389-2",edition:0,vbkType:"pbk",url:"/books/978-85-216-2389-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2389-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Pesquisa de Marketing, 4ª edição",author:"McDANIEL, Carl D.; GATES, Roger H.",isbn:"978-85-216-2373-1",edition:0,vbkType:"pbk",url:"/books/978-85-216-2373-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2373-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Topografia",author:"TULER, Marcelo; ",isbn:"9788582601204",edition:1,vbkType:"pbk",url:"/books/9788582601204",coverURL:"//covers.vitalbook.com/vbid/9788582601204/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos e Análise Das Demonstrações Contábeis: Uma abordagem interativa, 1ª edição",author:"Lins, Luiz Dos Santos; Filho, José Francisco ",isbn:"9788522482078",edition:0,vbkType:"pbk",url:"/books/9788522482078",coverURL:"//covers.vitalbook.com/vbid/9788522482078/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gerenciamento de Operações e de Processos: Princípios e práticas de impacto estratégico",author:"SLACK, Nigel; CHAMBERS, Stuart; JOHNSTON, Robert; BETTS, Alan",isbn:"9788565837934",edition:2,vbkType:"pbk",url:"/books/9788565837934",coverURL:"//covers.vitalbook.com/vbid/9788565837934/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de custos e formação de preços: com aplicações na calculadora HP 12C e Excel, 6ª ediç",author:"Bruni, Adriano Leal; Famá, Rubens",isbn:"9788522481675",edition:0,vbkType:"pbk",url:"/books/9788522481675",coverURL:"//covers.vitalbook.com/vbid/9788522481675/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Governança Corporativa - A Capacitação Básica do Conselheiro",author:"VALENTE, Paulo Gurgel",isbn:"978-85-216-2369-4",edition:0,vbkType:"pbk",url:"/books/978-85-216-2369-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2369-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Hipérion ou o Eremita na Grécia",author:"HÖLDERLIN, Friedrich",isbn:"978-85-309-4948-8",edition:0,vbkType:"pbk",url:"/books/978-85-309-4948-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4948-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Histologia Básica, 12ª edição",author:"JUNQUEIRA, Luiz Carlos Uchoa; CARNEIRO, José",isbn:"978-85-277-2314-5",edition:0,vbkType:"pbk",url:"/books/978-85-277-2314-5",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2314-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"IFRS: entendendo e aplicando as normas internacionais de contabilidade",author:"Lima, Luiz Murilo Strube",isbn:"9788522481644",edition:0,vbkType:"pbk",url:"/books/9788522481644",coverURL:"//covers.vitalbook.com/vbid/9788522481644/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"IFRS: Guia de Aplicação do Valor Justo",author:"CATTY, James P. ",isbn:"9788582600580",edition:1,vbkType:"pbk",url:"/books/9788582600580",coverURL:"//covers.vitalbook.com/vbid/9788582600580/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Integração Regional - Teoria e Experiência Latino-Americana",author:"NEVES, Renato Baumann",isbn:"978-85-216-2378-6",edition:0,vbkType:"pbk",url:"/books/978-85-216-2378-6",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2378-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Interpretação de Textos",author:"MASIP, Vicente",isbn:"978-85-216-2387-8",edition:0,vbkType:"pbk",url:"/books/978-85-216-2387-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2387-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução aos processos de usinagem: Série Tekne",author:"FITZPATRICK, Michael ",isbn:"9788580552294",edition:1,vbkType:"pbk",url:"/books/9788580552294",coverURL:"//covers.vitalbook.com/vbid/9788580552294/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Combustão: Conceitos e Aplicações",author:"TURNS, Stephen R.",isbn:"9788580552751",edition:3,vbkType:"pbk",url:"/books/9788580552751",coverURL:"//covers.vitalbook.com/vbid/9788580552751/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à contabilidade : ensino e decisão",author:"Hoss, Osni et al.\n",isbn:"9788522480586",edition:0,vbkType:"pbk",url:"/books/9788522480586",coverURL:"//covers.vitalbook.com/vbid/9788522480586/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Prática de Testes Psicológicos",author:"HOGAN, Thomas P.",isbn:"978-85-216-2375-5",edition:0,vbkType:"pbk",url:"/books/978-85-216-2375-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2375-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Usinagem com CNC: Série Tekne",author:"FITZPATRICK, Michael",isbn:"9788580552522",edition:1,vbkType:"pbk",url:"/books/9788580552522",coverURL:"//covers.vitalbook.com/vbid/9788580552522/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução às Ciências Humanas - Tentativa de uma Fundamentação para o Estudo da Sociedade e d",author:"DILTHEY, Wilhelm",isbn:"978-85-309-4945-7",edition:0,vbkType:"pbk",url:"/books/978-85-309-4945-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4945-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Kit de Treinamento MCITP (Exame 70-646): Administração do Windows Server 2008",author:"MCLEAN, Ian; THOMAS, Orin",isbn:"9788582600351",edition:2,vbkType:"pbk",url:"/books/9788582600351",coverURL:"//covers.vitalbook.com/vbid/9788582600351/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Kit de Treinamento MCTS (Exame 70-642): Configuração do Windows Server 2008: Infraestrutura de red",author:"NORTHRUP, Tony; MACKIN, J. C.",isbn:"9788565837422",edition:2,vbkType:"pbk",url:"/books/9788565837422",coverURL:"//covers.vitalbook.com/vbid/9788565837422/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Kit de Treinamento MCTS (Exame 70-643): Configuração do Windows Server 2008: Infraestrutura de Apl",author:"MACKIN, J. C.",isbn:"9788582600702",edition:2,vbkType:"pbk",url:"/books/9788582600702",coverURL:"//covers.vitalbook.com/vbid/9788582600702/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Língua portuguesa: noções básicas para cursos superiores, 9ª edição",author:"Andrade, Maria Margarida de; Henriques, Antonio\n ",isbn:"9788522481576",edition:0,vbkType:"pbk",url:"/books/9788522481576",coverURL:"//covers.vitalbook.com/vbid/9788522481576/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Liberdade e Estado Constitucional : leitura jurídico-dogmática de uma complexa relação a partir ",author:"Martins, Leonardo\n",isbn:"9788522481163",edition:0,vbkType:"pbk",url:"/books/9788522481163",coverURL:"//covers.vitalbook.com/vbid/9788522481163/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Liderança: administração do sentido, 2ª edição",author:"Bergamini, Cecília Whitaker",isbn:"9788522481552",edition:0,vbkType:"pbk",url:"/books/9788522481552",coverURL:"//covers.vitalbook.com/vbid/9788522481552/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Logística para micro e pequenas empresas",author:"Wanke, Peter F.; Magalhães, Andréa\n\n",isbn:"9788522481811",edition:0,vbkType:"pbk",url:"/books/9788522481811",coverURL:"//covers.vitalbook.com/vbid/9788522481811/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Macroeconomia",author:"DORNBUSCH, Rudiger; FISCHER, Stanley; STARTZ, Richard",isbn:"9788580551853",edition:11,vbkType:"pbk",url:"/books/9788580551853",coverURL:"//covers.vitalbook.com/vbid/9788580551853/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de contabilidade societária, 2ª edição",author:"FIPECAFI ",isbn:"9788522477289",edition:0,vbkType:"pbk",url:"/books/9788522477289",coverURL:"//covers.vitalbook.com/vbid/9788522477289/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual De Normas Internacionais De Contabilidade: Ifrs Versus Normas Brasileiras, 2ª edição",author:"Ernst & Young; Fipecafi (Orgs.)",isbn:"9788522482061",edition:0,vbkType:"pbk",url:"/books/9788522482061",coverURL:"//covers.vitalbook.com/vbid/9788522482061/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de planejamento estratégico: desenvolvimento de um plano estratégico com a utilização de ",author:"Almeida, Martinho Isnard Ribeiro de",isbn:"9788522481316",edition:0,vbkType:"pbk",url:"/books/9788522481316",coverURL:"//covers.vitalbook.com/vbid/9788522481316/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de prevenção de acidentes do trabalho, 2ª edição",author:"Ayres, Dennis de Oliveira; Corrêa, José Aldo Peixoto ",isbn:"9788522481941",edition:0,vbkType:"pbk",url:"/books/9788522481941",coverURL:"//covers.vitalbook.com/vbid/9788522481941/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Toxicologia Clínica - Série Tekne",author:"OLSON, Kent R.",isbn:"9788580552669",edition:6,vbkType:"pbk",url:"/books/9788580552669",coverURL:"//covers.vitalbook.com/vbid/9788580552669/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática Discreta para Computação e Informática - Vol.16 - Série Livros Didáticos Informáti",author:"MENEZES, Paulo Blauth",isbn:"9788582600252",edition:4,vbkType:"pbk",url:"/books/9788582600252",coverURL:"//covers.vitalbook.com/vbid/9788582600252/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Materiais Dentários",author:"CHAIN, Marcelo Carvalho",isbn:"9788536702063",edition:1,vbkType:"pbk",url:"/books/9788536702063",coverURL:"//covers.vitalbook.com/vbid/9788536702063/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mecânica Clássica",author:"TAYLOR, John R.",isbn:"9788582600887",edition:1,vbkType:"pbk",url:"/books/9788582600887",coverURL:"//covers.vitalbook.com/vbid/9788582600887/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Medicamentos na Prática da Farmácia Clínica",author:"SANTOS, Luciana dos ; TORRIANI, Mayde S. ; BARROS, Elvino ",isbn:"9788582710012",edition:1,vbkType:"pbk",url:"/books/9788582710012",coverURL:"//covers.vitalbook.com/vbid/9788582710012/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Michel Foucault e o Direito",author:"ROCHA, José Manuel de Sacadura",isbn:"978-85-309-4947-1",edition:0,vbkType:"pbk",url:"/books/978-85-309-4947-1",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4947-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microeconomia e Comportamento",author:"FRANK , Robert H. ",isbn:"9788580552454",edition:1,vbkType:"pbk",url:"/books/9788580552454",coverURL:"//covers.vitalbook.com/vbid/9788580552454/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microsoft Access 2010: Série Passo a Passo",author:"COX, Joyce; LAMBERT, Joan",isbn:"9788540701045",edition:1,vbkType:"pbk",url:"/books/9788540701045",coverURL:"//covers.vitalbook.com/vbid/9788540701045/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microsoft Office Word 2010: Série Passo a Passo",author:"COX, Joyce; LAMBERT, Joan",isbn:"9788540700680",edition:1,vbkType:"pbk",url:"/books/9788540700680",coverURL:"//covers.vitalbook.com/vbid/9788540700680/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microsoft Outlook 2010: Série Passo a Passo",author:"LAMBERT, Joan; COX, Joyce",isbn:"9788540701038",edition:1,vbkType:"pbk",url:"/books/9788540701038",coverURL:"//covers.vitalbook.com/vbid/9788540701038/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microsoft PowerPoint 2010: Série Passo a Passo",author:"COX, Joyce; LAMBERT, Joan",isbn:"9788540700673",edition:1,vbkType:"pbk",url:"/books/9788540700673",coverURL:"//covers.vitalbook.com/vbid/9788540700673/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microsoft Project 2010: Série Passo a Passo",author:"CHATFIELD, Carl S.; JOHNSON, Timothy D.",isbn:"9788540701052",edition:1,vbkType:"pbk",url:"/books/9788540701052",coverURL:"//covers.vitalbook.com/vbid/9788540701052/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Motivação e Emoção, 4ª edição",author:"REEVE, Johnmarshall",isbn:"978-85-216-2366-3",edition:0,vbkType:"pbk",url:"/books/978-85-216-2366-3",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2366-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Motores Elétricos e Acionamentos",author:"PETRUZELLA, Frank",isbn:"9788580552584",edition:1,vbkType:"pbk",url:"/books/9788580552584",coverURL:"//covers.vitalbook.com/vbid/9788580552584/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mudanças contábeis na lei societária: Lei nº 11.638, de 28-12-2007",author:"Braga, Hugo Rocha; Almeida, Marcelo Cavalcanti ",isbn:"9788522481620",edition:0,vbkType:"pbk",url:"/books/9788522481620",coverURL:"//covers.vitalbook.com/vbid/9788522481620/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Neuroanatomia: Texto e Atlas",author:"MARTIN, John H.",isbn:"9788580552645",edition:4,vbkType:"pbk",url:"/books/9788580552645",coverURL:"//covers.vitalbook.com/vbid/9788580552645/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Neuropsicologia do Envelhecimento: Uma Abordagem Multidimensional",author:"MALLOY-DINIZ, Leandro F.; FUENTES, Daniel; CONSENZA, Ramon M.",isbn:"9788582710159",edition:1,vbkType:"pbk",url:"/books/9788582710159",coverURL:"//covers.vitalbook.com/vbid/9788582710159/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Noções de Odontologia Legal e Bioética",author:"ROVIDA, Tânia Adas Saliba; GARBIN, Cléia Adas Saliba",isbn:"9788536702100",edition:1,vbkType:"pbk",url:"/books/9788536702100",coverURL:"//covers.vitalbook.com/vbid/9788536702100/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novos Desafios no Atendimento de Urgência",author:"BIANCHI, Marcus Vinícius; CALCAGNOTTO, Gustavo Nora; COBALCHINI, Giovanna Ranzi (orgs.)",isbn:"978-85-412-0265-7",edition:0,vbkType:"pbk",url:"/books/978-85-412-0265-7",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0265-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Capital, 7ª edição",author:"MARX, Karl",isbn:"978-85-216-2364-9",edition:0,vbkType:"pbk",url:"/books/978-85-216-2364-9",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2364-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Cavalo - Características, Manejo e Alimentação",author:"CINTRA, André Galvão de Campos",isbn:"978-85-412-0264-0",edition:0,vbkType:"pbk",url:"/books/978-85-412-0264-0",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0264-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O diagnóstico de geomarketing, (V. 12)",author:"Zogbi, Edson ",isbn:"9788522483587",edition:0,vbkType:"pbk",url:"/books/9788522483587",coverURL:"//covers.vitalbook.com/vbid/9788522483587/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O diagnóstico do atendimento, (V. 7)",author:"Zogbi, Edson ",isbn:"9788522481910",edition:0,vbkType:"pbk",url:"/books/9788522481910",coverURL:"//covers.vitalbook.com/vbid/9788522481910/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O endereço da empresa: geomarketing, (V. 11)",author:"Zogbi, Edson ",isbn:"9788522483570",edition:0,vbkType:"pbk",url:"/books/9788522483570",coverURL:"//covers.vitalbook.com/vbid/9788522483570/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O planejamento do atendimento e o supervendedor, (V. 6)",author:"Zogbi, Edson ",isbn:"9788522481378",edition:0,vbkType:"pbk",url:"/books/9788522481378",coverURL:"//covers.vitalbook.com/vbid/9788522481378/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O procedimento para fazer as escolhas das estratégias, (V. 5)",author:"Zogbi, Edson ",isbn:"9788522481361",edition:0,vbkType:"pbk",url:"/books/9788522481361",coverURL:"//covers.vitalbook.com/vbid/9788522481361/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Trabalho e as Organizações: Atuações a partir da Psicologia",author:"BORGES, Livia de Oliveira ; MOURÃO, Luciana ",isbn:"9788565852753",edition:1,vbkType:"pbk",url:"/books/9788565852753",coverURL:"//covers.vitalbook.com/vbid/9788565852753/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Oclusão - Série Abeno: Odontologia Essencial - Parte Clínica",author:"FERNANDES NETO, Alfredo Julio; NEVES, Flávio Domingues das; SIMAMOTO JR., Paulo Cézar",isbn:"9788536702049",edition:1,vbkType:"pbk",url:"/books/9788536702049",coverURL:"//covers.vitalbook.com/vbid/9788536702049/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Os Elementos da Filosofia Moral",author:"RACHELS; James; RACHELS, Stuart",isbn:"9788580552331",edition:7,vbkType:"pbk",url:"/books/9788580552331",coverURL:"//covers.vitalbook.com/vbid/9788580552331/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Os Tempos da Vida nos Tempos da Escola: Construindo Possibilidades",author:"MOLL, Jaqueline",isbn:"9788565848589",edition:2,vbkType:"pbk",url:"/books/9788565848589",coverURL:"//covers.vitalbook.com/vbid/9788565848589/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Os Tortuosos Caminhos da Educação Brasileira: Pontos de Vista Impopulares",author:"CASTRO, Claudio de Moura",isbn:"9788565848770",edition:1,vbkType:"pbk",url:"/books/9788565848770",coverURL:"//covers.vitalbook.com/vbid/9788565848770/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Para melhorar o produto loja e o vitrinismo, (V. 10)",author:"Zogbi, Edson ",isbn:"9788522482238",edition:0,vbkType:"pbk",url:"/books/9788522482238",coverURL:"//covers.vitalbook.com/vbid/9788522482238/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Periodontia Laboratorial e Clínica: Série Abeno: Odontologia Essencial - Parte Clínica",author:"OPPERMANN, Rui Vicente; RÖSING, Cassio Kuschenbecker",isbn:"9788536702025",edition:1,vbkType:"pbk",url:"/books/9788536702025",coverURL:"//covers.vitalbook.com/vbid/9788536702025/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento estratégico na prática, 2ª edição",author:"Fischmann, Adalberto Américo; Almeida, Martinho Isnard Ribeiro de\n",isbn:"9788522481545",edition:0,vbkType:"pbk",url:"/books/9788522481545",coverURL:"//covers.vitalbook.com/vbid/9788522481545/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Posicionamento, a identidade da empresa, (V. 2)",author:"Zogbi, Edson ",isbn:"9788522481330",edition:0,vbkType:"pbk",url:"/books/9788522481330",coverURL:"//covers.vitalbook.com/vbid/9788522481330/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios de Finanças Corporativas",author:"BREALEY, Richard A. ; MYERS, Stewart C. ; ALLEN , Franklin ",isbn:"9788580552393",edition:10,vbkType:"pbk",url:"/books/9788580552393",coverURL:"//covers.vitalbook.com/vbid/9788580552393/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Programação com Objective-C",author:"KOCHAN, Stephen G.",isbn:"9788582601129",edition:5,vbkType:"pbk",url:"/books/9788582601129",coverURL:"//covers.vitalbook.com/vbid/9788582601129/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Propedêutica Ortopédica e Traumatológica",author:"LEITE; Nelson Mattioli; FALOPPA, Flávio",isbn:"9788565852470",edition:1,vbkType:"pbk",url:"/books/9788565852470",coverURL:"//covers.vitalbook.com/vbid/9788565852470/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia do Comportamento Especial, 8ª edição",author:"DAVISON, Gerald C.; NEALE, John M.",isbn:"978-85-216-2371-7",edition:0,vbkType:"pbk",url:"/books/978-85-216-2371-7",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2371-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia Escolar",author:"KHOURI, Ivone Gonçalves et al.",isbn:"978-85-216-2395-3",edition:0,vbkType:"pbk",url:"/books/978-85-216-2395-3",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2395-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pulmões: Uma Abordagem Integrada à Doença",author:"LECHNER, Andrew J.; MATUSCHAK, George M.; BRINK, David S.",isbn:"9788580552232",edition:1,vbkType:"pbk",url:"/books/9788580552232",coverURL:"//covers.vitalbook.com/vbid/9788580552232/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química",author:"CHANG, Raymond; GOLDSBY, Kenneth A. ",isbn:"9788580552560",edition:11,vbkType:"pbk",url:"/books/9788580552560",coverURL:"//covers.vitalbook.com/vbid/9788580552560/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Recuperação de Informação: Conceitos e Tecnologia das Máquinas de Busca",author:"BAEZA-YATES, Ricardo ; RIBEIRO-NETO, Berthier ",isbn:"9788582600498",edition:2,vbkType:"pbk",url:"/books/9788582600498",coverURL:"//covers.vitalbook.com/vbid/9788582600498/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Redes de Computadores: Nível de Aplicação e Instalação de Serviços",author:"SCHMITT, Marcelo Augusto Rauh; PERES, André; LOUREIRO, César Augusto Hass",isbn:"9788582600948",edition:1,vbkType:"pbk",url:"/books/9788582600948",coverURL:"//covers.vitalbook.com/vbid/9788582600948/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"RH de Dentro para Fora: Seis Competências para o Futuro da Área de Recursos Humanos",author:"ULRICH , Dave ; YOUNGER , Jon ; BROCKBANK , Wayne ; ULRICH, Mike ",isbn:"9788582600849",edition:1,vbkType:"pbk",url:"/books/9788582600849",coverURL:"//covers.vitalbook.com/vbid/9788582600849/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Rinoplastia: Série Atlas de Cirurgia Plástica",author:"TAUB, Peter J.; BAKER, Stephen B.",isbn:"9788580552317",edition:1,vbkType:"pbk",url:"/books/9788580552317",coverURL:"//covers.vitalbook.com/vbid/9788580552317/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Saúde Coletiva: Políticas, Epidemiologia da Saúde Bucal e Redes de Atenção Odontológica - Sér",author:"MOYSÉS, Samuel Jorge ",isbn:"9788536702087",edition:1,vbkType:"pbk",url:"/books/9788536702087",coverURL:"//covers.vitalbook.com/vbid/9788536702087/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série MBA - Gestão de Pessoas - Clima Organizacional e Qualidade de Vida no Trabalho",author:"FERREIRA, Patricia Itala",isbn:"978-85-216-2383-0",edition:0,vbkType:"pbk",url:"/books/978-85-216-2383-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2383-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Semiotécnica, Diagnóstico e Tratamento das Doenças da Boca",author:"BORAKS, Silvio",isbn:"9788536702001",edition:1,vbkType:"pbk",url:"/books/9788536702001",coverURL:"//covers.vitalbook.com/vbid/9788536702001/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sensação e Percepção, 5ª edição",author:"SCHIFFMAN, Harvey Richard",isbn:"978-85-216-2374-8",edition:0,vbkType:"pbk",url:"/books/978-85-216-2374-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2374-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas de Informação - Uma Abordagem Gerencial, 3ª edição",author:"GORDON, Steven R.; GORDON, Judith R.",isbn:"978-85-216-2391-5",edition:0,vbkType:"pbk",url:"/books/978-85-216-2391-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2391-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Stress e qualidade de vida no trabalho : melhorando a saúde e o bem-estar dos funcionários",author:"Rossi, Ana Maria; Meurs, James A; Perrewé, Pamela L. (Orgs.)",isbn:"9788522481521",edition:0,vbkType:"pbk",url:"/books/9788522481521",coverURL:"//covers.vitalbook.com/vbid/9788522481521/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tecnologia da Informação",author:"LUCAS Jr., Henry C.",isbn:"978-85-216-2393-9",edition:0,vbkType:"pbk",url:"/books/978-85-216-2393-9",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2393-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tecnologia do Concreto",author:"NEVILLE, A. M.",isbn:"9788582600726",edition:2,vbkType:"pbk",url:"/books/9788582600726",coverURL:"//covers.vitalbook.com/vbid/9788582600726/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria geral das obrigações e responsabilidade civil, 12ª edição",author:"Azevedo, Álvaro Villaça",isbn:"9788522481750",edition:0,vbkType:"pbk",url:"/books/9788522481750",coverURL:"//covers.vitalbook.com/vbid/9788522481750/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terapia Cognitivo-Comportamental",author:"BECK, Judith S.",isbn:"9788582710098",edition:2,vbkType:"pbk",url:"/books/9788582710098",coverURL:"//covers.vitalbook.com/vbid/9788582710098/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Termodinâmica",author:"ÇENGEL, Yunus A.; BOLES, Michael A.",isbn:"9788580552010",edition:7,vbkType:"pbk",url:"/books/9788580552010",coverURL:"//covers.vitalbook.com/vbid/9788580552010/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tutela jurisdicional coletiva, 4ª edição",author:"Vigliar, José Marcelo Menezes",isbn:"9788522480760",edition:0,vbkType:"pbk",url:"/books/9788522480760",coverURL:"//covers.vitalbook.com/vbid/9788522480760/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ultrassonografia à Beira do Leito na Medicina Clínica",author:"LEVITOV, Alexander B.; DALLAS, Apostolos P.; SLONIM, Anthony D.",isbn:"9788580552355",edition:1,vbkType:"pbk",url:"/books/9788580552355",coverURL:"//covers.vitalbook.com/vbid/9788580552355/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Vivendo esse Mundo Digital: Impactos na Saúde, na Educação e nos Comportamentos Sociais",author:"ABREU, Cristiano Nabuco de; EISENSTEIN, Evelyn; ESTEFENON, Susana Graciela Bruno",isbn:"9788582710005",edition:1,vbkType:"pbk",url:"/books/9788582710005",coverURL:"//covers.vitalbook.com/vbid/9788582710005/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:12.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Criança e o seu Mundo, 6ª edição",author:"WINNICOTT, D.W.",isbn:"978-85-216-2313-7",edition:0,vbkType:"pbk",url:"/books/978-85-216-2313-7",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2313-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Desconsideração Judicial da Pessoa Jurídica e da Interposta Pessoa Física no Direito de Famíl",author:"MADALENO, Rolf",isbn:"978-85-309-4973-0",edition:0,vbkType:"pbk",url:"/books/978-85-309-4973-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4973-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A personalidade Normal e Patológica",author:"BERGERET, Jean",isbn:"9788536307718",edition:3,vbkType:"pbk",url:"/books/9788536307718",coverURL:"//covers.vitalbook.com/vbid/9788536307718/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Abastecimento de Água e Remoção de Resíduos, 3ª edição",author:"SHAMMAS, Nazih K.; WANG, Lawrence K.",isbn:"978-85-216-2350-2",edition:0,vbkType:"pbk",url:"/books/978-85-216-2350-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2350-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Abordagem Multidisciplinar da Dependência Química",author:"FERNANDES, Simone et al. (org.)",isbn:"978-85-412-0179-7",edition:0,vbkType:"pbk",url:"/books/978-85-412-0179-7",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0179-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração de marketing: conceitos, estratégias, aplicações",author:"Rocha, Angela da; Ferreira, Jorge Brantes; Silva, Jorge Ferreira da",isbn:"9788522479122",edition:0,vbkType:"pbk",url:"/books/9788522479122",coverURL:"//covers.vitalbook.com/vbid/9788522479122/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração de produção e operações: manufatura e serviços: uma abordagem estratégica, 3ª",author:"Corrêa, Henrique L.; Corrêa, Carlos A. \n",isbn:"9788522479184",edition:0,vbkType:"pbk",url:"/books/9788522479184",coverURL:"//covers.vitalbook.com/vbid/9788522479184/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração estratégica de serviços: operações para a satisfação do cliente",author:"Gianesi, Irineu G. N.; Corrêa, Henrique Luiz \n",isbn:"9788522479191",edition:0,vbkType:"pbk",url:"/books/9788522479191",coverURL:"//covers.vitalbook.com/vbid/9788522479191/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Análise de custos : uma abordagem quantitativa",author:"Iudícibus, Sérgio de; Mello, Gilmar Ribeiro de",isbn:"9788522478255",edition:0,vbkType:"pbk",url:"/books/9788522478255",coverURL:"//covers.vitalbook.com/vbid/9788522478255/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Análise e modelagem de processos de negócio: foco na notação BPMN (Business Process Modeling Not",author:"Valle, Rogerio; Oliveira, Saulo Barbará de (Org.)\n",isbn:"9788522479917",edition:0,vbkType:"pbk",url:"/books/9788522479917",coverURL:"//covers.vitalbook.com/vbid/9788522479917/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"As mudanças no mundo do trabalho do jornalista",author:"Figaro, Roseli (Org.)\n\n",isbn:"9788522479696",edition:0,vbkType:"pbk",url:"/books/9788522479696",coverURL:"//covers.vitalbook.com/vbid/9788522479696/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Álgebra Linear com Aplicações, 8ª edição",author:"LEON, Steven J.",isbn:"978-85-216-2382-3",edition:0,vbkType:"pbk",url:"/books/978-85-216-2382-3",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2382-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Álgebra Linear e suas Aplicações, 4ª edição",author:"LAY, David C.",isbn:"978-85-216-2309-0",edition:0,vbkType:"pbk",url:"/books/978-85-216-2309-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2309-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cárie Dentária na Infância - Uma Abordagem Contemporânea",author:"FELDENS, Carlos Alberto; KRAMER, Paulo Floriani",isbn:"978-85-412-0187-2",edition:0,vbkType:"pbk",url:"/books/978-85-412-0187-2",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0187-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ciência Política, 2ª edição",author:"Dias, Reinaldo",isbn:"9788522476725",edition:0,vbkType:"pbk",url:"/books/9788522476725",coverURL:"//covers.vitalbook.com/vbid/9788522476725/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Clínica Médica: Consulta Rápida",author:"Stephen Doral Stefani; Elvino Barros",isbn:"9788565852388",edition:4,vbkType:"pbk",url:"/books/9788565852388",coverURL:"//covers.vitalbook.com/vbid/9788565852388/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Rubens Limongi - Responsabilidade Civil Pela Perda de Uma Chance - Vol. 13",author:"CARNAÚBA, Daniel Amaral",isbn:"978-85-309-4888-7",edition:0,vbkType:"pbk",url:"/books/978-85-309-4888-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4888-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao Novo Código Civil - Arts. 1.723 a 1.783 - Vol. XX - Coleção da União, 2ª edição",author:"PEREIRA, Rodrigo da Cunha",isbn:"978-85-309-4798-9",edition:0,vbkType:"pbk",url:"/books/978-85-309-4798-9",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4798-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como fazer monografias : TCC, dissertações e teses, 4ª edição",author:"Acevedo, Claudia Rosa; Nohara, Jouliana Jordan \n\n",isbn:"9788522476831",edition:0,vbkType:"pbk",url:"/books/9788522476831",coverURL:"//covers.vitalbook.com/vbid/9788522476831/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como o governo compra : análises e procedimentos adotados",author:"Domakoski, Amauri\n",isbn:"9788522477630",edition:0,vbkType:"pbk",url:"/books/9788522477630",coverURL:"//covers.vitalbook.com/vbid/9788522477630/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Complexidade e sustentabilidade: o que se pode e o que não se pode fazer",author:"Mariotti, Humberto\n",isbn:"9788522479825",edition:0,vbkType:"pbk",url:"/books/9788522479825",coverURL:"//covers.vitalbook.com/vbid/9788522479825/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comunicação escrita nas empresas : teorias e práticas",author:"França, Ana Shirley\n",isbn:"9788522477586",edition:0,vbkType:"pbk",url:"/books/9788522477586",coverURL:"//covers.vitalbook.com/vbid/9788522477586/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Avançada - 17ª edição",author:"VICECONTI, Paulo",isbn:"9788502200180",edition:17,vbkType:"pbk",url:"/books/9788502200180",coverURL:"//covers.vitalbook.com/vbid/9788502200180/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade de Custos - um enfoque direto e objetivo - 11ª edição",author:"NEVES, Silvério das",isbn:"9788502194571",edition:11,vbkType:"pbk",url:"/books/9788502194571",coverURL:"//covers.vitalbook.com/vbid/9788502194571/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade do terceiro setor: uma abordagem operacional: aplicável às associações, fundaçõe",author:"Valmor Slomski et al.",isbn:"9788522480166",edition:0,vbkType:"pbk",url:"/books/9788522480166",coverURL:"//covers.vitalbook.com/vbid/9788522480166/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade geral fácil - 9ª edição",author:"RIBEIRO, Osni Moura",isbn:"9788502202016",edition:9,vbkType:"pbk",url:"/books/9788502202016",coverURL:"//covers.vitalbook.com/vbid/9788502202016/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade gerencial básica - 2ª edição",author:"CORONADO, Osmar",isbn:"9788502178991",edition:2,vbkType:"pbk",url:"/books/9788502178991",coverURL:"//covers.vitalbook.com/vbid/9788502178991/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade intermediária : ensino e decisão",author:"Hoss, Osni et Al. ",isbn:"9788522477784",edition:0,vbkType:"pbk",url:"/books/9788522477784",coverURL:"//covers.vitalbook.com/vbid/9788522477784/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade intermediária, 4ª edição",author:"Almeida, Marcelo Cavalcanti",isbn:"9788522478750",vbkType:"pbk",url:"/books/9788522478750",coverURL:"//covers.vitalbook.com/vbid/9788522478750/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade tributária: entendendo a lógica dos tributos e seus reflexos sobre os resultados das",author:"Rezende, Amaury José; Pereira, Carlos Alberto; Alencar, Roberta Carvalho de ",isbn:"9788522480173",edition:0,vbkType:"pbk",url:"/books/9788522480173",coverURL:"//covers.vitalbook.com/vbid/9788522480173/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controladoria ambiental: gestão social, análise e controle",author:"Gomes, Sonia Maria da Silva; Garcia, Cláudio Osnei (Orgs.)",isbn:"9788522477517",edition:0,vbkType:"pbk",url:"/books/9788522477517",coverURL:"//covers.vitalbook.com/vbid/9788522477517/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controle Estatístico de Processos - Uma Abordagem Prática para Cursos de Engenharia e Administraç",author:"LOUZADA, Francisco; DINIZ, Carlos A.R.; FERREIRA, Paulo H.; FERREIRA, Edil L. ",isbn:"978-85-216-2323-6",edition:0,vbkType:"pbk",url:"/books/978-85-216-2323-6",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2323-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Administrativo, 2ª edição",author:"ARAGÃO, Alexandre Santos de",isbn:"978-85-309-4882-5",edition:0,vbkType:"pbk",url:"/books/978-85-309-4882-5",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4882-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito do Trabalho, 19ª edição",author:"GOMES, Orlando; GOTTSCHALK, Elson",isbn:"978-85-309-4913-6",edition:0,vbkType:"pbk",url:"/books/978-85-309-4913-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4913-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Processual Civil, 3ª edição",author:"SHIMURA, Sérgio Seiji; PRIETO Alvarez, Anselmo; SILVA, Nelson Finotti",isbn:"978-85-309-4841-2",edition:0,vbkType:"pbk",url:"/books/978-85-309-4841-2",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4841-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Custo e preços de serviços: logística, hospitais, transporte, hotelaria,\nmão de obra, serviços ",author:"Padoveze, Clóvis Luís; Takakura Junior, Franco Kaolu\n\n",isbn:"9788522477760",edition:0,vbkType:"pbk",url:"/books/9788522477760",coverURL:"//covers.vitalbook.com/vbid/9788522477760/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dinâmicas de Grupo e Atividades Clínicas Aplicadas ao uso de Substância Psicoativas",author:"FIGLIE, Neliana Buzi; PAYÁ, Roberta (orgs.)",isbn:"978-85-412-0250-3",edition:0,vbkType:"pbk",url:"/books/978-85-412-0250-3",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0250-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito & justiça social: por uma sociedade mais justa, livre e solidária:\nestudos em homenage",author:"Neves, Thiago Ferreira Cardoso (Coord.)",isbn:"9788522478668",edition:0,vbkType:"pbk",url:"/books/9788522478668",coverURL:"//covers.vitalbook.com/vbid/9788522478668/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito do trabalho, 8ª edição",author:"Marques, Fabíola; Abud, Cláudia José",isbn:"9788522478712",edition:0,vbkType:"pbk",url:"/books/9788522478712",coverURL:"//covers.vitalbook.com/vbid/9788522478712/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Eleitoral para Concursos, 4ª edição",author:"MELO, Henrique",isbn:"978-85-309-4979-2",edition:0,vbkType:"pbk",url:"/books/978-85-309-4979-2",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4979-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Financeiro e Econômico",author:"SQUIZZATO, Ana Carolina",isbn:"978-85-309-4683-8",edition:0,vbkType:"pbk",url:"/books/978-85-309-4683-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4683-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Tributário Municipal : Sistema Tributário Municipal, 4ª edição",author:"Harada, Kiyoshi\n\n",isbn:"9788522480029",edition:0,vbkType:"pbk",url:"/books/9788522480029",coverURL:"//covers.vitalbook.com/vbid/9788522480029/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Distúrbios de Consolidação Óssea",author:"SBOT",isbn:"978-85-8114-081-0",edition:0,vbkType:"pbk",url:"/books/978-85-8114-081-0",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-081-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Doutor, eu tenho... CÂNCER DE PELE",author:"LUPI, Omar",isbn:"978-85-8114-166-4",edition:0,vbkType:"pbk",url:"/books/978-85-8114-166-4",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-166-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Doutor, eu tenho... MICOSE",author:"LUPI, Omar",isbn:"978-85-8114-168-8",edition:0,vbkType:"pbk",url:"/books/978-85-8114-168-8",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-168-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Doutor, eu tenho... MUITO SUOR",author:"FERREIRA, Sineida Maria Berbert",isbn:"978-85-8114-179-4",edition:0,vbkType:"pbk",url:"/books/978-85-8114-179-4",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-179-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Equações Diferenciais uma Introdução a Métodos Modernos e suas Aplicações",author:"BRANNAN, James R.; BOYCE, William E.",isbn:"978-85-216-2337-3",edition:0,vbkType:"pbk",url:"/books/978-85-216-2337-3",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2337-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estatística básica, 8ª edição",author:"MORETTIN, Pedro Alberto",isbn:"9788502208001",edition:8,vbkType:"pbk",url:"/books/9788502208001",coverURL:"//covers.vitalbook.com/vbid/9788502208001/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Exame de Ordem Nacional - FGV - 1ª Fase, 4ª edição",author:"SANTOS, Vauledir Ribeiro (coord.)",isbn:"978-85-309-4852-8",edition:0,vbkType:"pbk",url:"/books/978-85-309-4852-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4852-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiologia do Exercício",author:"PITHON-CURI, Tania Cristina",isbn:"978-85-277-2307-7",edition:0,vbkType:"pbk",url:"/books/978-85-277-2307-7",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2307-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundações privadas: doutrina e prática, 3ª edição",author:"Grazzioli, Airton; Rafael, Edson José ",isbn:"9788522478941",edition:0,vbkType:"pbk",url:"/books/9788522478941",coverURL:"//covers.vitalbook.com/vbid/9788522478941/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos da Técnica Psicanalítica",author:"ETCHEGOYEN, Horacio ",isbn:"9788536312262",edition:0,vbkType:"pbk",url:"/books/9788536312262",coverURL:"//covers.vitalbook.com/vbid/9788536312262/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de agronegócios, 4ª edição",author:"Araújo, Massilon J.",isbn:"9788522478491",vbkType:"pbk",url:"/books/9788522478491",coverURL:"//covers.vitalbook.com/vbid/9788522478491/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Odontologia - Radiologia Odontológica e Imaginologia, 2ª edição",author:"FENYO-PEREIRA, Marlene; CRIVELLO JR., Oswaldo",isbn:"978-85-412-0234-3",edition:0,vbkType:"pbk",url:"/books/978-85-412-0234-3",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0234-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Genética Médica",author:"OTTO, Paulo Alberto; MINGRONI-Netto, Regina Célia; OTTO, Priscila Guimarães",isbn:"978-85-412-0191-9",edition:0,vbkType:"pbk",url:"/books/978-85-412-0191-9",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0191-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gerenciamento de projetos e empreendedorismo - 2ª edição",author:"SABBAG, Paulo Yazigi",isbn:"9788502204454",edition:2,vbkType:"pbk",url:"/books/9788502204454",coverURL:"//covers.vitalbook.com/vbid/9788502204454/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão da Comunicação : no mundo do trabalho, terceiro setor e cooperativismo",author:"Fígaro, Roseli (Org.) ",isbn:"9788522479276",edition:0,vbkType:"pbk",url:"/books/9788522479276",coverURL:"//covers.vitalbook.com/vbid/9788522479276/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão da Informação,\nInovação e Inteligência\nCompetitiva - 1ª edição",author:"STAREC, Claudio",isbn:"9788502175341",edition:0,vbkType:"pbk",url:"/books/9788502175341",coverURL:"//covers.vitalbook.com/vbid/9788502175341/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão da inovação : teoria e prática para implantação",author:"Freitas Filho, Fernando Luiz",isbn:"9788522480661",edition:0,vbkType:"pbk",url:"/books/9788522480661",coverURL:"//covers.vitalbook.com/vbid/9788522480661/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão da tecnologia e inovação: uma abordagem prática - 2ª edição",author:"MATTOS, João Roberto Loureiro",isbn:"9788502178960",edition:2,vbkType:"pbk",url:"/books/9788502178960",coverURL:"//covers.vitalbook.com/vbid/9788502178960/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de estoques na cadeia de logística integrada: Supply chain , 4ª edição",author:"Ching, Hong Yuh ",isbn:"9788522481293",edition:0,vbkType:"pbk",url:"/books/9788522481293",coverURL:"//covers.vitalbook.com/vbid/9788522481293/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Pessoas - 2ª edição",author:"RIBEIRO, Antonio de Lima",isbn:"9788502178908",edition:2,vbkType:"pbk",url:"/books/9788502178908",coverURL:"//covers.vitalbook.com/vbid/9788502178908/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de preços",author:"Sartori, Eloi",isbn:"9788522477951",edition:0,vbkType:"pbk",url:"/books/9788522477951",coverURL:"//covers.vitalbook.com/vbid/9788522477951/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de redes de suprimento : Integrando cadeias de suprimento no mundo globalizado",author:"Corrêa, Henrique Luiz",isbn:"9788522479207",edition:0,vbkType:"pbk",url:"/books/9788522479207",coverURL:"//covers.vitalbook.com/vbid/9788522479207/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de serviços : lucratividade por meio de operações e de satisfação dos clientes",author:"Corrêa, Henrique L.; Caon, Mauro ",isbn:"9788522479214",edition:0,vbkType:"pbk",url:"/books/9788522479214",coverURL:"//covers.vitalbook.com/vbid/9788522479214/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão do processo de desenvolvimento de serviços",author:"Mello, Carlos Henrique Pereira et al.",isbn:"9788522479238",edition:0,vbkType:"pbk",url:"/books/9788522479238",coverURL:"//covers.vitalbook.com/vbid/9788522479238/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão em Saúde - Qualidade em Serviços de Saúde no Consultório",author:"MARIANO, Sandra R.H. (org.)",isbn:"978-85-8114-173-2",edition:0,vbkType:"pbk",url:"/books/978-85-8114-173-2",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-173-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão financeira e de custos em hospitais",author:"Souza, Antônio Artur de",isbn:"9788522478477",edition:0,vbkType:"pbk",url:"/books/9788522478477",coverURL:"//covers.vitalbook.com/vbid/9788522478477/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão resiliente: um modelo eficaz para a cultura\nempresarial brasileira contemporânea",author:"Lobato, David Menezes",isbn:"9788522480128",edition:0,vbkType:"pbk",url:"/books/9788522480128",coverURL:"//covers.vitalbook.com/vbid/9788522480128/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Hemodinâmica Encefálica - Fisiopatologia em Neurointensivismo e Neuroanestesia",author:"STÁVALE, Marcos Augusto",isbn:"978-85-412-0232-9",edition:0,vbkType:"pbk",url:"/books/978-85-412-0232-9",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0232-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Hermenêutica e Aplicação do Direito, 20ª edição",author:"MAXIMILIANO, Carlos",isbn:"978-85-309-4915-0",edition:0,vbkType:"pbk",url:"/books/978-85-309-4915-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4915-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"História do direito brasileiro, 3ª edição",author:"Bittar, Eduardo C. B. (Org.) ",isbn:"9788522475056",edition:0,vbkType:"pbk",url:"/books/9788522475056",coverURL:"//covers.vitalbook.com/vbid/9788522475056/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"História do direito e do pensamento jurídico em perspectiva",author:"Brandão, Cláudio; Saldanha, Nelson; Freitas, Ricardo (coord)",isbn:"9788522479153",edition:0,vbkType:"pbk",url:"/books/9788522479153",coverURL:"//covers.vitalbook.com/vbid/9788522479153/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Instalações Elétricas, 6ª edição",author:"NISKIER, Julio; MACINTYRE, Archibald Joseph",isbn:"978-85-216-2343-4",edition:0,vbkType:"pbk",url:"/books/978-85-216-2343-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2343-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Engenharia",author:"HOLTZAPPLE, Mark Thomas; REECE, W. Dan",isbn:"978-85-216-2315-1",edition:0,vbkType:"pbk",url:"/books/978-85-216-2315-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2315-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à QCD Perturbativa",author:"ANSELMINO, Mauro; CARUSO, Francisco; MAHON, José Roberto; OGURI, Vitor",isbn:"978-85-216-2345-8",edition:0,vbkType:"pbk",url:"/books/978-85-216-2345-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2345-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"ISO 9001 : 2008 : Sistema de gestão da qualidade para operações de produção e serviços",author:"Mello, Carlos Henrique Pereira et al. ",isbn:"9788522479252",edition:0,vbkType:"pbk",url:"/books/9788522479252",coverURL:"//covers.vitalbook.com/vbid/9788522479252/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Jurisdição constitucional e tribunais constitucionais: garantia suprema da constituição, 3ª edi",author:"Moraes, Alexandre de",isbn:"9788522478323",edition:0,vbkType:"pbk",url:"/books/9788522478323",coverURL:"//covers.vitalbook.com/vbid/9788522478323/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Licitações públicas no Brasil: exame integrado das Leis 8.666/1993 e 10.520/2002",author:"Pestana, Marcio",isbn:"9788522477463",edition:0,vbkType:"pbk",url:"/books/9788522477463",coverURL:"//covers.vitalbook.com/vbid/9788522477463/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Logística para MBA executivo em 12 lições",author:"Wanke, Peter F.",isbn:"9788522481231",edition:0,vbkType:"pbk",url:"/books/9788522481231",coverURL:"//covers.vitalbook.com/vbid/9788522481231/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Condutas Básicas em Cirurgia",author:"MAIA, Daniel Eichemberg Fernandes e; RIBEIRO JR., Marcelo Augusto Fontenelle",isbn:"978-85-412-0248-0",edition:0,vbkType:"pbk",url:"/books/978-85-412-0248-0",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0248-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de descrição de cargos e salários, 4ª edição",author:"Oliveira, Aristeu de\n\n",isbn:"9788522480265",edition:0,vbkType:"pbk",url:"/books/9788522480265",coverURL:"//covers.vitalbook.com/vbid/9788522480265/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Exames Laboratoriais na Prática do Endocrinologista",author:"VENCIO, Sérgio; FONTES, Rosita; SCHARF, Mauro",isbn:"978-85-8114-163-3",edition:0,vbkType:"pbk",url:"/books/978-85-8114-163-3",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-163-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Procedimentos Técnicos para o Clínico de Pequenos Animais",author:"ARAÚJO, Paulo Caetano de",isbn:"978-85-412-0218-3",edition:0,vbkType:"pbk",url:"/books/978-85-412-0218-3",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0218-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual Prático de Auriculopuntura",author:"SHI-YING, Jin; WAN-CHENG, Jin",isbn:"978-85-412-0214-5",edition:0,vbkType:"pbk",url:"/books/978-85-412-0214-5",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0214-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual Prático de Condutas em Medicina Sexual e Sexologia",author:"GLINA, Sidney",isbn:"978-85-412-0114-8",edition:0,vbkType:"pbk",url:"/books/978-85-412-0114-8",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0114-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual Prático de Craniopuntura",author:"SHI-YING, Jin; WAN-CHENG, Jin",isbn:"978-85-412-0226-8",edition:0,vbkType:"pbk",url:"/books/978-85-412-0226-8",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0226-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual Prático dos Pontos de Acupuntura, 3ª edição",author:"SHI-YING, Jin; WAN-CHENG, Jin; PU, Jin.",isbn:"978-85-412-0212-1",edition:0,vbkType:"pbk",url:"/books/978-85-412-0212-1",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0212-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual Roca Técnicas de Laboratório - Análise do Sêmen",author:"NEVES, Paulo Augusto; FAZANO, Francisco A.T.; BORGES JR., Edson",isbn:"978-85-412-0222-0",edition:0,vbkType:"pbk",url:"/books/978-85-412-0222-0",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0222-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual Roca Técnicas de Laboratório - Fezes",author:"NEVES, Paulo Augusto",isbn:"978-85-412-0252-7",edition:0,vbkType:"pbk",url:"/books/978-85-412-0252-7",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0252-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual Roca Técnicas de Laboratório - Líquidos Biológicos",author:"NEVES, Paulo Augusto",isbn:"978-85-412-0256-5",edition:0,vbkType:"pbk",url:"/books/978-85-412-0256-5",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0256-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual Roca Técnicas de Laboratorio - Líquido Cefalorraquidiano",author:"NEVES, Paulo Augusto",isbn:"978-85-412-0254-1",edition:0,vbkType:"pbk",url:"/books/978-85-412-0254-1",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0254-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing de Relacionamento Total",author:"GUMMESSON, Evert ",isbn:"9788577806683",edition:3,vbkType:"pbk",url:"/books/9788577806683",coverURL:"//covers.vitalbook.com/vbid/9788577806683/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing Global - 1ª edição",author:"KEEGAN, Warren J.; GREEN Mark C.",isbn:"9788502197602",edition:0,vbkType:"pbk",url:"/books/9788502197602",coverURL:"//covers.vitalbook.com/vbid/9788502197602/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing: criando valor para clientes - 3ª edição",author:"CHURCHILL JR., Gilbert A.",isbn:"9788502183605",edition:3,vbkType:"pbk",url:"/books/9788502183605",coverURL:"//covers.vitalbook.com/vbid/9788502183605/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática financeira, 7ª edição",author:"Vieira Sobrinho, José Dutra\n",isbn:"9788522479412",edition:0,vbkType:"pbk",url:"/books/9788522479412",coverURL:"//covers.vitalbook.com/vbid/9788522479412/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática Superior para Engenharia Vol. 1, 9ª edição",author:"KREYSZIG, Erwin",isbn:"978-85-216-2341-0",edition:0,vbkType:"pbk",url:"/books/978-85-216-2341-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2341-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática Superior para Engenharia Vol. 2, 9ª edição",author:"KREYSZIG, Erwin",isbn:"978-85-216-2335-9",edition:0,vbkType:"pbk",url:"/books/978-85-216-2335-9",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2335-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática Superior para Engenharia Vol. 3, 9ª edição",author:"KREYSZIG, Erwin",isbn:"978-85-216-2333-5",edition:0,vbkType:"pbk",url:"/books/978-85-216-2333-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2333-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Máquinas Síncronas, 2ª edição",author:"JORDÃO, Rubens Guedes",isbn:"978-85-216-2325-0",edition:0,vbkType:"pbk",url:"/books/978-85-216-2325-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2325-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Medicina Interna na Prática Clínica",author:"FOCHESATTO FILHO, Luciano; BARROS, Elvino ",isbn:"9788565852678",edition:0,vbkType:"pbk",url:"/books/9788565852678",coverURL:"//covers.vitalbook.com/vbid/9788565852678/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mercado financeiro - 2ª edição",author:"BRITO, Osias",isbn:"9788502205529",edition:2,vbkType:"pbk",url:"/books/9788502205529",coverURL:"//covers.vitalbook.com/vbid/9788502205529/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Metal Free - Lentes de Contato Dentais e Coroas",author:"VIEIRA, Dirceu; VIEIRA, Danielle Monsores",isbn:"978-85-412-0210-7",edition:0,vbkType:"pbk",url:"/books/978-85-412-0210-7",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0210-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Motivação nas organizações, 6ª edição",author:"Bergamini, Cecília Whitaker",isbn:"9788522478231",vbkType:"pbk",url:"/books/9788522478231",coverURL:"//covers.vitalbook.com/vbid/9788522478231/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novo Código Florestal",author:"MUKAI, Toshio",isbn:"978-85-309-4835-1",edition:0,vbkType:"pbk",url:"/books/978-85-309-4835-1",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4835-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nutrição e o Rim, 2ª edição",author:"RIELLA, Miguel Carlos; MARTINS, Cristina",isbn:"978-85-277-2295-7",edition:0,vbkType:"pbk",url:"/books/978-85-277-2295-7",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2295-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O gerente de projetos na empresa, 3ª edição",author:"Rabechini Jr., Roque",isbn:"9788522479689",edition:0,vbkType:"pbk",url:"/books/9788522479689",coverURL:"//covers.vitalbook.com/vbid/9788522479689/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Poder Normativo das Agências Reguladoras, 2ª edição",author:"ARAGÃO, Alexandre Santos de (coord.)",isbn:"978-85-309-4917-4",edition:0,vbkType:"pbk",url:"/books/978-85-309-4917-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4917-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Odontopediatria - Uma Visão Contemporânea",author:"DUQUE, Cristiane",isbn:"978-85-412-0230-5",edition:0,vbkType:"pbk",url:"/books/978-85-412-0230-5",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0230-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Orçamento empresarial : manual de elaboração, 5ª edição",author:"Moreira, José Carlos",isbn:"9788522478781",edition:0,vbkType:"pbk",url:"/books/9788522478781",coverURL:"//covers.vitalbook.com/vbid/9788522478781/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pesquisa em Educação - Abordagens Qualitativas, 2ª edição",author:"LÜDKE, Menga; ANDRÉ, Marli Eliza Dalmazo Afonso de",isbn:"978-85-216-2306-9",edition:0,vbkType:"pbk",url:"/books/978-85-216-2306-9",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2306-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento estratégico : a contribuição da cultura organizacional\npara o processo de implementa",author:"Pereira, Maurício Fernandes; Beppler, Mônica Külkamp",isbn:"9788522478125",vbkType:"pbk",url:"/books/9788522478125",coverURL:"//covers.vitalbook.com/vbid/9788522478125/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento estratégico : teorias, modelos e processos (V.1)",author:"Pereira, Maurício Fernandes",isbn:"9788522481262",edition:0,vbkType:"pbk",url:"/books/9788522481262",coverURL:"//covers.vitalbook.com/vbid/9788522481262/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento, programação e controle da produção : MRP II/ERP - conceitos, uso e implantação:b",author:"Corrêa, Henrique L.; Gianesi, Irineu G. N.; Caon, Mauro; \n",isbn:"9788522481286",edition:0,vbkType:"pbk",url:"/books/9788522481286",coverURL:"//covers.vitalbook.com/vbid/9788522481286/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planos de Saúde - Aspectos Jurídicos e Econômicos",author:"CARNEIRO, Luiz Augusto Ferreira (org.)",isbn:"978-85-309-4829-0",edition:0,vbkType:"pbk",url:"/books/978-85-309-4829-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4829-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Políticas públicas no Estado constitucional",author:"Liberati, Wilson Donizeti",isbn:"9788522477654",edition:0,vbkType:"pbk",url:"/books/9788522477654",coverURL:"//covers.vitalbook.com/vbid/9788522477654/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática Forense Trabalhista, 5ª edição",author:"CHOHFI, Thiago; CHOHFI, Marcelo Chaim",isbn:"978-85-309-4843-6",edition:0,vbkType:"pbk",url:"/books/978-85-309-4843-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4843-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Presidencialismo, 2ª edição",author:"Moraes, Alexandre de\n",isbn:"9788522478101",edition:0,vbkType:"pbk",url:"/books/9788522478101",coverURL:"//covers.vitalbook.com/vbid/9788522478101/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios de Anatomia Humana, 12ª edição",author:"TORTORA, Gerard J.; NIELSEN, Mark T.",isbn:"978-85-277-2301-5",edition:0,vbkType:"pbk",url:"/books/978-85-277-2301-5",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2301-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios do Direito Administrativo, 2ª edição",author:"OLIVEIRA, Rafael Carvalho Rezende",isbn:"978-85-309-4939-6",edition:0,vbkType:"pbk",url:"/books/978-85-309-4939-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4939-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prisão ilegal e responsabilidade civil do Estado",author:"Quirino, Arnaldo",isbn:"9788522479221",edition:0,vbkType:"pbk",url:"/books/9788522479221",coverURL:"//covers.vitalbook.com/vbid/9788522479221/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processo administrativo federal, 5ª edição",author:"Carvalho Filho, José dos Santos",isbn:"9788522478583",edition:0,vbkType:"pbk",url:"/books/9788522478583",coverURL:"//covers.vitalbook.com/vbid/9788522478583/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processo de Recuperação Judicial, Extrajudicial e Falência, 4ª edição",author:"PACHECO, José da Silva",isbn:"978-85-309-4959-4",edition:0,vbkType:"pbk",url:"/books/978-85-309-4959-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4959-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pronunciamentos contábeis na prática, (V. 3)",author:"Lagioia, Umbelina Cravo Teixeira\n",isbn:"9788522477241",edition:0,vbkType:"pbk",url:"/books/9788522477241",coverURL:"//covers.vitalbook.com/vbid/9788522477241/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Quiropraxia - Diagnóstico e Tratamento da Coluna Vertebral",author:"FAGUNDES, Djalma José (org.)",isbn:"978-85-412-0245-9",edition:0,vbkType:"pbk",url:"/books/978-85-412-0245-9",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0245-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Quiropraxia - Diagnóstico e Tratamento do Membro Superior",author:"FAGUNDES, Djalma José (org.)",isbn:"978-85-412-0242-8",edition:0,vbkType:"pbk",url:"/books/978-85-412-0242-8",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0242-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Quiropraxia - Diagnóstico e Tratamentodo do Membro Inferior",author:"FAGUNDES, Djalma José (org.)",isbn:"978-85-412-0243-5",edition:0,vbkType:"pbk",url:"/books/978-85-412-0243-5",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0243-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Quiropraxia - Testes Ortopédicos",author:"FAGUNDES, Djalma José (org.)",isbn:"978-85-412-0244-2",edition:0,vbkType:"pbk",url:"/books/978-85-412-0244-2",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0244-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Reciclagem em Cardiologia Através de Perguntas e Respostas",author:"COUTO, Antonio Alves do",isbn:"978-85-412-0189-6",edition:0,vbkType:"pbk",url:"/books/978-85-412-0189-6",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0189-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Resíduos sólidos urbanos: perspectivas de gestão intermunicipal em regiões metropolitanas",author:"Nascimento Neto, Paulo",isbn:"9788522479528",edition:0,vbkType:"pbk",url:"/books/9788522479528",coverURL:"//covers.vitalbook.com/vbid/9788522479528/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Concursos Públicos - Informática - Questões Comentadas - CESPE, 2ª edição",author:"IDANKAS, Rodney José",isbn:"978-85-309-4825-2",edition:0,vbkType:"pbk",url:"/books/978-85-309-4825-2",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4825-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Concursos Públicos - Processo Civil, 9ª edição",author:"MONTENEGRO FILHO, Misael",isbn:"978-85-309-4845-0",edition:0,vbkType:"pbk",url:"/books/978-85-309-4845-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4845-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Concursos Públicos - Teoria Geral do Processo - Civil, Penal e Trabalhista, 4ª edição",author:"ALMEIDA, Roberto Moreira de",isbn:"978-85-309-4910-5",edition:0,vbkType:"pbk",url:"/books/978-85-309-4910-5",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4910-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Segurança Jurídica",author:"COÊLHO, Sacha Calmon Navarro (coord.)",isbn:"978-85-309-4790-3",edition:0,vbkType:"pbk",url:"/books/978-85-309-4790-3",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4790-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Simulação empresarial em gestão da produção: desenvolvendo\num laboratório de planejamento e co",author:"Schafranski, Luiz Erley; Tubino, Dalvio Ferrari",isbn:"9788522478590",edition:0,vbkType:"pbk",url:"/books/9788522478590",coverURL:"//covers.vitalbook.com/vbid/9788522478590/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria do processo constitucional: análise de sua autonomia, natureza e elementos",author:"Lunardi, Soraya\n",isbn:"9788522478361",edition:0,vbkType:"pbk",url:"/books/9788522478361",coverURL:"//covers.vitalbook.com/vbid/9788522478361/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria dos princípios trabalhistas: a aplicação do modelo metodológico\npós-positivista ao direi",author:"Molina, André Araújo",isbn:"9788522479658",edition:0,vbkType:"pbk",url:"/books/9788522479658",coverURL:"//covers.vitalbook.com/vbid/9788522479658/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria geral da administração: uma abordagem prática, 3ª edição",author:"Oliveira, Djalma de Pinho Rebouças de",isbn:"9788522475018",edition:0,vbkType:"pbk",url:"/books/9788522475018",coverURL:"//covers.vitalbook.com/vbid/9788522475018/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria geral do direito agrário contemporâneo",author:"Trentini, Flavia",isbn:"9788522480784",edition:0,vbkType:"pbk",url:"/books/9788522480784",coverURL:"//covers.vitalbook.com/vbid/9788522480784/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de Otorrinolaringologia - 4 Vols., 2ª edição",author:"ABORLCCF",isbn:"978-85-412-0220-6",edition:0,vbkType:"pbk",url:"/books/978-85-412-0220-6",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0220-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ultrassonografia da Tireoide",author:"TOMIMORI, Eduardo; CAMARGO, Rosalinda",isbn:"978-85-8114-175-6",edition:0,vbkType:"pbk",url:"/books/978-85-8114-175-6",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-175-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Vademecum Previdenciário, 3ª edição",author:"CASTRO, Carlos Alberto Pereira de; Lazzari, João Batista; DUARTE, Maria Raquel (orgs.)",isbn:"978-85-309-4633-3",edition:0,vbkType:"pbk",url:"/books/978-85-309-4633-3",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4633-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:11.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Evolução do Pensamento Econômico - Risco e Retorno em Ciclos Econômicos",author:"GLEISER, Ilan",isbn:"978-85-216-2298-7",edition:0,vbkType:"pbk",url:"/books/978-85-216-2298-7",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2298-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Filosofia Contemporânea - Introdução Crítica, 2ª edição",author:"STEGMÜLLER, Wolfgang",isbn:"978-85-309-4773-6",edition:0,vbkType:"pbk",url:"/books/978-85-309-4773-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4773-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Prática Farmacêutica na Farmácia comunitária",author:"CORRER, Cassyano J.; OTUKI, Michel F. ",isbn:"9788565852838",edition:0,vbkType:"pbk",url:"/books/9788565852838",coverURL:"//covers.vitalbook.com/vbid/9788565852838/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A responsabilidade do produtor pelos riscos do desenvolvimento",author:"Reinig, Guilherme Henrique Lima",isbn:"9788522477876",edition:0,vbkType:"pbk",url:"/books/9788522477876",coverURL:"//covers.vitalbook.com/vbid/9788522477876/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração de custos na agropecuária, 4ª edição",author:"Santos, Gilberto José dos; Marion, José Carlos; \nSegatti, Sonia",isbn:"9788522478552",edition:0,vbkType:"pbk",url:"/books/9788522478552",coverURL:"//covers.vitalbook.com/vbid/9788522478552/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"ADMINISTRAÇÃO DE MARKETING, 2ª edição",author:"COBRA, Marcos",isbn:"9788522478033",edition:0,vbkType:"pbk",url:"/books/9788522478033",coverURL:"//covers.vitalbook.com/vbid/9788522478033/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Análise Básica de Circuitos para Engenharia, 10ª edição",author:"IRWIN, J. David; NELMS, R. Mark",isbn:"978-85-216-2320-5",edition:0,vbkType:"pbk",url:"/books/978-85-216-2320-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2320-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Análise das demonstrações contábeis: contabilidade empresarial, 7ª edição",author:"Marion, José Carlos",isbn:"9788522478002",edition:0,vbkType:"pbk",url:"/books/9788522478002",coverURL:"//covers.vitalbook.com/vbid/9788522478002/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Antimicrobianos - Consulta Rápida, 5.ed.",author:"BARROS, Elvino; MACHADO, Adão; SPRINZ, Eduardo ",isbn:"9788565852616",edition:0,vbkType:"pbk",url:"/books/9788565852616",coverURL:"//covers.vitalbook.com/vbid/9788565852616/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Antropologia: uma introdução, 7ª edição",author:"Marconi, Marina de Andrade; Presotto, Zelia Maria Neves",isbn:"9788522478415",edition:0,vbkType:"pbk",url:"/books/9788522478415",coverURL:"//covers.vitalbook.com/vbid/9788522478415/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Arquitetura de Sistemas Operacionais, 5ª edição",author:"MACHADO, Francis B.; MAIA, Luiz Paulo",isbn:"978-85-216-2288-8",edition:0,vbkType:"pbk",url:"/books/978-85-216-2288-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2288-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Aspectos relevantes da política nacional de resíduos sólidos Lei nº 12.305/2010",author:"Bechara, Erika (Org.)",isbn:"9788522477548",edition:0,vbkType:"pbk",url:"/books/9788522477548",coverURL:"//covers.vitalbook.com/vbid/9788522477548/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Atlas de Histopatologia Oral Básica",author:"SPERANDIO, Felipe F.; GIUDICE, Fernanda S.",isbn:"978-85-412-0172-8",edition:0,vbkType:"pbk",url:"/books/978-85-412-0172-8",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0172-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Auditoria: conceitos e aplicações, 6ª edição",author:"Attie, William",isbn:"9788522478606",edition:0,vbkType:"pbk",url:"/books/9788522478606",coverURL:"//covers.vitalbook.com/vbid/9788522478606/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Autismo e Educação: Reflexões e propostas de intervenção",author:"BAPTISTA, Claudio Roberto; BOSA, Cleonice ",isbn:"9788536310640",edition:0,vbkType:"pbk",url:"/books/9788536310640",coverURL:"//covers.vitalbook.com/vbid/9788536310640/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Álgebra - Forma e Função",author:"McCALLUM, William G.; CONNALLY, Eric; HUGHES-HALLETT, Deborah et al.",isbn:"978-85-216-2258-1",edition:0,vbkType:"pbk",url:"/books/978-85-216-2258-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2258-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Álgebra Linear - Uma Abordagem Geométrica, 2ª edição",author:"SHIFRIN, Theodore",isbn:"978-85-216-2280-2",edition:0,vbkType:"pbk",url:"/books/978-85-216-2280-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2280-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bularium - Clínica Médica",author:"BULARIUM",isbn:"978-85-8114-149-7",edition:0,vbkType:"pbk",url:"/books/978-85-8114-149-7",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-149-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Caminhos da Educação Integral no Brasil: Direito a Outros Tempos e Espaços Educativos",author:"MOLL, Jaqueline ",isbn:"9788563899637",edition:0,vbkType:"pbk",url:"/books/9788563899637",coverURL:"//covers.vitalbook.com/vbid/9788563899637/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código civil anotado e legislação complementar",author:"Azevedo, Álvaro Villaça",isbn:"9788522477098",edition:0,vbkType:"pbk",url:"/books/9788522477098",coverURL:"//covers.vitalbook.com/vbid/9788522477098/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código de processo civil comentado e interpretado, 3ª edição",author:"Montenegro Filho, Misael",isbn:"9788522476671",edition:0,vbkType:"pbk",url:"/books/9788522476671",coverURL:"//covers.vitalbook.com/vbid/9788522476671/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ciência Ambiental - Terra, um Planeta Vivo, 7ª edição",author:"BOTKIN, Daniel B.; KELLER, Edward ª",isbn:"978-85-216-2277-2",edition:0,vbkType:"pbk",url:"/books/978-85-216-2277-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2277-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cirurgia da Tireoide e da Paratireoide",author:"VOLPI, Erivelto; STECK, José Higino",isbn:"978-85-8114-157-2",edition:0,vbkType:"pbk",url:"/books/978-85-8114-157-2",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-157-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Gilmar Mendes - A Decisão Constitucional Vinculante - Vol. 15",author:"PAULO NETO, Carlos Romero Lauria",isbn:"978-85-309-4729-3",edition:0,vbkType:"pbk",url:"/books/978-85-309-4729-3",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4729-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Gilmar Mendes - Supremo Tribunal Federal - Composição e Indicação de seus Ministros - ",author:"PEIXOTO, Leonardo Scofano Damasceno",isbn:"978-85-309-4747-7",edition:0,vbkType:"pbk",url:"/books/978-85-309-4747-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4747-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Rubens Limongi - Responsabilidade Civil dos Prestadores de Serviços no CC e no CDC - Vol.",author:"BOMFIM, Silvano Andrade do",isbn:"978-85-309-4698-2",edition:0,vbkType:"pbk",url:"/books/978-85-309-4698-2",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4698-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao Estatuto da Cidade, 5ª edição",author:"CARVALHO FILHO, José dos Santos",isbn:"9788522476862",edition:0,vbkType:"pbk",url:"/books/9788522476862",coverURL:"//covers.vitalbook.com/vbid/9788522476862/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao Novo Código Civil - Vol. II, 2ª edição",author:"OLIVEIRA, Eduardo Andrade Ribeiro de",isbn:"978-85-309-4741-5",edition:0,vbkType:"pbk",url:"/books/978-85-309-4741-5",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4741-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como Acompanhar o Paciente com DPOC",author:"SBPT",isbn:"978-85-8114-139-8",edition:0,vbkType:"pbk",url:"/books/978-85-8114-139-8",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-139-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como elaborar projetos de pesquisa, 5ª edição",author:"Gil, Antonio Carlos",isbn:"9788522478408",edition:0,vbkType:"pbk",url:"/books/9788522478408",coverURL:"//covers.vitalbook.com/vbid/9788522478408/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como se Preparar para Concursos Públicos com Alto Rendimento",author:"NEIVA, Rogerio",isbn:"978-85-309-4774-3",edition:0,vbkType:"pbk",url:"/books/978-85-309-4774-3",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4774-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como se Preparar para o Exame de Ordem 2ª Fase - Técnicas de Redação Aplicadas à Peça Profissi",author:"VIANA, Joseval Martins",isbn:"978-85-309-4708-8",edition:0,vbkType:"pbk",url:"/books/978-85-309-4708-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4708-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Competências em Educação a Distância",author:"BEHAR, Patricia Alejandra ",isbn:"9788565848480",edition:0,vbkType:"pbk",url:"/books/9788565848480",coverURL:"//covers.vitalbook.com/vbid/9788565848480/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comportamento do consumidor, 2ª edição",author:"Karsaklian, Eliane",isbn:"9788522477807",edition:0,vbkType:"pbk",url:"/books/9788522477807",coverURL:"//covers.vitalbook.com/vbid/9788522477807/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comportamento Organizacional, 3ª edição",author:"HITT, Michael A.; MILLER, C. Chet; COLELLA, Adrienne",isbn:"978-85-216-2318-2",edition:0,vbkType:"pbk",url:"/books/978-85-216-2318-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2318-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Constituição Federal Anotada e Comentada",author:"OLIVEIRA, James Eduardo",isbn:"978-85-309-4667-8",edition:0,vbkType:"pbk",url:"/books/978-85-309-4667-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4667-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade 3D - Questões Comentadas - FCC",author:"ADRIANO, Sérgio",isbn:"978-85-309-4751-4",edition:0,vbkType:"pbk",url:"/books/978-85-309-4751-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4751-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade e responsabilidade social: integrando desempenho econômico, social e ecológico",author:"Vellani, Cassio Luiz",isbn:"9788522478040",edition:0,vbkType:"pbk",url:"/books/9788522478040",coverURL:"//covers.vitalbook.com/vbid/9788522478040/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade geral: introdução à Contabilidade Societária, 4ª edição",author:"\nCardoso, Ricardo Lopes; Szuster, Natan; Szuster, Fortunée Rechtman; \nSzuster, Fernanda Rechtman , ",isbn:"9788522476848",edition:0,vbkType:"pbk",url:"/books/9788522476848",coverURL:"//covers.vitalbook.com/vbid/9788522476848/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade governamental: um enfoque administrativo da nova contabilidade pública, 9ª edição",author:"Silva, Lino Martins da",isbn:"9788522477968",edition:0,vbkType:"pbk",url:"/books/9788522477968",coverURL:"//covers.vitalbook.com/vbid/9788522477968/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade intermediária: atualizado pela Lei no 11.941/09 e pelas normas do CPC, 2ª edição",author:"SCHMIDT, Paulo; SANTOS, José Luiz dos; GOMES, José Mário Matsumura",isbn:"9788522477906",edition:0,vbkType:"pbk",url:"/books/9788522477906",coverURL:"//covers.vitalbook.com/vbid/9788522477906/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controle gerencial: uma abordagem da contabilidade gerencial no contexto econômico, comportamental ",author:"Frezatti, Fábio; Rocha, Welington; Nascimento, Artur Roberto do; Junqueira, Emanuel",isbn:"9788522478729",edition:0,vbkType:"pbk",url:"/books/9788522478729",coverURL:"//covers.vitalbook.com/vbid/9788522478729/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de estatística, 6ª edição",author:"Fonseca, Jairo Simon da; Martins, Gilberto de Andrade",isbn:"9788522477937",edition:0,vbkType:"pbk",url:"/books/9788522477937",coverURL:"//covers.vitalbook.com/vbid/9788522477937/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de investigação criminal, 3ª edição",author:"Mendroni, Marcelo Batlouni",isbn:"9788522476947",edition:0,vbkType:"pbk",url:"/books/9788522476947",coverURL:"//covers.vitalbook.com/vbid/9788522476947/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de processo penal, 3ª edição",author:"Manzano, Luís Fernando de Moraes",isbn:"9788522476923",edition:0,vbkType:"pbk",url:"/books/9788522476923",coverURL:"//covers.vitalbook.com/vbid/9788522476923/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Deficiências sensoriais e incapacidades físicas",author:"Michael Farrell",isbn:"9788536315638",edition:0,vbkType:"dash",url:"/books/9788536315638",coverURL:"//covers.vitalbook.com/vbid/9788536315638/width/:width?style=preview",hasPageBreaks:!0,format:"dash",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!0,contextToken:null,hasLicense:!0},{title:"Dermatologia Fundamental",author:"LUPI, Omar; BOLEIRA, Manuela",isbn:"978-85-8114-153-4",edition:0,vbkType:"pbk",url:"/books/978-85-8114-153-4",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-153-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desafios da Gestão Universitária Contemporânea",author:"COLOMBO, Sonia Simões; RODRIGUES, Gabriel Mário ",isbn:"9788536326047",edition:0,vbkType:"pbk",url:"/books/9788536326047",coverURL:"//covers.vitalbook.com/vbid/9788536326047/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenvolvimento às Avessas - Verdade, Má-fé e Ilusão no Atual Modelo Brasileiro de Desenvenvolvi",author:"GONÇALVES, Reinaldo",isbn:"978-85-216-2251-2",edition:0,vbkType:"pbk",url:"/books/978-85-216-2251-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2251-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dificuldades de comunicação e autismo",author:"Michael Farrell",isbn:"9788536315621",edition:0,vbkType:"dash",url:"/books/9788536315621",coverURL:"//covers.vitalbook.com/vbid/9788536315621/width/:width?style=preview",hasPageBreaks:!0,format:"dash",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!0,contextToken:null,hasLicense:!0},{title:"Dificuldades de relacionamento pessoal, social e emocional",author:"Michael Farrell",isbn:"9788536315553",edition:0,vbkType:"epub",url:"/books/9788536315553",coverURL:"//covers.vitalbook.com/vbid/9788536315553/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dinâmica das Doenças Infecciosas e Parasitárias, 2ª edição",author:"COURA, José Rodrigues",isbn:"978-85-277-2275-9",edition:0,vbkType:"pbk",url:"/books/978-85-277-2275-9",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2275-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Constitucional Econômico, 3ª edição",author:"TAVARES, André Ramos",isbn:"978-85-309-4775-0",edition:0,vbkType:"pbk",url:"/books/978-85-309-4775-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4775-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito das Obrigações - Reflexões no Direito Material e Processual",author:"PAULA, Fernanda Pessoa Chuahy de; MENEZES, Iure Pedroza; CAMPELLO, Nalva Cristina Barbosa (coord.)",isbn:"978-85-309-4710-1",edition:0,vbkType:"pbk",url:"/books/978-85-309-4710-1",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4710-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito e literatura",author:"Streck, Lenio Luiz; Trindade, André Karam (Org.)",isbn:"9788522478538",edition:0,vbkType:"pbk",url:"/books/9788522478538",coverURL:"//covers.vitalbook.com/vbid/9788522478538/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito e Mídia",author:"Schreiber, Anderson",isbn:"9788522477494",edition:0,vbkType:"pbk",url:"/books/9788522477494",coverURL:"//covers.vitalbook.com/vbid/9788522477494/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ergonomia e Biossegurança em Odontologia - Série Abeno",author:"Naressi, Wilson Galvão; Orenha, Eliel Soares; Naressi, Suely Carvalho Mutti",isbn:"9788536701806",edition:1,vbkType:"pbk",url:"/books/9788536701806",coverURL:"//covers.vitalbook.com/vbid/9788536701806/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Exame de Ordem - O Segredo da Aprovação",author:"BARRETTO, Pedro",isbn:"978-85-309-4700-2",edition:0,vbkType:"pbk",url:"/books/978-85-309-4700-2",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4700-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Falando de Serviços: um guia para compreender e melhorar os serviços em empresas e organizações",author:"Nóbrega, Kleber",isbn:"9788522475988",edition:0,vbkType:"pbk",url:"/books/9788522475988",coverURL:"//covers.vitalbook.com/vbid/9788522475988/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Físico-Química - Vol. 1, 6ª edição",author:"LEVINE, Ira N.",isbn:"978-85-216-2266-6",edition:0,vbkType:"pbk",url:"/books/978-85-216-2266-6",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2266-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Físico-Química - Vol. 2, 6ª edição",author:"LEVINE, Ira N.",isbn:"978-85-216-2265-9",edition:0,vbkType:"pbk",url:"/books/978-85-216-2265-9",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2265-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Matemática - Didática da Matemática",author:"MAIO, Waldemar de; CHIUMMO, Ana",isbn:"978-85-216-2259-8",edition:0,vbkType:"pbk",url:"/books/978-85-216-2259-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2259-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Microeletrônica",author:"RAZAVI, Behzad",isbn:"978-85-216-2294-9",edition:0,vbkType:"pbk",url:"/books/978-85-216-2294-9",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2294-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Sistemas Operacionais - Princípios Básicos",author:"SILBERSCHATZ, Abraham; GALVIN, Peter B.; GAGNE, Greg",isbn:"978-85-216-2321-2",edition:0,vbkType:"pbk",url:"/books/978-85-216-2321-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2321-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos em Hematologia, 6ª Edição",author:"HOFFBRAND, A. V.; MOSS, P. A. H. ",isbn:"9788565852302",edition:0,vbkType:"pbk",url:"/books/9788565852302",coverURL:"//covers.vitalbook.com/vbid/9788565852302/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Genética Essencial",author:"PIMENTEL, Márcia Mattos Gonçalves; GALLO, Cláudia Vitória de Moura; SANTOS-REBOUÇAS, Cíntia Barros",isbn:"978-85-277-2268-1",edition:0,vbkType:"pbk",url:"/books/978-85-277-2268-1",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2268-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Genética Humana, 3.ed.",author:"BORGES-OSÓRIO, Maria Regina Lucena; ROBINSON, Wanyce Miriam",isbn:"9788565852906",edition:0,vbkType:"pbk",url:"/books/9788565852906",coverURL:"//covers.vitalbook.com/vbid/9788565852906/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão ambiental nas organizações: fundamentos e tendências",author:"Jabbour, Ana Beatriz Lopes de Sousa; Jabbour, Charbel José Chiappetta",isbn:"9788522477227",edition:0,vbkType:"pbk",url:"/books/9788522477227",coverURL:"//covers.vitalbook.com/vbid/9788522477227/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão da viabilidade econômico-financeira dos projetos de investimento",author:"Frezatti, Fábio",isbn:"9788522477722",edition:0,vbkType:"pbk",url:"/books/9788522477722",coverURL:"//covers.vitalbook.com/vbid/9788522477722/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de pessoas nas organizações: a aprendizagem da liderança e da inovação",author:"Barbieri, Ugo Franco",isbn:"9788522477593",edition:0,vbkType:"pbk",url:"/books/9788522477593",coverURL:"//covers.vitalbook.com/vbid/9788522477593/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão em Saúde - Qualidade no Atendimento ao Paciente para Atendentes",author:"MORAES, Joysi",isbn:"978-85-8114-161-9",edition:0,vbkType:"pbk",url:"/books/978-85-8114-161-9",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-161-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Governança corporativa e remuneração dos gestores",author:"Larrate, Marco",isbn:"9788522477005",edition:0,vbkType:"pbk",url:"/books/9788522477005",coverURL:"//covers.vitalbook.com/vbid/9788522477005/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia para Educação ambiental em Costões Rochosos",author:"GHILARDI-LOPES, Natalia Pirani; HADEL, Valéria Flora; BERCHEZ, Flávio ",isbn:"9788536327518",edition:0,vbkType:"pbk",url:"/books/9788536327518",coverURL:"//covers.vitalbook.com/vbid/9788536327518/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia Prático da Sentença Penal Condenatória e Roteiro para o Procedimento no Tribunal do Júri",author:"LIMA, Rogério Montai de",isbn:"978-85-309-4727-9",edition:0,vbkType:"pbk",url:"/books/978-85-309-4727-9",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4727-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução ao Processo Civil - Revista e Atualizada, 5ª edição",author:"BERMUDES, Sergio",isbn:"978-85-309-4817-7",edition:0,vbkType:"pbk",url:"/books/978-85-309-4817-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4817-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à administração, 6ª edição",author:"Kwasnicka, Eunice Lacava",isbn:"9788522477890",edition:0,vbkType:"pbk",url:"/books/9788522477890",coverURL:"//covers.vitalbook.com/vbid/9788522477890/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Engenharia - Modelagem e Solução de Problemas",author:"BROCKMAN, Jay B.",isbn:"978-85-216-2275-8",edition:0,vbkType:"pbk",url:"/books/978-85-216-2275-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2275-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Estatística - Atualização da Tecnologia, 11ª edição",author:"TRIOLA, Mario F.",isbn:"978-85-216-2296-3",edition:0,vbkType:"pbk",url:"/books/978-85-216-2296-3",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2296-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à metodologia do trabalho científico: elaboração de trabalhos na graduação, 10ª ",author:"Andrade, Maria Margarida de",isbn:"9788522478392",edition:0,vbkType:"pbk",url:"/books/9788522478392",coverURL:"//covers.vitalbook.com/vbid/9788522478392/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Ortodontia: Série Abeno",author:"JANSON, Guilherme; GARIB, Daniela Gamba; PINZAN, Arnaldo; HENRIQUES, José Fernando C.; FREITAS, Mar",isbn:"9788536701868",edition:0,vbkType:"pbk",url:"/books/9788536701868",coverURL:"//covers.vitalbook.com/vbid/9788536701868/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Pesquisa Operacional, 9ª Edição",author:"HILLIER, Frederick S.; LIEBERMAN, Gerald J. ",isbn:"9788580551198",edition:0,vbkType:"pbk",url:"/books/9788580551198",coverURL:"//covers.vitalbook.com/vbid/9788580551198/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Segurança de Computadores",author:"GOODRICH, Michael T.; TAMASSIA, Roberto ",isbn:"9788540701939",edition:0,vbkType:"pbk",url:"/books/9788540701939",coverURL:"//covers.vitalbook.com/vbid/9788540701939/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à teoria da contabilidade para o nível de graduação, 5ª edição",author:"Iudícibus, Sérgio de; Carlos Marion, José; Faria, Ana Cristina de",isbn:"9788522477944",edition:0,vbkType:"pbk",url:"/books/9788522477944",coverURL:"//covers.vitalbook.com/vbid/9788522477944/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Logística empresarial: uma visão local com pensamento globalizado",author:"Nogueira, Amarildo de Souza",isbn:"9788522477708",edition:0,vbkType:"pbk",url:"/books/9788522477708",coverURL:"//covers.vitalbook.com/vbid/9788522477708/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Apneia Obstrutiva do Sono",author:"SBPT",isbn:"978-85-8114-141-1",edition:0,vbkType:"pbk",url:"/books/978-85-8114-141-1",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-141-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Bronquiectasias",author:"SBPT",isbn:"978-85-8114-143-5",edition:0,vbkType:"pbk",url:"/books/978-85-8114-143-5",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-143-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito Processual Civil",author:"LOURENÇO, Haroldo",isbn:"978-85-309-4671-5",edition:0,vbkType:"pbk",url:"/books/978-85-309-4671-5",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4671-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Equipamentos Elétricos, 4ª edição",author:"MAMEDE FILHO, João",isbn:"978-85-216-2292-5",edition:0,vbkType:"pbk",url:"/books/978-85-216-2292-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2292-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de produção de textos acadêmicos e científicos",author:"Brasileiro, Ada Magaly Matias",isbn:"9788522477562",edition:0,vbkType:"pbk",url:"/books/9788522477562",coverURL:"//covers.vitalbook.com/vbid/9788522477562/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática financeira: uso de calculadoras financeiras, aplicações ao mercado financeiro,\nintrodu",author:"Veras, Lilia Ladeira",isbn:"9788522478545",edition:0,vbkType:"pbk",url:"/books/9788522478545",coverURL:"//covers.vitalbook.com/vbid/9788522478545/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Métricas de Marketing",author:"FARRIS, Paul W.; BENDLE, Neil T.; PFEIFER, Phillip E.; REIBSTEIN, David J. ",isbn:"9788540701410",edition:0,vbkType:"pbk",url:"/books/9788540701410",coverURL:"//covers.vitalbook.com/vbid/9788540701410/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mecânica dos Materiais - Um Sistema Integrado de Ensino, 2ª edição",author:"PHILPOT, Timothy A.",isbn:"978-85-216-2319-9",edition:0,vbkType:"pbk",url:"/books/978-85-216-2319-9",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2319-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Metodologia de ensino na área de negócios: para cursos de administração, gestão, contabilidade ",author:"Marion, José Carlos; Marion, Arnaldo Luís Costa ",isbn:"9788522478521",edition:0,vbkType:"pbk",url:"/books/9788522478521",coverURL:"//covers.vitalbook.com/vbid/9788522478521/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microbiologia e Imunologia Geral e Odontológica - Vol.1 - Série Abeno",author:"SPOLIDORIO, Denise Madalena Palomari; DUQUE, Cristiane",isbn:"9788536701905",edition:0,vbkType:"pbk",url:"/books/9788536701905",coverURL:"//covers.vitalbook.com/vbid/9788536701905/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ministério Público na Constituição Federal: doutrina e jurisprudência: comentários aos artigos",author:"Vasconcelos, Clever",isbn:"9788522475780",edition:0,vbkType:"pbk",url:"/books/9788522475780",coverURL:"//covers.vitalbook.com/vbid/9788522475780/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Modelos Quantitativos em Finanças com enfoque em commodities",author:"AIUBE, Fernando Antonio Lucena ",isbn:"9788565837361",edition:0,vbkType:"pbk",url:"/books/9788565837361",coverURL:"//covers.vitalbook.com/vbid/9788565837361/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nervo Óptico",author:"VILELA, Manuel Augusto Pereira; MONTEIRO, Mário Luiz Ribeiro; PUTZ, Carla; DANTAS, Adalmir Morterá",isbn:"978-85-7006-549-0",edition:0,vbkType:"pbk",url:"/books/978-85-7006-549-0",coverURL:"//covers.vitalbook.com/vbid/978-85-7006-549-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Neuromarketing: a nova pesquisa de comportamento do consumidor",author:"Camargo, Pedro Celso Julião de",isbn:"9788522476961",edition:0,vbkType:"pbk",url:"/books/9788522476961",coverURL:"//covers.vitalbook.com/vbid/9788522476961/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Controle Jurisdicional de Políticas Públicas, 2ª edição",author:"GRINOVER, Ada Pellegrini; WATANABE, Kazuo",isbn:"978-85-309-4742-2",edition:0,vbkType:"pbk",url:"/books/978-85-309-4742-2",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4742-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Livro dos Músculos - Anatomia - Testes - Movimentos",author:"VALERIUS, Klaus-Peter; FRANK, Astrid; KOLSTER, Bernard C.",isbn:"978-85-412-0177-3",edition:0,vbkType:"pbk",url:"/books/978-85-412-0177-3",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0177-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O sistema interamericano de proteção dos direitos humanos e o controle de convencionalidade",author:"Guerra, Sidney",isbn:"9788522476954",edition:0,vbkType:"pbk",url:"/books/9788522476954",coverURL:"//covers.vitalbook.com/vbid/9788522476954/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O&M Integrado à Informática - Uma Obra de Alto Impacto na Modernidade das Organizações, 14ª",author:"CHINELATO FILHO, João",isbn:"978-85-216-2278-9",edition:0,vbkType:"pbk",url:"/books/978-85-216-2278-9",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2278-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Orçamento empresarial: planejamento e controle gerencial, 5ª ediçaõ",author:"Frezatti, Fábio",isbn:"9788522477715",edition:0,vbkType:"pbk",url:"/books/9788522477715",coverURL:"//covers.vitalbook.com/vbid/9788522477715/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Orçamento na administração de empresas: planejamento e controle, 2ª edição",author:"Sanvicente, Antônio Zoratto",isbn:"9788522477999",edition:0,vbkType:"pbk",url:"/books/9788522477999",coverURL:"//covers.vitalbook.com/vbid/9788522477999/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Perícia contábil, 5ª edição",author:"Alberto, Valder Luiz Palombo",isbn:"9788522478026",edition:0,vbkType:"pbk",url:"/books/9788522478026",coverURL:"//covers.vitalbook.com/vbid/9788522478026/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pesquisa de Marketing: Uma Orientação Aplicada",author:" Malhotra, Naresh K.",isbn:"9788540700628",edition:6,vbkType:"pbk",url:"/books/9788540700628",coverURL:"//covers.vitalbook.com/vbid/9788540700628/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pesquisa qualitativa em administração: fundamentos, métodos e usos no Brasil",author:"Takahashi, Adriana Roseli Wünsch (org.)",isbn:"9788522477272",edition:0,vbkType:"pbk",url:"/books/9788522477272",coverURL:"//covers.vitalbook.com/vbid/9788522477272/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Políticas públicas e fundamentos da administração pública: análise e avaliação, governança ",author:"Procopiuck, Mario",isbn:"9788522476978",edition:0,vbkType:"pbk",url:"/books/9788522476978",coverURL:"//covers.vitalbook.com/vbid/9788522476978/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática de Orçamento Empresarial: um exercício programado, 3ª edição",author:"Sobanski, Jaert J.",isbn:"9788522477470",edition:0,vbkType:"pbk",url:"/books/9788522477470",coverURL:"//covers.vitalbook.com/vbid/9788522477470/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática Pediátrica - Endocrinologia",author:"KAPPY, Michael S.; ALLEN, David B.; GEFFNER, Mitchell E. ",isbn:"978-85-277-2266-7",edition:0,vbkType:"pbk",url:"/books/978-85-277-2266-7",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2266-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Práticas de Recursos Humanos – PRH : conceitos, ferramentas e procedimentos",author:"França, Ana Cristina Limongi",isbn:"9788522478507",edition:0,vbkType:"pbk",url:"/books/9788522478507",coverURL:"//covers.vitalbook.com/vbid/9788522478507/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prótese Fixa: Bases para o Planejamento em Reabilitação Oral, 2.ed.",author:"PEGORARO, Luiz Fernando; VALLE, Accácio Lins do; ARAUJO, Carlos dos Reis Pereira de; BONFANTE, Gerso",isbn:"9788536701820",edition:0,vbkType:"pbk",url:"/books/9788536701820",coverURL:"//covers.vitalbook.com/vbid/9788536701820/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prótese Total Convencional - Livro do Estudante",author:"TELLES, Daniel de Moraes",isbn:"978-85-412-0206-0",edition:0,vbkType:"pbk",url:"/books/978-85-412-0206-0",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0206-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios do Processo Civil",author:"DUARTE, Bento Herculano; OLIVEIRA Jr., Zulmar Duarte de",isbn:"978-85-309-4704-0",edition:0,vbkType:"pbk",url:"/books/978-85-309-4704-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4704-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios e Prática do Controle Automático de Processo, 3ª edição",author:"SMITH, Carlos A.; CORRIPIO, Armando B.",isbn:"978-85-216-2256-7",edition:0,vbkType:"pbk",url:"/books/978-85-216-2256-7",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2256-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Principios Básicos de Nefrologia",author:"TITAN, Silvia ",isbn:"9788565852395",edition:0,vbkType:"pbk",url:"/books/9788565852395",coverURL:"//covers.vitalbook.com/vbid/9788565852395/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Produção, Estratégia e Tecnologia: Em Busca da Vantagem Competitiva",author:"HAYES, Robert; PISANO, Gary; UPTON, David; WHEELWRIGTH, Steven C. ",isbn:"9788577802173",edition:0,vbkType:"pbk",url:"/books/9788577802173",coverURL:"//covers.vitalbook.com/vbid/9788577802173/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pronunciamentos contábeis na prática, (v. 1), 2ª edição",author:"Lagioia, Umbelina Cravo Teixeira",isbn:"9788522477265",edition:0,vbkType:"pbk",url:"/books/9788522477265",coverURL:"//covers.vitalbook.com/vbid/9788522477265/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Qualidade de vida no trabalho – QVT : conceitos e práticas nas empresas da sociedade pós-industr",author:"França, Ana Cristina Limongi",isbn:"9788522478514",edition:0,vbkType:"pbk",url:"/books/9788522478514",coverURL:"//covers.vitalbook.com/vbid/9788522478514/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Qualidade em tecnologia da informação: conceitos de qualidade nos processos, produtos, normas, mod",author:"Costa, Ivani et al.",isbn:"9788522478736",edition:0,vbkType:"pbk",url:"/books/9788522478736",coverURL:"//covers.vitalbook.com/vbid/9788522478736/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química Orgânica - Vol. 2, 10ª edição",author:"SOLOMONS, T.W. Graham; FRYHLE, Craig B.",isbn:"978-85-216-2261-1",edition:0,vbkType:"pbk",url:"/books/978-85-216-2261-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2261-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Saúde Coletiva: Métodos Preventivos para Doenças Bucais - Série Abeno: Odontologia Essencial - Temas Interdisciplinares",author:"PEREIRA, Antônio Carlos",isbn:"9788536701981",edition:0,vbkType:"pbk",url:"/books/9788536701981",coverURL:"//covers.vitalbook.com/vbid/9788536701981/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Concursos Públicos - Código Civil na Visão dos Concursos - Artigo por Artigo, 3ª edição",author:"KÜMPEL, Vitor Frederico",isbn:"978-85-309-4719-4",edition:0,vbkType:"pbk",url:"/books/978-85-309-4719-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4719-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Concursos Públicos - Crimes Ambientais para Concursos",author:"AMADO, Frederico Augusto Di Trindade",isbn:"978-85-309-4725-5",edition:0,vbkType:"pbk",url:"/books/978-85-309-4725-5",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4725-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Concursos Públicos - Processo Penal - Questões Comentadas, 2ª edição",author:"AVENA, Norberto Cláudio Pâncaro",isbn:"978-85-309-4689-0",edition:0,vbkType:"pbk",url:"/books/978-85-309-4689-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4689-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Educação - Avaliação Educacional - Da Teoria à Prática",author:"ALVES, Júlia Falivene",isbn:"978-85-216-2249-9",edition:0,vbkType:"pbk",url:"/books/978-85-216-2249-9",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2249-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Gestão Estratégica - Consumidor - Como Elaborar o seu Perfil",author:"ROCHA, Lygia Carvalho",isbn:"978-85-216-2264-2",edition:0,vbkType:"pbk",url:"/books/978-85-216-2264-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2264-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Gestão Estratégica - Criatividade e Inovação - Como Adaptar-se às Mudanças",author:"ROCHA, Lygia Carvalho",isbn:"978-85-216-2263-5",edition:0,vbkType:"pbk",url:"/books/978-85-216-2263-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2263-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Gestão Estratégica - Faces da Decisão - Abordagem Sistêmica do Processo Decisório",author:"PEREIRA, Maria José Lara de Bretas; FONSECA, João Gabriel Marques",isbn:"978-85-216-2276-5",edition:0,vbkType:"pbk",url:"/books/978-85-216-2276-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2276-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Gestão Estratégica - Gestão de Projetos",author:"LIMA, Guilherme Pereira",isbn:"978-85-216-2272-7",edition:0,vbkType:"pbk",url:"/books/978-85-216-2272-7",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2272-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Gestão Estratégica - Inovação Tecnológica - Como Garantir a Modernidade do Negócio",author:"CARRETEIRO, Ronald P.",isbn:"978-85-216-2262-8",edition:0,vbkType:"pbk",url:"/books/978-85-216-2262-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2262-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Gestão Estratégica - Negociação - Como Estabelecer Diálogos Convincentes",author:"DALLEDONNE, Jorge",isbn:"978-85-216-2274-1",edition:0,vbkType:"pbk",url:"/books/978-85-216-2274-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2274-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Gestão Estratégica - Técnicas de Reunião - Como Promover Encontros Produtivos",author:"FUERTH, Leonardo Ribeiro",isbn:"978-85-216-2273-4",edition:0,vbkType:"pbk",url:"/books/978-85-216-2273-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2273-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Gestão Estratégica - Visão Totalizante",author:"DALLEDONNE, Jorge",isbn:"978-85-216-2267-3",edition:0,vbkType:"pbk",url:"/books/978-85-216-2267-3",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2267-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sem Consciência: O Mundo Perturbador dos Psicopatas Que Vivem Entre Nós",author:"HARE, Robert. D. ",isbn:"9788565852609",edition:0,vbkType:"pbk",url:"/books/9788565852609",coverURL:"//covers.vitalbook.com/vbid/9788565852609/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas de informações organizacionais: guia prático para, projetos em cursos de administração",author:"Rezende, Denis Alcides",isbn:"9788522477838",edition:0,vbkType:"pbk",url:"/books/9788522477838",coverURL:"//covers.vitalbook.com/vbid/9788522477838/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas e Aplicações de Energia Alternativa",author:"HODGE, B. K.",isbn:"978-85-216-2257-4",edition:0,vbkType:"pbk",url:"/books/978-85-216-2257-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2257-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnico em Administração: Gestão e Negócios - IFRS",author:"FARIAS, Cláudio V. S. ",isbn:"9788565837712",edition:0,vbkType:"pbk",url:"/books/9788565837712",coverURL:"//covers.vitalbook.com/vbid/9788565837712/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"TEEM - Título de Especialista em Endocrinologia e Metabologia - Questões Comentadas, 2ª edição",author:"LIMA, Josivan Gomes de; SOUSA, André Gustavo P.; TOYOSHIMA, Marcos Tadashi K.",isbn:"978-85-8114-159-6",edition:0,vbkType:"pbk",url:"/books/978-85-8114-159-6",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-159-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teorias da Comunicação de Massa: Série Comunicação, 6ª Edição",author:"MCQUAIL, Denis ",isbn:"9788565848350",edition:0,vbkType:"pbk",url:"/books/9788565848350",coverURL:"//covers.vitalbook.com/vbid/9788565848350/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratamento das Doenças Neurológicas, 3ª edição",author:"MELO-SOUZA, Sebastião Eurico de; PAGLIOLI NETO, Eliseu; CENDES, Fernando",isbn:"978-85-277-2257-5",edition:0,vbkType:"pbk",url:"/books/978-85-277-2257-5",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2257-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Uma Revolução na Produtividade: A Gestão Lucrativa dos Postos de Trabalho",author:"ANTUNES, Junico; KLIPPEL, Altair Flamarion; SEIDEL, André; KLIPPEL, Marcelo ",isbn:"9788565837927",edition:0,vbkType:"pbk",url:"/books/9788565837927",coverURL:"//covers.vitalbook.com/vbid/9788565837927/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"UTI Pediátrica",author:"FIORETTO, José Roberto (editor)",isbn:"978-85-277-2253-7",edition:0,vbkType:"pbk",url:"/books/978-85-277-2253-7",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2253-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:10.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Economia da Estratégia, 5ª Edição",author:"BESANKO, D. ; DRANOVE, D. ; SHANLEY, M. ; SCHAEFER, S. ",isbn:"9788577801299",edition:0,vbkType:"pbk",url:"/books/9788577801299",coverURL:"//covers.vitalbook.com/vbid/9788577801299/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A História da Arquitetura Mundial, 3ª Edição",author:"FAZIO, Michael; MOFFETT, Marian; WODEHOUSE, Lawrence ",isbn:"9788580550382",edition:0,vbkType:"pbk",url:"/books/9788580550382",coverURL:"//covers.vitalbook.com/vbid/9788580550382/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A matemática em sala de aula: Reflexões e Propostas Para os Anos Iniciais do Ensino Fundamental",author:"SMOLE, Katia Stocco; MUNIZ, Cristiano Alberto ",isbn:"9788563899842",edition:0,vbkType:"pbk",url:"/books/9788563899842",coverURL:"//covers.vitalbook.com/vbid/9788563899842/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração - Série A, 2ª Edição",author:"BATEMAN, Thomas S.; SNELL, Scott A. ",isbn:"9788580550825",edition:0,vbkType:"pbk",url:"/books/9788580550825",coverURL:"//covers.vitalbook.com/vbid/9788580550825/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração Contemporânea, 4ª Edição",author:"JONES, Gareth R.; GEORGE, Jennifer M. ",isbn:"9788563308863",edition:0,vbkType:"pbk",url:"/books/9788563308863",coverURL:"//covers.vitalbook.com/vbid/9788563308863/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração da Produção e Operações: O Essencial",author:"JACOBS, F. Robert; CHASE, Richard B. ",isbn:"9788577805181",edition:0,vbkType:"pbk",url:"/books/9788577805181",coverURL:"//covers.vitalbook.com/vbid/9788577805181/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração de Operações e da Cadeia de Suprimentos, 13ª Edição",author:"JACOBS, F. Robert; CHASE, Richard B. ",isbn:"9788580551341",edition:0,vbkType:"pbk",url:"/books/9788580551341",coverURL:"//covers.vitalbook.com/vbid/9788580551341/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração de Sistemas de Informação, 15ª Edição",author:"O'BRIEN, James A.; MARAKAS, George M. ",isbn:"9788580551112",edition:0,vbkType:"pbk",url:"/books/9788580551112",coverURL:"//covers.vitalbook.com/vbid/9788580551112/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração Estratégica de Mercado, 9ª Edição",author:"AAKER, David A. ",isbn:"9788540701588",edition:0,vbkType:"pbk",url:"/books/9788540701588",coverURL:"//covers.vitalbook.com/vbid/9788540701588/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Algebra Linear Contemporânea",author:"ANTON, Howard; BUSBY, Robert C. ",isbn:"9788577800919",edition:0,vbkType:"pbk",url:"/books/9788577800919",coverURL:"//covers.vitalbook.com/vbid/9788577800919/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Análise e Projeto de Circuitos Elétricos Lineares, 6ª Edição",author:"THOMAS, Roland E.; ROSA, Albert J.; TOUSSAINT, Gregory J. ",isbn:"9788577808830",edition:0,vbkType:"pbk",url:"/books/9788577808830",coverURL:"//covers.vitalbook.com/vbid/9788577808830/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Armazenamento e Gerenciamento de Informações: Como armazenar, gerenciar e proteger informações d",author:"SOMASUNDARAM, G.; SHRIVASTAVA, Alok; EMC EDUCATION SERVICES",isbn:"9788577807642",edition:0,vbkType:"pbk",url:"/books/9788577807642",coverURL:"//covers.vitalbook.com/vbid/9788577807642/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"As Medidas do Homem e da Mulher",author:"Henry Dreyfuss Associates",isbn:"9788577801022",edition:0,vbkType:"pbk",url:"/books/9788577801022",coverURL:"//covers.vitalbook.com/vbid/9788577801022/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Atividade econômica e publicidade comparativa: a defesa do consumidor e da concorrência",author:"Rebêlo, Felipe Cesar José Matos",isbn:"9788522474721",edition:0,vbkType:"pbk",url:"/books/9788522474721",coverURL:"//covers.vitalbook.com/vbid/9788522474721/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Autodesck 3ds max 2012 essencial: Série Guia de Treinamento Oficial - Preparação para Certificaç",author:"DERAKHSHANI, Randi L.; DERAKHSHANI, Dariush ",isbn:"9788540700895",edition:0,vbkType:"pbk",url:"/books/9788540700895",coverURL:"//covers.vitalbook.com/vbid/9788540700895/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Autodesk Inventor 2012 e Inventor LT 2012: Essencial - Série Guia de Treinamento Oficial - Preparação para Certificação Autodesk",author:"TREMBLAY, Thom ",isbn:"9788540700871",edition:0,vbkType:"pbk",url:"/books/9788540700871",coverURL:"//covers.vitalbook.com/vbid/9788540700871/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Autodesk Revit Architecture 2012: Essencial - Série Guia de Treinamento Oficial - Preparação para",author:"READ, Phil; KRYGIEL, Eddy ; VANDEZANDE, James ",isbn:"9788540700987",edition:0,vbkType:"pbk",url:"/books/9788540700987",coverURL:"//covers.vitalbook.com/vbid/9788540700987/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Automação Industrial - Pneumática - Teoria e Aplicações",author:"PRUDENTE, Francesco",isbn:"978-85-216-2217-8",edition:0,vbkType:"pbk",url:"/books/978-85-216-2217-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2217-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Avaliação de Educação a Distância e E-learning",author:"RUHE, Valerie; ZUMBO, Bruno D. ",isbn:"9788565848220",edition:0,vbkType:"pbk",url:"/books/9788565848220",coverURL:"//covers.vitalbook.com/vbid/9788565848220/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Biologia Marinha, 8ª Edição",author:"CASTRO, Peter; HUBER, Michael E. ",isbn:"9788580551037",edition:0,vbkType:"pbk",url:"/books/9788580551037",coverURL:"//covers.vitalbook.com/vbid/9788580551037/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código civil comentado: direito das coisas, posse, direitos reais, propriedade, artigos 1.196 a 1.3",author:"Venosa, Sílvio de Salvo",isbn:"9788522477036",edition:0,vbkType:"pbk",url:"/books/9788522477036",coverURL:"//covers.vitalbook.com/vbid/9788522477036/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cinesiologia Clínica e Anatomia, 5ª edição",author:"LIPPERT, Lynn S.",isbn:"978-85-277-2235-3",edition:0,vbkType:"pbk",url:"/books/978-85-277-2235-3",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2235-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção ADRs - Mediação Judicial - Análise da Realidade Brasileira",author:"LUCHIARI, Valeria Ferioli Lagrasta",isbn:"978-85-309-4561-9",edition:0,vbkType:"pbk",url:"/books/978-85-309-4561-9",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4561-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como planejar e executar uma campanha de propaganda, 2ªedição",author:"PÚBLIO, Marcelo Abilio",isbn:"9788522474967",edition:0,vbkType:"pbk",url:"/books/9788522474967",coverURL:"//covers.vitalbook.com/vbid/9788522474967/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como Trabalhar com Sistemas Humanos: Grupos – Casais e Famílias - Empresas",author:"OSORIO, Luiz Carlos ",isbn:"9788565852586",edition:0,vbkType:"pbk",url:"/books/9788565852586",coverURL:"//covers.vitalbook.com/vbid/9788565852586/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Conceitos de computação com Java, 5ª Edição",author:"HORSTMANN, Cay ",isbn:"9788577804078",edition:0,vbkType:"pbk",url:"/books/9788577804078",coverURL:"//covers.vitalbook.com/vbid/9788577804078/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Conceitos de computação com o essencial de C++, 3ª Edição",author:"HORSTMANN, Cay",isbn:"9788577801770",edition:0,vbkType:"pbk",url:"/books/9788577801770",coverURL:"//covers.vitalbook.com/vbid/9788577801770/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controle Estatístico da Qualidade",author:"RAMOS, Edson M. L. S.; ALMEIDA, Silvia dos Santos de; ARAÚJO, Adrilayne dos Reis ",isbn:"9788565837453",edition:0,vbkType:"pbk",url:"/books/9788565837453",coverURL:"//covers.vitalbook.com/vbid/9788565837453/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CURRENT: Medicina de Emergência (Lange), 7ª Edição",author:"STONE, C. Keith; HUMPHERIES, Roger L. ",isbn:"9788580551679",edition:0,vbkType:"pbk",url:"/books/9788580551679",coverURL:"//covers.vitalbook.com/vbid/9788580551679/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dependência de Internet: Manual e Guia de Avaliação e Tratamento",author:"YOUNG, Kimberly S.; ABREU, Cristiano Nabuco de ",isbn:"9788536325958",vbkType:"pbk",url:"/books/9788536325958",coverURL:"//covers.vitalbook.com/vbid/9788536325958/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenho de arquitetura: Técnicas e atalhos que usam tecnologia",author:"LEGGITT, Jim ",isbn:"9788577803880",edition:0,vbkType:"pbk",url:"/books/9788577803880",coverURL:"//covers.vitalbook.com/vbid/9788577803880/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Design de identidade da marca: Guia Essencial para Toda a Equipe de Gestão de Marcas, 3ª Edição",author:"WHEELER, Alina ",isbn:"9788577808212",edition:0,vbkType:"pbk",url:"/books/9788577808212",coverURL:"//covers.vitalbook.com/vbid/9788577808212/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Diabetes Mellitus, 3ª edição",author:"LYRA, Ruy; CAVALCANTI, Ney",isbn:"978-85-8114-116-9",edition:0,vbkType:"pbk",url:"/books/978-85-8114-116-9",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-116-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Constitucional da Empresa",author:"TAVARES, André Ramos ",isbn:"978-85-309-4569-5",edition:0,vbkType:"pbk",url:"/books/978-85-309-4569-5",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4569-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito dos Serviços Públicos, 3ª edição",author:"ARAGÃO, Alexandre Santos de",isbn:"978-85-309-4557-2",edition:0,vbkType:"pbk",url:"/books/978-85-309-4557-2",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4557-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito internacional público",author:"NASSER, Salem H.",isbn:"9788522475223",edition:0,vbkType:"pbk",url:"/books/9788522475223",coverURL:"//covers.vitalbook.com/vbid/9788522475223/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Disputa de Guarda e Visita",author:"CASTRO, Lídia Rosalina Folgueira",isbn:"9788565852814",edition:0,vbkType:"pbk",url:"/books/9788565852814",coverURL:"//covers.vitalbook.com/vbid/9788565852814/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dominando a Terapia Familiar, 2ª Edição",author:"MINUCHIN, Salvador; LEE, Wai-Yung; SIMON, George M. ",isbn:"9788536314839",edition:0,vbkType:"pbk",url:"/books/9788536314839",coverURL:"//covers.vitalbook.com/vbid/9788536314839/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dominando Enterprise Javabeans, 2ª Edição",author:"ROMAN, Ed; AMBLER, Scott W.; JEWELL, Tyler ",isbn:"9788577804061",edition:0,vbkType:"pbk",url:"/books/9788577804061",coverURL:"//covers.vitalbook.com/vbid/9788577804061/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Economia do Trabalho, 5ª Edição",author:"BORJAS, George ",isbn:"9788580550641",edition:0,vbkType:"pbk",url:"/books/9788580550641",coverURL:"//covers.vitalbook.com/vbid/9788580550641/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Economia, 19ª Edição",author:"SAMUELSON, Paul A.; NORDHAUS, William D. ",isbn:"9788580551051",edition:0,vbkType:"pbk",url:"/books/9788580551051",coverURL:"//covers.vitalbook.com/vbid/9788580551051/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educando o profissional reflexivo: Um novo design para o ensino e a aprendizagem",author:"SCHÖN, Donald A. ",isbn:"9788536310121",edition:0,vbkType:"pbk",url:"/books/9788536310121",coverURL:"//covers.vitalbook.com/vbid/9788536310121/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eletrônica: Diodos, Transistores e Amplificadores, 7ª Edição",author:"MALVINO, Albert; BATES, David J. ",isbn:"9788580550504",edition:0,vbkType:"pbk",url:"/books/9788580550504",coverURL:"//covers.vitalbook.com/vbid/9788580550504/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eletromagnetismo aplicado: Abordagem antecipada das linhas de transmissão",author:"WENTWORTH, S.M. ",isbn:"9788577804269",edition:0,vbkType:"pbk",url:"/books/9788577804269",coverURL:"//covers.vitalbook.com/vbid/9788577804269/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfermagem em Terapia Intensiva DeSMiSTiFiCaDa: Um Guia de Aprendizado",author:"TERRY, Cynthia L.; WEAVER, Aurora L. ",isbn:"9788580551754",edition:0,vbkType:"pbk",url:"/books/9788580551754",coverURL:"//covers.vitalbook.com/vbid/9788580551754/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Engenharia Elétrica Ferroviária e Metroviária - Do Trólebus ao Trem de Alta Velocidade",author:"PIRES, Cassiano Lobo",isbn:"978-85-216-2235-2",edition:0,vbkType:"pbk",url:"/books/978-85-216-2235-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2235-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enriqueça o Cérebro: Como Maximizar o Potencial de Aprendizagem de Todos os Alunos",author:"JENSEN, Eric ",isbn:"9788536325156",edition:0,vbkType:"pbk",url:"/books/9788536325156",coverURL:"//covers.vitalbook.com/vbid/9788536325156/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Escoamento Multifásico Isotérmico: Modelos de Multifuidos e de Mistura",author:"ROSA, Eugênio S. ",isbn:"9788540700727",edition:0,vbkType:"pbk",url:"/books/9788540700727",coverURL:"//covers.vitalbook.com/vbid/9788540700727/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Excelência Competitiva - Planejamento Estratégico de Terceira Geração",author:"MAGALHÃES, Marcos Felipe ",isbn:"978-85-216-2203-1",edition:0,vbkType:"pbk",url:"/books/978-85-216-2203-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2203-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Física para Universitários: Eletricidade e Magnetismo",author:"BAUER, Wolfgang; WESTFALL, Gary D.; DIAS, Helio ",isbn:"9788580551266",edition:0,vbkType:"pbk",url:"/books/9788580551266",coverURL:"//covers.vitalbook.com/vbid/9788580551266/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Física para Universitários: Mecânica",author:"BAUER, Wolfgang; WESTFALL, Gary D.; DIAS, Helio ",isbn:"9788580550955",edition:0,vbkType:"pbk",url:"/books/9788580550955",coverURL:"//covers.vitalbook.com/vbid/9788580550955/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Física para Universitários: Relatividade, Oscilações, Ondas e Calor",author:"BAUER, Wolfgang; WESTFALL, Gary D.; DIAS, Helio ",isbn:"9788580551600",edition:0,vbkType:"pbk",url:"/books/9788580551600",coverURL:"//covers.vitalbook.com/vbid/9788580551600/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisioterapia na práitca esportiva: Uma Abordagem Baseada em Competências, 14ª Edição",author:"PRENTICE, William E. ",isbn:"9788580550788",edition:0,vbkType:"pbk",url:"/books/9788580550788",coverURL:"//covers.vitalbook.com/vbid/9788580550788/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fitoacupuntura a Simplicidade e a Força das Plantas como Facilitadora da Saúde",author:"FRANCESCHINI FILHO, Sérgio",isbn:"978-85-412-0157-5",edition:0,vbkType:"pbk",url:"/books/978-85-412-0157-5",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0157-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fragmentos Póstumos - Vol. VI",author:"NIETZSCHE, Friedrich Wilhelm\n",isbn:"978-85-309-4607-4",edition:0,vbkType:"pbk",url:"/books/978-85-309-4607-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4607-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos da Adminsitração Contemporânea, 4ª Edição",author:"JONES, Gareth R.; GEORGE, Jennifer M. ",isbn:"9788580550863",edition:0,vbkType:"pbk",url:"/books/9788580550863",coverURL:"//covers.vitalbook.com/vbid/9788580550863/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos da testagem psicológica",author:"URBINA, Susana",isbn:"9788536312682",edition:0,vbkType:"pbk",url:"/books/9788536312682",coverURL:"//covers.vitalbook.com/vbid/9788536312682/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Administração : manual compacto para as disciplinas TGA e introdução à administr",author:"MAXIMIANO, Antonio Cesar Amaru",isbn:"9788522475865",edition:0,vbkType:"pbk",url:"/books/9788522475865",coverURL:"//covers.vitalbook.com/vbid/9788522475865/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Comportamento Organizacional, 2ª Edição",author:"SCHERMERHORN, John R., Jr.; HUNT, James G.; OSBORN, Richard N. ",isbn:"9788577800087",edition:0,vbkType:"pbk",url:"/books/9788577800087",coverURL:"//covers.vitalbook.com/vbid/9788577800087/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Comunicação Eletrônica: Linhas, Micro-ondas e Antenas, 3ª Edição - volumeume 2",author:"FRENZEL JR., Louis E. ",isbn:"9788580551563",edition:0,vbkType:"pbk",url:"/books/9788580551563",coverURL:"//covers.vitalbook.com/vbid/9788580551563/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Comunicação Eletrônica: Modulação, Demodulação e Recepção, 3ª Edição - vo",author:"FRENZEL JR., Louis E. ",isbn:"9788580551389",edition:0,vbkType:"pbk",url:"/books/9788580551389",coverURL:"//covers.vitalbook.com/vbid/9788580551389/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Eletricidade: Corrente Alternada e Instrumentos de Medição, 7ª Edição - volumeume 2",author:"FOWLER, Richard ",isbn:"9788580551525",edition:0,vbkType:"pbk",url:"/books/9788580551525",coverURL:"//covers.vitalbook.com/vbid/9788580551525/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Eletricidade: Corrente Continua e Magnetismo, 7ª Edição - volumeume 1",author:"FOWLER, Richard ",isbn:"9788580551402",edition:0,vbkType:"pbk",url:"/books/9788580551402",coverURL:"//covers.vitalbook.com/vbid/9788580551402/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Engenharia e Ciência dos Materiais, 5ª Edição",author:"SMITH, William F.; HASHEMI, Javad ",isbn:"9788580551150",edition:0,vbkType:"pbk",url:"/books/9788580551150",coverURL:"//covers.vitalbook.com/vbid/9788580551150/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Informática - Lógica para Computação",author:"BARBIERI FILHO, Plínio; HETEM Jr., Annibal",isbn:"978-85-216-2198-0",edition:0,vbkType:"pbk",url:"/books/978-85-216-2198-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2198-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Projeto de Edificações Sustentáveis",author:"KEELER, Marian; BURKE, Bill ",isbn:"9788577807338",edition:0,vbkType:"pbk",url:"/books/9788577807338",coverURL:"//covers.vitalbook.com/vbid/9788577807338/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gerenciamento de Projetos Orientado pelo Valor",author:"KERZNER, Harold; SALADIS, Frank P. ",isbn:"9788577809219",edition:0,vbkType:"pbk",url:"/books/9788577809219",coverURL:"//covers.vitalbook.com/vbid/9788577809219/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão estratégica da tecnologia da informação : conceitos, metodologias, planejamento e\navalia",author:"AKABANE, Getulio K.",isbn:"9788522475803",edition:0,vbkType:"pbk",url:"/books/9788522475803",coverURL:"//covers.vitalbook.com/vbid/9788522475803/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Recursos Humanos, 10ª Edição",author:"IVANCEVICH, John M. ",isbn:"9788563308825",edition:0,vbkType:"pbk",url:"/books/9788563308825",coverURL:"//covers.vitalbook.com/vbid/9788563308825/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Tecnologias Emergentes",author:"DAY, George S.; SCHOEMAKER, Paul J.H.; GUNTHER, Robert E. ",isbn:"9788577807055",edition:0,vbkType:"pbk",url:"/books/9788577807055",coverURL:"//covers.vitalbook.com/vbid/9788577807055/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão dos Números Certos: Uma Novela sobre a Transformação da Contabilidade Gerencial para as E",author:"COGAN, Samuel ",isbn:"9788540700529",edition:0,vbkType:"pbk",url:"/books/9788540700529",coverURL:"//covers.vitalbook.com/vbid/9788540700529/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Hematologia - Métodos e Interpretação - Série Análises Clínicas e Toxicológicas",author:"SANTOS, Paulo Caleb Júnior de Lima ",isbn:"978-85-412-0144-5",edition:0,vbkType:"pbk",url:"/books/978-85-412-0144-5",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0144-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Heróis do Xadrez Clássico:Aprenda com Carlsen, Anand, Fischer, Smyslov & Rubinstein",author:"PRITCHETT, Craig ",isbn:"9788565848053",edition:0,vbkType:"pbk",url:"/books/9788565848053",coverURL:"//covers.vitalbook.com/vbid/9788565848053/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Instituições de Direito Penal - Parte Geral, 4ª edição",author:"REALE Jr., Miguel",isbn:"978-85-309-4536-7",edition:0,vbkType:"pbk",url:"/books/978-85-309-4536-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4536-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Inteligencias Multiplas",author:"GARDNER, Howard; CHEN, Jie-Qi ; MORAN, Seana ",isbn:"9788536323572",edition:0,vbkType:"pbk",url:"/books/9788536323572",coverURL:"//covers.vitalbook.com/vbid/9788536323572/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Administração, 8ª edição",author:"MAXIMIANO, Antonio Cesar Amaru\n",isbn:"9788522475872",edition:0,vbkType:"pbk",url:"/books/9788522475872",coverURL:"//covers.vitalbook.com/vbid/9788522475872/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Engenharia: Uma Abordagem Baseada Em Projeto, 3ª Edição",author:"DYM, Clive; LITTLE, Patrick; ORWIN, Elizabeth; SPJUT, Erik ",isbn:"9788577806867",edition:0,vbkType:"pbk",url:"/books/9788577806867",coverURL:"//covers.vitalbook.com/vbid/9788577806867/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei de Drogas - Comentada - artigo por artigo, 3ª edição",author:"MENDONÇA, Andrey Borges de; CARVALHO, Paulo Roberto Galvão de ",isbn:"978-85-309-4559-6",edition:0,vbkType:"pbk",url:"/books/978-85-309-4559-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4559-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Tipografia: A História, a Técnica e a Arte, 2ª Edição",author:"CLAIR, Kate; BUSIC-SNYDER, Cynthia",isbn:"9788577804559",edition:0,vbkType:"pbk",url:"/books/9788577804559",coverURL:"//covers.vitalbook.com/vbid/9788577804559/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual Prático dos Tabeliães, 12ª edição",author:"MOTTA, Carlos Alberto",isbn:"978-85-309-4532-9",edition:0,vbkType:"pbk",url:"/books/978-85-309-4532-9",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4532-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing - Série A, 2ª Edição",author:"GREWAL, Dhruv; LEVY, Michael ",isbn:"9788580550849",edition:0,vbkType:"pbk",url:"/books/9788580550849",coverURL:"//covers.vitalbook.com/vbid/9788580550849/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing Estratégico para a Área da Saúde",author:"KOTLER, Philip; SHALOWITZ, Joel; STEVENS, Robert J. ",isbn:"9788577806126",edition:0,vbkType:"pbk",url:"/books/9788577806126",coverURL:"//covers.vitalbook.com/vbid/9788577806126/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing: conceitos, ideias e tendências",author:"Zenone, Luiz Claudio",isbn:"9788522476428",edition:0,vbkType:"pbk",url:"/books/9788522476428",coverURL:"//covers.vitalbook.com/vbid/9788522476428/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mecânica Vetorial para Engenheiros: Dinâmica, 9ª Edição",author:"BEER, Ferdinand P.; JOHNSTON JR., E. Russel; CORNWELL, Phillip J. ",isbn:"9788580551440",edition:0,vbkType:"pbk",url:"/books/9788580551440",coverURL:"//covers.vitalbook.com/vbid/9788580551440/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mecânica Vetorial para Engenheiros: Estática, 9ª Edição",author:"BEER, Ferdinand P.; JOHNSTON JR,.E. Russel; MAZUREK, David F.; EISENBERG, Elliot R. ",isbn:"9788580550481",edition:0,vbkType:"pbk",url:"/books/9788580550481",coverURL:"//covers.vitalbook.com/vbid/9788580550481/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Metodologia de Pesquisa em Psicologia, 9ª Edição",author:"SHAUGHNESSY, John J.; ZECHMEISTER, Eugene B.; ZECHMEISTER, Jeanne S. ",isbn:"9788580551013",edition:0,vbkType:"pbk",url:"/books/9788580551013",coverURL:"//covers.vitalbook.com/vbid/9788580551013/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microsoft Office Excel 2003: Básico",author:"Microsoft Official Academic Course",isbn:"9788577801442",edition:0,vbkType:"pbk",url:"/books/9788577801442",coverURL:"//covers.vitalbook.com/vbid/9788577801442/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microsoft Office Power Point 2003: Básico",author:"Microsoft Official Academic Course",isbn:"9788577801251",edition:0,vbkType:"pbk",url:"/books/9788577801251",coverURL:"//covers.vitalbook.com/vbid/9788577801251/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microsoft Office Word 2003: Básico",author:"Microsoft Official Academic Course",isbn:"9788577800889",edition:0,vbkType:"pbk",url:"/books/9788577800889",coverURL:"//covers.vitalbook.com/vbid/9788577800889/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Negociação, Mediação e Arbitragem - Curso Básico para Programas de Graduação em Direito",author:"SALLES, Carlos Alberto de; LORENCINI, Marco Antônio Garcia Lopes; SILVA, Paulo Eduardo Alves da",isbn:"978-85-309-4565-7",edition:0,vbkType:"pbk",url:"/books/978-85-309-4565-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4565-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Aluno Virtual: Um Guia para Trabalhar com Estudantes On-line",author:"PALLOFF, Rena M.; PRATT, Keith ",isbn:"9788536311494",edition:0,vbkType:"pbk",url:"/books/9788536311494",coverURL:"//covers.vitalbook.com/vbid/9788536311494/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Ciclo da Vida Humana, 2ª Edição",author:"EIZIRIK, Cláudio L.; BASSOLS, Ana Margareth S. ",isbn:"9788565852456",edition:0,vbkType:"pbk",url:"/books/9788565852456",coverURL:"//covers.vitalbook.com/vbid/9788565852456/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O direito de ingresso do estrangeiro [livro eletrônico]: a circulação das pessoas pelo mundo do c",author:"Vedovato, Luís Renato",isbn:"9788522474936",edition:0,vbkType:"pbk",url:"/books/9788522474936",coverURL:"//covers.vitalbook.com/vbid/9788522474936/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Instrutor Online: Estratégias Para a Excelência Profissional",author:"PALLOFF, Rena M.; PRATT, Keith ",isbn:"9788565848152",edition:0,vbkType:"pbk",url:"/books/9788565848152",coverURL:"//covers.vitalbook.com/vbid/9788565848152/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Modelo Toyota de Melhoria Contínua: Estratégia + Experiência Operacional = Desempenho Superior",author:"LIKER, Jeffrey K.; FRANZ, James K. ",isbn:"9788540701953",edition:0,vbkType:"pbk",url:"/books/9788540701953",coverURL:"//covers.vitalbook.com/vbid/9788540701953/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Que os Executivos Precisam Saber Sobre Gerenciamento de Projetos",author:"KERZNER, Harold; SALADIS, Frank P. ",isbn:"9788577808809",edition:0,vbkType:"pbk",url:"/books/9788577808809",coverURL:"//covers.vitalbook.com/vbid/9788577808809/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Que os Gerentes Precisam Saber Sobre Projetos",author:"KERZNER, Harold; SALADIS, Frank P. ",isbn:"9788577808816",edition:0,vbkType:"pbk",url:"/books/9788577808816",coverURL:"//covers.vitalbook.com/vbid/9788577808816/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ortodontia Interceptiva: Protocolo de Tratamento em Duas Fases",author:"Silva Filho, Omar Gabriel da; Garib, Daniela Gamba; Lara, Tulio Silva",isbn:"9788536701783",edition:1,vbkType:"pbk",url:"/books/9788536701783",coverURL:"//covers.vitalbook.com/vbid/9788536701783/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Padrões de projetos EJB: Padrões Avançados, Processos e Idiomas",author:"MARINESCU, Floyd ",isbn:"9788577804283",edition:0,vbkType:"pbk",url:"/books/9788577804283",coverURL:"//covers.vitalbook.com/vbid/9788577804283/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Personalidade: Teoria e Pesquisa, 8ª Edição",author:"PERVIN, Lawrence A. ; JOHN, Oliver P.",isbn:"9788536315324",edition:0,vbkType:"pbk",url:"/books/9788536315324",coverURL:"//covers.vitalbook.com/vbid/9788536315324/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento de Espaços Internos, 3ª Edição",author:"KARLEN, Mark ",isbn:"9788577807369",vbkType:"pbk",url:"/books/9788577807369",coverURL:"//covers.vitalbook.com/vbid/9788577807369/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Por Que os Alunos não Gostam da Escola? Respostas da Ciência Cognitiva para Tornar a Sala de Aula mais Atrativa e Efetiva",author:"WILLINGHAM, Daniel T.",isbn:"9788536325323",edition:0,vbkType:"pbk",url:"/books/9788536325323",coverURL:"//covers.vitalbook.com/vbid/9788536325323/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Práticas dos inovadores : tudo que você precisa saber para começar\na inovar",author:"CARLOMAGNO, Maximiliano Selistre; SCHERER, Felipe Ost ",isbn:"9788522475179",edition:0,vbkType:"pbk",url:"/books/9788522475179",coverURL:"//covers.vitalbook.com/vbid/9788522475179/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios de Economia, 4ª Edição",author:"FRANK, Robert H.; BERNANKE, Ben S. ",isbn:"9788580550979",edition:0,vbkType:"pbk",url:"/books/9788580550979",coverURL:"//covers.vitalbook.com/vbid/9788580550979/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios de Geologia: Técnicas, modelos e teorias, 14ª edição",author:"POMEROL, Charles; LAGABRIELLE, Yves; RENARD, Maurice; GUILLOT, Stéphane ",isbn:"9788565837804",edition:0,vbkType:"pbk",url:"/books/9788565837804",coverURL:"//covers.vitalbook.com/vbid/9788565837804/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Probabilidade e Estatística para Ciências Exatas",author:"NAVIDI, William ",isbn:"9788580550740",edition:0,vbkType:"pbk",url:"/books/9788580550740",coverURL:"//covers.vitalbook.com/vbid/9788580550740/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Projetando com Maquetes, 2ª Edição",author:"MILLS, Criss B. ",isbn:"9788577801589",edition:0,vbkType:"pbk",url:"/books/9788577801589",coverURL:"//covers.vitalbook.com/vbid/9788577801589/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Promoção de Saúde Bucal em Pacientes Ortodônticos",author:"MONTENEGRO, Melissa Figueiredo; CRUZ, Roberval de Almeida",isbn:"978-85-412-0153-7",edition:0,vbkType:"pbk",url:"/books/978-85-412-0153-7",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0153-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Qualidade - Gestão e Métodos",author:"TOLEDO, José Carlos de; BORRÁS, Miguel Ángel Aires; MERGULHÃO, Ricardo Coser; MENDES, Glauco Henriqu",isbn:"978-85-216-2195-9",edition:0,vbkType:"pbk",url:"/books/978-85-216-2195-9",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2195-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química Analítica: Práticas de Laboratório - Série Tekne",author:"ROSA, Gilber; GAUTO, Marcelo; GONÇALVES, Fábio ",isbn:"9788565837705",edition:0,vbkType:"pbk",url:"/books/9788565837705",coverURL:"//covers.vitalbook.com/vbid/9788565837705/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química Industrial",author:"GAUTO, Marcelo; ROSA, Gilber ",isbn:"9788565837613",edition:0,vbkType:"pbk",url:"/books/9788565837613",coverURL:"//covers.vitalbook.com/vbid/9788565837613/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"REFORMA ADMINISTRATIVA, 4ª edição",author:"MORAES, Alexandre de",isbn:"9788522474455",edition:0,vbkType:"pbk",url:"/books/9788522474455",coverURL:"//covers.vitalbook.com/vbid/9788522474455/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Relevância de Marca: Como Deixar Seus Concorrentes para Trás",author:"AAKER, David A. ",isbn:"9788577808458",edition:0,vbkType:"pbk",url:"/books/9788577808458",coverURL:"//covers.vitalbook.com/vbid/9788577808458/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Resorts: Administração e Operação",author:"MILL, Robert Christie ",isbn:"9788577806850",edition:0,vbkType:"pbk",url:"/books/9788577806850",coverURL:"//covers.vitalbook.com/vbid/9788577806850/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Responsabilidade civil pela perda de uma chance: uma análise do direito comparado e brasileiro, 3ª",author:"Silva, Rafael Peteffi da",isbn:"9788522475360",edition:0,vbkType:"pbk",url:"/books/9788522475360",coverURL:"//covers.vitalbook.com/vbid/9788522475360/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Responsabilidade no Trabalho: Como agem (ou não) os profissionais responsáveis",author:"GARDNER, Howard ",isbn:"9788577803835",edition:0,vbkType:"pbk",url:"/books/9788577803835",coverURL:"//covers.vitalbook.com/vbid/9788577803835/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Roitt | Fundamentos de Imunologia, 12ª edição",author:"DELVES, Peter J.; MARTIN, Seamus J.; BURTON, Dennis R.; ROITT, Ivan M.",isbn:"978-85-277-2225-4",edition:0,vbkType:"pbk",url:"/books/978-85-277-2225-4",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2225-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Educação - Psicologia da Educação",author:"GAMEZ, Luciano",isbn:"978-85-216-2240-6",edition:0,vbkType:"pbk",url:"/books/978-85-216-2240-6",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2240-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas de Controle Gerencial, 12ª Edição",author:"ANTHONY, Robert N.; GOVINDARAJAN, Vijay ",isbn:"9788563308856",edition:0,vbkType:"pbk",url:"/books/9788563308856",coverURL:"//covers.vitalbook.com/vbid/9788563308856/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas de Informação - Série A",author:"BALTZAN, Paige; PHILLIPS, Amy ",isbn:"9788580550764",edition:0,vbkType:"pbk",url:"/books/9788580550764",coverURL:"//covers.vitalbook.com/vbid/9788580550764/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sol, Vento e Luz: Estratégias para o Projeto de Arquitetura, 2ª Edição",author:"BROWN, G.Z.; DEKAY, Mark ",isbn:"9788577800902",edition:0,vbkType:"pbk",url:"/books/9788577800902",coverURL:"//covers.vitalbook.com/vbid/9788577800902/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"SOS Doutor - Emergências Cirúrgicas em Pronto-Socorro",author:"REIS, Phillipe Geraldo Teixeira de Abreu",isbn:"978-85-8114-121-3",edition:0,vbkType:"pbk",url:"/books/978-85-8114-121-3",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-121-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Superando Expectativas de Retorno com EBM",author:"COPELAND, Tom; DOLGOFF, Aaron",isbn:"9788577802944",edition:0,vbkType:"pbk",url:"/books/9788577802944",coverURL:"//covers.vitalbook.com/vbid/9788577802944/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Táticas de Xeque-Mate",author:"KASPAROV, Garry ",isbn:"9788563899552",edition:0,vbkType:"pbk",url:"/books/9788563899552",coverURL:"//covers.vitalbook.com/vbid/9788563899552/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria geral da administração: da revolução urbana à revolução digital, 7ª edição",author:"Maximiano, Antonio Cesar Amaru",isbn:"9788522475896",edition:0,vbkType:"pbk",url:"/books/9788522475896",coverURL:"//covers.vitalbook.com/vbid/9788522475896/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teorias da personalidade, 4ª Edição",author:"HALL, Calvin S.; LINDZEY, Gardner; CAMPBELL, John B. ",isbn:"9788536307893",edition:0,vbkType:"pbk",url:"/books/9788536307893",coverURL:"//covers.vitalbook.com/vbid/9788536307893/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tranferência de Calor e Massa: Uma Abordagem Prática, 4ª Edição",author:"ÇENGEL, Yunus A.; GHAJAR, Afshin J. ",isbn:"9788580551280",edition:0,vbkType:"pbk",url:"/books/9788580551280",coverURL:"//covers.vitalbook.com/vbid/9788580551280/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Traumatismo na Dentição Decídua - Prevenção, Diagnóstico e Tratamento, 2ª edição",author:"KRAMER, Paulo Floriano; FELDENS; Carlos Alberto",isbn:"978-85-412-0120-9",edition:0,vbkType:"pbk",url:"/books/978-85-412-0120-9",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0120-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Uma Teoria da Justiça, de John Rawls: Série Explorando Grandes Autores",author:"LOVETT, Frank ",isbn:"9788565848237",edition:0,vbkType:"pbk",url:"/books/9788565848237",coverURL:"//covers.vitalbook.com/vbid/9788565848237/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Via Permanente Aplicada - Guia Teórico e Prático",author:"STEFFLER, Fábio",isbn:"978-85-216-2234-5",edition:0,vbkType:"pbk",url:"/books/978-85-216-2234-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2234-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Wavefront & Topografia, Tomografia e Biomecânica da Córnea, 2ª edição",author:"AMBRÓSIO Jr., Renato ",isbn:"978-85-7006-541-4",edition:0,vbkType:"pbk",url:"/books/978-85-7006-541-4",coverURL:"//covers.vitalbook.com/vbid/978-85-7006-541-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Zollinger - Atlas de Cirurgia, 9ª edição",author:"ZOLLINGER, Robert Milton; ELLISON, E. Christopher",isbn:"978-85-277-2246-9",edition:0,vbkType:"pbk",url:"/books/978-85-277-2246-9",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2246-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:09.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"50 Casos Clínicos que todos Ginecologistas e Obstetras devem Conhecer",author:"CARVALHO, Luiz Fernando Pina de; KORKES, Henri Augusto; SASS, Nelson; ABRÃO, Maurício Simões",isbn:"978-85-8114-114-5",edition:0,vbkType:"pbk",url:"/books/978-85-8114-114-5",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-114-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Decisão de Investir - Métodos e Modelos para Avaliação Econômica",author:"ANDRADE, Eduardo Leopoldino de",isbn:"978-85-216-2190-4",edition:0,vbkType:"pbk",url:"/books/978-85-216-2190-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2190-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Gestão da Cadeia de Suprimentos da Toyota: Uma abordagem estratégica aos princípios do sistema ",author:"IYER, Ananth V.; SESHADRI, Sridhar; VASHER, Roy ",isbn:"9788577807635",edition:0,vbkType:"pbk",url:"/books/9788577807635",coverURL:"//covers.vitalbook.com/vbid/9788577807635/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Transformação do RH: Construindo os Recursos Humanos de Fora para Dentro",author:"ULRICH, Dave; ALLEN, Justin; BROCKBANK, Wayne ",isbn:"9788577808434",edition:0,vbkType:"pbk",url:"/books/9788577808434",coverURL:"//covers.vitalbook.com/vbid/9788577808434/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"AGÊNCIAS REGULADORAS",author:" MORAES, Alexandre De (Org.) ",isbn:"9788522474417",edition:0,vbkType:"pbk",url:"/books/9788522474417",coverURL:"//covers.vitalbook.com/vbid/9788522474417/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Algebra Linear - Coleção Schaum, 4ª edição",author:"LIPSCHUTZ, Seymour; LIPSON, Marc ",isbn:"9788540700413",edition:0,vbkType:"pbk",url:"/books/9788540700413",coverURL:"//covers.vitalbook.com/vbid/9788540700413/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Análises de RNA, Proteínas e Metabólitos - Metodologia e Procedimentos Técnicos",author:"VERLENGIA, Rozângela",isbn:"978-85-412-0112-4",edition:0,vbkType:"pbk",url:"/books/978-85-412-0112-4",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0112-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anestesia Logorregional em Pequenos Animais",author:"KLAUMANN, Paulo Roberto; OTERO, Pablo Ezequiel",isbn:"978-85-412-0140-7",edition:0,vbkType:"pbk",url:"/books/978-85-412-0140-7",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0140-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"As Bases Farmacológicas da Terapêutica de Goodman & Gilman, 12ª edição",author:"BRUNTON, Laurence L.; CHABNER, Bruce A.; KNOLLMANN, Björn C. ",isbn:"9788580551174",edition:0,vbkType:"pbk",url:"/books/9788580551174",coverURL:"//covers.vitalbook.com/vbid/9788580551174/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Atmosfera, Tempo e Clima, 9ª edição",author:"BARRY, Roger G.; CHORLEY, Richard J.",isbn:"9788565837392",edition:0,vbkType:"pbk",url:"/books/9788565837392",coverURL:"//covers.vitalbook.com/vbid/9788565837392/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"ÉTICA E QUALIDADE NO TURISMO DO BRASIL",author:"CÍNTIA REJANE MÖLLER ARAUJO ",isbn:"9788522472130",edition:0,vbkType:"pbk",url:"/books/9788522472130",coverURL:"//covers.vitalbook.com/vbid/9788522472130/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ética em turismo e hotelaria",author:"KANAANE, Roberto; SEVERINO, Fátima Regina Giannasi",isbn:"9788522475148",edition:0,vbkType:"pbk",url:"/books/9788522475148",coverURL:"//covers.vitalbook.com/vbid/9788522475148/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Biomateriais - Fundamentos & Aplicações",author:"ORÉFICE, Rodrigo Lambert; PEREIRA, Marivalda de Magalhães; MANSUR, Herman Sander",isbn:"978-85-7006-542-1",edition:0,vbkType:"pbk",url:"/books/978-85-7006-542-1",coverURL:"//covers.vitalbook.com/vbid/978-85-7006-542-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Biossegurança e Controle de Infecções - Risco Sanitário Hospitalar, 2ª edição",author:"HINRICHSEN, Sylvia Lemos",isbn:"978-85-277-2216-2",edition:0,vbkType:"pbk",url:"/books/978-85-277-2216-2",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2216-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cadeia de Suprimentos Projeto e Gestão, 3ª edição",author:"SIMCHI-LEVI, David; KAMINSKY, Philip; SIMCHI-LEVI, Edith ",isbn:"9788577806638",edition:0,vbkType:"pbk",url:"/books/9788577806638",coverURL:"//covers.vitalbook.com/vbid/9788577806638/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coach de Ouro: Como Alcançar o Sucesso em uma Atividade Atraente e Rentável",author:"WEISS, Alan ",isbn:"9788540701113",edition:0,vbkType:"pbk",url:"/books/9788540701113",coverURL:"//covers.vitalbook.com/vbid/9788540701113/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Rubens Limongi - Da Responsabilidade Civil do Condutor de Veículo Automotor - Vol. 11",author:"CABRAL, Marcelo Marques",isbn:"978-85-309-4453-7",edition:0,vbkType:"pbk",url:"/books/978-85-309-4453-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4453-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao Código de Trânsito Brasileiro",author:"SOBRINHO, José Almeida",isbn:"978-85-309-4440-7",edition:0,vbkType:"pbk",url:"/books/978-85-309-4440-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4440-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao Estatuto da Criança e do Adolescente, 8ª edição",author:"TAVARES, José de Farias",isbn:"978-85-309-4438-4",edition:0,vbkType:"pbk",url:"/books/978-85-309-4438-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4438-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao Novo Código Civil - Vol. XVIII, 2ª edição",author:"TEIXEIRA, Sálvio de Figueiredo",isbn:"978-85-309-4455-1",edition:0,vbkType:"pbk",url:"/books/978-85-309-4455-1",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4455-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como fazer apresentações em eventos acadêmicos e empresariais: linguagem verbal, comunicação co",author:"Maria Helena da Nóbrega",isbn:"9788522469949",edition:0,vbkType:"pbk",url:"/books/9788522469949",coverURL:"//covers.vitalbook.com/vbid/9788522469949/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Competitividade e negócios eletrônicos : experiências de empresas brasileiras",author:"VASCONCELLOS, Eduardo (Coord.)\n",isbn:"9788522474110",edition:0,vbkType:"pbk",url:"/books/9788522474110",coverURL:"//covers.vitalbook.com/vbid/9788522474110/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Complexidade e aprendizagem : a dinâmica não linear do conhecimento",author:"DEMO, Pedro",isbn:"9788522466160",edition:0,vbkType:"pbk",url:"/books/9788522466160",coverURL:"//covers.vitalbook.com/vbid/9788522466160/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comportamento humano nas organizações: o homem rumo ao século XXI, 2ª edição",author:"Kanaane, Roberto",isbn:"9788522475155",edition:0,vbkType:"pbk",url:"/books/9788522475155",coverURL:"//covers.vitalbook.com/vbid/9788522475155/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comunicação Pública: estado, mercado, sociedade e interesse público, 3ª edição",author:"Duarte, Jorge (Org.)",isbn:"9788522475063",edition:0,vbkType:"pbk",url:"/books/9788522475063",coverURL:"//covers.vitalbook.com/vbid/9788522475063/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Consultor de Ouro: Guia Profissional para a Construção de uma Carreira, 4ª edição",author:"WEISS, Alan ",isbn:"9788540701151",edition:0,vbkType:"pbk",url:"/books/9788540701151",coverURL:"//covers.vitalbook.com/vbid/9788540701151/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contratos internacionais : teoria e prática",author:"CÁRNIO, Thaís Cíntia\n",isbn:"9788522474103",edition:0,vbkType:"pbk",url:"/books/9788522474103",coverURL:"//covers.vitalbook.com/vbid/9788522474103/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cosmiatria e Laser - Prática no Consultório Médico",author:"MATEUS, Andréia; PALERMO, Eliandre",isbn:"978-85-8114-093-3",edition:0,vbkType:"pbk",url:"/books/978-85-8114-093-3",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-093-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CURRENT Diagnóstico e Tratamento: Nefrologia e Hipertensão",author:"LERMA, Edgar V.; BERNS, Jeffrey S.; NISSENSON, Allen R. ",isbn:"9788580550689",edition:0,vbkType:"pbk",url:"/books/9788580550689",coverURL:"//covers.vitalbook.com/vbid/9788580550689/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Current Essência da Medicina, 4ª edição",author:"TIERNEY JR., Lawrence M.; SAINT,Sanjay; WHOOLEY, Mary A. ",isbn:"9788580550726",edition:0,vbkType:"pbk",url:"/books/9788580550726",coverURL:"//covers.vitalbook.com/vbid/9788580550726/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CURRENT Procedimentos: Cirurgia",author:"MINTER, Rebecca M.; DOHERTY, Gerard M. ",isbn:"9788580550658",edition:0,vbkType:"pbk",url:"/books/9788580550658",coverURL:"//covers.vitalbook.com/vbid/9788580550658/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CURRENT: Medicina do Esporte (Lange)",author:"MCMAHON, Patrick J.",isbn:"9788563308818",edition:0,vbkType:"pbk",url:"/books/9788563308818",coverURL:"//covers.vitalbook.com/vbid/9788563308818/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CURRENT: Pediatria (Lange): Diagnóstico e Tratamento, 20ª edição",author:"HAY, William W.; LEVIN, Myron J.; SONDHEIMER, Judith M.; DETERDING, Robin R. ",isbn:"9788580550993",edition:0,vbkType:"pbk",url:"/books/9788580550993",coverURL:"//covers.vitalbook.com/vbid/9788580550993/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de contabilidade de custos: livro de exercícios, 2ª edição",author:"LEONE, Geroge Sebastião Guerra",isbn:"9788522471706",edition:0,vbkType:"pbk",url:"/books/9788522471706",coverURL:"//covers.vitalbook.com/vbid/9788522471706/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CUSTOS DA QUALIDADE, 2ª edição",author:"ROBLES JR., Antonio ",isbn:"9788522474165",edition:0,vbkType:"pbk",url:"/books/9788522474165",coverURL:"//covers.vitalbook.com/vbid/9788522474165/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Depressão: Teoria e Clínica",author:"QUEVEDO, João; SILVA, Antônio Geraldo da; Associação Brasileira de Psiquiatria - ABP",isbn:"9788565852340",edition:0,vbkType:"pbk",url:"/books/9788565852340",coverURL:"//covers.vitalbook.com/vbid/9788565852340/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dicionário jurídico de termos contratuais: inglês – português",author:"CÁRNIO, Thaís Cíntia\n",isbn:"9788522474097",edition:0,vbkType:"pbk",url:"/books/9788522474097",coverURL:"//covers.vitalbook.com/vbid/9788522474097/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"DINÂMICA DE GRUPO: TEORIAS E SISTEMAS, 5ª edição",author:"MINICUCCI, Agostinho",isbn:"9788522470167",edition:0,vbkType:"pbk",url:"/books/9788522470167",coverURL:"//covers.vitalbook.com/vbid/9788522470167/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito de Família - Uma Abordagem Psicanalítica, 4ª edição",author:"PEREIRA, Rodrigo da Cunha",isbn:"978-85-309-4413-1",edition:0,vbkType:"pbk",url:"/books/978-85-309-4413-1",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4413-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direitos Reais, 21ª edição",author:"GOMES, Orlando",isbn:"978-85-309-4392-9",edition:0,vbkType:"pbk",url:"/books/978-85-309-4392-9",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4392-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"E-learning e educação a distância : guia prático para implantação e uso de\nsistemas abertos",author:"SEIXAS, Carlos Alberto; Mendes, Isabel Amélia Costa",isbn:"9788522465972",edition:0,vbkType:"pbk",url:"/books/9788522465972",coverURL:"//covers.vitalbook.com/vbid/9788522465972/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educação e Promoção da Saúde - Teoria e Prática",author:"PELICIONI, Maria Cecília Focesi; MIALHE, Fábio Luiz",isbn:"978-85-412-0106-3",edition:0,vbkType:"pbk",url:"/books/978-85-412-0106-3",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0106-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Elementos da Natureza e Propriedades dos Solos",author:"BRADY, Nyle C.; WEIL, Ray R. ",isbn:"9788565837798",edition:0,vbkType:"pbk",url:"/books/9788565837798",coverURL:"//covers.vitalbook.com/vbid/9788565837798/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eletricidade básica - Coleção Schaum, 2ª edição",author:"GUSSOW, Milton",isbn:"9788577804290",edition:0,vbkType:"pbk",url:"/books/9788577804290",coverURL:"//covers.vitalbook.com/vbid/9788577804290/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Endocrinologia Feminina e Andrologia",author:"CLAPAUCH, Ruth",isbn:"978-85-8114-104-6",edition:0,vbkType:"pbk",url:"/books/978-85-8114-104-6",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-104-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfermagem materna e do recém-nascido desmistificada",author:"JOHNSON, Joyce Y. ",isbn:"9788580550634",edition:0,vbkType:"pbk",url:"/books/9788580550634",coverURL:"//covers.vitalbook.com/vbid/9788580550634/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfermagem na UTI Neonatal, 5ª edição",author:"TAMEZ, Raquel Nascimento",isbn:"978-85-277-2220-9",edition:0,vbkType:"pbk",url:"/books/978-85-277-2220-9",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2220-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Equações Diferenciais, 3ª edição",author:"BRONSON, Richar; COSTA, Gabriel ",isbn:"9788577802982",edition:0,vbkType:"pbk",url:"/books/9788577802982",coverURL:"//covers.vitalbook.com/vbid/9788577802982/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estatística - Coleção Schaum, 4ª edição",author:"SPIEGEL, Murray R.; STEPHENS, Larry J. ",isbn:"9788577805204",edition:0,vbkType:"pbk",url:"/books/9788577805204",coverURL:"//covers.vitalbook.com/vbid/9788577805204/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estatística Aplicada, 2ª edição",author:"MARTINS, Gilberto De Andrade;Toledo, Geraldo Luciano; FONSECA, Jairo Simon Da",isbn:"9788522465736",edition:0,vbkType:"pbk",url:"/books/9788522465736",coverURL:"//covers.vitalbook.com/vbid/9788522465736/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estratégias de marketing digital e E-commerce",author:"TURCHI, Sandra R.",isbn:"9788522474899",edition:0,vbkType:"pbk",url:"/books/9788522474899",coverURL:"//covers.vitalbook.com/vbid/9788522474899/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Exame Musculoesqueletico Sistemático",author:"LAWRY, George V. ",isbn:"9788580551136",edition:0,vbkType:"pbk",url:"/books/9788580551136",coverURL:"//covers.vitalbook.com/vbid/9788580551136/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Farmacologia para Fisioterapeutas",author:"PANUS, Peter C.; JOBST, Erin E.; TINSLEY, Suzanne L.; MASTERS, Susan B.; TREVOR, Anthony J.; KATZUNG",isbn:"9788580550672",edition:0,vbkType:"pbk",url:"/books/9788580550672",coverURL:"//covers.vitalbook.com/vbid/9788580550672/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fórmula de Corrida de Daniels, 2ª edição",author:"DANIELS, Jack",isbn:"9788565852449",edition:0,vbkType:"pbk",url:"/books/9788565852449",coverURL:"//covers.vitalbook.com/vbid/9788565852449/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Finanças e Estratégias de Negócios para Empreendedores, 2ª edição",author:"ROGERS, Steven ",isbn:"9788540700406",edition:0,vbkType:"pbk",url:"/books/9788540700406",coverURL:"//covers.vitalbook.com/vbid/9788540700406/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisioterapia Ortopédica, 2ª edição",author:"DUTTON, Mark",isbn:"9788536323718",edition:0,vbkType:"pbk",url:"/books/9788536323718",coverURL:"//covers.vitalbook.com/vbid/9788536323718/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Flexibilização procedimental: um novo enfoque para o estudo do procedimento em matéria\nprocessual",author:"GAJARDONI, Fernando da Fonseca",isbn:"9788522474080",edition:0,vbkType:"pbk",url:"/books/9788522474080",coverURL:"//covers.vitalbook.com/vbid/9788522474080/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fragmentos Póstumos - Vol. VII",author:"NIETZSCHE, Friedrich Wilhelm",isbn:"978-85-309-4433-9",edition:0,vbkType:"pbk",url:"/books/978-85-309-4433-9",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4433-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos da Esquizofrenia",author:"LIEBERMAN, Jeffrey A.; STROUP, T. Scott; PERKINS, Diana O. ",isbn:"9788565852487",edition:0,vbkType:"pbk",url:"/books/9788565852487",coverURL:"//covers.vitalbook.com/vbid/9788565852487/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de custos para formação do preço e do lucro, 5ª edição",author:" SANTOS, Joel José dos",isbn:"9788522472147",edition:0,vbkType:"pbk",url:"/books/9788522472147",coverURL:"//covers.vitalbook.com/vbid/9788522472147/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Energia Eólica",author:"PINTO, Milton de Oliveira",isbn:"978-85-216-2193-5",edition:0,vbkType:"pbk",url:"/books/978-85-216-2193-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2193-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Enfermagem em Cuidados Críticos da AACN, 2ª edição",author:"CHULAY, Marianne; BURNS, Suzanne M. ",isbn:"9788580551075",edition:0,vbkType:"pbk",url:"/books/9788580551075",coverURL:"//covers.vitalbook.com/vbid/9788580551075/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Neuroanatomia, 4ª edição",author:"COSENZA, Ramon M.",isbn:"978-85-277-2218-6",edition:0,vbkType:"pbk",url:"/books/978-85-277-2218-6",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2218-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos em Toxicologia de Casarett e Doull (Lange), 2ª edição",author:"KLAASSEN, Curtis D.; WATKINS III, John B. ",isbn:"9788580551327",edition:0,vbkType:"pbk",url:"/books/9788580551327",coverURL:"//covers.vitalbook.com/vbid/9788580551327/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão da mudança: caos e complexidade nas organizações",author:"BAUER, Ruben",isbn:"9788522469819",edition:0,vbkType:"pbk",url:"/books/9788522469819",coverURL:"//covers.vitalbook.com/vbid/9788522469819/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão De Instituições Privadas De Ensino Superior",author:"GRANEMANN, Sérgio Ronaldo; ROCHA, Carlos Henrique ",isbn:"9788522470280",edition:0,vbkType:"pbk",url:"/books/9788522470280",coverURL:"//covers.vitalbook.com/vbid/9788522470280/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de negócios : visões e dimensões empresariais da organização, 3ª edição",author:"TACHIZAWA, Takeshy; Cruz JÚNIOR, João Benjamim; ROCHA, José Antônio de Oliveira ",isbn:"9788522467631",edition:0,vbkType:"pbk",url:"/books/9788522467631",coverURL:"//covers.vitalbook.com/vbid/9788522467631/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão pública: planejamento, processos, sistemas de informação e pessoas",author:"KANAANE, Roberto; FIEL FILHO, Alécio; FERREIRA, Maria das Graças (Org.)",isbn:"9788522475131",edition:0,vbkType:"pbk",url:"/books/9788522475131",coverURL:"//covers.vitalbook.com/vbid/9788522475131/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia de Sobrevivência do Fisioterapeuta",author:"DUTTON, Mark",isbn:"9788580551501",edition:0,vbkType:"pbk",url:"/books/9788580551501",coverURL:"//covers.vitalbook.com/vbid/9788580551501/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"História das doutrinas econômicas, 14ª edição",author:"HUGON, Paul",isbn:"9788522470150",edition:0,vbkType:"pbk",url:"/books/9788522470150",coverURL:"//covers.vitalbook.com/vbid/9788522470150/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"IFRS 2012: Introdução e Aplicação",author:"MACKENZIE, Bruce; COETSEE, Danie; NJIKIZANA, Tapiwa; CHAMBOKO, Raymond; COLYVAS, Blaise; HANEKOM, Br",isbn:"9788565837330",edition:0,vbkType:"pbk",url:"/books/9788565837330",coverURL:"//covers.vitalbook.com/vbid/9788565837330/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Inovação na Sala de Aula: Como a Inovação Disruptiva Muda a Forma de Aprender, 2ª edição",author:"CHRISTENSEN, Clayton M.; HORN, Michael B.; JOHNSON, Curtis W. ",isbn:"9788540700734",edition:0,vbkType:"pbk",url:"/books/9788540700734",coverURL:"//covers.vitalbook.com/vbid/9788540700734/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Inovação: estratégias e comunidades de conhecimento",author:"CARVALHO, Marly Monteiro de",isbn:"9788522466672",edition:0,vbkType:"pbk",url:"/books/9788522466672",coverURL:"//covers.vitalbook.com/vbid/9788522466672/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução aos Princípios de Mecânica Clássica",author:"OLIVEIRA, J. Umberto Cinelli L. de",isbn:"978-85-216-2184-3",edition:0,vbkType:"pbk",url:"/books/978-85-216-2184-3",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2184-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Administração, 2ª edição",author:"Maximiano, Antonio Cesar Amaru",isbn:"9788522475889",edition:0,vbkType:"pbk",url:"/books/9788522475889",coverURL:"//covers.vitalbook.com/vbid/9788522475889/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"LOGÍSTICA INDUSTRIAL",author:"GURGEL, Floriano C. do Amaral ",isbn:"9788522471676",edition:0,vbkType:"pbk",url:"/books/9788522471676",coverURL:"//covers.vitalbook.com/vbid/9788522471676/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual da Teoria das Restrições",author:"COX III, James F.; SPENCER, Michael S. ",isbn:"9788577802418",edition:0,vbkType:"pbk",url:"/books/9788577802418",coverURL:"//covers.vitalbook.com/vbid/9788577802418/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Acompanhamento Terapêutico - Contribuições Teórico-Práticas para a Aplicabilidade Clínica",author:"SIGNORI, Solange et al.",isbn:"978-85-412-0101-8",edition:0,vbkType:"pbk",url:"/books/978-85-412-0101-8",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0101-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito Previdenciário, 8ª edição",author:"HUBACK, Kerlly",isbn:"978-85-309-4405-6",edition:0,vbkType:"pbk",url:"/books/978-85-309-4405-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4405-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de elaboração de referências bibliográficas : a nova NBR\n6023:2000 da ABNT : exemplos e c",author:"MEDEIROS, João Bosco; ANDRADE , Maria Margarida de \n",isbn:"9788522472758",edition:0,vbkType:"pbk",url:"/books/9788522472758",coverURL:"//covers.vitalbook.com/vbid/9788522472758/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Elementos Essenciais de Enfermagem em Cuidados Críticos da AACN, 2ª edição",author:"CHULAY, Marianne; BURNS, Suzanne M. ",isbn:"9788580550399",edition:0,vbkType:"pbk",url:"/books/9788580550399",coverURL:"//covers.vitalbook.com/vbid/9788580550399/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Fórmulas e Tabelas Matemáticas – COLEÇÃO SCHAUM, 3ª edição",author:"SPIEGEL, Murray R.; LIPSCHUTZ, Seymour; LIU, John ",isbn:"9788540700567",edition:0,vbkType:"pbk",url:"/books/9788540700567",coverURL:"//covers.vitalbook.com/vbid/9788540700567/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"MANUAL DE SOCIOLOGIA, 2ª edição",author:"FERREIRA, Delson ",isbn:"9788522466023",edition:0,vbkType:"pbk",url:"/books/9788522466023",coverURL:"//covers.vitalbook.com/vbid/9788522466023/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual Prático sobre Revisão de Benefícios, 3ª edição",author:"VIEIRA, Sérgio",isbn:"978-85-309-4449-0",edition:0,vbkType:"pbk",url:"/books/978-85-309-4449-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4449-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manufatura classe mundial : conceitos, estratégias e aplicações",author:"AMATO NETO, João (Org.)",isbn:"9788522474141",edition:0,vbkType:"pbk",url:"/books/9788522474141",coverURL:"//covers.vitalbook.com/vbid/9788522474141/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"MARKETING DE RELACIONAMENTO PARA ORGANIZAÇÕES DE SAÚDE",author:"BORBA, Valdir Ribeiro ",isbn:"9788522470273",edition:0,vbkType:"pbk",url:"/books/9788522470273",coverURL:"//covers.vitalbook.com/vbid/9788522470273/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing Esportivo: A reinvenção do esporte na busca de torcedores",author:"REIN, Irving; KOTLER, Philip; SHIELDS, Ben ",isbn:"9788577801572",edition:0,vbkType:"pbk",url:"/books/9788577801572",coverURL:"//covers.vitalbook.com/vbid/9788577801572/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"MARKETING FOCADO NA CADEIA DE CLIENTES",author:" PIZZINATTO, Nadia Kassouf ",isbn:"9788522472062",edition:0,vbkType:"pbk",url:"/books/9788522472062",coverURL:"//covers.vitalbook.com/vbid/9788522472062/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"MATLAB com Aplicações em Engenharia, 4ª edição",author:"GILAT, Amos",isbn:"9788540701878",edition:0,vbkType:"pbk",url:"/books/9788540701878",coverURL:"//covers.vitalbook.com/vbid/9788540701878/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Métodos de coleta de dados no campo, 2ª edição",author:"VERGARA, Sylvia Constant",isbn:"9788522475094",edition:0,vbkType:"pbk",url:"/books/9788522475094",coverURL:"//covers.vitalbook.com/vbid/9788522475094/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Me Aprende?",author:"CRUZ, Helena",isbn:"978-85-412-0131-5",edition:0,vbkType:"pbk",url:"/books/978-85-412-0131-5",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0131-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Medicina: Diagnóstico e Tratamento – Referência Rápida",author:"LANGE",isbn:"9788580550566",edition:0,vbkType:"pbk",url:"/books/9788580550566",coverURL:"//covers.vitalbook.com/vbid/9788580550566/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Medos, Dúvidas e Manias, 2ª edição",author:"TORRES, Albina Rodrigues; SHAVITTI, Roseli Gedanke; FILHO, Euripedes Constantino Miguel ",isbn:"9788565852401",edition:0,vbkType:"pbk",url:"/books/9788565852401",coverURL:"//covers.vitalbook.com/vbid/9788565852401/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mercado financeiro brasileiro: mudanças esperadas para adaptação a um ambiente\nde taxas de juros ",author:"ROGANTE, Sérgio",isbn:"9788522474189",edition:0,vbkType:"pbk",url:"/books/9788522474189",coverURL:"//covers.vitalbook.com/vbid/9788522474189/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"MERCADOS FINANCEIROS",author:" BRUNI, Adriano Leal \n",isbn:"9788522472987",edition:0,vbkType:"pbk",url:"/books/9788522472987",coverURL:"//covers.vitalbook.com/vbid/9788522472987/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"No encalço das líderes: Como as Líderes de Mercado Batem a Concorrência e Como as Empresas Compe",author:"SPEAR, Steven J. ",isbn:"9788577807550",edition:0,vbkType:"pbk",url:"/books/9788577807550",coverURL:"//covers.vitalbook.com/vbid/9788577807550/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nurse to Nurse: Administração em Enfermagem",author:"KNODEL, Linda J. ",isbn:"9788580550351",edition:0,vbkType:"pbk",url:"/books/9788580550351",coverURL:"//covers.vitalbook.com/vbid/9788580550351/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nurse to Nurse: Cuidados na Demência em Enfermagem",author:"STEELE, Cynthia D. ",isbn:"9788580550283",edition:0,vbkType:"pbk",url:"/books/9788580550283",coverURL:"//covers.vitalbook.com/vbid/9788580550283/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nurse to Nurse: Cuidados no Trauma em Enfermagem",author:"NAYDUCH, Donna ",isbn:"9788580550344",edition:0,vbkType:"pbk",url:"/books/9788580550344",coverURL:"//covers.vitalbook.com/vbid/9788580550344/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nurse to Nurse: Cuidados Paliativos em Enfermagem",author:"CAMPBELL, Margaret L. ",isbn:"9788580550221",edition:0,vbkType:"pbk",url:"/books/9788580550221",coverURL:"//covers.vitalbook.com/vbid/9788580550221/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nurse to Nurse: Prática Baseada em Evidências em Enfermagem",author:"LARRABEE, June H. ",isbn:"9788580550306",edition:0,vbkType:"pbk",url:"/books/9788580550306",coverURL:"//covers.vitalbook.com/vbid/9788580550306/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Brasil e a harmonização contábil internacional : influências dos\nsistemas jurídico e educacio",author:"\nWEFFORT, Elionor Farah Jreige",isbn:"9788522474172",edition:0,vbkType:"pbk",url:"/books/9788522474172",coverURL:"//covers.vitalbook.com/vbid/9788522474172/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Ensino de Física para Crianças de 3 a 8 anos: Uma abordagem Construtivista",author:"DEVRIES, Rheta; SALES, Christina ",isbn:"9788565848121",edition:0,vbkType:"pbk",url:"/books/9788565848121",coverURL:"//covers.vitalbook.com/vbid/9788565848121/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Petróleo e seus Derivados",author:"FARAH, Marco Antônio",isbn:"978-85-216-2151-5",edition:0,vbkType:"pbk",url:"/books/978-85-216-2151-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2151-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Tratamento da Dependência Química e as Terapias Cognitivo-Comportamentais",author:"LARANJEIRA, Ronaldo; ZANELATTO, Neide",isbn:"9788565852289",edition:0,vbkType:"pbk",url:"/books/9788565852289",coverURL:"//covers.vitalbook.com/vbid/9788565852289/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"OCA Oracle Database 11g Administração I (Guia do Exame 1Z0-052)",author:"WATSON, John ",isbn:"9788577806768",edition:0,vbkType:"pbk",url:"/books/9788577806768",coverURL:"//covers.vitalbook.com/vbid/9788577806768/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Odontologia Esportiva - O Cirurgião-dentista no Cuidado do Esportista",author:"LIMA, Danilo Lopes Ferreira",isbn:"978-85-412-0097-4",edition:0,vbkType:"pbk",url:"/books/978-85-412-0097-4",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0097-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Operações Unitárias para Químicos, Farmacêuticos e Engenheiros",author:"TERRON, L.R.",isbn:"978-85-216-2174-4",edition:0,vbkType:"pbk",url:"/books/978-85-216-2174-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2174-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Oracle Database 11G SQL",author:"PRICE, Jason ",isbn:"9788577804375",edition:0,vbkType:"pbk",url:"/books/9788577804375",coverURL:"//covers.vitalbook.com/vbid/9788577804375/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Organização e técnica comercial, 20ª edição",author:"SILVA, Adelphino Teixeira da",isbn:"9788522474134",edition:0,vbkType:"pbk",url:"/books/9788522474134",coverURL:"//covers.vitalbook.com/vbid/9788522474134/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ortodontia Lingual - Princípios e Aplicações Clínicas",author:"PEDRA, Julio Orrico de Aragão ",isbn:"978-85-412-0118-6",edition:0,vbkType:"pbk",url:"/books/978-85-412-0118-6",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0118-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ortopedia e Ortodontia para a Dentição Decídua-Atendimento Integral ao Desenvolv.da Oclusão Infa",author:"CHEDID, Sílvia José",isbn:"978-85-412-0099-8",edition:0,vbkType:"pbk",url:"/books/978-85-412-0099-8",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0099-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Palestrante de Ouro: Guia para um Desempenho Lucrativo e Bem-Sucedido",author:"WEISS, Alan ",isbn:"9788540701137",edition:0,vbkType:"pbk",url:"/books/9788540701137",coverURL:"//covers.vitalbook.com/vbid/9788540701137/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento de recursos humanos",author:"LUCENA, Maria Diva Da Salete ",isbn:"9788522468188",edition:0,vbkType:"pbk",url:"/books/9788522468188",coverURL:"//covers.vitalbook.com/vbid/9788522468188/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pré-Cálculo, 2ª edição",author:"SAFIER, Fred ",isbn:"9788577809271",edition:0,vbkType:"pbk",url:"/books/9788577809271",coverURL:"//covers.vitalbook.com/vbid/9788577809271/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pregão - Uma Nova Modalidade de Licitação, 5ª edição",author:"TOLOSA FILHO, Benedicto de",isbn:"978-85-309-4397-4",edition:0,vbkType:"pbk",url:"/books/978-85-309-4397-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4397-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios de estatística, 4ª edição",author:"MARTINS, Gilberto de Andrade; DONAIRE, Denis\n",isbn:"9788522465743",edition:0,vbkType:"pbk",url:"/books/9788522465743",coverURL:"//covers.vitalbook.com/vbid/9788522465743/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processo administrativo : Lei nº 9.784/99 comentada",author:"NOHARA, Irene Patrícia; MARRARA, Thiago ",isbn:"9788522467211",edition:0,vbkType:"pbk",url:"/books/9788522467211",coverURL:"//covers.vitalbook.com/vbid/9788522467211/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Propaganda : engorda e faz crescer a pequena empresa",author:"GRACIOSO, Francisco",isbn:"9788522474158",edition:0,vbkType:"pbk",url:"/books/9788522474158",coverURL:"//covers.vitalbook.com/vbid/9788522474158/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Propaganda : profissionais ensinam como se faz",author:"PREDEBON, José (Org.)",isbn:"9788522470372",edition:0,vbkType:"pbk",url:"/books/9788522470372",coverURL:"//covers.vitalbook.com/vbid/9788522470372/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"PROPAGANDA INSTITUCIONAL, 2ª edição",author:" GRACIOSO, Francisco ",isbn:"9788522471768",edition:0,vbkType:"pbk",url:"/books/9788522471768",coverURL:"//covers.vitalbook.com/vbid/9788522471768/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicoterapia Psicodinâmica para Transtornos da Personalidade: Um Manual Clínico",author:"CLARKIN, John F.; FONAGY, Peter; GABBARD, Glen O. ",isbn:"9788565852432",edition:0,vbkType:"pbk",url:"/books/9788565852432",coverURL:"//covers.vitalbook.com/vbid/9788565852432/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psiquiatria para o Médico Generalista",author:"MANSUR, Carlos Gustavo",isbn:"9788536327921",edition:0,vbkType:"pbk",url:"/books/9788536327921",coverURL:"//covers.vitalbook.com/vbid/9788536327921/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Radiologia Básica, 2ª edição",author:"CHEN, Michael Y. M.; POPE, Thomas L.; OTT, David J. ",isbn:"9788580551099",edition:0,vbkType:"pbk",url:"/books/9788580551099",coverURL:"//covers.vitalbook.com/vbid/9788580551099/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"REDES DE COOPERAÇÃO PRODUTIVA E CLUSTERS REGIONAIS",author:"AMATO NETO, João ",isbn:"9788522474196",edition:0,vbkType:"pbk",url:"/books/9788522474196",coverURL:"//covers.vitalbook.com/vbid/9788522474196/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Reflexões sobre Educação, Formação e Esfera Pública",author:"CARVALHO, José Sérgio Fonseca de",isbn:"9788565848015",edition:0,vbkType:"pbk",url:"/books/9788565848015",coverURL:"//covers.vitalbook.com/vbid/9788565848015/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Rins: Uma Abordagem Integrada à Doença",author:"SCHMITZ, Paul G. ",isbn:"9788580551426",edition:0,vbkType:"pbk",url:"/books/9788580551426",coverURL:"//covers.vitalbook.com/vbid/9788580551426/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas de gerenciamento de banco de dados",author:"RAMAKRISHNAN, Raghu; GEHRKE, Johannes ",isbn:"9788563308771",edition:0,vbkType:"pbk",url:"/books/9788563308771",coverURL:"//covers.vitalbook.com/vbid/9788563308771/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas e Ciência da Informação Geográfica, 3ª edição",author:"LONGLEY, Paul A.; GOODCHILD, Michael F.; MAGUIRE, David J.; RHIND, David W.",isbn:"9788565837651",edition:0,vbkType:"pbk",url:"/books/9788565837651",coverURL:"//covers.vitalbook.com/vbid/9788565837651/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas ERP no Brasil",author:"SACCOL, Amarolinda Zanela; SOUZA, Cesar Alexandre De (org.)",isbn:"9788522470440",edition:0,vbkType:"pbk",url:"/books/9788522470440",coverURL:"//covers.vitalbook.com/vbid/9788522470440/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"SPSS: guia prático para pesquisadores",author:"Bruni, Adriano Leal",isbn:"9788522474974",edition:0,vbkType:"pbk",url:"/books/9788522474974",coverURL:"//covers.vitalbook.com/vbid/9788522474974/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Stress e qualidade de vida no trabalho : o positivo e o negativo",author:"ROSSI, Ana Maria; QUICK, James Campbell; PERREWÉ, Pamela L. (Org.)",isbn:"9788522468201",edition:0,vbkType:"pbk",url:"/books/9788522468201",coverURL:"//covers.vitalbook.com/vbid/9788522468201/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Stress e qualidade de vida no trabalho: perspectivas atuais da saúde ocupacional",author:"ROSSI Ana Maria; PERREWÉ, Pamela L. ; SAUTER , Steven L. (Org.)",isbn:"9788522468218",edition:0,vbkType:"pbk",url:"/books/9788522468218",coverURL:"//covers.vitalbook.com/vbid/9788522468218/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"TÉCNICAS DO TRABALHO DE GRUPO, 3ª edição",author:"AGOSTINHO, Minicucci",isbn:"9788522471799",edition:0,vbkType:"pbk",url:"/books/9788522471799",coverURL:"//covers.vitalbook.com/vbid/9788522471799/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria de opções aplicada a projetos de investimento",author:"MINARDI, Andrea Maria Accioly Fonseca",isbn:"9788522472505",edition:0,vbkType:"pbk",url:"/books/9788522472505",coverURL:"//covers.vitalbook.com/vbid/9788522472505/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Toyota Kata",author:"ROTHER, Mike ",isbn:"9788577807468",edition:0,vbkType:"pbk",url:"/books/9788577807468",coverURL:"//covers.vitalbook.com/vbid/9788577807468/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Trade marketing: estratégias de distribuição e execução de vendas",author:"Cônsoli, Matheus Alberto; D’Andrea, Rafael(Coord.)",isbn:"9788522474370",edition:0,vbkType:"pbk",url:"/books/9788522474370",coverURL:"//covers.vitalbook.com/vbid/9788522474370/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Transtorno de Pânico: Teoria e Clínica",author:"NARDI, Antonio Egidio; QUEVEDO, João; SILVA, Antônio Geraldo da",isbn:"9788565852326",edition:0,vbkType:"pbk",url:"/books/9788565852326",coverURL:"//covers.vitalbook.com/vbid/9788565852326/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Treinamento de atenção e memória na esquizofrenia: Um Manual Prático",author:"PONTES, Livia Maria Martins; ELKIS, Hélio ",isbn:"9788565852333",edition:0,vbkType:"pbk",url:"/books/9788565852333",coverURL:"//covers.vitalbook.com/vbid/9788565852333/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tromboembolia Pulmonar",author:"MENNA-BARRETO, Sergio S.",isbn:"9788565852494",edition:0,vbkType:"pbk",url:"/books/9788565852494",coverURL:"//covers.vitalbook.com/vbid/9788565852494/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Valor para o Paciente: O Remédio para o Sistema de Saúde",author:"HERZLINGER, Regina ",isbn:"9788577807963",edition:0,vbkType:"pbk",url:"/books/9788577807963",coverURL:"//covers.vitalbook.com/vbid/9788577807963/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Wikibrandas",author:"MOFFITT, Sean; DOVER, Mike ",isbn:"9788540701014",edition:0,vbkType:"pbk",url:"/books/9788540701014",coverURL:"//covers.vitalbook.com/vbid/9788540701014/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:08.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"1000 Perguntas sobre Jornalismo",author:"PENA, Felipe",isbn:"978-85-216-2171-3",edition:0,vbkType:"pbk",url:"/books/978-85-216-2171-3",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2171-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"1000 Perguntas sobre Teoria da Comunicação",author:"PENA, Felipe",isbn:"978-85-216-2169-0",edition:0,vbkType:"pbk",url:"/books/978-85-216-2169-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2169-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A concorrência pública na parceria público-privada (PPP)",author:"PESTANA, Marcio",isbn:"9788522472543",edition:0,vbkType:"pbk",url:"/books/9788522472543",coverURL:"//covers.vitalbook.com/vbid/9788522472543/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A contabilidade empresarial, (v. 3)",author:"BRUNI, Adriano Leal ; FAMÁ, Rubens ",isbn:"9788522473038",edition:0,vbkType:"pbk",url:"/books/9788522473038",coverURL:"//covers.vitalbook.com/vbid/9788522473038/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Pontuação de hoje, 3ª edição",author:"BELTRÃO, Mariúsa; BELTRÃO, Odacir",isbn:"9788522471621",edition:0,vbkType:"pbk",url:"/books/9788522471621",coverURL:"//covers.vitalbook.com/vbid/9788522471621/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração de Medicamentos na Enfermagem, 10ª edição",author:"SOARES, Nelma Rodrigues Choiet Goldenzwaig",isbn:"978-85-8114-085-8",edition:0,vbkType:"pbk",url:"/books/978-85-8114-085-8",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-085-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"ADMINISTRAÇÃO DO PRODUTO, 2ª edição",author:"GURGEL, Floriano C. Do Amaral\n",isbn:"9788522472628",edition:0,vbkType:"pbk",url:"/books/9788522472628",coverURL:"//covers.vitalbook.com/vbid/9788522472628/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração financeira: decisões de curto prazo, decisões de longo prazo, indicadores de desem",author:"MORANTE, Antonio Salvador; JORGE, Fauzi Timaco",isbn:"9788522466573",edition:0,vbkType:"pbk",url:"/books/9788522466573",coverURL:"//covers.vitalbook.com/vbid/9788522466573/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração no contexto internacional: Cenários e desafios - 1ª edição",author:"OLIVEIRA, Jayr Figueiredo de",isbn:"9788502157217",edition:0,vbkType:"pbk",url:"/books/9788502157217",coverURL:"//covers.vitalbook.com/vbid/9788502157217/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Análise de custos e preços de venda - 1ª Edição",author:"WERNKE, Rodney",isbn:"9788502088203",edition:0,vbkType:"pbk",url:"/books/9788502088203",coverURL:"//covers.vitalbook.com/vbid/9788502088203/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Aptidão Física Ilustrada: Seu guia rápido para definir o corpo, ficar em forma e alimentar-se cor",author:"SHARKEY, Brian J. ",isbn:"9788536327310",edition:0,vbkType:"pbk",url:"/books/9788536327310",coverURL:"//covers.vitalbook.com/vbid/9788536327310/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Arbitragem e processo : um comentário à Lei nº 9.307/96, 3ª edição",author:"CARMONA, Carlos Alberto ",isbn:"9788522470617",edition:0,vbkType:"pbk",url:"/books/9788522470617",coverURL:"//covers.vitalbook.com/vbid/9788522470617/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Atlas de Anatomia Humana, 6ª edição",author:"HEIDEGGER, Wolf",isbn:"978-85-277-2162-2",edition:0,vbkType:"pbk",url:"/books/978-85-277-2162-2",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2162-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Avaliação de riscos de crédito : para gerentes de operações",author:"SANTI FILHO, Armando de\n",isbn:"9788522472734",edition:0,vbkType:"pbk",url:"/books/9788522472734",coverURL:"//covers.vitalbook.com/vbid/9788522472734/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Avaliação dos investimentos - 1ª edição",author:"SOUZA, Almir Ferreira de",isbn:"9788502088672",edition:0,vbkType:"pbk",url:"/books/9788502088672",coverURL:"//covers.vitalbook.com/vbid/9788502088672/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ética na gestão empresarial: Da conscientização à ação - 2ª Edição",author:"MATOS, Francisco Gomes de ",isbn:"9788502183520",edition:0,vbkType:"pbk",url:"/books/9788502183520",coverURL:"//covers.vitalbook.com/vbid/9788502183520/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Canais de marketing e distribuição - 1ª edição",author:"TELLES, Renato",isbn:"9788502051324",edition:0,vbkType:"pbk",url:"/books/9788502051324",coverURL:"//covers.vitalbook.com/vbid/9788502051324/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CÓDIGO CIVIL – LEI Nº 10.406, DE 10-1-2002, 7ª edição",author:"Equipe Atlas",isbn:"9788522471065",edition:0,vbkType:"pbk",url:"/books/9788522471065",coverURL:"//covers.vitalbook.com/vbid/9788522471065/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código de processo penal comentado, 1ª edição",author:"SILVA, Marco Antonio Marques da ; FREITAS, Jayme Walmer de ",isbn:"9788502169340",edition:0,vbkType:"pbk",url:"/books/9788502169340",coverURL:"//covers.vitalbook.com/vbid/9788502169340/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção OAB Nacional 1ª fase 06 - Direito e Processo do Trabalho, 5ª edição",author:"VENEZIANO, André Horta Moreno",isbn:"9788502149427",edition:0,vbkType:"pbk",url:"/books/9788502149427",coverURL:"//covers.vitalbook.com/vbid/9788502149427/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção para concursos de perito criminal - Farmacologia, 1ª edição",author:"CAMARGO, Marcos",isbn:"9788502169550",edition:0,vbkType:"pbk",url:"/books/9788502169550",coverURL:"//covers.vitalbook.com/vbid/9788502169550/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção passe em Concursos Públicos - Advocacoa Pública - Autarquias Estatais e Legislativo1 , 1",author:"ROCHA, Marcelo Hugo da",isbn:"9788502159976",edition:0,vbkType:"pbk",url:"/books/9788502159976",coverURL:"//covers.vitalbook.com/vbid/9788502159976/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção preparatória para concursos jurídicos Vol. 18 - Direito Previdenciário, 1ªedição",author:"BULGUERONI, Renata Orsi",isbn:"9788502149670",edition:0,vbkType:"pbk",url:"/books/9788502149670",coverURL:"//covers.vitalbook.com/vbid/9788502149670/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Saberes do Direito 5 - Direito Penal - Parte Geral II - Penas até Extinção da Impunidad",author:"TRIGUEIROS NETO, Arthur da Motta",isbn:"9788502169319",edition:0,vbkType:"pbk",url:"/books/9788502169319",coverURL:"//covers.vitalbook.com/vbid/9788502169319/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como escrever e ler uma sentença - 1ª Edição",author:"FISH. Stanley",isbn:"9788502175044",edition:0,vbkType:"pbk",url:"/books/9788502175044",coverURL:"//covers.vitalbook.com/vbid/9788502175044/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como falar em encontros científicos - 5ª Edição",author:"AQUINO, Italo de Souza",isbn:"9788502160941",edition:0,vbkType:"pbk",url:"/books/9788502160941",coverURL:"//covers.vitalbook.com/vbid/9788502160941/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como ler artigos científicos - 3ª Edição",author:"AQUINO, Italo de Souza",isbn:"9788502160972",edition:0,vbkType:"pbk",url:"/books/9788502160972",coverURL:"//covers.vitalbook.com/vbid/9788502160972/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comunicação e práticas de consumo - 1ª edição",author:"BARROS FILHO, Clóvis de; CASTRO, Gisele",isbn:"9788502109339",edition:0,vbkType:"pbk",url:"/books/9788502109339",coverURL:"//covers.vitalbook.com/vbid/9788502109339/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Condomínio em edifícios : manual do condômino : convenção, administração : modelos de atas e ",author:"SOUZA, Agnaldo Celino de ",isbn:"9788522467679",edition:0,vbkType:"pbk",url:"/books/9788522467679",coverURL:"//covers.vitalbook.com/vbid/9788522467679/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Consultoria empresarial - 2ª edição",author:"CROCCO, Luciano",isbn:"9788502160743",edition:0,vbkType:"pbk",url:"/books/9788502160743",coverURL:"//covers.vitalbook.com/vbid/9788502160743/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade avançada e análises das demonstrações financeiras - 16ª Edição",author:"NEVES, Silvério das ",isbn:"9788502133389",edition:0,vbkType:"pbk",url:"/books/9788502133389",coverURL:"//covers.vitalbook.com/vbid/9788502133389/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade e finanças- Série Fundamentos - 1ª Edição",author:"GRIFFIN, Michael P.",isbn:"9788502180161",edition:0,vbkType:"pbk",url:"/books/9788502180161",coverURL:"//covers.vitalbook.com/vbid/9788502180161/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade e gestão ambiental, 3ª edição",author:"TINOCO, Eduardo Prudêncio Tinoco; KRAEMER, Maria Elisabeth Pereira",isbn:"9788522466535",edition:0,vbkType:"pbk",url:"/books/9788522466535",coverURL:"//covers.vitalbook.com/vbid/9788522466535/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade gerencial - 1ª edição",author:"COGAN, Samuel",isbn:"9788502095502",edition:0,vbkType:"pbk",url:"/books/9788502095502",coverURL:"//covers.vitalbook.com/vbid/9788502095502/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contratos eletrônicos : validade jurídica dos contratos via Internet",author:"LEAL, Sheila do Rocio Cercal Santos",isbn:"9788522468423",edition:0,vbkType:"pbk",url:"/books/9788522468423",coverURL:"//covers.vitalbook.com/vbid/9788522468423/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Crime organizado e sistema Prisional",author:"PORTO, Roberto",isbn:"9788522467068",edition:0,vbkType:"pbk",url:"/books/9788522467068",coverURL:"//covers.vitalbook.com/vbid/9788522467068/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Criminologia e os problemas da atualidade",author:"SÁ,Alvino Augusto de; SHECAIRA, Sérgio Salomão (org.)",isbn:"9788522467082",edition:0,vbkType:"pbk",url:"/books/9788522467082",coverURL:"//covers.vitalbook.com/vbid/9788522467082/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de auditoria governamental: de acordo com as Normas Internacionais de Auditoria Pública aprov",author:"SILVA, Moacir Marques da",isbn:"9788522474509",edition:0,vbkType:"pbk",url:"/books/9788522474509",coverURL:"//covers.vitalbook.com/vbid/9788522474509/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito ambiental",author:"MORAES, Luís Carlos Silva de ",isbn:"9788522471904",edition:0,vbkType:"pbk",url:"/books/9788522471904",coverURL:"//covers.vitalbook.com/vbid/9788522471904/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito ambiental, 2ª edição",author:"BARROS, Wellington Pacheco",isbn:"9788522472888",edition:0,vbkType:"pbk",url:"/books/9788522472888",coverURL:"//covers.vitalbook.com/vbid/9788522472888/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito internacional econômico, 1ª edição",author:"CRETELLA NETTO, José",isbn:"9788502179660",edition:0,vbkType:"pbk",url:"/books/9788502179660",coverURL:"//covers.vitalbook.com/vbid/9788502179660/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Custos: planejamento, implantação e controle, 3ª edição",author:"LEONE, George Sebastião Guerra",isbn:"9788522466542",edition:0,vbkType:"pbk",url:"/books/9788522466542",coverURL:"//covers.vitalbook.com/vbid/9788522466542/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Da defesa do consumidor em juízo: por danos causados em acidente de consumo",author:"MELO, Nehemias Domingos de",isbn:"9788522470662",edition:0,vbkType:"pbk",url:"/books/9788522470662",coverURL:"//covers.vitalbook.com/vbid/9788522470662/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dano moral – problemática: do cabimento à fixação do quantum, 2ª edição",author:"MELO, Nehemias Domingos de",isbn:"9788522470648",edition:0,vbkType:"pbk",url:"/books/9788522470648",coverURL:"//covers.vitalbook.com/vbid/9788522470648/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenvolvimento de produtos e educação corporativa",author:"\nMUNDIM, Ana Paula Freitas",isbn:"9788522472086",edition:0,vbkType:"pbk",url:"/books/9788522472086",coverURL:"//covers.vitalbook.com/vbid/9788522472086/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Diplomacia - 1ª Edição",author:"KISSINGER, Henry",isbn:"9788502175082",edition:0,vbkType:"pbk",url:"/books/9788502175082",coverURL:"//covers.vitalbook.com/vbid/9788502175082/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito para cursos jurídicos e não jurídicos, 1ª edição",author:"FURRIELA, Manuel Nabais da",isbn:"9788502109667",edition:0,vbkType:"pbk",url:"/books/9788502109667",coverURL:"//covers.vitalbook.com/vbid/9788502109667/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"E-commerce nas empresas brasileiras",author:"VASCONCELLOS, Eduardo (Coord.)",isbn:"9788522466665",edition:0,vbkType:"pbk",url:"/books/9788522466665",coverURL:"//covers.vitalbook.com/vbid/9788522466665/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Economia Brasileira: Da colônia ao governo Lula - 1ª Edição",author:"PIRES, Marcos Cordeiro",isbn:"9788502095373",edition:0,vbkType:"pbk",url:"/books/9788502095373",coverURL:"//covers.vitalbook.com/vbid/9788502095373/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Empresa familiar: como fortalecer o empreendimento e otimizar o processo sucessório, 3ª edição",author:"OLIVEIRA, Djalma de Pinho Rebouças de",isbn:"9788522473076",edition:0,vbkType:"pbk",url:"/books/9788522473076",coverURL:"//covers.vitalbook.com/vbid/9788522473076/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Empresas de serviços contábeis : estrutura e funcionamento",author:"THOMÉ, Irineu",isbn:"9788522472727",edition:0,vbkType:"pbk",url:"/books/9788522472727",coverURL:"//covers.vitalbook.com/vbid/9788522472727/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Endocrinologia Geriátrica - Abordagens Específicas para o Paciente acima de 65 anos",author:"MOREIRA, Rodrigo O.; MOURA, Fábio; BENCHIMOL, Alexander; SALLES, João Eduardo Nunes",isbn:"978-85-8114-079-7",edition:0,vbkType:"pbk",url:"/books/978-85-8114-079-7",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-079-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfermagem em Saúde Coletiva - Teoria e Prática",author:"SOUZA, Marina Celly Martins Ribeiro de; HORTA, Natália de Cássia ",isbn:"978-85-277-2200-1",edition:0,vbkType:"pbk",url:"/books/978-85-277-2200-1",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2200-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Engenharia Econômica, 6ª edição",author:"EHRLICH, Pierre Jacques ;MORAES, Edmilson Alves De",isbn:"9788522469963",edition:0,vbkType:"pbk",url:"/books/9788522469963",coverURL:"//covers.vitalbook.com/vbid/9788522469963/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enurese Noturna: diagnóstico e tratamento",author:"SILVARES,Edwiges F. de M. ; PEREIRA, Rodrigo Fernando - organizadores",isbn:"9788565852418",edition:0,vbkType:"pbk",url:"/books/9788565852418",coverURL:"//covers.vitalbook.com/vbid/9788565852418/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Exame da OAB - Penal - 2ª Fase, 5ª edição",author:"CHAVES, Luiz Gonzaga",isbn:"9788502173309",edition:0,vbkType:"pbk",url:"/books/9788502173309",coverURL:"//covers.vitalbook.com/vbid/9788502173309/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Filosofia do direito e filosofia política: a justiça é possível, 2ª edição",author:"MASCARO,Alysson Leandro ",isbn:"9788522471898",edition:0,vbkType:"pbk",url:"/books/9788522471898",coverURL:"//covers.vitalbook.com/vbid/9788522471898/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Formação econômica do Brasil - 1ª edição",author:"REGO, José Marcio",isbn:"9788502122260",edition:0,vbkType:"pbk",url:"/books/9788502122260",coverURL:"//covers.vitalbook.com/vbid/9788502122260/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos da administração: conceitos e práticas essenciais",author:"OLIVEIRA, Djalma de Pinho Rebouças de",isbn:"9788522473090",edition:0,vbkType:"pbk",url:"/books/9788522473090",coverURL:"//covers.vitalbook.com/vbid/9788522473090/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos da Medicina Legal, 2ª edição",author:"FRANÇA, Genival Veloso de",isbn:"978-85-277-2184-4",edition:0,vbkType:"pbk",url:"/books/978-85-277-2184-4",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2184-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de arquitetura de computadores - série livros didáticos informática ufrgs Vol.8 - 4",author:"WEBER, Raul Fernando ",isbn:"9788540701434",edition:0,vbkType:"pbk",url:"/books/9788540701434",coverURL:"//covers.vitalbook.com/vbid/9788540701434/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Estratégia",author:"JOHNSON, Gerry ; SCHOLES, Kevan ; WHITTINGTON, Richard ",isbn:"9788577808007",edition:0,vbkType:"pbk",url:"/books/9788577808007",coverURL:"//covers.vitalbook.com/vbid/9788577808007/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos do direito",author:"SEGUNDO, Hugo de Brito Machado",isbn:"9788522471836",edition:0,vbkType:"pbk",url:"/books/9788522471836",coverURL:"//covers.vitalbook.com/vbid/9788522471836/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundametos de metodologia, 5 ª edição",author:"FACHIN, Odília",isbn:"9788502088351",edition:0,vbkType:"pbk",url:"/books/9788502088351",coverURL:"//covers.vitalbook.com/vbid/9788502088351/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fusões, Aquisições & Parcerias",author:"TANURETT, Betania",isbn:"9788522472680",edition:0,vbkType:"pbk",url:"/books/9788522472680",coverURL:"//covers.vitalbook.com/vbid/9788522472680/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Genética Básica para Veterinária, 5ª edição",author:"OTTO, Priscila Guimarães",isbn:"978-85-412-0094-3",edition:0,vbkType:"pbk",url:"/books/978-85-412-0094-3",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0094-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Geossistemas: Uma introdução à geografia física, 7ª edição",author:"CHRISTOPHERSON, Robert W. ",isbn:"9788540701069",edition:0,vbkType:"pbk",url:"/books/9788540701069",coverURL:"//covers.vitalbook.com/vbid/9788540701069/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gerência de operações: uma abordagem logística",author:"WANKE, Peter F. ",isbn:"9788522473021",edition:0,vbkType:"pbk",url:"/books/9788522473021",coverURL:"//covers.vitalbook.com/vbid/9788522473021/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gerenciamento ágil de projetos - Aplicação em produtos inovadores - 1ª edição",author:"AMARAL, Daniel Capaldo",isbn:"9788502122291",edition:0,vbkType:"pbk",url:"/books/9788502122291",coverURL:"//covers.vitalbook.com/vbid/9788502122291/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de carreiras na empresa contemporânea",author:"DUTRA, Joel Souza (Org.)",isbn:"9788522468171",edition:0,vbkType:"pbk",url:"/books/9788522468171",coverURL:"//covers.vitalbook.com/vbid/9788522468171/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de custos - 2ª Edição",author:"BEULKE, Rolando",isbn:"9788502147553",edition:0,vbkType:"pbk",url:"/books/9788502147553",coverURL:"//covers.vitalbook.com/vbid/9788502147553/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de custos: uma abordagem integrada entre contabilidade, engenharia e administração",author:"SOUZA, Marcos Antônio de ; DIEHL, Carlos Alberto ",isbn:"9788522471195",edition:0,vbkType:"pbk",url:"/books/9788522471195",coverURL:"//covers.vitalbook.com/vbid/9788522471195/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de pessoas: Em empresas inovadoras, 2 ª edição",author:"MARRAS, Jean Pierre",isbn:"9788502172739",edition:0,vbkType:"pbk",url:"/books/9788502172739",coverURL:"//covers.vitalbook.com/vbid/9788502172739/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de projeto do produto: a excelência da indústria automotiva",author:"LEITE, Heymann A. R. (Org.)",isbn:"9788522474394",edition:0,vbkType:"pbk",url:"/books/9788522474394",coverURL:"//covers.vitalbook.com/vbid/9788522474394/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão financeira para meios de hospedagem : hotéis, pousadas, hotelaria hospitalar e a hospitalid",author:"BOEGER, Marcelo Assad; YAMASHITA, Ana Paula",isbn:"9788522466498",edition:0,vbkType:"pbk",url:"/books/9788522466498",coverURL:"//covers.vitalbook.com/vbid/9788522466498/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão para resultados : atuação, conhecimentos, habilidades",author:"OLIVEIRA, Djalma de Pinho Rebouças de",isbn:"9788522473083",edition:0,vbkType:"pbk",url:"/books/9788522473083",coverURL:"//covers.vitalbook.com/vbid/9788522473083/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão participativa : relações de poder e de trabalho nas organizações",author:"FARIA, José Henrique de",isbn:"9788522473106",edition:0,vbkType:"pbk",url:"/books/9788522473106",coverURL:"//covers.vitalbook.com/vbid/9788522473106/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão social, estratégias e parcerias - 1ª edição",author:"FARAH, Osvaldo Elias; INOJOSA, Rose Marie; NOGUEIRA, Arnaldo Mazzei ; SA, Elisabete Adami Pereira do",isbn:"9788502119215",edition:0,vbkType:"pbk",url:"/books/9788502119215",coverURL:"//covers.vitalbook.com/vbid/9788502119215/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Grafoanálise : teorias e sistemas",author:"MINICUCCI, Agostinho",isbn:"9788522472697",edition:0,vbkType:"pbk",url:"/books/9788522472697",coverURL:"//covers.vitalbook.com/vbid/9788522472697/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guarda compartilhada: um avanço para a família, 2ª edição",author:"AKEL, Ana Carolina Silveira ",isbn:"9788522470587",edition:0,vbkType:"pbk",url:"/books/9788522470587",coverURL:"//covers.vitalbook.com/vbid/9788522470587/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Insalubridade e periculosidade : manual de iniciação pericial",author:"BARBOSA FILHO, Antonio Nunes ",isbn:"9788522473014",edition:0,vbkType:"pbk",url:"/books/9788522473014",coverURL:"//covers.vitalbook.com/vbid/9788522473014/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à administração: edição compacta",author:"OLIVEIRA, Djalma de Pinho Rebouças de",isbn:"9788522473069",edition:0,vbkType:"pbk",url:"/books/9788522473069",coverURL:"//covers.vitalbook.com/vbid/9788522473069/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à lógica contábil - 1ª edição",author:"CASTILHO, Antonio Sergio Negrão de ",isbn:"9788502116016",edition:0,vbkType:"pbk",url:"/books/9788502116016",coverURL:"//covers.vitalbook.com/vbid/9788502116016/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lógica - O Cálculo Sentencial - Cálculo de Predicados e Cálculo com Igualdade, 3ª edição",author:"HEGENBERG, Leônidas ",isbn:"978-85-309-4355-4",edition:0,vbkType:"pbk",url:"/books/978-85-309-4355-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4355-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Limitações urbanas ao direito de propriedade",author:"MALUF, Adriana Caldas do Rego Freitas Dabus",isbn:"9788522470594",edition:0,vbkType:"pbk",url:"/books/9788522470594",coverURL:"//covers.vitalbook.com/vbid/9788522470594/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de contabilidade hoteleira",author:"LUNKES, Rogério João ",isbn:"9788522472666",edition:0,vbkType:"pbk",url:"/books/9788522472666",coverURL:"//covers.vitalbook.com/vbid/9788522472666/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito Eleitoral, 2ª edição",author:"KIMURA, Alexandre Issa ",isbn:"978-85-309-4328-8",edition:0,vbkType:"pbk",url:"/books/978-85-309-4328-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4328-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing business to business - 1ª edição",author:"MOREIRA, Júlio César Tavares (ORG) ; CENTURIÓN FILHO, José Miguel; BARRETO, Milton José de Fran",isbn:"9788502115989",edition:0,vbkType:"pbk",url:"/books/9788502115989",coverURL:"//covers.vitalbook.com/vbid/9788502115989/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing e estratégia em agronegócios e alimentos",author:"NEVES, Marcos Fava ; CASTRO, Luciano Thomé e (Org.)",isbn:"9788522471812",edition:0,vbkType:"pbk",url:"/books/9788522471812",coverURL:"//covers.vitalbook.com/vbid/9788522471812/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing: Estratégia e valor - 1ª edição",author:"DIAS, Sergio Roberto",isbn:"9788502125490",edition:0,vbkType:"pbk",url:"/books/9788502125490",coverURL:"//covers.vitalbook.com/vbid/9788502125490/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing: Perspectivas e tendências, 2 ª edição",author:"CROCCO, Luciano",isbn:"9788502125421",edition:0,vbkType:"pbk",url:"/books/9788502125421",coverURL:"//covers.vitalbook.com/vbid/9788502125421/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Massagem para o desempenho esportivo",author:"McGILLICUDDY, Michael",isbn:"9788536327716",edition:0,vbkType:"pbk",url:"/books/9788536327716",coverURL:"//covers.vitalbook.com/vbid/9788536327716/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática aplicada - 1ª Edição",author:"LAPA, Nilton",isbn:"9788502157118",edition:0,vbkType:"pbk",url:"/books/9788502157118",coverURL:"//covers.vitalbook.com/vbid/9788502157118/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática financeira para concursos : mais de 1.500 aplicações",author:"MERCHEDE, Alberto",isbn:"9788522472703",edition:0,vbkType:"pbk",url:"/books/9788522472703",coverURL:"//covers.vitalbook.com/vbid/9788522472703/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática financeira: Intrumentos financeiros para tomada de decisão em adminstração, economia ",author:"ANTONIK, Luis Roberto",isbn:"9788502157088",edition:0,vbkType:"pbk",url:"/books/9788502157088",coverURL:"//covers.vitalbook.com/vbid/9788502157088/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática: Práticas pedagógicas para o ensino médio",author:"FAINGUELERNT, Estela K.; NUNES, Katia Regina Ashton",isbn:"9788563899972",edition:0,vbkType:"pbk",url:"/books/9788563899972",coverURL:"//covers.vitalbook.com/vbid/9788563899972/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Métodos e técnicas de pesquisa em comunicação, 2ª edição",author:"DUARTE, Jorge; BARROS, Antonio (Org.)",isbn:"9788522474400",edition:0,vbkType:"pbk",url:"/books/9788522474400",coverURL:"//covers.vitalbook.com/vbid/9788522474400/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Métodos estatísticos multivariados - 1ª Edição",author:"LOESCH, Claudio",isbn:"9788502146105",edition:0,vbkType:"pbk",url:"/books/9788502146105",coverURL:"//covers.vitalbook.com/vbid/9788502146105/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mediação e solução de conflitos : teoria e prática",author:"FIORELLI, José Osmir ; FIORELLI, Maria Rosa; MALHADAS JUNIOR, Marcos Julio Olivé ",isbn:"9788522468164",edition:0,vbkType:"pbk",url:"/books/9788522468164",coverURL:"//covers.vitalbook.com/vbid/9788522468164/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Meio Ambiente e Sustentabilidade",author:"ROSA, André Henrique ; FRACETO, Leonardo F.; MOSCHINI-CARLOS, Viviane - organizadores",isbn:"9788540701977",edition:0,vbkType:"pbk",url:"/books/9788540701977",coverURL:"//covers.vitalbook.com/vbid/9788540701977/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Micro e macroeconomia: uma abordagem conceitual e prática, 2ª edição",author:"MONTELLA, Maura",isbn:"9788522474462",edition:0,vbkType:"pbk",url:"/books/9788522474462",coverURL:"//covers.vitalbook.com/vbid/9788522474462/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mudanças nas demonstrações contábeis - 1ª edição",author:"MARION, José Carlos; REIS, Arnaldo - coordenadores",isbn:"9788502124509",edition:0,vbkType:"pbk",url:"/books/9788502124509",coverURL:"//covers.vitalbook.com/vbid/9788502124509/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Negociação - 2ª edição",author:"MARTINELLI , Dante Pinheiro; GHISI, Flávia Angeli",isbn:"9788502160804",edition:0,vbkType:"pbk",url:"/books/9788502160804",coverURL:"//covers.vitalbook.com/vbid/9788502160804/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Negociação internacional",author:"VENTURA, Carla Aparecida Arena ; MACHADO, Juliano Rossi; MARTINELLI, Dante Pinheiro",isbn:"9788522466689",edition:0,vbkType:"pbk",url:"/books/9788522466689",coverURL:"//covers.vitalbook.com/vbid/9788522466689/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Neurociência e Educação - ISBN - 9788536325484",author:"COSENZA, Ramon; GUERRA, Leonor",isbn:"9788536326078",edition:0,vbkType:"pbk",url:"/books/9788536326078",coverURL:"//covers.vitalbook.com/vbid/9788536326078/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nome Civil da pessoa natural, 1ª edição",author:"BRANDELLI, Leonardo",isbn:"9788502173286",edition:0,vbkType:"pbk",url:"/books/9788502173286",coverURL:"//covers.vitalbook.com/vbid/9788502173286/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Notas e Registros Públicos, 4ª EDIÇÃO",author:"LOUREIRO FILHO, Lair da Silva; LOUREIRO, Claudia Regina Magalhães",isbn:"9788502177109",edition:0,vbkType:"pbk",url:"/books/9788502177109",coverURL:"//covers.vitalbook.com/vbid/9788502177109/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O líder eficaz",author:"BERGAMINI, Cecília Whitaker",isbn:"9788522467570",edition:0,vbkType:"pbk",url:"/books/9788522467570",coverURL:"//covers.vitalbook.com/vbid/9788522467570/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Novo Processo Civil Brasileiro, 29ª edição",author:"MOREIRA, José Carlos Barbosa ",isbn:"978-85-309-4385-1",edition:0,vbkType:"pbk",url:"/books/978-85-309-4385-1",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4385-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O valor da empresa e a influência dos Stakeholders- 1ª edição",author:"SOUZA, Almir Ferreira de ",isbn:"9788502124776",edition:0,vbkType:"pbk",url:"/books/9788502124776",coverURL:"//covers.vitalbook.com/vbid/9788502124776/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"ORGANIZAÇÕES DE APRENDIZAGEM, 2ª edição",author:"MARIOTTI, Humberto De Oliveira \n",isbn:"9788522472673",edition:0,vbkType:"pbk",url:"/books/9788522472673",coverURL:"//covers.vitalbook.com/vbid/9788522472673/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Os 'novos' direitos no Brasil - Natureza e perspectivas - Uma visão básica das novas conf",author:"WOLKMER,Antonio Carlos ; LEITE, José Ruubens Morato",isbn:"9788502171596",edition:0,vbkType:"pbk",url:"/books/9788502171596",coverURL:"//covers.vitalbook.com/vbid/9788502171596/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Parasitologia Contemporânea",author:"FERREIRA, Marcelo Urbano",isbn:"978-85-277-2194-3",edition:0,vbkType:"pbk",url:"/books/978-85-277-2194-3",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2194-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pedagogia Freinet: A atualidade das invariantes pedagógicas",author:"IMBERNÓN, Francisco",isbn:"9788563899996",edition:0,vbkType:"pbk",url:"/books/9788563899996",coverURL:"//covers.vitalbook.com/vbid/9788563899996/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento estratégico e gestão do desempenho para resultados",author:"LUCENA, Maria Diva da Salete",isbn:"9788522473595",edition:0,vbkType:"pbk",url:"/books/9788522473595",coverURL:"//covers.vitalbook.com/vbid/9788522473595/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento governamental para municípios : plano plurianual, lei de diretrizes orçamentárias\ne ",author:"ANDRADE, Nilton de Aquino (Org.)",isbn:"9788522466450",edition:0,vbkType:"pbk",url:"/books/9788522466450",coverURL:"//covers.vitalbook.com/vbid/9788522466450/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pneumologia: Princípios e Prática",author:"SILVA, Luiz Carlos Corrêa da - organizador; HETZEL, Jorge L.; FELICETTI, José Carlos ; MOREIRA, ",isbn:"9788536326757",edition:0,vbkType:"pbk",url:"/books/9788536326757",coverURL:"//covers.vitalbook.com/vbid/9788536326757/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Português jurídico",author:"TOMASI, Carolina ; MEDEIROS, João Bosco",isbn:"9788522471829",edition:0,vbkType:"pbk",url:"/books/9788522471829",coverURL:"//covers.vitalbook.com/vbid/9788522471829/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática da prevenção de acidentes : ABC da segurança do trabalho, 7ª edição",author:"ZOCCHIO, Álvaro",isbn:"9788522472994",edition:0,vbkType:"pbk",url:"/books/9788522472994",coverURL:"//covers.vitalbook.com/vbid/9788522472994/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática de direito processual tributário: para graduação e exame da OAB, 3ª edição",author:"NISHIYAMA, Adolfo Mamoru",isbn:"9788522474493",edition:0,vbkType:"pbk",url:"/books/9788522474493",coverURL:"//covers.vitalbook.com/vbid/9788522474493/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Primeiras Linhas de Direito Processual Civil, Vol.1, 29ª edição",author:"SANTOS, Moacyr Amaral ",isbn:"9788502171763",edition:0,vbkType:"pbk",url:"/books/9788502171763",coverURL:"//covers.vitalbook.com/vbid/9788502171763/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios de marketing global- 1ª edição",author:"GREEN, Mark C. ; KEEGAN, Warren J.",isbn:"9788502124868",edition:0,vbkType:"pbk",url:"/books/9788502124868",coverURL:"//covers.vitalbook.com/vbid/9788502124868/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Probabilidade e Estatística",author:"LOESCH, Claudio",isbn:"978-85-216-2172-0",edition:0,vbkType:"pbk",url:"/books/978-85-216-2172-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2172-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processo de conhecimento na prática : de acordo com as leis nos 11.187/2005, 11.232/2005, 11.276/20",author:"MONTENEGRO FILHO, Misael ",isbn:"9788522470631",edition:0,vbkType:"pbk",url:"/books/9788522470631",coverURL:"//covers.vitalbook.com/vbid/9788522470631/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Projetos de investimentos de capital: elaboração, análise, tomada de decisão",author:"SOUZA, Acilon Batista de",isbn:"9788522471720",edition:0,vbkType:"pbk",url:"/books/9788522471720",coverURL:"//covers.vitalbook.com/vbid/9788522471720/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química Ambiental, 4 ª edição",author:"BAIRD,Colin ; CANN, Michael ",isbn:"9788577808519",edition:0,vbkType:"pbk",url:"/books/9788577808519",coverURL:"//covers.vitalbook.com/vbid/9788577808519/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Raciocínio lógico para concursos, 1ªedição",author:"ABDALLA, Samuel Liló",isbn:"9788502173316",edition:0,vbkType:"pbk",url:"/books/9788502173316",coverURL:"//covers.vitalbook.com/vbid/9788502173316/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Regulação de setor postal, 1ª edição",author:"GABAN, Eduardo Molan",isbn:"9788502158764",edition:0,vbkType:"pbk",url:"/books/9788502158764",coverURL:"//covers.vitalbook.com/vbid/9788502158764/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Rotinas de Diagnóstico e Tratamento da Sociedade Brasileira de Dermatologia - SBD, 2ª edição",author:"LUPI, Omar; BELO, Josemir; CUNHA, Paulo",isbn:"978-85-8114-097-1",edition:0,vbkType:"pbk",url:"/books/978-85-8114-097-1",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-097-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Educação - Didática Geral",author:"MALHEIROS, Bruno Taranto",isbn:"978-85-216-2156-0",edition:0,vbkType:"pbk",url:"/books/978-85-216-2156-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2156-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Educação - Educação Corporativa - Fundamentos e Gestão",author:"RAMAL, Andrea",isbn:"978-85-216-2157-7",edition:0,vbkType:"pbk",url:"/books/978-85-216-2157-7",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2157-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Nutrição e Metabolismo - Dietética Aplicada na Produção de Refeições",author:"JAPUR, Camila Cremonezi; VIEIRA, Marta Neves Campanelli Marçal",isbn:"978-85-277-2196-7",edition:0,vbkType:"pbk",url:"/books/978-85-277-2196-7",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2196-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Nutrição e Metabolismo - Gestão de Qualidade na Produção de Refeições",author:"VIEIRA, Marta Neves Campanelli Marçal; JAPUR, Camila Cremonezi",isbn:"978-85-277-2202-5",edition:0,vbkType:"pbk",url:"/books/978-85-277-2202-5",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2202-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Segurança da informação: Princípios e Melhores Práticas para a Proteção dos Ativos de Informa",author:"BEAL, Adriana",isbn:"9788522472109",edition:0,vbkType:"pbk",url:"/books/9788522472109",coverURL:"//covers.vitalbook.com/vbid/9788522472109/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Segurança da informção - 1ª edição",author:"FONTES, Edison",isbn:"9788502122185",edition:0,vbkType:"pbk",url:"/books/9788502122185",coverURL:"//covers.vitalbook.com/vbid/9788502122185/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Shopper marketing: a nova estratégia integrada de marketing para a conquista do cliente noponto de ",author:"D'ANDREA, Rafael; CÔNSOLI, Matheus Alberto; GUISSONI, Leandro Angotti",isbn:"9788522474363",edition:0,vbkType:"pbk",url:"/books/9788522474363",coverURL:"//covers.vitalbook.com/vbid/9788522474363/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas de gerenciamento de transporte: modelagem matemática",author:"CAIXETA-FILHO, José Vicente ; GAMEIRO, Augusto Hauber (org.)",isbn:"9788522472710",edition:0,vbkType:"pbk",url:"/books/9788522472710",coverURL:"//covers.vitalbook.com/vbid/9788522472710/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sociedade da informação: Os desafios da era da coloração e da gestão do conhecimento",author:"POLIZELLI, Demerval L.",isbn:"9788502121775",edition:0,vbkType:"pbk",url:"/books/9788502121775",coverURL:"//covers.vitalbook.com/vbid/9788502121775/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria geral da administração : abordagem histórica da gestão de produção e operações",author:"CORRÊA, Henrique Luiz ",isbn:"9788522472970",edition:0,vbkType:"pbk",url:"/books/9788522472970",coverURL:"//covers.vitalbook.com/vbid/9788522472970/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria geral da administração: uma síntese, 3ª edição",author:"KWASNICKA, Eunice Lacava ",isbn:"9788522464814",edition:0,vbkType:"pbk",url:"/books/9788522464814",coverURL:"//covers.vitalbook.com/vbid/9788522464814/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terapia Familiar em Pesquisa - Novas Contribuições",author:"VITALE, Maria Amália Faller; MUNHOZ, Maria Luiza Puglisi",isbn:"978-85-412-0103-2",edition:0,vbkType:"pbk",url:"/books/978-85-412-0103-2",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0103-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Transporte e logística em sistemas agroindustriais",author:"CAIXETA-FILHO, José Vicente;, GAMEIRO, Augusto Hauber (Org.) ",isbn:"9788522472741",edition:0,vbkType:"pbk",url:"/books/9788522472741",coverURL:"//covers.vitalbook.com/vbid/9788522472741/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de Medicina de Família e Comunidade – princípios, formação e prática - 2volumes",author:"GUSSO, Gustavo ; LOPES, José Mauro Ceratti - organizadores",isbn:"9788536327976",edition:0,vbkType:"pbk",url:"/books/9788536327976",coverURL:"//covers.vitalbook.com/vbid/9788536327976/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado Internacional de Cosmecêuticos",author:"COSTA, Adilson",isbn:"978-85-277-2164-6",edition:0,vbkType:"pbk",url:"/books/978-85-277-2164-6",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2164-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Um Globo em Suas Mãos: Práticas para a Sala de Aula, 3ª edição",author:"SCHÄFFER, Neiva Otero; KAERCHER, Nestor André; GOULART, Ligia Beatriz; CASTROGIOVANNI, Antonio Car",isbn:"9788563899644",edition:0,vbkType:"pbk",url:"/books/9788563899644",coverURL:"//covers.vitalbook.com/vbid/9788563899644/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"10 Minutos para a Família: Intervenções Sistêmicas em Atenção Primária à Saúde",author:"ASEN, Eia ; TOMSON, Dave ; YOUNG, Venetia ; TOMSON, Peter ",isbn:"9788536327747",edition:0,vbkType:"pbk",url:"/books/9788536327747",coverURL:"//covers.vitalbook.com/vbid/9788536327747/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Amicus Curiae no Processo Civil Brasileiro - Um terceiro enigmático, 3ª edição",author:"BUENO, Cassio Scarpinella",isbn:"9788502171633",edition:0,vbkType:"pbk",url:"/books/9788502171633",coverURL:"//covers.vitalbook.com/vbid/9788502171633/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"As decisões de investimentos, (v. 2), 3ª ed.",author:"BRUNI, Adriano Leal ; FAMÁ, Rubens ",isbn:"9788522466511",edition:0,vbkType:"pbk",url:"/books/9788522466511",coverURL:"//covers.vitalbook.com/vbid/9788522466511/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Auditoria de demonstrações contábeis: testes, casos práticos e exercícios",author:"PEREZ JUNIOR, José Hernandez ; OLIVEIRA, Luís Martins de ",isbn:"9788522472659",edition:0,vbkType:"pbk",url:"/books/9788522472659",coverURL:"//covers.vitalbook.com/vbid/9788522472659/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Avaliação estratégica da qualidade, 2ª ed.",author:"PALADINI, Edson Pacheco ",isbn:"9788522468157",edition:0,vbkType:"pbk",url:"/books/9788522468157",coverURL:"//covers.vitalbook.com/vbid/9788522468157/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ética e retórica, 5ª edição",author:"ADEODATO, João Maurício",isbn:"9788502130326",edition:0,vbkType:"pbk",url:"/books/9788502130326",coverURL:"//covers.vitalbook.com/vbid/9788502130326/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ética profissional simplificada , 1ª edição",author:"CARDELLA,Haroldo Paranhas; CREMASCO, José Antonio",isbn:"9788502170919",edition:0,vbkType:"pbk",url:"/books/9788502170919",coverURL:"//covers.vitalbook.com/vbid/9788502170919/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cálculo - Ilustrado, Prático e Descomplicado",author:"ÁVILA, Geraldo Severo de Souza; ARAÚJO, Luís Cláudio Lopes de ",isbn:"978-85-216-2128-7",edition:0,vbkType:"pbk",url:"/books/978-85-216-2128-7",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2128-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cirurgia Ocular",author:"ALVES, Milton Ruiz ",isbn:"978-85-700-6519-3",edition:0,vbkType:"pbk",url:"/books/978-85-700-6519-3",coverURL:"//covers.vitalbook.com/vbid/978-85-700-6519-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção DDJ - Novos parâmetros para intervenção do estado na economia - Série direito em deba",author:" SCHAPIRO, Mario Gomes",isbn:"9788502144231",edition:0,vbkType:"pbk",url:"/books/9788502144231",coverURL:"//covers.vitalbook.com/vbid/9788502144231/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Concursos Jurídicos 12 - Legislação Penal Especial, 1ª EDIÇÃO",author:"ANDREUCCI, Ricardo Antonio",isbn:"9788502115798",edition:0,vbkType:"pbk",url:"/books/9788502115798",coverURL:"//covers.vitalbook.com/vbid/9788502115798/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Concursos Públicos - Nível Médio & Superior - Matemática e Raciocínio Lógico, 1ª edição",author:"PAVIONE, Damares",isbn:"9788502169401",edition:0,vbkType:"pbk",url:"/books/9788502169401",coverURL:"//covers.vitalbook.com/vbid/9788502169401/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Concursos Públicos: Nível Médio & Superior - Direito Processual Civil , 1ª edição",author:"WAGNER JR., Luiz Guilherme da Costa ",isbn:"9788502158337",edition:0,vbkType:"pbk",url:"/books/9788502158337",coverURL:"//covers.vitalbook.com/vbid/9788502158337/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Concursos Públicos: Nível Médio & Superior - Direito Tributário , 1ª edição",author:"CASALINA, Vinícius",isbn:"9788502156388",edition:0,vbkType:"pbk",url:"/books/9788502156388",coverURL:"//covers.vitalbook.com/vbid/9788502156388/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Concursos Públicos: Nível Médio & Superior - Português, 1ª edição",author:"ARRAIS, Diogo",isbn:"9788502156456",edition:0,vbkType:"pbk",url:"/books/9788502156456",coverURL:"//covers.vitalbook.com/vbid/9788502156456/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Professor Agostinho Alvim - Regime de Bens no Novo Código Civil, 2ª edição",author:"BRANDÃO, Débora Vanessa Caús",isbn:"9788502112179",edition:0,vbkType:"pbk",url:"/books/9788502112179",coverURL:"//covers.vitalbook.com/vbid/9788502112179/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Saberes do Direito 56 - Direito Internacional Privado, 1ª edição",author:"JUBILUT, Liliana Lyra; MONACO, Gustavo Ferraz e Campos",isbn:"9788502169142",edition:0,vbkType:"pbk",url:"/books/9788502169142",coverURL:"//covers.vitalbook.com/vbid/9788502169142/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários à Nova Lei de Defesa da Concorrência",author:"BAGNOLI, Vicente ",isbn:"978-85-309-4324-0",edition:0,vbkType:"pbk",url:"/books/978-85-309-4324-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4324-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Competitividade através da gestão da inovação",author:"ZOGBI, Edson ",isbn:"9788522471485",edition:0,vbkType:"pbk",url:"/books/9788522471485",coverURL:"//covers.vitalbook.com/vbid/9788522471485/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Concurso de Magistratura - noções gerais de direito e formação humanística, 2ª edição",author:"GONÇALVES JR.,Jerson Carneiro ; MACIEL, José Fabio Rodrigues - coordenação",isbn:"9788502155404",edition:0,vbkType:"pbk",url:"/books/9788502155404",coverURL:"//covers.vitalbook.com/vbid/9788502155404/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Constituição Federal Anotada e Explicada, 5ª edição",author:"COSTA, Nelson Nery",isbn:"978-85-309-4356-1",edition:0,vbkType:"pbk",url:"/books/978-85-309-4356-1",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4356-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade ambiental e relatórios sociais, 2ª edição",author:"Ferreira, Aracéli Cristina de Sousa; Siqueira, José Ricardo Maia de; Gomes, Mônica Zaidan (Orgs.)",isbn:"9788522469895",edition:127,vbkType:"pbk",url:"/books/9788522469895",coverURL:"//covers.vitalbook.com/vbid/9788522469895/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade de empresas comerciais - Exercícios",author:"SOUZA, Acilon Batista de ",isbn:"9788522472536",edition:0,vbkType:"pbk",url:"/books/9788522472536",coverURL:"//covers.vitalbook.com/vbid/9788522472536/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controladoria governamental: governança e controle econômico na implementação das políticas pú",author:"OLIVEIRA, Antonio Benedito Silva ",isbn:"9788522471423",edition:0,vbkType:"pbk",url:"/books/9788522471423",coverURL:"//covers.vitalbook.com/vbid/9788522471423/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controle de gestão: estratégico, tático, operacional, interno e de risco",author:"LUNKES, Rogério João",isbn:"9788522471430",edition:0,vbkType:"pbk",url:"/books/9788522471430",coverURL:"//covers.vitalbook.com/vbid/9788522471430/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso Avançado de Sentença Trabalhista",author:"VALÉRIO, João Norberto Vargas ",isbn:"978-85-309-4348-6",edition:0,vbkType:"pbk",url:"/books/978-85-309-4348-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4348-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso básico de auditoria, 2ª edição",author:"OLIVEIRA, Luís Martins de ; DINIZ FILHO, André ; ALVES, Paulo Sávio Lopes da Gama; GOMES, Marl",isbn:"9788522470143",edition:0,vbkType:"pbk",url:"/books/9788522470143",coverURL:"//covers.vitalbook.com/vbid/9788522470143/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Civil - Vol. 2 - Direito da Família, 42ª edição",author:"MONTEIRO, Washington de Barros; SILVA, Reina Beatriz Tavares da",isbn:"9788502167339",edition:0,vbkType:"pbk",url:"/books/9788502167339",coverURL:"//covers.vitalbook.com/vbid/9788502167339/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Demonstrações financeiras: gerando valor para o acionista",author:"FERNANDES,Edison Carlos ",isbn:"9788522471263",edition:0,vbkType:"pbk",url:"/books/9788522471263",coverURL:"//covers.vitalbook.com/vbid/9788522471263/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenvolvimento econômico: modelos, evidências, opções políticas e o caso brasileiro",author:"FEIJÓ, Ricardo ",isbn:"9788522471584",edition:0,vbkType:"pbk",url:"/books/9788522471584",coverURL:"//covers.vitalbook.com/vbid/9788522471584/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dicionário de termos de comercIo exterior",author:"VAZQUEZ, José Lopes ",isbn:"9788522470334",edition:0,vbkType:"pbk",url:"/books/9788522470334",coverURL:"//covers.vitalbook.com/vbid/9788522470334/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Administrativo Econômico Geral - Série IDP, 1ª edição",author:"STOBER, Rolf",isbn:"9788502143265",edition:0,vbkType:"pbk",url:"/books/9788502143265",coverURL:"//covers.vitalbook.com/vbid/9788502143265/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Do Trabalho - Vol. 15 - Col. Preparatória Para Concursos Jurídicos",author:"CREMONESI, André ; FABRE, Luiz Carlos Michel",isbn:"9788502173156",edition:0,vbkType:"pbk",url:"/books/9788502173156",coverURL:"//covers.vitalbook.com/vbid/9788502173156/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Internaciomal Penal - Mecanismo de implementação do tribunal penal internacional, 1ª edição",author:"JANKOV, Fernanda Florentino F.",isbn:"9788502144569",edition:0,vbkType:"pbk",url:"/books/9788502144569",coverURL:"//covers.vitalbook.com/vbid/9788502144569/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito médico: abordagem constitucional da responsabilidade médica, 2ª edição",author:"BARROS JÚNIOR, Edmilson de Almeida ",isbn:"9788522472901",edition:0,vbkType:"pbk",url:"/books/9788522472901",coverURL:"//covers.vitalbook.com/vbid/9788522472901/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Penal Constitucional: A imposição dos princípios constitucionais penais, 1ª edição",author:"LIMA, Alberto jorge C. de Barros",isbn:"9788502146426",edition:0,vbkType:"pbk",url:"/books/9788502146426",coverURL:"//covers.vitalbook.com/vbid/9788502146426/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Processual Constitucional, 5ª edição",author:"MEDINA, Paulo Roberto Gouvêa",isbn:"978-85-309-4357-8",edition:0,vbkType:"pbk",url:"/books/978-85-309-4357-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4357-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Tributárioi simplificado, 1ª edição",author:"PEREIRA, Luciano de Almeida",isbn:"9788502170926",edition:0,vbkType:"pbk",url:"/books/9788502170926",coverURL:"//covers.vitalbook.com/vbid/9788502170926/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direitos Fundamentais - SÉRIE IDP , 1ª edição",author:"PIEROTH, Bodo ; SCHLINK, Bernhard",isbn:"9788502176485",edition:0,vbkType:"pbk",url:"/books/9788502176485",coverURL:"//covers.vitalbook.com/vbid/9788502176485/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direitos fundamentais e controle de constitucionalidade - Estudos de Direito Constitucional, 4ª edi",author:"MENDES, Gilmar Ferreira ",isbn:"9788502134249",edition:0,vbkType:"pbk",url:"/books/9788502134249",coverURL:"//covers.vitalbook.com/vbid/9788502134249/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Divórcio e separação - Após a Ec. N.66/2010, 2ª edição",author:"SILVA, Regina Beatriz Tavares da",isbn:"9788502172074",edition:0,vbkType:"pbk",url:"/books/9788502172074",coverURL:"//covers.vitalbook.com/vbid/9788502172074/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eficácia e Vinculação dos direitos sociais , 1ª edição",author:"PANSIERI, Flávio ",isbn:"9788502172920",edition:0,vbkType:"pbk",url:"/books/9788502172920",coverURL:"//covers.vitalbook.com/vbid/9788502172920/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Endodontia em Sessão Única, 2ª edição",author:"HIZATUGU, Ruy et al.",isbn:"978-85-412-0086-8",edition:0,vbkType:"pbk",url:"/books/978-85-412-0086-8",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0086-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfermagem em Geriatria e Gerontologia",author:"NUNES, Maria Inês; SANTOS, Mariza dos; FERRETI, Renata Eloah de Lucena ",isbn:"978-85-277-2153-0",edition:0,vbkType:"pbk",url:"/books/978-85-277-2153-0",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2153-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfermagem na Prática Materno-Neonatal",author:"ARAUJO, Luciane de Almeida; REIS, Adriana Teixeira",isbn:"978-85-277-2160-8",edition:0,vbkType:"pbk",url:"/books/978-85-277-2160-8",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2160-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estado de Direito e Jurisdição Constitucional - 2002/2010, 1ª edição",author:"MENDES, Gilmar Ferreira ",isbn:"9788502176478",edition:0,vbkType:"pbk",url:"/books/9788502176478",coverURL:"//covers.vitalbook.com/vbid/9788502176478/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estratégias de marketing para serviços: como as organizações de serviços devem estabelecer e im",author:"Aléssio Bessa Sarquis",isbn:"9788522471171",edition:0,vbkType:"pbk",url:"/books/9788522471171",coverURL:"//covers.vitalbook.com/vbid/9788522471171/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estratégias para o leite no Brasil",author:"CÔNSOLI,Matheus Alberto; NEVES, Marcos Fava (Coord.)",isbn:"9788522470389",edition:0,vbkType:"pbk",url:"/books/9788522470389",coverURL:"//covers.vitalbook.com/vbid/9788522470389/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ezquizofrenia: Avanços no Tratamento Multidisciplinar, 2ª edição",author:"NOTO, Cristiano S.; BRESSAN, Rodrigo A. ",isbn:"9788536327815",edition:0,vbkType:"pbk",url:"/books/9788536327815",coverURL:"//covers.vitalbook.com/vbid/9788536327815/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisioterapia Aplicada à Saúde da Mulher, 5ª edição",author:"BARACHO, Elza",isbn:"978-85-277-2180-6",edition:0,vbkType:"pbk",url:"/books/978-85-277-2180-6",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2180-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos da teoria da contabilidade, (V. 6)",author:"SANTOS, José Luiz dos; SCHIMIDT, Paulo ; MACHADO, Nilson Perinazzo",isbn:"9788522471256",edition:0,vbkType:"pbk",url:"/books/9788522471256",coverURL:"//covers.vitalbook.com/vbid/9788522471256/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Fenômenos de Transporte - Um Texto para Cursos Básicos, 2ª edição",author:"LIVI, Celso Pohlmann ",isbn:"978-85-216-2145-4",edition:0,vbkType:"pbk",url:"/books/978-85-216-2145-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2145-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gerenciamento de contas: uma abordagem aplicada a agências de comunicação publicitária",author:"DANTAS, Edmundo Brandão",isbn:"9788522471782",edition:0,vbkType:"pbk",url:"/books/9788522471782",coverURL:"//covers.vitalbook.com/vbid/9788522471782/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de custos: aplicações operacionais e estratégicas: exercícios resolvidos e propostos com",author:"SOUZA, Alceu ; CLEMENTE, Ademir ",isbn:"9788522471287",edition:0,vbkType:"pbk",url:"/books/9788522471287",coverURL:"//covers.vitalbook.com/vbid/9788522471287/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão fiscal nas empresas: principais conceitos tributários e sua aplicação",author:"ABREU, Andréia",isbn:"9788522471454",edition:0,vbkType:"pbk",url:"/books/9788522471454",coverURL:"//covers.vitalbook.com/vbid/9788522471454/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia de implementação de marketing de relacionamento e CRM, 2ª edição",author:"MADRUGA, Roberto ",isbn:"9788522468195",edition:0,vbkType:"pbk",url:"/books/9788522468195",coverURL:"//covers.vitalbook.com/vbid/9788522468195/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia prático de redação : exemplos e exercícios, 3ª edição",author:"ANDRADE, Maria Margarida de ",isbn:"9788522471560",edition:0,vbkType:"pbk",url:"/books/9788522471560",coverURL:"//covers.vitalbook.com/vbid/9788522471560/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Histologia e Embriologia Oral - Texto - Atlas - Correlações Clínicas, 3ª edição",author:"KATCHBURIAN, Eduardo; ARANA, Victor",isbn:"978-85-277-2154-7",edition:0,vbkType:"pbk",url:"/books/978-85-277-2154-7",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2154-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Igualdade e Vulnerabilidade no Processo Civil",author:"TARTUCE, Fernanda",isbn:"978-85-309-4350-9",edition:0,vbkType:"pbk",url:"/books/978-85-309-4350-9",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4350-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Iniciação à Economia, 2ª edição",author:"SILVA, Adelphino Teixeira da ",isbn:"9788522471744",edition:0,vbkType:"pbk",url:"/books/9788522471744",coverURL:"//covers.vitalbook.com/vbid/9788522471744/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Instrumentação e Fundamentos de Medidas - Vol. 2, 2ª edição",author:"BALBINOT, Alexandre; BRUSAMARELLO, Valner João ",isbn:"978-85-216-2130-0",edition:0,vbkType:"pbk",url:"/books/978-85-216-2130-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2130-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução ao planejamento da infraestrutura e operações portuárias: aplicações de pesquisa o",author:"WANKE, Peter F. ; SILVEIRA, Rafael Valente ; BARROS, Frederico Gonçalves de ",isbn:"9788522471614",edition:0,vbkType:"pbk",url:"/books/9788522471614",coverURL:"//covers.vitalbook.com/vbid/9788522471614/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução ao planejamento de redes logísticas: aplicações em AIMMS (Optimization Software for ",author:"WANKE, Peter F.; MONTEBELLER JÚNIOR, Edson João ; TARDELLI, Rafael Vouga ",isbn:"9788522471553",edition:0,vbkType:"pbk",url:"/books/9788522471553",coverURL:"//covers.vitalbook.com/vbid/9788522471553/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Jurisdição e competência, 18ª edição",author:"CARNEIRO, Athos Gusmão",isbn:"9788502173163",edition:0,vbkType:"pbk",url:"/books/9788502173163",coverURL:"//covers.vitalbook.com/vbid/9788502173163/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Legislação penal especial - Simplificado, 8ª edição",author:"FERNANDO CAPEZ",isbn:"9788502165441",edition:0,vbkType:"pbk",url:"/books/9788502165441",coverURL:"//covers.vitalbook.com/vbid/9788502165441/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Liderança empresarial: competências que inspiram, influenciam e conquistam resultados",author:"GRACIOSO, Luiz Francisco",isbn:"9788522471775",edition:0,vbkType:"pbk",url:"/books/9788522471775",coverURL:"//covers.vitalbook.com/vbid/9788522471775/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual das sociedades cooperativas, 4ª edição",author:"POLONIO, Wilson Alves ",isbn:"9788522472956",edition:0,vbkType:"pbk",url:"/books/9788522472956",coverURL:"//covers.vitalbook.com/vbid/9788522472956/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de conversão das demonstrações financeiras",author:"SCHMIDT,Paulo ; SANTOS, José Luiz dos ; FERNANDES, Luciane Alves",isbn:"9788522471201",edition:0,vbkType:"pbk",url:"/books/9788522471201",coverURL:"//covers.vitalbook.com/vbid/9788522471201/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de direito para administração hoteleira : incluindo análise dos problemas e dúvidas jurí",author:"MAMAEDE, Gladston",isbn:"9788522471928",edition:0,vbkType:"pbk",url:"/books/9788522471928",coverURL:"//covers.vitalbook.com/vbid/9788522471928/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Iniciação em Neurocirurgia, 2ª edição",author:"PINTO, Fernando Campos Gomes ",isbn:"978-85-412-0090-5",edition:0,vbkType:"pbk",url:"/books/978-85-412-0090-5",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0090-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de microeconomia, 3ª edição",author:"VASCONCELLOS, Marco Antonio Sandoval de ; OLIVEIRA, Roberto Guena de ; BARBIERI, Fabio ",isbn:"9788522469932",edition:0,vbkType:"pbk",url:"/books/9788522469932",coverURL:"//covers.vitalbook.com/vbid/9788522469932/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de procedimentos e modelos na gestão de recursos humanos, 3ª edição",author:"OLIVEIRA, Aristeu de ",isbn:"9788522471492",edition:0,vbkType:"pbk",url:"/books/9788522471492",coverURL:"//covers.vitalbook.com/vbid/9788522471492/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual do poder judiciário brasileiro, 1ª edição",author:"TAVARES, André Ramos",isbn:"9788502148277",edition:0,vbkType:"pbk",url:"/books/9788502148277",coverURL:"//covers.vitalbook.com/vbid/9788502148277/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing : teoria e prática no Brasil, 2ª edição",author:"ROCHA, Angela da; CHRISTENSEN, Carl ",isbn:"9788522470105",edition:0,vbkType:"pbk",url:"/books/9788522470105",coverURL:"//covers.vitalbook.com/vbid/9788522470105/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática financeira com utilização do Excel 2000: aplicável também às versões 5.0, 7.0, 97,",author:"TOSI, Armando José",isbn:"9788522471546",edition:0,vbkType:"pbk",url:"/books/9788522471546",coverURL:"//covers.vitalbook.com/vbid/9788522471546/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Métodos Diagnósticos: Consulta Rápida, 2ª edição",author:"SOARES, José Luiz M. F. ; ROSA, Daniela D. ; LEITE, Veronica Ruttkay S.; PASQUALOTTO Alessandro C.",isbn:"9788536327372",edition:0,vbkType:"pbk",url:"/books/9788536327372",coverURL:"//covers.vitalbook.com/vbid/9788536327372/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Motivação nas organizações",author:"SILVA, Walmir Rufino da ; RODIRGUES, Cláudia Medianeira Cruz ",isbn:"9788522471478",edition:0,vbkType:"pbk",url:"/books/9788522471478",coverURL:"//covers.vitalbook.com/vbid/9788522471478/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novas modalidades de família na pós-modernidade",author:"MALUF, Adriana Caldas do Rego Freitas Dabus ",isbn:"9788522472895",edition:0,vbkType:"pbk",url:"/books/9788522472895",coverURL:"//covers.vitalbook.com/vbid/9788522472895/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Paradigmas do Judicialismo Constitucional, 1ª edição",author:"TAVARES, André Ramos",isbn:"9788502176492",edition:0,vbkType:"pbk",url:"/books/9788502176492",coverURL:"//covers.vitalbook.com/vbid/9788502176492/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Passe em concursos públicos - Questões comentadas - Defensoria pública (carreiras da DPU e DPE)",author:"ROCHA, Marcelo Hugo da",isbn:"9788502171671",edition:0,vbkType:"pbk",url:"/books/9788502171671",coverURL:"//covers.vitalbook.com/vbid/9788502171671/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Patentes farmacêuticas e acesso a medicamentos",author:"CARVALHO, Patrícia Luciane de ",isbn:"9788522471980",edition:0,vbkType:"pbk",url:"/books/9788522471980",coverURL:"//covers.vitalbook.com/vbid/9788522471980/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pensamento estratégico: origens, princípios e perspectivas",author:"VIZEU, Fabio Vizeu; GONÇALVES, Sandro Aparecido",isbn:"9788522471270",edition:0,vbkType:"pbk",url:"/books/9788522471270",coverURL:"//covers.vitalbook.com/vbid/9788522471270/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Perícia contábil nos processos cível e trabalhista : o valor informacional da contabilidade para ",author:"MAGALHÃES, Antonio de Deus F. ; LUNKES, Irtes Cristina",isbn:"9788522466559",edition:0,vbkType:"pbk",url:"/books/9788522466559",coverURL:"//covers.vitalbook.com/vbid/9788522466559/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática Forense para estagiários , 1ª edição",author:"CHACON, Luiz Fernando Rabelo; SODERO, Luiza Helena Lellis A.de Sá",isbn:"9788502146457",edition:0,vbkType:"pbk",url:"/books/9788502146457",coverURL:"//covers.vitalbook.com/vbid/9788502146457/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Programação linear como instrumento da pesquisa operacional",author:"PASSOS, Eduardo José Pedreira Franco dos",isbn:"9788522471508",edition:0,vbkType:"pbk",url:"/books/9788522471508",coverURL:"//covers.vitalbook.com/vbid/9788522471508/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Projetos e relatórios de pesquisa em administração",author:"GONÇALVES, Carlos Alberto; MEIRELLES, Anthero de Moraes ",isbn:"9788522471607",edition:0,vbkType:"pbk",url:"/books/9788522471607",coverURL:"//covers.vitalbook.com/vbid/9788522471607/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prontuário do Paciente",author:"RICARTE, Ivan Luiz Marques; GALVÃO, Maria Cristiane Barbosa ",isbn:"978-85-277-2183-7",edition:0,vbkType:"pbk",url:"/books/978-85-277-2183-7",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2183-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Quanto custa pagar tributos",author:"BERTOLUCCI, Aldo Vincenzo ",isbn:"9788522472475",edition:0,vbkType:"pbk",url:"/books/9788522472475",coverURL:"//covers.vitalbook.com/vbid/9788522472475/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Reabilitação nas Doenças Neuromusculares - Abordagem Interdisciplinar",author:"ORSINI, Marcos",isbn:"978-85-277-2179-0",edition:0,vbkType:"pbk",url:"/books/978-85-277-2179-0",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2179-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Redação Técnica : elaboração de relatórios técnico-científicos e técnicas de normalização",author:"MEDEIROS, João Bosco ; TOMASI, Carolina ",isbn:"9788522471461",edition:0,vbkType:"pbk",url:"/books/9788522471461",coverURL:"//covers.vitalbook.com/vbid/9788522471461/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Redes entre organizações: domínio do conhecimento e da eficácia operacional",author:"AMATO NETO, João (Org).",isbn:"9788522471638",edition:0,vbkType:"pbk",url:"/books/9788522471638",coverURL:"//covers.vitalbook.com/vbid/9788522471638/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Reforma previdenciária comentada, 2ª edição",author:"OLIVEIRA, Aristeu de ",isbn:"9788522472581",edition:0,vbkType:"pbk",url:"/books/9788522472581",coverURL:"//covers.vitalbook.com/vbid/9788522472581/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Relações internacionais: introdução ao estudo da sociedade internacional global",author:"DIAS,Reinaldo",isbn:"9788522471249",edition:0,vbkType:"pbk",url:"/books/9788522471249",coverURL:"//covers.vitalbook.com/vbid/9788522471249/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Responsabilidade Civil nas relações de c onsumo, 3ª edição",author:"LISBOA, Roberto Senise",isbn:"9788502172067",edition:0,vbkType:"pbk",url:"/books/9788502172067",coverURL:"//covers.vitalbook.com/vbid/9788502172067/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Responsabilidade civil: aspectos processuais",author:"MONTENEGRO FILHO, Misael ",isbn:"9788522472567",edition:0,vbkType:"pbk",url:"/books/9788522472567",coverURL:"//covers.vitalbook.com/vbid/9788522472567/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Rotinas em Unidade Vascular",author:"NASI, Luiz Antônio",isbn:"9788536327792",edition:0,vbkType:"pbk",url:"/books/9788536327792",coverURL:"//covers.vitalbook.com/vbid/9788536327792/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Saberes do Direito 6 - Direito Penal - Parte Especial I - Arts. 121 A 212, 1ª edição",author:"CABETTE, Eduardo Luiz Santos",isbn:"9788502169081",edition:0,vbkType:"pbk",url:"/books/9788502169081",coverURL:"//covers.vitalbook.com/vbid/9788502169081/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Samba no pé & Direito na cabeça, 1ª edição",author:"GRÜNE, Crmela",isbn:"9788502171695",edition:0,vbkType:"pbk",url:"/books/9788502171695",coverURL:"//covers.vitalbook.com/vbid/9788502171695/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Educação - Currículos - Teorias e Práticas",author:"SANTOS, Edméa",isbn:"978-85-216-2143-0",edition:0,vbkType:"pbk",url:"/books/978-85-216-2143-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2143-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Radiologia e Diagnóstico por Imagem - Diagnóstico por Imagem das Doenças Torácicas",author:"FUNARI, Marcelo Buarque de Gusmão",isbn:"978-85-277-2166-0",edition:0,vbkType:"pbk",url:"/books/978-85-277-2166-0",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2166-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"SINASE - Ssitema Nacional de Atendimento Socioeducativo - comentários à Lei n. 12.594, de 18 de ja",author:"RAMIDOFF, Mário Luiz",isbn:"9788502172760",edition:0,vbkType:"pbk",url:"/books/9788502172760",coverURL:"//covers.vitalbook.com/vbid/9788502172760/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas de Gestão Ambiental na Indústria Alimentícia",author:"BERTOLINO, Marco Túlio ",isbn:"9788536327785",edition:0,vbkType:"pbk",url:"/books/9788536327785",coverURL:"//covers.vitalbook.com/vbid/9788536327785/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas de informação: ênfase em controladoria e contabilidade",author:"GONÇALVES, Rosana C. M. Grillo ; RICCIO, Edson Luiz ",isbn:"9788522471232",edition:0,vbkType:"pbk",url:"/books/9788522471232",coverURL:"//covers.vitalbook.com/vbid/9788522471232/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas de informação: o alinhamento da estratégia de TI com a estratégia corporativa, 2ª edição",author:"GRAEML, Alexandre Reis",isbn:"9788522472963",edition:0,vbkType:"pbk",url:"/books/9788522472963",coverURL:"//covers.vitalbook.com/vbid/9788522472963/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sociedades Limitadas, 10ª edição",author:"ABRÃO, Nelson",isbn:"9788502170421",edition:0,vbkType:"pbk",url:"/books/9788502170421",coverURL:"//covers.vitalbook.com/vbid/9788502170421/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sociologia do turismo",author:"DIAS, Reinaldo ",isbn:"9788522471669",edition:0,vbkType:"pbk",url:"/books/9788522471669",coverURL:"//covers.vitalbook.com/vbid/9788522471669/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sucessão na Empresa Familiar: Preparando as mudanças para garantir sobrevivência no mercado globa",author:"LEONE, Nilda Maria de Clodoaldo Pinto Guerra ",isbn:"9788522472611",edition:0,vbkType:"pbk",url:"/books/9788522472611",coverURL:"//covers.vitalbook.com/vbid/9788522472611/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tabagismo: Doença que tem tratamento",author:"SILVA, Luiz Carlos Corrêa da ",isbn:"9788536327839",edition:0,vbkType:"pbk",url:"/books/9788536327839",coverURL:"//covers.vitalbook.com/vbid/9788536327839/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tecnologias da Informação Aplicadas às Instituições de Ensino e às Universidades Corporativas",author:"TACHIZAWA, Élio Takeshy; ANDRADE, Rui Otávio Bernardes de ",isbn:"9788522470457",edition:0,vbkType:"pbk",url:"/books/9788522470457",coverURL:"//covers.vitalbook.com/vbid/9788522470457/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terceirização: aspectos legais, trabalhistas e tributários",author:"POLONIO, Wilson Alves ",isbn:"9788522471997",edition:0,vbkType:"pbk",url:"/books/9788522471997",coverURL:"//covers.vitalbook.com/vbid/9788522471997/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tribunal do júri: aspectos críticos relacionados à prova",author:"GOULART, Fábio Rodrigues ",isbn:"9788522472512",edition:0,vbkType:"pbk",url:"/books/9788522472512",coverURL:"//covers.vitalbook.com/vbid/9788522472512/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"35 Estratégias para Desenvolver a Leitura com Textos Informativos",author:"MOSS, Barbara ; LOH, Virginia S.",isbn:"9788563899927",edition:0,vbkType:"pbk",url:"/books/9788563899927",coverURL:"//covers.vitalbook.com/vbid/9788563899927/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Luta pelo Direito, 24ª edição",author:"IHERING, Rudolf Von",isbn:"978-85-309-4196-3",edition:0,vbkType:"pbk",url:"/books/978-85-309-4196-3",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4196-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ação Civil Pública e Termo de Ajustamento de Conduta - Teoria e Prática, 3ª edição",author:"RODRIGUES, Geisa de Assis",isbn:"978-85-309-4213-7",edition:0,vbkType:"pbk",url:"/books/978-85-309-4213-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4213-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ações Locatícias",author:"ZARIF, Cláudio Cintra; FERNANDES, Luís Eduardo Simardi; MELLO, Rogério Licastro Torres de ",isbn:"978-85-309-4228-1",edition:0,vbkType:"pbk",url:"/books/978-85-309-4228-1",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4228-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração de Varejo - com foco em casos brasileiros",author:"MERLO, Edgard Monforte",isbn:"978-85-216-2096-9",edition:0,vbkType:"pbk",url:"/books/978-85-216-2096-9",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2096-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Adobe Acrobat X: Classroom in a Book",author:"Adobe Creative Team",isbn:"9788540700963",edition:0,vbkType:"pbk",url:"/books/9788540700963",coverURL:"//covers.vitalbook.com/vbid/9788540700963/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Alienação Fiduciária de Bens Imóveis, 3ª edição",author:"DANTZGER, Afranio Carlos Camargo",isbn:"978-85-309-4226-7",edition:0,vbkType:"pbk",url:"/books/978-85-309-4226-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4226-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Alimentos Gravídicos - Comentários à Lei 11.804/2008, 3ª edição",author:"FREITAS, Douglas Phillips",isbn:"978-85-309-4200-7",edition:0,vbkType:"pbk",url:"/books/978-85-309-4200-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4200-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia Cirúrgica Bucomaxilofacial - Órbita",author:"FERNANDES, Atson Carlos de Souza; CERQUEIRA, Arlei",isbn:"978-85-412-0044-8",edition:0,vbkType:"pbk",url:"/books/978-85-412-0044-8",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0044-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Análise Química Quantitativa, 8ª edição",author:"HARRIS, Daniel C.",isbn:"978-85-216-2084-6",edition:0,vbkType:"pbk",url:"/books/978-85-216-2084-6",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2084-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anestesiologia Veterinária - Farmacologia e Técnicas - Textos e Atlas, 6ª edição",author:"MASSONE, Flávio",isbn:"978-85-277-2126-4",edition:0,vbkType:"pbk",url:"/books/978-85-277-2126-4",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2126-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Angiografia Fluoresceínica - Fundamentos e Correlações, 3ª edição",author:"VILELA, Manuel A.P.",isbn:"978-85-7006-517-9",edition:0,vbkType:"pbk",url:"/books/978-85-7006-517-9",coverURL:"//covers.vitalbook.com/vbid/978-85-7006-517-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Aplicações Práticas em Escoamento de Fluidos - Cálculo de Tubulações, Válvulas de Controle e ",author:"ROTAVA, Oscar",isbn:"978-85-216-2078-5",edition:0,vbkType:"pbk",url:"/books/978-85-216-2078-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2078-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Arquitetura da Informação - Uma Abordagem Prática",author:"CARMARGO, Liriane Soares de Araujo de; VIDOTTI, Silvana Aparecida Borseti Gregório",isbn:"978-85-216-2094-5",edition:0,vbkType:"pbk",url:"/books/978-85-216-2094-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2094-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Artigos Científicos - Como Redigir, Publicar e Avaliar",author:"PEREIRA, Maurício Gomes",isbn:"978-85-277-2121-9",edition:0,vbkType:"pbk",url:"/books/978-85-277-2121-9",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2121-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Atlas de Pequenas Cirurgias em Urologia",author:"LOPES, Ricardo Matias; TAJRA, Luis Carlos Feitosa ",isbn:"978-85-412-0034-9",edition:0,vbkType:"pbk",url:"/books/978-85-412-0034-9",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0034-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bases da Bioquímica e Tópicos de Biofísica - Um Marco Inicial",author:"NARDY, Mariane B. Compri; SANCHES, José A. Garcia; STELLA, Mercia Breda",isbn:"978-85-277-2136-3",edition:0,vbkType:"pbk",url:"/books/978-85-277-2136-3",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2136-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Biofísica Essencial",author:"MOURÃO Jr., Carlos Alberto; ABRAMOV, Dimitri Marques",isbn:"978-85-277-2127-1",edition:0,vbkType:"pbk",url:"/books/978-85-277-2127-1",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2127-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Biologia Celular e Molecular, 9ª edição",author:"REZEK, Ângelo José Junqueira",isbn:"978-85-277-2129-5",edition:0,vbkType:"pbk",url:"/books/978-85-277-2129-5",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2129-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Biossegurança, Estratégias de Gestão, Riscos, Doenças Emergentes e Reemergentes",author:"CARDOSO, Telma Abdalla de Oliveira",isbn:"978-85-412-0062-2",edition:0,vbkType:"pbk",url:"/books/978-85-412-0062-2",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0062-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Call Centers de alta performance: manual indispensável para todos que buscam a excelência no atend",author:"MADRUGA, Roberto ",isbn:"9788522468324",edition:0,vbkType:"pbk",url:"/books/9788522468324",coverURL:"//covers.vitalbook.com/vbid/9788522468324/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cessação do Tabagismo - Estratégias de Intervenção da Equipe de Saúde",author:"ECHER, Isabel Cristina; BARRETO, Sérgio Saldanha Menna",isbn:"978-85-8114-067-4",edition:0,vbkType:"pbk",url:"/books/978-85-8114-067-4",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-067-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cidades Sustentáveis: Desenvolvimento Sustentável num Planeta Urbano",author:"Carlos Leite de Souza; Juliana di C. M. Awad",isbn:"9788540701854",edition:0,vbkType:"pbk",url:"/books/9788540701854",coverURL:"//covers.vitalbook.com/vbid/9788540701854/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Clusters e redes de negócios: uma nova visão para a gestão dos negócios",author:"ZACCARELLI, ergio Baptista ; DONAIRE, Denis ; BOA VENTURA, João Maurpicio Gama ; SIQUEIRA, João Pa",isbn:"9788522470068",edition:0,vbkType:"pbk",url:"/books/9788522470068",coverURL:"//covers.vitalbook.com/vbid/9788522470068/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Rubens Limongi - Obrigações de Meios e Resultado - Vol. 9",author:"RENTEIRA, Pablo Waldemar",isbn:"978-85-309-4230-4",edition:0,vbkType:"pbk",url:"/books/978-85-309-4230-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4230-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Rubens Limongi - Responsabilidade Civil Objetiva e Risco - Vol. 10",author:"TARTUCE, Flávio",isbn:"978-85-309-4232-8",edition:0,vbkType:"pbk",url:"/books/978-85-309-4232-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4232-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao Novo Código Civil - Arts. 481 a 532 - Vol. VII, 2ª edição",author:"AZEVEDO, Álvaro Villaça",isbn:"978-85-309-4214-4",edition:0,vbkType:"pbk",url:"/books/978-85-309-4214-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4214-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao Novo Código Civil das Pessoas Arts. 1º a 78 - Vol. I, 2ª edição",author:"MONTEIRO FILHO, Raphael Barros",isbn:"978-85-309-4278-6",edition:0,vbkType:"pbk",url:"/books/978-85-309-4278-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4278-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários à lei do petróleo : lei federal nº 9.478, de 6-8-1997, 2ª edição",author:"COSTA, Maria D’Assunção",isbn:"9788522467716",edition:0,vbkType:"pbk",url:"/books/9788522467716",coverURL:"//covers.vitalbook.com/vbid/9788522467716/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Competência no Processo Civil, 2ª edição",author:"NEVES, Daniel Amorim Assumpção",isbn:"978-85-309-4224-3",edition:0,vbkType:"pbk",url:"/books/978-85-309-4224-3",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4224-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Competências : conceitos, métodos e experiências",author:"DUTRA, Joel Souza ; FLEURY, Maria Tereza Leme ; RUAS, Roberto ((Org.)",isbn:"9788522468317",edition:0,vbkType:"pbk",url:"/books/9788522468317",coverURL:"//covers.vitalbook.com/vbid/9788522468317/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Complexidade de Algoritmos - Vol. 13 (UFRGS) - 3ª edição",author:"TOSCANI, Laira Vieira ; VELOSO, Paulo A. S.",isbn:"9788540701397",edition:0,vbkType:"pbk",url:"/books/9788540701397",coverURL:"//covers.vitalbook.com/vbid/9788540701397/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Computadores em sala de aula - Métodos e usos",author:"BARBA, Carme ; CAPELLA, Sebastià",isbn:"9788563899712",edition:0,vbkType:"pbk",url:"/books/9788563899712",coverURL:"//covers.vitalbook.com/vbid/9788563899712/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade internacional: gestão de riscos, governança corporativa e contabilização de deriva",author:"OLIVEIRA, Alexandre Martins Silva de; FARIA, Anderson de Oliveira ; OLIVEIRA, Luís Martins de ; GA",isbn:"9788522470136",edition:0,vbkType:"pbk",url:"/books/9788522470136",coverURL:"//covers.vitalbook.com/vbid/9788522470136/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contratos bancários: aspectos jurídicos e técnicos da matemática financeira para advogados",author:"LIMA, Roberto Arruda de Souza, NISHIYAMA, Adolfo Mamoru ",isbn:"9788522467723",edition:0,vbkType:"pbk",url:"/books/9788522467723",coverURL:"//covers.vitalbook.com/vbid/9788522467723/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Crítica da Faculdade do Juízo, 3ª edição",author:"KANT, Immanuel",isbn:"978-85-309-4296-0",edition:0,vbkType:"pbk",url:"/books/978-85-309-4296-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4296-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Crítica da Razão Punitiva",author:"MOTTA, Manoel Bastos da",isbn:"978-85-309-4218-2",edition:0,vbkType:"pbk",url:"/books/978-85-309-4218-2",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4218-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cruzando a Fronteira da Energia: Dos Combustíveis Fósseis para um Futuro de Energia Limpa",author:"AYRES, Robert U. ; AYRES, Edward H.",isbn:"9788540701809",edition:0,vbkType:"pbk",url:"/books/9788540701809",coverURL:"//covers.vitalbook.com/vbid/9788540701809/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Administrativo",author:"SANTOS, Mauro Sérgio dos",isbn:"978-85-309-4303-5",edition:0,vbkType:"pbk",url:"/books/978-85-309-4303-5",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4303-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito de Saúde Suplementar, 2ª edição",author:"FIGUEIREDO, Alexandre Vizeu",isbn:"978-85-309-4305-9",edition:0,vbkType:"pbk",url:"/books/978-85-309-4305-9",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4305-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"De Faxineiro a Procurador da República - Uma História Real de Incrível Superação, 3ª edição",author:"PASTANA, Manoel",isbn:"978-85-309-4217-5",edition:0,vbkType:"pbk",url:"/books/978-85-309-4217-5",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4217-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Decisões e Sentenças Arbitrais - Teoria e Prática",author:"COSTA, Nilton Cesar Antunes",isbn:"978-85-309-4301-1",edition:0,vbkType:"pbk",url:"/books/978-85-309-4301-1",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4301-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Depende de Você - Como Fazer de seu Filho uma História de Sucesso",author:"RAMAL, Andrea",isbn:"978-85-216-2077-8",edition:0,vbkType:"pbk",url:"/books/978-85-216-2077-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2077-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenho e escrita como sistemas de representação, 2ª edição revista e ampliada",author:"PILLAR, Analice Dutra ",isbn:"9788563899767",edition:0,vbkType:"pbk",url:"/books/9788563899767",coverURL:"//covers.vitalbook.com/vbid/9788563899767/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Diabetes Mellitus e Doença Cardiovascular",author:"WAJCHENBERG, Bernardo Leo",isbn:"978-85-8114-068-1",edition:0,vbkType:"pbk",url:"/books/978-85-8114-068-1",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-068-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dificuldades de Aprendizagem de A a Z, 2ª edição",author:"SMITH, Corinne ; STRICK, Lisa ",isbn:"9788563899415",edition:0,vbkType:"pbk",url:"/books/9788563899415",coverURL:"//covers.vitalbook.com/vbid/9788563899415/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Processual do Trabalho no TST - Teoria e Práticas Modernas",author:"ULHOA, Marcos Dani",isbn:"978-85-309-4297-7",edition:0,vbkType:"pbk",url:"/books/978-85-309-4297-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4297-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Duelos de Xadrez: Minhas Partidas com os Campeões Mundiais",author:"SEIRAWAN, Yasser ",isbn:"9788563899743",edition:0,vbkType:"pbk",url:"/books/9788563899743",coverURL:"//covers.vitalbook.com/vbid/9788563899743/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educação Ambiental: Abordagens Múltiplas, 2ª edição - Revisada e Ampliada",author:"RUSCHEINSKY, Aloísio - organizador",isbn:"9788563899873",edition:0,vbkType:"pbk",url:"/books/9788563899873",coverURL:"//covers.vitalbook.com/vbid/9788563899873/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educação para Surdos - Práticas e Perspectivas II",author:"MOURA, Maria Cecília",isbn:"978-85-412-0043-1",edition:0,vbkType:"pbk",url:"/books/978-85-412-0043-1",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0043-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Elementos de Direito Ambiental",author:"FURLAN, Anderson; FRACALOSSI, William",isbn:"978-85-309-4234-2",edition:0,vbkType:"pbk",url:"/books/978-85-309-4234-2",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4234-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eletroforeses - Hemoglobinopatias, Proteínas Séricas, Lipoproteínas, Dna",author:"NAOUM, Paulo Cesar",isbn:"978-85-412-0040-0",edition:0,vbkType:"pbk",url:"/books/978-85-412-0040-0",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0040-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Empreendendo novos negócios em corporações: estratégias, processo e melhores práticas, 2ª edição",author:"SEIFFERT, Peter Quadros",isbn:"9788522470129",edition:0,vbkType:"pbk",url:"/books/9788522470129",coverURL:"//covers.vitalbook.com/vbid/9788522470129/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ensaios dos Materiais, 2ª edição",author:"GARCIA, Amauri; SPIM, Jaime Alvares; SANTOS, Carlos Alexandre dos",isbn:"978-85-216-2114-0",edition:0,vbkType:"pbk",url:"/books/978-85-216-2114-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2114-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ensino Técnico, Formação Profissional e Cidadania: A Revolução da Educação Profissional e Tec",author:"PACHECO, Eliezer Moreira ; MORIGI, Valter ",isbn:"9788564519084",edition:0,vbkType:"pbk",url:"/books/9788564519084",coverURL:"//covers.vitalbook.com/vbid/9788564519084/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Entendendo Cosmecêuticos - Diagnósticos e Tratamentos, 2ª edição",author:"VANZIN, Sara Bentler; PIRES, Cristina ",isbn:"978-85-412-0046-2",edition:0,vbkType:"pbk",url:"/books/978-85-412-0046-2",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0046-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Entrevista Clínica",author:"CARRIÓ, Francisco Borrell",isbn:"9788536327761",edition:0,vbkType:"pbk",url:"/books/9788536327761",coverURL:"//covers.vitalbook.com/vbid/9788536327761/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Epidemiologia & Saúde - Fundamentos, Métodos e Aplicações",author:"ALMEIDA FILHO, Naomar de; BARRETO, Mauricio L.",isbn:"978-85-277-2119-6",edition:0,vbkType:"pbk",url:"/books/978-85-277-2119-6",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2119-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estética Dental - Como Fazer e Como Manter",author:"EDUARDO, Carlos de Paula; EDUARDO, Patrícia de Paula; RAMALHO, Karen Müller; ARANHA,Ana Cecília C",isbn:"978-85-412-0036-3",edition:0,vbkType:"pbk",url:"/books/978-85-412-0036-3",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0036-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Etimologia de Termos Psicanalíticos",author:"ZIMERMAN, David E. ",isbn:"9788536327570",edition:0,vbkType:"pbk",url:"/books/9788536327570",coverURL:"//covers.vitalbook.com/vbid/9788536327570/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Farmacocinética Básica e Aplicada",author:"STORPIRTIS, Silvia; GAI, María Nella; CAMPOS, Daniel Rossi de; GONÇALVES, José Eduardo",isbn:"978-85-277-2125-7",edition:0,vbkType:"pbk",url:"/books/978-85-277-2125-7",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2125-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Farmacologia Aplicada em Medicina Intensiva",author:"FALCÃO, Luiz Fernando dos Reis; MACEDO, Gerson Luiz",isbn:"978-85-412-0035-6",edition:0,vbkType:"pbk",url:"/books/978-85-412-0035-6",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0035-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fenômenos de Transporte para Engenharia, 2ª edição",author:"BRAGA FILHO, Washington",isbn:"978-85-216-2079-2",edition:0,vbkType:"pbk",url:"/books/978-85-216-2079-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2079-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Feridas - Úlceras de Membros Inferiores",author:"BORGES, Eline Lima",isbn:"978-85-277-2130-1",edition:0,vbkType:"pbk",url:"/books/978-85-277-2130-1",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2130-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiologia, 4ª edição",author:"AIRES, Margarida de Melo",isbn:"978-85-277-2141-7",edition:0,vbkType:"pbk",url:"/books/978-85-277-2141-7",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2141-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Enfermagem, 3ª edição",author:"KAWAMOTO, Emilia Emi; FORTES, Julia Ikeda",isbn:"978-85-277-2122-6",edition:0,vbkType:"pbk",url:"/books/978-85-277-2122-6",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2122-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Psicologia - Temas Clássicos de Psicologia Sob a Ótica da Análise do Comportamento",author:"HÜBNER, Maria Martha Costa; MOREIRA, Márcio Borges",isbn:"978-85-277-2140-0",edition:0,vbkType:"pbk",url:"/books/978-85-277-2140-0",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2140-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Sistemas Operacionais",author:"MACHADO, Francis Berenger; MAIA, Luiz Paulo",isbn:"978-85-216-2081-5",edition:0,vbkType:"pbk",url:"/books/978-85-216-2081-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2081-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos Lógicos da Interpretação de Textos e da Argumentação",author:"MASIP, Vicente",isbn:"978-85-216-2074-7",edition:0,vbkType:"pbk",url:"/books/978-85-216-2074-7",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2074-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Genogramas: Avaliação e Intervenção Familiar, 3ª edição",author:"McGOLDRICK, Monica ; GERSON, Randy ; PETRY, Sueli ",isbn:"9788536326771",edition:0,vbkType:"pbk",url:"/books/9788536326771",coverURL:"//covers.vitalbook.com/vbid/9788536326771/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão administrativa e financeira de organizações de saúde",author:"BORBA, Valdir Ribeiro ; LISBOA, Teresinha Covas; ULHÔA, Wander M. M. (Org.)",isbn:"9788522468270",edition:0,vbkType:"pbk",url:"/books/9788522468270",coverURL:"//covers.vitalbook.com/vbid/9788522468270/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão agroindustrial: GEPAI: Grupo de estudos e pesquisas agroindustriais, (v, 2), 5ª edição",author:"BATALHA, Mário Otávio (Coord.)",isbn:"9788522470099",edition:0,vbkType:"pbk",url:"/books/9788522470099",coverURL:"//covers.vitalbook.com/vbid/9788522470099/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de sistemas locais de produção e inovação (clusters/APLs): um modelo de referência",author:"AMATO NETO, João ",isbn:"9788522470112",edition:0,vbkType:"pbk",url:"/books/9788522470112",coverURL:"//covers.vitalbook.com/vbid/9788522470112/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão estratégica do conhecimento - Integrando aprendizagem, conhecimento e compentências",author:"FLEURY, Maria Tereza Leme ; OLIVEIRA JUNIOR, Moacir de Miranda (Org.)",isbn:"9788522468300",edition:0,vbkType:"pbk",url:"/books/9788522468300",coverURL:"//covers.vitalbook.com/vbid/9788522468300/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão estratégica, 3ª edição",author:"TAVARES, Mauro Calixta ",isbn:"9788522469833",edition:0,vbkType:"pbk",url:"/books/9788522469833",coverURL:"//covers.vitalbook.com/vbid/9788522469833/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão moderna de call center e telemarketing, 2ª edição",author:"MADRUGA, Roberto",isbn:"9788522468331",edition:0,vbkType:"pbk",url:"/books/9788522468331",coverURL:"//covers.vitalbook.com/vbid/9788522468331/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gigantes do Xadrez Agressivo - Aprenda com Topalov, Geller, Bronstein, Alekhine, Morphy",author:"McDONALD, Neil ",isbn:"9788563899736",edition:0,vbkType:"pbk",url:"/books/9788563899736",coverURL:"//covers.vitalbook.com/vbid/9788563899736/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ginecologia da Infância e Adolescência",author:"REIS, Rosana Maria dos ; JUNQUEIRA, Flávia Raquel R.; ROSA-E-SILVA, Ana Carolina Japur de Sá -o",isbn:"9788536327358",edition:0,vbkType:"pbk",url:"/books/9788536327358",coverURL:"//covers.vitalbook.com/vbid/9788536327358/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Glossário de Termos Odontológicos",author:"PERROTI-GARCIA, Ana Julia; ZAPPA, Marise Ferreira",isbn:"978-85-412-0037-0",edition:0,vbkType:"pbk",url:"/books/978-85-412-0037-0",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0037-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Governança Corporativa: evidências empíricas no Brasil",author:"SILVA, André Luiz Carvalhal da ; LEAL, Ricardo Pereira Câmara ",isbn:"9788522468287",edition:0,vbkType:"pbk",url:"/books/9788522468287",coverURL:"//covers.vitalbook.com/vbid/9788522468287/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gramática Sucinta de Português",author:"MASIP, Vicente",isbn:"978-85-216-2098-3",edition:0,vbkType:"pbk",url:"/books/978-85-216-2098-3",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2098-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia de Estudo e Manual de Soluções - Química Orgânica - Vol. 1, 10ª edição",author:"SOLOMONS, T. W. Graham; FRYHLE, Craig Barton; JOHNSON, Robert G. ",isbn:"978-85-216-2086-0",edition:0,vbkType:"pbk",url:"/books/978-85-216-2086-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2086-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia de Estudo e Manual de Soluções - Química Orgânica - Vol. 2, 10ª edição",author:"SOLOMONS, T. W. Graham; FRYHLE, Craig Barton; JOHNSON, Robert G. ",isbn:"978-85-216-2087-7",edition:0,vbkType:"pbk",url:"/books/978-85-216-2087-7",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2087-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Heidegger",author:"GREAVES, Tom ",isbn:"9788563899910",edition:0,vbkType:"pbk",url:"/books/9788563899910",coverURL:"//covers.vitalbook.com/vbid/9788563899910/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Histologia Essencial",author:"AARESTRUP, Beatriz Julião ",isbn:"978-85-277-2145-5",edition:0,vbkType:"pbk",url:"/books/978-85-277-2145-5",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2145-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Improbidade Administrativa - Lei 8.429/1992 Comentada",author:"FERRARESI, Eurico",isbn:"978-85-309-4231-1",edition:0,vbkType:"pbk",url:"/books/978-85-309-4231-1",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4231-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Infecções",author:"DINIZ, Túlio (org.)",isbn:"978-85-8114-070-4",edition:0,vbkType:"pbk",url:"/books/978-85-8114-070-4",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-070-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Interação Odontopediátrica - Uma Visão Multidisciplinar",author:"BAUSELLS, João; BENFATTI, Sósigenes Vitor; CAYETANO, Maristela Honório",isbn:"978-85-412-0045-5",edition:0,vbkType:"pbk",url:"/books/978-85-412-0045-5",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0045-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Interações Farmacológicas com Drogas Psiquiátricas, 2ª edição",author:"SBPT",isbn:"978-85-8114-074-2",edition:0,vbkType:"pbk",url:"/books/978-85-8114-074-2",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-074-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Análise de Erros - O estudo de incertezas em medições físicas",author:"TAYLOR, John R. ",isbn:"9788540701373",edition:0,vbkType:"pbk",url:"/books/9788540701373",coverURL:"//covers.vitalbook.com/vbid/9788540701373/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Leitura na Sala de Aula: Como ajudar os professores a formar bons leitores",author:"MIGUEL, Emilio Sánchez ; PÉREZ, J. Ricardo García; PARDO, Javier Rosales",isbn:"9788563899781",edition:0,vbkType:"pbk",url:"/books/9788563899781",coverURL:"//covers.vitalbook.com/vbid/9788563899781/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lesões Tendinosas das Mãos",author:"MATTAR Jr., Rames (org.)",isbn:"978-85-8114-069-8",edition:0,vbkType:"pbk",url:"/books/978-85-8114-069-8",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-069-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Logística integrada: modelo de gestão",author:"CORONADO, Osmar ",isbn:"9788522468294",edition:0,vbkType:"pbk",url:"/books/9788522468294",coverURL:"//covers.vitalbook.com/vbid/9788522468294/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ludodiagnóstico: Investigação clínica através do brinquedo",author:"AFFONSO, Rosa Maria Lopes - organizadora",isbn:"9788536326962",edition:0,vbkType:"pbk",url:"/books/9788536326962",coverURL:"//covers.vitalbook.com/vbid/9788536326962/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Condutas e Práticas em Tabagismo",author:"MARCOLIN, Marco Antonio; CANTARELLI, Maria da Graça",isbn:"978-85-8114-075-9",edition:0,vbkType:"pbk",url:"/books/978-85-8114-075-9",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-075-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Instrumentação Cirúrgica - Procedimentos Minimamente Invasivos",author:"GIANNOTTI, Regina",isbn:"978-85-412-0041-7",edition:0,vbkType:"pbk",url:"/books/978-85-412-0041-7",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0041-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Recursos Extraordinário e Especial - Teoria e Prática",author:"SERAU Jr., Marco Aurélio; REIS, Silas Mendes dos ",isbn:"978-85-309-4340-0",edition:0,vbkType:"pbk",url:"/books/978-85-309-4340-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4340-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual do ISS - Imposto Sobre Serviços de Qualquer Natureza",author:"BARREIRINHAS, Robinson Sakiyama; CURADO, Fernando Dias Fleury",isbn:"978-85-309-4216-8",edition:0,vbkType:"pbk",url:"/books/978-85-309-4216-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4216-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual Prático de Geriatria",author:"FREITAS, Elizabete Viana de; MOHALLEM, Kalil Lays; GAMARSKI, Roberto; PEREIRA, Silvia Regina Mendes",isbn:"978-85-8114-076-6",edition:0,vbkType:"pbk",url:"/books/978-85-8114-076-6",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-076-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mecânica do Corpo Rígido",author:"SOUZA, Samuel de ",isbn:"978-85-216-2088-4",edition:0,vbkType:"pbk",url:"/books/978-85-216-2088-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2088-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mecânica Quântica - Desenvolvimento Contemporâneo com Aplicações",author:"MAHON, José Roberto Pinheiro",isbn:"978-85-216-2091-4",edition:0,vbkType:"pbk",url:"/books/978-85-216-2091-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2091-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Medicina Bucal - A Prática na Odontologia Hospitalar",author:"SANTOS, Paulo Sérgio",isbn:"978-85-412-0069-1",edition:0,vbkType:"pbk",url:"/books/978-85-412-0069-1",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0069-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Medidas de Avaliação em Treinamento, Desenvolvimento e Educação - Ferramentas para gestão de pe",author:"ABBAD,Gardênia da Silva, MOURÃO, Lúcia; MENESES, Pedro P.M.; ZERBINE, Thaís ; BORGES-ANDRDE, Jai",isbn:"9788536327099",edition:0,vbkType:"pbk",url:"/books/9788536327099",coverURL:"//covers.vitalbook.com/vbid/9788536327099/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Neuroeconomia e Processo Decisório",author:"ROCHA, Fábio Theoto; ROCHA, Armando Freitas da",isbn:"978-85-216-2093-8",edition:0,vbkType:"pbk",url:"/books/978-85-216-2093-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2093-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Direito de Empresa no Código Civil - Comentários ao Livro II (Arts. 966 a 1.195)",author:"RAMOS, Andre Luis Santa Cruz",isbn:"978-85-309-4227-4",edition:0,vbkType:"pbk",url:"/books/978-85-309-4227-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4227-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Gerente e seus Radares - Monitorando os Sinais para Garantir o Futuro",author:"VALENTE, Paulo Gurgel ",isbn:"978-85-216-2080-8",edition:0,vbkType:"pbk",url:"/books/978-85-216-2080-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2080-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Líder em Xeque: Atitudes e Desvios Comportamentais na Implantação das Mudanças",author:"WEBBER, Antônio Celso M.",isbn:"9788540701823",edition:0,vbkType:"pbk",url:"/books/9788540701823",coverURL:"//covers.vitalbook.com/vbid/9788540701823/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O livro do Concurso Público",author:"CRUZ, Fabrício Bittencourt da",isbn:"978-85-309-4229-8",edition:0,vbkType:"pbk",url:"/books/978-85-309-4229-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4229-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Passo-a-Passo da Prótese Sobre Implantes - Da 2ª Etapa Cirúrgica à Reabilitação Final, 2ª e",author:"CARDOSO, Antonio Carlos",isbn:"978-85-412-0065-3",edition:0,vbkType:"pbk",url:"/books/978-85-412-0065-3",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0065-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Poder de Controle nas Companhias em Recuperação Judicial",author:"MENEZES, Maurício Moreira Mendonça de ",isbn:"978-85-309-4343-1",edition:0,vbkType:"pbk",url:"/books/978-85-309-4343-1",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4343-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento Fiscal no Direito Brasileiro",author:"FURLAN, Anderson",isbn:"978-85-309-4211-3",edition:0,vbkType:"pbk",url:"/books/978-85-309-4211-3",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4211-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento, Gestão e Avaliação em Saúde Bucal",author:"MOYSÉS, Samuel Jorge ; GOES, Paulo S. A. de - organizadores",isbn:"9788536701714",edition:0,vbkType:"pbk",url:"/books/9788536701714",coverURL:"//covers.vitalbook.com/vbid/9788536701714/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática Penal - Como Requerer do Inquérito Policial até a mais Alta Corte Brasileira",author:"SANTOS, Elaine Borges Ribeiro",isbn:"978-85-309-4286-1",edition:0,vbkType:"pbk",url:"/books/978-85-309-4286-1",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4286-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Próteses Odontológicas - Uma Visão Contemporânea - Fundamentos e Procedimentos",author:"VOLPATO, Claudia",isbn:"978-85-412-0038-7",edition:0,vbkType:"pbk",url:"/books/978-85-412-0038-7",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0038-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Primeiros Socorros para os seus Filhos - Traumatismo Dentário",author:"CRUZ, Eliane Raye Vallim; CAMPOS, Vera",isbn:"978-85-412-0048-6",edition:0,vbkType:"pbk",url:"/books/978-85-412-0048-6",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0048-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prisão e outras Medidas Cautelares Pessoais",author:"MENDONÇA, Andrey Borges de",isbn:"978-85-309-4233-5",edition:0,vbkType:"pbk",url:"/books/978-85-309-4233-5",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4233-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Proteção de Sistemas Elétricos de Potência",author:"MAMEDE FILHO, João; MAMEDE, Daniel Ribeiro",isbn:"978-85-216-2092-1",edition:0,vbkType:"pbk",url:"/books/978-85-216-2092-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2092-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"PSF - Promoção e Proteção da Saúde Bucal na Família, 2ª edição",author:"DIAS, Carlos Renato",isbn:"978-85-412-0063-9",edition:0,vbkType:"pbk",url:"/books/978-85-412-0063-9",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0063-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia de Família: Teoria, Avaliação e Intervenções",author:"BAPTISTA, Makilim Nunes ; TEODORO, Maycoln L. M. ",isbn:"9788536327426",edition:0,vbkType:"pbk",url:"/books/9788536327426",coverURL:"//covers.vitalbook.com/vbid/9788536327426/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia Médica: Abordagem Integral do Processo Saúde-Doença",author:"MARCO, Mario Alfredo De ; ABUD, Cristiane Curi ; LUCCHESE, Ana Cecilia; ZIMMERMANN, Vera Blondina ",isbn:"9788536327556",edition:0,vbkType:"pbk",url:"/books/9788536327556",coverURL:"//covers.vitalbook.com/vbid/9788536327556/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia, 9ª edição",author:"MYERS, David G.",isbn:"978-85-216-2082-2",edition:0,vbkType:"pbk",url:"/books/978-85-216-2082-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2082-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química Orgânica - Vol. 1, 10ª edição",author:"SOLOMONS, T. W. Graham; FRYHLE, Craig Barton",isbn:"978-85-216-2075-4",edition:0,vbkType:"pbk",url:"/books/978-85-216-2075-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2075-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Relações Internacionais e Política Externa do Brasil",author:"ALMEIDA, Paulo Roberto",isbn:"978-85-216-2083-9",edition:0,vbkType:"pbk",url:"/books/978-85-216-2083-9",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2083-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Rotinas em Emergências Clínicas - Hospital da Lagoa",author:"VALÉRIO, Cynthia; AMERICANO, Rubia",isbn:"978-85-8114-077-3",edition:0,vbkType:"pbk",url:"/books/978-85-8114-077-3",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-077-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Carreiras Públicas - Carreiras da Advocacia Pública - Penal",author:"TRIGUEIROS NETO, Arthur da Motta",isbn:"978-85-309-4284-7",edition:0,vbkType:"pbk",url:"/books/978-85-309-4284-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4284-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Concursos Públicos - Legislação Tributária do Município de SP - Questões Resolvidas e C",author:"PEDROSO, André Leandro; FRANÇA, André Luís Galvão de ",isbn:"978-85-309-4202-1",edition:0,vbkType:"pbk",url:"/books/978-85-309-4202-1",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4202-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Educação - Metodologia da Pesquisa em Educação",author:"MALHEIROS, Bruno Taranto",isbn:"978-85-216-2090-7",edition:0,vbkType:"pbk",url:"/books/978-85-216-2090-7",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2090-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Educação - Sociologia da Educação",author:"MARQUES, Silvia",isbn:"978-85-216-2115-7",edition:0,vbkType:"pbk",url:"/books/978-85-216-2115-7",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2115-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Semiologia do direito: tópicos para um debate referenciado pela animalidade e pela cultura",author:"MAMEDE, Gladston ",isbn:"9788522471935",edition:0,vbkType:"pbk",url:"/books/9788522471935",coverURL:"//covers.vitalbook.com/vbid/9788522471935/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas de Controle Automático, 9ª edição",author:"GOLNARAGHI, Farid; KUO, Benjamin C.",isbn:"978-85-216-2085-3",edition:0,vbkType:"pbk",url:"/books/978-85-216-2085-3",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2085-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terapêutica Baseada em Evidências - Estudos de Casos Clínicos",author:"WANNMACHER, Lenita; FUCHS, Flávio Danni",isbn:"978-85-277-2120-2",edition:0,vbkType:"pbk",url:"/books/978-85-277-2120-2",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2120-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terapia Ocupacional na Reabilitação Pós-Acidente Vascular Encefálico - Atividades de Vida Diári",author:"CRUZ, Daniel Marinho Cezar da ",isbn:"978-85-412-0064-6",edition:0,vbkType:"pbk",url:"/books/978-85-412-0064-6",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0064-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Touch Points: criando conexões poderosas a cada momento",author:"CONANT, Douglas ; NORGAARD, Mette ",isbn:"9788540701243",edition:0,vbkType:"pbk",url:"/books/9788540701243",coverURL:"//covers.vitalbook.com/vbid/9788540701243/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratamento Clínico das Inadequações Sexuais, 4ª edição",author:"CAVALCANTI, Ricardo",isbn:"978-85-412-0070-7",edition:0,vbkType:"pbk",url:"/books/978-85-412-0070-7",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0070-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratamento Restaurador Atraumático (ART) - Realidades e Perspectivas",author:"RAGGIO, Daniela Prócida; BONIFÁCIO, Clarissa Calil; IMPARATO, José Carlos P.",isbn:"978-85-412-0047-9",edition:0,vbkType:"pbk",url:"/books/978-85-412-0047-9",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0047-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Traumatologia Bucomaxilofacial e Reabilitação Morfofuncional",author:"OLIVEIRA, José Augusto Gomes Pereira de ",isbn:"978-85-412-0039-4",edition:0,vbkType:"pbk",url:"/books/978-85-412-0039-4",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0039-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"VHDL - Descrição e Síntese de Circuitos Digitais, 2ª edição",author:"D'AMORE, Roberto",isbn:"978-85-216-2113-3",edition:0,vbkType:"pbk",url:"/books/978-85-216-2113-3",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2113-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Arte de ensinar - 2ª edição",author:"PERISSÉ, Gabriel",isbn:"9788502148109",edition:0,vbkType:"pbk",url:"/books/9788502148109",coverURL:"//covers.vitalbook.com/vbid/9788502148109/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração - Série essencial - 1ª edição",author:"MONTANA, Patrick J.",isbn:"9788502088092",edition:0,vbkType:"pbk",url:"/books/9788502088092",coverURL:"//covers.vitalbook.com/vbid/9788502088092/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração estratégica: Da competência empreendedora à avaliação de desempenho - 2ª Ediç",author:"FERNANDES, Bruno Henrique Rocha ; BERTON, Luiz Hamilton Berton",isbn:"9788502146013",edition:0,vbkType:"pbk",url:"/books/9788502146013",coverURL:"//covers.vitalbook.com/vbid/9788502146013/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração fácil, 1ªedição",author:"LACOMBE, Francisco josé Masset",isbn:"9788502144545",edition:0,vbkType:"pbk",url:"/books/9788502144545",coverURL:"//covers.vitalbook.com/vbid/9788502144545/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Auditoria Fácil, 1ª edição",author:"RIBEIRO, Osni Moura; RIBEIRO, Juliana Moura",isbn:"9788502137738",edition:0,vbkType:"pbk",url:"/books/9788502137738",coverURL:"//covers.vitalbook.com/vbid/9788502137738/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cerimonial empresarial - 1ª Edição",author:"LUZ, Olenka Ramalho",isbn:"9788502148031",edition:0,vbkType:"pbk",url:"/books/9788502148031",coverURL:"//covers.vitalbook.com/vbid/9788502148031/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cluster empresariais no Brasil - 1ª edição",author:"SERIO, Luiz Carlos di",isbn:"9788502088394",edition:0,vbkType:"pbk",url:"/books/9788502088394",coverURL:"//covers.vitalbook.com/vbid/9788502088394/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como escrever artigos científicos - 8ª Edição",author:"AQUINO, Italo de Souza",isbn:"9788502161009",edition:0,vbkType:"pbk",url:"/books/9788502161009",coverURL:"//covers.vitalbook.com/vbid/9788502161009/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comunicação redacional atualizada - 13ª edição",author:"NADÓLSKIS, Hêndricas",isbn:"9788502147379",edition:0,vbkType:"pbk",url:"/books/9788502147379",coverURL:"//covers.vitalbook.com/vbid/9788502147379/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade avançada e internacional - 2ª Edição",author:"MÜLLER, Aderbal Nicolas",isbn:"9788502132801",edition:0,vbkType:"pbk",url:"/books/9788502132801",coverURL:"//covers.vitalbook.com/vbid/9788502132801/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade em contexto - uma novela contábil - 1ª edição",author:"HASTINGS, David ",isbn:"9788502137813",edition:0,vbkType:"pbk",url:"/books/9788502137813",coverURL:"//covers.vitalbook.com/vbid/9788502137813/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controladoria na gestão - 1ª edição",author:"PITIÁ, Maria da Graça",isbn:"9788502088627",edition:0,vbkType:"pbk",url:"/books/9788502088627",coverURL:"//covers.vitalbook.com/vbid/9788502088627/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Criando Valor - com serviços compartilhados- Balanced Scorecard, 1ª edição",author:"Santos, Neusa Maria Bastos F.; Silva, José Alberto Teixeira da; Santos, Roberto Fernandes dos",isbn:"9788502109391",edition:0,vbkType:"pbk",url:"/books/9788502109391",coverURL:"//covers.vitalbook.com/vbid/9788502109391/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cultura e poder, 2ª edição",author:"MARTINS, Estevão C. de Rezende",isbn:"9788502110717",edition:0,vbkType:"pbk",url:"/books/9788502110717",coverURL:"//covers.vitalbook.com/vbid/9788502110717/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Da sociedade do conhecimento à sociedade da consciência- 1ª edição",author:"GUEVARA, Arnaldo José de Hoyos",isbn:"9788502109551",edition:0,vbkType:"pbk",url:"/books/9788502109551",coverURL:"//covers.vitalbook.com/vbid/9788502109551/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Família: teoria e debates, 1ª edição",author:"SIERRA, Vânia Morales",isbn:"9788502145863",edition:0,vbkType:"pbk",url:"/books/9788502145863",coverURL:"//covers.vitalbook.com/vbid/9788502145863/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos da Matemática Financeira: Uma introdução ao cálculo financeiro e à análise de inve",author:"FARO, Clovis de ",isbn:"9788502088355",edition:0,vbkType:"pbk",url:"/books/9788502088355",coverURL:"//covers.vitalbook.com/vbid/9788502088355/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Economia, 4ª edição",author:"VASCONCELLOS, Marco Antonio Sandoval de ",isbn:"9788502137844",edition:0,vbkType:"pbk",url:"/books/9788502137844",coverURL:"//covers.vitalbook.com/vbid/9788502137844/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos para cálculos, 1ª edição",author:"SIQUEIRA, José de Oliveira",isbn:"9788502141742",edition:0,vbkType:"pbk",url:"/books/9788502141742",coverURL:"//covers.vitalbook.com/vbid/9788502141742/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão Hospitalar: Administrando o hospital moderno, 1ª Edição",author:"GONÇALVES, Ernesto Lima",isbn:"9788502088580",edition:0,vbkType:"pbk",url:"/books/9788502088580",coverURL:"//covers.vitalbook.com/vbid/9788502088580/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de marketing e comunicação: avançados e aplicações, 2ª edição",author:"YANAZE, Mitsuru Higuchi",isbn:"9788502125896",edition:0,vbkType:"pbk",url:"/books/9788502125896",coverURL:"//covers.vitalbook.com/vbid/9788502125896/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão estratégica de pessoas - Conceitos e tendências - 1ª edição",author:"MARRAS, Jean Pierre",isbn:"9788502160682",edition:0,vbkType:"pbk",url:"/books/9788502160682",coverURL:"//covers.vitalbook.com/vbid/9788502160682/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão estratégica de serviços de hotelaria",author:"Caon, Mauro",isbn:"9788522464449",edition:0,vbkType:"pbk",url:"/books/9788522464449",coverURL:"//covers.vitalbook.com/vbid/9788522464449/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão estratégica de serviços: teoria e prática",author:"NOGUEIRA,José Francisco",isbn:"9788522464500",edition:0,vbkType:"pbk",url:"/books/9788522464500",coverURL:"//covers.vitalbook.com/vbid/9788522464500/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão organizacional - 1ª edição",author:"PAGLIUSO, Antonio Tadeu",isbn:"9788502106185",edition:0,vbkType:"pbk",url:"/books/9788502106185",coverURL:"//covers.vitalbook.com/vbid/9788502106185/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Governança corporativa e governança na gestão pública",author:"SLOMSKI,Valmor ; MELLO, Gilmar Ribeiro de ; TAVARES FILHO, Francisco ; MACÊDO, Fabrício de Queiro",isbn:"9788522464579",edition:0,vbkType:"pbk",url:"/books/9788522464579",coverURL:"//covers.vitalbook.com/vbid/9788522464579/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guarda de filhos: os conflitos no exercício do poder familiar",author:"LEVY, Fernanda Rocha Lourenço ",isbn:"9788522466894",edition:0,vbkType:"pbk",url:"/books/9788522466894",coverURL:"//covers.vitalbook.com/vbid/9788522466894/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia para elaboração de monografias e trabalhos de conclusão de curso, 2ª edição",author:"MARTINS, Gilberto de Andrade ; LINTZ, Alexandre ",isbn:"9788522466078",edition:0,vbkType:"pbk",url:"/books/9788522466078",coverURL:"//covers.vitalbook.com/vbid/9788522466078/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Hermenêutica e argumentação neoconstitucional",author:"CADEMARTORI, Luiz Henrique Urquhart ; DUARTE, Francisco Carlos",isbn:"9788522465378",edition:0,vbkType:"pbk",url:"/books/9788522465378",coverURL:"//covers.vitalbook.com/vbid/9788522465378/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"História do pensamento econômico, 2ª edição",author:"FEIJÓ, Ricardo ",isbn:"9788522465255",edition:0,vbkType:"pbk",url:"/books/9788522465255",coverURL:"//covers.vitalbook.com/vbid/9788522465255/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Histórias das Relações Internacionais Contemporâneas - Da sociedade internacional do século XIX",author:"SARAIVA, José Flávio Sombra - Org.",isbn:"9788502110687",edition:0,vbkType:"pbk",url:"/books/9788502110687",coverURL:"//covers.vitalbook.com/vbid/9788502110687/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"HP-12C: cálculos e aplicações financeiras: exercícios interativos",author:"MERCHEDE, Alberto ",isbn:"9788522465637",edition:0,vbkType:"pbk",url:"/books/9788522465637",coverURL:"//covers.vitalbook.com/vbid/9788522465637/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Inovação no varejo: o que faz o lojista criativo, 2ª edição",author:"ZOGBI,Edson ; PREDEBON, José",isbn:"9788522470365",edition:0,vbkType:"pbk",url:"/books/9788522470365",coverURL:"//covers.vitalbook.com/vbid/9788522470365/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Inovação: repensando as organizações",author:"BAUTZER, Deise ",isbn:"9788522464777",edition:0,vbkType:"pbk",url:"/books/9788522464777",coverURL:"//covers.vitalbook.com/vbid/9788522464777/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introcução à Matemática Financeira, 1ª edição",author:"NASCIMENTO, Marco Aurélio",isbn:"9788502137776",edition:0,vbkType:"pbk",url:"/books/9788502137776",coverURL:"//covers.vitalbook.com/vbid/9788502137776/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Contabilidade: noções fundamentais - 1ª EDIÇÃO",author:"SANTOS, Roberto Fernandes dos",isbn:"9788502116122",edition:0,vbkType:"pbk",url:"/books/9788502116122",coverURL:"//covers.vitalbook.com/vbid/9788502116122/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à economia",author:"GREMAUD, Amaury Patrick ",isbn:"9788522465217",edition:0,vbkType:"pbk",url:"/books/9788522465217",coverURL:"//covers.vitalbook.com/vbid/9788522465217/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à gestão pública, 1ª edição",author:"SANTOS, Clezio Saldanha dos",isbn:"9788502116030",edition:0,vbkType:"pbk",url:"/books/9788502116030",coverURL:"//covers.vitalbook.com/vbid/9788502116030/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à metodologia da ciência, 2ª edição",author:"DEMO, Pedro ",isbn:"9788522466030",edition:0,vbkType:"pbk",url:"/books/9788522466030",coverURL:"//covers.vitalbook.com/vbid/9788522466030/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à sociologia : complexidade, interdisciplinaridade e desigualdade social",author:"DEMO, Pedro ",isbn:"9788522466047",edition:0,vbkType:"pbk",url:"/books/9788522466047",coverURL:"//covers.vitalbook.com/vbid/9788522466047/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Just in time, MRP II e OPT: um enfoque estratégico, 2ª edição",author:"CORRÊA, Henrique L.; GIANESE, Irineu G. N. ",isbn:"9788522467617",edition:0,vbkType:"pbk",url:"/books/9788522467617",coverURL:"//covers.vitalbook.com/vbid/9788522467617/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Licenciamento e compensação ambiental na Lei do Sistema Nacional das Unidades de Conservação (SN",author:"BECHARA, Erika",isbn:"9788522466863",edition:0,vbkType:"pbk",url:"/books/9788522466863",coverURL:"//covers.vitalbook.com/vbid/9788522466863/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Licitações e contratos administrativos",author:"BARROS, Wellington Pacheco",isbn:"9788522465415",edition:0,vbkType:"pbk",url:"/books/9788522465415",coverURL:"//covers.vitalbook.com/vbid/9788522465415/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Logística e transporte de cargas no Brasil : produtividade e eficiência no Século XXI",author:"WANKE, Peter F. ",isbn:"9788522470297",edition:0,vbkType:"pbk",url:"/books/9788522470297",coverURL:"//covers.vitalbook.com/vbid/9788522470297/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Macroeconomia em contexto: Uma abordagem real e aplicada do mundo econômica - 2ª Edição",author:"KENNEDY, Peter E.",isbn:"9788502132788",edition:0,vbkType:"pbk",url:"/books/9788502132788",coverURL:"//covers.vitalbook.com/vbid/9788502132788/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Macroeconomia, 4ª edição",author:"SIMONSEN, Mario Henrique ; CYSNE, Rubens Penha ",isbn:"9788522465330",edition:0,vbkType:"pbk",url:"/books/9788522465330",coverURL:"//covers.vitalbook.com/vbid/9788522465330/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de aplicações financeiras HP-12C : tradicional, platinum, prestige, 3ª edição",author:"VIEIRA SOBRINHO, José Dutra ",isbn:"9788522465675",edition:0,vbkType:"pbk",url:"/books/9788522465675",coverURL:"//covers.vitalbook.com/vbid/9788522465675/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de contratos de trabalho, 4ª edição",author:"OLIVEIRA, Aristeu de ",isbn:"9788522466764",edition:0,vbkType:"pbk",url:"/books/9788522466764",coverURL:"//covers.vitalbook.com/vbid/9788522466764/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Controle e Auditoria: Com ênfase na gestão de Recursos Públicos, 1ª edição",author:"BATISTA, Daniel Gehard",isbn:"9788502135048",edition:0,vbkType:"pbk",url:"/books/9788502135048",coverURL:"//covers.vitalbook.com/vbid/9788502135048/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Economia e negócios internacionais 1ªedição",author:"VASCONCELLOS, Marco Antonio Sandoval de ",isbn:"9788502132894",edition:0,vbkType:"pbk",url:"/books/9788502132894",coverURL:"//covers.vitalbook.com/vbid/9788502132894/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de economia, 6ª edição",author:"VASCONCELLOS, Marco Antonio S.",isbn:"9788502135062",edition:0,vbkType:"pbk",url:"/books/9788502135062",coverURL:"//covers.vitalbook.com/vbid/9788502135062/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de gestão empresarial, 2ª edição",author:"BULGACOV, Sergio (organizador)",isbn:"9788522464807",edition:0,vbkType:"pbk",url:"/books/9788522464807",coverURL:"//covers.vitalbook.com/vbid/9788522464807/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de modelos de cartas comerciais, 12ª edição",author:"RODRIGUEZ, Manuela M.",isbn:"9788522465965",edition:0,vbkType:"pbk",url:"/books/9788522465965",coverURL:"//covers.vitalbook.com/vbid/9788522465965/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de treinamento e desenvolvimento do potencial humano, 2ª edição",author:"KANAANE, Roberto ; ORTIGOSO, Sandra Aparecida Formigari",isbn:"9788522465019",edition:0,vbkType:"pbk",url:"/books/9788522465019",coverURL:"//covers.vitalbook.com/vbid/9788522465019/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual do Terceiro Setor e Instituições Religiosas: Trabalhista, Previdenciária, Contábil e Fina",author:"Oliveira, Aristeu de; Romão, Valdo",isbn:"9788522466795",edition:0,vbkType:"pbk",url:"/books/9788522466795",coverURL:"//covers.vitalbook.com/vbid/9788522466795/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing de relacionamento (CMR) : estado da arte e estudo de casos",author:"DEMO, Gisela Demo; PONTE, Valter",isbn:"9788522464838",edition:0,vbkType:"pbk",url:"/books/9788522464838",coverURL:"//covers.vitalbook.com/vbid/9788522464838/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing estratégico : planejamento estratégico orientado para o mercado, 6ª edição",author:"GRACIOSO, Francisco ",isbn:"9788522464821",edition:0,vbkType:"pbk",url:"/books/9788522464821",coverURL:"//covers.vitalbook.com/vbid/9788522464821/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing político: técnicas e gestão no contexto brasileiro",author:"DANTAS, Edmundo Brandão ",isbn:"9788522470303",edition:0,vbkType:"pbk",url:"/books/9788522470303",coverURL:"//covers.vitalbook.com/vbid/9788522470303/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática aplicada à economia: sínteses da teoria : mais de 300 exercícios resolvidos e propost",author:"VERAS, Lília Ladeira ",isbn:"9788522465828",edition:0,vbkType:"pbk",url:"/books/9788522465828",coverURL:"//covers.vitalbook.com/vbid/9788522465828/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática financeira com utilização da HP-12C - Edição Compacta, 2ª edição",author:"TOSI, Armando José ",isbn:"9788522465811",edition:0,vbkType:"pbk",url:"/books/9788522465811",coverURL:"//covers.vitalbook.com/vbid/9788522465811/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática financeira para concurso público",author:"PENIDO, Eduardo ",isbn:"9788522465859",edition:0,vbkType:"pbk",url:"/books/9788522465859",coverURL:"//covers.vitalbook.com/vbid/9788522465859/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"MATEMÁTICA FINANCEIRA: Edição Compacta, 3ª edição",author:"VIEIRA SOBRINHO, José Dutra",isbn:"9788522465651",edition:0,vbkType:"pbk",url:"/books/9788522465651",coverURL:"//covers.vitalbook.com/vbid/9788522465651/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Métodos De Ensino Em Direito - Conceitos Para Um Debate - Série Metodologia & Ensino",author:"GHIRARDI, José Garcez",isbn:"9788502144217",edition:0,vbkType:"pbk",url:"/books/9788502144217",coverURL:"//covers.vitalbook.com/vbid/9788502144217/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Métodos de pesquisa em atividade física, 6ª edição",author:"THOMAS, Jerry R.; NELSON, Jack K.; SILVERMAN, Stephen J. ",isbn:"9788536327143",edition:0,vbkType:"pbk",url:"/books/9788536327143",coverURL:"//covers.vitalbook.com/vbid/9788536327143/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mediação e gerenciamento do processo: revolução na prestação jurisdicional : guia prático par",author:"GRINOVER, Ada Pellegrini ; WATANABE, Kazuo ; LAGRASTA NETO, Caetano (coordenação)",isbn:"9788522466986",edition:0,vbkType:"pbk",url:"/books/9788522466986",coverURL:"//covers.vitalbook.com/vbid/9788522466986/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mercados e Negócios Internacionais, 1ª edição",author:"LUDOVICO, Nelson",isbn:"9788502138841",edition:0,vbkType:"pbk",url:"/books/9788502138841",coverURL:"//covers.vitalbook.com/vbid/9788502138841/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Metodologia da pesquisa científica: como uma monografia pode abrir o horizonte do conhecimento",author:"RAMOS, Albenides ",isbn:"9788522465989",edition:0,vbkType:"pbk",url:"/books/9788522465989",coverURL:"//covers.vitalbook.com/vbid/9788522465989/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Metodologia do ensino superior, 4ª edição",author:"GIL, Antonio Carlos ",isbn:"9788522465996",edition:0,vbkType:"pbk",url:"/books/9788522465996",coverURL:"//covers.vitalbook.com/vbid/9788522465996/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Metodologia para quem quer aprender",author:"DEMO, Pedro ",isbn:"9788522466054",edition:0,vbkType:"pbk",url:"/books/9788522466054",coverURL:"//covers.vitalbook.com/vbid/9788522466054/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microeconomia: Teoria e aplicações, 2ª edição",author:"WESSELS, Wlater J.",isbn:"9788502125278",edition:0,vbkType:"pbk",url:"/books/9788502125278",coverURL:"//covers.vitalbook.com/vbid/9788502125278/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ministério Público: reflexões sobre princípios e funções institucionais",author:"RIBEIRO, Carlos Vinícius Alves ",isbn:"9788522465385",edition:0,vbkType:"pbk",url:"/books/9788522465385",coverURL:"//covers.vitalbook.com/vbid/9788522465385/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mudança organizacional, 5ª edição",author:"WOOD JR., Thomaz (Coord.)",isbn:"9788522466719",edition:0,vbkType:"pbk",url:"/books/9788522466719",coverURL:"//covers.vitalbook.com/vbid/9788522466719/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Multa ambiental: conflitos das autuações com a Constituição e a lei",author:"MORAES, Luís Carlos Silva de",isbn:"9788522467006",edition:0,vbkType:"pbk",url:"/books/9788522467006",coverURL:"//covers.vitalbook.com/vbid/9788522467006/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mundo financeiro: O olhar do gestor - 1ª edição",author:"PÓVOA, Alexandre",isbn:"9788502105805",edition:0,vbkType:"pbk",url:"/books/9788502105805",coverURL:"//covers.vitalbook.com/vbid/9788502105805/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Brasil do Século XXI, 1ª edição",author:"DELFIM NETTO, Antonio - coordenador; SILBER, Simão Davi; GUILHOTO, Joaquim ; DUARTE, Pedro Garcia -",isbn:"9788502135093",edition:0,vbkType:"pbk",url:"/books/9788502135093",coverURL:"//covers.vitalbook.com/vbid/9788502135093/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Empreendedor de visão",author:"LENZI, Fernando César; KIESEL, Marcio Daniel (Org.)",isbn:"9788522464852",edition:0,vbkType:"pbk",url:"/books/9788522464852",coverURL:"//covers.vitalbook.com/vbid/9788522464852/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Estado da Arte em Economia, 1ª edição",author:"DELFIM NETTO, Antônio - CoordenadorSILBER, Simão Davi; GUILHOTO, Joaquim; DUARTE, Pedro Garcia - O",isbn:"9788502135123",edition:0,vbkType:"pbk",url:"/books/9788502135123",coverURL:"//covers.vitalbook.com/vbid/9788502135123/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Planejamento de marketing e a confecção dos planos, 1ª edição",author:"CAMPOMAR, Marcos Cortez",isbn:"9788502088412",edition:0,vbkType:"pbk",url:"/books/9788502088412",coverURL:"//covers.vitalbook.com/vbid/9788502088412/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Organização flexível : qualidade na gestão por processos, 2ª edição",author:"TACHIZAWA, Takeshy , SCAICO, Oswaldo ",isbn:"9788522465033",edition:0,vbkType:"pbk",url:"/books/9788522465033",coverURL:"//covers.vitalbook.com/vbid/9788522465033/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Organização:Pricípios e Prática Contemporâneas, 1ª edição",author:"CHILD, John",isbn:"9788502142862",edition:0,vbkType:"pbk",url:"/books/9788502142862",coverURL:"//covers.vitalbook.com/vbid/9788502142862/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Organizações Inovadoras do Setor Financeiro: Teoria e casos de sucesso, 1 ª edição",author:"BARBIERI, José Carlos",isbn:"9788502125070",edition:0,vbkType:"pbk",url:"/books/9788502125070",coverURL:"//covers.vitalbook.com/vbid/9788502125070/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pensamento complexo : suas aplicações à liderança, à aprendizagem e ao desenvolvimento sustent",author:"MARIOTTI, Humberto de Oliveira ",isbn:"9788522464548",edition:0,vbkType:"pbk",url:"/books/9788522464548",coverURL:"//covers.vitalbook.com/vbid/9788522464548/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pensando diferente: como lidar com a complexidade, a incerteza e a ilusão",author:"MARIOTTI, Humberto de Oliveira ",isbn:"9788522470426",edition:0,vbkType:"pbk",url:"/books/9788522470426",coverURL:"//covers.vitalbook.com/vbid/9788522470426/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pequeno tratado sobre a linguagem humana - 1ª Edição",author:"CRYSTAL, David",isbn:"9788502146136",edition:0,vbkType:"pbk",url:"/books/9788502146136",coverURL:"//covers.vitalbook.com/vbid/9788502146136/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Perca medo de escrever, 1ª edição",author:"SAUTCHUK, Inez",isbn:"9788502133334",edition:0,vbkType:"pbk",url:"/books/9788502133334",coverURL:"//covers.vitalbook.com/vbid/9788502133334/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pesquisa acadêmica : como facilitar o processo de preparação de suas etapas",author:"RODRIGUES, Rui Martinho ",isbn:"9788522466108",edition:0,vbkType:"pbk",url:"/books/9788522466108",coverURL:"//covers.vitalbook.com/vbid/9788522466108/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pesquisa de Mercado, 1ª edição",author:"DIAS, Sergio Roberto",isbn:"9788502135185",edition:0,vbkType:"pbk",url:"/books/9788502135185",coverURL:"//covers.vitalbook.com/vbid/9788502135185/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pesquisa operacional: técnicas de otimização aplicadas a sistemas agroindustriais, 2ª edição",author:"CAIXETA-FILHO, José Vicente ",isbn:"9788522465750",edition:0,vbkType:"pbk",url:"/books/9788522465750",coverURL:"//covers.vitalbook.com/vbid/9788522465750/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento do turismo : política e desenvolvimento do turismo no Brasil",author:"DIAS, Reinaldo ",isbn:"9788522464999",edition:0,vbkType:"pbk",url:"/books/9788522464999",coverURL:"//covers.vitalbook.com/vbid/9788522464999/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento e gestão estratégica de marketing",author:"NEVES, Marcos Fava ",isbn:"9788522464883",edition:0,vbkType:"pbk",url:"/books/9788522464883",coverURL:"//covers.vitalbook.com/vbid/9788522464883/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento estratégico de eventos : como organizar um plano estratégico para eventos turísticos",author:"PAIVA, Hélio Afonso Braga de ; NEVES, Marcos Fava",isbn:"9788522464531",edition:0,vbkType:"pbk",url:"/books/9788522464531",coverURL:"//covers.vitalbook.com/vbid/9788522464531/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Plano de negócios para empreendimentos inovadores",author:"BIZZOTTO, Carlos Eduardo Negrão ",isbn:"9788522468232",edition:0,vbkType:"pbk",url:"/books/9788522468232",coverURL:"//covers.vitalbook.com/vbid/9788522468232/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Política Internacional Contemporânea: Mundo em Transformação, 1ª edição",author:"LESSA, Antônio Carlos ",isbn:"9788502114974",edition:0,vbkType:"pbk",url:"/books/9788502114974",coverURL:"//covers.vitalbook.com/vbid/9788502114974/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Políticas de gestão de pessoas nas organizações : papel dos valores pessoais e da justiça organ",author:"DEMO, Gisela ",isbn:"9788522470341",edition:0,vbkType:"pbk",url:"/books/9788522470341",coverURL:"//covers.vitalbook.com/vbid/9788522470341/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Português básico : gramática, redação, texto - 5ª edição",author:"ALMEIDA, Antonio Fernando de Almeida; ALMEIDA, Valéria Silva Rosa de ",isbn:"9788522466009",edition:0,vbkType:"pbk",url:"/books/9788522466009",coverURL:"//covers.vitalbook.com/vbid/9788522466009/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Praticar ciência: Metodologias do conhecimento científico - 1ª edição",author:"DEMO, Pedro",isbn:"9788502148079",edition:0,vbkType:"pbk",url:"/books/9788502148079",coverURL:"//covers.vitalbook.com/vbid/9788502148079/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática da linguagem jurídica: solução de dificuldades, expressões latinas, 5ª edição",author:"HENRIQUES, Antonio",isbn:"9788522466740",edition:0,vbkType:"pbk",url:"/books/9788522466740",coverURL:"//covers.vitalbook.com/vbid/9788522466740/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Previdência social: aspectos práticos e doutrinários dos regimes jurídicos próprios",author:"BRIGUET, Magadar Rosália Costa; VICTORINO, Maria Cristina Lopes ; HORVATH JÚNIOR, Miguel ",isbn:"9788522466962",edition:0,vbkType:"pbk",url:"/books/9788522466962",coverURL:"//covers.vitalbook.com/vbid/9788522466962/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processo penal militar, 6ª edição",author:"LOUREITO NETO, José da Silva ",isbn:"9788522467204",edition:0,vbkType:"pbk",url:"/books/9788522467204",coverURL:"//covers.vitalbook.com/vbid/9788522467204/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Projeto e desenvolvimento de produtos",author:"BARBOSA FILHO, Antonio Nunes",isbn:"9788522464760",edition:0,vbkType:"pbk",url:"/books/9788522464760",coverURL:"//covers.vitalbook.com/vbid/9788522464760/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia fácil, 1ªedição",author:"BOCK, Ana Mercês Bahia",isbn:"9788502144507",edition:0,vbkType:"pbk",url:"/books/9788502144507",coverURL:"//covers.vitalbook.com/vbid/9788502144507/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia nas organizações - 3ª EDIÇÃO",author:"SPECTOR, Paul E.",isbn:"9788502122024",edition:0,vbkType:"pbk",url:"/books/9788502122024",coverURL:"//covers.vitalbook.com/vbid/9788502122024/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Recursos cíveis na prática, 3ª edição",author:"MONTENEGRO FILHO, Misael ",isbn:"9788522467044",edition:0,vbkType:"pbk",url:"/books/9788522467044",coverURL:"//covers.vitalbook.com/vbid/9788522467044/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Remuneração e Carreira por Habilidades e por Competências: Preparando a Organização para a Era ",author:"WOOD JR. Thomas ; PICARELLI FILHO, Vicente ",isbn:"9788522464623",edition:0,vbkType:"pbk",url:"/books/9788522464623",coverURL:"//covers.vitalbook.com/vbid/9788522464623/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Rescisão do contrato de trabalho: manual prático, 10ª edição",author:"OLIVEIRA, Aristeu de ",isbn:"9788522466801",edition:0,vbkType:"pbk",url:"/books/9788522466801",coverURL:"//covers.vitalbook.com/vbid/9788522466801/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Temas fundamentais do Direito Constitucional, 1ª edição",author:"HESSE, Konrad",isbn:"9788502139480",edition:0,vbkType:"pbk",url:"/books/9788502139480",coverURL:"//covers.vitalbook.com/vbid/9788502139480/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Amicus Curie Amigo da Corte ou Amigo da Parte, 1ª edição",author:"COELHO, Damares Medina",isbn:"9788502139671",edition:0,vbkType:"pbk",url:"/books/9788502139671",coverURL:"//covers.vitalbook.com/vbid/9788502139671/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"SÉRIE IDP - Liberdade de Expressão e Pluralismo, Perspectivas de Regulação, 1ª edição",author:"SANKIEVICZ, Alexandre",isbn:"9788502105553",edition:0,vbkType:"pbk",url:"/books/9788502105553",coverURL:"//covers.vitalbook.com/vbid/9788502105553/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Repercussão geral sob ótica da teoria dos sistemas de niklas luhmann, 2ª edição",author:"VIANA, Ulisses Schwarz",isbn:"9788502140349",edition:0,vbkType:"pbk",url:"/books/9788502140349",coverURL:"//covers.vitalbook.com/vbid/9788502140349/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Segurança jurídica e sumula vinculante, 1ª edição",author:"NUNES, Jorge Amaury Maia",isbn:"9788502139350",edition:0,vbkType:"pbk",url:"/books/9788502139350",coverURL:"//covers.vitalbook.com/vbid/9788502139350/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Súmula Vinculante - Um estudo sobre o poder normativo dos tribunais, 1ª edição",author:"SIFUENTES, Mônica",isbn:"9788502152038",edition:0,vbkType:"pbk",url:"/books/9788502152038",coverURL:"//covers.vitalbook.com/vbid/9788502152038/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Seguros, matemática atuarial e financeira - 1ª edição",author:"AZEVEDO, Gustavo henrique W. de",isbn:"9788502121980",edition:0,vbkType:"pbk",url:"/books/9788502121980",coverURL:"//covers.vitalbook.com/vbid/9788502121980/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Serviço Social, Trabalho e Políticas Públicas, 1ª edição",author:"ALMEIDA, Ney Luiz Teixeira de",isbn:"9788502145894",edition:0,vbkType:"pbk",url:"/books/9788502145894",coverURL:"//covers.vitalbook.com/vbid/9788502145894/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Shopping Center - Limite na liberdade de contratar, 1ª edição",author:"CERVEIRA, Daniel Alcântara Nastri ; SOUZA. Marcelo Dornellas de ",isbn:"9788502140332",edition:0,vbkType:"pbk",url:"/books/9788502140332",coverURL:"//covers.vitalbook.com/vbid/9788502140332/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistema Constitucional Tributário, 5ª edição",author:"AVILA, Humberto",isbn:"9788502157361",edition:0,vbkType:"pbk",url:"/books/9788502157361",coverURL:"//covers.vitalbook.com/vbid/9788502157361/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sociedade em Comum - Disciplina Jurídica e Institutos Afins, 1ª edição",author:"FÉRES, Marelo Andrade",isbn:"9788502140172",edition:0,vbkType:"pbk",url:"/books/9788502140172",coverURL:"//covers.vitalbook.com/vbid/9788502140172/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sociologia das organizações",author:"DIAS, Reinaldo",isbn:"9788522466139",edition:0,vbkType:"pbk",url:"/books/9788522466139",coverURL:"//covers.vitalbook.com/vbid/9788522466139/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Stress e trabalho : uma abordagem psicossomática, 4ª edição",author:"FRANÇA, Ana Cristina Limongi; RODRIGUES, Avelino Luiz ",isbn:"9788522464517",edition:0,vbkType:"pbk",url:"/books/9788522464517",coverURL:"//covers.vitalbook.com/vbid/9788522464517/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"SUBSÍDIOS AGRÍCOLAS",author:"ADRIANA DANTAS",isbn:"9788502112629",edition:0,vbkType:"pbk",url:"/books/9788502112629",coverURL:"//covers.vitalbook.com/vbid/9788502112629/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sustentabilidade, responsabilidade social e meio ambiente - 1ª Edição",author:"PEREIRA, Adriana Camargo",isbn:"9788502151437",edition:0,vbkType:"pbk",url:"/books/9788502151437",coverURL:"//covers.vitalbook.com/vbid/9788502151437/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnica da Constatação, 8ª EDIÇÃO",author:"PALAIA, Nelson",isbn:"9788502140936",edition:0,vbkType:"pbk",url:"/books/9788502140936",coverURL:"//covers.vitalbook.com/vbid/9788502140936/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tóxicos - prevenção - repressão - Cometários à lei n. 11.343/2006, 14ª edição",author:"GRECO FILHO, Vicente",isbn:"9788502151994",edition:0,vbkType:"pbk",url:"/books/9788502151994",coverURL:"//covers.vitalbook.com/vbid/9788502151994/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tóxicos, 5ª edição",author:"MARCÃO, Renato",isbn:"9788502151956",edition:0,vbkType:"pbk",url:"/books/9788502151956",coverURL:"//covers.vitalbook.com/vbid/9788502151956/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tecnologia da informação e comunicação, 1ª edição",author:"VELOSO, Renato",isbn:"9788502145924",edition:0,vbkType:"pbk",url:"/books/9788502145924",coverURL:"//covers.vitalbook.com/vbid/9788502145924/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Temas Atuais da Execução Civil - Estudos em homenagem ao Professor Donaldo Armelin, 1ª edição",author:"CIANCI, Mirna ; QUARTIERI, Rita",isbn:"9788502151987",edition:0,vbkType:"pbk",url:"/books/9788502151987",coverURL:"//covers.vitalbook.com/vbid/9788502151987/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Temas Atuais das Tutelas Diferenciadas, 1ª edição",author:"CIANCI, Mirna ; QUARTIERI, Rita ; GIANNICO,Ana Paula Chiovitti; MOURÃO, Luiz Eduardo",isbn:"9788502152014",edition:0,vbkType:"pbk",url:"/books/9788502152014",coverURL:"//covers.vitalbook.com/vbid/9788502152014/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Temas de Direito Criminal - 2ª série, 1ª edição",author:"JESUS, Damásio E. de ",isbn:"9788502152052",edition:0,vbkType:"pbk",url:"/books/9788502152052",coverURL:"//covers.vitalbook.com/vbid/9788502152052/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"TEORIA DA CIÊNCIA JURÍDICA",author:"WILLIS SANTIAGO G FILHO",isbn:"9788502112902",edition:0,vbkType:"pbk",url:"/books/9788502112902",coverURL:"//covers.vitalbook.com/vbid/9788502112902/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria da Reforma Constitucional, 1ª edição",author:"MOREIRA, Eduardo Ribeiro",isbn:"9788502155015",edition:0,vbkType:"pbk",url:"/books/9788502155015",coverURL:"//covers.vitalbook.com/vbid/9788502155015/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria da Responsabilidade no estado Democrático de Direito, 1ª edição",author:"PUSCHOL, Flávia Portela",isbn:"9788502142206",edition:0,vbkType:"pbk",url:"/books/9788502142206",coverURL:"//covers.vitalbook.com/vbid/9788502142206/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria do Direito e do estado, 5ª edição",author:"REALE, Miguel",isbn:"9788502135437",vbkType:"pbk",url:"/books/9788502135437",coverURL:"//covers.vitalbook.com/vbid/9788502135437/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria do Direito, 2ª edição",author:"PUGLIESI, Márcio",isbn:"9788502137653",edition:0,vbkType:"pbk",url:"/books/9788502137653",coverURL:"//covers.vitalbook.com/vbid/9788502137653/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria dos Sistemas e o Direito Brasileiro, 1ª edição",author:"BÔAS FILHO, Orlando",isbn:"9788502142190",edition:0,vbkType:"pbk",url:"/books/9788502142190",coverURL:"//covers.vitalbook.com/vbid/9788502142190/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria e Prática dos Juizados Especiais Cíveis Estaduais e Federais de acordo com a Lei dos Juizad",author:"CHIMENTI, Ricardo Cunha",isbn:"9788502159952",edition:0,vbkType:"pbk",url:"/books/9788502159952",coverURL:"//covers.vitalbook.com/vbid/9788502159952/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria Geral do Direito 3ª edição",author:"AMARAL, Luiz Otávio de Olveira",isbn:"9788502128750",vbkType:"pbk",url:"/books/9788502128750",coverURL:"//covers.vitalbook.com/vbid/9788502128750/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria jurídica da empresa, 2ª edição",author:"SZTAJN, Raquel ",isbn:"9788522465439",edition:0,vbkType:"pbk",url:"/books/9788522465439",coverURL:"//covers.vitalbook.com/vbid/9788522465439/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teorias de relações internacionais - 1ª edição",author:"SARFATI, Gilberto",isbn:"9788502088238",edition:0,vbkType:"pbk",url:"/books/9788502088238",coverURL:"//covers.vitalbook.com/vbid/9788502088238/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terras Particulares - Demarcação - Divisão - Tapumes, 5ªedição",author:"HUMBERTO THEODORO JÚNIOR",isbn:"9788502151932",edition:0,vbkType:"pbk",url:"/books/9788502151932",coverURL:"//covers.vitalbook.com/vbid/9788502151932/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Trabalho de conclusão de curso: TCC: Guia Prático para Elaboração de Projetos de Plano de Negóc",author:"PINHEIRO, Duda , GULLO, José ",isbn:"9788522466122",edition:0,vbkType:"pbk",url:"/books/9788522466122",coverURL:"//covers.vitalbook.com/vbid/9788522466122/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de Direito Constitucional Tributário - Estudos em homenagem a Paulo de Barros Carva, 1ª e",author:"TÔRRES, Heleno Taveira",isbn:"9788502151901",edition:0,vbkType:"pbk",url:"/books/9788502151901",coverURL:"//covers.vitalbook.com/vbid/9788502151901/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de Responsabilidade Pública, 1ª edição",author:"SEVERO, Sérgio",isbn:"9788502139503",edition:0,vbkType:"pbk",url:"/books/9788502139503",coverURL:"//covers.vitalbook.com/vbid/9788502139503/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de Usucapião - 1 Volume, 7ª edição",author:"RIBEIRO, Benedito Silvério",isbn:"9788502151918",edition:0,vbkType:"pbk",url:"/books/9788502151918",coverURL:"//covers.vitalbook.com/vbid/9788502151918/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratados Internacionais de Direitos Humanos e Direito Interno, 1ª edição",author:"MAZZUOLI, Valerio de Oliveira",isbn:"9788502139497",edition:0,vbkType:"pbk",url:"/books/9788502139497",coverURL:"//covers.vitalbook.com/vbid/9788502139497/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratados Internacionais de Direitos Humanos e Direito Interno, 1ª edição",author:"MONTEIRO, Marco Antônio Corrêa",isbn:"9788502140448",edition:0,vbkType:"pbk",url:"/books/9788502140448",coverURL:"//covers.vitalbook.com/vbid/9788502140448/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tráfico Internacional de Mulheres e Crianças - Brasil, 1ª edição",author:"JESUS, Damásio E. de",isbn:"9788502151963",edition:0,vbkType:"pbk",url:"/books/9788502151963",coverURL:"//covers.vitalbook.com/vbid/9788502151963/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tributação e Livre Concorrência, 1 ª edição",author:"BOMFIM, Diego",isbn:"9788502151949",edition:0,vbkType:"pbk",url:"/books/9788502151949",coverURL:"//covers.vitalbook.com/vbid/9788502151949/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tudo que você precisa saber sobre direito digital no dia a dia, 1ª edição",author:"PINHEIRO, Patricia Peck ; SLEIMAN, Cristina Moraes",isbn:"9788502141971",edition:0,vbkType:"pbk",url:"/books/9788502141971",coverURL:"//covers.vitalbook.com/vbid/9788502141971/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tudo que você precisa saber sobre planos de saúde, 1ª edição",author:"SILVEIRA, Karyna Rocha Mendes da ",isbn:"9788502142268",edition:0,vbkType:"pbk",url:"/books/9788502142268",coverURL:"//covers.vitalbook.com/vbid/9788502142268/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Turismo e Patrimônio Cultural: Recursos que acompanham o crescimento das cidades, 1ª edição",author:"DIAS, Reinaldo",isbn:"9788502121362",edition:0,vbkType:"pbk",url:"/books/9788502121362",coverURL:"//covers.vitalbook.com/vbid/9788502121362/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tutela antecipada, 2ª edição",author:"BUENO, Cassio Scarpinella",isbn:"9788502152090",edition:0,vbkType:"pbk",url:"/books/9788502152090",coverURL:"//covers.vitalbook.com/vbid/9788502152090/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tutela Penal do meio ambiente, 4ª edição",author:"SIRVINSKAS, Luiz Paulo",isbn:"9788502112766",edition:0,vbkType:"pbk",url:"/books/9788502112766",coverURL:"//covers.vitalbook.com/vbid/9788502112766/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tutelas de urgências e cautelares, 1ªedição",author:"ARMELIN, Donaldo",isbn:"9788502152076",edition:0,vbkType:"pbk",url:"/books/9788502152076",coverURL:"//covers.vitalbook.com/vbid/9788502152076/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Usuários de Serviços Públicos - Usuários, Consumidores e os Aspectos Econômicos ... 2ª Ed.",author:"PEREIRA, Cesar A.Guimarães",isbn:"9788502146822",edition:0,vbkType:"pbk",url:"/books/9788502146822",coverURL:"//covers.vitalbook.com/vbid/9788502146822/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Valuation: Um guia prático - 1ª edição",author:"SANTOS, José Odálio dos",isbn:"9788502148116",edition:0,vbkType:"pbk",url:"/books/9788502148116",coverURL:"//covers.vitalbook.com/vbid/9788502148116/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:""Coleção direito, desenvolvimento e justiça. Série clássicos jurídicos Direito, planejame",author:"TRUBEK, David M. ; VIEIRA, Jorge H. Gouvêa ; SÁ, Paulo Fernandes de ",isbn:"9788502142527",edition:0,vbkType:"pbk",url:"/books/9788502142527",coverURL:"//covers.vitalbook.com/vbid/9788502142527/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito tributário e finanças públicas, 1ª edição",author:"SANTI, Eurico Marcos Diniz de",isbn:"9788502144620",edition:0,vbkType:"pbk",url:"/books/9788502144620",coverURL:"//covers.vitalbook.com/vbid/9788502144620/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Finanças comportamentais: pessoas inteligentes também perdem dinheiro na bolsa de valores",author:"BARBEDO,Claudio Henrique da Silveira ; CAMILO -DA-SILVA, Eduardo",isbn:"9788522466375",edition:0,vbkType:"pbk",url:"/books/9788522466375",coverURL:"//covers.vitalbook.com/vbid/9788522466375/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Finanças Empresariais",author:"BERK, Jonathan ; DeMARZO, Peter ",isbn:"9788577804214",edition:0,vbkType:"pbk",url:"/books/9788577804214",coverURL:"//covers.vitalbook.com/vbid/9788577804214/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Finanças Públicas, 2ª edição",author:"SILVA, Fernando Antonio Rezende da",isbn:"9788522465316",edition:0,vbkType:"pbk",url:"/books/9788522465316",coverURL:"//covers.vitalbook.com/vbid/9788522465316/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Formação de preços de venda : preços e custos, preços e composto de marketing, preços e concor",author:"MORANTE, Antonio Salvador; JORGE, Fauzi Timaco ",isbn:"9788522464890",edition:0,vbkType:"pbk",url:"/books/9788522464890",coverURL:"//covers.vitalbook.com/vbid/9788522464890/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos da auditoria governamental e empresarial : com exercícios, questões e testes com respo",author:"LIMA, Diana Vaz de ; CASTRO, Róbison Gonçalves de ",isbn:"9788522466528",edition:0,vbkType:"pbk",url:"/books/9788522466528",coverURL:"//covers.vitalbook.com/vbid/9788522466528/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos da previdência complementar: da atuária à contabilidade, 2ª edição",author:"CHAN, Betty Lilian ; SILVA, Fabiana Lopes da ; MARTINS, Gilberto de Andrade ",isbn:"9788522466382",edition:0,vbkType:"pbk",url:"/books/9788522466382",coverURL:"//covers.vitalbook.com/vbid/9788522466382/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Geometria analítica",author:"CONDE, Antonio ",isbn:"9788522465729",edition:0,vbkType:"pbk",url:"/books/9788522465729",coverURL:"//covers.vitalbook.com/vbid/9788522465729/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gerenciamento de projetos na prática: casos brasileiros",author:"RABECHINI JUNIOR, Roque; CARVALHO, Marly Monteiro de (organizadores)",isbn:"9788522466702",edition:0,vbkType:"pbk",url:"/books/9788522466702",coverURL:"//covers.vitalbook.com/vbid/9788522466702/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão à brasileira: somos ou não diferentes?: uma comparação com América Latina, Estados Unidos, Europa e Ásia, 2ª edição",author:"TANURE, Betania ",isbn:"9788522470259",edition:0,vbkType:"pbk",url:"/books/9788522470259",coverURL:"//covers.vitalbook.com/vbid/9788522470259/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão da comunicação e responsabilidade socioambiental: uma nova visão de marketing e comunicação para o desenvolvimento sustentável",author:"FÉLIX, Joana d’Arc Bicalho ; BORDA, Gilson Zehetmeyer (org.)",isbn:"9788522465941",edition:0,vbkType:"pbk",url:"/books/9788522465941",coverURL:"//covers.vitalbook.com/vbid/9788522465941/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de carreiras : dilemas e perspectivas",author:"COSTA, Isabel de Sá Affonso da; BALASSIANO, Moisés ",isbn:"9788522464463",edition:0,vbkType:"pbk",url:"/books/9788522464463",coverURL:"//covers.vitalbook.com/vbid/9788522464463/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de contratos : melhores práticas voltadas aos contratos empresariais",author:"FREITAS, Walter",isbn:"9788522464616",edition:0,vbkType:"pbk",url:"/books/9788522464616",coverURL:"//covers.vitalbook.com/vbid/9788522464616/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de custos aplicada ao setor público: modelo para mensuração e análise da eficiência e e",author:"MAUSS, Cézar Volnei ; SOUZA, Marcos Antonio de ",isbn:"9788522466368",edition:0,vbkType:"pbk",url:"/books/9788522466368",coverURL:"//covers.vitalbook.com/vbid/9788522466368/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de custos para hospitais: conceitos, metodologias e aplicações",author:"FALK, James Anthony ",isbn:"9788522466429",edition:0,vbkType:"pbk",url:"/books/9788522466429",coverURL:"//covers.vitalbook.com/vbid/9788522466429/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Marketing Direto",author:"LIMA, Agnaldo; ALVES, Fernando José",isbn:"9788522464388",edition:0,vbkType:"pbk",url:"/books/9788522464388",coverURL:"//covers.vitalbook.com/vbid/9788522464388/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de marketing: fundamentos e aplicações",author:"MINADEO, Roberto",isbn:"9788522464937",edition:0,vbkType:"pbk",url:"/books/9788522464937",coverURL:"//covers.vitalbook.com/vbid/9788522464937/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão do conhecimento",author:"TAKEUCHI, Hirotaka ; NONAKA, Ikujiro",isbn:"9788577802296",edition:0,vbkType:"pbk",url:"/books/9788577802296",coverURL:"//covers.vitalbook.com/vbid/9788577802296/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão em hotelaria hospitalar, 3ª edição",author:"BOEGER, Marcelo Assad",isbn:"9788522464432",edition:0,vbkType:"pbk",url:"/books/9788522464432",coverURL:"//covers.vitalbook.com/vbid/9788522464432/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Inovação e Empreendedorismo - Adminsitração",author:"BESSANT, John ; TIDD, Joe ",isbn:"9788577805112",edition:0,vbkType:"pbk",url:"/books/9788577805112",coverURL:"//covers.vitalbook.com/vbid/9788577805112/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à genética veterinária, 3ª edição",author:"NOCHOLAS, F. W. ",isbn:"9788536326689",edition:0,vbkType:"pbk",url:"/books/9788536326689",coverURL:"//covers.vitalbook.com/vbid/9788536326689/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Justiça Social e Distributiva - Desafios para concretizar direitos sociais, 1ª edição",author:"CASTILHO, Ricardo",isbn:"9788502154834",edition:0,vbkType:"pbk",url:"/books/9788502154834",coverURL:"//covers.vitalbook.com/vbid/9788502154834/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lançamento Tributário, 3ª edição",author:"SANTI, Eurico Marcos Diniz de",isbn:"9788502140066",edition:0,vbkType:"pbk",url:"/books/9788502140066",coverURL:"//covers.vitalbook.com/vbid/9788502140066/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Legislação Penal Especial Vol. 2, 3ª edição",author:"SALVADOR NETTO, Alamiro Velludo ; BRITO, Alexis Augusto Couto de ; RAMOS, André de Carvalho ; DEZEM",isbn:"9788502139367",edition:0,vbkType:"pbk",url:"/books/9788502139367",coverURL:"//covers.vitalbook.com/vbid/9788502139367/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Legislação Penal Especial Vol. 1, 6ª edição",author:"JUNQUE, Gustavo Octaviano Diniz ; FULLER, Paulo Henrique Aranda",isbn:"9788502139336",edition:0,vbkType:"pbk",url:"/books/9788502139336",coverURL:"//covers.vitalbook.com/vbid/9788502139336/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei Antidrogas - Anotada - Comentários À Lei n 11.343/2006 (2010 - Edição 10)",author:"JESUS, Damásio E. de ",isbn:"9788502154896",edition:0,vbkType:"pbk",url:"/books/9788502154896",coverURL:"//covers.vitalbook.com/vbid/9788502154896/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei de Drogas Anotada Lei N. 11.343/2006, 3ª edição",author:"GRECO FILHO, Vicente ; RASSI, João Daniel",isbn:"9788502139374",edition:0,vbkType:"pbk",url:"/books/9788502139374",coverURL:"//covers.vitalbook.com/vbid/9788502139374/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei de Execução Fiscal Comentários e Jurisprudência, 12ª edição",author:"THEODORO JÚNIOR, Humberto",isbn:"9788502139381",edition:0,vbkType:"pbk",url:"/books/9788502139381",coverURL:"//covers.vitalbook.com/vbid/9788502139381/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei dos Juizados Especiais Criminais Anotada, 12ª edição",author:"JESUS, Damásio de ",isbn:"9788502154865",edition:0,vbkType:"pbk",url:"/books/9788502154865",coverURL:"//covers.vitalbook.com/vbid/9788502154865/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei dos Registro Públicos Comentada, 20ª edição",author:"CENEVIVA, Walter",isbn:"9788502139657",edition:0,vbkType:"pbk",url:"/books/9788502139657",coverURL:"//covers.vitalbook.com/vbid/9788502139657/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei Eleitoral - Lei N. 9.504/97 - Estrutura, Análise e Jurisprudência , 4ª edição",author:"BOTTALLO, Eduardo Domingos ; DAL POZZO, Antonio Araldo F. ; WEISS, Daniela Puglia",isbn:"9788502156043",edition:0,vbkType:"pbk",url:"/books/9788502156043",coverURL:"//covers.vitalbook.com/vbid/9788502156043/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei Eleitoral Anotada, 1ª edição",author:"PORTO, Roberto",isbn:"9788502156333",edition:0,vbkType:"pbk",url:"/books/9788502156333",coverURL:"//covers.vitalbook.com/vbid/9788502156333/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lesão nos Contratos Eletrônicos na Sociedade da Informação Teoria e Prática da Juscibernética ",author:"SOUZA, Sérgio Iglesias Nunes de ",isbn:"9788502141124",edition:0,vbkType:"pbk",url:"/books/9788502141124",coverURL:"//covers.vitalbook.com/vbid/9788502141124/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lições de Direito Constitucional em Homenagem ao Jurista Celso Bastos, 1ª edição",author:" TAVARES, André Ramos ; MARTINS, Ives Gandra da Silva; MENDES, Gilmar Ferreira",isbn:"9788502146709",edition:0,vbkType:"pbk",url:"/books/9788502146709",coverURL:"//covers.vitalbook.com/vbid/9788502146709/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lições Preliminares de Direito, 27ª edição",author:"REALE, Miguel",isbn:"9788502136847",edition:0,vbkType:"pbk",url:"/books/9788502136847",coverURL:"//covers.vitalbook.com/vbid/9788502136847/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mandado de Segurança , comentários à Lei 12.016, 3ª edição",author:"VITTA, Heraldo Garcia",isbn:"9788502112230",edition:0,vbkType:"pbk",url:"/books/9788502112230",coverURL:"//covers.vitalbook.com/vbid/9788502112230/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mandado de Segurança no Direito Tributário, 1ª edição",author:"QUINTANILHA, Gabriel Sant'Anna ; PEREIRA, Felipe Carvalho",isbn:"9788502113138",edition:0,vbkType:"pbk",url:"/books/9788502113138",coverURL:"//covers.vitalbook.com/vbid/9788502113138/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mandado de Segurança, individual e coletivo, 3 ª edição",author:"REMÉDIO, José Antônio",isbn:"9788502146716",edition:0,vbkType:"pbk",url:"/books/9788502146716",coverURL:"//covers.vitalbook.com/vbid/9788502146716/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual das Eleições , 4ª edição",author:"AMARAL, Roberto ; CUNHA, Sérgio Sérvulo da ",isbn:"9788502146723",edition:0,vbkType:"pbk",url:"/books/9788502146723",coverURL:"//covers.vitalbook.com/vbid/9788502146723/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Antropologia Jurídica, 1ª edição",author:"ASSIS, Olney Queiroz ; KÜMPEL, Vitor Frederico",isbn:"9788502120174",edition:0,vbkType:"pbk",url:"/books/9788502120174",coverURL:"//covers.vitalbook.com/vbid/9788502120174/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito Emprsarial Brasileiro, 1ªedição",author:"BRUSCATO, Wilges",isbn:"9788502113756",edition:0,vbkType:"pbk",url:"/books/9788502113756",coverURL:"//covers.vitalbook.com/vbid/9788502113756/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito Processual Civi, Vol. 2, 14ª edição",author:"SANTOS, Ernane Fidélis dos",isbn:"9788502129429",edition:0,vbkType:"pbk",url:"/books/9788502129429",coverURL:"//covers.vitalbook.com/vbid/9788502129429/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito Processual Civil, Vol. 1, 15ª edição",author:"SANTOS, Ernane Fidélis dos",isbn:"9788502113787",edition:0,vbkType:"pbk",url:"/books/9788502113787",coverURL:"//covers.vitalbook.com/vbid/9788502113787/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito Processual Civil, Vol. 3, 14ª edição",author:"SANTOS, Ernane Fidélis dos",isbn:"9788502120709",edition:0,vbkType:"pbk",url:"/books/9788502120709",coverURL:"//covers.vitalbook.com/vbid/9788502120709/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito Tributário , 4ª edição",author:"DIFINI, Luis Felipe Silveira",isbn:"9788502135529",edition:0,vbkType:"pbk",url:"/books/9788502135529",coverURL:"//covers.vitalbook.com/vbid/9788502135529/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Linguagem Jurídica, 2ª edição",author:"PETRI, Maria José C.",isbn:"9788502138148",edition:0,vbkType:"pbk",url:"/books/9788502138148",coverURL:"//covers.vitalbook.com/vbid/9788502138148/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Medicina Legal, 8ª edição",author:"CROCE, Delton; CROCE JR, Delton",isbn:"9788502149533",edition:0,vbkType:"pbk",url:"/books/9788502149533",coverURL:"//covers.vitalbook.com/vbid/9788502149533/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Redação, Análise e Interpretação de Digitais de Licitação, 1ª edição",author:"ZANOTELLO, Simone",isbn:"9788502144644",edition:0,vbkType:"pbk",url:"/books/9788502144644",coverURL:"//covers.vitalbook.com/vbid/9788502144644/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Tributação no Mercado Financeiro, 1ª edição",author:"BENTO, Paulos Marcelo de Oliveira ; MALHEIRO, Rafael Macedo; CASTILHO, Ramon Machado; BATISTA, Renat",isbn:"9788502140295",edition:0,vbkType:"pbk",url:"/books/9788502140295",coverURL:"//covers.vitalbook.com/vbid/9788502140295/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual do Estabelecimento Empresarial, 1ª edição",author:"PEREIRA, Ademar ; ALMEIDA, Amador Paes de ",isbn:"9788502140288",edition:0,vbkType:"pbk",url:"/books/9788502140288",coverURL:"//covers.vitalbook.com/vbid/9788502140288/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual Prático das Licitações, 8ª EDIÇÃO",author:"RIGOLIN, Ivan Barbosa; BOTTINO, Marco Tulio",isbn:"9788502146730",edition:0,vbkType:"pbk",url:"/books/9788502146730",coverURL:"//covers.vitalbook.com/vbid/9788502146730/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marcas Tridimensionais - Sua Proteção e os Aparentes Conflitos com a Proteção Outorgada por Outr",author:"MORO, Maitê Cecília Fabri",isbn:"9788502146747",edition:0,vbkType:"pbk",url:"/books/9788502146747",coverURL:"//covers.vitalbook.com/vbid/9788502146747/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Minicódigo de Processo Penal Anoatdo, 5ª EDIÇÃO",author:"ANDREUCCI, Ricardo Antonio",isbn:"9788502120648",edition:0,vbkType:"pbk",url:"/books/9788502120648",coverURL:"//covers.vitalbook.com/vbid/9788502120648/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Moreira Alves e o Controle da Constitucionalidade no Brasil, 1ª EDIÇÃO",author:"MENDES, Gilmar Ferreira",isbn:"9788502146754",edition:0,vbkType:"pbk",url:"/books/9788502146754",coverURL:"//covers.vitalbook.com/vbid/9788502146754/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nas Fronteiras do Formalismo, 1ª EDIÇÃO",author:"RODRIGEZ, José Rodrigo ; COSTA, Carlos Eduardo Batalha da Silva e ; BARBOSA, Samuel Rodrigues",isbn:"9788502142039",edition:0,vbkType:"pbk",url:"/books/9788502142039",coverURL:"//covers.vitalbook.com/vbid/9788502142039/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nâo Intervenção e Legitimidade Internacional, 1ª EDIÇÃO",author:"JUBILUT, Liliana Lyra",isbn:"9788502141834",edition:0,vbkType:"pbk",url:"/books/9788502141834",coverURL:"//covers.vitalbook.com/vbid/9788502141834/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Negócio Jurídico - Existência, Validade e Eficácia - 4ª Edição",author:"AZEVEDO, Antônio Junqueira de ",isbn:"9788502146761",edition:0,vbkType:"pbk",url:"/books/9788502146761",coverURL:"//covers.vitalbook.com/vbid/9788502146761/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Negociação Coletiva de Trabalho, 1ª EDIÇÃO",author:"AGUIAR, Antonio Carlos",isbn:"9788502140271",edition:0,vbkType:"pbk",url:"/books/9788502140271",coverURL:"//covers.vitalbook.com/vbid/9788502140271/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Noções Essenciais De Direito - 3ª edição - Tiragem reviada e atualizada",author:"PALAIA, Nelson",isbn:"9788502126251",edition:0,vbkType:"pbk",url:"/books/9788502126251",coverURL:"//covers.vitalbook.com/vbid/9788502126251/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Noçoes de Direito Tributário , 1ª edição",author:"CASTRO, Alexandre Barros",isbn:"9788502141995",edition:0,vbkType:"pbk",url:"/books/9788502141995",coverURL:"//covers.vitalbook.com/vbid/9788502141995/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nova Fase do Direito Moderno, 2ª edição",author:"REALE, Miguel",isbn:"9788502146785",edition:0,vbkType:"pbk",url:"/books/9788502146785",coverURL:"//covers.vitalbook.com/vbid/9788502146785/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nova Lei do Inquilinato - Análise Crítica das Alterações Introduzidas Pela Lei Nº 12.112/2009",author:"GIANCOLI, Brunno Pandori ; FIGUEIREDO, Fábio Vieira",isbn:"9788502139411",edition:0,vbkType:"pbk",url:"/books/9788502139411",coverURL:"//covers.vitalbook.com/vbid/9788502139411/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nova Regulamentação da Representação Comercial Autônoma - O Contrato de Agência e de Distribui",author:"REQUIÃO, Rubens Edmundo",isbn:"9788502146808",edition:0,vbkType:"pbk",url:"/books/9788502146808",coverURL:"//covers.vitalbook.com/vbid/9788502146808/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novíssimas Questões Criminais, 3ª edição",author:"JESUS, Damásio E. de ",isbn:"9788502153028",edition:0,vbkType:"pbk",url:"/books/9788502153028",coverURL:"//covers.vitalbook.com/vbid/9788502153028/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novos Estudos e Pareceres de Direito Privado, 1ª edição",author:"AZEVEDO, Antônio Junqueira de",isbn:"9788502145269",edition:0,vbkType:"pbk",url:"/books/9788502145269",coverURL:"//covers.vitalbook.com/vbid/9788502145269/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nulidade da sentença e o princípio da congruência, 2ª edição",author:"OLIVEIRA, Vallisney de Souza ",isbn:"9788502153004",edition:0,vbkType:"pbk",url:"/books/9788502153004",coverURL:"//covers.vitalbook.com/vbid/9788502153004/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Códigp de Defesa do Consumidor - e sua interpretação Jurisprudencial , 4ª edição",author:"NUNES, Rizzato",isbn:"9788502144248",edition:0,vbkType:"pbk",url:"/books/9788502144248",coverURL:"//covers.vitalbook.com/vbid/9788502144248/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Espírito das Leis, 9ª edição",author:"MONTESQUIEU",isbn:"9788502105232",edition:0,vbkType:"pbk",url:"/books/9788502105232",coverURL:"//covers.vitalbook.com/vbid/9788502105232/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Estado Democrático de Direito e o Conflito das Ideologias , 3ª edição",author:"REALE, Miguel",isbn:"9788502145450",edition:0,vbkType:"pbk",url:"/books/9788502145450",coverURL:"//covers.vitalbook.com/vbid/9788502145450/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Futuro do Direito Comercial, 1ª edição",author:"COELHO, Fábio Ulhoa",isbn:"9788502105539",edition:0,vbkType:"pbk",url:"/books/9788502105539",coverURL:"//covers.vitalbook.com/vbid/9788502105539/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Novo Direito e Desenvolvimento:`resente, Passado e futuro texros selecionados de David M. Trubek, ",author:"RODRIGUEZ, José Rodrigo",isbn:"9788502141797",edition:0,vbkType:"pbk",url:"/books/9788502141797",coverURL:"//covers.vitalbook.com/vbid/9788502141797/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Novo Mandado de Segurança - Comentários à Lei n. 12.016, DE 07 de Agosto deE 2009, 1ª edição",author:"GRECO FILHO, Vicente",isbn:"9788502139435",edition:0,vbkType:"pbk",url:"/books/9788502139435",coverURL:"//covers.vitalbook.com/vbid/9788502139435/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Novo Procedimento do Júri, 1ª edição",author:"BONFIM, Edilson Mougenot ;PARRA NETO, Domingos ",isbn:"9788502152991",edition:0,vbkType:"pbk",url:"/books/9788502152991",coverURL:"//covers.vitalbook.com/vbid/9788502152991/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O País dos Impostos, 1ª edição",author:"ZARZANA, Dávio Antonio Prado",isbn:"9788502142114",edition:0,vbkType:"pbk",url:"/books/9788502142114",coverURL:"//covers.vitalbook.com/vbid/9788502142114/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Pensamento Filosófico e Jurídico de Miguel Reale, 1ª Edição",author:"CZERNA, Renato Cirrel",isbn:"9788502156241",edition:0,vbkType:"pbk",url:"/books/9788502156241",coverURL:"//covers.vitalbook.com/vbid/9788502156241/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Poder Público em Juízo, 5ª edição",author:"BUENO, Cassio Scarpinella",isbn:"9788502156234",edition:0,vbkType:"pbk",url:"/books/9788502156234",coverURL:"//covers.vitalbook.com/vbid/9788502156234/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Princípio Constitucional da Dignidade da Pessoa Humana - Doutrina e Jurisprudência - 3ª Ed. 201",author:"Nunes, Luiz Antonio Rizzatto",isbn:"9788502135413",edition:0,vbkType:"pbk",url:"/books/9788502135413",coverURL:"//covers.vitalbook.com/vbid/9788502135413/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Princípio Constitucional da Dignidade da Pessoa Humana, 1ª edição",author:"SOARES, Ricardo Mauricio Freire",isbn:"9788502139459",edition:0,vbkType:"pbk",url:"/books/9788502139459",coverURL:"//covers.vitalbook.com/vbid/9788502139459/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Regime Jurídico do Concurso Público e o seu Controle Jurisdicional, 1ª edição",author:"MAIA, Márcio Barbosa ; QUEIROZ, Ronaldo Pinheiro de ",isbn:"9788502144262",edition:0,vbkType:"pbk",url:"/books/9788502144262",coverURL:"//covers.vitalbook.com/vbid/9788502144262/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Tratamento do Usuário de Crack, 2ª edição",author:"RIBEIRO, Marcelo ; LARANJEIRA, Ronaldo - organizadores",isbn:"9788536327198",edition:0,vbkType:"pbk",url:"/books/9788536327198",coverURL:"//covers.vitalbook.com/vbid/9788536327198/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Onerosidade excessiva no Contrato Civil, 1ª edição",author:"NASSER, Paulo Magalhães",isbn:"9788502140219",edition:0,vbkType:"pbk",url:"/books/9788502140219",coverURL:"//covers.vitalbook.com/vbid/9788502140219/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Os Olhos da Pele: A arquitetura e os sentidos",author:"PALLASMAA, Juhani ",isbn:"9788540700437",edition:0,vbkType:"pbk",url:"/books/9788540700437",coverURL:"//covers.vitalbook.com/vbid/9788540700437/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Panorama Atual das Tutelas Individual e Coletiva: Estudos em Homenagem ao Professor Sérgio Shimura",author:"MOREIRA, Alberto Camina - Alavarez, Anselmo Prieto - Brusc, Gilberto Gomes - Coordenadores",isbn:"9788502140196",edition:0,vbkType:"pbk",url:"/books/9788502140196",coverURL:"//covers.vitalbook.com/vbid/9788502140196/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Paradigmas da Cultura Contemporânea, 2ª edição",author:"REALE, Miguel",isbn:"9788502153035",edition:0,vbkType:"pbk",url:"/books/9788502153035",coverURL:"//covers.vitalbook.com/vbid/9788502153035/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Passe na OAB 2ªfase - questões e peças comentadas - constitucional, 2ª edição",author:"SCHWANTES, Susanna",isbn:"9788502160019",edition:0,vbkType:"pbk",url:"/books/9788502160019",coverURL:"//covers.vitalbook.com/vbid/9788502160019/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pincípios e Regras de Integração dos Contratos no Novo Código Civil, 3ª edição",author:"BIERWAGEN, Mônica Yoshizato",isbn:"9788502152502",edition:0,vbkType:"pbk",url:"/books/9788502152502",coverURL:"//covers.vitalbook.com/vbid/9788502152502/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Plano Diretor, 1ª edição",author:"SILVA, Carlos Henrique Dantas da",isbn:"9788502153042",edition:0,vbkType:"pbk",url:"/books/9788502153042",coverURL:"//covers.vitalbook.com/vbid/9788502153042/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pockets Jurídicos 58 - Direito Urbanístico, 1ª edição",author:"CARMONA, Paulo Afonso Cavichioli",isbn:"9788502142367",edition:0,vbkType:"pbk",url:"/books/9788502142367",coverURL:"//covers.vitalbook.com/vbid/9788502142367/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Política e Direito, 1ª edição",author:"REALE, Miguel",isbn:"9788502137691",edition:0,vbkType:"pbk",url:"/books/9788502137691",coverURL:"//covers.vitalbook.com/vbid/9788502137691/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Política Sistema Jurídico e Decisão Judicial, 2ª edição",author:"CAMPILONGO, Celso Fernandes",isbn:"9788502140417",edition:0,vbkType:"pbk",url:"/books/9788502140417",coverURL:"//covers.vitalbook.com/vbid/9788502140417/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática Forense Civil, 1ª edição",author:"COLNAGO, Rodrigo ; SOUZA, Josyanne Nazareth de ",isbn:"9788502136571",edition:0,vbkType:"pbk",url:"/books/9788502136571",coverURL:"//covers.vitalbook.com/vbid/9788502136571/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prescrição na Administração Pública, 2ªedição",author:"NASSAR, Elody",isbn:"9788502152472",edition:0,vbkType:"pbk",url:"/books/9788502152472",coverURL:"//covers.vitalbook.com/vbid/9788502152472/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prescrição no Código Civil: Uma análise dsiciplinar, 3ª EDIÇÃO",author:"MIRNA CIANCI, Mirna",isbn:"9788502152489",edition:0,vbkType:"pbk",url:"/books/9788502152489",coverURL:"//covers.vitalbook.com/vbid/9788502152489/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Primeiras Linhas de Direito Processual Civil, Vol.2, 27ª edição",author:"SANTOS, Moacyr Amaral",isbn:"9788502121096",edition:0,vbkType:"pbk",url:"/books/9788502121096",coverURL:"//covers.vitalbook.com/vbid/9788502121096/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípio da Proporcionalidade no Processo Civil, 1ª edição",author:"GÓES, Gisele Santos Fernandes",isbn:"9788502152434",edition:0,vbkType:"pbk",url:"/books/9788502152434",coverURL:"//covers.vitalbook.com/vbid/9788502152434/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípio da Reparação Integral, 1ª EDIÇÃO",author:"SANSEVERINO, Paulo de Traso Vieira ",isbn:"9788502152529",edition:0,vbkType:"pbk",url:"/books/9788502152529",coverURL:"//covers.vitalbook.com/vbid/9788502152529/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios Fundamentais Norteadores do Direito de Família, 2ª edição",author:"PEREIRA, Rodrigo da Cunha",isbn:"9788502160217",edition:0,vbkType:"pbk",url:"/books/9788502160217",coverURL:"//covers.vitalbook.com/vbid/9788502160217/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Probidade Administrativa",author:"MARTINS JÚNIOR, Wallace Paiva ",isbn:"9788502152496",edition:0,vbkType:"pbk",url:"/books/9788502152496",coverURL:"//covers.vitalbook.com/vbid/9788502152496/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Procedimentos Especiais Cíveis - Legislação Extravagante, 1ª edição",author:"FARIAS, Cristiano Chaves de ; DIDIER JR, Fridie",isbn:"9788502153189",edition:0,vbkType:"pbk",url:"/books/9788502153189",coverURL:"//covers.vitalbook.com/vbid/9788502153189/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processo Tributário: teoria e prática, 3ª edição",author:"CASTRO, Alexandre Barros",isbn:"9788502142282",edition:0,vbkType:"pbk",url:"/books/9788502142282",coverURL:"//covers.vitalbook.com/vbid/9788502142282/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicoterapias Cognitiva e Construtivista: novas fronteiras da prática clínica",author:"ABREU, Cristiano Nabuco de ; ROSO, Miréia e colaboradores",isbn:"9788536327228",edition:0,vbkType:"pbk",url:"/books/9788536327228",coverURL:"//covers.vitalbook.com/vbid/9788536327228/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Publicidade registral imobiliário, 1ª edição",author:"OLIVEIRA, Marcelo Salaroli de ",isbn:"9788502152878",edition:0,vbkType:"pbk",url:"/books/9788502152878",coverURL:"//covers.vitalbook.com/vbid/9788502152878/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Quem tem medo da monografia?, 2ª edição",author:"BRUSCATO, Wilges",isbn:"9788502112940",edition:0,vbkType:"pbk",url:"/books/9788502112940",coverURL:"//covers.vitalbook.com/vbid/9788502112940/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Questões de Direito Público, 1ª edição",author:"REALE, Miguel",isbn:"9788502135420",edition:0,vbkType:"pbk",url:"/books/9788502135420",coverURL:"//covers.vitalbook.com/vbid/9788502135420/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Recurso Extraordinário - Grau de cognição no juízo do mérito, 1ª edição",author:"PESSOA, Roberto Dórea",isbn:"9788502139626",edition:0,vbkType:"pbk",url:"/books/9788502139626",coverURL:"//covers.vitalbook.com/vbid/9788502139626/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Recursos Cíveis, 3ª edição",author:"ORIONE NETO, Luiz",isbn:"9788502152007",edition:0,vbkType:"pbk",url:"/books/9788502152007",coverURL:"//covers.vitalbook.com/vbid/9788502152007/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Reforma da Lei do Inquilinato, 1 ª edição",author:"FUCCI, Paulo Eduardo",isbn:"9788502140370",edition:0,vbkType:"pbk",url:"/books/9788502140370",coverURL:"//covers.vitalbook.com/vbid/9788502140370/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Reforma Penal, 1ª edição",author:"CAMPOS, Pedro Franco de",isbn:"9788502139466",edition:0,vbkType:"pbk",url:"/books/9788502139466",coverURL:"//covers.vitalbook.com/vbid/9788502139466/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Reformas Eleitoras Comentadas Lei n. 12.034/2009, 1ª edição",author:"THALES TÁCITO CERQUEIRA, Thales Tácito ; CERQUEIRA, Camila Albuquerque",isbn:"9788502153158",edition:0,vbkType:"pbk",url:"/books/9788502153158",coverURL:"//covers.vitalbook.com/vbid/9788502153158/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Regilamentação Portuária a Regulamentação Jurídica dos Serviços Públicos de Infra-Estrutura ",author:"SOUZA JR, Suriman Nogueira de",isbn:"9788502153127",edition:0,vbkType:"pbk",url:"/books/9788502153127",coverURL:"//covers.vitalbook.com/vbid/9788502153127/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Registro de Imóveis e Meio Ambiente, 1ª edição",author:"CRIADO, Francisco de Asís Palacios; De MELO, Marcelo Augusto Santana; JACOMINO, Sergio",isbn:"9788502152892",edition:0,vbkType:"pbk",url:"/books/9788502152892",coverURL:"//covers.vitalbook.com/vbid/9788502152892/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Regras processuais no código civil : aspectos da influência do Código Civil de 2002 na legislação processual",author:"DIDIER JR.; Fredie",isbn:"9788502153172",edition:0,vbkType:"pbk",url:"/books/9788502153172",coverURL:"//covers.vitalbook.com/vbid/9788502153172/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Regulação da Função Pública Notarial e de Registro",author:"Ribeiro, Luís Paulo Aliende",isbn:"9788502153141",edition:0,vbkType:"pbk",url:"/books/9788502153141",coverURL:"//covers.vitalbook.com/vbid/9788502153141/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Remuneração dos Agentes Públicos, 1ª edição",author:"MARTINS JÚNIOR, Wallace Paiva ",isbn:"9788502146631",edition:0,vbkType:"pbk",url:"/books/9788502146631",coverURL:"//covers.vitalbook.com/vbid/9788502146631/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Responsabilidade Civil DOS Administradores de S/A e as ações correlatas, 1ª edição",author:"ADAMEK, Marcelo Vieira Von",isbn:"9788502146600",edition:0,vbkType:"pbk",url:"/books/9788502146600",coverURL:"//covers.vitalbook.com/vbid/9788502146600/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Responsabilidade Civil Pós Contratual - No direito civil, no direito do consumidor, no direito do",author:"DONNINI, Rogerio Ferraz",isbn:"9788502140356",edition:0,vbkType:"pbk",url:"/books/9788502140356",coverURL:"//covers.vitalbook.com/vbid/9788502140356/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Responsabilidade Civil , 2ª edição",author:"BRAHA NETTO, Felipe Peixoto ",isbn:"9788502146617",edition:0,vbkType:"pbk",url:"/books/9788502146617",coverURL:"//covers.vitalbook.com/vbid/9788502146617/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Responsabilidade Civil no Código do Consumidor e a Defesa do Fornecedor - 3ª Ed. 2010",author:"SANSEVERINO, Paulo Tarso Vieira",isbn:"9788502142275",edition:0,vbkType:"pbk",url:"/books/9788502142275",coverURL:"//covers.vitalbook.com/vbid/9788502142275/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Responsabilidade do Estado por Ato Legislativo, 1ª edição",author:"HELENE, Hélio",isbn:"9788502105546",edition:0,vbkType:"pbk",url:"/books/9788502105546",coverURL:"//covers.vitalbook.com/vbid/9788502105546/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Responsabilidade penal das corporações e criminalidade moderna, 1ª edição",author:"SANCTIS, Fausto Martin de ",isbn:"9788502141780",edition:0,vbkType:"pbk",url:"/books/9788502141780",coverURL:"//covers.vitalbook.com/vbid/9788502141780/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Retrospectiva dos 20 Anos da Constituição Federal, 1ª edição",author:"AGRA, Walber de Moura",isbn:"9788502146587",edition:0,vbkType:"pbk",url:"/books/9788502146587",coverURL:"//covers.vitalbook.com/vbid/9788502146587/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Roteiro de Psiquiatria Forense, 1ª edição",author:"EÇA, Antonio Jose",isbn:"9788502142251",edition:0,vbkType:"pbk",url:"/books/9788502142251",coverURL:"//covers.vitalbook.com/vbid/9788502142251/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Roteiro Prático das Ações, 20ª edição",author:"ANDRÉ, Luíz Sérgio Affonso de ; ALTEMANI, Nelson",isbn:"9788502142244",edition:0,vbkType:"pbk",url:"/books/9788502142244",coverURL:"//covers.vitalbook.com/vbid/9788502142244/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série DDJ - Auto-regulação E Desenvolvimento. Do Mercado De Valores Mobiliários Brasileiro",author:"AGUIA, Maria Fernanda Calado de ; CUSCIANO, Dalton Tria; SANO, Flora Pinotti ; PEREIRA, Roberto Cor",isbn:"9788502141872",edition:0,vbkType:"pbk",url:"/books/9788502141872",coverURL:"//covers.vitalbook.com/vbid/9788502141872/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série DDJ - Carl Schimitht e a Fundamentação do Direito, 1ª edição",author:"MACEDO JR., Ronaldo Porto",isbn:"9788502142503",edition:0,vbkType:"pbk",url:"/books/9788502142503",coverURL:"//covers.vitalbook.com/vbid/9788502142503/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série DDJ - Direito e Economia, 1ª edição",author:"SALAMA, Bruno Meyer Hof (ORG.)",isbn:"9788502142411",edition:0,vbkType:"pbk",url:"/books/9788502142411",coverURL:"//covers.vitalbook.com/vbid/9788502142411/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série DDJ - Direito e Moeda, 1ª edição",author:"DURAN, Camila Villard",isbn:"9788502142404",edition:0,vbkType:"pbk",url:"/books/9788502142404",coverURL:"//covers.vitalbook.com/vbid/9788502142404/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série DDJ - Ensino Jurídico Participativo - Construção de programas, experiências didáticas, ",author:"GHIRARDI,José Garcez ; VANZELLA, Rafael Domingos F. ",isbn:"9788502144651",edition:0,vbkType:"pbk",url:"/books/9788502144651",coverURL:"//covers.vitalbook.com/vbid/9788502144651/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série DDJ - Pedido e causa de pedir, 1ª edição",author:"GABBAY, Daniela Monteiro",isbn:"9788502142329",edition:0,vbkType:"pbk",url:"/books/9788502142329",coverURL:"//covers.vitalbook.com/vbid/9788502142329/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série DDJ - Análise Econômica do Direito Contratual, 1ª edição",author:"POSNER, Eric; SALAMA, Bruno Meyerhof - organizador",isbn:"9788502142534",edition:0,vbkType:"pbk",url:"/books/9788502142534",coverURL:"//covers.vitalbook.com/vbid/9788502142534/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série DDJ - Instituições de Direito Penal Vol.1 Tomo 1 - 7ªEd.",author:"GARCIA, Basileu",isbn:"9788502142022",edition:0,vbkType:"pbk",url:"/books/9788502142022",coverURL:"//covers.vitalbook.com/vbid/9788502142022/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série DDJ - O estado e o direito depois da crise, 1ª edição",author:"FARIA, José Eduardo",isbn:"9788502140226",edition:0,vbkType:"pbk",url:"/books/9788502140226",coverURL:"//covers.vitalbook.com/vbid/9788502140226/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série DDJ - O oráculo de Delfos - O conselho de estado no Brasil-Império, 1ª edição",author:"LOPES, José Reinaldo Lima",isbn:"9788502139688",edition:0,vbkType:"pbk",url:"/books/9788502139688",coverURL:"//covers.vitalbook.com/vbid/9788502139688/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série DDJ - Os juristas na formação do estado - Nação brasileiro, 1ª edição",author:"MOTA, Carlos Gulherme; FERREIRA, Gabriela Nunes (COORD.)",isbn:"9788502142336",edition:0,vbkType:"pbk",url:"/books/9788502142336",coverURL:"//covers.vitalbook.com/vbid/9788502142336/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série DDj - Poder judiciário e desenvolimento do mercado de valores imobiliários brasileiro, 1ªe",author:"SARNO NETO, Andrea Di; DAUD, Felipe Taufik ; ANDRADE, Rafael de Almeida Rosa ; DE A , Maria Fernan",isbn:"9788502142091",edition:0,vbkType:"pbk",url:"/books/9788502142091",coverURL:"//covers.vitalbook.com/vbid/9788502142091/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série DDJ - Solidariedade e responsabilidade, 1ª edição",author:"CORREA, André Rodrigues",isbn:"9788502142213",edition:0,vbkType:"pbk",url:"/books/9788502142213",coverURL:"//covers.vitalbook.com/vbid/9788502142213/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Dir. Reg. E Notarial, Noções fundamentais de Direito Registral e Notorial, 1ªedição",author:"SOUZA, Eduardo Pacheco R. de ",isbn:"9788502140264",edition:0,vbkType:"pbk",url:"/books/9788502140264",coverURL:"//covers.vitalbook.com/vbid/9788502140264/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série GVLAW - Direito Econômico - Análise Contemporânea, 1ª edição",author:"VILARDI, Celso Sanchez ; PEREIRA, Flávia Rahal Bresser ; DIAS NETO, Theodomiro",isbn:"9788502141926",edition:0,vbkType:"pbk",url:"/books/9788502141926",coverURL:"//covers.vitalbook.com/vbid/9788502141926/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série GVLAW - Direito Econômico - Crimes Econômicos e Processo Penal, 1ª edição",author:"VILARDI, Celso Sanchez ; PEREIRA, Flávia Rahal Bresser ; DIAS NETO, Theodomiro",isbn:"9788502120792",edition:0,vbkType:"pbk",url:"/books/9788502120792",coverURL:"//covers.vitalbook.com/vbid/9788502120792/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série GVLAW - Direito Tributário - Tributação do Setor Comercial, 1ª edição",author:"SANTI, Eurico Marcos Diniz de ; AMARAL, Gustavo da Silva ; CANADO, Vanessa Rahal(COORD.)",isbn:"9788502120839",edition:0,vbkType:"pbk",url:"/books/9788502120839",coverURL:"//covers.vitalbook.com/vbid/9788502120839/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série GVLAW - Negociação - Negociações Empresariais, 1ª edição",author:"DUZERT, Yann ; SPINOLA, Ana Tereza; BRANDÃO, Adalberto ",isbn:"9788502141957",edition:0,vbkType:"pbk",url:"/books/9788502141957",coverURL:"//covers.vitalbook.com/vbid/9788502141957/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série GVLAW - Advocacia e Lavagem de dinheiro, 1ª edição",author:"RIOS, Rodrigo Sánchez",isbn:"9788502115194",vbkType:"pbk",url:"/books/9788502115194",coverURL:"//covers.vitalbook.com/vbid/9788502115194/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série GVLAW - Direito Administrativo - Introdução ao direito Administrativo, 1ª edição",author:"SUNDFELD, Carlos Ari ; MONTEIRO, Vera",isbn:"9788502135499",edition:0,vbkType:"pbk",url:"/books/9788502135499",coverURL:"//covers.vitalbook.com/vbid/9788502135499/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série GVLAW - Direito Econômico - Direito e Economia na Regulamentação Setorial, 1ªedição",author:"SCHAPIRO, Mario Gomes",isbn:"9788502141919",edition:0,vbkType:"pbk",url:"/books/9788502141919",coverURL:"//covers.vitalbook.com/vbid/9788502141919/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série GVLAW - Direito Econômico - Direito Econômico Regulamentório, 1ª edição",author:"SCHAPIRO, Mario Gomes",isbn:"9788502141896",edition:0,vbkType:"pbk",url:"/books/9788502141896",coverURL:"//covers.vitalbook.com/vbid/9788502141896/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série GVLAW - Direito Societário - Estratégias Societárias, Palnejamento Tributário e Sucessór",author:"PRADO, Roberta Nioac",isbn:"9788502120822",edition:0,vbkType:"pbk",url:"/books/9788502120822",coverURL:"//covers.vitalbook.com/vbid/9788502120822/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série GVLAW - Direito Societário - Política Fiscal, 1ª edição",author:"VASCONCELLOS, Roberto França de",isbn:"9788502144859",edition:0,vbkType:"pbk",url:"/books/9788502144859",coverURL:"//covers.vitalbook.com/vbid/9788502144859/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série GVLAW - Direito Societário - Tipos Societários, 1ª edição",author:"FINKELSTEIN, Maria Eugênia Reis ; PROENÇA, José Marcelo Martins",isbn:"9788502141964",edition:0,vbkType:"pbk",url:"/books/9788502141964",coverURL:"//covers.vitalbook.com/vbid/9788502141964/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série GVLAW - Direito Tributário - Tributação Empresarial, 1ª edição",author:"EURICO MARCOS DINIZ DE SANTI, FERNANDO AURELIO ZIVETI",isbn:"9788502144033",edition:0,vbkType:"pbk",url:"/books/9788502144033",coverURL:"//covers.vitalbook.com/vbid/9788502144033/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série GVLAW - Direito Tributário - Tributação Internacional, 1ª edição",author:"SANTI,Eurico Maracos Diniz de ; ARCE,Fernando Aurelio Ziveti ; MOSQUERA, Roberto Quiroga",isbn:"9788502141940",edition:0,vbkType:"pbk",url:"/books/9788502141940",coverURL:"//covers.vitalbook.com/vbid/9788502141940/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série GVLAW - Emp. Familiares - Governança Corporativa, Governança Familiar, 1ª edição",author:"PRADO, Roberta Nioac (COORD.)",isbn:"9788502115187",edition:0,vbkType:"pbk",url:"/books/9788502115187",coverURL:"//covers.vitalbook.com/vbid/9788502115187/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série GVLAW - Negociação - Barreiras para Resolução dos Conflitos, 1ªedição",author:"DUZERT, Yann",isbn:"9788502120853",edition:0,vbkType:"pbk",url:"/books/9788502120853",coverURL:"//covers.vitalbook.com/vbid/9788502120853/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série GVLAW - Responsabilidade Civil e Sua Repercussão nos Tribunais - 2ª edição",author:"SILVA, Regina Beatriz Tavares da",isbn:"9788502144729",edition:0,vbkType:"pbk",url:"/books/9788502144729",coverURL:"//covers.vitalbook.com/vbid/9788502144729/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série GVLAW - Sociologia Jurídica - Direito e Conjuntura, 2ª edição",author:"FARIA, José Eduardo",isbn:"9788502135598",edition:0,vbkType:"pbk",url:"/books/9788502135598",coverURL:"//covers.vitalbook.com/vbid/9788502135598/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série GVLAW - Solução de Controvérsias TOMO I - O Brasil e o Conceituoso na OMC , 1ª edição",author:"LIMA, Maria Lúcia Labate Mantovanini Padua; ROSENBERG, Barbara ",isbn:"9788502144835",edition:0,vbkType:"pbk",url:"/books/9788502144835",coverURL:"//covers.vitalbook.com/vbid/9788502144835/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série GVLAW -Direito, Gestão e Prática - Administração Legal para Advogados, 1 ª edição",author:"BORANGA, Ana Luiza",isbn:"9788502141933",edition:0,vbkType:"pbk",url:"/books/9788502141933",coverURL:"//covers.vitalbook.com/vbid/9788502141933/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Direito à Educação - Requisito para o desenvovimento do País, 1ª edição",author:"SOUSA, Eliane Ferreira de ",isbn:"9788502146655",edition:0,vbkType:"pbk",url:"/books/9788502146655",coverURL:"//covers.vitalbook.com/vbid/9788502146655/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Juízo de ponderação na jurisdição constitucional, 1ª edição",author:"BRANCO, Paulo Gustavo Gonet",isbn:"9788502146686",edition:0,vbkType:"pbk",url:"/books/9788502146686",coverURL:"//covers.vitalbook.com/vbid/9788502146686/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - A legitimidade da jurisdição contitucional no pensamento de Jürgen Habermas, 1ª edi",author:"BOTELHO, Marcos César",isbn:"9788502146693",edition:0,vbkType:"pbk",url:"/books/9788502146693",coverURL:"//covers.vitalbook.com/vbid/9788502146693/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Capacidade Contributiva - Análise dos Direitos Humanos e Fundamentais, 1ª edição",author:"DUTRA, Micaela Dominguez",isbn:"9788502146648",edition:0,vbkType:"pbk",url:"/books/9788502146648",coverURL:"//covers.vitalbook.com/vbid/9788502146648/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Controle de Constitucionalidade Estadual - As normas de observância obrigatória e def",author:"LEONCY, Léo Ferreira",isbn:"9788502144941",edition:0,vbkType:"pbk",url:"/books/9788502144941",coverURL:"//covers.vitalbook.com/vbid/9788502144941/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Conversas Acadêmicas com Peter Häberle - série , 1ª EDIÇÃO",author:"VALADÉS, Diego ",isbn:"9788502144255",edition:0,vbkType:"pbk",url:"/books/9788502144255",coverURL:"//covers.vitalbook.com/vbid/9788502144255/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Direito Penal Marítimo - Zona Econômica exclusiva, soberania extraterritorialidade, ",author:"MAHMOUD, Mohamad Ale Hasan ",isbn:"9788502146662",edition:0,vbkType:"pbk",url:"/books/9788502146662",coverURL:"//covers.vitalbook.com/vbid/9788502146662/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Iniciativa Popular Municipal - Ferramenta de Legitimção da Demogracia, 1ªedição",author:"POUSO, Renata Gonçalves Pereira Guerra",isbn:"9788502146679",edition:0,vbkType:"pbk",url:"/books/9788502146679",coverURL:"//covers.vitalbook.com/vbid/9788502146679/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Judicialização de Políticas Públicas - Para a educação infantil, 1ªedição",author:"VICTOR, Rodrigo Albuquerque de ",isbn:"9788502140059",edition:0,vbkType:"pbk",url:"/books/9788502140059",coverURL:"//covers.vitalbook.com/vbid/9788502140059/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Políticas públicas e indicadores para o desenvolvimento sustentável",author:"SILVA, Christian Luiz da",isbn:"9788502124950",vbkType:"pbk",url:"/books/9788502124950",coverURL:"//covers.vitalbook.com/vbid/9788502124950/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A atenção aprisionada: Psicopedagogia da capacidade atencional",author:"FERNÁDEZ, Alicia",isbn:"9788563899453",edition:0,vbkType:"pbk",url:"/books/9788563899453",coverURL:"//covers.vitalbook.com/vbid/9788563899453/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Adobe Dreamweaver CS5: Classroom in a Book",author:"Adobe Creative Team",isbn:"9788540700451",edition:0,vbkType:"pbk",url:"/books/9788540700451",coverURL:"//covers.vitalbook.com/vbid/9788540700451/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Adobe InDesign CS5 Classroom in a Book: Guia de Treinamento Oficial",author:"Adobe Creative Team",isbn:"9788577809240",edition:0,vbkType:"pbk",url:"/books/9788577809240",coverURL:"//covers.vitalbook.com/vbid/9788577809240/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ética e Responsabilidade Social nos Negócios - 2ª Edição",author:"ASHLEY, Patricia Almeida - Coordenação",isbn:"9788502087762",vbkType:"pbk",url:"/books/9788502087762",coverURL:"//covers.vitalbook.com/vbid/9788502087762/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Brincar: Aprendizagem para a Vida",author:"BROCK, Avril ; DODDS, Sylvia; JARVIS, Pam ; OLUSOGA, Yinka",isbn:"9788563899347",edition:0,vbkType:"pbk",url:"/books/9788563899347",coverURL:"//covers.vitalbook.com/vbid/9788563899347/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como Preparar uma Empresa para o Comércio Exterior",author:"LUDOVICO, Nelson",isbn:"9788502089143",vbkType:"pbk",url:"/books/9788502089143",coverURL:"//covers.vitalbook.com/vbid/9788502089143/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Ambiental - 2ª Edição",author:"RIBEIRO, Maisa de Souza",isbn:"9788502108837",vbkType:"pbk",url:"/books/9788502108837",coverURL:"//covers.vitalbook.com/vbid/9788502108837/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Comunitário, 2ª edição",author:"BORGES, José Souto Maior",isbn:"9788502144828",edition:0,vbkType:"pbk",url:"/books/9788502144828",coverURL:"//covers.vitalbook.com/vbid/9788502144828/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito do Seguro, 2ª edição",author:"SILVA, Ivam de Olveira",isbn:"9788502162167",edition:0,vbkType:"pbk",url:"/books/9788502162167",coverURL:"//covers.vitalbook.com/vbid/9788502162167/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Internacional, 3ª edição",author:"PEREIRA, Bruno Yepes",isbn:"9788502152694",edition:0,vbkType:"pbk",url:"/books/9788502152694",coverURL:"//covers.vitalbook.com/vbid/9788502152694/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Penal, 12ª EDIÇÃO",author:"COSTA JR., Paulo José da ; COSTA, Fernando José",isbn:"9788502135390",vbkType:"pbk",url:"/books/9788502135390",coverURL:"//covers.vitalbook.com/vbid/9788502135390/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Processo Civil 1 - Tomo I Processo de Conhecimento: Covencional e Eletrônico, 2ª EDIÇÃO",author:"DESTEFENNI, Marcos",isbn:"9788502135512",edition:0,vbkType:"pbk",url:"/books/9788502135512",coverURL:"//covers.vitalbook.com/vbid/9788502135512/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Processo Civil 1 - Tomo II Processo de Conhecimento: Tutela Antecipada, Provas, Recursos e ",author:"DESTEFENNI, Marcos",isbn:"9788502135680",edition:0,vbkType:"pbk",url:"/books/9788502135680",coverURL:"//covers.vitalbook.com/vbid/9788502135680/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Processo Civil VOL 2 : Execução dos Títulos Extrajudiciais, 3ª EDIÇÃO",author:"DESTEFENNI, Marcos",isbn:"9788502135697",edition:0,vbkType:"pbk",url:"/books/9788502135697",coverURL:"//covers.vitalbook.com/vbid/9788502135697/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dano Moral no Direito de Família, 1ª edição",author:"CARDIN, Valéria Silva Galdino",isbn:"9788502161887",edition:0,vbkType:"pbk",url:"/books/9788502161887",coverURL:"//covers.vitalbook.com/vbid/9788502161887/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Decisões em Matéria Tributária, 1ª edição",author:"SILVA, Renata Elaine",isbn:"9788502152403",edition:0,vbkType:"pbk",url:"/books/9788502152403",coverURL:"//covers.vitalbook.com/vbid/9788502152403/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dicionário Compacto do Direito - 10ª Ed. 2011",author:"CUNHA, Sérgio Sérvulo da",isbn:"9788502120570",edition:0,vbkType:"pbk",url:"/books/9788502120570",coverURL:"//covers.vitalbook.com/vbid/9788502120570/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Administrativo, 17ª edição",author:"GASPARINI, Diógenes",isbn:"9788502149243",edition:0,vbkType:"pbk",url:"/books/9788502149243",coverURL:"//covers.vitalbook.com/vbid/9788502149243/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito ambiental empresarial, 1ª edição",author:"TRENNEPOHL, Terence Dorneles",isbn:"9788502112971",edition:0,vbkType:"pbk",url:"/books/9788502112971",coverURL:"//covers.vitalbook.com/vbid/9788502112971/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Ambiental Tributário, 3º edição",author:"FIORILLO, Celso Antônio Pacheco ; FERREIRA, Renata Marques",isbn:"9788502152779",edition:0,vbkType:"pbk",url:"/books/9788502152779",coverURL:"//covers.vitalbook.com/vbid/9788502152779/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito autoral na era digital, 1ª edição",author:"SANTOS, Manuella",isbn:"9788502139589",edition:0,vbkType:"pbk",url:"/books/9788502139589",coverURL:"//covers.vitalbook.com/vbid/9788502139589/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito À Saúde No Âmbito Privado Contratos De Adesão, Planos De Saúde E Seguro-saúde",author:"SCAFF, Fernando Campos",isbn:"9788502139862",edition:0,vbkType:"pbk",url:"/books/9788502139862",coverURL:"//covers.vitalbook.com/vbid/9788502139862/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Civil V. 3 - Teoria Geral: Relações e Situações Jurídicas, 2ª edição",author:"ASCENSÃO, José de Oliveira",isbn:"9788502141537",edition:0,vbkType:"pbk",url:"/books/9788502141537",coverURL:"//covers.vitalbook.com/vbid/9788502141537/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Contemporâneo do Trabalho, 1ª edição",author:"NASCIMENTO, Amauri Mascaro",isbn:"9788502139947",edition:0,vbkType:"pbk",url:"/books/9788502139947",coverURL:"//covers.vitalbook.com/vbid/9788502139947/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito das pessoas e das famílias - Doutrina e Jurisprudência, 1ª edição",author:"PENA JÚNIOR, Moacir César ",isbn:"9788502152793",edition:0,vbkType:"pbk",url:"/books/9788502152793",coverURL:"//covers.vitalbook.com/vbid/9788502152793/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito de Autor e Direitos Fundamentais, 1ª edição",author:"SANTOS, Manoel J.Preira dos",isbn:"9788502139961",edition:0,vbkType:"pbk",url:"/books/9788502139961",coverURL:"//covers.vitalbook.com/vbid/9788502139961/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito de Empresa no Código Civil, 2ª edição",author:"ALMEIDA, Amador Paes de ",isbn:"9788502152238",edition:0,vbkType:"pbk",url:"/books/9788502152238",coverURL:"//covers.vitalbook.com/vbid/9788502152238/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito de Hereança, 2ª edição",author:"OLIVEIRA, Euclides de ",isbn:"9788502139978",edition:0,vbkType:"pbk",url:"/books/9788502139978",coverURL:"//covers.vitalbook.com/vbid/9788502139978/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito do Trabalho no Terceiro Setor , 1ª edição",author:"CAMARGOS, Ana Amalia Mascarenhas ",isbn:"9788502144552",edition:0,vbkType:"pbk",url:"/books/9788502144552",coverURL:"//covers.vitalbook.com/vbid/9788502144552/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito do Trabalho, 6ª edição",author:"CUNHA, Maria Inês M. S. A.",isbn:"9788502112759",edition:0,vbkType:"pbk",url:"/books/9788502112759",coverURL:"//covers.vitalbook.com/vbid/9788502112759/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito e Crédito Bancário no Brasil, 1ª edição",author:"FABIANI, Emerson Ribeiro",isbn:"9788502139985",edition:0,vbkType:"pbk",url:"/books/9788502139985",coverURL:"//covers.vitalbook.com/vbid/9788502139985/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito e Diferenciação Social, 1ª edição",author:"CAMPILONGO, Celso Fernandes",isbn:"9788502139992",edition:0,vbkType:"pbk",url:"/books/9788502139992",coverURL:"//covers.vitalbook.com/vbid/9788502139992/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito e Interpretação - Racionalidades e Interpretação, 1ª edição",author:"MACEDO JR., Ronaldo Porto ; BARBIE, Catarina Helena Cortada",isbn:"9788502140004",edition:0,vbkType:"pbk",url:"/books/9788502140004",coverURL:"//covers.vitalbook.com/vbid/9788502140004/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito EleitoraI Comparado Brasil - Estados Unidos - França, 1ª edição",author:"TELLES, Olivia Raposo da Silva",isbn:"9788502152335",edition:0,vbkType:"pbk",url:"/books/9788502152335",coverURL:"//covers.vitalbook.com/vbid/9788502152335/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Eleitoral Interpretação e Aplicação das Normas Constitucionais - Eleitoras, 1ª ediçã",author:"PEREIRA, Erick Wilson",isbn:"9788502152342",edition:0,vbkType:"pbk",url:"/books/9788502152342",coverURL:"//covers.vitalbook.com/vbid/9788502152342/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito fundamental - 23ªedição",author:"COTRIM, Gilberto",isbn:"9788502087965",edition:0,vbkType:"pbk",url:"/books/9788502087965",coverURL:"//covers.vitalbook.com/vbid/9788502087965/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito hereditário do cônjuge e do companheiro , 1ª edição",author:"VELOSO, Zeno",isbn:"9788502144583",edition:0,vbkType:"pbk",url:"/books/9788502144583",coverURL:"//covers.vitalbook.com/vbid/9788502144583/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Internacional Diplomático, 1ª EDIÇÃO",author:"SILVA, G.E.do Nascimento e ; CASELLA, Paulo Borba ; BITTENCOURT, Olavo de Oliveira",isbn:"9788502163416",edition:0,vbkType:"pbk",url:"/books/9788502163416",coverURL:"//covers.vitalbook.com/vbid/9788502163416/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Internacional, Perspectivas Contemporâneas, 1ª edição",author:"GOMES, Fábio Luiz",isbn:"9788502139640",edition:0,vbkType:"pbk",url:"/books/9788502139640",coverURL:"//covers.vitalbook.com/vbid/9788502139640/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Internacional, Petróleo e Desenvolvimento, 1ª edição",author:"FERREIRA, Lier Pires",isbn:"9788502140028",edition:0,vbkType:"pbk",url:"/books/9788502140028",coverURL:"//covers.vitalbook.com/vbid/9788502140028/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito no Divã, 1ª edição",author:"GOLDBERG, Jacob Pinheiro",isbn:"9788502140233",edition:0,vbkType:"pbk",url:"/books/9788502140233",coverURL:"//covers.vitalbook.com/vbid/9788502140233/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Penal - Parte EspecialVol.2 - Crimes Contra a Pessoa / Crimes Contra o Patrimônio, 2ª edi",author:"BARROS, Flávio Augusto Monteiro de",isbn:"9788502135451",vbkType:"pbk",url:"/books/9788502135451",coverURL:"//covers.vitalbook.com/vbid/9788502135451/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Penal - Parte Geral, 1ª edição",author:"BONFIM, Edilson Mougenot ; CAPEZ, Fernando",isbn:"9788502144576",edition:0,vbkType:"pbk",url:"/books/9788502144576",coverURL:"//covers.vitalbook.com/vbid/9788502144576/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Processual do Trabalho, 16ª edição",author:"GIGLIO, Wagner D. ; CORRÊA, Claudia Giglio Veltri",isbn:"9788502112933",edition:0,vbkType:"pbk",url:"/books/9788502112933",coverURL:"//covers.vitalbook.com/vbid/9788502112933/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Tributário Internacional Rendimentos de Pessoas Físicas nos tratados internacionais contra",author:"BELLAN, Daneil Vitor",isbn:"9788502144675",edition:0,vbkType:"pbk",url:"/books/9788502144675",coverURL:"//covers.vitalbook.com/vbid/9788502144675/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Tributário, 1ª edição",author:"CAMILOTTI, José Renato",isbn:"9788502117600",edition:0,vbkType:"pbk",url:"/books/9788502117600",coverURL:"//covers.vitalbook.com/vbid/9788502117600/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Doença Preexistente nos Planos de Saúde, 1ª edição",author:"SILVEIRA, Karyna Rocha Mendes da",isbn:"9788502139268",edition:0,vbkType:"pbk",url:"/books/9788502139268",coverURL:"//covers.vitalbook.com/vbid/9788502139268/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dos Contratos de Hospedagem, de Transporte de Passageiros e de Turismo, 2ª edição",author:"GUIMARÃES, Paulo Jorge S.",isbn:"9788502152359",edition:0,vbkType:"pbk",url:"/books/9788502152359",coverURL:"//covers.vitalbook.com/vbid/9788502152359/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dos Crimes da Lei de Licitações Lei n. 8.666, DE 21-6-1993, 2ª edição",author:"GRECO FILHO, Vicente",isbn:"9788502152366",edition:0,vbkType:"pbk",url:"/books/9788502152366",coverURL:"//covers.vitalbook.com/vbid/9788502152366/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dos Recursos no Processo Penal, 3ª edição",author:"ARANHA, Adalberto José Q.T. de Camargo",isbn:"9788502153011",edition:0,vbkType:"pbk",url:"/books/9788502153011",coverURL:"//covers.vitalbook.com/vbid/9788502153011/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"E-Marketing - 2ª Edição",author:"LIMEIRA, Tania Maria Vidigal",isbn:"9788502087903",vbkType:"pbk",url:"/books/9788502087903",coverURL:"//covers.vitalbook.com/vbid/9788502087903/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eficácia das Normas Ambientais, 1ª edição",author:"BIANCHI, Patrícia",isbn:"9788502139633",edition:0,vbkType:"pbk",url:"/books/9788502139633",coverURL:"//covers.vitalbook.com/vbid/9788502139633/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Em Defesa de um Novo Sistema de Processos Coletivos, 1ª edição",author:"CIANCI,Mirna ; QUARTIERI, Rita ; GOZZOLI, Maria Clara ; CALMON, Petrônio",isbn:"9788502153165",edition:0,vbkType:"pbk",url:"/books/9788502153165",coverURL:"//covers.vitalbook.com/vbid/9788502153165/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Embargos de Declaração: teoria e prática, 1ª edição",author:"PESSOA, Maurício",isbn:"9788502152830",edition:0,vbkType:"pbk",url:"/books/9788502152830",coverURL:"//covers.vitalbook.com/vbid/9788502152830/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Empreendedorismo Regional e economia do conhecimento",author:"JULIEN, Pierre-André",isbn:"9788502111141",vbkType:"pbk",url:"/books/9788502111141",coverURL:"//covers.vitalbook.com/vbid/9788502111141/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Empresa e Trabalho - Estudos em homenagem a AMADOR PAES DE ALMEIDA, 1ª edição",author:"MARTINS, Sérgio Pinto ; MESSA, Ana Flávia",isbn:"9788502139275",edition:0,vbkType:"pbk",url:"/books/9788502139275",coverURL:"//covers.vitalbook.com/vbid/9788502139275/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"EMPRESA FAMILIAR - um sonho realizado - Saiba como profissionalizar e preparar uma sucessão",author:"BORTOLI NETO, Adelino de ; MOREIRA JR., Armando Lourenzo",isbn:"9788502111110",vbkType:"pbk",url:"/books/9788502111110",coverURL:"//covers.vitalbook.com/vbid/9788502111110/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Equivalência Material de Contratos - civis, empresariais e de consumo, 1ª edição",author:"BRITO, Rodrigo Toscano de ",isbn:"9788502152847",edition:0,vbkType:"pbk",url:"/books/9788502152847",coverURL:"//covers.vitalbook.com/vbid/9788502152847/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Espirais do Conhecimento - Ativando Indivíduos, Grupos e Organizações",author:"SABBAG, Paulo Yazigi",isbn:"9788502111066",vbkType:"pbk",url:"/books/9788502111066",coverURL:"//covers.vitalbook.com/vbid/9788502111066/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estabelecimento Empresarial - Trespasse e efeito obrigacionais, 1ª edição",author:"FÉRES, Marcelo Andrade",isbn:"9788502139879",edition:0,vbkType:"pbk",url:"/books/9788502139879",coverURL:"//covers.vitalbook.com/vbid/9788502139879/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estado de Direito e o Desafio do Desenvolvimento, 1ª edição",author:"DIMITRI DIMOULIS, Dimitri ; VIEIRA, Oscar Vilhena",isbn:"9788502140042",edition:0,vbkType:"pbk",url:"/books/9788502140042",coverURL:"//covers.vitalbook.com/vbid/9788502140042/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estatística Aplicada - Série Essencial,3ª Edição",author:"Clark, Jeffrey; Downing, Douglas",isbn:"9788502126817",vbkType:"pbk",url:"/books/9788502126817",coverURL:"//covers.vitalbook.com/vbid/9788502126817/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estatística Aplicada às Ciências Humanas e ao Turismo",author:"KIRSTEN, José Tiacci; RABAHY, Wilson Abrahão ",isbn:"9788502087897",vbkType:"pbk",url:"/books/9788502087897",coverURL:"//covers.vitalbook.com/vbid/9788502087897/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estatuto da Reprodução Assistida, 1ª edição",author:"SCALQUETTE, Ana Cláudia S.",isbn:"9788502152885",edition:0,vbkType:"pbk",url:"/books/9788502152885",coverURL:"//covers.vitalbook.com/vbid/9788502152885/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estatuto do Desarmamento, 4ª edição",author:"MARCAO, Renato",isbn:"9788502140080",edition:0,vbkType:"pbk",url:"/books/9788502140080",coverURL:"//covers.vitalbook.com/vbid/9788502140080/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estilos de Negociação: As oito competências Vencedoras - O diferencial estratégico do negociado",author:"HIRATA, Renato H.",isbn:"9788502110816",vbkType:"pbk",url:"/books/9788502110816",coverURL:"//covers.vitalbook.com/vbid/9788502110816/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estratégia de Negócios",author:"COSTA, Clovis Corrêa da",isbn:"9788502110793",vbkType:"pbk",url:"/books/9788502110793",coverURL:"//covers.vitalbook.com/vbid/9788502110793/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estratégia e Inovação em Corporações Multinacionais - A transformação das subsidiárias brasl",author:"BOEHE, Dirk Michael; BORINI, Felipe Mendes ; JUNIOR, Moacir de Miranda Oliveira",isbn:"9788502110762",vbkType:"pbk",url:"/books/9788502110762",coverURL:"//covers.vitalbook.com/vbid/9788502110762/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estratégias Processuais na Advocacia Empresarial , Série Gvlaw Direito, Gestão e Prática, 1ª ed",author:"CARMONA, Carlos Alberto ; AMENDOEIRA JR., Sidnei",isbn:"9788502121089",vbkType:"pbk",url:"/books/9788502121089",coverURL:"//covers.vitalbook.com/vbid/9788502121089/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estudos de Direito Empresarial, 1ª edição",author:"MODESTO CARVALHOSA, Modesto ; EIZIRIK, Nelson",isbn:"9788502144064",edition:0,vbkType:"pbk",url:"/books/9788502144064",coverURL:"//covers.vitalbook.com/vbid/9788502144064/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Execução da Tutela Jurisdicional Coletiva, 1ª edição",author:"BRUSCATO, Wilges",isbn:"9788502154711",edition:0,vbkType:"pbk",url:"/books/9788502154711",coverURL:"//covers.vitalbook.com/vbid/9788502154711/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Execução de Bens dos Sócios, 11ª edição",author:"ALMEIDA, Amador Paes de",isbn:"9788502139602",edition:0,vbkType:"pbk",url:"/books/9788502139602",coverURL:"//covers.vitalbook.com/vbid/9788502139602/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Extinção dos Contratos Limites e Aplicabilidade, 1ª edição",author:"SILVA, Vivien Lys Porto Ferreira da ",isbn:"9788502112995",edition:0,vbkType:"pbk",url:"/books/9788502112995",coverURL:"//covers.vitalbook.com/vbid/9788502112995/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Falência da Pena de Prisão Causas e Alternativas, 4ª edição",author:"BITENCOURT, Cezar Roberto",isbn:"9788502140097",edition:0,vbkType:"pbk",url:"/books/9788502140097",coverURL:"//covers.vitalbook.com/vbid/9788502140097/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Filiação, 2ª edição",author:"FUJITA, Jorge Siguemitsu",isbn:"9788522466917",edition:0,vbkType:"pbk",url:"/books/9788522466917",coverURL:"//covers.vitalbook.com/vbid/9788522466917/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Filosofia do Direito, 20ª edição",author:"MIGUEL REALE",isbn:"9788502136557",edition:0,vbkType:"pbk",url:"/books/9788502136557",coverURL:"//covers.vitalbook.com/vbid/9788502136557/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Filosofia e Teoriua Política ( ensaios) , 1ª edição",author:"REALE, Miguel",isbn:"9788502154728",edition:0,vbkType:"pbk",url:"/books/9788502154728",coverURL:"//covers.vitalbook.com/vbid/9788502154728/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Função Social Contrato, 1ª edição",author:"RULLI NETO, Antonio",isbn:"9788502140103",edition:0,vbkType:"pbk",url:"/books/9788502140103",coverURL:"//covers.vitalbook.com/vbid/9788502140103/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Direito Constitucional - V. 2 , 1ª edição",author:"SÉRGIO SÉRVULO DA CUNHA ",isbn:"9788502142015",edition:0,vbkType:"pbk",url:"/books/9788502142015",coverURL:"//covers.vitalbook.com/vbid/9788502142015/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gerência de Produtos",author:"GOBE, Antonio Carlos ; MOREIRA, Júlio César Tavares ; PEREZ, Maria Clothilde; CARRAMENHA,Paulo Ro",isbn:"9788502111998",vbkType:"pbk",url:"/books/9788502111998",coverURL:"//covers.vitalbook.com/vbid/9788502111998/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão Empresarial - Casos e Conceitos de Evolução Organizacional",author:"PINTO, Éder Paschoal - organizador",isbn:"9788502088832",vbkType:"pbk",url:"/books/9788502088832",coverURL:"//covers.vitalbook.com/vbid/9788502088832/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Risco Atuarial",author:"RODRIGUES, José Angelo",isbn:"9788502088986",vbkType:"pbk",url:"/books/9788502088986",coverURL:"//covers.vitalbook.com/vbid/9788502088986/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de riscos: Uma abordagem orientada a riscos operacionais",author:"BRITO, Osias",isbn:"9788502109056",vbkType:"pbk",url:"/books/9788502109056",coverURL:"//covers.vitalbook.com/vbid/9788502109056/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Vendas: Os 21 Segredos do Sucesso",author:"TEJON, José Luiz ; COBRA, Marcos",isbn:"9788502119192",vbkType:"pbk",url:"/books/9788502119192",coverURL:"//covers.vitalbook.com/vbid/9788502119192/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão do Comércio Exterior - Exportação / Importação",author:"SOUZA], José Manuel Meireles de ",isbn:"9788502117457",vbkType:"pbk",url:"/books/9788502117457",coverURL:"//covers.vitalbook.com/vbid/9788502117457/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão do Conhecimento em Organizações: Proposta de Mapeamento Coneitual Integrativo",author:"DRUMMOND, Rivadávia Correa",isbn:"9788502117211",vbkType:"pbk",url:"/books/9788502117211",coverURL:"//covers.vitalbook.com/vbid/9788502117211/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão do Fator Humano - Uma Visão Baseada Em Stakeholders - 2ª edição - Revista e Atualizada",author:"HANASHIRO, Darcy Mikito & Maria Luiza",isbn:"9788502088979",vbkType:"pbk",url:"/books/9788502088979",coverURL:"//covers.vitalbook.com/vbid/9788502088979/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão dos Stakeholders - Como Gerenciar o Relacionamento e a Comunicação Entre a Empresa e seus púb",author:"ROCHA, Thelma",isbn:"9788502117181",vbkType:"pbk",url:"/books/9788502117181",coverURL:"//covers.vitalbook.com/vbid/9788502117181/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão Eficaz da Equipe de Vendas - Venda mais adequando sua equipe aos clientes",author:"ALVAREZ, Francisco Javier Mendizabal ;CARVALHO, Marcos R.",isbn:"9788502117174",vbkType:"pbk",url:"/books/9788502117174",coverURL:"//covers.vitalbook.com/vbid/9788502117174/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão Estratégica - 2ª Edição",author:"COSTA, Eliezer Arantes da ",isbn:"9788502088825",vbkType:"pbk",url:"/books/9788502088825",coverURL:"//covers.vitalbook.com/vbid/9788502088825/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão Estratégica de Mudanças Corporativas - Tumaround, a verdaeira destruição criativa",author:"AGUILERA, José Carlos; LAZARINI, LUIZ CARLOS ",isbn:"9788502117044",vbkType:"pbk",url:"/books/9788502117044",coverURL:"//covers.vitalbook.com/vbid/9788502117044/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão por Processos: Uma abordagem da Moderna Administração - 2ª Edição",author:"SORDI, José Osvaldo de ",isbn:"9788502088962",vbkType:"pbk",url:"/books/9788502088962",coverURL:"//covers.vitalbook.com/vbid/9788502088962/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestores de E-Learning",author:"CARDOSO, Fernando",isbn:"9788502119406",vbkType:"pbk",url:"/books/9788502119406",coverURL:"//covers.vitalbook.com/vbid/9788502119406/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia de Metodologia Jurídica, 2ª edição",author:"MARCHI, Eduardo C. Silveira",isbn:"9788502105164",edition:0,vbkType:"pbk",url:"/books/9788502105164",coverURL:"//covers.vitalbook.com/vbid/9788502105164/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia do Concurso Público, 2ª edição",author:"LOUREIRO FILHO, Lair da Silva",isbn:"9788502113725",edition:0,vbkType:"pbk",url:"/books/9788502113725",coverURL:"//covers.vitalbook.com/vbid/9788502113725/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Horizontes do Direito e da História, 3ªedição",author:"REALE, Miguel",isbn:"9788502152724",edition:0,vbkType:"pbk",url:"/books/9788502152724",coverURL:"//covers.vitalbook.com/vbid/9788502152724/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"ICMS - Apontamentos Teóricos e Práticos Sobre A Substituição Tributária",author:"BENÍCIO, Sérgio Gonini ",isbn:"9788502154759",edition:0,vbkType:"pbk",url:"/books/9788502154759",coverURL:"//covers.vitalbook.com/vbid/9788502154759/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Impactos Processuais do Direito Civil",author:"BUENO, Cassio Scarpinella - coordenador",isbn:"9788502152731",edition:0,vbkType:"pbk",url:"/books/9788502152731",coverURL:"//covers.vitalbook.com/vbid/9788502152731/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Impasses e Aporias do Direito Contemporâneo , 1ª edição",author:"FABIANI, Emerson Ribeiro - organizador",isbn:"9788502140462",edition:0,vbkType:"pbk",url:"/books/9788502140462",coverURL:"//covers.vitalbook.com/vbid/9788502140462/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Improbidade Administrativa Ação Civil E Cooperação Jurídica Internacional, 1ª edição",author:"MARQUES, Silvio Antonio",isbn:"9788502113015",edition:0,vbkType:"pbk",url:"/books/9788502113015",coverURL:"//covers.vitalbook.com/vbid/9788502113015/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Incentivos Fiscais no Direito Ambiental, 2ª edição",author:"TRENNEPHOL, Terense Dorneles",isbn:"9788502154766",edition:0,vbkType:"pbk",url:"/books/9788502154766",coverURL:"//covers.vitalbook.com/vbid/9788502154766/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Iniciação ao Processo do Trabalho, 6ª edição",author:"NASCIMENTO, Amauri Mascaro",isbn:"9788502113732",edition:0,vbkType:"pbk",url:"/books/9788502113732",coverURL:"//covers.vitalbook.com/vbid/9788502113732/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Iniciação na Ciência do Direito, 4ª edição",author:"TELLES JUNIOR, Godofredo",isbn:"9788502135482",vbkType:"pbk",url:"/books/9788502135482",coverURL:"//covers.vitalbook.com/vbid/9788502135482/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Inserção Internacional - formação dos conceitos brasileiros",author:"CERVO, Amado Luiz",isbn:"9788502088801",vbkType:"pbk",url:"/books/9788502088801",coverURL:"//covers.vitalbook.com/vbid/9788502088801/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Instituições de Direito Público e de Direito Privado,1 4ª edição",author:"BRANCATO, Ricardo Teixeira",isbn:"9788502141988",edition:0,vbkType:"pbk",url:"/books/9788502141988",coverURL:"//covers.vitalbook.com/vbid/9788502141988/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Interpretação e Aplicação da Cosntituição, 7ª edição",author:"BARROSO, Luís Roberto",isbn:"9788502075313",edition:0,vbkType:"pbk",url:"/books/9788502075313",coverURL:"//covers.vitalbook.com/vbid/9788502075313/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução ao Biodireito, 1ª edição",author:"LOUREIRO, Claudia Regina Magalhães",isbn:"9788502137967",edition:0,vbkType:"pbk",url:"/books/9788502137967",coverURL:"//covers.vitalbook.com/vbid/9788502137967/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução ao cálculo",author:"MORETTIN, Pedro; HAZZAN, Samuel; BUSSAB,Wilton O.",isbn:"9788502115965",vbkType:"pbk",url:"/books/9788502115965",coverURL:"//covers.vitalbook.com/vbid/9788502115965/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução ao Direito Econômico, Direito da Economia, Economia do Direito, Law and Economics, Análise Econômica do Direito, Direito Econômico Internacional, 4ª EDIÇÃO",author:"ALMEIDA, Luiz Carlos Barnabé de ",isbn:"9788502138889",edition:0,vbkType:"pbk",url:"/books/9788502138889",coverURL:"//covers.vitalbook.com/vbid/9788502138889/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução ao Direito, 4ª edição",author:"POLETI, Ronaldo",isbn:"9788502135543",edition:0,vbkType:"pbk",url:"/books/9788502135543",coverURL:"//covers.vitalbook.com/vbid/9788502135543/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução ao Estudo do Direito Penal, 1ª edição",author:"SIRVINSKAS, Luís Paulo",isbn:"9788502112834",edition:0,vbkType:"pbk",url:"/books/9788502112834",coverURL:"//covers.vitalbook.com/vbid/9788502112834/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à comunicação empresarial",author:"CHINEM, Rivaldo",isbn:"9788502119499",edition:0,vbkType:"pbk",url:"/books/9788502119499",coverURL:"//covers.vitalbook.com/vbid/9788502119499/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Contabilidade - 3ª Edição",author:"ARAÚJO, Inaldo da Paixão S.",isbn:"9788502116092",vbkType:"pbk",url:"/books/9788502116092",coverURL:"//covers.vitalbook.com/vbid/9788502116092/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à contabilidade gerencial",author:"OSNI MOURA RIBEIRO ",isbn:"9788502125803",vbkType:"pbk",url:"/books/9788502125803",coverURL:"//covers.vitalbook.com/vbid/9788502125803/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Filosofia, 4ª edição",author:"REALE, Miguel",isbn:"9788502135444",vbkType:"pbk",url:"/books/9788502135444",coverURL:"//covers.vitalbook.com/vbid/9788502135444/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Jornalismo Brasleiro",author:"MELO, José Marques de ",isbn:"9788502117358",vbkType:"pbk",url:"/books/9788502117358",coverURL:"//covers.vitalbook.com/vbid/9788502117358/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"JORNALISMO Espeortivo - Relatos de uma paixão",author:"UNZELTE, Celso",isbn:"9788502117341",vbkType:"pbk",url:"/books/9788502117341",coverURL:"//covers.vitalbook.com/vbid/9788502117341/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Juizados Especiais Criminais Federeais Análise Comparativa das Leis n. 9.099/95 E 10.259/2001, 2ª ",author:"BITENCOURT, Cezar Roberto",isbn:"9788502112858",edition:0,vbkType:"pbk",url:"/books/9788502112858",coverURL:"//covers.vitalbook.com/vbid/9788502112858/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Juizados Especiais Criminais na Justiça Federal, 3ª edição",author:"MACHADO, Agapito",isbn:"9788502112865",edition:0,vbkType:"pbk",url:"/books/9788502112865",coverURL:"//covers.vitalbook.com/vbid/9788502112865/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Juizados Especiais da Fazenda PÚblica, 1ª edição",author:"CHIMENTI, Ricarod Cunha",isbn:"9788502139619",edition:0,vbkType:"pbk",url:"/books/9788502139619",coverURL:"//covers.vitalbook.com/vbid/9788502139619/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Juros, Taxas e Capitalização: Uma Visão Jurídica, 1ª edição",author:"BAPTISTA, André Zanetti",isbn:"9788502154858",edition:0,vbkType:"pbk",url:"/books/9788502154858",coverURL:"//covers.vitalbook.com/vbid/9788502154858/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Logística e grenciamento da cadeia de abastecimento - 2ª Edição",author:"BERTAGLIA, Paulo Roberto",isbn:"9788502089273",vbkType:"pbk",url:"/books/9788502089273",coverURL:"//covers.vitalbook.com/vbid/9788502089273/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Logística hospitalar - 2ª Edição",author:"MACHLINE, Claude; BARBIERI, José Carlos",isbn:"9788502089280",vbkType:"pbk",url:"/books/9788502089280",coverURL:"//covers.vitalbook.com/vbid/9788502089280/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Carreira - Série Integração Escola de Negócios",author:"FARIA, Vivian Maerker",isbn:"9788502119369",vbkType:"pbk",url:"/books/9788502119369",coverURL:"//covers.vitalbook.com/vbid/9788502119369/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de negociação",author:"SARFATI, Gilberto",isbn:"9788502119352",edition:0,vbkType:"pbk",url:"/books/9788502119352",coverURL:"//covers.vitalbook.com/vbid/9788502119352/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing para Franquias - as melhores práticas para franqueadores e franqueados",author:"SANTINI, Denis ; GARCIA, Filomane",isbn:"9788502109858",vbkType:"pbk",url:"/books/9788502109858",coverURL:"//covers.vitalbook.com/vbid/9788502109858/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática Financeira Fácil - 14ª Edição",author:"CRESPO, Antônio Arnot",isbn:"9788502125391",vbkType:"pbk",url:"/books/9788502125391",coverURL:"//covers.vitalbook.com/vbid/9788502125391/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Método Estatístico : Gestão da qualidade para melhoria contínua",author:"MACHADO, José Fernando",isbn:"9788502125315",vbkType:"pbk",url:"/books/9788502125315",coverURL:"//covers.vitalbook.com/vbid/9788502125315/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mba Executivo - Uma abordagem multidisciplinar",author:"CARVALHO, Antonio Pires de",isbn:"9788502125353",vbkType:"pbk",url:"/books/9788502125353",coverURL:"//covers.vitalbook.com/vbid/9788502125353/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Medicamentos de A a Z: Pediatria - 2012/2013",author:"CARVALHO, Paulo R. Antonacci ; CARVALHO, Clarissa G. ; TORRIANI, Mayde S. ; SANTOS, Luciana dos ; B",isbn:"9788536326863",edition:0,vbkType:"pbk",url:"/books/9788536326863",coverURL:"//covers.vitalbook.com/vbid/9788536326863/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Metodologia Científica na Era da Informática - 3ª Edição",author:"Neto, João Augusto Mattar",isbn:"9788502088788",vbkType:"pbk",url:"/books/9788502088788",coverURL:"//covers.vitalbook.com/vbid/9788502088788/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Metodologia de Projetos",author:"Leme do Prado, Fernando",isbn:"9788502133297",vbkType:"pbk",url:"/books/9788502133297",coverURL:"//covers.vitalbook.com/vbid/9788502133297/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microeconomia: Uma visão integrada para empreendedores",author:"CABRAL, Arnoldo Souza; YONEYAMA, Takashi",isbn:"9788502088931",vbkType:"pbk",url:"/books/9788502088931",coverURL:"//covers.vitalbook.com/vbid/9788502088931/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Monografia - a engenharia da produção acadêmica. Revista e atualizada - 2ª Edição",author:"LIMA, Manolita Correia",isbn:"9788502088771",vbkType:"pbk",url:"/books/9788502088771",coverURL:"//covers.vitalbook.com/vbid/9788502088771/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Questões - Português - Cesgranrio, 2ª edição",author:"ALVES, Juliana Vilela",isbn:"978-85-309-6696-6",edition:0,vbkType:"epub",url:"/books/978-85-309-6696-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6696-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Questões - Psicologia Organizacional, 2ª edição",author:"CASTRO, Luciana",isbn:"978-85-309-6658-4",edition:0,vbkType:"epub",url:"/books/978-85-309-6658-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6658-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria da Contabilidade, 11ª edição",author:"Iudícibus, Sérgio de ",isbn:"9788522496242",edition:0,vbkType:"pbk",url:"/books/9788522496242",coverURL:"//covers.vitalbook.com/vbid/9788522496242/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria do Estado: do Estado do Direito ao Estado Democrático do Direito",author:"RANIERI, Nina Beatriz Stocco",isbn:"9788520445068",edition:0,vbkType:"pbk",url:"/books/9788520445068",coverURL:"//covers.vitalbook.com/vbid/9788520445068/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria Geral do Processo Judicial, 2ª edição",author:"Lima, Fernando Antônio Negreiros ",isbn:"9788522492831",edition:0,vbkType:"pbk",url:"/books/9788522492831",coverURL:"//covers.vitalbook.com/vbid/9788522492831/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Transtornos da Aprendizagem: Abordagem Neurobiológica e Multidisciplinar",author:"Rotta, Newra Tellechea; Ohlweiler, Lygia; Riesgo, Rudimar dos Santos",isbn:"9788582712658",edition:2,vbkType:"pbk",url:"/books/9788582712658",coverURL:"//covers.vitalbook.com/vbid/9788582712658/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Treinamento do Core: Anatomia Ilustrada – Guia Completo para o Fortalecimento do Core",author:"ELISWORTH, Abigail",isbn:"9788520444955",edition:0,vbkType:"pbk",url:"/books/9788520444955",coverURL:"//covers.vitalbook.com/vbid/9788520444955/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tutela de Urgência no Direito Ambiental: Instrumento de Efetivação do Princípio da Precaução",author:"Almeida, Ursula Ribeiro de ",isbn:"9788597000979",edition:0,vbkType:"pbk",url:"/books/9788597000979",coverURL:"//covers.vitalbook.com/vbid/9788597000979/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Vade Mecum Universitário 15 em 1",author:"Editoria Jurídica da Editora Manole",isbn:"9788520446324",edition:6,vbkType:"pbk",url:"/books/9788520446324",coverURL:"//covers.vitalbook.com/vbid/9788520446324/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Patente Farmacêutica nos Países em Desenvolvimento: Os Efeitos do TRIPS na Política Brasileira de Combate ao HIV",author:"Bessa Antunes, Paula Cureau de ",isbn:"9788597000900",edition:0,vbkType:"pbk",url:"/books/9788597000900",coverURL:"//covers.vitalbook.com/vbid/9788597000900/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Finanças e Sistema Financeiro Nacional para Concurso: Questões Resolvidas de Concursos do Banco Central, Tesouro Nacional, BNDES, CVM, CEF e BB, dentre outros",author:"Farias, Aquiles Rocha de ; Ornelas, José Renato Haas ",isbn:"9788597000269",edition:0,vbkType:"pbk",url:"/books/9788597000269",coverURL:"//covers.vitalbook.com/vbid/9788597000269/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing de Nichos",author:"Las Casas; Alexandre Luzzi (Org.) ",isbn:"9788522499953",edition:0,vbkType:"pbk",url:"/books/9788522499953",coverURL:"//covers.vitalbook.com/vbid/9788522499953/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Redigindo a Sentença Trabalhista, 3ª edição",author:"Donizetti, Elpídio; Jorge Neto, Francisco Ferreira; Cavalcante, Jouberto de Quadros Pessoa ",isbn:"9788522496365",edition:0,vbkType:"pbk",url:"/books/9788522496365",coverURL:"//covers.vitalbook.com/vbid/9788522496365/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Epistemologia Jurídica",author:"Machado Segundo, Hugo de Brito (Coord.)",isbn:"9788597001334",edition:0,vbkType:"pbk",url:"/books/9788597001334",coverURL:"//covers.vitalbook.com/vbid/9788597001334/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Os Modelos de Juiz: Ensaios de Direito e Literatura",author:"Streck, Lenio Luiz; Trindade, André Karam (Org.) ",isbn:"9788597000207",edition:0,vbkType:"pbk",url:"/books/9788597000207",coverURL:"//covers.vitalbook.com/vbid/9788597000207/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Problem Based Learning - PBL no Ensino de Contabilidade: Guia Orientativo para Professores e Estudantes da Nova Geração",author:"Martins, Daiana Bragueto; Espejo, Márcia Maria dos Santos Bortolocci ",isbn:"9788522499687",edition:0,vbkType:"pbk",url:"/books/9788522499687",coverURL:"//covers.vitalbook.com/vbid/9788522499687/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Internacional no Tempo Clássico",author:"Casella, Paulo Borba ",isbn:"9788597001853",edition:0,vbkType:"pbk",url:"/books/9788597001853",coverURL:"//covers.vitalbook.com/vbid/9788597001853/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Responsabilidade Civil sem Dano: Uma Análise Critica",author:"Carrá, Bruno Leonardo Câmara ",isbn:"9788597001631",edition:0,vbkType:"pbk",url:"/books/9788597001631",coverURL:"//covers.vitalbook.com/vbid/9788597001631/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Agência de Comunicação Publicitária como Empresa: O Lado Menos Charmoso da Publicidade e Propaganda",author:"Dantas, Edmundo Brandão ",isbn:"9788597001167",edition:0,vbkType:"pbk",url:"/books/9788597001167",coverURL:"//covers.vitalbook.com/vbid/9788597001167/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Busca pela Natureza: Turismo e Aventura",author:"BRUHNS, Heloisa Turini",isbn:"9788520443415",edition:0,vbkType:"pbk",url:"/books/9788520443415",coverURL:"//covers.vitalbook.com/vbid/9788520443415/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Convenção de Viena sobre Contratos de Compra e Venda Internacional de Mercadorias: Desafios e Perspectivas",author:"Venosa, Sílvio de Salvo; Gagliardi, Rafael Villar; Terashima, Eduardo Ono (Org.) ",isbn:"9788597000443",edition:0,vbkType:"pbk",url:"/books/9788597000443",coverURL:"//covers.vitalbook.com/vbid/9788597000443/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A encantadora de bebês resolve todos os seus problemas",author:"HOGG, Tracy; BLAU, Melinda",isbn:"9788520441558",edition:0,vbkType:"pbk",url:"/books/9788520441558",coverURL:"//covers.vitalbook.com/vbid/9788520441558/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Liberdade dos Antigos Comparada à dos Modernos, (V. 3)",author:"Constant, Benjamin ",isbn:"9788522499625",edition:0,vbkType:"pbk",url:"/books/9788522499625",coverURL:"//covers.vitalbook.com/vbid/9788522499625/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Responsabilidade Penal da Pessoa Jurídica: Teoria do Crime para Pessoas Jurídicas",author:"Díez, Carlos Gómez-Jara",isbn:"9788597000955",edition:0,vbkType:"pbk",url:"/books/9788597000955",coverURL:"//covers.vitalbook.com/vbid/9788597000955/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Açúcar: Amigo ou Vilão?",author:"FUKUDA, Yotaka",isbn:"9788520442746",edition:0,vbkType:"pbk",url:"/books/9788520442746",coverURL:"//covers.vitalbook.com/vbid/9788520442746/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração da Produção",author:"Petrônio G. Martins; Fernando P. Laugeni ",isbn:"9788502618374",edition:3,vbkType:"pbk",url:"/books/9788502618374",coverURL:"//covers.vitalbook.com/vbid/9788502618374/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Adobe Digital Imaging How-Tos: Série 100 Técnicas Essenciais para Photoshop CS5, Lightroom 3 e Cam",author:"MOUGHAMIAN, Dan",isbn:"9788540700642",edition:1,vbkType:"pbk",url:"/books/9788540700642",coverURL:"//covers.vitalbook.com/vbid/9788540700642/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Adobe Illustrator CS5: Classroom in a Book",author:"Adobe Creative Team",isbn:"9788577809127",edition:1,vbkType:"pbk",url:"/books/9788577809127",coverURL:"//covers.vitalbook.com/vbid/9788577809127/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Alimentação no Primeiro Ano de Vida",author:"YONAMINE, Glauce Hiromi; NASCIMENTO, Andréa Gislene do; LIMA, Patrícia Azevedo de; ZAMBERLAN, Patríc",isbn:"9788520444696",edition:0,vbkType:"pbk",url:"/books/9788520444696",coverURL:"//covers.vitalbook.com/vbid/9788520444696/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Alimentos: Teoria e Prática, 2ª edição",author:"Oliveira Filho, Bertoldo Mateus de ",isbn:"9788597000405",edition:0,vbkType:"pbk",url:"/books/9788597000405",coverURL:"//covers.vitalbook.com/vbid/9788597000405/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia da Musculação",author:"EVANS, Nick",isbn:"9788520443613",edition:0,vbkType:"pbk",url:"/books/9788520443613",coverURL:"//covers.vitalbook.com/vbid/9788520443613/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anorexia, Bulimia e Obesidade",author:"BUSSE, Salvador de Rosis (org.)",isbn:"9788520444894",edition:0,vbkType:"pbk",url:"/books/9788520444894",coverURL:"//covers.vitalbook.com/vbid/9788520444894/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Atlas de Histologia Descritiva",author:"ROSS, Michael H.; PAWLINA, Wojciech; BARNASH, Todd A.",isbn:"9788536327495",edition:1,vbkType:"pbk",url:"/books/9788536327495",coverURL:"//covers.vitalbook.com/vbid/9788536327495/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Auditoria Fiscal e Tributária",author:"Silvio Aparecido Crepaldi e Guilherme Simões Crepaldi",isbn:"9788502626867",edition:1,vbkType:"pbk",url:"/books/9788502626867",coverURL:"//covers.vitalbook.com/vbid/9788502626867/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Avaliação Nutricional - Novas Perspectivas, 2ª edição",author:"ROSSI, Luciana; GALANTE, Andrea Polo",isbn:"978-85-277-2772-3",edition:0,vbkType:"epub",url:"/books/978-85-277-2772-3",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2772-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bases Bioquímicas e Fisiológicas da Nutrição: nas Diferentes Fases da Vida, na Saúde e na Doença",author:"COZZOLINO, Silvia Maria Franciscato; COMINETTI, Cristiane (orgs.)",isbn:"9788520445006",edition:0,vbkType:"pbk",url:"/books/9788520445006",coverURL:"//covers.vitalbook.com/vbid/9788520445006/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Brunner & Suddarth | Manual de Enfermagem Médico-Cirúrgica, 13ª edição",author:"BRUNNER, Lillian Sholtis; SUDDARTH, Doris Smith",isbn:"978-85-277-2780-8",edition:0,vbkType:"epub",url:"/books/978-85-277-2780-8",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2780-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código Civil Comentado: Doutrina e Jurisprudência",author:"PELUSO, Cezar (coord.)",isbn:"9788520446232",edition:9,vbkType:"pbk",url:"/books/9788520446232",coverURL:"//covers.vitalbook.com/vbid/9788520446232/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código Civil Interpretado: Artigo por Artigo, Parágrafo por Parágrafo",author:"MACHADO, Antônio Cláudio da Costa (org.); CHINELLATO, Silmara Juny (coord.)",isbn:"9788520446249",edition:8,vbkType:"pbk",url:"/books/9788520446249",coverURL:"//covers.vitalbook.com/vbid/9788520446249/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código de Processo Civil Interpretado: Artigo por Artigo, Parágrafo por Parágrafo",author:"MACHADO, Antônio Cláudio da Costa",isbn:"9788520446287",edition:14,vbkType:"pbk",url:"/books/9788520446287",coverURL:"//covers.vitalbook.com/vbid/9788520446287/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ciência do Direito, Norma, Interpretação e Hermenêutica Jurídica",author:"FRIEDE, Reis",isbn:"9788520446263",edition:9,vbkType:"pbk",url:"/books/9788520446263",coverURL:"//covers.vitalbook.com/vbid/9788520446263/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ciências Farmacêuticas - Vigilância Sanitária, 2ª edição",author:"ALMEIDA-MURADIAN, Ligia Bicudo de",isbn:"978-85-277-2776-1",edition:0,vbkType:"epub",url:"/books/978-85-277-2776-1",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2776-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CLT Interpretada: Artigo por Artigo, Parágrafo por Parágrafo",author:"MACHADO, Antônio Cláudio da Costa (org.); ZAINAGHI, Domingos Sávio (coord.)",isbn:"9788520446270",edition:6,vbkType:"pbk",url:"/books/9788520446270",coverURL:"//covers.vitalbook.com/vbid/9788520446270/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao Código Tributário Nacional: Artigos 1ª a 95, (V. 1), 3ª edição",author:"Machado, Hugo de Brito ",isbn:"9788597000313",edition:0,vbkType:"pbk",url:"/books/9788597000313",coverURL:"//covers.vitalbook.com/vbid/9788597000313/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comitês, Comissões, Conselhos e outros Órgãos Colegiados das Empresas: Estruturação, Capacita",author:"Oliveira, Djalma de Pinho Rebouças de ",isbn:"9788522498338",edition:0,vbkType:"pbk",url:"/books/9788522498338",coverURL:"//covers.vitalbook.com/vbid/9788522498338/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como Dizer Tudo em Espanhol nos Negócios",author:"MARTINEZ, Ron; SCHUMACHER, Cristina; ZARZA, Victor",isbn:"978-85-216-2980-1",edition:0,vbkType:"epub",url:"/books/978-85-216-2980-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2980-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comunicação Oral nas Empresas: Como Falar bem em Público",author:"França, Ana Shirley ",isbn:"9788522499113",edition:0,vbkType:"pbk",url:"/books/9788522499113",coverURL:"//covers.vitalbook.com/vbid/9788522499113/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Concursos Públicos - O Segredo para Aprovação",author:"CASTRO, Carlos Alberto Pereira de; CASTRO, Carolina Melhado de",isbn:"978-85-309-5046-0",edition:0,vbkType:"pbk",url:"/books/978-85-309-5046-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5046-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Constituição Federal Interpretada: Artigo por Artigo, Parágrafo por Parágrafo",author:"MACHADO, Antônio Cláudio da Costa (org.); FERRAZ, Anna Candida da Cunha (coord.)",isbn:"9788520446256",edition:6,vbkType:"pbk",url:"/books/9788520446256",coverURL:"//covers.vitalbook.com/vbid/9788520446256/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contratos Bancários, 4ª edição",author:"SCHONBLUM, Paulo Maximilian W. Mendlowicz",isbn:"978-85-309-6671-3",edition:0,vbkType:"epub",url:"/books/978-85-309-6671-3",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6671-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contratos de Prestação de Serviços e Mitigação de Riscos",author:"Fontoura, Rodrigo Brandão ",isbn:"9788597000245",edition:0,vbkType:"pbk",url:"/books/9788597000245",coverURL:"//covers.vitalbook.com/vbid/9788597000245/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controladoria: Instrumento de Apoio ao Processo Decisório, 2ª edição",author:"Nascimento, Auster Moreira; Reginato, Luciane ",isbn:"9788522499038",edition:0,vbkType:"pbk",url:"/books/9788522499038",coverURL:"//covers.vitalbook.com/vbid/9788522499038/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cruzeiros Marítimos",author:"AMARAL, Ricardo Costa Neves do",isbn:"9788520443194",edition:2,vbkType:"pbk",url:"/books/9788520443194",coverURL:"//covers.vitalbook.com/vbid/9788520443194/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cultura e Sociedade",author:"Peter Metcalf",isbn:"9788502629790",edition:1,vbkType:"pbk",url:"/books/9788502629790",coverURL:"//covers.vitalbook.com/vbid/9788502629790/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Auditoria - Introdução à auditoria de acordo com as normas internacionais e melhores práticas",author:"José Maffei ",isbn:"9788502627659",edition:1,vbkType:"pbk",url:"/books/9788502627659",coverURL:"//covers.vitalbook.com/vbid/9788502627659/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Imobiliário, 12ª edição",author:"Aghiarian, Hercules ",isbn:"9788597000337",edition:0,vbkType:"pbk",url:"/books/9788597000337",coverURL:"//covers.vitalbook.com/vbid/9788597000337/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Marítimo, volume III: Contratos e Processos",author:"MARTINS, Eliane M. Octaviano",isbn:"9788520446294",edition:0,vbkType:"pbk",url:"/books/9788520446294",coverURL:"//covers.vitalbook.com/vbid/9788520446294/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Penal - Parte Geral - Vol. 1, 2ª edição",author:"JAPIASSÚ, Carlos; SOUZA, Artur",isbn:"978-85-309-6690-4",edition:0,vbkType:"epub",url:"/books/978-85-309-6690-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6690-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Finanças Públicas: Uma Abordagem Contemporânea",author:"Lima, Edilberto Carlos Pontes ",isbn:"9788522496914",edition:0,vbkType:"pbk",url:"/books/9788522496914",coverURL:"//covers.vitalbook.com/vbid/9788522496914/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Da Posse e das Ações Possessórias - Teoria Legal - Prática, 12ª edição",author:"FULGÊNCIO, Tito; VIANA, Marco Aurelio da Silva",isbn:"978-85-309-6677-5",edition:0,vbkType:"epub",url:"/books/978-85-309-6677-5",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6677-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Derivativos e Renda Fixa: Teoria e Aplicações ao Mercado Brasileiro",author:"Santos, José Carlos de Souza; Silva, Marcos Eugênio da ",isbn:"9788522498642",edition:0,vbkType:"pbk",url:"/books/9788522498642",coverURL:"//covers.vitalbook.com/vbid/9788522498642/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dimensionamento de Elementos Estruturais de Madeira",author:"CALIL JUNIOR, Carlito; LAHR, Francisco Antonio Rocco; DIAS, Antonio Alves",isbn:"9788520442968",edition:0,vbkType:"pbk",url:"/books/9788520442968",coverURL:"//covers.vitalbook.com/vbid/9788520442968/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Administrativo - Pareceres",author:"DI PIETRO, Maria Sylvia Zanella",isbn:"978-85-309-6641-6",edition:0,vbkType:"epub",url:"/books/978-85-309-6641-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6641-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito e Processo do Trabalho - Aplicados à Administração Pública e Fazenda Pública, 2ª edição",author:"NEIVA, Rogerio",isbn:"978-85-309-4754-5",edition:0,vbkType:"epub",url:"/books/978-85-309-4754-5",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4754-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Economia Fácil",author:"Marco Antonio Sandoval de Vasconcellos Rudinei; Toneto Jr.Sérgio e Naruhiko Sakurai ",isbn:"9788502634473",edition:1,vbkType:"pbk",url:"/books/9788502634473",coverURL:"//covers.vitalbook.com/vbid/9788502634473/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ecoturismo no Brasil",author:"NEIMAN, Zysman; MENDONÇA, Rita (orgs.)",isbn:"9788520443316",edition:0,vbkType:"pbk",url:"/books/9788520443316",coverURL:"//covers.vitalbook.com/vbid/9788520443316/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educação Crítica: Análise Internacional",author:"APPLE, Michael W.; AU, Wayne; GANDIN, Luís Armando",isbn:"9788536325262",edition:1,vbkType:"pbk",url:"/books/9788536325262",coverURL:"//covers.vitalbook.com/vbid/9788536325262/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"ELiS - Sistema Brasileiro de Escrita das Línguas de Sinais",author:"ESTELITA, Mariangela",isbn:"9788584290529",edition:1,vbkType:"pbk",url:"/books/9788584290529",coverURL:"//covers.vitalbook.com/vbid/9788584290529/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Em Busca da Hospitalidade: Perspectivas para um Mundo Globalizado",author:"LASHLEY, Conrad; MORRISON, Alison (orgs.)",isbn:"9788520443330",edition:0,vbkType:"pbk",url:"/books/9788520443330",coverURL:"//covers.vitalbook.com/vbid/9788520443330/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfermagem em Saúde Mental e Psiquiatria",author:"VIDEBECK, Sheila L.",isbn:"9788536327297",edition:5,vbkType:"pbk",url:"/books/9788536327297",coverURL:"//covers.vitalbook.com/vbid/9788536327297/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfermagem em UTI: cuidando do paciente crítico",author:"PADILHA, Katia Grillo; VATTIMO, Maria de Fátima Fernandes; SILVA, Sandra Cristine da; KIMURA, Miako",isbn:"9788520441848",edition:0,vbkType:"pbk",url:"/books/9788520441848",coverURL:"//covers.vitalbook.com/vbid/9788520441848/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ensino e Treinamento Profissionalizantes - Série Tekne",author:"INGLE, Steve; DUCKWORTH, Vicky",isbn:"9788584290574",edition:1,vbkType:"pbk",url:"/books/9788584290574",coverURL:"//covers.vitalbook.com/vbid/9788584290574/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Equipamento Radiográfico e Processamento de Filme - Série Tekne",author:"SOARES, Flávio Augusto; LOPES, Henrique Batista",isbn:"9788582603543",edition:1,vbkType:"pbk",url:"/books/9788582603543",coverURL:"//covers.vitalbook.com/vbid/9788582603543/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estatuto da Advocacia e a Ordem dos Advogados do Brasil, 28ª edição",author:"Equipe Atlas ",isbn:"9788597001969",edition:0,vbkType:"pbk",url:"/books/9788597001969",coverURL:"//covers.vitalbook.com/vbid/9788597001969/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estratégias de Nutrição e Suplementação no Esporte",author:"BIESEK, Simone; ALVES, Letícia Azen; GUERRA, Isabela (orgs.)",isbn:"9788520443750",edition:2,vbkType:"pbk",url:"/books/9788520443750",coverURL:"//covers.vitalbook.com/vbid/9788520443750/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estratégias de Empresas para a base da Pirâmide: Técnicas e Ferramentas para Alcançar os Cliente",author:"Filardi, Fernando; Fischmann, Adalberto ",isbn:"9788522499465",edition:0,vbkType:"pbk",url:"/books/9788522499465",coverURL:"//covers.vitalbook.com/vbid/9788522499465/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Exam Ref 70-410: Instalação e Configuração do Windows Server 2012 R2",author:"ZACKER, Craig",isbn:"9788582603581",edition:1,vbkType:"pbk",url:"/books/9788582603581",coverURL:"//covers.vitalbook.com/vbid/9788582603581/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Exam Ref 70-411: Administração do Windows Server 2012 R2",author:"RUSSEL, Charlie\n",isbn:"9788582603642",edition:1,vbkType:"pbk",url:"/books/9788582603642",coverURL:"//covers.vitalbook.com/vbid/9788582603642/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiologia, 6ª edição",author:"COSTANZO, Linda S.",isbn:"978-85-277-2788-4",edition:0,vbkType:"epub",url:"/books/978-85-277-2788-4",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2788-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Sistemas Operacionais, 9ª edição",author:"SILBERSCHATZ, Abraham; GALVIN, Peter Baer; GAGNE, Greg",isbn:"978-85-216-3001-2",edition:0,vbkType:"epub",url:"/books/978-85-216-3001-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-3001-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos em Gestão de Projetos: Construindo Competências para Gerenciar Projetos, 4ª edição",author:"Rabechini Jr., Roque; Carvalho, Marly Monteiro de ",isbn:"9788522498895",edition:0,vbkType:"pbk",url:"/books/9788522498895",coverURL:"//covers.vitalbook.com/vbid/9788522498895/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gênero e Serviço Social – Desafios a uma abordagem crítica",author:"Vanessa Bezerra e Renato Veloso ",isbn:"9788502629769",edition:1,vbkType:"pbk",url:"/books/9788502629769",coverURL:"//covers.vitalbook.com/vbid/9788502629769/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Geração de Energia Elétrica",author:"REIS, Lineu Belico Dos",isbn:"9788520443088",edition:2,vbkType:"pbk",url:"/books/9788520443088",coverURL:"//covers.vitalbook.com/vbid/9788520443088/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão da Inovação - Conceitos, Métricas e Experiências de Empresas no Brasil, 2ª edição",author:"FIGUEIREDO, Paulo N.",isbn:"978-85-216-2920-7",edition:0,vbkType:"epub",url:"/books/978-85-216-2920-7",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2920-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão da Qualidade na Administração Pública: Histórico, PBQP, Conceitos, Indicadores, Estraté",author:"Ambrozewicz, Paulo Henrique Laporte ",isbn:"9788597000061",edition:0,vbkType:"pbk",url:"/books/9788597000061",coverURL:"//covers.vitalbook.com/vbid/9788597000061/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão Ambiental: Incentivos, Riscos e Custos",author:"Fenker, Eloy Antonio et Al. ",isbn:"9788597001181",edition:0,vbkType:"pbk",url:"/books/9788597001181",coverURL:"//covers.vitalbook.com/vbid/9788597001181/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Esporte - Casos Brasileiros e Internacionais",author:"VANCE, Patricia de Salles; NASSIF, Vânia Maria Jorge; MASTERALEXIS, Lisa Pike",isbn:"978-85-216-2944-3",edition:0,vbkType:"epub",url:"/books/978-85-216-2944-3",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2944-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Natureza Pública e Sustentabilidade",author:"PHILIPI JR., Arlindo; SAMPAIO, Carlos Alberto Cioce; FERNANDES, Valdir (eds.)",isbn:"9788520444627",edition:0,vbkType:"pbk",url:"/books/9788520444627",coverURL:"//covers.vitalbook.com/vbid/9788520444627/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia do Incentivo à Cultura",author:"CESNIK, Fábio de Sá",isbn:"9788520443392",edition:3,vbkType:"pbk",url:"/books/9788520443392",coverURL:"//covers.vitalbook.com/vbid/9788520443392/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia do Professor: Dislexia e Outras Dificuldades de Aprendizagem Específicas - Estratégias educacionais em necessidades especiais",author:"FARRELL, Michael",isbn:"9788582712665",edition:1,vbkType:"pbk",url:"/books/9788582712665",coverURL:"//covers.vitalbook.com/vbid/9788582712665/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Higiene e Vigilância Sanitária de Alimentos",author:"GERMANO, Pedro Manuel Leal; GERMANO, Maria Izabel Simões",isbn:"9788520442821",edition:4,vbkType:"pbk",url:"/books/9788520442821",coverURL:"//covers.vitalbook.com/vbid/9788520442821/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"História Mundial: Jornadas do Passado ao Presente",author:"GOUCHER, Candice; WALTON, Linda",isbn:"9788563899477",edition:1,vbkType:"pbk",url:"/books/9788563899477",coverURL:"//covers.vitalbook.com/vbid/9788563899477/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Informática na Empresa, 6ª edição",author:"Santos, Aldemar de Araújo",isbn:"9788522499175",edition:0,vbkType:"pbk",url:"/books/9788522499175",coverURL:"//covers.vitalbook.com/vbid/9788522499175/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Interpretação Constitucional: A Resolução das Conflitualidades Intrínsecas da Norma Constitucional",author:"Garcia, Emerson ",isbn:"9788522499878",edition:0,vbkType:"pbk",url:"/books/9788522499878",coverURL:"//covers.vitalbook.com/vbid/9788522499878/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução ao Lazer",author:"MELO, Victor Andrade de; ALVES JR., Edmundo de Drummond",isbn:"9788520444665",edition:2,vbkType:"pbk",url:"/books/9788520444665",coverURL:"//covers.vitalbook.com/vbid/9788520444665/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Economia: Aplicações no Cotidiano",author:"Albergoni, Leide ",isbn:"9788522499526",edition:0,vbkType:"pbk",url:"/books/9788522499526",coverURL:"//covers.vitalbook.com/vbid/9788522499526/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"IOF: Teoria, Prática e Intervenção Estatal",author:"Cárnio, Thaís Cíntia ",isbn:"9788597001389",edition:0,vbkType:"pbk",url:"/books/9788597001389",coverURL:"//covers.vitalbook.com/vbid/9788597001389/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Italiano Urgente! Para Brasileiros",author:"PETERLE, Patricia",isbn:"978-85-216-2984-9",edition:0,vbkType:"epub",url:"/books/978-85-216-2984-9",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2984-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Laboratório de Princípios de Telecomunicações",author:"CAMPOS, Antonio Luiz Pereira de Siqueira",isbn:"978-85-216-3012-8",edition:0,vbkType:"epub",url:"/books/978-85-216-3012-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-3012-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei de Crimes Ambientais - Comentários à Lei 9.605/1998, 2ª edição",author:"GOMES, Luiz Flávio; MACIEL, Silvio Luiz",isbn:"978-85-309-6683-6",edition:0,vbkType:"epub",url:"/books/978-85-309-6683-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6683-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei de Drogas: Comentários Penais e Processuais, 3ª edição",author:"Rangel, Paulo; Bacila, Carlos Roberto ",isbn:"9788597000801",edition:0,vbkType:"pbk",url:"/books/9788597000801",coverURL:"//covers.vitalbook.com/vbid/9788597000801/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei do Inquilinato Comentada: Doutrina e Prática, 14ª edição",author:"Venosa, Sílvio de Salvo ",isbn:"9788597001464",edition:0,vbkType:"pbk",url:"/books/9788597001464",coverURL:"//covers.vitalbook.com/vbid/9788597001464/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Liderando a\nTransformação Lean\nnas Empresas",author:"KOENIGSAECKER, George",isbn:"9788577808168",edition:1,vbkType:"pbk",url:"/books/9788577808168",coverURL:"//covers.vitalbook.com/vbid/9788577808168/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"M@RKETING_PESSOAL.COM: Sua Marca e Estratégia Dentro e Fora da Internet",author:"Ortiz, Felipe Chibás ",isbn:"9788522498161",edition:0,vbkType:"pbk",url:"/books/9788522498161",coverURL:"//covers.vitalbook.com/vbid/9788522498161/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Estudo de Usuários da Informação",author:"Cunha, Murilo Bastos da; Amaral, Sueli Angelica do; Dantas, Edmundo Brandão ",isbn:"9788522498789",edition:0,vbkType:"pbk",url:"/books/9788522498789",coverURL:"//covers.vitalbook.com/vbid/9788522498789/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Ginecologia e Obstetrícia do Johns Hopkins",author:"HURT, K. Joseph; GUILE, Matthew W.; BIENSTOCK, Jessica L.; FOX, Harold E.; WALLACH, Edward E.",isbn:"9788536327846",edition:4,vbkType:"pbk",url:"/books/9788536327846",coverURL:"//covers.vitalbook.com/vbid/9788536327846/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Habilidades de Enfermagem Clínica de Taylor",author:"LYNN, Pamela",isbn:"9788536327242",edition:1,vbkType:"pbk",url:"/books/9788536327242",coverURL:"//covers.vitalbook.com/vbid/9788536327242/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual Fotográfico de Testes Ortopédicos e Neurológicos",author:"CIPRIANO, Joseph J.\n",isbn:"9788536327945",edition:5,vbkType:"pbk",url:"/books/9788536327945",coverURL:"//covers.vitalbook.com/vbid/9788536327945/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual para Gerenciamento de Procesos de Negócio: Metodologia DOMP™: Documentação, Organização e Melhoria de Processos",author:"Cruz, Tadeu ",isbn:"9788522499700",edition:0,vbkType:"pbk",url:"/books/9788522499700",coverURL:"//covers.vitalbook.com/vbid/9788522499700/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Métodos de Pesquisa",author:"Nicholas Walliman",isbn:"9788502629857",edition:1,vbkType:"pbk",url:"/books/9788502629857",coverURL:"//covers.vitalbook.com/vbid/9788502629857/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Métodos para Análise de Algoritmos",author:"DOBRUSHKIN, Vladimir A.",isbn:"978-85-216-2989-4",edition:0,vbkType:"epub",url:"/books/978-85-216-2989-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2989-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mecânica dos Solos e suas Aplicações - Exercícios e Problemas Resolvidos - Vol. 3, 7ª edição",author:"CAPUTO, Homero Pinto; CAPUTO, Armando Negreiros; RODRIGUES, J. Martinho de A.",isbn:"978-85-216-3003-6",edition:0,vbkType:"epub",url:"/books/978-85-216-3003-6",coverURL:"//covers.vitalbook.com/vbid/978-85-216-3003-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mecânica dos Solos e suas Aplicações - Fundamentos - Vol. 1, 7ª edição",author:"CAPUTO, Homero Pinto; CAPUTO, Armando Negreiros; RODRIGUES, J. Martinho de A.",isbn:"978-85-216-3005-0",edition:0,vbkType:"epub",url:"/books/978-85-216-3005-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-3005-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nutrição em Pediatria: da Neonatologia à Adolescência",author:"WEFFORT, Virgínia Resende Silva; LAMOUNIER, Joel Alves (coords.)",isbn:"9788520442654",edition:0,vbkType:"pbk",url:"/books/9788520442654",coverURL:"//covers.vitalbook.com/vbid/9788520442654/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nutrição para o Treinamento de Força",author:"KLEINER, Susan M.; GREENWOOD-ROBINSON, Maggie",isbn:"9788520443781",edition:3,vbkType:"pbk",url:"/books/9788520443781",coverURL:"//covers.vitalbook.com/vbid/9788520443781/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O combate à corrupção e comentários à lei de responsabilidade de pessoas jurídicas: lei de nº",author:"GRECO FILHO, Vicente",isbn:"9788502622821",edition:0,vbkType:"pbk",url:"/books/9788502622821",coverURL:"//covers.vitalbook.com/vbid/9788502622821/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Pensamento Lean na Saúde",author:"Joint Commission Resources",isbn:"9788565837514",edition:1,vbkType:"pbk",url:"/books/9788565837514",coverURL:"//covers.vitalbook.com/vbid/9788565837514/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Organizações Criminosas: Aspectos Penais e Processuais da Lei Nº 12.850/13, 2ª edição",author:"Silva, Eduardo Araujo da ",isbn:"9788597000047",edition:0,vbkType:"pbk",url:"/books/9788597000047",coverURL:"//covers.vitalbook.com/vbid/9788597000047/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Os segredos de uma encantadora de bebês",author:"HOGG, Tracy; BLAU, Melinda",isbn:"9788520441718",edition:0,vbkType:"pbk",url:"/books/9788520441718",coverURL:"//covers.vitalbook.com/vbid/9788520441718/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Panificação e Confeitaria Profissionais",author:"GISSLEN, Wayne",isbn:"9788520444795",edition:5,vbkType:"pbk",url:"/books/9788520444795",coverURL:"//covers.vitalbook.com/vbid/9788520444795/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Passe na OAB: 1ª fase FGV: questões comentadas, 7ª edição.",author:"ROCHA, Marcelo Hugo da",isbn:"9788502631533",edition:0,vbkType:"pbk",url:"/books/9788502631533",coverURL:"//covers.vitalbook.com/vbid/9788502631533/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Penas e medidas de segurança no direito penal brasileiro, 2ª edição.",author:"CARVALHO, Salo de",isbn:"9788502618800",edition:0,vbkType:"pbk",url:"/books/9788502618800",coverURL:"//covers.vitalbook.com/vbid/9788502618800/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pesquisa Qualitativa: Estudando Como as Coisas Funcionam",author:"STAKE, Robert E.",isbn:"9788563899330",edition:1,vbkType:"pbk",url:"/books/9788563899330",coverURL:"//covers.vitalbook.com/vbid/9788563899330/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento de Marketing",author:"Marian Burk Wood ",isbn:"9788502629882",edition:1,vbkType:"pbk",url:"/books/9788502629882",coverURL:"//covers.vitalbook.com/vbid/9788502629882/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento estratégico e competitividade na saúde",author:"Haino Burmester (coord) e Marcelo Marinho Aidar",isbn:"9788502631137",edition:1,vbkType:"pbk",url:"/books/9788502631137",coverURL:"//covers.vitalbook.com/vbid/9788502631137/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento Estratégico: A Contribuição da Liderança Organizacional para o Processo de Implemen",author:"Pereira, Maurício Fernandes; Rizzatti, Giselly ",isbn:"9788522499588",edition:0,vbkType:"pbk",url:"/books/9788522499588",coverURL:"//covers.vitalbook.com/vbid/9788522499588/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento Sucessório: Introdução à Arquitetura Estratégica - Patrimonial e Empresarial - com Vistas à Sucessão Causa Mortis",author:"Mamede, Gladston; Mamede, Eduarda Cotta ",isbn:"9788597000108",edition:0,vbkType:"pbk",url:"/books/9788597000108",coverURL:"//covers.vitalbook.com/vbid/9788597000108/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento, Equipamentos e Métodos para a Construção Civil",author:"Peurifoy, Robert L.;Schexnayder, Clifford J.; Shapira, Aviad; Schmitt, Robert",isbn:"9788580555301",edition:8,vbkType:"pbk",url:"/books/9788580555301",coverURL:"//covers.vitalbook.com/vbid/9788580555301/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pluralismo Jurídico - Fundamentos de uma nova cultura do direito, 4ª edição.",author:"WOLKMER, Antonio Carlos",isbn:"9788502228375",edition:0,vbkType:"pbk",url:"/books/9788502228375",coverURL:"//covers.vitalbook.com/vbid/9788502228375/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Português: Práticas de Leitura e Escrita - Série Tekne",author:"AIUB, Tânia\n",isbn:"9788584290666",edition:1,vbkType:"pbk",url:"/books/9788584290666",coverURL:"//covers.vitalbook.com/vbid/9788584290666/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pousada: entre o Sonho e a Realidade",author:"HSIEH, Ernesto",isbn:"9788520442432",edition:0,vbkType:"pbk",url:"/books/9788520442432",coverURL:"//covers.vitalbook.com/vbid/9788520442432/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Precedente à Brasileira: A Jurisprudência Vinculante no CPC e no Novo CPC",author:"Rossi, Júlio César ",isbn:"9788597000528",edition:0,vbkType:"pbk",url:"/books/9788597000528",coverURL:"//covers.vitalbook.com/vbid/9788597000528/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prevenção da Obesidade na Infância e na Adolescência",author:"BARBOSA, Vera Lúcia Perino",isbn:"9788520444238",edition:2,vbkType:"pbk",url:"/books/9788520444238",coverURL:"//covers.vitalbook.com/vbid/9788520444238/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Probabilidade e Estatística - Coleção Schaum",author:"SPIEGEL, Murray R.; SCHILLER, John J.; SRINIVASAN, R. Alu",isbn:"9788565837477",edition:3,vbkType:"pbk",url:"/books/9788565837477",coverURL:"//covers.vitalbook.com/vbid/9788565837477/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Proteção Internacional dos Direitos Humanos: Breves Reflexões sobre os Sistemas Convencional e N",author:"Garcia, Emerson ",isbn:"9788522499328",edition:0,vbkType:"pbk",url:"/books/9788522499328",coverURL:"//covers.vitalbook.com/vbid/9788522499328/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia no Gerenciamento de Pessoas, 4ª edição",author:"Banov, Márcia Regina ",isbn:"9788522499939",edition:0,vbkType:"pbk",url:"/books/9788522499939",coverURL:"//covers.vitalbook.com/vbid/9788522499939/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Responsabilidade Civil no Direito de Família",author:"Madaleno, Rolf; Barbosa, Eduardo (Coord.) ",isbn:"9788597000689",edition:0,vbkType:"pbk",url:"/books/9788597000689",coverURL:"//covers.vitalbook.com/vbid/9788597000689/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Responsabilidade Civil, 7ª edição",author:"RIZZARDO, Arnaldo",isbn:"978-85-309-6593-8",edition:0,vbkType:"epub",url:"/books/978-85-309-6593-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6593-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Brasileira de Direito Processual Penal, (V. 1)",author:"Giacomolli, Nereu José; Maya, André Machado ",isbn:"9772359388009",edition:0,vbkType:"pbk",url:"/books/9772359388009",coverURL:"//covers.vitalbook.com/vbid/9772359388009/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Segurança do Trabalho para concursos públicos, 3ª edição.",author:"BARSANO, Paulo Roberto",isbn:"9788502627772",edition:0,vbkType:"pbk",url:"/books/9788502627772",coverURL:"//covers.vitalbook.com/vbid/9788502627772/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Ensinar direito o direito, 1ª edição.",author:"VERONESE, Alexandre",isbn:"9788502619043",edition:0,vbkType:"pbk",url:"/books/9788502619043",coverURL:"//covers.vitalbook.com/vbid/9788502619043/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Provas & Concursos - Administração Geral para Concursos, 2ª edição",author:"RENNÓ, Rodrigo",isbn:"978-85-309-6587-7",edition:0,vbkType:"epub",url:"/books/978-85-309-6587-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6587-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Provas & Concursos - Auditoria para Concursos, 2ª edição",author:"VELTER, Francisco; MISSAGIA, Luiz",isbn:"978-85-309-6579-2",edition:0,vbkType:"epub",url:"/books/978-85-309-6579-2",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6579-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Provas & Concursos - Inglês Essencial para Concursos - Vocabulary Build-up, 2ª edição",author:"PEREIRA, Carlos Augusto",isbn:"978-85-309-6558-7",edition:0,vbkType:"epub",url:"/books/978-85-309-6558-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6558-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistema Brasileiro de Defesa da Concorrência: Organização, Processos e Acordos Administrativos: De Acordo com o Código de Processo Civil de 2015",author:"Marrara, Thiago ",isbn:"9788597000566",edition:0,vbkType:"pbk",url:"/books/9788597000566",coverURL:"//covers.vitalbook.com/vbid/9788597000566/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sobrados e Barões da Velha São Paulo",author:"PIRES, Mário Jorge",isbn:"9788520442159",edition:0,vbkType:"pbk",url:"/books/9788520442159",coverURL:"//covers.vitalbook.com/vbid/9788520442159/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sociologia",author:"Ken Plummer",isbn:"9788502629820",edition:1,vbkType:"pbk",url:"/books/9788502629820",coverURL:"//covers.vitalbook.com/vbid/9788502629820/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Stress e Qualidade de Vida no Trabalho: Stress Interpessoal e Ocupacional",author:"Rossi, Ana Maria; Meurs, James A.; Perrewé; Pamela L. (Org.)",isbn:"9788597000580",edition:0,vbkType:"pbk",url:"/books/9788597000580",coverURL:"//covers.vitalbook.com/vbid/9788597000580/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sustentabilidade: Origem e Fundamentos; Educação e Governança Global; Modelo de Desenvolvimento",author:"Dias, Reinaldo ",isbn:"9788522499205",edition:0,vbkType:"pbk",url:"/books/9788522499205",coverURL:"//covers.vitalbook.com/vbid/9788522499205/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tabela de Composição de Alimentos: Suporte para Decisão Nutricional",author:"PHILIPPI, Sonia Tucunduva",isbn:"9788520444931",edition:3,vbkType:"pbk",url:"/books/9788520444931",coverURL:"//covers.vitalbook.com/vbid/9788520444931/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Títulos de Crédito, 5ª edição",author:"RIZZARDO, Arnaldo",isbn:"978-85-309-6625-6",edition:0,vbkType:"epub",url:"/books/978-85-309-6625-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6625-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tecnologias Endodônticas",author:"REIS, Fernando dos",isbn:"978-85-277-2784-6",edition:0,vbkType:"epub",url:"/books/978-85-277-2784-6",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2784-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria do fato jurídico - plano de validade, 14ª edição.",author:"MELLO, Marcos Bernardes de",isbn:"9788502627048",edition:0,vbkType:"pbk",url:"/books/9788502627048",coverURL:"//covers.vitalbook.com/vbid/9788502627048/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria do Gatekeeping: Seleção e Construção da Notícia",author:"SHOEMAKER, Pamela J.; VOS. Tim P.",isbn:"9788563899132",edition:1,vbkType:"pbk",url:"/books/9788563899132",coverURL:"//covers.vitalbook.com/vbid/9788563899132/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria e Prática do Turismo no Espaço Rural",author:"SANTOS, Eurico de Oliveira; SOUZA, Marcelino de (orgs.)",isbn:"9788520442203",edition:0,vbkType:"pbk",url:"/books/9788520442203",coverURL:"//covers.vitalbook.com/vbid/9788520442203/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria Geral do Processo - Comentários ao CPC de 2015 - Parte Geral",author:"GAJARDONI, Fernando da Fonseca; DELLORE, Luiz; ROQUE, Andre Vasconcelos; OLIVEIRA Jr., Zulmar Duarte",isbn:"978-85-309-6556-3",edition:0,vbkType:"epub",url:"/books/978-85-309-6556-3",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6556-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Transtornos Alimentares: Uma Visão Nutricional",author:"PHILIPPI, Sonia Tucunduva; ALVARENGA, Marle (eds.)",isbn:"9788520442234",edition:0,vbkType:"pbk",url:"/books/9788520442234",coverURL:"//covers.vitalbook.com/vbid/9788520442234/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Turismo e Meio Ambiente no Brasil",author:"NEIMAN, Zysman; RABINOVICI, Andréa (orgs.)",isbn:"9788520442265",edition:0,vbkType:"pbk",url:"/books/9788520442265",coverURL:"//covers.vitalbook.com/vbid/9788520442265/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Turismo: Planejamento Estratégico e Capacidade de Gestão – Desenvolvimento Regional, Redes de Produção e Clusters",author:"BENI, Mario Carlos (org.)",isbn:"9788520444962",edition:0,vbkType:"pbk",url:"/books/9788520444962",coverURL:"//covers.vitalbook.com/vbid/9788520444962/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Uma Breve Apresentação sobre a Constelação Sistêmica-Fenomenológica",author:"Do Carmo, Maria Scarlet ",isbn:"9788597000993",edition:0,vbkType:"pbk",url:"/books/9788597000993",coverURL:"//covers.vitalbook.com/vbid/9788597000993/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Universidade Corporativa: Contribuições na Formação de Profissionais da Área Contábil no Brasil",author:"Citeroni, Sergio ",isbn:"9788597000603",edition:0,vbkType:"pbk",url:"/books/9788597000603",coverURL:"//covers.vitalbook.com/vbid/9788597000603/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Viagens, Lazer e Esporte: O Espaço da Natureza",author:"MARINHO, Alcyane; BRUHNS, Heloisa Turini (orgs.)",isbn:"9788520442289",edition:0,vbkType:"pbk",url:"/books/9788520442289",coverURL:"//covers.vitalbook.com/vbid/9788520442289/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Exposição Refletida dos Direitos do Homem e do Cidadão, (V. 1), 2ª edição",author:"Sieyés, Abade ",isbn:"9788522499892",edition:0,vbkType:"pbk",url:"/books/9788522499892",coverURL:"//covers.vitalbook.com/vbid/9788522499892/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Ambiental: Revista e Atualizada, 4ª edição",author:"Granziera, Maria Luiza Machado ",isbn:"9788597000016",edition:0,vbkType:"pbk",url:"/books/9788597000016",coverURL:"//covers.vitalbook.com/vbid/9788597000016/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Tributário, 19ª edição",author:"Ichihara, Yoshiaki ",isbn:"9788597001242",edition:0,vbkType:"pbk",url:"/books/9788597001242",coverURL:"//covers.vitalbook.com/vbid/9788597001242/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Arbitragem Brasileira na Era da Informática: Um Estudo das Principais Questões Processuais",author:"Junqueira, Gabriel Herscovici ",isbn:"9788597000221",edition:0,vbkType:"pbk",url:"/books/9788597000221",coverURL:"//covers.vitalbook.com/vbid/9788597000221/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Aposentadorias Previdenciárias no Regime Geral da Previdência Social: Questões Centrais de Direito Material e de Direito Material e de Direito Processual",author:"Rubin, Fernando ",isbn:"9788597001365",edition:0,vbkType:"pbk",url:"/books/9788597001365",coverURL:"//covers.vitalbook.com/vbid/9788597001365/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Penal Tributário: Crimes Contra a Ordem Tributária e contra a Previdência Social, 7ª edição",author:"Andrade Filho, Edmar Oliveira ",isbn:"9788522499748",edition:0,vbkType:"pbk",url:"/books/9788522499748",coverURL:"//covers.vitalbook.com/vbid/9788522499748/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Crime Organizado e Infiltração Policial: Parâmetros para a Validação da Prova Colhida no Combate às Organizações Criminosas",author:"Sousa, Marllon ",isbn:"9788522499540",edition:0,vbkType:"pbk",url:"/books/9788522499540",coverURL:"//covers.vitalbook.com/vbid/9788522499540/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito do Trabalho, 16ª edição",author:"Manus, Pedro Paulo Teixeira ",isbn:"9788597000122",edition:0,vbkType:"pbk",url:"/books/9788597000122",coverURL:"//covers.vitalbook.com/vbid/9788597000122/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"10 anos de vigência da lei de recuperação e falência lei nº 11.101/2005: restrospectiva geral c",author:"ANDRIGHI, Fátima Nancy",isbn:"9788502628489",edition:0,vbkType:"pbk",url:"/books/9788502628489",coverURL:"//covers.vitalbook.com/vbid/9788502628489/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A afirmação histórica dos direitos humanos, 10ª edição.",author:"COMPARATO, Fábio Konder",isbn:"9788502627383",edition:0,vbkType:"pbk",url:"/books/9788502627383",coverURL:"//covers.vitalbook.com/vbid/9788502627383/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Análise da Arquitetura",author:"UNWIN, Simon",isbn:"9788565837811",edition:3,vbkType:"pbk",url:"/books/9788565837811",coverURL:"//covers.vitalbook.com/vbid/9788565837811/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Coisa Julgada no Controle de Constitucionalidade Abstrato: De Acordo com o Novo Código de Process",author:"Thamay, Rennan Faria Krüger ",isbn:"9788597000184",edition:0,vbkType:"pbk",url:"/books/9788597000184",coverURL:"//covers.vitalbook.com/vbid/9788597000184/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Declaração dos Direitos do Homem e do Cidadão: Contribuição para a História do Direito Constitucional Moderno, (V. 2)",author:"Jellinek, Georg ",isbn:"9788522499649",edition:0,vbkType:"pbk",url:"/books/9788522499649",coverURL:"//covers.vitalbook.com/vbid/9788522499649/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A paixão no banco dos réus: casos passionais célebres: de Pomtes Visgueiros a Mizael Bispo de Sou",author:"ELUF, Luiza Nagib",isbn:"9788502631564",edition:0,vbkType:"pbk",url:"/books/9788502631564",coverURL:"//covers.vitalbook.com/vbid/9788502631564/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Prática Farmacêutica na Manipulação de Medicamentos",author:"THOMPSON, Judith E.; DAVIDOW, Lawrence W.",isbn:"9788565852180",edition:3,vbkType:"pbk",url:"/books/9788565852180",coverURL:"//covers.vitalbook.com/vbid/9788565852180/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Questão Infinita",author:"BOLLAS, Christopher",isbn:"9788536326740",edition:1,vbkType:"pbk",url:"/books/9788536326740",coverURL:"//covers.vitalbook.com/vbid/9788536326740/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Redução da Menor Idade Penal: Avanço ou Retrocesso Social? A Cor do Sistema Penal Brasileiro",author:"Rangel, Paulo ",isbn:"9788597001228",edition:0,vbkType:"pbk",url:"/books/9788597001228",coverURL:"//covers.vitalbook.com/vbid/9788597001228/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia do Movimento",author:"BEHNKE, Robert S.",isbn:"9788582710791",edition:3,vbkType:"pbk",url:"/books/9788582710791",coverURL:"//covers.vitalbook.com/vbid/9788582710791/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Android: Como programar",author:"DEITEL, Harvey; DEITEL, Paul; DEITEL, Abbey",isbn:"9788582603482",edition:2,vbkType:"pbk",url:"/books/9788582603482",coverURL:"//covers.vitalbook.com/vbid/9788582603482/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Arbitragens Coletivas no Brasil",author:"Mariani, Romulo Greff ",isbn:"9788522499380",edition:0,vbkType:"pbk",url:"/books/9788522499380",coverURL:"//covers.vitalbook.com/vbid/9788522499380/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Atividade Física e Saúde na Terceira Idade: Teoria e Prática",author:"GEIS, Pilar P.",isbn:"9788536316116",edition:5,vbkType:"pbk",url:"/books/9788536316116",coverURL:"//covers.vitalbook.com/vbid/9788536316116/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Automação Industrial na Prática - Série Tekne",author:"LAMB, Frank",isbn:"9788580555141",edition:1,vbkType:"pbk",url:"/books/9788580555141",coverURL:"//covers.vitalbook.com/vbid/9788580555141/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bates | Propedêutica Médica Essencial, 7ª edição",author:"BICKLEY, Lynn S.; SZILAGYI, Peter G.",isbn:"978-85-277-2718-1",edition:0,vbkType:"epub",url:"/books/978-85-277-2718-1",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2718-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Biologia Molecular - Métodos e Interpretação - Série Análises Clínicas e Toxicológicas",author:"LIPAY, Monica V. N.; BIANCO, Bianca",isbn:"978-85-277-2768-6",edition:0,vbkType:"epub",url:"/books/978-85-277-2768-6",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2768-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cálculos Farmacêuticos",author:"ANSEL, Howard C.; STOKLOSA, Mitchell J.",isbn:"9788536313955",edition:12,vbkType:"pbk",url:"/books/9788536313955",coverURL:"//covers.vitalbook.com/vbid/9788536313955/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cálculo - Vol. 2, 9ª edição",author:"SALAS, Saturnino L.; HILLE, Einar; ETGEN, Garret J.",isbn:"978-85-216-2993-1",edition:0,vbkType:"epub",url:"/books/978-85-216-2993-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2993-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cálculo Numérico: Prática com Algoritmos e Planilhas",author:"Pires, Augusto de Abreu ",isbn:"9788522498826",edition:0,vbkType:"pbk",url:"/books/9788522498826",coverURL:"//covers.vitalbook.com/vbid/9788522498826/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código de Defesa do Consumidor: Anotado e Comentado – Doutrina e Jurisprudência, 6ª edição",author:"Oliveira, James Eduardo ",isbn:"9788522499809",edition:0,vbkType:"pbk",url:"/books/9788522499809",coverURL:"//covers.vitalbook.com/vbid/9788522499809/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cérebro e Educação Infantil: Como Aplicar os Conhecimentos da Ciência Cognitiva no Ensino de Cri",author:"CALL, Nicola; FEATHERSTONE, Sally",isbn:"9788565848107",edition:2,vbkType:"pbk",url:"/books/9788565848107",coverURL:"//covers.vitalbook.com/vbid/9788565848107/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ciberbullying: Questões e Soluções para a Escola, a Sala de Aula e a Família",author:"SHARIFF, Shaheen",isbn:"9788536324890",edition:1,vbkType:"pbk",url:"/books/9788536324890",coverURL:"//covers.vitalbook.com/vbid/9788536324890/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Concursos - Teoria Unificada - delegado de polícia e delegado federal, 1ª Edição.",author:"FIGUEIREDO, Fábio Vieira",isbn:"9788502229372",edition:0,vbkType:"pbk",url:"/books/9788502229372",coverURL:"//covers.vitalbook.com/vbid/9788502229372/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Concursos públicos - Nível médio e superior: direito constitucional, 2ª edição.",author:"CASALINO, VINICIUS",isbn:"9788502628038",edition:0,vbkType:"pbk",url:"/books/9788502628038",coverURL:"//covers.vitalbook.com/vbid/9788502628038/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. OAB Nacional 1ª fase - Questões Comentadas, 5ª edição.",author:"FIGUEIREDO, Fabio Vieira",isbn:"9788502221321",edition:0,vbkType:"pbk",url:"/books/9788502221321",coverURL:"//covers.vitalbook.com/vbid/9788502221321/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. OAB Nacional 1ª fase 11 - Direito Internacional, 6ª edição.",author:"Neves, Gustavo Bregalda",isbn:"9788502217126",edition:0,vbkType:"pbk",url:"/books/9788502217126",coverURL:"//covers.vitalbook.com/vbid/9788502217126/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. OAB nacional 1º fase - Teoria unificada, 6ª edição.",author:"FIGUEIREDO, Fabio Vieira",isbn:"9788502631175",edition:0,vbkType:"pbk",url:"/books/9788502631175",coverURL:"//covers.vitalbook.com/vbid/9788502631175/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. passe em concursos públicos - Nível superior: direito constitucional,1ª edição.",author:"Sobreira, Fabio Tavares",isbn:"9788502626096",edition:0,vbkType:"pbk",url:"/books/9788502626096",coverURL:"//covers.vitalbook.com/vbid/9788502626096/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Saberes críticos - A Cultura Jurídica na Itália do Século XX, 1ª edição",author:"FERRAJOLI, Luigi",isbn:"9788502213425",edition:0,vbkType:"pbk",url:"/books/9788502213425",coverURL:"//covers.vitalbook.com/vbid/9788502213425/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção para Entender - Shakespeare e o Direito",author:"OLIVEIRA, Maria Regina de",isbn:"978-85-309-6551-8",edition:0,vbkType:"epub",url:"/books/978-85-309-6551-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6551-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao Novo Código Civil - Vol. V - Tomo I, 2ª edição",author:"MARTINS-COSTA, Judith",isbn:"978-85-309-6669-0",edition:0,vbkType:"pbk",url:"/books/978-85-309-6669-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6669-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como Dizer Tudo em Inglês em Viagens",author:"MARTINEZ, Ron",isbn:"978-85-216-2862-0",edition:0,vbkType:"epub",url:"/books/978-85-216-2862-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2862-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comportamento Animal: Uma Abordagem Evolutiva",author:"ALCOCK, John",isbn:"9788536325651",edition:9,vbkType:"pbk",url:"/books/9788536325651",coverURL:"//covers.vitalbook.com/vbid/9788536325651/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Condomínio Edilício e Incorporação Imobiliária, 4ª edição",author:"RIZZARDO, Arnaldo",isbn:"978-85-309-6611-9",edition:0,vbkType:"epub",url:"/books/978-85-309-6611-9",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6611-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Condomínio Edilício: Aspectos de Direito Material e Processual",author:"Elias Filho, Rubens Carmo ",isbn:"9788522497454",edition:0,vbkType:"pbk",url:"/books/9788522497454",coverURL:"//covers.vitalbook.com/vbid/9788522497454/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Constituição da República Federativa do Brasil e Legislação Correlata, 7ª edição",author:"Moraes, Guilherme Peña de (Org.) ",isbn:"9788522499014",edition:0,vbkType:"pbk",url:"/books/9788522499014",coverURL:"//covers.vitalbook.com/vbid/9788522499014/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contratos em Espécie",author:"Ustárroz, Daniel ",isbn:"9788597001068",edition:0,vbkType:"pbk",url:"/books/9788597001068",coverURL:"//covers.vitalbook.com/vbid/9788597001068/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Corrupção e Anticorrupção",author:"NUCCI, Guilherme de Souza",isbn:"978-85-309-6553-2",edition:0,vbkType:"epub",url:"/books/978-85-309-6553-2",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6553-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Crimes de Trânsito e crimes de circulação extratrânsito - Comentários à pare penal do ccódigo",author:"MITIDIERO, Nei Pires",isbn:"9788502225299",edition:0,vbkType:"pbk",url:"/books/9788502225299",coverURL:"//covers.vitalbook.com/vbid/9788502225299/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Crimes federais, 10ª Edição.",author:"Baltazar Junior, José Paulo",isbn:"9788502626188",edition:0,vbkType:"pbk",url:"/books/9788502626188",coverURL:"//covers.vitalbook.com/vbid/9788502626188/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Criminologia e Estigmas: Um Estudo sobre os Preconceitos, 4ª edição",author:"Bacila, Carlos Roberto ",isbn:"9788522499601",edition:0,vbkType:"pbk",url:"/books/9788522499601",coverURL:"//covers.vitalbook.com/vbid/9788522499601/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito da energia, 3ª edição.",author:"FIORILLO, Celso Antonio Pacheco",isbn:"9788502174504",edition:0,vbkType:"pbk",url:"/books/9788502174504",coverURL:"//covers.vitalbook.com/vbid/9788502174504/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Penal Didático: Volume Único: Atualizado de Acordo com as Leis nºs 12.971/14 e 1",author:"Coêlho, Yuri Carneiro ",isbn:"9788522499502",edition:0,vbkType:"pbk",url:"/books/9788522499502",coverURL:"//covers.vitalbook.com/vbid/9788522499502/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Processo Civil - Teoria Geral e Processo de Conhecimento - Vol. 1",author:"RIBEIRO, Marcelo",isbn:"978-85-309-6541-9",edition:0,vbkType:"epub",url:"/books/978-85-309-6541-9",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6541-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Delinquência Econômica e Financeira",author:"SANCTIS, Fausto Martin de",isbn:"978-85-309-6521-1",edition:0,vbkType:"epub",url:"/books/978-85-309-6521-1",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6521-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desapropriação: Doutrina e Prática, 11ª edição",author:"Harada, Kiyoshi ",isbn:"9788522499663",edition:0,vbkType:"pbk",url:"/books/9788522499663",coverURL:"//covers.vitalbook.com/vbid/9788522499663/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Descobrindo Matemática na Arte: Atividades para o Ensino Fundamental e Médio",author:"FAINGUELERNT, Estela K.; NUNES, Katia Regina A.",isbn:"9788536325064",edition:1,vbkType:"pbk",url:"/books/9788536325064",coverURL:"//covers.vitalbook.com/vbid/9788536325064/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenvolvimento Psicológico e Educação: Psicologia da Educação Escolar - Volume 2",author:"SALVADOR, César Coll; MARCHESI, Álvaro; PALACIOS, Jesús; Colaboradores",isbn:"9788536307770",edition:2,vbkType:"pbk",url:"/books/9788536307770",coverURL:"//covers.vitalbook.com/vbid/9788536307770/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito administrativo #naprática, 1ª edição.",author:"MAZZA, Alexandre",isbn:"9788502634602",edition:0,vbkType:"pbk",url:"/books/9788502634602",coverURL:"//covers.vitalbook.com/vbid/9788502634602/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Administrativo Facilitado",author:"BORGES, Cyonil; SÁ, Adriel",isbn:"978-85-309-6503-7",edition:0,vbkType:"epub",url:"/books/978-85-309-6503-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6503-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Ambiental Internacional: Avanços e Retrocessos",author:"Granziera, Maria Luiza Machado; Rei, Fernando (Coord.)",isbn:"9788522497911",edition:0,vbkType:"pbk",url:"/books/9788522497911",coverURL:"//covers.vitalbook.com/vbid/9788522497911/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Civil: Estudos em Homenagem a José de Oliveira Ascensão: Direito Privado (V. 2)",author:"Simão, José Fernando; Beltrão, Silvio Romero (Coord.)",isbn:"9788522498529",edition:0,vbkType:"pbk",url:"/books/9788522498529",coverURL:"//covers.vitalbook.com/vbid/9788522498529/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Civil: Estudos em Homenagem a José de Oliveira Ascensão: Teoria Geral do Direito, Bioétic",author:"Simão, José Fernando; Beltrão, Silvio Romero (Coord.)",isbn:"9788522498505",edition:0,vbkType:"pbk",url:"/books/9788522498505",coverURL:"//covers.vitalbook.com/vbid/9788522498505/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito civil: responsabilidade civil, 1ª edição.",author:"MIRAGEM, Bruno Nubens Barbosa",isbn:"9788502628519",edition:0,vbkType:"pbk",url:"/books/9788502628519",coverURL:"//covers.vitalbook.com/vbid/9788502628519/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito constitucional ambiental brasileiro, 6ª edição.",author:"CANOTILHO, José Joaquim Gomes",isbn:"9788502625822",edition:0,vbkType:"pbk",url:"/books/9788502625822",coverURL:"//covers.vitalbook.com/vbid/9788502625822/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito das Obrigações, 8ª edição",author:"RIZZARDO, Arnaldo",isbn:"978-85-309-6523-5",edition:0,vbkType:"epub",url:"/books/978-85-309-6523-5",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6523-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito das Sucessões, 2ª edição",author:"Carvalho, Luiz Paulo Vieira de ",isbn:"9788522492541",edition:0,vbkType:"pbk",url:"/books/9788522492541",coverURL:"//covers.vitalbook.com/vbid/9788522492541/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito de Autor, 6ª edição",author:"BITTAR, Carlos Alberto; BITTAR, Eduardo Carlos Bianca",isbn:"978-85-309-6539-6",edition:0,vbkType:"epub",url:"/books/978-85-309-6539-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6539-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Processual do Trabalho, 7ª edição",author:"Jorge Neto, Francisco Ferreira; Cavalcante, Jouberto de Quadros Pessoa ",isbn:"9788522498185",edition:0,vbkType:"pbk",url:"/books/9788522498185",coverURL:"//covers.vitalbook.com/vbid/9788522498185/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direitos Humanos e Não-violência, 2ª edição",author:"Almeida, Guilherme Assis de ",isbn:"9788597000467",edition:0,vbkType:"pbk",url:"/books/9788597000467",coverURL:"//covers.vitalbook.com/vbid/9788597000467/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eletromagnetismo - Coleção Schaum",author:"EDMINISTER, Joseph A.; NAHVI, Mahmood",isbn:"9788565837439",edition:3,vbkType:"pbk",url:"/books/9788565837439",coverURL:"//covers.vitalbook.com/vbid/9788565837439/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Equações Diferenciais Elementares e Problemas de Valores de Contorno, 10ª edição",author:"BOYCE, William E.; DiPRIMA, Richard C.",isbn:"978-85-216-2833-0",edition:0,vbkType:"epub",url:"/books/978-85-216-2833-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2833-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eros e Civilização - Uma Interpretação Filosófica do Pensamento de Freud, 8ª edição",author:"MARCUSE, Herbert",isbn:"978-85-216-2938-2",edition:0,vbkType:"epub",url:"/books/978-85-216-2938-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2938-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estática e Resistência dos Materiais para Arquitetura e Construção de Edificações, 4ª ediçã",author:"ONOUYE, Barry; KANE, Kevin",isbn:"978-85-216-2922-1",edition:0,vbkType:"epub",url:"/books/978-85-216-2922-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2922-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estruturas de Dados e Seus Algoritmos, 3ª edição",author:"SZWARCFITER, Jayme Luiz; MARKENZON, Lilian",isbn:"978-85-216-2995-5",edition:0,vbkType:"epub",url:"/books/978-85-216-2995-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2995-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ética na OAB: questões resolvidas, 2ª edição.",author:"Vale Junior, Lincoln Biela de Souza",isbn:"9788502626331",edition:0,vbkType:"pbk",url:"/books/9788502626331",coverURL:"//covers.vitalbook.com/vbid/9788502626331/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ferramentas de Álgebra Computacional - Aplicações em Modelagem, Simulação e Controle para Engenharia",author:"VARGAS, Francisco Javier Triveño; PAGLIONE, Pedro",isbn:"978-85-216-2941-2",edition:0,vbkType:"epub",url:"/books/978-85-216-2941-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2941-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Física na Universidade para as Ciências Físicas e da Vida - Vol. 1",author:"KESTEN, Philip R.; TAUCK, David L.",isbn:"978-85-216-2928-3",edition:0,vbkType:"epub",url:"/books/978-85-216-2928-3",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2928-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Física na Universidade para as Ciências Físicas e da Vida - Vol. 2",author:"KESTEN, Philip R.; TAUCK, David L.",isbn:"978-85-216-2930-6",edition:0,vbkType:"epub",url:"/books/978-85-216-2930-6",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2930-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Física na Universidade para as Ciências Físicas e da Vida - Vol. 3",author:"KESTEN, Philip R.; TAUCK, David L.",isbn:"978-85-216-2932-0",edition:0,vbkType:"epub",url:"/books/978-85-216-2932-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2932-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Física na Universidade para as Ciências Físicas e da Vida - Vol. 4",author:"KESTEN, Philip R.; TAUCK, David L.",isbn:"978-85-216-2934-4",edition:0,vbkType:"epub",url:"/books/978-85-216-2934-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2934-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiopatologia Pulmonar",author:"WEST, John B.",isbn:"9788565852784",edition:8,vbkType:"pbk",url:"/books/9788565852784",coverURL:"//covers.vitalbook.com/vbid/9788565852784/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Funções para Modelar Variações - Uma Preparação para o Cálculo, 3ª edição",author:"CONNALLY, Eric A.",isbn:"978-85-216-2987-0",edition:0,vbkType:"epub",url:"/books/978-85-216-2987-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2987-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos da Moderna Engenharia e Ciência dos Materiais",author:"NEWELL, James",isbn:"978-85-216-2490-5",edition:0,vbkType:"pbk",url:"/books/978-85-216-2490-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2490-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Matemática - Física para Licenciatura - Mecânica",author:"HETEM Jr., Annibal; HETEM, Ivan Gregorio",isbn:"978-85-216-2948-1",edition:0,vbkType:"epub",url:"/books/978-85-216-2948-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2948-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Máquinas Elétricas",author:"CHAPMAN, Stephen J.",isbn:"9788580552072",edition:5,vbkType:"pbk",url:"/books/9788580552072",coverURL:"//covers.vitalbook.com/vbid/9788580552072/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Pesquisa em Enfermagem: Avaliação de Evidências para a Prática da Enfermagem",author:"POLIT, Denise F.; BECK, Cheryl T.\n",isbn:"9788536326535",edition:7,vbkType:"pbk",url:"/books/9788536326535",coverURL:"//covers.vitalbook.com/vbid/9788536326535/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos para um Direito Penal Democrático, 5ª edição",author:"Busato, Paulo César ",isbn:"9788522496631",edition:0,vbkType:"pbk",url:"/books/9788522496631",coverURL:"//covers.vitalbook.com/vbid/9788522496631/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão da Educação à Distância: Comunicação, Desafios e Estratégias",author:"Santos, Fernando de Almeida; Ortiz, Felipe Chibás (Org.)",isbn:"9788522499182",edition:0,vbkType:"pbk",url:"/books/9788522499182",coverURL:"//covers.vitalbook.com/vbid/9788522499182/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Sistemas de Agronegócios",author:"Neves, Marcos Fava; Zylbersztajn, Decio; Caleman, Silvia M. de Queiroz (Org.)",isbn:"9788522499151",edition:0,vbkType:"pbk",url:"/books/9788522499151",coverURL:"//covers.vitalbook.com/vbid/9788522499151/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Impostos federais, estaduais e municipais, 5ª edição.",author:"CARNEIRO, Claudio",isbn:"9788502625976",edition:0,vbkType:"pbk",url:"/books/9788502625976",coverURL:"//covers.vitalbook.com/vbid/9788502625976/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Infância e Psicopatologia",author:"MARCELLI, Daniel; COHEN, David",isbn:"9788536324616",edition:8,vbkType:"pbk",url:"/books/9788536324616",coverURL:"//covers.vitalbook.com/vbid/9788536324616/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Interceptação telefonica, 3ª edição.",author:"GRECO FILHO, Vicente",isbn:"9788502626928",edition:0,vbkType:"pbk",url:"/books/9788502626928",coverURL:"//covers.vitalbook.com/vbid/9788502626928/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Interceptação Telefônica, 3ª edição.",author:"Cabette, Eduardo Luiz Santos",isbn:"9788502171558",edition:0,vbkType:"pbk",url:"/books/9788502171558",coverURL:"//covers.vitalbook.com/vbid/9788502171558/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Física do Estado Sólido, 8ª edição",author:"KITTEL, Charles",isbn:"978-85-216-2492-9",edition:0,vbkType:"pbk",url:"/books/978-85-216-2492-9",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2492-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução às Ciências Farmacêuticas",author:"PANDIT, Nita K.",isbn:"9788536317588",edition:1,vbkType:"pbk",url:"/books/9788536317588",coverURL:"//covers.vitalbook.com/vbid/9788536317588/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Licenciamento ambiental, 2ª edição.",author:"FIORILLO, Celso Antonio Pacheco",isbn:"9788502625945",edition:0,vbkType:"pbk",url:"/books/9788502625945",coverURL:"//covers.vitalbook.com/vbid/9788502625945/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lições de Argumentação Jurídica - Da Teoria à Prática, 4ª edição",author:"FETZNER, Néli Luiza Cavalieri; VALVERDE, Alda da Graça Marques; TAVARES Jr., Nelson Carlos",isbn:"978-85-309-6547-1",edition:0,vbkType:"epub",url:"/books/978-85-309-6547-1",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6547-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Processo penal, 11ª edição.",author:"GRECO FILHO, Vicente",isbn:"9788502219588",edition:0,vbkType:"pbk",url:"/books/9788502219588",coverURL:"//covers.vitalbook.com/vbid/9788502219588/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual do Arquiteto: Planejamento, Dimensionamento e Projeto",author:"LITTLEFIELD, David\n",isbn:"9788582602584",edition:3,vbkType:"epub",url:"/books/9788582602584",coverURL:"//covers.vitalbook.com/vbid/9788582602584/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Máquinas Elétricas e Acionamentos - Curso Introdutório",author:"MOHAN, Ned",isbn:"978-85-216-2835-4",edition:0,vbkType:"epub",url:"/books/978-85-216-2835-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2835-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática para Profissionais da Saúde - Série Tekne",author:"EGLER, Lynn; PROPES, Denise; BROWN, Alice\n",isbn:"9788580555080",edition:1,vbkType:"pbk",url:"/books/9788580555080",coverURL:"//covers.vitalbook.com/vbid/9788580555080/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática Financeira com Conceitos Econômicos e Cálculo Diferencial: Utilização Da HP-12C e Planilha Excel, 2ª edição",author:"Feijó, Ricardo Luis Chaves ",isbn:"9788522499489",edition:0,vbkType:"pbk",url:"/books/9788522499489",coverURL:"//covers.vitalbook.com/vbid/9788522499489/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mecânica dos Materiais",author:"UGURAL, Ansel C.",isbn:"978-85-216-2485-1",edition:0,vbkType:"pbk",url:"/books/978-85-216-2485-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2485-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mediação Familiar Interdisciplinar",author:"Barbosa, Águida Arruda ",isbn:"9788522499366",edition:0,vbkType:"pbk",url:"/books/9788522499366",coverURL:"//covers.vitalbook.com/vbid/9788522499366/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Monografia Jurídica - Guia Prático para Elaboração do Trabalho Científico e Orientação Metodo",author:"LEHFELD, Lucas de Souza; LÉPORE, Paulo Eduardo; FERREIRA, Olavo A. Vianna Alves",isbn:"978-85-309-6530-3",edition:0,vbkType:"epub",url:"/books/978-85-309-6530-3",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6530-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nova Gramática da Língua Portuguesa para Concursos, 7ª edição",author:"BEZERRA, Rodrigo",isbn:"978-85-309-6108-4",edition:0,vbkType:"epub",url:"/books/978-85-309-6108-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6108-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pavimentação Asfáltica - Conceitos Fundamentais sobre Materiais e Revestimentos Asfálticos",author:"PINTO, Salomão; PINTO, Isaac Eduardo",isbn:"978-85-216-2916-0",edition:0,vbkType:"epub",url:"/books/978-85-216-2916-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2916-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Programando em Lua, 3ª edição",author:"IERUSALIMSCHY, Roberto",isbn:"978-85-216-2914-6",edition:0,vbkType:"epub",url:"/books/978-85-216-2914-6",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2914-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia do Ensino",author:"SALVADOR, César Coll",isbn:"9788536315409",edition:1,vbkType:"pbk",url:"/books/9788536315409",coverURL:"//covers.vitalbook.com/vbid/9788536315409/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia jurídica (v. 20)",author:"MESSA, Alcione Aparecida ",isbn:"9788522465521",edition:0,vbkType:"pbk",url:"/books/9788522465521",coverURL:"//covers.vitalbook.com/vbid/9788522465521/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia Social, 8ª edição",author:"ARONSON, Elliot; WILSON, Timothy D.; AKERT, Robin M.",isbn:"978-85-216-2946-7",edition:0,vbkType:"epub",url:"/books/978-85-216-2946-7",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2946-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química Ambiental",author:"STANLEY, E. Manahan",isbn:"9788565837354",edition:9,vbkType:"pbk",url:"/books/9788565837354",coverURL:"//covers.vitalbook.com/vbid/9788565837354/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Redes de computadores II: Níveis de Transporte e Rede - Série Tekne",author:"PERES, André; LOUREIRO, César Augusto Hass; SCHMITT, Marcelo Augusto Rauh",isbn:"9788582601488",edition:1,vbkType:"pbk",url:"/books/9788582601488",coverURL:"//covers.vitalbook.com/vbid/9788582601488/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série MBA - Gestão de Pessoas - Gestão por Competências",author:"FERREIRA, Patricia Itala",isbn:"978-85-216-2924-5",edition:0,vbkType:"epub",url:"/books/978-85-216-2924-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2924-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Provas & Concursos - Matemática Financeira para Concursos, 4ª edição",author:"MARIANO, Fabrício",isbn:"978-85-309-6573-0",edition:0,vbkType:"epub",url:"/books/978-85-309-6573-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6573-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Provas & Concursos - Sistema Financeiro e Bancário, 5ª edição",author:"NEWLANDS Jr., Carlos Arthur",isbn:"978-85-309-6452-8",edition:0,vbkType:"epub",url:"/books/978-85-309-6452-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6452-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria Dinâmica do Ônus da Prova no Novo CPC",author:"LOURENÇO, Haroldo",isbn:"978-85-309-6543-3",edition:0,vbkType:"epub",url:"/books/978-85-309-6543-3",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6543-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teorias Contemporâneas da Aprendizagem",author:"ILLERIS, Knud",isbn:"9788565848381",edition:1,vbkType:"pbk",url:"/books/9788565848381",coverURL:"//covers.vitalbook.com/vbid/9788565848381/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terapia Cognitiva para os Transtornos de Ansiedade: Tratamentos que Funcionam - Guia do Terapeuta",author:"CLARK, David A.; BECK, Aaron T.",isbn:"9788536326733",edition:1,vbkType:"pbk",url:"/books/9788536326733",coverURL:"//covers.vitalbook.com/vbid/9788536326733/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Uso do Dinheiro na Vida Adulta: Uma Perspectiva da Psicologia Clínica e Psicologia do Dinheiro",author:"Meirelles, Valéria M.; Souza, Rosane Mantilla de ",isbn:"9788597000887",edition:0,vbkType:"pbk",url:"/books/9788597000887",coverURL:"//covers.vitalbook.com/vbid/9788597000887/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Variáveis Complexas e Aplicações",author:"BROWN, James; CHURCHILL, Ruel",isbn:"9788580555189",edition:9,vbkType:"pbk",url:"/books/9788580555189",coverURL:"//covers.vitalbook.com/vbid/9788580555189/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Vencendo o Transtorno de Déficit de Atenção/Hiperatividade Adulto",author:"BARKLEY, Russell A.; BENTON, Christine M.",isbn:"9788536326801",edition:1,vbkType:"pbk",url:"/books/9788536326801",coverURL:"//covers.vitalbook.com/vbid/9788536326801/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Nova Contabilidade: Convergência ao Padrão Internacional, 2ª edição",author:"Guerra, Luciano ",isbn:"9788522496761",edition:0,vbkType:"pbk",url:"/books/9788522496761",coverURL:"//covers.vitalbook.com/vbid/9788522496761/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Recuperação Judicial e os Direitos Fundamentais Trabalhistas",author:"Souza, Marcelo Papaléo de ",isbn:"9788522495955",edition:0,vbkType:"pbk",url:"/books/9788522495955",coverURL:"//covers.vitalbook.com/vbid/9788522495955/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração de Materiais: Uma Abordagem Logística, 6ª edição",author:"Dias, Marco Aurélio P. ",isbn:"9788522498857",edition:0,vbkType:"pbk",url:"/books/9788522498857",coverURL:"//covers.vitalbook.com/vbid/9788522498857/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração Financeira e Orçamentária - Questões Cespe",author:"DALCOMUNE, Marcio",isbn:"978-85-309-6465-8",edition:0,vbkType:"epub",url:"/books/978-85-309-6465-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6465-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração Financeira e Orçamentária - Questões FCC",author:"DALCOMUNE, Marcio",isbn:"978-85-309-6467-2",edition:0,vbkType:"epub",url:"/books/978-85-309-6467-2",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6467-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Afinal, o que os bebês fazem no berçário?",author:"FOCHI, Paulo",isbn:"9788584290390",edition:1,vbkType:"pbk",url:"/books/9788584290390",coverURL:"//covers.vitalbook.com/vbid/9788584290390/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Antropologia Jurídica, 4ª edição",author:"ROCHA, José Manuel de Sacadura",isbn:"978-85-309-6401-6",edition:0,vbkType:"epub",url:"/books/978-85-309-6401-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6401-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Aprenda a Conjugar Verbos em Francês",author:"KOHN, Eric",isbn:"978-85-216-2900-9",edition:0,vbkType:"epub",url:"/books/978-85-216-2900-9",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2900-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Aprenda a Conjugar Verbos em Italiano",author:"PETERLE, Patricia; SANTURBANO, Andrea",isbn:"978-85-216-2912-2",edition:0,vbkType:"epub",url:"/books/978-85-216-2912-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2912-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Biologia Molecular do Gene",author:"WATSON, James D.; BAKER, Tania A.; BELL, Stephen P.; GANN, Alexander; LEVINE, Michael; LOSICK, Richa",isbn:"9788582712092",edition:7,vbkType:"pbk",url:"/books/9788582712092",coverURL:"//covers.vitalbook.com/vbid/9788582712092/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Boas Práticas em Serviços de Beleza - Série Tekne",author:"COSTA, Ana Lucia Jezuino da",isbn:"9788582712146",edition:1,vbkType:"pbk",url:"/books/9788582712146",coverURL:"//covers.vitalbook.com/vbid/9788582712146/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cálculo - Um Curso Moderno e suas Aplicações - Tópicos Avançados, 11ª edição",author:"HOFFMANN, Laurence D.; BRADLEY, Gerald L. et al.",isbn:"978-85-216-2907-8",edition:0,vbkType:"epub",url:"/books/978-85-216-2907-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2907-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cálculo - Um Curso Moderno e suas Aplicações, 11ª edição",author:"HOFFMANN, Laurence D.; BRADLEY, Gerald L. et al.",isbn:"978-85-216-2909-2",edition:0,vbkType:"epub",url:"/books/978-85-216-2909-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2909-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código de processo penal anotado, 27ª edição.",author:"JESUS, Damásio de",isbn:"9788502618831",edition:0,vbkType:"pbk",url:"/books/9788502618831",coverURL:"//covers.vitalbook.com/vbid/9788502618831/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código penal comentado, 6ª edição.",author:"CAPEZ, Fernando",isbn:"9788502626218",edition:0,vbkType:"pbk",url:"/books/9788502626218",coverURL:"//covers.vitalbook.com/vbid/9788502626218/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. concursos públicos - Nível médio e superior: direito administrativo, 2ª edição.",author:"BOLZAN, Fabricio",isbn:"9788502627680",edition:0,vbkType:"pbk",url:"/books/9788502627680",coverURL:"//covers.vitalbook.com/vbid/9788502627680/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Passe em concursos públicos - direito processual civil - teoria geral do processo, processos d",author:"THAMAY, Renan Faria Krüger ",isbn:"9788502618527",edition:0,vbkType:"pbk",url:"/books/9788502618527",coverURL:"//covers.vitalbook.com/vbid/9788502618527/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Sinopses Jurídicas 32 - Processo do trabalho - Recursos trabalhistas, execução trabalhista e",author:"BASILE, César Reinaldo Offa",isbn:"9788502215443",edition:0,vbkType:"pbk",url:"/books/9788502215443",coverURL:"//covers.vitalbook.com/vbid/9788502215443/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Combinando Palavras em Inglês",author:"LIMA, Denilso de",isbn:"978-85-216-2902-3",edition:0,vbkType:"epub",url:"/books/978-85-216-2902-3",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2902-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comércio Eletrônico - conforme o marco civil da internet e a regulamentação do e-commerce no Bra",author:"TEIXEIRA, Tarcísio",isbn:"9788502622494",edition:0,vbkType:"pbk",url:"/books/9788502622494",coverURL:"//covers.vitalbook.com/vbid/9788502622494/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como Dizer Tudo em Inglês",author:"MARTINEZ, Ron",isbn:"978-85-216-2860-6",edition:0,vbkType:"epub",url:"/books/978-85-216-2860-6",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2860-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como Dizer Tudo em Inglês - Livro de Atividades",author:"MARTINEZ, Ron",isbn:"978-85-216-2850-7",edition:0,vbkType:"epub",url:"/books/978-85-216-2850-7",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2850-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Compliance como boa prática de gestão no ensino superior privado - 1ª edição",author:"DANIEL CAVALCANTE SILVA; JOSÉ ROBERTO COVAC ",isbn:"9788502624382",edition:0,vbkType:"pbk",url:"/books/9788502624382",coverURL:"//covers.vitalbook.com/vbid/9788502624382/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comunicação, Gênero e Saúde: Uma Análise das Campanhas do Câncer de Mama no Brasil",author:"Feldmann, Anna Flávia ",isbn:"9788522494323",edition:0,vbkType:"pbk",url:"/books/9788522494323",coverURL:"//covers.vitalbook.com/vbid/9788522494323/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade de Contratos de Construção e de Incorporação Imobiliária: De Acordo com as IFRS",author:"Sousa, Edmilson Patrocinio de ",isbn:"9788522498918",edition:0,vbkType:"pbk",url:"/books/9788522498918",coverURL:"//covers.vitalbook.com/vbid/9788522498918/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade de Custos: Livro de Exercícios, 11ª edição",author:"Martins, Eliseu; Rocha, Welington ",isbn:"9788522498710",edition:0,vbkType:"pbk",url:"/books/9788522498710",coverURL:"//covers.vitalbook.com/vbid/9788522498710/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Pública - Questões Cespe",author:"DALCOMUNE, Marcio",isbn:"978-85-309-6463-4",edition:0,vbkType:"epub",url:"/books/978-85-309-6463-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6463-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Pública - Questões FCC",author:"DALCOMUNE, Marcio",isbn:"978-85-309-6461-0",edition:0,vbkType:"epub",url:"/books/978-85-309-6461-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6461-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Societária, 5ª edição",author:"Santos, José Luiz dos; Schmidt, Paulo ",isbn:"9788522492633",edition:0,vbkType:"pbk",url:"/books/9788522492633",coverURL:"//covers.vitalbook.com/vbid/9788522492633/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contribuições Sociais: Doutrina e Prática",author:"Harada, Kiyoshi ",isbn:"9788522498376",edition:0,vbkType:"pbk",url:"/books/9788522498376",coverURL:"//covers.vitalbook.com/vbid/9788522498376/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controle Externo, 6ª edição",author:"LIMA, Luiz Henrique",isbn:"978-85-309-6497-9",edition:0,vbkType:"epub",url:"/books/978-85-309-6497-9",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6497-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Crimes de Trânsito: Aspectos Penais e Processuais, 2ª edição",author:"Polastri, Marcellus ",isbn:"9788522497102",edition:0,vbkType:"pbk",url:"/books/9788522497102",coverURL:"//covers.vitalbook.com/vbid/9788522497102/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Crimes Eleitorais e Processo Penal Eleitoral, 2ª edição",author:"Gonçalves, Luiz Carlos dos Santos ",isbn:"9788522498994",edition:0,vbkType:"pbk",url:"/books/9788522498994",coverURL:"//covers.vitalbook.com/vbid/9788522498994/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CURRENT Reumatologia: Diagnóstico e Tratamento (Lange)",author:"IMBODEN, John B.; STONE, John H.",isbn:"9788580553512",edition:3,vbkType:"pbk",url:"/books/9788580553512",coverURL:"//covers.vitalbook.com/vbid/9788580553512/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso básico de processo penal, 2ª edição.",author:"ANDREUCCI, Ricardo Antonio",isbn:"9788502626129",edition:0,vbkType:"pbk",url:"/books/9788502626129",coverURL:"//covers.vitalbook.com/vbid/9788502626129/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito administrativo, 2ª edição.",author:"COUTO, Reinaldo ",isbn:"9788502622791",edition:0,vbkType:"pbk",url:"/books/9788502622791",coverURL:"//covers.vitalbook.com/vbid/9788502622791/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito do Trabalho - História e Teoria, 29ª edição.",author:"NASCIMENTO, Amauri Mascaro",isbn:"9788502217362",edition:0,vbkType:"pbk",url:"/books/9788502217362",coverURL:"//covers.vitalbook.com/vbid/9788502217362/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Penal, 4ª edição",author:"Ishida, Válter Kenji ",isbn:"9788522496594",edition:0,vbkType:"pbk",url:"/books/9788522496594",coverURL:"//covers.vitalbook.com/vbid/9788522496594/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direto penal - parte geral, 1ª edição.",author:"GONÇALVES, Victor Eduardo Rios",isbn:"9788502625280",edition:0,vbkType:"pbk",url:"/books/9788502625280",coverURL:"//covers.vitalbook.com/vbid/9788502625280/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Estatística Básica, 2ª edição",author:"Costa, Giovani Glaucio de Oliveira ",isbn:"9788522498666",edition:0,vbkType:"pbk",url:"/books/9788522498666",coverURL:"//covers.vitalbook.com/vbid/9788522498666/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Processo Eleitoral, 3ª edição",author:"BARROS, Francisco Dirceu",isbn:"978-85-309-6445-0",edition:0,vbkType:"epub",url:"/books/978-85-309-6445-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6445-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dano Moral Trabalhista: Doutrina e Jurisprudência, 3ª edição",author:"Melo, Nehemias domingos de ",isbn:"9788522498833",edition:0,vbkType:"pbk",url:"/books/9788522498833",coverURL:"//covers.vitalbook.com/vbid/9788522498833/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Didática do Ensino Superior",author:"Gil, Antonio Carlos ",isbn:"9788522499854",edition:0,vbkType:"pbk",url:"/books/9788522499854",coverURL:"//covers.vitalbook.com/vbid/9788522499854/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito administrativo para concursos públicos, 1ª edição.",author:"BOLZAN, Fabrício",isbn:"9788502624733",edition:0,vbkType:"pbk",url:"/books/9788502624733",coverURL:"//covers.vitalbook.com/vbid/9788502624733/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito administrativo, 9ª edição.",author:"MARINELA, Fernanda",isbn:"9788502626836",edition:0,vbkType:"pbk",url:"/books/9788502626836",coverURL:"//covers.vitalbook.com/vbid/9788502626836/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Agrário: Atualizado com as Leis n°s 13.001/14, 13.043/14 e EC 81/14, 2ª edição",author:"Cassettari, Christiano ",isbn:"9788522499441",edition:0,vbkType:"pbk",url:"/books/9788522499441",coverURL:"//covers.vitalbook.com/vbid/9788522499441/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Civil : Coisas, 1ª edição.",author:"LOBO, Paulo",isbn:"9788502625082",edition:0,vbkType:"pbk",url:"/books/9788502625082",coverURL:"//covers.vitalbook.com/vbid/9788502625082/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito da famílias, 4ª edição.",author:"CARVALHO, Dimas Messias de",isbn:"9788502624924",edition:0,vbkType:"pbk",url:"/books/9788502624924",coverURL:"//covers.vitalbook.com/vbid/9788502624924/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito da integração regional: diálogo entre jurisdições na américa latina, 1ª edição.",author:"GOMES, Eduardo Biacchi; Mazzuoli, Valerio de Oliveira",isbn:"9788502627475",edition:0,vbkType:"pbk",url:"/books/9788502627475",coverURL:"//covers.vitalbook.com/vbid/9788502627475/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito de Autor, 1ª edição.",author:"ZANINI, Leonardo Estevam de Assis",isbn:"9788502230231",edition:0,vbkType:"pbk",url:"/books/9788502230231",coverURL:"//covers.vitalbook.com/vbid/9788502230231/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito de Informática : Comercialização e Desenvolvimento Internacional do Software",author:"Paesani, Liliana Minardi",isbn:"9788522498123",edition:0,vbkType:"pbk",url:"/books/9788522498123",coverURL:"//covers.vitalbook.com/vbid/9788522498123/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito do Trabalho, 8ª edição",author:"Jorge Neto, Francisco Ferreira; Cavalcante, Jouberto de Quadros Pessoa ",isbn:"9788522493920",edition:0,vbkType:"pbk",url:"/books/9788522493920",coverURL:"//covers.vitalbook.com/vbid/9788522493920/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Municipal Brasileiro, 7ª edição",author:"COSTA, Nelson Nery",isbn:"978-85-309-6405-4",edition:0,vbkType:"epub",url:"/books/978-85-309-6405-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6405-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Penal Militar - Teoria Crítica e Prática",author:"ALVES-MARREIROS, Adriano",isbn:"978-85-309-6492-4",edition:0,vbkType:"epub",url:"/books/978-85-309-6492-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6492-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Tributário Atual",author:"CARVALHO, Cristiano",isbn:"978-85-309-6441-2",edition:0,vbkType:"epub",url:"/books/978-85-309-6441-2",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6441-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Tributário, 27ª edição",author:"BORBA, Claudio",isbn:"978-85-309-6413-9",edition:0,vbkType:"epub",url:"/books/978-85-309-6413-9",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6413-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educação, Cultura e Reconhecimento: Desafios às Políticas Contemporâneas",author:"Silva, Rodrigo Manoel Dias da; Silva, Roberto Rafael Dias da; Benincá, Dirceu (Org.)",isbn:"9788522498444",edition:0,vbkType:"pbk",url:"/books/9788522498444",coverURL:"//covers.vitalbook.com/vbid/9788522498444/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estatuto do Idoso Comentado - Artigo por Artigo, 5ª edição",author:"VILAS BOAS, Marco Antonio",isbn:"978-85-309-6510-5",edition:0,vbkType:"epub",url:"/books/978-85-309-6510-5",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6510-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estratégias para a Cafeicultura no Brasil",author:"Nogueira, José Guilherme A.; Neves, Marcos Fava (Org.)",isbn:"9788522497867",edition:0,vbkType:"pbk",url:"/books/9788522497867",coverURL:"//covers.vitalbook.com/vbid/9788522497867/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estudos e Pareceres de Direito Autoral",author:"COSTA NETTO, José Carlos",isbn:"978-85-309-6399-6",edition:0,vbkType:"epub",url:"/books/978-85-309-6399-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6399-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ética e Estatuto da Advocacia, 2ª edição",author:"Julião, Rodrigo de Farias ",isbn:"9788522498697",edition:0,vbkType:"pbk",url:"/books/9788522498697",coverURL:"//covers.vitalbook.com/vbid/9788522498697/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fale Bem Inglês",author:"DAVIES, Benedict Parry",isbn:"978-85-216-2890-3",edition:0,vbkType:"epub",url:"/books/978-85-216-2890-3",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2890-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fazendo Arte com a Matemática",author:"FAINGUELERNT, Estela Kaufman; NUNES, Katia Regina Ashton",isbn:"9788584290338",edition:2,vbkType:"pbk",url:"/books/9788584290338",coverURL:"//covers.vitalbook.com/vbid/9788584290338/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Federalismo e Competências Ambientais no Brasil, 2ª edição",author:"Antunes, Paulo de Bessa ",isbn:"9788522497959",edition:0,vbkType:"pbk",url:"/books/9788522497959",coverURL:"//covers.vitalbook.com/vbid/9788522497959/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Filosofia do Direito, 23ª edição",author:"NADER, Paulo",isbn:"978-85-309-6475-7",edition:0,vbkType:"epub",url:"/books/978-85-309-6475-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6475-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Filosofia Moral",author:"DURKHEIM, Émile",isbn:"978-85-309-6411-5",edition:0,vbkType:"epub",url:"/books/978-85-309-6411-5",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6411-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Finanças Públicas",author:"ROSEN, Harvey; GAYER, Ted",isbn:"9788580555011",edition:10,vbkType:"pbk",url:"/books/9788580555011",coverURL:"//covers.vitalbook.com/vbid/9788580555011/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Finanças Públicas – Administração Financeira e Orçamentária",author:"EUVALDO MARQUES",isbn:"9788502621916",edition:0,vbkType:"pbk",url:"/books/9788502621916",coverURL:"//covers.vitalbook.com/vbid/9788502621916/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gramática de Inglês para Brasileiros",author:"SCHUMACHER, Cristina",isbn:"978-85-216-2854-5",edition:0,vbkType:"epub",url:"/books/978-85-216-2854-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2854-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gramática de Uso da Língua Inglesa",author:"LIMA, Denilso de",isbn:"978-85-216-2864-4",edition:0,vbkType:"epub",url:"/books/978-85-216-2864-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2864-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"História do Direito no Ocidente",author:"ROCHA, José Manuel de Sacadura",isbn:"978-85-309-6434-4",edition:0,vbkType:"epub",url:"/books/978-85-309-6434-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6434-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Iluminação",author:"PRÄKEL, David",isbn:"9788582603093",edition:2,vbkType:"pbk",url:"/books/9788582603093",coverURL:"//covers.vitalbook.com/vbid/9788582603093/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Imposto Predial e Territorial Urbano (IPTU) e Imposto Territorial Rural (ITR)",author:"Machado Segundo, Hugo de Brito; Calcini, Fábio Pallaretti (Coord.) ",isbn:"9788522496402",edition:0,vbkType:"pbk",url:"/books/9788522496402",coverURL:"//covers.vitalbook.com/vbid/9788522496402/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Improbidade Administrativa: Aspectos Processuais da Lei Nº 8.429/1992, 2ª edição",author:" Lucon, Paulo Henrique dos Santos; Costa, Eduardo José da Fonseca; Costa, Guilherme Recena (Coord.)",isbn:"9788522498079",edition:0,vbkType:"pbk",url:"/books/9788522498079",coverURL:"//covers.vitalbook.com/vbid/9788522498079/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Imputação Objetiva: Crimes de Perigo e Direito Penal Brasileiro, (V. 2)",author:"Brandão, Cláudio (Coord.) ",isbn:"9788522494927",edition:0,vbkType:"pbk",url:"/books/9788522494927",coverURL:"//covers.vitalbook.com/vbid/9788522494927/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Inglês Urgente! Para Brasileiros - Edição Revista e Atualizada",author:"SCHUMACHER, Cristina",isbn:"978-85-216-2882-8",edition:0,vbkType:"epub",url:"/books/978-85-216-2882-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2882-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Instituições de Processo Civil - Introdução ao Direito Processual Civil - Vol. I, 5ª edição",author:"GRECO, Leonardo",isbn:"978-85-309-6417-7",edition:0,vbkType:"epub",url:"/books/978-85-309-6417-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6417-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Instituições de Processo Civil - Introdução ao Direito Processual Civil - Vol. II, 3ª edição",author:"GRECO, Leonardo",isbn:"978-85-309-6473-3",edition:0,vbkType:"epub",url:"/books/978-85-309-6473-3",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6473-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Estatística, 8ª edição",author:"MANN, Prem S.",isbn:"978-85-216-2886-6",edition:0,vbkType:"epub",url:"/books/978-85-216-2886-6",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2886-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução ao Estudo do Direito, 5ª edição",author:"Mascaro, Alysson Leandro ",isbn:"9788522495757",edition:0,vbkType:"pbk",url:"/books/9788522495757",coverURL:"//covers.vitalbook.com/vbid/9788522495757/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução ao Private Equity",author:"Demaria, Cyril; Sasso, Rafael ",isbn:"9788522496679",edition:0,vbkType:"pbk",url:"/books/9788522496679",coverURL:"//covers.vitalbook.com/vbid/9788522496679/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Irwin & Rippe | Manual de Terapia Intensiva, 6ª edição",author:"IRWIN, Richard S.; LILLY, Craig M.; RIPPE, James M.",isbn:"978-85-277-2762-4",edition:0,vbkType:"epub",url:"/books/978-85-277-2762-4",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2762-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Java para Iniciantes",author:"SCHILDT, Herbert",isbn:"9788582603376",edition:6,vbkType:"pbk",url:"/books/9788582603376",coverURL:"//covers.vitalbook.com/vbid/9788582603376/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei de Falência e Recuperação de Empresas, 7ª edição",author:"Fazzio Júnior, Waldo ",isbn:"9788522498581",edition:0,vbkType:"pbk",url:"/books/9788522498581",coverURL:"//covers.vitalbook.com/vbid/9788522498581/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei dos Planos e Seguros de Saúde Comentada - Artigo por Artigo, 3ª edição",author:"BOTTESINI, Maury Ângelo; MACHADO, Mauro Conti",isbn:"978-85-309-6415-3",edition:0,vbkType:"epub",url:"/books/978-85-309-6415-3",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6415-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual da monografia jurídica, 11ª edição.",author:"NUNES, Rizzatto",isbn:"9788502625556",edition:0,vbkType:"pbk",url:"/books/9788502625556",coverURL:"//covers.vitalbook.com/vbid/9788502625556/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Diagnóstico Diferencial do DSM-5",author:"FIRST, Michael B.",isbn:"9788582712078",edition:1,vbkType:"pbk",url:"/books/9788582712078",coverURL:"//covers.vitalbook.com/vbid/9788582712078/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de direito ambiental, 1ª edição.",author:"LEITE, José Rubens Morato",isbn:"9788502622524",edition:0,vbkType:"pbk",url:"/books/9788502622524",coverURL:"//covers.vitalbook.com/vbid/9788502622524/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Prática Jurídica Civil: Para Graduação e Exame da OAB, 4ª edição",author:"Melo, Nehemias domingos de ",isbn:"9788522494484",edition:0,vbkType:"pbk",url:"/books/9788522494484",coverURL:"//covers.vitalbook.com/vbid/9788522494484/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual dos Mercados Financeiro e de Capitais",author:"Porto, José Maria ",isbn:"9788522496938",edition:0,vbkType:"pbk",url:"/books/9788522496938",coverURL:"//covers.vitalbook.com/vbid/9788522496938/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing Internacional: Teoria e Casos Brasileiros",author:"Lima, Gustavo Barbieri ",isbn:"9788522495290",edition:0,vbkType:"pbk",url:"/books/9788522495290",coverURL:"//covers.vitalbook.com/vbid/9788522495290/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing Sustentável: Valor Social, Econômico e Mercadológico",author:"Zenone, Luiz Claudio; Dias, Reinaldo ",isbn:"9788522497973",edition:0,vbkType:"pbk",url:"/books/9788522497973",coverURL:"//covers.vitalbook.com/vbid/9788522497973/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática Financeira: Fundamentos e Aplicações",author:"DAL ZOT, Wili Dal; CASTRO, Manuela Longoni de",isbn:"9788582603338",edition:1,vbkType:"pbk",url:"/books/9788582603338",coverURL:"//covers.vitalbook.com/vbid/9788582603338/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Metodologia de Pesquisa em Administração: Uma Abordagem Prática",author:" Klein, Amarolinda Zanela et al. ",isbn:"9788522495313",edition:0,vbkType:"pbk",url:"/books/9788522495313",coverURL:"//covers.vitalbook.com/vbid/9788522495313/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Métodos de Pesquisa em Administração, 6ª edição",author:"Vergara, Sylvia Constant ",isbn:"9788522499052",edition:0,vbkType:"pbk",url:"/books/9788522499052",coverURL:"//covers.vitalbook.com/vbid/9788522499052/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novo Código de Processo Civil: Lei nº 13.105, de 16 de Março de 2015",author:"Equipe Atlas ",isbn:"9788522499229",edition:0,vbkType:"pbk",url:"/books/9788522499229",coverURL:"//covers.vitalbook.com/vbid/9788522499229/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novo Código de Processo Civil: Modificações Substanciais",author:"Montenegro Filho, Misael ",isbn:"9788522499274",edition:0,vbkType:"pbk",url:"/books/9788522499274",coverURL:"//covers.vitalbook.com/vbid/9788522499274/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Pensamento Jurídico Contemporâneo",author:"DIAS, Jean Carlos (coord.)",isbn:"978-85-309-6397-2",edition:0,vbkType:"epub",url:"/books/978-85-309-6397-2",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6397-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Operações Aeroportuárias: as melhores práticas",author:"ASHFORD, Norman J.; STANTON, H. P. Martin; MOORE, Clifton A.; COUTU, Pierre; BEASLEY, John R.",isbn:"9788582603314",edition:3,vbkType:"pbk",url:"/books/9788582603314",coverURL:"//covers.vitalbook.com/vbid/9788582603314/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Organização Criminosa, 2ª edição",author:"NUCCI, Guilherme de Souza",isbn:"978-85-309-6501-3",edition:0,vbkType:"epub",url:"/books/978-85-309-6501-3",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6501-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Outras Palavras para Autoria e Plágio",author:"Krokoscz, Marcelo ",isbn:"9788522497331",edition:0,vbkType:"pbk",url:"/books/9788522497331",coverURL:"//covers.vitalbook.com/vbid/9788522497331/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Para Entender Orlando Gomes",author:"RAMOS, Luiz Felipe Rosa; SILVA FILHO, Osny da",isbn:"978-85-309-6447-4",edition:0,vbkType:"epub",url:"/books/978-85-309-6447-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6447-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pesquisa e Design",author:"SEIVEWRIGHT, Simon",isbn:"9788582603031",edition:2,vbkType:"pbk",url:"/books/9788582603031",coverURL:"//covers.vitalbook.com/vbid/9788582603031/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento Empresarial: Observando a Teoria e Construindo a Prática",author:"Miedzinski, João Cirilo ",isbn:"9788522496488",edition:0,vbkType:"pbk",url:"/books/9788522496488",coverURL:"//covers.vitalbook.com/vbid/9788522496488/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento Estratégico Digital",author:"FELIPE MORAIS",isbn:"9788502616752",edition:0,vbkType:"pbk",url:"/books/9788502616752",coverURL:"//covers.vitalbook.com/vbid/9788502616752/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento Estratégico: A Contribuição da Estrutura Organizacional para o Processo de Implement",author:"Pereira, Maurício Fernandes; Neis, Dyogo; ",isbn:"9788522498628",edition:0,vbkType:"pbk",url:"/books/9788522498628",coverURL:"//covers.vitalbook.com/vbid/9788522498628/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Português - Questões FCC",author:"ROCHA, Manoel; LOPES, José",isbn:"978-85-309-6459-7",edition:0,vbkType:"epub",url:"/books/978-85-309-6459-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6459-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática Jurídica de Execução Penal, 3ª edição",author:"Ishida, Válter Kenji ",isbn:"9788522497799",edition:0,vbkType:"pbk",url:"/books/9788522497799",coverURL:"//covers.vitalbook.com/vbid/9788522497799/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Preparação Física para Concursos, 2ª edição",author:"ARAÚJO JR., Elon da Silva",isbn:"978-85-309-6426-9",edition:0,vbkType:"epub",url:"/books/978-85-309-6426-9",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6426-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Preparo de Amostras para Análise de Compostos Orgânicos",author:"FIGUEIREDO, Eduardo Costa de; BORGES, Keyller Bastos; QUEIROZ, Maria Eugênia C. (orgs.)",isbn:"978-85-216-2870-5",edition:0,vbkType:"epub",url:"/books/978-85-216-2870-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2870-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processo Penal Brasileiro, 3ª edição",author:"Brito, Alexis Couto de; Fabretti, Humberto Barrionuevo; Lima, Marco Antônio Ferreira; ",isbn:"9788522498154",edition:0,vbkType:"pbk",url:"/books/9788522498154",coverURL:"//covers.vitalbook.com/vbid/9788522498154/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Projeto de Iluminação",author:"TREGENZA, Peter; LOE, David",isbn:"9788582603352",edition:2,vbkType:"pbk",url:"/books/9788582603352",coverURL:"//covers.vitalbook.com/vbid/9788582603352/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Qualidade em Redes de Suprimentos: A Qualidade Aplicada ao Supply Chain Management",author:"Reis, João Gilberto Mendes dos et al. ",isbn:"9788522497997",edition:0,vbkType:"pbk",url:"/books/9788522497997",coverURL:"//covers.vitalbook.com/vbid/9788522497997/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Recrutamento, Seleção e Competências, 4ª edição",author:"Banov, Márcia Regina ",isbn:"9788522498239",edition:0,vbkType:"pbk",url:"/books/9788522498239",coverURL:"//covers.vitalbook.com/vbid/9788522498239/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Recursos no Processo Trabalhista: Teoria, Prática e Jurisprudência, 5ª edição",author:"Diniz, José Janguiê Bezerra ",isbn:"9788522498277",edition:0,vbkType:"pbk",url:"/books/9788522498277",coverURL:"//covers.vitalbook.com/vbid/9788522498277/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Saindo da Garagem: Música e Business",author:"Kuster, Rodrigo; Machado, Gabriel; Durão, Vitor ",isbn:"9788522496495",edition:0,vbkType:"pbk",url:"/books/9788522496495",coverURL:"//covers.vitalbook.com/vbid/9788522496495/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Provas & Concursos - Engenharia de Produção para Concursos",author:"NEUMANN, Clóvis",isbn:"978-85-309-6449-8",edition:0,vbkType:"epub",url:"/books/978-85-309-6449-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6449-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Provas & Concursos - Espanhol para Concursos, 5ª edição",author:"SAMMARCO, Gerardo",isbn:"978-85-309-6451-1",edition:0,vbkType:"epub",url:"/books/978-85-309-6451-1",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6451-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Senso Comum e Direito,",author:"Muricy, Marília ",isbn:"9788522498420",edition:0,vbkType:"pbk",url:"/books/9788522498420",coverURL:"//covers.vitalbook.com/vbid/9788522498420/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Educação Profissional - SMS - Fundamentos em Segurança, Meio Ambiente e Saúde",author:"SOLURI, Daniela; NETO, Joaquim",isbn:"978-85-216-2831-6",edition:0,vbkType:"epub",url:"/books/978-85-216-2831-6",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2831-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Provas & Concursos - Administração de Recursos Materiais para Concursos",author:"CASTRO, Rodrigo Rennó Cunha de Magalhães",isbn:"978-85-309-6455-9",edition:0,vbkType:"epub",url:"/books/978-85-309-6455-9",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6455-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Provas & Concursos - Arquivologia Facilitada, 2ª edição",author:"REIS, Leonardo; SANTOS, João Tiago",isbn:"978-85-309-6444-3",edition:0,vbkType:"epub",url:"/books/978-85-309-6444-3",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6444-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Provas & Concursos - As Dúvidas de Português Mais Comuns em Concursos",author:"PESTANA, Fernando José Vasconcelos",isbn:"978-85-309-6457-3",edition:0,vbkType:"epub",url:"/books/978-85-309-6457-3",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6457-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Provas & Concursos - Comércio Internacional e Legislação Aduaneira, 6ª edição",author:"LUZ, Rodrigo",isbn:"978-85-309-6393-4",edition:0,vbkType:"epub",url:"/books/978-85-309-6393-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6393-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Provas & Concursos - Economia Brasileira - Da Primeira República ao Governo Lula",author:"SOARES, Fernando Antônio Ribeiro",isbn:"978-85-309-6469-6",edition:0,vbkType:"epub",url:"/books/978-85-309-6469-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6469-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Provas & Concursos - Psicologia para Concursos e Graduação, 2ª edição",author:"BECKER, Letícia",isbn:"978-85-309-6453-5",edition:0,vbkType:"epub",url:"/books/978-85-309-6453-5",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6453-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Universitária - Direito Civil",author:"MALUF, Adriana Caldas do Rego Freitas Dabus",isbn:"978-85-309-6439-9",edition:0,vbkType:"epub",url:"/books/978-85-309-6439-9",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6439-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Universitária - Legislação Penal Especial",author:"BINA, Ricardo Ambrosio Fazzani",isbn:"978-85-309-6443-6",edition:0,vbkType:"epub",url:"/books/978-85-309-6443-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6443-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Universitária - Português Jurídico, 2ª edição",author:"SCHOCAIR, Nelson Maia",isbn:"978-85-309-6431-3",edition:0,vbkType:"epub",url:"/books/978-85-309-6431-3",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6431-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sociologia Jurídica - Fundamentos e Fronteiras, 4ª edição",author:"ROCHA, José Manuel de Sacadura",isbn:"978-85-309-6388-0",edition:0,vbkType:"epub",url:"/books/978-85-309-6388-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6388-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria Geral da Administração: Aplicação e Resultados nas Empresas Brasileiras, 2ª edição",author:"Araujo, Luis César G. de ",isbn:"9788522491278",edition:0,vbkType:"pbk",url:"/books/9788522491278",coverURL:"//covers.vitalbook.com/vbid/9788522491278/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terceiro Setor – Gestão e Controle Social",author:"ELOISA HELENA DE SOUZA CABRAL",isbn:"9788502626645",edition:2,vbkType:"pbk",url:"/books/9788502626645",coverURL:"//covers.vitalbook.com/vbid/9788502626645/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de Audiologia, 2ª edição",author:"BOÉCHAT, Edilene Marchini",isbn:"978-85-277-2745-7",edition:0,vbkType:"epub",url:"/books/978-85-277-2745-7",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2745-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"União Estável e Casamento: Diferenças Práticas, 2ª edição",author:"Nicolau, Gustavo ",isbn:"9788522491735",edition:0,vbkType:"pbk",url:"/books/9788522491735",coverURL:"//covers.vitalbook.com/vbid/9788522491735/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:27.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Interpretação Da Constituição E Os Principios Fundamentais, 4ª edição",author:"Peixinho, Manoel Messias ",isbn:"9788522497065",edition:0,vbkType:"pbk",url:"/books/9788522497065",coverURL:"//covers.vitalbook.com/vbid/9788522497065/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A ONU e o Meio Ambiente: Direitos Humanos, Mudanças Climáticas e Segurança Internacional e o Séc",author:"Amorim, João Alberto Alves ",isbn:"9788522496976",edition:0,vbkType:"pbk",url:"/books/9788522496976",coverURL:"//covers.vitalbook.com/vbid/9788522496976/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Reintegração Social dos Cidadãos-Egressos: Uma Nova Dimensão de Aplicabilidade às Ações Afi",author:"Felberg, Rodrigo ",isbn:"9788522496341",edition:0,vbkType:"pbk",url:"/books/9788522496341",coverURL:"//covers.vitalbook.com/vbid/9788522496341/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Aconselhamento em Dependência Química, 3ª edição",author:"FIGLIE, Neliana Buzi; BORDIN, Selma; LARANJEIRA, Ronaldo",isbn:"978-85-277-2730-3",edition:0,vbkType:"epub",url:"/books/978-85-277-2730-3",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2730-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração Educacional: Teoria, Pesquisa e Prática",author:"HOY, Wayne K.; MISKEL, Cecil G.; TARTER, C. John",isbn:"9788580554953",edition:9,vbkType:"pbk",url:"/books/9788580554953",coverURL:"//covers.vitalbook.com/vbid/9788580554953/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração Financeira",author:"Stephen A. Ross , Randolph W. Westerfield , Jeffrey Jaffe , Roberto Lamb",isbn:"9788580554328",edition:10,vbkType:"pbk",url:"/books/9788580554328",coverURL:"//covers.vitalbook.com/vbid/9788580554328/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Agronegócios: Gestão, Inovação e Sustentabilidade \nFundamentos do controle empresarial",author:"Luís Fernando Soares Zuin e Timóteo Ramos Queiroz (Coords.) ",isbn:"9788502621763",edition:1,vbkType:"pbk",url:"/books/9788502621763",coverURL:"//covers.vitalbook.com/vbid/9788502621763/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Álgebra Linear",author:"NICHOLSON, W. Keith",isbn:"9788580554779",edition:2,vbkType:"pbk",url:"/books/9788580554779",coverURL:"//covers.vitalbook.com/vbid/9788580554779/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Alienação Parental - Comentários à Lei 12.318/2010, 4ª edição",author:"FREITAS, Douglas Phillips",isbn:"978-85-309-6337-8",edition:0,vbkType:"epub",url:"/books/978-85-309-6337-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6337-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Análise Econômica Do Direito, 2ª edição",author:"Mackaay, Evert Johannes P. ; Sztajn, Rachel ; Rousseau, Stéphane ",isbn:"9788522497652",edition:0,vbkType:"pbk",url:"/books/9788522497652",coverURL:"//covers.vitalbook.com/vbid/9788522497652/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Arbitragem e Mediação: A Reforma da Legislação Brasileira",author:"Rocha, Caio Cesar Vieira; Salomão, Luis Felipe (Coord.)",isbn:"9788522496990",edition:0,vbkType:"pbk",url:"/books/9788522496990",coverURL:"//covers.vitalbook.com/vbid/9788522496990/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Assédio Moral: Uma Visão Multidisciplinar, 2ª edição",author:"Fiorelli, José Osmir ; Junior, Marcos Julio Olivé Malhadas ; Fiorelli, Maria Rosa ",isbn:"9788522497898",edition:0,vbkType:"pbk",url:"/books/9788522497898",coverURL:"//covers.vitalbook.com/vbid/9788522497898/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Balanços Públicos: Teoria e Prática, 3ª edição",author:"Kohama, Heilio ",isbn:"9788522496136",edition:0,vbkType:"pbk",url:"/books/9788522496136",coverURL:"//covers.vitalbook.com/vbid/9788522496136/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bioquímica Ilustrada",author:"HARVEY, Richard A.; FERRIER, Denise R.",isbn:"9788536326917",edition:5,vbkType:"pbk",url:"/books/9788536326917",coverURL:"//covers.vitalbook.com/vbid/9788536326917/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Blindagem Patrimonial e Planejamento Jurídico, 5ª edição",author:"Mamede, Gladston; Mamede, Eduarda Cotta ",isbn:"9788522496297",edition:0,vbkType:"pbk",url:"/books/9788522496297",coverURL:"//covers.vitalbook.com/vbid/9788522496297/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"BSAVA | Manual de Endocrinologia em Cães e Gatos, 4ª edição",author:"MOONEY, Carmel T.; PETERSON, Mark E.",isbn:"978-85-277-2728-0",edition:0,vbkType:"epub",url:"/books/978-85-277-2728-0",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2728-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Casos Clínicos em Geriatria -Lange",author:"TOY, Eugene C.; DENTINO, Andrew N.; JOHNSON, Lowell S.; WILLIAMS, Monique M.",isbn:"9788580555097",edition:1,vbkType:"epub",url:"/books/9788580555097",coverURL:"//covers.vitalbook.com/vbid/9788580555097/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coaching, Mentoring E Counseling: Um Modelo Integrado de Orientação Profissional com Sustentação",author:"Oliveira, Djalma de Pinho Rebouças de ",isbn:"9788522497317",edition:0,vbkType:"pbk",url:"/books/9788522497317",coverURL:"//covers.vitalbook.com/vbid/9788522497317/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col Preparatório para Concursos Jurídicos 03 - quesdtões comentadas - direito tributário e finan",author:"CHIMENTI, Ricardo",isbn:"9788502218703",edition:0,vbkType:"pbk",url:"/books/9788502218703",coverURL:"//covers.vitalbook.com/vbid/9788502218703/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Ícones do Direito - manual de direito civil : volume único, 1ª edição.",author:"PUCCINELLI JR.,André",isbn:"9788502626713",edition:0,vbkType:"pbk",url:"/books/9788502626713",coverURL:"//covers.vitalbook.com/vbid/9788502626713/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. OAB Nacional 1ª fase 12 - direitos difusos e coletivos, 6ª edição.",author:"SOUZA, Luiz Antônio de",isbn:"9788502226210",edition:0,vbkType:"pbk",url:"/books/9788502226210",coverURL:"//covers.vitalbook.com/vbid/9788502226210/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Prep. para concurso de delegado de polícia - Direito penal: parte geral, 2ª edição.",author:"MALHEIRO, Emerson Penha",isbn:"9788502625495",edition:0,vbkType:"pbk",url:"/books/9788502625495",coverURL:"//covers.vitalbook.com/vbid/9788502625495/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Preparatória para concursos Jurídicos 12 - Questões Comentadas - Direito Internacional e Dir",author:"MALHEIRO, Emerson Penha",isbn:"9788502218611",edition:0,vbkType:"pbk",url:"/books/9788502218611",coverURL:"//covers.vitalbook.com/vbid/9788502218611/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Preparatória para Concursos Jurídicos 2 - questões comentadas - direito administrativo, 2ª ",author:"ARAÚJO, Alexandra Fuchs de",isbn:"9788502218673",edition:0,vbkType:"pbk",url:"/books/9788502218673",coverURL:"//covers.vitalbook.com/vbid/9788502218673/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Sinopses Jurídicas 02 - Direito de Família, 19ª edição.",author:"GONÇALVES Carlos Roberto",isbn:"9788502619821",edition:0,vbkType:"pbk",url:"/books/9788502619821",coverURL:"//covers.vitalbook.com/vbid/9788502619821/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Sinopses Jurídicas 05 - Direito das Obrigações - Parte Geral, 16ª edição.",author:"GONÇALVES, Carlos Roberto",isbn:"9788502617117",edition:0,vbkType:"pbk",url:"/books/9788502617117",coverURL:"//covers.vitalbook.com/vbid/9788502617117/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Sinopses jurídicas 18 - Da organização do Estado, dos poderes e histórico das constituiçõ",author:"PINHO, Rodrigo César Rebello",isbn:"9788502619944",edition:0,vbkType:"pbk",url:"/books/9788502619944",coverURL:"//covers.vitalbook.com/vbid/9788502619944/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Sinopses Jurídicas 30 - Direitos humanos, 5ª edição.",author:"CASTILHO, Ricardo",isbn:"9788502624863",edition:0,vbkType:"pbk",url:"/books/9788502624863",coverURL:"//covers.vitalbook.com/vbid/9788502624863/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como Dizer Tudo em Alemão",author:"BRAATZ, Birgit; MARTINEZ, Ron",isbn:"978-85-216-2894-1",edition:0,vbkType:"epub",url:"/books/978-85-216-2894-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2894-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como Dizer Tudo em Chinês",author:"AIPING, Yuan; MARTINEZ, Ron",isbn:"978-85-216-2888-0",edition:0,vbkType:"epub",url:"/books/978-85-216-2888-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2888-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como Dizer Tudo em Francês",author:"MARTINEZ, Ron; SFREDDO, Janice",isbn:"978-85-216-2856-9",edition:0,vbkType:"epub",url:"/books/978-85-216-2856-9",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2856-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como Dizer Tudo em Italiano",author:"MARTINEZ, Ron; PETERLE, Patricia",isbn:"978-85-216-2884-2",edition:0,vbkType:"epub",url:"/books/978-85-216-2884-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2884-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como Escrever Tudo em Inglês",author:"MARTINEZ, Ron",isbn:"978-85-216-2892-7",edition:0,vbkType:"epub",url:"/books/978-85-216-2892-7",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2892-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como não Aprender Inglês",author:"JACOBS, Michael A.",isbn:"978-85-216-2896-5",edition:0,vbkType:"epub",url:"/books/978-85-216-2896-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2896-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Competência para o Licenciamento Ambiental na Lei Complementar Nº 140/2011",author:"Nascimento, Sílvia Helena Nogueira ",isbn:"9788522496952",edition:0,vbkType:"pbk",url:"/books/9788522496952",coverURL:"//covers.vitalbook.com/vbid/9788522496952/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Avançada: Aspectos Scoeitários E Tributários, 4ª edição",author:"Schmidt, Paulo ; Santos, José Luiz dos ; Fernandes, Luciane Alves ",isbn:"9788522496693",edition:0,vbkType:"pbk",url:"/books/9788522496693",coverURL:"//covers.vitalbook.com/vbid/9788522496693/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Crime Organizado e sua Infiltração nas Instituições Governamentais",author:"Pereira, Flávio Cardoso ",isbn:"9788522497126",edition:0,vbkType:"pbk",url:"/books/9788522497126",coverURL:"//covers.vitalbook.com/vbid/9788522497126/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Crimes Ambientais - anotações e interpretação jurisprudencial da parte criminal da Lei n. 9.605,",author:"MARCÃO, Renato",isbn:"9788502617292",edition:0,vbkType:"pbk",url:"/books/9788502617292",coverURL:"//covers.vitalbook.com/vbid/9788502617292/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Do Trabalho, 3ª edição",author:"Cavalcante, Jouberto de Quadros Pessoa ; Neto, Francisco Ferreira Jorge ",isbn:"9788522494774",edition:0,vbkType:"pbk",url:"/books/9788522494774",coverURL:"//covers.vitalbook.com/vbid/9788522494774/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Internacional Público, 5ª edição",author:"Júnior, Alberto do Amaral ",isbn:"9788522496853",edition:0,vbkType:"pbk",url:"/books/9788522496853",coverURL:"//covers.vitalbook.com/vbid/9788522496853/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Economia Política: Foco na Política Macroeconômica e nas Estruturas de Governança",author:"Matias-Pereira, José ",isbn:"9788522498802",edition:0,vbkType:"pbk",url:"/books/9788522498802",coverURL:"//covers.vitalbook.com/vbid/9788522498802/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dano Ambiental: Uma Abordagem Conceitual, 2ª edição",author:"Antunes, Paulo de Bessa ",isbn:"9788522492947",edition:0,vbkType:"pbk",url:"/books/9788522492947",coverURL:"//covers.vitalbook.com/vbid/9788522492947/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Demonstrações Financeiras: Mudanças na Lei da Sociedades por Ações: como era e como ficou\nFunda",author:"Osni Moura Ribeiro ",isbn:"9788502619791",edition:3,vbkType:"pbk",url:"/books/9788502619791",coverURL:"//covers.vitalbook.com/vbid/9788502619791/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenho de Observação",author:"CURTIS, Brian",isbn:"9788580554472",edition:2,vbkType:"pbk",url:"/books/9788580554472",coverURL:"//covers.vitalbook.com/vbid/9788580554472/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito à Diversidade",author:"Ferraz, Carolina Valença; Leite, Glauber Salomão (Coord.)",isbn:"9788522496532",edition:0,vbkType:"pbk",url:"/books/9788522496532",coverURL:"//covers.vitalbook.com/vbid/9788522496532/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Contratual Brasileiro: Críticas E Alternativas Ao Solidarismo Jurídico, 2ª edição",author:"Timm, Luciano Benetti ",isbn:"9788522497416",edition:0,vbkType:"pbk",url:"/books/9788522497416",coverURL:"//covers.vitalbook.com/vbid/9788522497416/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito das Sucessões, 8ª edição",author:"Cateb, Salomão de Araujo ",isbn:"9788522497225",edition:0,vbkType:"pbk",url:"/books/9788522497225",coverURL:"//covers.vitalbook.com/vbid/9788522497225/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito do Trabalho no Brasil de 1930 a 1946, (V.1)",author:"Siqueira Neto, José Francisco; Bertolin, Patrícia Tuma Martins (Coord.)",isbn:"9788522496020",edition:0,vbkType:"pbk",url:"/books/9788522496020",coverURL:"//covers.vitalbook.com/vbid/9788522496020/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito do Trabalho no Brasil de 1946 a 1985, (V.2)",author:"Siqueira Neto, José Francisco; Bertolin, Patrícia Tuma Martins (Coord.)",isbn:"9788522496044",edition:0,vbkType:"pbk",url:"/books/9788522496044",coverURL:"//covers.vitalbook.com/vbid/9788522496044/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Financeiro Esquematizado, 5ª edição",author:"PISCITELLI, Tathiane",isbn:"978-85-309-6287-6",edition:0,vbkType:"epub",url:"/books/978-85-309-6287-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6287-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Imobiliário: Escritos em Homenagem ao Professor Ricardo Pereira Lira",author:"Azevedo, Fábio de Oliveira; Melo, Marco Aurélio Bezerra de (Coord.) ",isbn:"9788522497638",edition:0,vbkType:"pbk",url:"/books/9788522497638",coverURL:"//covers.vitalbook.com/vbid/9788522497638/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Internacional Privado - Curso Elementar",author:"MAZZUOLI, Valerio de Oliveira",isbn:"978-85-309-6378-1",edition:0,vbkType:"epub",url:"/books/978-85-309-6378-1",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6378-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Penal - Parte Especial 4, 2ª edição.",author:"ESTEFAM, André",isbn:"9788502619708",edition:0,vbkType:"pbk",url:"/books/9788502619708",coverURL:"//covers.vitalbook.com/vbid/9788502619708/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Penal Especial - Esquemas & Sistemas - Vol. 2, 3ª edição",author:"NUCCI, Guilherme de Souza",isbn:"978-85-309-6345-3",edition:0,vbkType:"epub",url:"/books/978-85-309-6345-3",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6345-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Penal Geral - Esquemas & Sistemas - Vol. 1, 4ª edição",author:"NUCCI, Guilherme de Souza",isbn:"978-85-309-6349-1",edition:0,vbkType:"epub",url:"/books/978-85-309-6349-1",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6349-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Processual Penal - Esquemas & Sistemas - Vol. 3, 3ª edição",author:"NUCCI, Guilherme de Souza",isbn:"978-85-309-6347-7",edition:0,vbkType:"epub",url:"/books/978-85-309-6347-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6347-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Doenças Infecciosas em Cães e Gatos, 4ª edição",author:"GREENE, Craig E.",isbn:"978-85-277-2725-9",edition:0,vbkType:"epub",url:"/books/978-85-277-2725-9",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2725-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educar para os Direitos Humanos: Considerações, Obstáculos, Propostas",author:"Gorczevski, Clovis; Martín, Nuria Belloso ",isbn:"9788522495481",edition:0,vbkType:"pbk",url:"/books/9788522495481",coverURL:"//covers.vitalbook.com/vbid/9788522495481/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Elementos do Sistema de controle de constitucionalidade, 3ª edição.",author:"SIMÃO, Calil",isbn:"9788502616998",edition:0,vbkType:"pbk",url:"/books/9788502616998",coverURL:"//covers.vitalbook.com/vbid/9788502616998/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Empreendedorismo e Armadilhas Comportamentais: Causalidades, Emoções e Complexidade",author:"Bernardi, Luiz Antonio ",isbn:"9788522497171",edition:0,vbkType:"pbk",url:"/books/9788522497171",coverURL:"//covers.vitalbook.com/vbid/9788522497171/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Empreendedorismo na Prática - Mitos e Verdades do Empreendedor de Sucesso, 3ª edição",author:"DORNELAS, José",isbn:"978-85-216-2866-8",edition:0,vbkType:"epub",url:"/books/978-85-216-2866-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2866-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Entendendo Microeletrônica - Uma Abordagem Top-Down",author:"MALOBERTI, Franco",isbn:"978-85-216-2848-4",edition:0,vbkType:"epub",url:"/books/978-85-216-2848-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2848-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ergonomia: Fundamentos e Aplicações - Série Tekne",author:"CORRÊA, Vanderlei Moraes; BOLETTI, Rosane Rosner",isbn:"9788582603154",edition:1,vbkType:"pbk",url:"/books/9788582603154",coverURL:"//covers.vitalbook.com/vbid/9788582603154/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estatística Geral E Aplicada: para Cursos de Engenharia., 2ª edição",author:"Rocha, Sergio ",isbn:"9788522498055",edition:0,vbkType:"pbk",url:"/books/9788522498055",coverURL:"//covers.vitalbook.com/vbid/9788522498055/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estrutura e Análise de Balanço Fácil",author:"Osni Moura Ribeiro ",isbn:"9788502621886",edition:11,vbkType:"pbk",url:"/books/9788502621886",coverURL:"//covers.vitalbook.com/vbid/9788502621886/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ética Profissional",author:"Barsano, Paulo Roberto",isbn:"9788536514147",edition:1,vbkType:"pbk",url:"/books/9788536514147",coverURL:"//covers.vitalbook.com/vbid/9788536514147/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Exame da OAB unificado 1ª fase, 5ª edição.",author:"MESSA, Ana Flávia",isbn:"9788502624955",edition:0,vbkType:"pbk",url:"/books/9788502624955",coverURL:"//covers.vitalbook.com/vbid/9788502624955/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiologia Médica de Ganong",author:"Barrett,Kim E.; Barman,Susan M.; Boitano,Scott; Brooks, Heddwen",isbn:"9788580552935",edition:24,vbkType:"pbk",url:"/books/9788580552935",coverURL:"//covers.vitalbook.com/vbid/9788580552935/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Friedrich Nietzsche - Introdução à Filosofia",author:"JASPERS, Karl",isbn:"978-85-309-6372-9",edition:0,vbkType:"epub",url:"/books/978-85-309-6372-9",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6372-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Função social do contrato e contrato social - análise da crise econômica, 2ª edição.",author:"GUILHERME, Luiz Fernando do Vale de Almeida",isbn:"9788502625259",edition:0,vbkType:"pbk",url:"/books/9788502625259",coverURL:"//covers.vitalbook.com/vbid/9788502625259/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão com Pessoas e Subjetividade, 7ª edição",author:"Vergara, Sylvia Constant ; Davel, Eduardo (Org.) ",isbn:"9788522494194",edition:0,vbkType:"pbk",url:"/books/9788522494194",coverURL:"//covers.vitalbook.com/vbid/9788522494194/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão Contábil-Financeira de Micro e Pequenas Empresas: Sobrevivência e Sustentabilidade, 2ª ed",author:"Ferronato, Airto João ",isbn:"9788522497836",edition:0,vbkType:"pbk",url:"/books/9788522497836",coverURL:"//covers.vitalbook.com/vbid/9788522497836/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Benefícios",author:"Antonio de Lima Ribeiro",isbn:"9788502621947",edition:1,vbkType:"pbk",url:"/books/9788502621947",coverURL:"//covers.vitalbook.com/vbid/9788502621947/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão Estratégica: uma introdução \nFundamentos do controle empresarial",author:"Torben Juul Andersen ",isbn:"9788502621978",edition:1,vbkType:"pbk",url:"/books/9788502621978",coverURL:"//covers.vitalbook.com/vbid/9788502621978/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Higiene e Segurança do Trabalho",author:"Barsano, Paulo Roberto; Barbosa, Rildo Pereira ",isbn:"9788536514154",edition:1,vbkType:"pbk",url:"/books/9788536514154",coverURL:"//covers.vitalbook.com/vbid/9788536514154/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"IFRS No Brasil: Temas Avançados Abordados por Meio de Casos Reias, 1ª edição",author:"Murcia, Fernando Dal-ri ; Silva, Cíntia do Nascimento ; Reina, Diane Rossi Maximiano ; Sarquis, Raq",isbn:"9788522498253",edition:0,vbkType:"pbk",url:"/books/9788522498253",coverURL:"//covers.vitalbook.com/vbid/9788522498253/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Imposto sobre a Renda Da Pessoa Jurídica - IRPJ e Contribuição Social sobre o Lucro Líquido CSLL",author:"Machado Segundo, Hugo de Brito; Calcini, Fábio Pallaretti (Coord.) ",isbn:"9788522496389",edition:0,vbkType:"pbk",url:"/books/9788522496389",coverURL:"//covers.vitalbook.com/vbid/9788522496389/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Inglês na Ponta da Língua",author:"LIMA, Denilso de",isbn:"978-85-216-2852-1",edition:0,vbkType:"epub",url:"/books/978-85-216-2852-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2852-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Inglês: Práticas de Leitura e Escrita - Série Tekne",author:"DREY, Rafaela Fetzner, SELISTRE, Isabel Cristina Tedesco, AIUB, Tânia",isbn:"9788584290314",edition:1,vbkType:"pbk",url:"/books/9788584290314",coverURL:"//covers.vitalbook.com/vbid/9788584290314/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Instituto nacional do seguro social: técnico do INSS, 1ª edição.",author:"LEITÃO, André Studart ",isbn:"9788502624801",edition:0,vbkType:"pbk",url:"/books/9788502624801",coverURL:"//covers.vitalbook.com/vbid/9788502624801/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Legislação Comentada para Concursos - Ambiental",author:"AMADO, Frederico Augusto di Trindade",isbn:"978-85-309-5916-6",edition:0,vbkType:"epub",url:"/books/978-85-309-5916-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5916-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito Administrativo - Volume Único",author:"COUTINHO, Alessandro Dantas; RODOR, Ronald Krüger",isbn:"978-85-309-6223-4",edition:0,vbkType:"epub",url:"/books/978-85-309-6223-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6223-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Neonatologia, 7ª edição",author:"CLOHERTY, John P.; EICHENWALD, Eric C.; STARK, Ann R.",isbn:"978-85-277-2735-8",edition:0,vbkType:"epub",url:"/books/978-85-277-2735-8",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2735-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Otorrinolaringologia, 2ª edição",author:"GOMES, João Paulo Mangussi Costa; NOGUEIRA NETO, Francisco Bazílio; KOSUGI, Eduardo Macoto",isbn:"978-85-277-2748-8",edition:0,vbkType:"epub",url:"/books/978-85-277-2748-8",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2748-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Psicopatologia, 5ª edição",author:"CHENIAUX, Elie",isbn:"978-85-277-2743-3",edition:0,vbkType:"epub",url:"/books/978-85-277-2743-3",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2743-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual do Delegado, 9ª edição",author:"GOMES, Amintas Vidal",isbn:"978-85-309-6351-4",edition:0,vbkType:"epub",url:"/books/978-85-309-6351-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6351-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual do MS-PROJECT 2013 e Melhores Práticas do PMI®",author:"Trentim, Mário Henrique ",isbn:"9788522497539",edition:0,vbkType:"pbk",url:"/books/9788522497539",coverURL:"//covers.vitalbook.com/vbid/9788522497539/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing de Relacionamento & Comportamento do Consumidor: Estado da Arte, Produção Nacional, ",author:"Demo, Gisela (Org.)",isbn:"9788522497256",edition:0,vbkType:"pbk",url:"/books/9788522497256",coverURL:"//covers.vitalbook.com/vbid/9788522497256/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mecânica dos Materiais",author:"BEER, Ferdinand P.; JOHNSTON, E. Russell Jr.; DEWOLF, John T.; MAZUREK David. F.",isbn:"9788580554991",edition:7,vbkType:"pbk",url:"/books/9788580554991",coverURL:"//covers.vitalbook.com/vbid/9788580554991/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Medicina Legal, 10ª edição",author:"FRANÇA, Genival Veloso de",isbn:"978-85-277-2739-6",edition:0,vbkType:"epub",url:"/books/978-85-277-2739-6",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2739-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Métodos de Custeio Comparados: Custos E Margens Analisados sob Diferentes Perspectivas, 2ª ediçã",author:"Rocha, Welington ; Martins, Eliseu ",isbn:"9788522498314",edition:0,vbkType:"pbk",url:"/books/9788522498314",coverURL:"//covers.vitalbook.com/vbid/9788522498314/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microsoft Visual Basic 2013 -Série Passo a Passo",author:"HALVORSON, Michael",isbn:"9788582603192",edition:1,vbkType:"pbk",url:"/books/9788582603192",coverURL:"//covers.vitalbook.com/vbid/9788582603192/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ministério Público: A Constituição e as Leis Orgânicas",author:"Martins Junior, Wallace Paiva ",isbn:"9788522497553",edition:0,vbkType:"pbk",url:"/books/9788522497553",coverURL:"//covers.vitalbook.com/vbid/9788522497553/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Monografia Jurídica - Passo a Passo - Projeto, pesquisa, redação e formatação",author:"QUEIROZ, Rafael Mafei Rabelo",isbn:"978-85-309-6298-2",edition:0,vbkType:"epub",url:"/books/978-85-309-6298-2",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6298-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mulheres Profissionais E Suas Carreiras sem Censura: Estudos sob Diferentes Abordagens, 1ª edição",author:"Andrade, Juliana Oliveira ; Neto, Antonio Carvalho ; Diniz, Ana Paula Rodrigues ; Bretas, Paula Fern",isbn:"9788522496716",edition:0,vbkType:"pbk",url:"/books/9788522496716",coverURL:"//covers.vitalbook.com/vbid/9788522496716/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pesquisa em Administração e Ciências Sociais - Um Guia para Publicação de Artigos Acadêmicos",author:"FERREIRA, Manuel Portugal",isbn:"978-85-216-2868-2",edition:0,vbkType:"epub",url:"/books/978-85-216-2868-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2868-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento da Pesquisa Científica, 2ª edição",author:"Farias Filho, Milton Cordeiro; Arruda Filho, Emílio J. M. ",isbn:"9788522495351",edition:0,vbkType:"pbk",url:"/books/9788522495351",coverURL:"//covers.vitalbook.com/vbid/9788522495351/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Por que punir? Teoria Geral da Pena, 2ª edição.",author:"BICUDO, Tatiana Viggiani",isbn:"9788502616721",edition:0,vbkType:"pbk",url:"/books/9788502616721",coverURL:"//covers.vitalbook.com/vbid/9788502616721/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática Jurídica de Habeas Corpus",author:"Ishida, Válter Kenji ",isbn:"9788522496266",edition:0,vbkType:"pbk",url:"/books/9788522496266",coverURL:"//covers.vitalbook.com/vbid/9788522496266/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pré-Cálculo",author:"ADAMI, Adriana Miorelli; DORNELLES FILHO, Adalberto Ayjara; LORANDI, Magda Mantovani",isbn:"9788582603215",edition:1,vbkType:"pbk",url:"/books/9788582603215",coverURL:"//covers.vitalbook.com/vbid/9788582603215/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios Constitucionais Penais e Processuais Penais, 4ª edição",author:"NUCCI, Guilherme de Souza",isbn:"978-85-309-6296-8",edition:0,vbkType:"epub",url:"/books/978-85-309-6296-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6296-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prostituição, Lenocínio e Tráfico de Pessoas, 2ª edição",author:"NUCCI, Guilherme de Souza",isbn:"978-85-309-6343-9",edition:0,vbkType:"epub",url:"/books/978-85-309-6343-9",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6343-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Provas no Processo Penal, 4ª edição",author:"NUCCI, Guilherme de Souza",isbn:"978-85-309-6304-0",edition:0,vbkType:"epub",url:"/books/978-85-309-6304-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6304-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Reforma Penal: a Crítica Científica à Parte Geral do Projeto de Novo Código Penal (PLS 236/2012)",author:"Leite, Alaor (Org.)",isbn:"9788522496112",edition:0,vbkType:"pbk",url:"/books/9788522496112",coverURL:"//covers.vitalbook.com/vbid/9788522496112/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Provas & Concursos - Raciocínio Lógico e Matemática para Concursos CESPE/UnB",author:"MARIANO, Fabrício; ALMEIDA, Marcos; OLIVEIRA, Renato",isbn:"978-85-309-6322-4",edition:0,vbkType:"epub",url:"/books/978-85-309-6322-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6322-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Concursos Públicos - Direito Previdenciário, 11ª edição",author:"BALERA, Wagner; MUSSI, Cristiane Miziara",isbn:"978-85-309-6341-5",edition:0,vbkType:"epub",url:"/books/978-85-309-6341-5",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6341-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Linha doutrina - Da hermenêutica filosófica à hermenêutica jurídica: fragmentos, 2",author:"COELHO, Inocêncio Mártires",isbn:"9788502616257",edition:0,vbkType:"pbk",url:"/books/9788502616257",coverURL:"//covers.vitalbook.com/vbid/9788502616257/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Provas & Concursos - Contabilidade Pública",author:"SILVA, José Antônio Felgueiras da",isbn:"978-85-309-6339-2",edition:0,vbkType:"epub",url:"/books/978-85-309-6339-2",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6339-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Provas & Concursos - Matemática Básica para Concursos, 2ª edição",author:"MARIANO, Fabrício; MENESES, Anderson",isbn:"978-85-309-6324-8",edition:0,vbkType:"epub",url:"/books/978-85-309-6324-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6324-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Provas & Concursos - Medicina Legal, 6ª edição",author:"MARTINS, Celso",isbn:"978-85-309-6365-1",edition:0,vbkType:"epub",url:"/books/978-85-309-6365-1",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6365-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Resumo 1ª Fase - OAB - Como se Preparar para o Exame de Ordem - Vol. 1 - Civil, 13ª ediçã",author:"TARTUCE, Fernanda; SARTORI, Fernando",isbn:"978-85-309-5975-3",edition:0,vbkType:"epub",url:"/books/978-85-309-5975-3",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5975-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Resumo 1ª Fase - OAB - Como se Preparar para o Exame de Ordem - Vol. 10 - Ética Profissiona",author:"MARIN, Marco Aurélio",isbn:"978-85-309-6008-7",edition:0,vbkType:"epub",url:"/books/978-85-309-6008-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6008-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Resumo 1ª Fase - OAB - Como se Preparar para o Exame de Ordem - Vol. 11 - Ambiental, 7ª edi",author:"MEDEIROS, Fernanda Luiza Fontoura de; ROCHA, Marcelo Hugo da",isbn:"978-85-309-6047-6",edition:0,vbkType:"epub",url:"/books/978-85-309-6047-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6047-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Resumo 1ª Fase - OAB - Como se Preparar para o Exame de Ordem - Vol. 12 - Internacional, 7ª",author:"PLETSCH, Anelise Ribeiro",isbn:"978-85-309-6002-5",edition:0,vbkType:"epub",url:"/books/978-85-309-6002-5",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6002-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Resumo 1ª Fase - OAB - Como se Preparar para o Exame de Ordem - Vol. 13 - Direito do Consumi",author:"GONÇALVES, Renato Afonso",isbn:"978-85-309-6082-7",edition:0,vbkType:"epub",url:"/books/978-85-309-6082-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6082-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Resumo 1ª Fase - OAB - Como se Preparar para o Exame de Ordem - Vol. 14 - Leis Penais Especi",author:"CAPOBIANCO, Rodrigo Julio; SANTOS, Vauledir Ribeiro (coord.)",isbn:"978-85-309-6078-0",edition:0,vbkType:"epub",url:"/books/978-85-309-6078-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6078-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Resumo 1ª Fase - OAB - Como se Preparar para o Exame de Ordem - Vol. 15 - Direitos Humanos e",author:"IZIDORO, Frederico Afonso ",isbn:"978-85-309-6076-6",edition:0,vbkType:"epub",url:"/books/978-85-309-6076-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6076-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Resumo 1ª Fase - OAB - Como se Preparar para o Exame de Ordem - Vol. 6 - Processo Penal, 15",author:"SANTOS, Vauledir Ribeiro; TRIGUEIROS NETO, Arthur da Motta",isbn:"978-85-309-6004-9",edition:0,vbkType:"epub",url:"/books/978-85-309-6004-9",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6004-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Resumo 1ª Fase - OAB - Como se Preparar para o Exame de Ordem - Vol. 8 - Comercial, 11ª edi",author:"ROCHA, Marcelo Hugo da; SANTOS, Vauledir Ribeiro",isbn:"978-85-309-6012-4",edition:0,vbkType:"epub",url:"/books/978-85-309-6012-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6012-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sintaxe, 3ª edição",author:"HENRIQUES, Claudio",isbn:"978-85-216-2898-9",edition:0,vbkType:"epub",url:"/books/978-85-216-2898-9",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2898-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas Estruturais Ilustrados: Padrões, Sistemas e Projetos",author:"CHING, Francis D. K.; ONOUYE, Barry S.; ZUBERBUHLER, Douglas",isbn:"9788582603253",edition:2,vbkType:"pbk",url:"/books/9788582603253",coverURL:"//covers.vitalbook.com/vbid/9788582603253/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Suprema Corte dos Estados Unidos: Principais Decisões, 2ª edição",author:"Souto, João Carlos ",isbn:"9788522497041",edition:0,vbkType:"pbk",url:"/books/9788522497041",coverURL:"//covers.vitalbook.com/vbid/9788522497041/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tecidos e Moda - Série Fundamentos de Design de Moda",author:"UDALE, Jenny",isbn:"9788582602423",edition:2,vbkType:"pbk",url:"/books/9788582602423",coverURL:"//covers.vitalbook.com/vbid/9788582602423/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnico em Segurança do Trabalho - Série Tekne",author:"ROJAS, Pablo Roberto Auricchio\n",isbn:"9788582602805",edition:1,vbkType:"pbk",url:"/books/9788582602805",coverURL:"//covers.vitalbook.com/vbid/9788582602805/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Temas de Literatura Brasileira: Um Passeio por sua História e Crítica",author:"Castro, Elis Crokidakis ",isbn:"9788522491193",edition:0,vbkType:"pbk",url:"/books/9788522491193",coverURL:"//covers.vitalbook.com/vbid/9788522491193/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tribunais de contas no Brasil e controle de constitucionalidade",author:"Schmitt, Rosane Heineck",isbn:"9788522495139",edition:0,vbkType:"pbk",url:"/books/9788522495139",coverURL:"//covers.vitalbook.com/vbid/9788522495139/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tribunal do Júri, 6ª edição",author:"NUCCI, Guilherme de Souza",isbn:"978-85-309-6292-0",edition:0,vbkType:"epub",url:"/books/978-85-309-6292-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6292-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"União Estável: Regime Patrimonial E Direito Intertemporal, 3ª edição",author:"Ivanov, Simone Orodeschi ",isbn:"9788522498017",edition:0,vbkType:"pbk",url:"/books/9788522498017",coverURL:"//covers.vitalbook.com/vbid/9788522498017/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Vias de Acesso em Cirurgia Ortopédica: Abordagem Anatômica",author:"HOPPENFELD, Stanley; DEBOER, Piet ; BUCKLEY, Richard",isbn:"9788536325668",edition:4,vbkType:"pbk",url:"/books/9788536325668",coverURL:"//covers.vitalbook.com/vbid/9788536325668/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Virologia Humana, 3ª edição",author:"SANTOS, Norma Suely de Oliveira; ROMANOS, Maria Teresa Villela; WIGG, Marcia Dutra",isbn:"978-85-277-2737-2",edition:0,vbkType:"epub",url:"/books/978-85-277-2737-2",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2737-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:26.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Construção do Plano de Negócio",author:"ANTONIO RENATO CECCONELLO",isbn:"9788502087934",edition:0,vbkType:"pbk",url:"/books/9788502087934",coverURL:"//covers.vitalbook.com/vbid/9788502087934/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Educaçao da Primeira Infância na Perspectiva de Comenius",author:"Lopes, Edson Pereira ",isbn:"9788522494354",edition:0,vbkType:"pbk",url:"/books/9788522494354",coverURL:"//covers.vitalbook.com/vbid/9788522494354/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Infração Administrativa no Estatuto da Criança e do Adolescente, 2ª edição",author:"Ishida, Válter Kenji ",isbn:"9788522493609",edition:0,vbkType:"pbk",url:"/books/9788522493609",coverURL:"//covers.vitalbook.com/vbid/9788522493609/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Aconselhamento Psicológico : Aplicações em Gestão de Carreiras, Educação e Saúde",author:"Scorsolini-Comin, Fabio",isbn:"9788522495276",edition:0,vbkType:"pbk",url:"/books/9788522495276",coverURL:"//covers.vitalbook.com/vbid/9788522495276/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração de recursos humanos: fundamentos básicos",author:"CHIAVENATO, Idalberto",isbn:"9788520443491",edition:7,vbkType:"pbk",url:"/books/9788520443491",coverURL:"//covers.vitalbook.com/vbid/9788520443491/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração para não administradores: a gestão de negócios ao alcance de todos",author:"CHIAVENATO, Idalberto",isbn:"9788520441763",edition:2,vbkType:"pbk",url:"/books/9788520441763",coverURL:"//covers.vitalbook.com/vbid/9788520441763/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração Pública, Concessões e Terceiro Setor, 3ª edição",author:"OLIVEIRA, Rafael Carvalho Rezende",isbn:"978-85-309-6195-4",edition:0,vbkType:"epub",url:"/books/978-85-309-6195-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6195-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração: teoria, processo e prática",author:"CHIAVENATO, Idalberto",isbn:"9788520445457",edition:5,vbkType:"pbk",url:"/books/9788520445457",coverURL:"//covers.vitalbook.com/vbid/9788520445457/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Análise de Riscos",author:"Fabiano Guasti Lima ",isbn:"9788522496464",edition:0,vbkType:"pbk",url:"/books/9788522496464",coverURL:"//covers.vitalbook.com/vbid/9788522496464/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bates | Propedêutica Médica, 11ª edição",author:"BICKLEY, Lynn S.; SZILAGYI, Peter G.",isbn:"978-85-277-2590-3",edition:0,vbkType:"epub",url:"/books/978-85-277-2590-3",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2590-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Biologia e Ecologia de Vertebrados",author:"BENEDITO, Evanilde (org.)",isbn:"978-85-277-2698-6",edition:0,vbkType:"epub",url:"/books/978-85-277-2698-6",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2698-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Biomecânica do Esporte e do Exercício",author:"MCGINNIS, Peter M.\n",isbn:"9788582712023",edition:3,vbkType:"pbk",url:"/books/9788582712023",coverURL:"//covers.vitalbook.com/vbid/9788582712023/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cadeia de Suprimentos",author:"Paoleschi, Bruno",isbn:"9788536513324",edition:1,vbkType:"pbk",url:"/books/9788536513324",coverURL:"//covers.vitalbook.com/vbid/9788536513324/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Casos clinícos em fisioterapia e reabilitação neurológica",author:"BURKE-DOE, Annie; JOBST, Erin E.",isbn:"9788580554625",edition:1,vbkType:"pbk",url:"/books/9788580554625",coverURL:"//covers.vitalbook.com/vbid/9788580554625/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Casos Clínicos em Fisioterapia Ortopédica",author:"BRUMITT, Jason; JOBST, Erin E.",isbn:"9788580554229",edition:1,vbkType:"pbk",url:"/books/9788580554229",coverURL:"//covers.vitalbook.com/vbid/9788580554229/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código Florestal Comentado e Anotado - Artigo por Artigo, 3ª edição",author:"LEHFELD, Lucas de Souza; CARVALHO, Nathan Castelo Branco de; BALBIM, Leonardo Isper Nassif",isbn:"978-85-309-6221-0",edition:0,vbkType:"epub",url:"/books/978-85-309-6221-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6221-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cerimonial, Protocolo e Etiqueta em Eventos",author:"Yanes, Adriana Figueiredo",isbn:"9788536513249",edition:1,vbkType:"pbk",url:"/books/9788536513249",coverURL:"//covers.vitalbook.com/vbid/9788536513249/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Checklist em Implantodontia - Diagnóstico, Planejamento, Cirurgia, Prótese e Complicações",author:"GUIMARÃES, Marcus Martins",isbn:"978-85-277-2709-9",edition:0,vbkType:"epub",url:"/books/978-85-277-2709-9",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2709-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código de processo penal comentado, 1ª edição.",author:"CAPEZ, Fernando",isbn:"9788502227415",edition:0,vbkType:"pbk",url:"/books/9788502227415",coverURL:"//covers.vitalbook.com/vbid/9788502227415/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Compêndio de UTI",author:"MARINO, Paul L.",isbn:"9788582711996",edition:4,vbkType:"pbk",url:"/books/9788582711996",coverURL:"//covers.vitalbook.com/vbid/9788582711996/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Compreendendo a Saúde Global",author:"MARKLE, William H.; FISHER, Melanie A.; SMEGO JR, Raymond A.",isbn:"9788580554670",edition:2,vbkType:"pbk",url:"/books/9788580554670",coverURL:"//covers.vitalbook.com/vbid/9788580554670/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Imobiliária: Abordagem Sistêmica, Gerencial e Fiscal, 4ª edição",author:"Scherrer, Alberto Manoel ",isbn:"9788522497379",edition:0,vbkType:"pbk",url:"/books/9788522497379",coverURL:"//covers.vitalbook.com/vbid/9788522497379/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Crime de Lavagem de Dinheiro, 3ª edição",author:"Mendroni, Marcelo Batlouni ",isbn:"9788522494088",edition:0,vbkType:"pbk",url:"/books/9788522494088",coverURL:"//covers.vitalbook.com/vbid/9788522494088/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Crimes de trânsito : anotações e interpretação jurisprudencial da parte criminal da Lei n. 9.50",author:"MARCÃO, Renato",isbn:"9788502225176",edition:0,vbkType:"pbk",url:"/books/9788502225176",coverURL:"//covers.vitalbook.com/vbid/9788502225176/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Constitucional, 4ª edição",author:"Dantas, Paulo Roberto de Figueiredo ",isbn:"9788522495993",edition:0,vbkType:"pbk",url:"/books/9788522495993",coverURL:"//covers.vitalbook.com/vbid/9788522495993/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Constitucional: Versão Compacta, 10ª edição",author:"Dantas, Paulo Roberto de Figueiredo ",isbn:"9788522496150",edition:0,vbkType:"pbk",url:"/books/9788522496150",coverURL:"//covers.vitalbook.com/vbid/9788522496150/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de execução penal, 13ª edição.",author:"MARCÃO, Renato",isbn:"9788502621688",edition:0,vbkType:"pbk",url:"/books/9788502621688",coverURL:"//covers.vitalbook.com/vbid/9788502621688/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Hermenêutica Jurídica, 5ª edição",author:"Magalhães Filho, Glauco Barreira ",isbn:"9788522493999",edition:0,vbkType:"pbk",url:"/books/9788522493999",coverURL:"//covers.vitalbook.com/vbid/9788522493999/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Custos e Orçamento em Serviços de Hospitalidade - Uma Visão Operacional",author:"Paim, Wilson Moisés",isbn:"9788536513225",edition:1,vbkType:"pbk",url:"/books/9788536513225",coverURL:"//covers.vitalbook.com/vbid/9788536513225/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desempenho humano nas empresas: como desenhar cargos e avaliar o desempenho para alcançar resultado",author:"CHIAVENATO, Idalberto",isbn:"9788520443217",edition:6,vbkType:"pbk",url:"/books/9788520443217",coverURL:"//covers.vitalbook.com/vbid/9788520443217/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dicionário de direito de família e sucessões : ilustrado, 1ª edição.",author:"PERERIRA, Rodrigo da Cunha",isbn:"9788502622852",edition:0,vbkType:"pbk",url:"/books/9788502622852",coverURL:"//covers.vitalbook.com/vbid/9788502622852/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dietoterapia Chinesa - Nutrição para Corpo, Mente e Espírito",author:"ARANTES, Andrea Maciel",isbn:"978-85-277-2700-6",edition:0,vbkType:"epub",url:"/books/978-85-277-2700-6",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2700-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Civil: Obrigações, 6ª edição",author:"Washington Carlos de Almeida ",isbn:"9788522495696",edition:0,vbkType:"pbk",url:"/books/9788522495696",coverURL:"//covers.vitalbook.com/vbid/9788522495696/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito das Águas: O Regime Jurídico da Água Doce no Direito Internacional e no Direito Brasileir",author:"Amorim, João Alberto Alves ",isbn:"9788522496891",edition:0,vbkType:"pbk",url:"/books/9788522496891",coverURL:"//covers.vitalbook.com/vbid/9788522496891/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Internacional do Trabalho e a Organização Internacional do Trabalho: Um Debate Atual",author:"Cavalcante, Jouberto de Quadros Pessoa; Villatore, Marco Antônio César (Coord.) ",isbn:"9788522493685",edition:0,vbkType:"pbk",url:"/books/9788522493685",coverURL:"//covers.vitalbook.com/vbid/9788522493685/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Tributário: Imposto, Tributos Sinalagmáticos, Contribuições,\nPreços e Tarifas, Emprést",author:"\nBrito, Edvaldo",isbn:"9788522497089",edition:0,vbkType:"pbk",url:"/books/9788522497089",coverURL:"//covers.vitalbook.com/vbid/9788522497089/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direitos humanos e o direito constitucional internacional, 15ª edição.",author:"PIOVESAN, Flávia",isbn:"9788502618480",edition:0,vbkType:"pbk",url:"/books/9788502618480",coverURL:"//covers.vitalbook.com/vbid/9788502618480/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Doenças Infecciosas de Harrison",author:"KASPER, Dennis; FAUCI, Anthony\n",isbn:"9788580554823",edition:2,vbkType:"pbk",url:"/books/9788580554823",coverURL:"//covers.vitalbook.com/vbid/9788580554823/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Emagrecimento Permanente - Nutrição para uma Vida Saudável",author:"DOLINSKY, Manuela",isbn:"978-85-277-2689-4",edition:0,vbkType:"epub",url:"/books/978-85-277-2689-4",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2689-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Empreendedorismo - Conceitos e Práticas Inovadoras",author:"Tajra, Sanmya Feitosa",isbn:"9788536513218",edition:1,vbkType:"pbk",url:"/books/9788536513218",coverURL:"//covers.vitalbook.com/vbid/9788536513218/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfermagem Materno-Neonatal e Saúde da Mulher, 3ª edição",author:"RICCI, Susan Scott",isbn:"978-85-277-2720-4",edition:0,vbkType:"epub",url:"/books/978-85-277-2720-4",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2720-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ensinando matemática para adolescentes",author:"CHAMBERS, Paul; TIMLIN, Robert",isbn:"9788584290260",edition:2,vbkType:"pbk",url:"/books/9788584290260",coverURL:"//covers.vitalbook.com/vbid/9788584290260/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estado da Economia Mundial - Desafios e Respostas - Seminário em Homenagem a Pedro Malan",author:"BACHA, Edmar et al.",isbn:"978-85-216-2812-5",edition:0,vbkType:"epub",url:"/books/978-85-216-2812-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2812-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estatística Básica: transformando dados em informação",author:"BECKER, João Luiz",isbn:"9788582603130",edition:1,vbkType:"pbk",url:"/books/9788582603130",coverURL:"//covers.vitalbook.com/vbid/9788582603130/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estoques e Armazenagem",author:"Paoleschi, Bruno",isbn:"9788536513270",edition:1,vbkType:"pbk",url:"/books/9788536513270",coverURL:"//covers.vitalbook.com/vbid/9788536513270/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Evolução e Envelhecimento Humano",author:"Barsano, Paulo Roberto; Barbosa, Rildo Pereira; Gonçalves, Emanoela",isbn:"9788536513263",edition:1,vbkType:"pbk",url:"/books/9788536513263",coverURL:"//covers.vitalbook.com/vbid/9788536513263/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Farmacologia para Clínica Odontológica",author:"MORETHSON, Priscilla",isbn:"978-85-277-2711-2",edition:0,vbkType:"epub",url:"/books/978-85-277-2711-2",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2711-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fragmentos Póstumos - Vol. V",author:"NIETZSCHE, Friedrich Wilhelm",isbn:"978-85-309-6192-3",edition:0,vbkType:"epub",url:"/books/978-85-309-6192-3",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6192-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos da educação infantil: Ensinando crianças em uma sociedade diversificada",author:"GONZALEZ-MENA, Janet",isbn:"9788580554557",edition:6,vbkType:"pbk",url:"/books/9788580554557",coverURL:"//covers.vitalbook.com/vbid/9788580554557/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Engenharia Aeronáutica",author:"ANDERSON JR., John D.",isbn:"9788580554816",edition:7,vbkType:"pbk",url:"/books/9788580554816",coverURL:"//covers.vitalbook.com/vbid/9788580554816/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Finanças Empresariais - Técnicas e Práticas Essenciais",author:"CHEROBIM, Ana Paula Mussi Szabo; LEMES Jr., Antonio Barbosa; RIGO, Claudio Miessa",isbn:"978-85-216-2822-4",edition:0,vbkType:"epub",url:"/books/978-85-216-2822-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2822-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Radiologia, 4ª edição",author:"BRANT, William E.; HELMS, Clyde A.",isbn:"978-85-277-2704-4",edition:0,vbkType:"epub",url:"/books/978-85-277-2704-4",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2704-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Genética Médica: Uma abordagem integrada",author:"SCHAEFER, G. Bradley; THOMPSON, James\n",isbn:"9788580554762",edition:1,vbkType:"pbk",url:"/books/9788580554762",coverURL:"//covers.vitalbook.com/vbid/9788580554762/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão Ambiental e Responsabilidade Social Corporativa: Estratégias de Negócios Focadas na Reali",author:"Tachizawa, Takeshy ",isbn:"9788522493838",edition:0,vbkType:"pbk",url:"/books/9788522493838",coverURL:"//covers.vitalbook.com/vbid/9788522493838/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de pessoas: o novo papel dos recursos humanos nas organizações",author:"CHIAVENATO, Idalberto",isbn:"9788520445495",edition:4,vbkType:"pbk",url:"/books/9788520445495",coverURL:"//covers.vitalbook.com/vbid/9788520445495/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de vendas: uma abordagem introdutória",author:"CHIAVENATO, Idalberto",isbn:"9788520445501",edition:3,vbkType:"pbk",url:"/books/9788520445501",coverURL:"//covers.vitalbook.com/vbid/9788520445501/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão do Fluxo de Caixa: Perspectivas Estratégica e Tática, 2ª edição",author:"Frezatti, Fábio ",isbn:"9788522490615",edition:0,vbkType:"pbk",url:"/books/9788522490615",coverURL:"//covers.vitalbook.com/vbid/9788522490615/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão financeira: uma abordagem introdutória",author:"CHIAVENATO, Idalberto",isbn:"9788520445518",edition:3,vbkType:"pbk",url:"/books/9788520445518",coverURL:"//covers.vitalbook.com/vbid/9788520445518/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia para o DSM-5: Complemento essencial para o Manual diagnóstico e estatístico de transtornos me",author:"BLACK, Donald W.; GRANT, Jon E.",isbn:"9788582711880",edition:1,vbkType:"pbk",url:"/books/9788582711880",coverURL:"//covers.vitalbook.com/vbid/9788582711880/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Impacto da Lei Nº 11.638/07 sobre os Tributos e a Contabilidade: Conciliando a Legislação Contáb",author:"Fernandes, Edison Carlos ",isbn:"9788522495917",edition:0,vbkType:"pbk",url:"/books/9788522495917",coverURL:"//covers.vitalbook.com/vbid/9788522495917/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Indenização Integral na Responsabilidade Civil",author:"Mergulhão, Maria Fernanda Dias ",isbn:"9788522494620",edition:0,vbkType:"pbk",url:"/books/9788522494620",coverURL:"//covers.vitalbook.com/vbid/9788522494620/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Iniciação à administração de recursos humanos",author:"CHIAVENATO, Idalberto",isbn:"9788520443132",edition:4,vbkType:"pbk",url:"/books/9788520443132",coverURL:"//covers.vitalbook.com/vbid/9788520443132/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Iniciação à administração geral",author:"CHIAVENATO, Idalberto",isbn:"9788520443149",edition:3,vbkType:"pbk",url:"/books/9788520443149",coverURL:"//covers.vitalbook.com/vbid/9788520443149/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Iniciação a sistemas, organização e métodos – SO&M",author:"CHIAVENATO, Idalberto",isbn:"9788520442838",edition:0,vbkType:"pbk",url:"/books/9788520442838",coverURL:"//covers.vitalbook.com/vbid/9788520442838/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Iniciação à teoria das organizações",author:"CHIAVENATO, Idalberto",isbn:"9788520442845",edition:0,vbkType:"pbk",url:"/books/9788520442845",coverURL:"//covers.vitalbook.com/vbid/9788520442845/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Psicologia",author:"FELDMAN, Robert S.",isbn:"9788580554892",edition:10,vbkType:"pbk",url:"/books/9788580554892",coverURL:"//covers.vitalbook.com/vbid/9788580554892/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Radiologia, 2ª edição",author:"MARCHIORI, Edson; SANTOS, Maria Lúcia",isbn:"978-85-277-2702-0",edition:0,vbkType:"epub",url:"/books/978-85-277-2702-0",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2702-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Legislação penal especial, 10ª edição.",author:"ANDREUCCI, Ricardo Antonio",isbn:"9788502618671",edition:0,vbkType:"pbk",url:"/books/9788502618671",coverURL:"//covers.vitalbook.com/vbid/9788502618671/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei das Sociedades por Ações, (V. 28), 12ª edição",author:"Equipe atlas ",isbn:"9788522494736",edition:0,vbkType:"pbk",url:"/books/9788522494736",coverURL:"//covers.vitalbook.com/vbid/9788522494736/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Auditoria e Revisão de Demonstrações Financeiras: Novas Normas Brasileiras e Internacio",author:"Longo, Claudio Gonçalo ",isbn:"9788522493210",edition:0,vbkType:"pbk",url:"/books/9788522493210",coverURL:"//covers.vitalbook.com/vbid/9788522493210/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Contabilidade de Custos: Atualizado pela Lei nº 12.973/2014 e pelas Normas do CPC até o ",author:"Santos, José Luiz dos et al. ",isbn:"9788522495382",edition:0,vbkType:"pbk",url:"/books/9788522495382",coverURL:"//covers.vitalbook.com/vbid/9788522495382/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Desenho Técnico para Engenharia - Desenho, Modelagem e Visualização, 2ª edição",author:"LEAKE, James M.; Borgerson, Jacob L.",isbn:"978-85-216-2753-1",edition:0,vbkType:"epub",url:"/books/978-85-216-2753-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2753-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Filosofia Política : para os cursos de teoria do estado e ciência política, filosofia e",author:"FLAMARION, Caldeira Ramos",isbn:"9788502622005",edition:0,vbkType:"pbk",url:"/books/9788502622005",coverURL:"//covers.vitalbook.com/vbid/9788502622005/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual do Empreendedor: Como Construir um Empreendimento de Sucesso, 2ª edição",author:"Mendes, Jerônimo ",isbn:"9788522495979",edition:0,vbkType:"pbk",url:"/books/9788522495979",coverURL:"//covers.vitalbook.com/vbid/9788522495979/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática Aplicada à Informática - Série Tekne",author:"DE LIMA, Diana Maia; GONZALEZ, Luis Eduardo Fernandes\n",isbn:"9788582603178",edition:1,vbkType:"pbk",url:"/books/9788582603178",coverURL:"//covers.vitalbook.com/vbid/9788582603178/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mecânica dos Fluidos",author:"ÇENGEL, Yunus A.; CIMBALA, John M.",isbn:"9788580554915",edition:3,vbkType:"pbk",url:"/books/9788580554915",coverURL:"//covers.vitalbook.com/vbid/9788580554915/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Metodologia da Pesquisa Social: Da Proposição de um Problema à Redação e Apresentação do Rela",author:"Santos, Pedro António dos; Kienen, Nádia; Castiñeira, Maria Inés ",isbn:"9788522494156",edition:0,vbkType:"pbk",url:"/books/9788522494156",coverURL:"//covers.vitalbook.com/vbid/9788522494156/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nefrologia em 30 dias",author:"REILLY JR, Robert F.; PERAZELLA, Mark A.",isbn:"9788580554717",edition:2,vbkType:"pbk",url:"/books/9788580554717",coverURL:"//covers.vitalbook.com/vbid/9788580554717/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nutrição clínica: estudos de casos comentados",author:"AQUINO, Rita de Cássia de; PHILIPPI, Sonia Tucunduva (orgs.)",isbn:"9788520441961",edition:0,vbkType:"pbk",url:"/books/9788520441961",coverURL:"//covers.vitalbook.com/vbid/9788520441961/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nutrição e Farmacologia",author:"Carelle, Ana Claudia; Cândido, Cynthia Cavalini",isbn:"9788536513294",edition:2,vbkType:"pbk",url:"/books/9788536513294",coverURL:"//covers.vitalbook.com/vbid/9788536513294/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Organização de Atividades de Lazer e Recreação",author:"Dias, Cleber; Isayama, Hélder Ferreira",isbn:"9788536513317",edition:1,vbkType:"pbk",url:"/books/9788536513317",coverURL:"//covers.vitalbook.com/vbid/9788536513317/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ortodontia - Tópicos para Especialização",author:"GUIMARÃES Jr., Carlos Henrique",isbn:"978-85-277-2713-5",edition:0,vbkType:"epub",url:"/books/978-85-277-2713-5",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2713-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Os Direitos da Personalidade , 8ª edição.",author:"BITTAR, Carlos Alberto",isbn:"9788502208292",edition:0,vbkType:"pbk",url:"/books/9788502208292",coverURL:"//covers.vitalbook.com/vbid/9788502208292/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento e Controle da Produção",author:"Lobo, Renato Nogueirol; Silva, Damião Limeira da",isbn:"9788536513287",edition:1,vbkType:"pbk",url:"/books/9788536513287",coverURL:"//covers.vitalbook.com/vbid/9788536513287/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento e controle da produção",author:"CHIAVENATO, Idalberto",isbn:"9788520441978",edition:2,vbkType:"pbk",url:"/books/9788520441978",coverURL:"//covers.vitalbook.com/vbid/9788520441978/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento e Informação - Métodos e Modelos Organizacionais para Saúde Pública",author:"Tajra, Sanmya Feitosa",isbn:"9788536513188",edition:1,vbkType:"pbk",url:"/books/9788536513188",coverURL:"//covers.vitalbook.com/vbid/9788536513188/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento turístico",author:"RUSCHMANN, Doris van de Meene; SOLHA, Karina Toledo (orgs.)",isbn:"9788520441725",edition:0,vbkType:"pbk",url:"/books/9788520441725",coverURL:"//covers.vitalbook.com/vbid/9788520441725/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento, recrutamento e seleção de pessoal: como agregar talentos à empresa",author:"CHIAVENATO, Idalberto",isbn:"9788520442395",edition:7,vbkType:"pbk",url:"/books/9788520442395",coverURL:"//covers.vitalbook.com/vbid/9788520442395/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planos de saúde no Brasil : doutrina e jurisprudência, 2ª edição.",author:"ESMERALDI, Renata Maria Gil da Silva Lopes",isbn:"9788502215047",edition:0,vbkType:"pbk",url:"/books/9788502215047",coverURL:"//covers.vitalbook.com/vbid/9788502215047/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Poder econômico: direito, pobreza, violência, corrupção",author:"FERRAZ JR., Tercio Sampaio; SALOMÃO FILHO, Calixto; NUSDEO, Fabio (orgs.)",isbn:"9788520442418",edition:0,vbkType:"pbk",url:"/books/9788520442418",coverURL:"//covers.vitalbook.com/vbid/9788520442418/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Práticas em Tecnologia de Alimentos",author:"Nespolo, Cássia Regina; Oliveira, Fernanda Arboite de; Pinto, Flávia Santos Twardowski; Olivera, Flo",isbn:"9788582711965",edition:1,vbkType:"pbk",url:"/books/9788582711965",coverURL:"//covers.vitalbook.com/vbid/9788582711965/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios constitucionais do direito da sociedade da informação : a tutelajurídica do meio ambi",author:"FIORILLO, Celso Antonio Pacheco",isbn:"9788502230644",edition:0,vbkType:"pbk",url:"/books/9788502230644",coverURL:"//covers.vitalbook.com/vbid/9788502230644/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia Aplicada ao Cuidador e ao Idoso",author:"Danielle Maxeniuc Silva Coura e Karina Maxeniuc Silva Montijo",isbn:"9788536513256",edition:1,vbkType:"pbk",url:"/books/9788536513256",coverURL:"//covers.vitalbook.com/vbid/9788536513256/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicopatologia",author:"WHITEBOURNE, Susan Krauss; HALGIN, Richard P.",isbn:"9788580554878",edition:7,vbkType:"pbk",url:"/books/9788580554878",coverURL:"//covers.vitalbook.com/vbid/9788580554878/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Publicidade de Tabaco: Frente e Verso da Liberdade de Expressão Comercial",author:"Pasqualotto, Adalberto (Org.) ",isbn:"9788522497270",edition:0,vbkType:"pbk",url:"/books/9788522497270",coverURL:"//covers.vitalbook.com/vbid/9788522497270/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Qual o seu Negócio em Odontologia? A Pergunta que não Pode Ficar sem Resposta",author:"LENZI, Ricardo",isbn:"978-85-277-2706-8",edition:0,vbkType:"epub",url:"/books/978-85-277-2706-8",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2706-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química Inorgânica Descritiva, 5ª edição",author:"RAYNER-CANHAM, Geoff; OVERTON, Tina",isbn:"978-85-216-2824-8",edition:0,vbkType:"epub",url:"/books/978-85-216-2824-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2824-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Reabilitação Neuropsicológica e Intervenções Comportamentais",author:"MIOTTO, Eliane Correa",isbn:"978-85-277-2722-8",edition:0,vbkType:"epub",url:"/books/978-85-277-2722-8",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2722-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Remuneração, benefícios e relações de trabalho: como reter talentos na organização",author:"CHIAVENATO, Idalberto",isbn:"9788520442524",edition:6,vbkType:"pbk",url:"/books/9788520442524",coverURL:"//covers.vitalbook.com/vbid/9788520442524/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Reparação civil por danos morais, 4ª edição.",author:"BITTAR, Carlos Alberto",isbn:"9788502223233",edition:0,vbkType:"pbk",url:"/books/9788502223233",coverURL:"//covers.vitalbook.com/vbid/9788502223233/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Rotinas em Cirurgia Digestiva",author:"ROHDE, Luiz; OSVALDT, Alessandro Bersch",isbn:"9788536325798",edition:2,vbkType:"pbk",url:"/books/9788536325798",coverURL:"//covers.vitalbook.com/vbid/9788536325798/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Saúde do Adulto e do Idoso",author:"Braga, Cristina; Galleguillos, Tatiana Gabriela Brassea",isbn:"9788536513195",edition:1,vbkType:"pbk",url:"/books/9788536513195",coverURL:"//covers.vitalbook.com/vbid/9788536513195/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Saúde Ocupacional",author:"Sousa, Lucila Medeiros Minichello de; Minichello, Moacyr Medeiros",isbn:"9788536513027",edition:1,vbkType:"pbk",url:"/books/9788536513027",coverURL:"//covers.vitalbook.com/vbid/9788536513027/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Serviços de Alimentação e Bebidas",author:"Eleuterio, Helio",isbn:"9788536513300",edition:1,vbkType:"pbk",url:"/books/9788536513300",coverURL:"//covers.vitalbook.com/vbid/9788536513300/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistema Único de Saúde - Componentes, Diretrizes e Políticas Públicas",author:"Solha, Raphaela Karla de Toledo",isbn:"9788536513232",edition:1,vbkType:"pbk",url:"/books/9788536513232",coverURL:"//covers.vitalbook.com/vbid/9788536513232/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas Integrados de Manufatura: Para Gerentes, Engenheiros e Designers",author:"Romeiro Filho, Eduardo ",isbn:"9788522493944",edition:0,vbkType:"pbk",url:"/books/9788522493944",coverURL:"//covers.vitalbook.com/vbid/9788522493944/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sucessões, 16ª edição",author:"GOMES, Orlando",isbn:"978-85-309-6264-7",edition:0,vbkType:"epub",url:"/books/978-85-309-6264-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6264-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria Discursiva do Direito, 2ª edição",author:"ALEXY, Robert",isbn:"978-85-309-6190-9",edition:0,vbkType:"epub",url:"/books/978-85-309-6190-9",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6190-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria Jurídica Do Crime, (V. 1), 4ª edição",author:"Brandão, Cláudio ",isbn:"9788522494408",edition:0,vbkType:"pbk",url:"/books/9788522494408",coverURL:"//covers.vitalbook.com/vbid/9788522494408/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teorias da personalidade",author:"FEIST,Jess; FEIST,Gregory J.; ROBERTS,Tomi-Ann",isbn:"9788580554601",edition:8,vbkType:"pbk",url:"/books/9788580554601",coverURL:"//covers.vitalbook.com/vbid/9788580554601/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tesouro Direto e Outros Investimentos Financeiros: LTN, LFT, NTN, CDB, RDB, LCI e LI: Planos Finance",author:"Ferreira, Roberto G. ",isbn:"9788522494965",edition:0,vbkType:"pbk",url:"/books/9788522494965",coverURL:"//covers.vitalbook.com/vbid/9788522494965/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Transporte e Distribuição",author:"Castiglioni, José Antonio de Mattos; Pigozzo, Linomar",isbn:"9788536513331",edition:1,vbkType:"pbk",url:"/books/9788536513331",coverURL:"//covers.vitalbook.com/vbid/9788536513331/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Treinamento e desenvolvimento de recursos humanos: como incrementar talentos na empresa",author:"CHIAVENATO, Idalberto",isbn:"9788520442241",edition:7,vbkType:"pbk",url:"/books/9788520442241",coverURL:"//covers.vitalbook.com/vbid/9788520442241/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Vigilância em Saúde Ambiental e Sanitária",author:"Solha, Raphaela Karla de Toledo; Galleguillos, Tatiana Gabriela Brassea",isbn:"9788536513201",edition:1,vbkType:"pbk",url:"/books/9788536513201",coverURL:"//covers.vitalbook.com/vbid/9788536513201/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Visão e ação estratégica: os caminhos da competitividade",author:"CHIAVENATO, Idalberto; MATOS, Francisco Gomes de",isbn:"9788520442296",edition:3,vbkType:"pbk",url:"/books/9788520442296",coverURL:"//covers.vitalbook.com/vbid/9788520442296/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:25.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Adaptação de Edificações e Cidades às Mudanças Climáticas: Um Guia de Sobrevivência para o",author:"ROAF, Sue; CRICHTON, David; NICOL, Fergus",isbn:"9788577804900",edition:1,vbkType:"pbk",url:"/books/9788577804900",coverURL:"//covers.vitalbook.com/vbid/9788577804900/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Arte de Falar em Público",author:"LUCAS, Stephen E.",isbn:"9788580552850",edition:11,vbkType:"pbk",url:"/books/9788580552850",coverURL:"//covers.vitalbook.com/vbid/9788580552850/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Crise da Toyota: Como a Toyota Enfrentou o Desafio dos Recalls e da Recessão para Ressurgir Mais ",author:"LIKER, Jeffrey K.; OGDEN, Timothy N.\n",isbn:"9788540701007",edition:1,vbkType:"pbk",url:"/books/9788540701007",coverURL:"//covers.vitalbook.com/vbid/9788540701007/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Escolha do Cônjuge: Um Entendimento Sistêmico e Psicodinâmico",author:"ANTON, Iara L. Camaratta",isbn:"9788565852425",edition:2,vbkType:"pbk",url:"/books/9788565852425",coverURL:"//covers.vitalbook.com/vbid/9788565852425/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Experiência Zappos",author:"MICHELLI, Joseph A.",isbn:"9788565837637",edition:1,vbkType:"pbk",url:"/books/9788565837637",coverURL:"//covers.vitalbook.com/vbid/9788565837637/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Gárgula de Paris",author:"Aguillar, Fernando Herren ",isbn:"9788522495214",edition:0,vbkType:"pbk",url:"/books/9788522495214",coverURL:"//covers.vitalbook.com/vbid/9788522495214/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Sucessão do Cônjuge e do Companheiro na Perspectiva do Direito Civil-Constitucional, 2ª ediçã",author:"Nevares, Ana Luiza Maia ",isbn:"9788522495009",edition:0,vbkType:"pbk",url:"/books/9788522495009",coverURL:"//covers.vitalbook.com/vbid/9788522495009/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Abuso do exercício do direito : responsabilidade pessoal, 2ª edição.",author:"NASCIMENTO, Carlos Valder do",isbn:"9788502616936",edition:0,vbkType:"pbk",url:"/books/9788502616936",coverURL:"//covers.vitalbook.com/vbid/9788502616936/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Álgebra Linear com Aplicações",author:"ANTON, Howard; RORRES, Chris",isbn:"9788540701700",edition:10,vbkType:"pbk",url:"/books/9788540701700",coverURL:"//covers.vitalbook.com/vbid/9788540701700/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Antimanual de criminologia, 6ª edição.",author:"CARVALHO, Salo de",isbn:"9788502618428",edition:0,vbkType:"pbk",url:"/books/9788502618428",coverURL:"//covers.vitalbook.com/vbid/9788502618428/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Aplicação da pena : limites, princípios e novos parâmetros, 2ª edição.",author:"ROIG, Rodrigo Duque Estrada",isbn:"9788502616196",edition:0,vbkType:"pbk",url:"/books/9788502616196",coverURL:"//covers.vitalbook.com/vbid/9788502616196/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Apuração dos Haveres de Sócio, 5ª edição",author:"ESTRELLA, Hernani",isbn:"978-85-309-6178-7",edition:0,vbkType:"pbk",url:"/books/978-85-309-6178-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6178-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Atualidades para concursos públicos, Enem e vestibulares, 5ª edição.",author:"BARBOSA, Marcos",isbn:"9788502616509",edition:0,vbkType:"pbk",url:"/books/9788502616509",coverURL:"//covers.vitalbook.com/vbid/9788502616509/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Biogeografia Uma Abordagem Ecológica e Evolucionária, 7ª edição",author:"COX, C. Barry; MOORE, Peter D.",isbn:"978-85-216-2805-7",edition:0,vbkType:"pbk",url:"/books/978-85-216-2805-7",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2805-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cálculo: Coleção Schaum",author:"AYRES JR., Frank; MENDELSON, Elliott",isbn:"9788565837446",edition:5,vbkType:"pbk",url:"/books/9788565837446",coverURL:"//covers.vitalbook.com/vbid/9788565837446/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cálculo: Volume 1",author:"ROGAWSKI, Jon",isbn:"9788577803897",edition:1,vbkType:"pbk",url:"/books/9788577803897",coverURL:"//covers.vitalbook.com/vbid/9788577803897/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cálculo: Volume 2",author:"ROGAWSKI, Jon",isbn:"9788577804115",edition:1,vbkType:"pbk",url:"/books/9788577804115",coverURL:"//covers.vitalbook.com/vbid/9788577804115/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cardiologia Baseada em Evidências",author:"CANNON, Christopher P.; STEINBERG, Benjamin A.\n",isbn:"9788536327396",edition:1,vbkType:"pbk",url:"/books/9788536327396",coverURL:"//covers.vitalbook.com/vbid/9788536327396/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Casos Clínicos em Farmacologia (Lange)",author:"TOY, Eugene C.; LOOSE, David S.; TISCHKAU, Shelley A.; PILLAI, Anush S.",isbn:"9788580554533",edition:3,vbkType:"pbk",url:"/books/9788580554533",coverURL:"//covers.vitalbook.com/vbid/9788580554533/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Ícones do Direito - Manual de direito processual penal, 1ª edição.",author:"ARRUDA, Rejane Alves de",isbn:"9788502616783",edition:0,vbkType:"pbk",url:"/books/9788502616783",coverURL:"//covers.vitalbook.com/vbid/9788502616783/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Saberes Críticos - Criminologia clínica e execução penal : proposta de um modelo de terceir",author:"SÁ, Alvino Augusto de",isbn:"9788502230514",edition:0,vbkType:"pbk",url:"/books/9788502230514",coverURL:"//covers.vitalbook.com/vbid/9788502230514/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Saberes monográficos - Crimes informáticos e suas vítimas, 2ª edição.",author:"SYDOW, Spencer Toth",isbn:"9788502229495",edition:0,vbkType:"pbk",url:"/books/9788502229495",coverURL:"//covers.vitalbook.com/vbid/9788502229495/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção ícones do direito - Manual de direito penal, 1ª edição.",author:"PUCCINELLI JUNIOR, André",isbn:"9788502616813",edition:0,vbkType:"pbk",url:"/books/9788502616813",coverURL:"//covers.vitalbook.com/vbid/9788502616813/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Colposcopia e Patologias do Trato Genital Inferior: Vacinação contra o HPV",author:"TATTI, Silvio Alejandro\n",isbn:"9788536323268",edition:1,vbkType:"pbk",url:"/books/9788536323268",coverURL:"//covers.vitalbook.com/vbid/9788536323268/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao Código de Defesa do Consumidor, 8ª edição.",author:"NUNES, Rizzatto",isbn:"9788502616288",edition:0,vbkType:"pbk",url:"/books/9788502616288",coverURL:"//covers.vitalbook.com/vbid/9788502616288/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como (não) se faz um trabalho de conclusão : provocações úteis para orientadores e estudantes d",author:"CARVALHO, Salo de",isbn:"9788502618640",edition:0,vbkType:"pbk",url:"/books/9788502618640",coverURL:"//covers.vitalbook.com/vbid/9788502618640/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comunicação Empresarial - Série A",author:"FLATLEY, Marie; RENTZ, Kathryn; LENTZ, Paula",isbn:"9788580554588",edition:2,vbkType:"pbk",url:"/books/9788580554588",coverURL:"//covers.vitalbook.com/vbid/9788580554588/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contratos empresariais, 1ª edição.",author:"FRADERA, Véra Maria Jacob de",isbn:"9788502214842",edition:0,vbkType:"pbk",url:"/books/9788502214842",coverURL:"//covers.vitalbook.com/vbid/9788502214842/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Crianças, Adolescentes e a Mídia",author:"STRASBURGER, Victor C.; WILSON, Barbara J.; JORDAN, Amy B.\n",isbn:"9788563899118",edition:2,vbkType:"pbk",url:"/books/9788563899118",coverURL:"//covers.vitalbook.com/vbid/9788563899118/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Crimes contra a dignidade sexual : comentários ao Título VI do Código Penal, 2ª edição.",author:"MARCÃO, Renato",isbn:"9788502228009",edition:0,vbkType:"pbk",url:"/books/9788502228009",coverURL:"//covers.vitalbook.com/vbid/9788502228009/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito constitucional contemporâneo : os conceitos fundamentais e a construção do novo ",author:"BARROSO, Luís Roberto",isbn:"9788502228061",edition:0,vbkType:"pbk",url:"/books/9788502228061",coverURL:"//covers.vitalbook.com/vbid/9788502228061/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito constitucional, 40ª edição.",author:"FERRERIA FILHO, Manoel Gonçalves",isbn:"9788502617056",edition:0,vbkType:"pbk",url:"/books/9788502617056",coverURL:"//covers.vitalbook.com/vbid/9788502617056/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito do consumidor, 10ª edição.",author:"NUNES, Rizzatto",isbn:"9788502617728",edition:0,vbkType:"pbk",url:"/books/9788502617728",coverURL:"//covers.vitalbook.com/vbid/9788502617728/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito penal, volume 2, parte especial : dos crimes contra a pessoa a dos crimes contra o ",author:"CAPEZ, Fernando",isbn:"9788502619074",edition:0,vbkType:"pbk",url:"/books/9788502619074",coverURL:"//covers.vitalbook.com/vbid/9788502619074/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Derrida - Série Introdução",author:"GASTON, Sean ",isbn:"9788563899811",edition:1,vbkType:"pbk",url:"/books/9788563899811",coverURL:"//covers.vitalbook.com/vbid/9788563899811/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenho de Animação - Animação Básica 03",author:"WELLS, Paul; QUINN, Joanna; MILLS, Les",isbn:"9788540701533",edition:1,vbkType:"pbk",url:"/books/9788540701533",coverURL:"//covers.vitalbook.com/vbid/9788540701533/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenvolvendo uma Coleção - Coleção Fundamentos de Design de Moda",author:"RENFREW, Elinor; RENFREW, Colin\n",isbn:"9788577808700",edition:1,vbkType:"pbk",url:"/books/9788577808700",coverURL:"//covers.vitalbook.com/vbid/9788577808700/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Design Science Research: Método de Pesquisa para Avanço da Ciência e Tecnologia",author:"DRESCH, Aline; LACERDA, Daniel Pacheco; VALLE, José Antonio; ANTUNES JÚNIOR, José Antonio Valle",isbn:"9788582602997",edition:1,vbkType:"pbk",url:"/books/9788582602997",coverURL:"//covers.vitalbook.com/vbid/9788582602997/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito civil brasileiro, volume 1 : parte geral, 14ª edição.",author:"GONÇALVES, Carlos Roberto",isbn:"9788502616639",edition:0,vbkType:"pbk",url:"/books/9788502616639",coverURL:"//covers.vitalbook.com/vbid/9788502616639/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito da Arte",author:"Mamede, Gladston; Franca Filho, Marcílio Toscano; Rodrigues Junior, Otavio Luiz (Org.) ",isbn:"9788522491575",edition:0,vbkType:"pbk",url:"/books/9788522491575",coverURL:"//covers.vitalbook.com/vbid/9788522491575/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Penal - Parte Especial - Vol. IV, 6ª edição",author:"COSTA, Álvaro Mayrink da",isbn:"978-85-309-6179-4",edition:0,vbkType:"pbk",url:"/books/978-85-309-6179-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6179-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito penal, 2º volume : parte especial ; Crimes contra a pessoa a crimes contra o patrimônio, 3",author:"JESUS, Damásio de",isbn:"9788502619319",edition:0,vbkType:"pbk",url:"/books/9788502619319",coverURL:"//covers.vitalbook.com/vbid/9788502619319/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito penal, 3º volume : parte especial : crimes contra a propriedade imaterial a crimes contra a",author:"JESUS, Damásio de",isbn:"9788502619401",edition:0,vbkType:"pbk",url:"/books/9788502619401",coverURL:"//covers.vitalbook.com/vbid/9788502619401/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito, Retórica e Comunicação: Subsídios para uma Pragmática do Discurso Jurídico, 3ª ediç",author:"Ferraz Jr., Tercio Sampaio ",isbn:"9788522494446",edition:0,vbkType:"pbk",url:"/books/9788522494446",coverURL:"//covers.vitalbook.com/vbid/9788522494446/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direitos e Garantias do Idoso: Doutrina, Jurisprudência e Legislação, 3ª edição",author:"Freitas Junior, Roberto Mendes de ",isbn:"9788522493814",edition:0,vbkType:"pbk",url:"/books/9788522493814",coverURL:"//covers.vitalbook.com/vbid/9788522493814/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Diretrizes da Sociedade Brasileira de Diabetes 2014-2015",author:"SBD",isbn:"978-85-8114-288-0",edition:0,vbkType:"epub",url:"/books/978-85-8114-288-0",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-288-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educação em Direitos Humanos: Rumo a uma Perspectiva Global",author:"RAYO, José Tuvilla",isbn:"9788536317779",edition:2,vbkType:"pbk",url:"/books/9788536317779",coverURL:"//covers.vitalbook.com/vbid/9788536317779/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Empreendedorismo: Uma Abordagem Prática e Descomplicada",author:"Lins, Luiz dos Santos",isbn:"9788522493968",edition:0,vbkType:"pbk",url:"/books/9788522493968",coverURL:"//covers.vitalbook.com/vbid/9788522493968/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Engenharia Ambiental - Fundamentos, Sustentabilidade e Projeto",author:"MIHELCIC, James R.; ZIMMERMAN, Julie",isbn:"978-85-216-2786-9",edition:0,vbkType:"pbk",url:"/books/978-85-216-2786-9",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2786-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estéticas Urbanas - Da Pólis Grega a Metrópole Contemporânea",author:"SCHULZ, Sonia Hilf",isbn:"978-85-216-2784-5",edition:0,vbkType:"epub",url:"/books/978-85-216-2784-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2784-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estruturas de Aço - Dimensionamento Prático de Acordo com a NBR 8800:2008, 8ª edição",author:"PFEIL, Walter; PFEIL, Michèle",isbn:"978-85-216-2818-7",edition:0,vbkType:"epub",url:"/books/978-85-216-2818-7",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2818-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estruturas de Madeira, 6ª edição",author:"PFEIL, Walter; PFEIL, Michèle",isbn:"978-85-216-2810-1",edition:0,vbkType:"epub",url:"/books/978-85-216-2810-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2810-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estudo de Caso: Planejamento e Métodos",author:"YIN, Robert K.",isbn:"9788582602324",edition:5,vbkType:"pbk",url:"/books/9788582602324",coverURL:"//covers.vitalbook.com/vbid/9788582602324/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ética : do mundo da célula ao mundo dos valores, 3ª edição",author:"TELLES JUNIO, Goffredo,",isbn:"9788502209169",edition:0,vbkType:"pbk",url:"/books/9788502209169",coverURL:"//covers.vitalbook.com/vbid/9788502209169/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Finanças Corporativas e Valor, 7ª edição",author:"Assaf Neto, Alexandre ",isbn:"9788522490912",edition:0,vbkType:"pbk",url:"/books/9788522490912",coverURL:"//covers.vitalbook.com/vbid/9788522490912/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiologia Respiratória: Princípios Básicos",author:"WEST, John B.",isbn:"9788565852791",edition:9,vbkType:"pbk",url:"/books/9788565852791",coverURL:"//covers.vitalbook.com/vbid/9788565852791/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Geriatria Clínica",author:"KANE, Robert L.; OUSLANDER, Joseph G.; ABRASS, Itamar B.; RESNICK, Barbara\n",isbn:"9788580554434",edition:1,vbkType:"pbk",url:"/books/9788580554434",coverURL:"//covers.vitalbook.com/vbid/9788580554434/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Informática - Eletrônica Digital",author:"HETEM Jr., Annibal",isbn:"978-85-216-2781-4",edition:0,vbkType:"epub",url:"/books/978-85-216-2781-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2781-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gerenciamento do Corpo Assistencial: Manual aos Padrões da Joint Commission",author:"Joint Commission Resources (JCR)",isbn:"9788536318189",edition:2,vbkType:"pbk",url:"/books/9788536318189",coverURL:"//covers.vitalbook.com/vbid/9788536318189/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gerenciando o Fluxo de Pacientes: Estratégias e soluções para lidar com a superlotação hospital",author:"Joint Commission Resources (JCR)",isbn:"9788536316192",edition:2,vbkType:"pbk",url:"/books/9788536316192",coverURL:"//covers.vitalbook.com/vbid/9788536316192/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão da Assistência à Saúde",author:"LOMBARDI, Donald M.; SCHERMERHORN Jr., John R.; KRAMER, Brian E.",isbn:"978-85-216-2777-7",edition:0,vbkType:"epub",url:"/books/978-85-216-2777-7",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2777-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia de Farmacoterapia",author:"MARTIN, Christopher; TALBERT, Robert\n",isbn:"9788580554496",edition:1,vbkType:"pbk",url:"/books/9788580554496",coverURL:"//covers.vitalbook.com/vbid/9788580554496/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Handbook da Teoria das Restrições",author:"COX III, James F.; SCHLEIER, John G.",isbn:"9788582600139",edition:1,vbkType:"pbk",url:"/books/9788582600139",coverURL:"//covers.vitalbook.com/vbid/9788582600139/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Administração Financeira - Uma Nova Visão Econômica e Financeira para a Gestão ",author:"SILVA, Edson Cordeiro da",isbn:"978-85-216-2779-1",edition:0,vbkType:"epub",url:"/books/978-85-216-2779-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2779-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Estatística - Uma Abordagem por Resolução de Problemas",author:"KOKOSKA, Stephen",isbn:"978-85-216-2806-4",edition:0,vbkType:"pbk",url:"/books/978-85-216-2806-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2806-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Estatística Social",author:"DIETZ, Thomas; KALOF, Linda",isbn:"978-85-216-2761-6",edition:0,vbkType:"epub",url:"/books/978-85-216-2761-6",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2761-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Estereoquímica e à Análise Conformacional",author:"JUARISTI, Eusebio; STEFANI, Hélio A.",isbn:"9788540701564",edition:1,vbkType:"pbk",url:"/books/9788540701564",coverURL:"//covers.vitalbook.com/vbid/9788540701564/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução ao Ensino e à Prática",author:"LAMBERT, Peter; SCHOFIELD, Phillipp; Colaboradores",isbn:"9788563899149",edition:1,vbkType:"pbk",url:"/books/9788563899149",coverURL:"//covers.vitalbook.com/vbid/9788563899149/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Kit de Treinamento MCSA/ MCSE (Exame 70-290): Administração e Manutenção do Ambiente Microsoft W",author:"HOLME, Dan; THOMAS, Orin",isbn:"9788560031443",edition:1,vbkType:"pbk",url:"/books/9788560031443",coverURL:"//covers.vitalbook.com/vbid/9788560031443/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei das Contravenções Penais anotada : Decreto-lei n. 3.688, de 3-10-1941, 13ª edição.",author:"JESUS, Damásio de",isbn:"9788502618701",edition:0,vbkType:"pbk",url:"/books/9788502618701",coverURL:"//covers.vitalbook.com/vbid/9788502618701/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de direito constitucional, 2ª edição.",author:"TRINDADE, André Fernando dos Reis",isbn:"9788502230064",edition:0,vbkType:"pbk",url:"/books/9788502230064",coverURL:"//covers.vitalbook.com/vbid/9788502230064/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de direito do consumidor, 6ª edição.",author:"ALMEIDA, João",isbn:"9788502616844",edition:0,vbkType:"pbk",url:"/books/9788502616844",coverURL:"//covers.vitalbook.com/vbid/9788502616844/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito do Petróleo",author:"Quintans, Luiz Cezar P. ",isbn:"9788522493548",edition:0,vbkType:"pbk",url:"/books/9788522493548",coverURL:"//covers.vitalbook.com/vbid/9788522493548/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de filosofia do direito, 6ª edição.",author:"NUNES, Rizzatto",isbn:"9788502221703",edition:0,vbkType:"pbk",url:"/books/9788502221703",coverURL:"//covers.vitalbook.com/vbid/9788502221703/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual do Condomínio Edilício - Arts. 1.331 a 1.358 do Código Civil",author:"VIANA, Marco Aurelio S.",isbn:"978-85-309-6180-0",edition:0,vbkType:"pbk",url:"/books/978-85-309-6180-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6180-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual do Tabelião de Notas para Concursos e Profissionais, 2ª edição",author:"KOLLET, Ricardo Guimarães",isbn:"978-85-309-6164-0",edition:0,vbkType:"epub",url:"/books/978-85-309-6164-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6164-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática para Administração",author:"GUIDORIZZI, Hamilton Luiz",isbn:"978-85-216-2778-4",edition:0,vbkType:"epub",url:"/books/978-85-216-2778-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2778-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática Aplicada",author:"GOLDSTEIN, Larry J.; LAY, David C.; SCHNEIDER, David I.; ASMAR, Nakhl? H.",isbn:"9788540700970",edition:12,vbkType:"pbk",url:"/books/9788540700970",coverURL:"//covers.vitalbook.com/vbid/9788540700970/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microsoft Office Access 2007: Série Rápido e Fácil",author:"FRYE, Curtis D.",isbn:"9788577801268",edition:1,vbkType:"pbk",url:"/books/9788577801268",coverURL:"//covers.vitalbook.com/vbid/9788577801268/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microsoft Office Excel 2007: Série Passo a Passo",author:"FRYE, Curtis D.",isbn:"9788577801008",edition:1,vbkType:"pbk",url:"/books/9788577801008",coverURL:"//covers.vitalbook.com/vbid/9788577801008/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microsoft Office Outlook 2007: Série Passo a Passo",author:"PREPPERNAU, Joan; COX, Joyce\n",isbn:"9788577800964",edition:1,vbkType:"pbk",url:"/books/9788577800964",coverURL:"//covers.vitalbook.com/vbid/9788577800964/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microsoft Office Project 2007: Série Passo a Passo",author:"CHATFIELD, Carl S.; JOHNSON, Timothy D.",isbn:"9788577802999",edition:1,vbkType:"pbk",url:"/books/9788577802999",coverURL:"//covers.vitalbook.com/vbid/9788577802999/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microsoft Office System 2007: Série Rápido e Fácil",author:"JOYCE, Jerry; MOON, Marianne\n",isbn:"9788577802166",edition:1,vbkType:"pbk",url:"/books/9788577802166",coverURL:"//covers.vitalbook.com/vbid/9788577802166/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microsoft Office Word 2007: Série Passo a Passo",author:"PREPPERNAU, Joan; COX, Joyce\n",isbn:"9788577800872",edition:1,vbkType:"pbk",url:"/books/9788577800872",coverURL:"//covers.vitalbook.com/vbid/9788577800872/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Neurologia Clínica de Harrison",author:"HAUSER, Stephen; JOSEPHSON, Scott",isbn:"9788580554632",edition:1,vbkType:"pbk",url:"/books/9788580554632",coverURL:"//covers.vitalbook.com/vbid/9788580554632/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Neuropsicologia Forense",author:"SERAFIM, Antonio de Pádua; SAFFI, Fabiana\n",isbn:"9788582711828",edition:1,vbkType:"pbk",url:"/books/9788582711828",coverURL:"//covers.vitalbook.com/vbid/9788582711828/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Modelo PERT/CPM Aplicado a Gerenciamento de Projetos, 8ª edição",author:"CUKIERMAN, Zigmundo Salomão",isbn:"978-85-216-2783-8",edition:0,vbkType:"epub",url:"/books/978-85-216-2783-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2783-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Modelo Toyota de Liderança Lean: Como Conquistar e Manter a Excelência pelo Desenvolvimento de L",author:"LIKER, Jeffrey K.; CONVIS, Gary L.",isbn:"9788582600177",edition:1,vbkType:"pbk",url:"/books/9788582600177",coverURL:"//covers.vitalbook.com/vbid/9788582600177/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Objetos, Abstração, Estrutura de Dados e Projeto Usando C++",author:"KOFFMAN, Elliot B.; WOLFGANG, Paul A. T.",isbn:"978-85-216-2780-7",edition:0,vbkType:"epub",url:"/books/978-85-216-2780-7",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2780-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Odontologia Integrada do Adulto",author:"SANTOS, Amara Eulalia Chagas; IAZZETTI, G. Jô.; PRIMO, Laura Guimarães (orgs.)",isbn:"978-85-277-2681-8",edition:0,vbkType:"epub",url:"/books/978-85-277-2681-8",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2681-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Os Fundamentos Contra o Antitruste",author:"RAMOS, André Luiz Santa Cruz",isbn:"978-85-309-6147-3",edition:0,vbkType:"epub",url:"/books/978-85-309-6147-3",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6147-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Parasitologia Veterinária, 3ª edição",author:"TAYLOR, M.A.; COOP, R.L.; WALL, R.L.",isbn:"978-85-277-2686-3",edition:0,vbkType:"pbk",url:"/books/978-85-277-2686-3",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2686-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pesquisa de Levantamento",author:"FOWLER JR., Floyd J. ",isbn:"9788563899200",edition:4,vbkType:"pbk",url:"/books/9788563899200",coverURL:"//covers.vitalbook.com/vbid/9788563899200/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios fundamentais do direito constitucional: o estado da questão no início do século XXI, ",author:"FERREIRA FILHO, Manoel Gonçalves",isbn:"9788502220782",edition:0,vbkType:"pbk",url:"/books/9788502220782",coverURL:"//covers.vitalbook.com/vbid/9788502220782/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Programação com Arduino: Começando com Sketches - Série Tekne",author:"MONK, Simon",isbn:"9788582600276",edition:1,vbkType:"pbk",url:"/books/9788582600276",coverURL:"//covers.vitalbook.com/vbid/9788582600276/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Programação com Arduino II: Passos Avançados com Sketches - Série Tekne",author:"MONK, Simon",isbn:"9788582602973",edition:1,vbkType:"pbk",url:"/books/9788582602973",coverURL:"//covers.vitalbook.com/vbid/9788582602973/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Projetos com Arduino e Android:Use seu Smartphone ou Tablet para Controlar o Arduino - Série Tekne",author:"MONK, Simon",isbn:"9788582601228",edition:1,vbkType:"pbk",url:"/books/9788582601228",coverURL:"//covers.vitalbook.com/vbid/9788582601228/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prótese Sobre Implante",author:"PEREIRA, Jefferson Ricardo\n",isbn:"9788536701769",edition:1,vbkType:"pbk",url:"/books/9788536701769",coverURL:"//covers.vitalbook.com/vbid/9788536701769/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicodermatologia - Pele, Mente e Emoções",author:"AZAMBUJA, Roberto Doglia (org.)",isbn:"978-85-8114-302-6",edition:0,vbkType:"epub",url:"/books/978-85-8114-302-6",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-302-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química Geral - Coleção Schaum",author:"ROSENBERG, Jerome L.; EPSTEIN, Lawrence M.; KRIEGER, Peter J.\n",isbn:"9788565837316",edition:9,vbkType:"pbk",url:"/books/9788565837316",coverURL:"//covers.vitalbook.com/vbid/9788565837316/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química Orgânica: Estrutura e Propriedades - Série Tekne",author:"GARCIA, Cleverson Fernando; LUCAS, Esther Maria Ferreira; BINATTI, Ildefonso",isbn:"9788582602447",edition:1,vbkType:"pbk",url:"/books/9788582602447",coverURL:"//covers.vitalbook.com/vbid/9788582602447/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Segurança de Processos Químicos, 3ª edição",author:"CROWL, Daniel A.",isbn:"978-85-216-2758-6",edition:0,vbkType:"epub",url:"/books/978-85-216-2758-6",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2758-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sensores e Sistemas de Controle na Indústria, 2ª edição",author:"SOLOMAN, Sabrie",isbn:"978-85-216-2807-1",edition:0,vbkType:"pbk",url:"/books/978-85-216-2807-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2807-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Separação, Divórcio, Partilhas e Inventários Extrajudiciais, 2ª edição",author:"COLTRO, Antônio Carlos Mathias; DELGADO, Mário Luiz",isbn:"978-85-309-6177-0",edition:0,vbkType:"pbk",url:"/books/978-85-309-6177-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6177-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Defensoria pública, direitos fundamentais e ação civil pública : a tutela coletiva ",author:"FENSTERSEIFER, Tiago",isbn:"9788502228405",edition:0,vbkType:"pbk",url:"/books/9788502228405",coverURL:"//covers.vitalbook.com/vbid/9788502228405/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP: pesquisa acadêmica - Desentrincheiramento da jurisdição, 1ª edição.constitucional",author:"MUDROVITCH, Rodrigo",isbn:"9788502230545",edition:0,vbkType:"pbk",url:"/books/9788502230545",coverURL:"//covers.vitalbook.com/vbid/9788502230545/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas de Informações Contábeis: Fundamentos e Análise, 7ª edição",author:"Padoveze, Clóvis Luís ",isbn:"9788522492466",edition:0,vbkType:"pbk",url:"/books/9788522492466",coverURL:"//covers.vitalbook.com/vbid/9788522492466/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sociologia da Infância",author:"CORSARO, William A.",isbn:"9788536325422",edition:2,vbkType:"pbk",url:"/books/9788536325422",coverURL:"//covers.vitalbook.com/vbid/9788536325422/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Súmulas da AGU comentadas, 2ª edição.",author:"FANTI, Adriana Aghinoni",isbn:"9788502618558",edition:0,vbkType:"pbk",url:"/books/9788502618558",coverURL:"//covers.vitalbook.com/vbid/9788502618558/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnicas em Estética - Série Tekne",author:"IFOULD, Judith; FORSYTHE-CONROY, Debbie; WITTAKER, Maxine",isbn:"9788582711590",edition:3,vbkType:"pbk",url:"/books/9788582711590",coverURL:"//covers.vitalbook.com/vbid/9788582711590/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tecnologia de Salas Limpas - Fundamentos de Projeto, Ensaios e Operação, 2ª edição",author:"WHYTE, William",isbn:"978-85-216-2808-8",edition:0,vbkType:"pbk",url:"/books/978-85-216-2808-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2808-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Temas e Eestratégias para Liderança em Enfermagem: Enfrentando os Desafios Hospitalares Atuais",author:"Joint Commission Resources (JCR)",isbn:"9788536315690",edition:1,vbkType:"pbk",url:"/books/9788536315690",coverURL:"//covers.vitalbook.com/vbid/9788536315690/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria de Antenas - Análise e Síntese Vol. 1, 3ª edição",author:"BALANIS, Constantine A.",isbn:"978-85-216-2782-1",edition:0,vbkType:"epub",url:"/books/978-85-216-2782-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2782-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria de Antenas - Análise e Síntese Vol. 2, 3ª edição",author:"BALANIS, Constantine A.",isbn:"978-85-216-2785-2",edition:0,vbkType:"epub",url:"/books/978-85-216-2785-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2785-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria e Aplicações de Antenas",author:"VISSER, Hubregt J.",isbn:"978-85-216-2820-0",edition:0,vbkType:"epub",url:"/books/978-85-216-2820-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2820-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Testamento Vital, 3ª edição",author:"Dadalto, Luciana ",isbn:"9788522495078",edition:0,vbkType:"pbk",url:"/books/9788522495078",coverURL:"//covers.vitalbook.com/vbid/9788522495078/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de Periodontia Clínica e Implantologia Oral, 5ª edição",author:"LINDHE, Jan; LANG, Niklaus P.; KARRING, Thorkild",isbn:"978-85-277-2687-0",edition:0,vbkType:"pbk",url:"/books/978-85-277-2687-0",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2687-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratamento da Perimenopausa",author:"LIU, James H.; GASS, Margery L. S.",isbn:"9788563308832",edition:1,vbkType:"pbk",url:"/books/9788563308832",coverURL:"//covers.vitalbook.com/vbid/9788563308832/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tutela Administrativa do Consumidor: Atuação dos Procon's, Legislação, Doutrina e Jurisprud",author:"Filomeno, José Geraldo Brito (Org.)",isbn:"9788522493289",edition:0,vbkType:"pbk",url:"/books/9788522493289",coverURL:"//covers.vitalbook.com/vbid/9788522493289/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Valuation - Como Avaliar Empresas e Escolher as Melhores Ações",author:"DAMODARAN, Aswath",isbn:"978-85-216-2803-3",edition:0,vbkType:"pbk",url:"/books/978-85-216-2803-3",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2803-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Violência contra a mulher : aspectos criminais da Lei n. 11.340/2006, 2ª edição.",author:"JESUS, Damásio de",isbn:"9788502616028",edition:0,vbkType:"pbk",url:"/books/9788502616028",coverURL:"//covers.vitalbook.com/vbid/9788502616028/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:24.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Advocacia e a Ordem dos Advogados do Brasil, 6ª edição",author:"Mamede, Gladston ",isbn:"9788522492282",edition:0,vbkType:"pbk",url:"/books/9788522492282",coverURL:"//covers.vitalbook.com/vbid/9788522492282/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Análise Contábil e Financeira, (V. 4), 3ª edição",author:"Bruni, Adriano Leal",isbn:"9788522490332",edition:0,vbkType:"pbk",url:"/books/9788522490332",coverURL:"//covers.vitalbook.com/vbid/9788522490332/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A civilização capitalista : para compreender o mundo em que vivemos, 2ª edição.",author:"COMPARATO, Fábio Konder",isbn:"9788502229945",edition:0,vbkType:"pbk",url:"/books/9788502229945",coverURL:"//covers.vitalbook.com/vbid/9788502229945/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Empresa Inovadora e Direcionada para Resultados",author:"Oliveira, Djalma de Pinho Rebouças de ",isbn:"9788522493302",edition:0,vbkType:"pbk",url:"/books/9788522493302",coverURL:"//covers.vitalbook.com/vbid/9788522493302/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Engenharia e os Engenheiros na Sociedade Brasileira",author:"TELLES, Pedro Carlos Silva",isbn:"978-85-216-2743-2",edition:0,vbkType:"epub",url:"/books/978-85-216-2743-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2743-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Lei do Inquilinato Comentada - Artigo por Artigo, 9ª edição",author:"SOUZA, Sylvio Capanema",isbn:"978-85-309-5924-1",edition:0,vbkType:"epub",url:"/books/978-85-309-5924-1",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5924-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A morte inventada : alienação parental em ensaios e vozes",author:"SILVA, Alan Minas Ribeiro da",isbn:"9788502616226",edition:0,vbkType:"pbk",url:"/books/9788502616226",coverURL:"//covers.vitalbook.com/vbid/9788502616226/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Prática da Estatística nas Ciências da Vida, 2ª edição",author:"BALDI, Brigitte; MOORE, David S.",isbn:"978-85-216-2726-5",edition:0,vbkType:"epub",url:"/books/978-85-216-2726-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2726-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Amplificadores Operacionais e Filtros Ativos - Série Tekne",author:"PERTENCE JR., Antonio",isbn:"9788582602751",edition:8,vbkType:"pbk",url:"/books/9788582602751",coverURL:"//covers.vitalbook.com/vbid/9788582602751/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia clínica: Uma abordagem por estudos de casos",author:"HANKIN, Mark H.; MORSE, Denis E.; BENNETT-CLARKE, Carol A.",isbn:"9788580554250",edition:1,vbkType:"pbk",url:"/books/9788580554250",coverURL:"//covers.vitalbook.com/vbid/9788580554250/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Arbitragem e Mediação - Temas Controvertidos",author:"VERÇOSA, Fabiane et al.",isbn:"978-85-309-5911-1",edition:0,vbkType:"epub",url:"/books/978-85-309-5911-1",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5911-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Casos Clínicos do DSM-5",author:"BARNHILL, John W.",isbn:"9788582711576",edition:1,vbkType:"pbk",url:"/books/9788582711576",coverURL:"//covers.vitalbook.com/vbid/9788582711576/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Casos para Ensino em Contabilidade Societária",author:"Lemes, Sirlei et al. ",isbn:"9788522492367",edition:0,vbkType:"pbk",url:"/books/9788522492367",coverURL:"//covers.vitalbook.com/vbid/9788522492367/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código Penal Militar Comentado, 3ª edição",author:"SARAIVA, Alexandre José de Barros Leal",isbn:"978-85-309-5940-1",edition:0,vbkType:"epub",url:"/books/978-85-309-5940-1",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5940-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. OAB nacional. Primeira fase - Direito Civil, vol. 1, 6ª edição.",author:"FIGUEIREDO, Fábio Vieira",isbn:"9788502217065",edition:0,vbkType:"pbk",url:"/books/9788502217065",coverURL:"//covers.vitalbook.com/vbid/9788502217065/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. OAB nacional. Primeira fase - Direito processual penal, vol. 5, 8ª edição.",author:"OLIVEIRA, Flávio Cardoso de",isbn:"9788502217003",edition:0,vbkType:"pbk",url:"/books/9788502217003",coverURL:"//covers.vitalbook.com/vbid/9788502217003/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. OAB naiconal. Primeira fase - Ética profissional e estatuto da advocacia, vol. 10, 6ª ediçã",author:"MACEDO JUNIOR, Marco Antonio Silva de",isbn:"9788502217157",edition:0,vbkType:"pbk",url:"/books/9788502217157",coverURL:"//covers.vitalbook.com/vbid/9788502217157/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. preparatória para concurso de delegado de polícia - Criminologia e medicina legal,1ª ediçã",author:"PENTEADO FILHO, Nestor Sampaio",isbn:"9788502226920",edition:0,vbkType:"pbk",url:"/books/9788502226920",coverURL:"//covers.vitalbook.com/vbid/9788502226920/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção direito econômico : Transportes aquaviários, 1ª edição.",author:"SCHIRATO, Vitor Rhein",isbn:"9788502161894",edition:0,vbkType:"pbk",url:"/books/9788502161894",coverURL:"//covers.vitalbook.com/vbid/9788502161894/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção passe em concursos públicos : manual de dicas : carreiras policiais : polícia civil, fed",author:"ROCHA, Marcelo Hugo da",isbn:"9788502229976",edition:0,vbkType:"pbk",url:"/books/9788502229976",coverURL:"//covers.vitalbook.com/vbid/9788502229976/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção passe em concursos públicos : Manual de dicas : delegado de polícia civil e federal, 2ª",author:"ROCHA, Marcelo Hugo da",isbn:"9788502617759",edition:0,vbkType:"pbk",url:"/books/9788502617759",coverURL:"//covers.vitalbook.com/vbid/9788502617759/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção preparatória para concursos jurídicos; v. 2 - Direito administrativo, 3ª edição.",author:"BORDALO, Rodrigo",isbn:"9788502212855",edition:0,vbkType:"pbk",url:"/books/9788502212855",coverURL:"//covers.vitalbook.com/vbid/9788502212855/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários à Lei de Organização Criminosa : Lei 12.850/2013, 1ª edição.",author:"BITENCOURT, Cezar Roberto",isbn:"9788502227071",edition:0,vbkType:"pbk",url:"/books/9788502227071",coverURL:"//covers.vitalbook.com/vbid/9788502227071/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários à Lei de responsabilidade fiscal,",author:"MARTINS, Ives Gandra da Silva",isbn:"9788502230484",edition:0,vbkType:"pbk",url:"/books/9788502230484",coverURL:"//covers.vitalbook.com/vbid/9788502230484/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Compra de Imóveis: Aspectos Jurídicos, Cautelas Devidas e Análise de Riscos, 10ª edição",author:"Silva, Bruno Mattos e ",isbn:"9788522492817",edition:0,vbkType:"pbk",url:"/books/9788522492817",coverURL:"//covers.vitalbook.com/vbid/9788522492817/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Compromisso e promessa de compra e venda : distinções e novas aplicações dos contratos prelimina",author:"TEIXEIRA, Tarcisio",isbn:"9788502230576",edition:0,vbkType:"pbk",url:"/books/9788502230576",coverURL:"//covers.vitalbook.com/vbid/9788502230576/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Concessão de serviço público, 2ª edição.",author:"GUIMARÃES, Fernando Vernalha",isbn:"9788502228207",edition:0,vbkType:"pbk",url:"/books/9788502228207",coverURL:"//covers.vitalbook.com/vbid/9788502228207/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controle da Dor, do Medo e da Ansiedade em Odontopediatria",author:"MARSILLAC, Mirian de Waele Souchois de",isbn:"978-85-412-0388-3",edition:0,vbkType:"epub",url:"/books/978-85-412-0388-3",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0388-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Criatividade: O Comportamento Inovador como Padrão Natural de Viver e Trabalhar",author:"Zogbi, Edson ",isbn:"9788522491889",edition:0,vbkType:"pbk",url:"/books/9788522491889",coverURL:"//covers.vitalbook.com/vbid/9788522491889/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Crimes contra a Ordem Tributária, 2ª edição",author:"Harada, Kiyoshi; Musumecci Filho, Leonardo; Polido, Gustavo Moreno ",isbn:"9788522493012",edition:0,vbkType:"pbk",url:"/books/9788522493012",coverURL:"//covers.vitalbook.com/vbid/9788522493012/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CURRENT: Diretrizes Clínicas em Atenção Primária à Saúde (Lange)",author:"ESHERICK, Joseph S.; CLARK, Daniel S.; SLATER, Evan D.",isbn:"9788580551976",edition:10,vbkType:"pbk",url:"/books/9788580551976",coverURL:"//covers.vitalbook.com/vbid/9788580551976/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Administração Pública: Foco nas Instituições e Ações Governamentais, 4ª edição",author:"Matias-Pereira, José ",isbn:"9788522483273",edition:0,vbkType:"pbk",url:"/books/9788522483273",coverURL:"//covers.vitalbook.com/vbid/9788522483273/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito civil, 5 : direito das obrigações,2ª parte, 41ª edição.",author:"MONTEIRO, Washington de Barros",isbn:"9788502225428",edition:0,vbkType:"pbk",url:"/books/9788502225428",coverURL:"//covers.vitalbook.com/vbid/9788502225428/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito minerário, 2ª edição.",author:"FEIGELSON, Bruno",isbn:"9788502229464",edition:0,vbkType:"pbk",url:"/books/9788502229464",coverURL:"//covers.vitalbook.com/vbid/9788502229464/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Legislação Social: Direito do Trabalho, 14ª edição",author:"Zainaghi, Domingos Sávio ",isbn:"9788522493234",edition:0,vbkType:"pbk",url:"/books/9788522493234",coverURL:"//covers.vitalbook.com/vbid/9788522493234/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Descasos 2 : uma advogada às voltas com o direito dos excluídos, 1ª edição.",author:"SZAFIR, Alexandra Lebelson",isbn:"9788502216303",edition:0,vbkType:"pbk",url:"/books/9788502216303",coverURL:"//covers.vitalbook.com/vbid/9788502216303/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenho industrial : abuso de direito no mercado de reposição, 1ª edição.",author:"CAMELIER DA SILVA, Alberto Luís",isbn:"9788502208209",edition:0,vbkType:"pbk",url:"/books/9788502208209",coverURL:"//covers.vitalbook.com/vbid/9788502208209/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Diabetes Mellitus e Doenças Cardiovasculares",author:"LYRA, Ruy; CAVALCANTI, Ney; SANTOS, Raul Dias",isbn:"978-85-8114-283-8",edition:0,vbkType:"epub",url:"/books/978-85-8114-283-8",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-283-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito ao desenvolvimento, 1ª edição.",author:"BENFATTI, Fabio Fernandes Neves",isbn:"9788502229525",edition:0,vbkType:"pbk",url:"/books/9788502229525",coverURL:"//covers.vitalbook.com/vbid/9788502229525/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Civil e Arbitragem",author:"Nanni, Giovanni Ettore ",isbn:"9788522492770",edition:0,vbkType:"pbk",url:"/books/9788522492770",coverURL:"//covers.vitalbook.com/vbid/9788522492770/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito e Internet: Liberdade de Informação, Privacidade e Responsabilidade Civil, 7ª edição",author:"Paesani, Liliana Minardi ",isbn:"9788522493623",edition:0,vbkType:"pbk",url:"/books/9788522493623",coverURL:"//covers.vitalbook.com/vbid/9788522493623/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito societário aplicado : baseado nos precedentes das câmaras reservadas de direito empresaria",author:"WARDE JÚNIOR, Walfrido Jorge",isbn:"9788502229822",edition:0,vbkType:"pbk",url:"/books/9788502229822",coverURL:"//covers.vitalbook.com/vbid/9788502229822/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Societário e Globalização: Rediscussão da Lógica Público-Privada do Direito Societári",author:"Tomazette, Marlon ",isbn:"9788522490684",edition:0,vbkType:"pbk",url:"/books/9788522490684",coverURL:"//covers.vitalbook.com/vbid/9788522490684/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Tributário Essencial, 3ª edição",author:"SABBAG, Eduardo de Moraes",isbn:"978-85-309-5922-7",edition:0,vbkType:"epub",url:"/books/978-85-309-5922-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5922-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Tributário para os Cursos de Administração e Ciências Contábeis, 10ª edição",author:"Fabretti, Láudio Camargo; Fabretti, Dilene Ramos",isbn:"9788522494385",edition:0,vbkType:"pbk",url:"/books/9788522494385",coverURL:"//covers.vitalbook.com/vbid/9788522494385/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direitos da Personalidade: Revista e Atualizada, 3ª edição",author:"Schreiber, Anderson ",isbn:"9788522493449",edition:0,vbkType:"pbk",url:"/books/9788522493449",coverURL:"//covers.vitalbook.com/vbid/9788522493449/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direitos e Ações do Empregador",author:"Yazigi, Cintia ",isbn:"9788522492992",edition:0,vbkType:"pbk",url:"/books/9788522492992",coverURL:"//covers.vitalbook.com/vbid/9788522492992/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direitos humanos fundamentais : estudos sobre o art. 5º da Constituição de 1988, 1ª edição.",author:"CRUZ, Ariele Chagas",isbn:"9788502616479",edition:0,vbkType:"pbk",url:"/books/9788502616479",coverURL:"//covers.vitalbook.com/vbid/9788502616479/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Distúrbio de Voz Relacionado ao Trabalho - Práticas Fonoaudiológicas",author:"FERREIRA, Léslie Piccolotto; SILVA, Marta Assumpção de Andrada e; GIANNINI, Susana Pimentel Pinto",isbn:"978-85-277-2677-1",edition:0,vbkType:"epub",url:"/books/978-85-277-2677-1",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2677-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Drogas: Prazer e Morte: Guia de Prevenção e Recuperação de Dependentes",author:"Oliveira, Aristeu de ",isbn:"9788522494880",edition:0,vbkType:"pbk",url:"/books/9788522494880",coverURL:"//covers.vitalbook.com/vbid/9788522494880/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educação na Era Digital: A Escola Educativa",author:"GÓMEZ, Ángel I. Pérez",isbn:"9788584290246",edition:1,vbkType:"pbk",url:"/books/9788584290246",coverURL:"//covers.vitalbook.com/vbid/9788584290246/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Empresarial para quem odeia empresarial, 1ª edição.",author:"PIMENTA, Luciana",isbn:"9788502617964",edition:0,vbkType:"pbk",url:"/books/9788502617964",coverURL:"//covers.vitalbook.com/vbid/9788502617964/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Endodontia Passo a Passo: Evidências Clínicas",author:"DE SOUZA FILHO, Francisco José",isbn:"9788536702506",edition:1,vbkType:"pbk",url:"/books/9788536702506",coverURL:"//covers.vitalbook.com/vbid/9788536702506/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfermagem Médico-Cirúrgica",author:"PELLICO, Linda Honan",isbn:"978-85-277-2669-6",edition:0,vbkType:"epub",url:"/books/978-85-277-2669-6",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2669-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Esquizofrenia: Teoria e Clínica",author:"NARDI, Antonio Egidio; QUEVEDO, João; DA SILVA, Antônio Geraldo",isbn:"9788582711637",edition:1,vbkType:"pbk",url:"/books/9788582711637",coverURL:"//covers.vitalbook.com/vbid/9788582711637/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estudos de Direito Penal - Vol. III",author:"SHECAIRA, Sérgio Salomão",isbn:"978-85-309-5932-6",edition:0,vbkType:"epub",url:"/books/978-85-309-5932-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5932-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estudos tributários; VOL. 1, 1ª edição.",author:"SABBAG, Eduardo",isbn:"9788502223066",edition:0,vbkType:"pbk",url:"/books/9788502223066",coverURL:"//covers.vitalbook.com/vbid/9788502223066/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ética Empresarial: Política de Responsabilidade Social em 5 Dimenções: Sustentablidade, Respeito",author:"Santos, Fernando de Almeida ",isbn:"9788522494576",edition:0,vbkType:"pbk",url:"/books/9788522494576",coverURL:"//covers.vitalbook.com/vbid/9788522494576/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ética nos Negócios: Série A",author:"GHILLYER, Andrew W.",isbn:"9788580554342",edition:4,vbkType:"pbk",url:"/books/9788580554342",coverURL:"//covers.vitalbook.com/vbid/9788580554342/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Execução penal : teoria crítica, 1ª edição.",author:"ROIG, Rodrigo Duque Estrada",isbn:"9788502230262",edition:0,vbkType:"pbk",url:"/books/9788502230262",coverURL:"//covers.vitalbook.com/vbid/9788502230262/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiologia Cardiovascular (Lange)",author:"MOHRMAN, David E.; HELLER, Lois Jane",isbn:"9788563308795",edition:6,vbkType:"pbk",url:"/books/9788563308795",coverURL:"//covers.vitalbook.com/vbid/9788563308795/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Formas Farmacêuticas e Sistemas de Liberação de Fármacos",author:"ALLEN JR, Loyd V.; POPOVICH, Nicholas G.; ANSEL, Howard C.",isbn:"9788565852852",edition:9,vbkType:"pbk",url:"/books/9788565852852",coverURL:"//covers.vitalbook.com/vbid/9788565852852/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Função social do notariado : eficiência, confiança e imparcialidade, 1ª edição.",author:"CAMPILONGO, Celso Fernandes",isbn:"9788502617698",edition:0,vbkType:"pbk",url:"/books/9788502617698",coverURL:"//covers.vitalbook.com/vbid/9788502617698/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos da Eletroconvulsoterapia",author:"ROSA, Moacyr Alexandro; ROSA, Marina Odebrecht",isbn:"9788582711477",edition:1,vbkType:"pbk",url:"/books/9788582711477",coverURL:"//covers.vitalbook.com/vbid/9788582711477/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Administração - Introdução à Teoria Geral e aos Processos da Administração, 3ª edição",author:"MAXIMIANO, Antonio Cesar Amaru",isbn:"978-85-216-2751-7",edition:0,vbkType:"epub",url:"/books/978-85-216-2751-7",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2751-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Anatomia Clinica, 4ª edição",author:"MOORE, Keith L.; AGUR, Anne M. R.; DALLEY, Arthur F.",isbn:"978-85-277-2429-6",edition:4,vbkType:"epub",url:"/books/978-85-277-2429-6",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2429-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos do Diagnóstico Psiquiátrico: Respondendo às Mudanças do DSM-5",author:"FRANCES, Allen",isbn:"9788582711514",edition:1,vbkType:"pbk",url:"/books/9788582711514",coverURL:"//covers.vitalbook.com/vbid/9788582711514/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão Agroindustrial (V. 1), 3ª edição",author:"Batalha, Mário Otávio (Coord.)",isbn:"9788522494682",edition:0,vbkType:"pbk",url:"/books/9788522494682",coverURL:"//covers.vitalbook.com/vbid/9788522494682/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Pessoas: Estratégias e Integração Organizacional - Edição Compacta, 2ª edição",author:"Araújo, Luis César Gonçalves de; Garcia, Adriana Amadeu ",isbn:"9788522491292",edition:0,vbkType:"pbk",url:"/books/9788522491292",coverURL:"//covers.vitalbook.com/vbid/9788522491292/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão Logística do Transporte de Cargas",author:"Caixeta-Filho, José Vicente; Martins, Ricardo Silveira; (Org.) ",isbn:"9788522494637",edition:0,vbkType:"pbk",url:"/books/9788522494637",coverURL:"//covers.vitalbook.com/vbid/9788522494637/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"GPS - Guia Prático de Saúde - Clínica Médica",author:"FERREIRA, Fernanda et al. (org.)",isbn:"978-85-8114-224-1",edition:0,vbkType:"epub",url:"/books/978-85-8114-224-1",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-224-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia para o Exame Diagnóstico Segundo o DSM-5",author:"NUSSBAUM, Abraham M.",isbn:"9788582711538",edition:1,vbkType:"pbk",url:"/books/9788582711538",coverURL:"//covers.vitalbook.com/vbid/9788582711538/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia prático da previdência social, 5ª edição.",author:"KERTZMAN, Ivan",isbn:"9788502616530",edition:0,vbkType:"pbk",url:"/books/9788502616530",coverURL:"//covers.vitalbook.com/vbid/9788502616530/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Habilidades para uma Carreira de Sucesso na Engenharia",author:"ALEXANDER, Charles K.; WATSON, James A.",isbn:"9788580554403",edition:1,vbkType:"pbk",url:"/books/9788580554403",coverURL:"//covers.vitalbook.com/vbid/9788580554403/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Hematologia e Bioquímica Clínica Veterinária, 2ª edição",author:"THRALL, Mary Anna",isbn:"978-85-277-2660-3",edition:0,vbkType:"epub",url:"/books/978-85-277-2660-3",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2660-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Hematologia e Oncologia de Harrison",author:"LONGO, Dan L.",isbn:"9788580554564",edition:2,vbkType:"pbk",url:"/books/9788580554564",coverURL:"//covers.vitalbook.com/vbid/9788580554564/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Holding, Administração Corporativa e Unidade Estratégica de Negócio, 5ª edição",author:"Oliveira, Djalma de Pinho Rebouças de ",isbn:"9788522494941",edition:0,vbkType:"pbk",url:"/books/9788522494941",coverURL:"//covers.vitalbook.com/vbid/9788522494941/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Imparcialidade e Processo Penal: Da Prevenção da Competência ao Juiz de Garantias, 2ª edição",author:"Maya, André Machado ",isbn:"9788522492145",edition:0,vbkType:"pbk",url:"/books/9788522492145",coverURL:"//covers.vitalbook.com/vbid/9788522492145/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Improbidade administrativa, 8ª edição.",author:"GARCIA, Emerson",isbn:"9788502228177",edition:0,vbkType:"pbk",url:"/books/9788502228177",coverURL:"//covers.vitalbook.com/vbid/9788502228177/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Integrando Psicoterapia e Psicofarmacologia: Manual para Clínicos",author:"DE OLIVEIRA, Irismar Reis; SCHWARTZ, Thomas; STAHL, Stephen M.",isbn:"9788582711651",edition:1,vbkType:"pbk",url:"/books/9788582711651",coverURL:"//covers.vitalbook.com/vbid/9788582711651/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Justiça restaurativa e abolicionismo penal, 1ª edição.",author:"ACHUTTI, Daniel Silva",isbn:"9788502210127",edition:0,vbkType:"pbk",url:"/books/9788502210127",coverURL:"//covers.vitalbook.com/vbid/9788502210127/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Kit de Treinamento MCTS (Exame 70-640): Configuração do Windows Server 2008: Active Directory",author:"HOLME, Dan; RUEST, Nelson; RUEST, Danielle; KELLINGON, Jason",isbn:"9788582600108",edition:2,vbkType:"pbk",url:"/books/9788582600108",coverURL:"//covers.vitalbook.com/vbid/9788582600108/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei da Ficha Limpa : interpretação jurisprudencial, 1ª edição.",author:"SANTOS, Luciano Caparroz Pereira dos",isbn:"9788502616905",edition:0,vbkType:"pbk",url:"/books/9788502616905",coverURL:"//covers.vitalbook.com/vbid/9788502616905/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lições de Gramática Aplicada ao Texto Jurídico, 4ª edição",author:"FETZNER, Néli Luiz Cavalieri; MACEDO, Iraélcio Ferreira; TAVARES Jr., Nelson Carlos",isbn:"978-85-309-5985-2",edition:0,vbkType:"epub",url:"/books/978-85-309-5985-2",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5985-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Macroeconomia, 8ª edição",author:"MANKIW, N. Gregory",isbn:"978-85-216-2749-4",edition:0,vbkType:"epub",url:"/books/978-85-216-2749-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2749-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Controle de Produtos Químicos para a Indústria e o Comércio",author:"Abreu, Luciano ",isbn:"9788522491841",edition:0,vbkType:"pbk",url:"/books/9788522491841",coverURL:"//covers.vitalbook.com/vbid/9788522491841/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Instalações Elétricas, 2ª edição",author:"NISKIER, Julio",isbn:"978-85-216-2745-6",edition:0,vbkType:"epub",url:"/books/978-85-216-2745-6",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2745-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Organização, Sistemas e Métodos: Abordagem Teórica e Prática da Engenharia da Informa",author:"Ballestero-Alvarez, María Esmeralda ",isbn:"9788522493265",edition:0,vbkType:"pbk",url:"/books/9788522493265",coverURL:"//covers.vitalbook.com/vbid/9788522493265/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Perícias Psiquiátricas",author:"DE BARROS, Daniel Martins; TEIXEIRA, Eduardo Henrique ",isbn:"9788582711439",edition:1,vbkType:"pbk",url:"/books/9788582711439",coverURL:"//covers.vitalbook.com/vbid/9788582711439/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing Aplicado - Série Tekne",author:"FARIAS, Cláudio, DUSCHITZ, Caroline, DE CARVALHO Gustavo Meneghetti",isbn:"9788582602782",edition:1,vbkType:"pbk",url:"/books/9788582602782",coverURL:"//covers.vitalbook.com/vbid/9788582602782/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microbiologia Médica de Jawetz, Melnick e Adelberg (Lange)",author:"BROOKS, Geo. F.; CAROLL, Karen C.; BUTEL, Janet S.; MORSE, Stephen A.; MIETZNER,Timothy A.",isbn:"9788580553352",edition:26,vbkType:"pbk",url:"/books/9788580553352",coverURL:"//covers.vitalbook.com/vbid/9788580553352/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microsoft Visual C# 2013 Passo a Passo",author:"SHARP, John",isbn:"9788582602102",edition:1,vbkType:"pbk",url:"/books/9788582602102",coverURL:"//covers.vitalbook.com/vbid/9788582602102/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mídia Sensacionalista - O Segredo de Justiça como Regra",author:"LIRA, Rafael de Souza",isbn:"978-85-309-5930-2",edition:0,vbkType:"epub",url:"/books/978-85-309-5930-2",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5930-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Modelagem e Simulação de Reatores Catalíticos para o Refino de Petróleo",author:"ANCHEYTA, Jorge",isbn:"978-85-216-2747-0",edition:0,vbkType:"epub",url:"/books/978-85-216-2747-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2747-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Neuroanatomia Clínica, 7ª edição",author:"SNELL, Richard S.",isbn:"978-85-277-2451-7",edition:0,vbkType:"epub",url:"/books/978-85-277-2451-7",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2451-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Direito na Pós-Modernidade, 3ª edição",author:"Bittar, Eduardo C. B. ",isbn:"9788522490370",edition:0,vbkType:"pbk",url:"/books/9788522490370",coverURL:"//covers.vitalbook.com/vbid/9788522490370/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Ministério Público no Controle de Constitucionalidade - Revoluções Institucionais Necessárias",author:"MELO, Marconi Antas Falcone de",isbn:"978-85-309-5899-2",edition:0,vbkType:"epub",url:"/books/978-85-309-5899-2",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5899-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Organizações não Governamentais e Terceiro Setor: Criação de ONGs e\nEstratégias de Atuação, ",author:"Tachizawa, Takeshy ",isbn:"9788522489954",edition:0,vbkType:"pbk",url:"/books/9788522489954",coverURL:"//covers.vitalbook.com/vbid/9788522489954/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento e Controle da Produção: Teoria e Prática, 2ª edição",author:"Tubino, Dalvio Ferrari ",isbn:"9788522494668",edition:0,vbkType:"pbk",url:"/books/9788522494668",coverURL:"//covers.vitalbook.com/vbid/9788522494668/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processo Eletrônico e Teoria Geral do Processo Eletrônico, 5ª edição",author:"ALMEIDA FILHO, José Carlos de Araújo",isbn:"978-85-309-5991-3",edition:5,vbkType:"epub",url:"/books/978-85-309-5991-3",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5991-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Programa de Sociologia Jurídica, 14ª edição",author:"CAVALIERI FILHO, Sergio",isbn:"978-85-309-5983-8",edition:0,vbkType:"epub",url:"/books/978-85-309-5983-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5983-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prótese Total e Prótese Parcial Removível - Série Abeno: Odontologia Essencial - Parte Clínica",author:"RUSSI, Sérgio; ROCHA, Eduardo P.",isbn:"9788536702520",edition:1,vbkType:"pbk",url:"/books/9788536702520",coverURL:"//covers.vitalbook.com/vbid/9788536702520/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Questões Sociais Desafiadoras na Escola: Guia Prático para Professores",author:"MCLURKIN, Denise L.",isbn:"9788580554380",edition:1,vbkType:"pbk",url:"/books/9788580554380",coverURL:"//covers.vitalbook.com/vbid/9788580554380/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Repensando a Educação Brasileira: O que Fazer para Transformar nossas Escolas",author:"Oliveira, João Batista Araujo e ",isbn:"9788522495252",edition:0,vbkType:"pbk",url:"/books/9788522495252",coverURL:"//covers.vitalbook.com/vbid/9788522495252/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Responsabilidade Civil por Erro Médico: Doutrina e Jurisprudência, 3ª edição",author:"Melo, Nehemias domingos de ",isbn:"9788522493340",edition:0,vbkType:"pbk",url:"/books/9788522493340",coverURL:"//covers.vitalbook.com/vbid/9788522493340/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Resumo 1ª Fase - OAB - Como se Preparar para o Exame de Ordem - Vol. 2 - Processo Civil, 13ª edição",author:"MONTENEGRO FILHO, Misael",isbn:"978-85-309-6010-0",edition:0,vbkType:"epub",url:"/books/978-85-309-6010-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6010-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Resumo 1ª Fase - OAB - Como se Preparar para o Exame de Ordem - Vol. 3 - Administrativo, 12ª edição",author:"NADAL, Fábio; SANTOS, Vauledir Ribeiro",isbn:"978-85-309-6137-4",edition:0,vbkType:"epub",url:"/books/978-85-309-6137-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6137-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Resumo 1ª Fase - OAB - Como se Preparar para o Exame de Ordem - Vol. 4 - Tributário, 12ª e",author:"BARREIRINHAS, Robinson Sakiyama",isbn:"978-85-309-5973-9",edition:0,vbkType:"epub",url:"/books/978-85-309-5973-9",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5973-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Resumo 1ª Fase - OAB - Como se Preparar para o Exame de Ordem - Vol. 5 - Penal, 12ª ediçã",author:"CAPOBIANCO, Rodrigo Julio; SANTOS, Vauledir Ribeiro",isbn:"978-85-309-5999-9",edition:0,vbkType:"epub",url:"/books/978-85-309-5999-9",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5999-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Resumo 1ª Fase - OAB - Como se Preparar para o Exame de Ordem - Vol. 9 - Constitucional, 13ª edição",author:"OLIVEIRA, Adriano B. Koenigkam de; FERREIRA, Olavo A. Vianna Alves",isbn:"978-85-309-6006-3",edition:0,vbkType:"epub",url:"/books/978-85-309-6006-3",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6006-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série 1001 - 1001 Questões Comentadas de Direito Civil - CESPE, 2ª edição",author:"PAPARIELLO Jr., Vincenzo",isbn:"978-85-309-5942-5",edition:0,vbkType:"epub",url:"/books/978-85-309-5942-5",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5942-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série 1001 - 1001 Questões Comentadas de Direito do Trabalho - FCC",author:"LAZZAROTTO, Aldair",isbn:"978-85-309-5946-3",edition:0,vbkType:"epub",url:"/books/978-85-309-5946-3",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5946-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Concursos Públicos - Direito Penal - Questões Comentadas - CESPE, 4ª edição",author:"BRANCO, Emerson Castelo",isbn:"978-85-309-5952-4",edition:0,vbkType:"epub",url:"/books/978-85-309-5952-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5952-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Concursos Públicos - Direito Penal para Concursos - Polícia Federal, 4ª edição",author:"BRANCO, Emerson Castelo",isbn:"978-85-309-5950-0",edition:0,vbkType:"epub",url:"/books/978-85-309-5950-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5950-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Concursos Públicos - Informática para Concursos, 5ª edição",author:"IDANKAS, Rodney",isbn:"978-85-309-5920-3",edition:0,vbkType:"epub",url:"/books/978-85-309-5920-3",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5920-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Concursos Públicos - Legislação Penal Especial para Concursos - Polícia Federal, 4ª edi",author:"BRANCO, Emerson Castelo",isbn:"978-85-309-5954-8",edition:0,vbkType:"epub",url:"/books/978-85-309-5954-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5954-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Concursos Públicos - Processo Penal - Questões Comentadas - CESPE, 3ª edição",author:"BRANCO, Emerson Castelo",isbn:"978-85-309-5938-8",edition:0,vbkType:"epub",url:"/books/978-85-309-5938-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5938-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Concursos Públicos - Processo Penal para Concursos - Polícia Federal, 2ª edição",author:"BRANCO, Emerson Castelo",isbn:"978-85-309-5948-7",edition:0,vbkType:"epub",url:"/books/978-85-309-5948-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5948-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série direito registral e notarial - O procedimento de dúvida e a evolução dos sistemas registra",author:"PAIVA, João Pedro Lamana",isbn:"9788502227385",edition:0,vbkType:"pbk",url:"/books/9788502227385",coverURL:"//covers.vitalbook.com/vbid/9788502227385/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série EDB - Judicialização das relações internacionais : a força do princípio constitucional ",author:"PANNUNZIO, Eduardo",isbn:"9788502211872",edition:0,vbkType:"pbk",url:"/books/9788502211872",coverURL:"//covers.vitalbook.com/vbid/9788502211872/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Teoria e Questões - Português para Concursos, 3ª edição",author:"MUNIZ, Waldson",isbn:"978-85-309-5944-9",edition:0,vbkType:"epub",url:"/books/978-85-309-5944-9",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5944-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistema Toyota de Produção: Uma Abordagem Integrada ao Just-in-time",author:"MONDEN, Yasuhiro",isbn:"9788582602164",edition:4,vbkType:"pbk",url:"/books/9788582602164",coverURL:"//covers.vitalbook.com/vbid/9788582602164/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas de Informações Gerenciais, 16ª edição",author:"Oliveira, Djalma de Pinho Rebouças de ",isbn:"9788522491483",edition:0,vbkType:"pbk",url:"/books/9788522491483",coverURL:"//covers.vitalbook.com/vbid/9788522491483/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sociologia dos direitos sociais : escassez, justiça e legitimidade, 1ª edição.",author:"CORREIA, José Gladston Viana",isbn:"9788502210196",edition:0,vbkType:"pbk",url:"/books/9788502210196",coverURL:"//covers.vitalbook.com/vbid/9788502210196/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Soluções Ortodônticas para Dentes Retidos",author:"CARVALHO, José Aloízio de",isbn:"978-85-277-2673-3",edition:0,vbkType:"epub",url:"/books/978-85-277-2673-3",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2673-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria das Funções de Variável Complexa",author:"BOURCHTEIN, Lioudmila; BOURCHTEIN, Andrei",isbn:"978-85-216-2728-9",edition:0,vbkType:"epub",url:"/books/978-85-216-2728-9",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2728-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria e Aplicação da Pena",author:"Rossetto, Enio Luiz ",isbn:"9788522492657",edition:0,vbkType:"pbk",url:"/books/9788522492657",coverURL:"//covers.vitalbook.com/vbid/9788522492657/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terceiro Setor e Tributação - Vol. 7",author:"PAES, José Eduardo Sabo; MAGALHÃES, Juliana Aparecida (coords.)",isbn:"978-85-309-5909-8",edition:0,vbkType:"epub",url:"/books/978-85-309-5909-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5909-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Transtorno de Déficit de Atenção/Hiperatividade: Teoria e Clínica",author:"NARDI, Antonio Egidio; QUEVEDO, João; DA SILVA, Antônio Geraldo",isbn:"9788582711613",edition:1,vbkType:"pbk",url:"/books/9788582711613",coverURL:"//covers.vitalbook.com/vbid/9788582711613/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de Animais Selvagens - Medicina Veterinária, 2ª edição",author:"CUBAS, Zalmir Silvino; SILVA, Jean Carlos Ramos; CATÃO-DIAS, José Luiz",isbn:"978-85-277-2649-8",edition:0,vbkType:"epub",url:"/books/978-85-277-2649-8",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2649-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de Medicina Interna de Cães e Gatos",author:"JERICÓ, Márcia Marques",isbn:"978-85-277-2667-2",edition:0,vbkType:"epub",url:"/books/978-85-277-2667-2",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2667-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tribunal do Júri: Teoria e Prática, 4ª edição",author:"Campos, Walfredo Cunha ",isbn:"9788522492565",edition:0,vbkType:"pbk",url:"/books/9788522492565",coverURL:"//covers.vitalbook.com/vbid/9788522492565/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tributação ambiental : reflexões sobre a introdução da variável ambiental no sistema tributár",author:"MONTERO, Carlos Eduardo Peralta",isbn:"9788502216358",edition:0,vbkType:"pbk",url:"/books/9788502216358",coverURL:"//covers.vitalbook.com/vbid/9788502216358/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Urologia Geral de Smith e Tanagho (LANGE)",author:"MCANINCH, Jack W.; LUE, Tom F.",isbn:"9788580553703",edition:18,vbkType:"pbk",url:"/books/9788580553703",coverURL:"//covers.vitalbook.com/vbid/9788580553703/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Videocirurgia em Pequenos Animais",author:"BRUN, Maurício Veloso",isbn:"978-85-277-2675-7",edition:0,vbkType:"epub",url:"/books/978-85-277-2675-7",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2675-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Ciência do Direito, 3ª edição",author:"Ferraz Jr., Tercio Sampaio ",isbn:"9788522491445",edition:0,vbkType:"pbk",url:"/books/9788522491445",coverURL:"//covers.vitalbook.com/vbid/9788522491445/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Clínica Psicanalítica das Psicopatologias Contemporâneas",author:"COSTA, Gley P.",isbn:"9788582711453",edition:2,vbkType:"pbk",url:"/books/9788582711453",coverURL:"//covers.vitalbook.com/vbid/9788582711453/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A criação do direito, 3ª edição.",author:"TELLES JUNIOR, Goffredo",isbn:"9788502209077",edition:0,vbkType:"pbk",url:"/books/9788502209077",coverURL:"//covers.vitalbook.com/vbid/9788502209077/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Formação de Professores e seus Desafios Frente às Mudanças Sociais, Políticas e Tecnológicas",author:"PARENTE, Cláudia da Mota Darós; DO VALLE, Luiza Elena\nL. Ribeiro; DE MATTOS, Maria José Viana Mar",isbn:"9788584290130",edition:1,vbkType:"pbk",url:"/books/9788584290130",coverURL:"//covers.vitalbook.com/vbid/9788584290130/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A História do Ensino da Odontopediatria no Brasil",author:"GUEDES-PINTO, Antonio Carlos",isbn:"978-85-277-2623-8",edition:0,vbkType:"epub",url:"/books/978-85-277-2623-8",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2623-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Nova Administração",author:"Stephen P. Robbins, David A. DeCenzo e Robert M. Wolter",isbn:"9788502225336",edition:0,vbkType:"pbk",url:"/books/9788502225336",coverURL:"//covers.vitalbook.com/vbid/9788502225336/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Nova Contabilidade Aplicada ao Setor Público: Uma Abordagem Prática, 3ª edição",author:"Silva, Valmir Leôncio da ",isbn:"9788522492121",edition:0,vbkType:"pbk",url:"/books/9788522492121",coverURL:"//covers.vitalbook.com/vbid/9788522492121/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Psicologia da Dor",author:"PORTNOI, Andréa G.",isbn:"978-85-277-2640-5",edition:0,vbkType:"epub",url:"/books/978-85-277-2640-5",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2640-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Aprender a Ler e Escrever a partir da Fônica: Um Programa Abrangente de Ensino",author:"SAVAGE, John F.",isbn:"9788580554304",edition:4,vbkType:"pbk",url:"/books/9788580554304",coverURL:"//covers.vitalbook.com/vbid/9788580554304/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Aprendizagem Baseada em Projetos: Educação Diferenciada para o Século XXI",author:"BENDER, Willian N.",isbn:"9788584290000",edition:1,vbkType:"pbk",url:"/books/9788584290000",coverURL:"//covers.vitalbook.com/vbid/9788584290000/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Atendimento Nutricional a Crianças e Adolescentes - Visão Prática",author:"BON, Avany M. Xavier",isbn:"978-85-277-2658-0",edition:0,vbkType:"epub",url:"/books/978-85-277-2658-0",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2658-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Biologia para Enfermagem - Série Tekne",author:"ÁRTICO, Ana Elisa; GARCIA, Martha Regina Lucizano; FELLET, Rosane Lavorenti\n",isbn:"9788582711200",edition:1,vbkType:"pbk",url:"/books/9788582711200",coverURL:"//covers.vitalbook.com/vbid/9788582711200/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Biossegurança - Ações Fundamentais para Promoção da Saúde",author:"BARSANO, Paulo Roberto; BARBOSA, Rildo Pereira; GONÇALVES, Emanoela; SOARES, Suerlane Pereira da Si",isbn:"9788536510996",edition:1,vbkType:"pbk",url:"/books/9788536510996",coverURL:"//covers.vitalbook.com/vbid/9788536510996/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Branding Analítico: Métodos Quantitativos para Gestão da Marca",author:"Tomiya, Eduardo Heiji ",isbn:"9788522491674",edition:0,vbkType:"pbk",url:"/books/9788522491674",coverURL:"//covers.vitalbook.com/vbid/9788522491674/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Circuitos Elétricos - Coleção Schaum",author:"NAHVI, Mahmood; EDMINISTER, Joseph A.",isbn:"9788582602041",edition:5,vbkType:"pbk",url:"/books/9788582602041",coverURL:"//covers.vitalbook.com/vbid/9788582602041/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cirurgia da Articulação Temporomandibular",author:"MANGANELLO, Luiz Carlos Souza; SILVEIRA, Maria Eduina da; SILVA, Alexandre Augusto Ferreira da",isbn:"978-85-277-2634-4",edition:0,vbkType:"epub",url:"/books/978-85-277-2634-4",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2634-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código de processo penal : comentários consolidados e crítica jurisprudencial, 6ª edição.",author:"CHOUKR, Fauzi Hassan",isbn:"9788502220065",edition:0,vbkType:"pbk",url:"/books/9788502220065",coverURL:"//covers.vitalbook.com/vbid/9788502220065/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. ícones do direito - Manual de direito tributário, 1ª edição.",author:"PUCCINELLI JUNIOR, André",isbn:"9788502228641",edition:0,vbkType:"pbk",url:"/books/9788502228641",coverURL:"//covers.vitalbook.com/vbid/9788502228641/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Saberes Críticos - Beccaria (250 anos) e o drama do castigo penal : civilização ou barbárie",author:"GOMES, Luiz Flávio",isbn:"9788502230033",edition:0,vbkType:"pbk",url:"/books/9788502230033",coverURL:"//covers.vitalbook.com/vbid/9788502230033/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Saberes mongráficos - Lei Maria da Penha: Lei 11.340/2006: aspectos assistenciais, protetivos ",author:"BIANCHINI, Alice",isbn:"9788502228115",edition:0,vbkType:"pbk",url:"/books/9788502228115",coverURL:"//covers.vitalbook.com/vbid/9788502228115/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comunicação e Negociação: Conceitos e Práticas Organizacionais",author:"TAJRA, Sanmya Feitosa",isbn:"9788536511054",edition:1,vbkType:"pbk",url:"/books/9788536511054",coverURL:"//covers.vitalbook.com/vbid/9788536511054/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Digital",author:"Oliveira, Edson ",isbn:"9788522491315",edition:0,vbkType:"pbk",url:"/books/9788522491315",coverURL:"//covers.vitalbook.com/vbid/9788522491315/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade gerencial para tomada de decisão - 1ª edição",author:"ATRILL, Peter; MCLANEY, Eddie",isbn:"9788502224391",edition:0,vbkType:"pbk",url:"/books/9788502224391",coverURL:"//covers.vitalbook.com/vbid/9788502224391/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Intermediária Simplificada",author:"Gilson Chagas",isbn:"9788502227156",edition:0,vbkType:"pbk",url:"/books/9788502227156",coverURL:"//covers.vitalbook.com/vbid/9788502227156/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Craig | Mecânica dos Solos, 8ª edição",author:"KNAPPETT, J. A.; CRAIG, R. F.",isbn:"978-85-216-2703-6",edition:0,vbkType:"epub",url:"/books/978-85-216-2703-6",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2703-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Culpabilidade, 2ª edição.",author:"TANGERINO, Davi de Paiva Costa",isbn:"9788502226500",edition:0,vbkType:"pbk",url:"/books/9788502226500",coverURL:"//covers.vitalbook.com/vbid/9788502226500/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CURRENT: Ortopedia (Lange) - Diagnóstico e Tratamento",author:"SKINNER, Harry B., MCMAHON, Patrick J.",isbn:"9788580554366",edition:5,vbkType:"pbk",url:"/books/9788580554366",coverURL:"//covers.vitalbook.com/vbid/9788580554366/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito internacional penal, 2ª edição.",author:"CRETELLA NETO, José",isbn:"9788502217973",edition:0,vbkType:"pbk",url:"/books/9788502217973",coverURL:"//covers.vitalbook.com/vbid/9788502217973/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito processual do trabalho, 29ª edição.",author:"NASCIMENTO, Amauri Mascaro",isbn:"9788502212886",edition:0,vbkType:"pbk",url:"/books/9788502212886",coverURL:"//covers.vitalbook.com/vbid/9788502212886/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Custos de Processos Logísticos",author:"CASTIGLIONI, José Antonio de Mattos; NASCIMENTO, Francisco Carlos do",isbn:"9788536511016",edition:1,vbkType:"pbk",url:"/books/9788536511016",coverURL:"//covers.vitalbook.com/vbid/9788536511016/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenho para Arquitetos",author:"CHING, Francis D. K.",isbn:"9788540701915",edition:2,vbkType:"pbk",url:"/books/9788540701915",coverURL:"//covers.vitalbook.com/vbid/9788540701915/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenho Técnico Moderno, 4ª edição",author:"SILVA, Arlindo; RIBEIRO, Carlos Tavares; DIAS, Joáo; SOUSA, Luís",isbn:"978-85-216-2739-5",edition:0,vbkType:"epub",url:"/books/978-85-216-2739-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2739-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenho Urbano",author:"WALL, Ed; WATERMAN, Tim",isbn:"9788540701205",edition:1,vbkType:"pbk",url:"/books/9788540701205",coverURL:"//covers.vitalbook.com/vbid/9788540701205/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Constitucional do Trabalho no Brasil",author:"Stürmer, Gilberto ",isbn:"9788522492305",edition:0,vbkType:"pbk",url:"/books/9788522492305",coverURL:"//covers.vitalbook.com/vbid/9788522492305/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Divórcio, Dissolução e Fraude na Partilha de Bens: Simulações Empresariais e Societárias, 4ª ",author:"Mamede, Gladston; Mamede, Eduarda Cotta ",isbn:"9788522491049",edition:0,vbkType:"pbk",url:"/books/9788522491049",coverURL:"//covers.vitalbook.com/vbid/9788522491049/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"DTG - Dicionário Terapêutico Guanabara 2015/2016, 21ª edição",author:"KOROLKOVAS, Andrejus; FRANÇA, Francisco Faustino de Albuquerque Carneiro de; CUNHA, Bruno Carlos de ",isbn:"978-85-277-2638-2",edition:0,vbkType:"epub",url:"/books/978-85-277-2638-2",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2638-2/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dumping social, 1ª edição.",author:"FERNANDEZ, Leandro",isbn:"9788502212916",edition:0,vbkType:"pbk",url:"/books/9788502212916",coverURL:"//covers.vitalbook.com/vbid/9788502212916/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dúvida e Erro sobre Proibição no Direito Penal: A Atuação nos Limites entre o Permitido e o Pro",author:"Leite, Alaor ",isbn:"9788522491469",edition:0,vbkType:"pbk",url:"/books/9788522491469",coverURL:"//covers.vitalbook.com/vbid/9788522491469/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Economia das Organizações: Formas Plurais e Desafios",author:"Saes, Maria Sylvia Macchione (Org.) et al. ",isbn:"9788522492954",edition:0,vbkType:"pbk",url:"/books/9788522492954",coverURL:"//covers.vitalbook.com/vbid/9788522492954/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educação 3.0 - Aplicando o PDCA nas Instituições de Ensino - 1ª Edição",author:"FAVA, Rui",isbn:"9788502221857",edition:0,vbkType:"pbk",url:"/books/9788502221857",coverURL:"//covers.vitalbook.com/vbid/9788502221857/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educação e direitos humanos no Brasil, 1ª edição.",author:"BITTAR, Carla Bianca",isbn:"9788502213005",edition:0,vbkType:"pbk",url:"/books/9788502213005",coverURL:"//covers.vitalbook.com/vbid/9788502213005/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Empreendedorismo - Plano de negócios em 40 lições - 1ª edição",author:"HASHIMOTO, Marcos; BORGES, Cândido \n",isbn:"9788502220461",edition:0,vbkType:"pbk",url:"/books/9788502220461",coverURL:"//covers.vitalbook.com/vbid/9788502220461/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Empreendedorismo Contemporâneo: Teorias e Tipologias",author:"Aveni, Alessandro ",isbn:"9788522489978",edition:0,vbkType:"pbk",url:"/books/9788522489978",coverURL:"//covers.vitalbook.com/vbid/9788522489978/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Empreendedorismo Sustentável - 1ª Edição",author:"BORGES, Cândido",isbn:"9788502221741",edition:0,vbkType:"pbk",url:"/books/9788502221741",coverURL:"//covers.vitalbook.com/vbid/9788502221741/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Empresas Familiares: O Papel do Advogado na Administração, Sucessão e Prevenção de Conflitos en",author:"Mamede, Gladston; Mamede, Eduarda Cotta ",isbn:"9788522487080",edition:0,vbkType:"pbk",url:"/books/9788522487080",coverURL:"//covers.vitalbook.com/vbid/9788522487080/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Engenharia Química - Princípios e Cálculos, 8ª edição",author:"HIMMELBLAU, David M.; RIGGS, James B.",isbn:"978-85-216-2711-1",edition:0,vbkType:"epub",url:"/books/978-85-216-2711-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2711-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Envelhecimento Cutâneo",author:"STEINER, Denise",isbn:"978-85-8114-285-2",edition:0,vbkType:"epub",url:"/books/978-85-8114-285-2",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-285-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"eSOCIAL: Sistema de Escrituração Fiscal Digital das Obrigações Fiscais, Previdenciárias e Traba",author:"Oliveira, Aristeu de ",isbn:"9788522492978",edition:0,vbkType:"pbk",url:"/books/9788522492978",coverURL:"//covers.vitalbook.com/vbid/9788522492978/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estatística Geral e Aplicada, 5ª edição",author:"Martins, Gilberto de Andrade; Domingues, Osmar ",isbn:"9788522486786",edition:0,vbkType:"pbk",url:"/books/9788522486786",coverURL:"//covers.vitalbook.com/vbid/9788522486786/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estatuto da Cidade comentado : Lei n. 10.257/2001 : Lei do Meio Ambiente Artificial, 6ª edição.",author:"FIORILLO, Celso Antonio Pacheco",isbn:"9788502213906",edition:0,vbkType:"pbk",url:"/books/9788502213906",coverURL:"//covers.vitalbook.com/vbid/9788502213906/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estratégia Empresarial & Vantagem Competitiva: Como Estabelecer, Implementar e Avaliar, 9ª edi",author:"Oliveira, Djalma de Pinho Rebouças de ",isbn:"9788522492480",edition:0,vbkType:"pbk",url:"/books/9788522492480",coverURL:"//covers.vitalbook.com/vbid/9788522492480/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ética e Política: Da Antiguidade Clássica à Contemporaneidade",author:"Quintana, Fernando ",isbn:"9788522491834",edition:0,vbkType:"pbk",url:"/books/9788522491834",coverURL:"//covers.vitalbook.com/vbid/9788522491834/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Exame de Ordem da OAB - Doutrina - Volume Único - Todas as Disciplinas",author:"SANTOS, Vauledir Ribeiro (coord.)",isbn:"978-85-309-5786-5",edition:0,vbkType:"epub",url:"/books/978-85-309-5786-5",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5786-5/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Familia e Sucessões, 7ª edição",author:"Scalquette, Ana Cláudia Silva ",isbn:"9788522494132",edition:0,vbkType:"pbk",url:"/books/9788522494132",coverURL:"//covers.vitalbook.com/vbid/9788522494132/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Filosofia do Direito para Concursos",author:"CATÃO, Adrualdo de Lima",isbn:"978-85-309-5865-7",edition:0,vbkType:"epub",url:"/books/978-85-309-5865-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5865-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Finanças Corporativas de Curto Prazo: A Gestão do Valor do Capital de Giro (V. 1), 2ª edição",author:"Matias, Alberto Borges (Coord.)",isbn:"9788522484652",edition:0,vbkType:"pbk",url:"/books/9788522484652",coverURL:"//covers.vitalbook.com/vbid/9788522484652/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Controladoria (V.17)",author:"Schmidt, Paulo; Santos, José Luiz dos ",isbn:"9788522494316",edition:0,vbkType:"pbk",url:"/books/9788522494316",coverURL:"//covers.vitalbook.com/vbid/9788522494316/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Design de Produto",author:"MORRIS, Richard",isbn:"9788577808250",edition:1,vbkType:"pbk",url:"/books/9788577808250",coverURL:"//covers.vitalbook.com/vbid/9788577808250/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Eletromagnetismo",author:"WENTWORTH, Stuart M.",isbn:"978-85-216-2670-1",edition:0,vbkType:"epub",url:"/books/978-85-216-2670-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2670-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de enfermagem - Desmistificados: Um guia de aprendizado",author:"VAUGHANS, Bennita W.",isbn:"9788580550702",edition:1,vbkType:"pbk",url:"/books/9788580550702",coverURL:"//covers.vitalbook.com/vbid/9788580550702/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Farmacologia para Técnico em Farmácia",author:"ACOSTA, W. Renée",isbn:"978-85-277-2507-1",edition:0,vbkType:"epub",url:"/books/978-85-277-2507-1",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2507-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Filosofia do Direito: O Jurídico e o Político da Antiguidade a Nossos Dias, 5ª edi",author:"Rocha, José Manuel de Sacadura ",isbn:"9788522492527",edition:0,vbkType:"pbk",url:"/books/9788522492527",coverURL:"//covers.vitalbook.com/vbid/9788522492527/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Odontologia - Estomatologia, 2ª edição",author:"MARCUCCI, Gilberto (ed.)",isbn:"978-85-277-2651-1",edition:0,vbkType:"epub",url:"/books/978-85-277-2651-1",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2651-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Paisagismo",author:"WATERMAN, Tim ",isbn:"9788577808632",edition:1,vbkType:"pbk",url:"/books/9788577808632",coverURL:"//covers.vitalbook.com/vbid/9788577808632/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos em Técnicas de Eventos - Série Tekne",author:"DORTA, Lurdes Oliveira",isbn:"9788582602553",edition:1,vbkType:"pbk",url:"/books/9788582602553",coverURL:"//covers.vitalbook.com/vbid/9788582602553/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gastrenterologia e Hepatologia de Harrison",author:"LONGO, Dan L.; FAUCI, Anthony S.",isbn:"9788580554410",edition:2,vbkType:"pbk",url:"/books/9788580554410",coverURL:"//covers.vitalbook.com/vbid/9788580554410/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão da Qualidade: Teoria e Prática, 3ª edição",author:"Paladini, Edson Pacheco ",isbn:"9788522494644",edition:0,vbkType:"pbk",url:"/books/9788522494644",coverURL:"//covers.vitalbook.com/vbid/9788522494644/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de marketing - O plano de marketing como orientador das decisões - Série gestão empresari",author:"LUDOVICO, Nelson; SANTINI, Fernando Roberto",isbn:"9788502214156",edition:0,vbkType:"pbk",url:"/books/9788502214156",coverURL:"//covers.vitalbook.com/vbid/9788502214156/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Pessoas nas Organizações: A Evolução do Ser Humano na Vida e na Carreira",author:"Barbieri, Ugo Franco ",isbn:"9788522491223",edition:0,vbkType:"pbk",url:"/books/9788522491223",coverURL:"//covers.vitalbook.com/vbid/9788522491223/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Projetos - uma abordagem global - 3ª Edição",author:"Ralph Keeling",isbn:"9788502227125",edition:3,vbkType:"pbk",url:"/books/9788502227125",coverURL:"//covers.vitalbook.com/vbid/9788502227125/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Telecomunicações - Uma Abordagem para Grandes Usuários",author:"CAVALCANTE, José Ranieri Ribeiro",isbn:"978-85-216-2722-7",edition:0,vbkType:"epub",url:"/books/978-85-216-2722-7",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2722-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão estratégica de fornecedores e contratos - uma visão integrada - 1ª Edição",author:"AMATO NETO, João",isbn:"9788502220638",edition:0,vbkType:"pbk",url:"/books/9788502220638",coverURL:"//covers.vitalbook.com/vbid/9788502220638/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão Estratégica de Recursos Humanos",author:"Wayne F. Cascio",isbn:"9788502226081",edition:0,vbkType:"pbk",url:"/books/9788502226081",coverURL:"//covers.vitalbook.com/vbid/9788502226081/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão Pública - 3ª Edição",author:"NASCIMENTO, Edson Ronaldo",isbn:"9788502220409",edition:3,vbkType:"pbk",url:"/books/9788502220409",coverURL:"//covers.vitalbook.com/vbid/9788502220409/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Governança Corporativa E Sucesso Empresarial - Melhores Práticas Para Aumentar o Valor da Firma - ",author:"CARVALHAL DA SILVA; André Luiz",isbn:"9788502220492",edition:2,vbkType:"pbk",url:"/books/9788502220492",coverURL:"//covers.vitalbook.com/vbid/9788502220492/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Governança Corporativa: Fundamentos, Desenvolvimento e Tendências, 7ª edição",author:"Rossetti, José Paschoal; Adriana Andrade ",isbn:"9788522493067",edition:0,vbkType:"pbk",url:"/books/9788522493067",coverURL:"//covers.vitalbook.com/vbid/9788522493067/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"GPS - Guia Prático de Saúde - Obstetrícia",author:"HIME, Lúcia de Fátima C. da Costa; PEDROSA, Miguel Arcanjo",isbn:"978-85-8114-222-7",edition:0,vbkType:"epub",url:"/books/978-85-8114-222-7",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-222-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Informática Aplicada às Areas de Contabilidade, Administração e Economia: Texto, 4ª edição",author:"Cornacchione Jr., Edgard Bruno ",isbn:"9788522494651",edition:0,vbkType:"pbk",url:"/books/9788522494651",coverURL:"//covers.vitalbook.com/vbid/9788522494651/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Inquérito Civil e Ação Civil Pública de Improbidade Administrativa - Limites à sua Instauração",author:"MATTOS, Mauro Roberto Gomes de",isbn:"978-85-309-5870-1",edition:0,vbkType:"epub",url:"/books/978-85-309-5870-1",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5870-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Instituições De Direito Público E Privado - 14ª Edição",author:"DOWER, Nelson Godoy Bassil",isbn:"9788502220690",edition:14,vbkType:"pbk",url:"/books/9788502220690",coverURL:"//covers.vitalbook.com/vbid/9788502220690/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Insurance Law: Definition of the Clauses 757 to 802 of the Civil Code",author:"Imhof, Cristiano ",isbn:"9788522488476",edition:0,vbkType:"pbk",url:"/books/9788522488476",coverURL:"//covers.vitalbook.com/vbid/9788522488476/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Intervenção judicial nas políticas públicas : o problema da legitimidade, 1ª edição.",author:"PASSOS, Daniel Silva",isbn:"9788502215986",edition:0,vbkType:"pbk",url:"/books/9788502215986",coverURL:"//covers.vitalbook.com/vbid/9788502215986/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Atlas de Anatomia e Prenchimento Global da Face",author:"BRAZ, André Vieira",isbn:"9788527732499",edition:0,vbkType:"epub",url:"/books/9788527732499",coverURL:"//covers.vitalbook.com/vbid/9788527732499/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Condutas e Práticas de Fisioterapia em Oncologia: Câncer de Pulmão",author:"BRAGANHOLO, Larissa (coord.)",isbn:"9788520454787",edition:0,vbkType:"pbk",url:"/books/9788520454787",coverURL:"//covers.vitalbook.com/vbid/9788520454787/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia do Basquete: Guia Ilustrado para Otimizar o Desempenho e Prevenir Lesões",author:"COLE, Brian; PANARIELLO, Rob",isbn:"9788520454749",edition:0,vbkType:"pbk",url:"/books/9788520454749",coverURL:"//covers.vitalbook.com/vbid/9788520454749/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Histologia e Embriologia Oral, 4ª edição",author:"KATCHBURIAN, Eduardo; ARANA, Victor",isbn:"9788527732239",edition:0,vbkType:"epub",url:"/books/9788527732239",coverURL:"//covers.vitalbook.com/vbid/9788527732239/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Segurança e Medicina do Trabalho, 79ª edição",author:"Equipe Atlas",isbn:"9788597013078",edition:0,vbkType:"epub",url:"/books/9788597013078",coverURL:"//covers.vitalbook.com/vbid/9788597013078/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia Clínica - Integrada com Exame Físico e Técnicas de Imagem",author:"DUGANI, Sagar; ALFONSI, Jeffrey E.; AGUR, Anne M. R.; DALLEY, Arthur F.",isbn:"9788527732154",edition:0,vbkType:"epub",url:"/books/9788527732154",coverURL:"//covers.vitalbook.com/vbid/9788527732154/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Oceanografia",author:"PINET, Paul R.",isbn:"9788521634485",edition:0,vbkType:"epub",url:"/books/9788521634485",coverURL:"//covers.vitalbook.com/vbid/9788521634485/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Sabedoria da Recuperação: Histórias de Sucesso Contra a Dependência Química",author:"Laranjeira, Ronaldo",isbn:"9788582714294",edition:1,vbkType:"epub",url:"/books/9788582714294",coverURL:"//covers.vitalbook.com/vbid/9788582714294/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Farmacobotânica: Aspectos Teóricos e Aplicação",author:"Monteiro, Siomara da Cruz",isbn:"9788582714416",edition:1,vbkType:"epub",url:"/books/9788582714416",coverURL:"//covers.vitalbook.com/vbid/9788582714416/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mudanças Alimentares e Educação Alimentar e Nutricional, 2ª edição",author:"DIEZ-GARCIA, Rosa Wanda; CERVATO-MANCUSO, Ana Maria ",isbn:"9788527732512",edition:0,vbkType:"epub",url:"/books/9788527732512",coverURL:"//covers.vitalbook.com/vbid/9788527732512/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Temas de direitos humanos",author:"PIOVESAN, FLÁVIA",isbn:"9788547203009",edition:10,vbkType:"pbk",url:"/books/9788547203009",coverURL:"//covers.vitalbook.com/vbid/9788547203009/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfermagem em Saúde Coletiva - Teoria e Prática, 2ª edição",author:"SOUZA, Marina Celly Martins Ribeiro de; HORTA, Natália de Cássia",isbn:"9788527732369",edition:0,vbkType:"epub",url:"/books/9788527732369",coverURL:"//covers.vitalbook.com/vbid/9788527732369/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Medicina Centrada na Pessoa: Transformando o Método Clínico",author:"Stewart, Moira",isbn:"9788582714256",edition:3,vbkType:"epub",url:"/books/9788582714256",coverURL:"//covers.vitalbook.com/vbid/9788582714256/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dermatologia, 7ª edição",author:"AZULAY, Rubem David",isbn:"9788527732475",edition:0,vbkType:"epub",url:"/books/9788527732475",coverURL:"//covers.vitalbook.com/vbid/9788527732475/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Ortopedia Funcional dos Maxilares - Uma Abordagem Clínico-Infantil",author:"PEREIRA, Maria Batista Borges",isbn:"9788527732451",edition:0,vbkType:"epub",url:"/books/9788527732451",coverURL:"//covers.vitalbook.com/vbid/9788527732451/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Redes Neurais: Princípios e Prática",author:"HAYKIN, Simon ",isbn:"9788577800865",edition:2,vbkType:"pbk",url:"/books/9788577800865",coverURL:"//covers.vitalbook.com/vbid/9788577800865/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:23.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Da Leveza: Rumo a uma Civilização sem Peso",author:"LIPOVETSKY, Gilles",isbn:"9788520454626",edition:0,vbkType:"pbk",url:"/books/9788520454626",coverURL:"//covers.vitalbook.com/vbid/9788520454626/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Constituição da República Federativa do Brasil, 44ª edição",author:"Equipe Atlas",isbn:"9788597013191",edition:0,vbkType:"epub",url:"/books/9788597013191",coverURL:"//covers.vitalbook.com/vbid/9788597013191/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Desvendando as Finanças - As Decisões de Investimentos, 4ª edição",author:"BRUNI, Adriano Leal; FAMÁ, Rubens",isbn:"9788597012910",edition:0,vbkType:"epub",url:"/books/9788597012910",coverURL:"//covers.vitalbook.com/vbid/9788597012910/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Bebê de Rosemary",author:"LEVIN, Ira",isbn:"9788520454640",edition:0,vbkType:"pbk",url:"/books/9788520454640",coverURL:"//covers.vitalbook.com/vbid/9788520454640/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Programação com Arduino: Começando com Sketches",author:"Monk, Simon",isbn:"9788582604472",edition:2,vbkType:"epub",url:"/books/9788582604472",coverURL:"//covers.vitalbook.com/vbid/9788582604472/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Neurociências: Desvendando o Sistema Nervoso",author:"Bear, Mark F.",isbn:"9788582714331",edition:4,vbkType:"pbk",url:"/books/9788582714331",coverURL:"//covers.vitalbook.com/vbid/9788582714331/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Carreiras - A Pessoa, a Organização e as Oportunidades, 2ª edição",author:"DUTRA, Joel Souza",isbn:"9788597012958",edition:0,vbkType:"epub",url:"/books/9788597012958",coverURL:"//covers.vitalbook.com/vbid/9788597012958/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direitos humanos e o direito constitucional internacional",author:"PIOVESAN, FLÁVIA",isbn:"9788547213169",edition:17,vbkType:"pbk",url:"/books/9788547213169",coverURL:"//covers.vitalbook.com/vbid/9788547213169/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Os “segredos” da arbitragem",author:"VERÇOSA, HAROLDO MALHEIROS DUCLERC",isbn:"9788547217679",edition:2,vbkType:"pbk",url:"/books/9788547217679",coverURL:"//covers.vitalbook.com/vbid/9788547217679/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração de Produção e Operações, 4ª edição",author:"CORRÊA, Henrique L.; CORRÊA, Carlos A.",isbn:"9788597013153",edition:0,vbkType:"epub",url:"/books/9788597013153",coverURL:"//covers.vitalbook.com/vbid/9788597013153/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CLT - Consolidação das Leis do Trabalho, 20ª edição",author:"SARAIVA, Renato; LINHARES, Aryana; TONASSI, Rafael",isbn:"9788530976682",edition:0,vbkType:"epub",url:"/books/9788530976682",coverURL:"//covers.vitalbook.com/vbid/9788530976682/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos da Moderna Manufatura - Vol. 2, 5ª edição",author:"GROOVER, Mikell P.",isbn:"9788521634102",edition:0,vbkType:"epub",url:"/books/9788521634102",coverURL:"//covers.vitalbook.com/vbid/9788521634102/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Iniciação à Música Popular Brasileira",author:"CALDAS, Waldenyr",isbn:"9788520454633",edition:5,vbkType:"pbk",url:"/books/9788520454633",coverURL:"//covers.vitalbook.com/vbid/9788520454633/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual dos Recursos - Ação Rescisória e Reclamação",author:"RODRIGUES, Marco Antonio",isbn:"9788597013344",edition:0,vbkType:"epub",url:"/books/9788597013344",coverURL:"//covers.vitalbook.com/vbid/9788597013344/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários à Lei de Locações: Lei n. 8.245, de 18 de outubro de 1991",author:"GUILHERME, Luiz Fernando do Vale de Almeida",isbn:"9788520454824",edition:0,vbkType:"pbk",url:"/books/9788520454824",coverURL:"//covers.vitalbook.com/vbid/9788520454824/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revolucionando a Sala de Aula",author:"LEAL, Edvalda Araújo; MIRANDA, Gilberto José; NOVA, Silvia Pereira de Castro Casa",isbn:"9788597012644",edition:0,vbkType:"epub",url:"/books/9788597012644",coverURL:"//covers.vitalbook.com/vbid/9788597012644/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comportamento Humano nas Organizações, 3ª edição",author:"KANAANE, Roberto",isbn:"9788597012873",edition:0,vbkType:"epub",url:"/books/9788597012873",coverURL:"//covers.vitalbook.com/vbid/9788597012873/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nascidos na Era Digital: Entendendo a Primeira Geração de Nativos Digitais",author:"Palfrey, John",isbn:"9788536325354",edition:1,vbkType:"pbk",url:"/books/9788536325354",coverURL:"//covers.vitalbook.com/vbid/9788536325354/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Procedimentos Especiais, 17ª edição",author:"MARCATO, Antonio Carlos",isbn:"9788597013290",edition:0,vbkType:"epub",url:"/books/9788597013290",coverURL:"//covers.vitalbook.com/vbid/9788597013290/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia Humana: Resumos em Quadros e Tabelas – Vasos, Nervos e Músculos",author:"ROHEN, Johannes W.; LÜTJEN-DRECOLL, Elke",isbn:"9788520454718",edition:2,vbkType:"pbk",url:"/books/9788520454718",coverURL:"//covers.vitalbook.com/vbid/9788520454718/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Geossistemas: Uma Introdução à Geografia Física",author:"Christopherson, Robert",isbn:"9788582604441",edition:9,vbkType:"pbk",url:"/books/9788582604441",coverURL:"//covers.vitalbook.com/vbid/9788582604441/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direitos humanos : curso elementar",author:"GUERRA, SIDNEY ",isbn:"9788547213664",edition:5,vbkType:"pbk",url:"/books/9788547213664",coverURL:"//covers.vitalbook.com/vbid/9788547213664/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Os Ossos da Noiva",author:"KIEFER, Charles",isbn:"9788520454671",edition:0,vbkType:"pbk",url:"/books/9788520454671",coverURL:"//covers.vitalbook.com/vbid/9788520454671/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Sociedade de Todos os Povos",author:"ARRABAL, José",isbn:"9788520454596",edition:0,vbkType:"pbk",url:"/books/9788520454596",coverURL:"//covers.vitalbook.com/vbid/9788520454596/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Arbitragem e Mediação - A Reforma da Legislação Brasileira, 2ª edição",author:"ROCHA, Caio Cesar Vieira; SALOMÃO, Luis Felipe (coords.)",isbn:"9788597012798",edition:0,vbkType:"epub",url:"/books/9788597012798",coverURL:"//covers.vitalbook.com/vbid/9788597012798/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Inglês em 50 Aulas - O Guia Definitivo para Você Aprender Inglês, 2ª edição",author:"DAVIES, Ben Parry",isbn:"9788521634171",edition:0,vbkType:"epub",url:"/books/9788521634171",coverURL:"//covers.vitalbook.com/vbid/9788521634171/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Prevenção de Acidentes de Trabalho, 3ª edição",author:"AYRES, Dennis de Oliveira; CORRÊA, José Aldo Peixoto",isbn:"9788597013092",edition:0,vbkType:"epub",url:"/books/9788597013092",coverURL:"//covers.vitalbook.com/vbid/9788597013092/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ensino Eficaz de Matemática",author:"Sutherland, Rosamund",isbn:"9788536318530",edition:1,vbkType:"pbk",url:"/books/9788536318530",coverURL:"//covers.vitalbook.com/vbid/9788536318530/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Prática - Prática Constitucional, 6ª edição",author:"GALANTE, Marcelo",isbn:"9788530976781",edition:0,vbkType:"epub",url:"/books/9788530976781",coverURL:"//covers.vitalbook.com/vbid/9788530976781/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Repensando a Saúde: Estratégias para Melhorar a Qualidade e Reduzir os Custos",author:"Porter, Michael E.",isbn:"9788577800544",edition:1,vbkType:"pbk",url:"/books/9788577800544",coverURL:"//covers.vitalbook.com/vbid/9788577800544/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como se Preparar para Concursos Públicos",author:"ANDRADE, Kaique Knothe de",isbn:"9788530976880",edition:0,vbkType:"epub",url:"/books/9788530976880",coverURL:"//covers.vitalbook.com/vbid/9788530976880/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Métodos Estatísticos para as Ciências Sociais",author:"Agresti, Alan",isbn:"9788563899651",edition:4,vbkType:"pbk",url:"/books/9788563899651",coverURL:"//covers.vitalbook.com/vbid/9788563899651/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática de Recursos no Processo Civil, 4ª edição",author:"ARAUJO Jr., Gediel Claudino de",isbn:"9788597013368",edition:0,vbkType:"epub",url:"/books/9788597013368",coverURL:"//covers.vitalbook.com/vbid/9788597013368/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Termodinâmica para Engenheiros: Coleção Schaum",author:"Potter, Merle C.",isbn:"9788582604397",edition:3,vbkType:"pbk",url:"/books/9788582604397",coverURL:"//covers.vitalbook.com/vbid/9788582604397/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Geologia Geral, 7ª edição",author:"POPP, José Henrique",isbn:"9788521634317",edition:0,vbkType:"epub",url:"/books/9788521634317",coverURL:"//covers.vitalbook.com/vbid/9788521634317/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direitos do Consumidor, 9ª edição",author:"THEODORO Jr., Humberto",isbn:"9788530976828",edition:0,vbkType:"epub",url:"/books/9788530976828",coverURL:"//covers.vitalbook.com/vbid/9788530976828/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O que é Inteligência? Além do Efeito Flynn",author:"Flynn, James R.",isbn:"9788536321479",edition:1,vbkType:"pbk",url:"/books/9788536321479",coverURL:"//covers.vitalbook.com/vbid/9788536321479/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Ciência da Política - Uma Introdução",author:"GIANTURCO, Adriano",isbn:"9788530976767",edition:0,vbkType:"epub",url:"/books/9788530976767",coverURL:"//covers.vitalbook.com/vbid/9788530976767/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Alienação Fiduciária - Negócio Fiduciário, 5ª edição",author:"CHALHUB, Melhim Namem",isbn:"9788530976576",edition:0,vbkType:"epub",url:"/books/9788530976576",coverURL:"//covers.vitalbook.com/vbid/9788530976576/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Incorporação Imobiliária, 4ª edição",author:"CHALHUB, Melhim Namem",isbn:"9788530977061",edition:0,vbkType:"epub",url:"/books/9788530977061",coverURL:"//covers.vitalbook.com/vbid/9788530977061/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Linguagem Jurídica e Argumentação - Teoria e Prática, 5ª edição",author:"TRUBILHANO, Fabio; HENRIQUES, Antonio",isbn:"9788597012835",edition:0,vbkType:"epub",url:"/books/9788597012835",coverURL:"//covers.vitalbook.com/vbid/9788597012835/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Álgebra e Trigonometria - Vol. 2, 3ª edição",author:"YOUNG, Cynthia Y.",isbn:"9788521634065",edition:0,vbkType:"epub",url:"/books/9788521634065",coverURL:"//covers.vitalbook.com/vbid/9788521634065/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Propriedades dos Fluidos Derivados de Petróleo",author:"TERRON, Luiz Roberto",isbn:"9788521634089",edition:0,vbkType:"epub",url:"/books/9788521634089",coverURL:"//covers.vitalbook.com/vbid/9788521634089/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como Elaborar Projetos de Pesquisa, 6ª edição",author:"GIL, Antonio Carlos",isbn:"9788597012934",edition:0,vbkType:"epub",url:"/books/9788597012934",coverURL:"//covers.vitalbook.com/vbid/9788597012934/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Fora de Série - Hermenêutica e Aplicação do Direito, 21ª edição",author:"MAXIMILIANO, Carlos ",isbn:"9788530976996",edition:0,vbkType:"epub",url:"/books/9788530976996",coverURL:"//covers.vitalbook.com/vbid/9788530976996/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Parcerias na Administração Pública, 11ª edição",author:"PIETRO, Maria Sylvia Zanella di",isbn:"9788530976859",edition:0,vbkType:"epub",url:"/books/9788530976859",coverURL:"//covers.vitalbook.com/vbid/9788530976859/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnicas de Vedação Fotovoltaica na Arquitetura",author:"Chivelet, Niura M.",isbn:"9788577806461",edition:1,vbkType:"pbk",url:"/books/9788577806461",coverURL:"//covers.vitalbook.com/vbid/9788577806461/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática financeira para concursos",author:"PUCCINI, ABELARDO DE LIMA ",isbn:"9788547215163",edition:2,vbkType:"pbk",url:"/books/9788547215163",coverURL:"//covers.vitalbook.com/vbid/9788547215163/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Finanças Públicas, 7ª edição",author:"MATIAS-PEREIRA, José",isbn:"9788597012972",edition:0,vbkType:"epub",url:"/books/9788597012972",coverURL:"//covers.vitalbook.com/vbid/9788597012972/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito previdenciário esquematizado®",author:"SANTOS, Marisa Ferreira ",isbn:"9788547211608",edition:7,vbkType:"pbk",url:"/books/9788547211608",coverURL:"//covers.vitalbook.com/vbid/9788547211608/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Diário de Mary Berg: Memórias do Gueto de Varsóvia",author:"BERG, Mary; SHNEIDERMAN, S. L. (ed.); PENTLIN, Susan Lee (ed.)",isbn:"9788520454664",edition:0,vbkType:"pbk",url:"/books/9788520454664",coverURL:"//covers.vitalbook.com/vbid/9788520454664/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A afirmação histórica dos direitos humanos",author:"COMPARATO, Fábio Konder",isbn:"9788547216139",edition:11,vbkType:"pbk",url:"/books/9788547216139",coverURL:"//covers.vitalbook.com/vbid/9788547216139/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ação Rescisória dos Julgados, 3ª edição",author:"DINIZ, José Janguiê Bezerra",isbn:"9788597013450",edition:0,vbkType:"epub",url:"/books/9788597013450",coverURL:"//covers.vitalbook.com/vbid/9788597013450/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Incidente de Resolução de Demandas Repetitivas",author:"MENDES, Aluisio Gonçalves de Castro",isbn:"9788530976958",edition:0,vbkType:"epub",url:"/books/9788530976958",coverURL:"//covers.vitalbook.com/vbid/9788530976958/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Linguagem jurídica : semiótica, discurso e direito",author:"BITTAR, EDUARDO C. B.",isbn:"9788547213992",edition:7,vbkType:"pbk",url:"/books/9788547213992",coverURL:"//covers.vitalbook.com/vbid/9788547213992/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Álgebra e Trigonometria - Vol. 1, 3ª edição",author:"YOUNG, Cynthia Y.",isbn:"9788521634041",edition:0,vbkType:"epub",url:"/books/9788521634041",coverURL:"//covers.vitalbook.com/vbid/9788521634041/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pesquisa de Marketing, 2ª edição",author:"NIQUE, Walter; LADEIRA, Wagner",isbn:"9788597013511",edition:0,vbkType:"epub",url:"/books/9788597013511",coverURL:"//covers.vitalbook.com/vbid/9788597013511/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"As Queridinhas do Meu Marido",author:"ASHER, Bridget",isbn:"9788520454619",edition:0,vbkType:"pbk",url:"/books/9788520454619",coverURL:"//covers.vitalbook.com/vbid/9788520454619/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Esquematizado - OAB 1ª fase : volume único, 2ª edição.",author:"LENZA, Pedro ",isbn:"9788547220617",edition:2,vbkType:"pbk",url:"/books/9788547220617",coverURL:"//covers.vitalbook.com/vbid/9788547220617/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nulidades no processo penal",author:"GLOECKNER, RICARDO JACOBSEN ",isbn:"9788547214678",edition:3,vbkType:"pbk",url:"/books/9788547214678",coverURL:"//covers.vitalbook.com/vbid/9788547214678/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Ensino da Matemática: Fundamentos Teóricos e Bases Psicopedagógicas",author:"Huete, J.C. Sánchez",isbn:"9788536308395",edition:1,vbkType:"pbk",url:"/books/9788536308395",coverURL:"//covers.vitalbook.com/vbid/9788536308395/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing",author:"Grewal, Dhruv",isbn:"9788580555516",edition:4,vbkType:"pbk",url:"/books/9788580555516",coverURL:"//covers.vitalbook.com/vbid/9788580555516/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ética Profissional - Sintetizado",author:"GONZAGA, Alvaro de Azevedo",isbn:"9788530977085",edition:0,vbkType:"epub",url:"/books/9788530977085",coverURL:"//covers.vitalbook.com/vbid/9788530977085/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Financeiro Esquematizado ®",author:"RAMOS FILHO, CARLOS ALBERTO DE MORAIS ",isbn:"9788547219475",edition:2,vbkType:"pbk",url:"/books/9788547219475",coverURL:"//covers.vitalbook.com/vbid/9788547219475/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Desenvolvimento da Pessoa - Do Nascimento à Terceira Idade, 9ª edição",author:"BERGER, Kathleen Stassen",isbn:"9788521634270",edition:0,vbkType:"epub",url:"/books/9788521634270",coverURL:"//covers.vitalbook.com/vbid/9788521634270/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Vade Mecum Método - Legislação, 7ª edição",author:"Equipe Método",isbn:"9788530976910",edition:0,vbkType:"epub",url:"/books/9788530976910",coverURL:"//covers.vitalbook.com/vbid/9788530976910/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"20 Anos da Lei de Arbitragem - Homenagem a Petrônio R. Muniz",author:"CARMONA, Carlos Alberto; LEMES, Selma Ferreira; MARTINS, Pedro Batista",isbn:"9788597013276",edition:0,vbkType:"epub",url:"/books/9788597013276",coverURL:"//covers.vitalbook.com/vbid/9788597013276/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Pessoas",author:"DUTRA, Joel Souza; DUTRA, Tatiana Almendra; DUTRA, Gabriela Almendra",isbn:"9788597013320",edition:0,vbkType:"epub",url:"/books/9788597013320",coverURL:"//covers.vitalbook.com/vbid/9788597013320/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"História do Direito Brasileiro - Leituras da Ordem Jurídica Nacional, 4ª edição",author:"BITTAR, Eduardo C. B.",isbn:"9788597013597",edition:0,vbkType:"epub",url:"/books/9788597013597",coverURL:"//covers.vitalbook.com/vbid/9788597013597/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Estatística Básica e sua Prática, 7ª edição",author:"MOORE, David S.; NOTZ, William I.; FLINGER, Michael A.",isbn:"9788521634294",edition:0,vbkType:"epub",url:"/books/9788521634294",coverURL:"//covers.vitalbook.com/vbid/9788521634294/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Perícia Contábil - Diretrizes e Procedimentos, 6ª edição",author:"ORNELAS, Martinho Maurício Gomes de",isbn:"9788597013405",edition:0,vbkType:"epub",url:"/books/9788597013405",coverURL:"//covers.vitalbook.com/vbid/9788597013405/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Aquisição Fonológica do Português",author:"Lamprecht, Regina Ritter",isbn:"9788582710715",edition:1,vbkType:"pbk",url:"/books/9788582710715",coverURL:"//covers.vitalbook.com/vbid/9788582710715/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código de Defesa do Consumidor, 29ª edição",author:"Equipe Atlas",isbn:"9788597013009",edition:0,vbkType:"epub",url:"/books/9788597013009",coverURL:"//covers.vitalbook.com/vbid/9788597013009/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Estatística, 12ª edição",author:"TRIOLA, Mario F.",isbn:"9788521634256",edition:0,vbkType:"epub",url:"/books/9788521634256",coverURL:"//covers.vitalbook.com/vbid/9788521634256/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mapeamento de Competências, 2ª edição",author:"BRANDÃO, Hugo Pena",isbn:"9788597013573",edition:0,vbkType:"epub",url:"/books/9788597013573",coverURL:"//covers.vitalbook.com/vbid/9788597013573/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Multa contratual : teoria e prática da cláusula penal",author:"CASSETTARI, Christiano",isbn:"9788547217778",edition:5,vbkType:"pbk",url:"/books/9788547217778",coverURL:"//covers.vitalbook.com/vbid/9788547217778/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estrutura, Análise e Interpretação das Demonstrações Contábeis, 5ª edição",author:"SILVA, Alexandre Alcântara da",isbn:"9788597012897",edition:0,vbkType:"epub",url:"/books/9788597012897",coverURL:"//covers.vitalbook.com/vbid/9788597012897/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito constitucional contemporâneo : os conceitos\nfundamentais e a construção do novo modelo",author:"BARROSO, Luís Roberto ",isbn:"9788547218546",edition:6,vbkType:"pbk",url:"/books/9788547218546",coverURL:"//covers.vitalbook.com/vbid/9788547218546/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sherlocks on the Rocks nas Diretas Já",author:"ARRABAL, José; SERIACOPI, Reinaldo",isbn:"9788520454695",edition:0,vbkType:"pbk",url:"/books/9788520454695",coverURL:"//covers.vitalbook.com/vbid/9788520454695/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Clube do Tricô",author:"JACOBS, Kate",isbn:"9788520454657",edition:0,vbkType:"pbk",url:"/books/9788520454657",coverURL:"//covers.vitalbook.com/vbid/9788520454657/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Método de Estudo OAB - Prática Tributária, 10ª edição",author:"SABBAG, Eduardo de Moraes",isbn:"9788530977023",edition:0,vbkType:"epub",url:"/books/9788530977023",coverURL:"//covers.vitalbook.com/vbid/9788530977023/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Vander - Fisiologia Humana, 14ª edição",author:"WIDMAIER, Eric P.; RAFF, Hershel; STRANG, Kevin T.; VANDER, Arthur J.",isbn:"9788527732345",edition:0,vbkType:"epub",url:"/books/9788527732345",coverURL:"//covers.vitalbook.com/vbid/9788527732345/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Operações de Produção e Serviços",author:"COSTA, Ricardo Sarmento; JARDIM, Eduardo",isbn:"9788597013603",edition:0,vbkType:"epub",url:"/books/9788597013603",coverURL:"//covers.vitalbook.com/vbid/9788597013603/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão Pública - Aspectos Atuais e Perspectivas para Atualização",author:"DIAS, Reinaldo",isbn:"9788597013382",edition:0,vbkType:"epub",url:"/books/9788597013382",coverURL:"//covers.vitalbook.com/vbid/9788597013382/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mancozebe",author:"Balardin, Ricardo Silveiro",isbn:"9788582604502",edition:1,vbkType:"epub",url:"/books/9788582604502",coverURL:"//covers.vitalbook.com/vbid/9788582604502/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Panorama Histórico da Literatura Infantil/Juvenil: Das Origens Indo-europeias ao Brasil Contemporâneo",author:"COELHO, Nelly Novaes",isbn:"9788520454688",edition:5,vbkType:"pbk",url:"/books/9788520454688",coverURL:"//covers.vitalbook.com/vbid/9788520454688/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Águas de Primavera",author:"TURGUÊNIEV, Ivan",isbn:"9788520454602",edition:0,vbkType:"pbk",url:"/books/9788520454602",coverURL:"//covers.vitalbook.com/vbid/9788520454602/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código Civil Comentado e Anotado",author:"GUILHERME, Luiz Fernando do Vale de Almeida",isbn:"9788520454589",edition:2,vbkType:"pbk",url:"/books/9788520454589",coverURL:"//covers.vitalbook.com/vbid/9788520454589/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Transferência de Momento, de Calor e de Massa, 6ª edição",author:"WELTY, James R.; RORRER, Gregory L.; FOSTER, David G. ",isbn:"9788521634201",edition:0,vbkType:"epub",url:"/books/9788521634201",coverURL:"//covers.vitalbook.com/vbid/9788521634201/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Planejamento Estratégico",author:"CRUZ, Tadeu",isbn:"9788597013023",edition:0,vbkType:"epub",url:"/books/9788597013023",coverURL:"//covers.vitalbook.com/vbid/9788597013023/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática Financeira - Edição Universitária",author:"ASSAF NETO, Alexandre",isbn:"9788597013139",edition:0,vbkType:"epub",url:"/books/9788597013139",coverURL:"//covers.vitalbook.com/vbid/9788597013139/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"On Branding: 20 princípios que decidem o sucesso das marcas",author:"AAKER, David",isbn:"9788582603222",edition:1,vbkType:"epub",url:"/books/9788582603222",coverURL:"//covers.vitalbook.com/vbid/9788582603222/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"UniA: Leitura e Produção Textual",author:"BRASILEIRO, Ada Magaly Matias",isbn:"9788584290611",edition:1,vbkType:"epub",url:"/books/9788584290611",coverURL:"//covers.vitalbook.com/vbid/9788584290611/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-09-11T05:14:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicodiagnóstico - Coleção Avaliação psicológica",author:"HUTZ, Claudio Simon; BANDEIRA, Denise Ruschel; TRENTINI, Clarissa Marceli; KRUG, Jefferson Silva",isbn:"9788582713129",edition:1,vbkType:"epub",url:"/books/9788582713129",coverURL:"//covers.vitalbook.com/vbid/9788582713129/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:"2017-08-17T17:49:06.000Z",addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pense Magro por Toda a Vida",author:"Beck, Judith S.",isbn:"9788536324678",edition:1,vbkType:"pbk",url:"/books/9788536324678",coverURL:"//covers.vitalbook.com/vbid/9788536324678/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:"2017-08-17T17:32:34.000Z",addedAt:"2017-08-14T16:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prematuridade Extrema: Olhares e Experiências",author:"RUAS, Teresa Cristina Brito (org.)",isbn:"9788578683399",edition:0,vbkType:"pbk",url:"/books/9788578683399",coverURL:"//covers.vitalbook.com/vbid/9788578683399/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:"2017-08-17T17:32:20.000Z",addedAt:"2017-08-14T16:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenvolvimento de Software II: Introdução ao Desenvolvimento Web com HTML, CSS, JavaScript e PHP",author:"MILETTO, Evandro Manara; BERTAGNOLLI, Silvia de Castro",isbn:"9788582601969",edition:1,vbkType:"pbk",url:"/books/9788582601969",coverURL:"//covers.vitalbook.com/vbid/9788582601969/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:"2017-08-17T17:22:29.000Z",addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Design de Navegação Web: Otimizando a Experiência do Usuário",author:"KALBACH, James",isbn:"9788577805310",edition:1,vbkType:"pbk",url:"/books/9788577805310",coverURL:"//covers.vitalbook.com/vbid/9788577805310/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:"2017-08-14T16:07:33.000Z",addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Algoritmos - Lógica para Desenvolvimento de Programação de Computadores",author:"MANZANO, José Augusto N. G.; OLIVEIRA, Jayr Figueiredo de",isbn:"9788536518657",edition:28,vbkType:"pbk",url:"/books/9788536518657",coverURL:"//covers.vitalbook.com/vbid/9788536518657/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:"2017-08-14T16:07:05.000Z",addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de Pediatria, Volume 2",author:"BURNS, Dennis Alexander Rabelo; CAMPOS JÚNIOR, Dioclécio; SILVA, Luciana Rodrigues; BORGES, Wellingt",isbn:"9788520455876",edition:4,vbkType:"pbk",url:"/books/9788520455876",coverURL:"//covers.vitalbook.com/vbid/9788520455876/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de Pediatria, Volume 1",author:"BURNS, Dennis Alexander Rabelo; CAMPOS JÚNIOR, Dioclécio; SILVA, Luciana Rodrigues; BORGES, Wellingt",isbn:"9788520455869",edition:4,vbkType:"pbk",url:"/books/9788520455869",coverURL:"//covers.vitalbook.com/vbid/9788520455869/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nutrição Clínica: Estudos de Casos Comentados",author:"AQUINO, Rita de Cássia de; PHILIPPI, Sonia Tucunduva (orgs.)",isbn:"9788520445143",edition:2,vbkType:"pbk",url:"/books/9788520445143",coverURL:"//covers.vitalbook.com/vbid/9788520445143/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tópicos Relevantes no Diagnóstico por Imagem",author:"FUNARI, Marcelo Buarque de Gusmão; FRANCISCO NETO, Miguel José; AMARO JR., Edson; BARONI, Ronaldo Hu",isbn:"9788520454015",edition:0,vbkType:"pbk",url:"/books/9788520454015",coverURL:"//covers.vitalbook.com/vbid/9788520454015/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Vem Brincar e Outras Poesias",author:"CORDEIRO, Ni",isbn:"9788578683177",edition:0,vbkType:"pbk",url:"/books/9788578683177",coverURL:"//covers.vitalbook.com/vbid/9788578683177/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nutrição - Curso Técnico",author:"MUSSOI, Thiago Durand",isbn:"9788527732093",edition:0,vbkType:"epub",url:"/books/9788527732093",coverURL:"//covers.vitalbook.com/vbid/9788527732093/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:07.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Rotinas em Obstetrícia",author:"Martins-Costa, Sérgio",isbn:"9788582714102",edition:7,vbkType:"epub",url:"/books/9788582714102",coverURL:"//covers.vitalbook.com/vbid/9788582714102/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:07.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Rotinas em Anestesiologia e Medicina Perioperatória",author:"GAMERMANN, Patrícia W.; STEFANI, Luciana Cadore; FELIX, Elaine A.",isbn:"9788582713563",edition:1,vbkType:"pbk",url:"/books/9788582713563",coverURL:"//covers.vitalbook.com/vbid/9788582713563/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Treinamento Funcional para Atletas de Todos os Níveis: Séries para Agilidade, Velocidade e Força",author:"RADCLIFFE, James C.",isbn:"9788582713716",edition:1,vbkType:"pbk",url:"/books/9788582713716",coverURL:"//covers.vitalbook.com/vbid/9788582713716/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Rotinas em Ginecologia",author:"Passos, Eduardo Pandolfi",isbn:"9788582714089",edition:7,vbkType:"epub",url:"/books/9788582714089",coverURL:"//covers.vitalbook.com/vbid/9788582714089/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:07.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revisão em Ginecologia e Obstetrícia do Johns Hopkins Hospital",author:"FORTNER, Kimberly B. Fortner; SZYMANSKI, Linda M.; WALLACH, Edward E.",isbn:"9788536317359",edition:2,vbkType:"pbk",url:"/books/9788536317359",coverURL:"//covers.vitalbook.com/vbid/9788536317359/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Treinamento Funcional na Prática Desportiva e Reabilitação Neuromuscular",author:"LIEBENSON, Craig",isbn:"9788582713839",edition:1,vbkType:"pbk",url:"/books/9788582713839",coverURL:"//covers.vitalbook.com/vbid/9788582713839/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Procedimentos de Enfermagem - Guia Prático, 2ª edição",author:"CARMAGNANI, Maria Isabel Sampaio; FAKIH, Flávio Trevisani; CANTERAS, Lígia Mara da Silva; TERERAN, N",isbn:"9788527731874",edition:0,vbkType:"epub",url:"/books/9788527731874",coverURL:"//covers.vitalbook.com/vbid/9788527731874/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:07.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratamento de Canais Radiculares",author:"LEONARDO, Mário Roberto; LEONARDO, Renato de Toledo",isbn:"9788536702650",edition:2,vbkType:"pbk",url:"/books/9788536702650",coverURL:"//covers.vitalbook.com/vbid/9788536702650/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:07.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Genômica Nutricional: Dos Fundamentos à Nutrição Molecular",author:"COMINETTI, Cristiane; ROGERO, Marcelo Macedo; HORST, Maria Aderuza (orgs.)",isbn:"9788520440162",edition:0,vbkType:"pbk",url:"/books/9788520440162",coverURL:"//covers.vitalbook.com/vbid/9788520440162/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia Craniofacial Aplicada à Odontologia - Abordagem Fundamental e Clínica, 2ª edição",author:"ROSSI, Marcelle Alvarez",isbn:"9788527731935",edition:0,vbkType:"epub",url:"/books/9788527731935",coverURL:"//covers.vitalbook.com/vbid/9788527731935/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Responsabilidade social empresarial e empresa sustentável - 3ª edição.",author:"BARBIERI, José Carlos ",isbn:"9788547208325",edition:3,vbkType:"pbk",url:"/books/9788547208325",coverURL:"//covers.vitalbook.com/vbid/9788547208325/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Custos - Contabilidade, Controle e Análise, 4ª edição",author:"SILVA, Raimundo Nonato Sousa; LINS, Luiz dos Santos",isbn:"9788597012170",edition:0,vbkType:"epub",url:"/books/9788597012170",coverURL:"//covers.vitalbook.com/vbid/9788597012170/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Farmacologia",author:"LÜLLMANN, Heinz; MOHR, Klaus; HEIN, Lutz",isbn:"9788582713815",edition:7,vbkType:"pbk",url:"/books/9788582713815",coverURL:"//covers.vitalbook.com/vbid/9788582713815/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Medicina de Harrison",author:"Kasper, Dennis",isbn:"9788580556032",edition:19,vbkType:"epub",url:"/books/9788580556032",coverURL:"//covers.vitalbook.com/vbid/9788580556032/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cariologia: Conceitos Básicos, Diagnóstico e Tratamento Não Restaurador - Série Abeno: Odontologia Essencial - Parte Clínica",author:"MALTZ, Marisa; CURY, Jaime; TENUTA, Livia; GROISMAN, Sonia",isbn:"9788536702636",edition:1,vbkType:"pbk",url:"/books/9788536702636",coverURL:"//covers.vitalbook.com/vbid/9788536702636/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Milionário Mora ao Lado: Os Surpreendentes Segredos dos Ricaços Americanos",author:"STANLEY, Thomas J.; DANKO, William D.",isbn:"9788520442678",edition:0,vbkType:"pbk",url:"/books/9788520442678",coverURL:"//covers.vitalbook.com/vbid/9788520442678/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos da Saúde para Cursos Técnicos - IFRS",author:"Giesel, Vivian Treichel",isbn:"9788582714195",edition:1,vbkType:"epub",url:"/books/9788582714195",coverURL:"//covers.vitalbook.com/vbid/9788582714195/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnicas de Construção Ilustradas",author:"CHING, Francis D.K.",isbn:"9788582604236",edition:5,vbkType:"pbk",url:"/books/9788582604236",coverURL:"//covers.vitalbook.com/vbid/9788582604236/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Língua de Herança: Língua Brasileira de Sinais",author:"Quadros, Ronice M.",isbn:"9788584291113",edition:1,vbkType:"epub",url:"/books/9788584291113",coverURL:"//covers.vitalbook.com/vbid/9788584291113/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CURRENT: Medicina física e reabilitação (Lange)",author:"MAITIN, Ian",isbn:"9788580555790",edition:1,vbkType:"epub",url:"/books/9788580555790",coverURL:"//covers.vitalbook.com/vbid/9788580555790/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios de Engenharia Ambiental",author:"Mackenzie L. Davis; Susan J. Masten",isbn:"9788580555912",edition:3,vbkType:"pbk",url:"/books/9788580555912",coverURL:"//covers.vitalbook.com/vbid/9788580555912/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Genética Molecular Básica",author:"MENCK, Carlos F. M.",isbn:"9788527732208",edition:0,vbkType:"epub",url:"/books/9788527732208",coverURL:"//covers.vitalbook.com/vbid/9788527732208/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia Clínica Baseada em Problemas, 2ª edição",author:"PEZZI, Lucia Helena Antunes; CORREIA, João Antonio Pereira; PRINZ, Rafael Augusto Dantas; NETO, Silv",isbn:"9788527732031",edition:0,vbkType:"epub",url:"/books/9788527732031",coverURL:"//covers.vitalbook.com/vbid/9788527732031/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing Ambiental: Sustentabilidade Empresarial e Mercado Verde",author:"ALVES, Ricardo Ribeiro",isbn:"9788520450406",edition:0,vbkType:"pbk",url:"/books/9788520450406",coverURL:"//covers.vitalbook.com/vbid/9788520450406/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Remando Contra a Maré: Política Industrial e Desenvolvimento Econômico no Rio Grande do Sul",author:"José Antonio Valle Antunes Júnior, Carlos Henrique Horn, Ivan De Pellegrin , Ibes Eron Vaz",isbn:"9788582604250",edition:1,vbkType:"epub",url:"/books/9788582604250",coverURL:"//covers.vitalbook.com/vbid/9788582604250/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Farmacognosia: Do Produto Natural ao Medicamento",author:"SIMÕES, Cláudia Maria Oliveira; SCHENKEL, Eloir Paulo; MELLO, João Carlos Palazzo de; MENTZ, Lilian ",isbn:"9788582713655",edition:1,vbkType:"epub",url:"/books/9788582713655",coverURL:"//covers.vitalbook.com/vbid/9788582713655/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Farmacologia e Fisiologia na Prática Anestésica",author:"STOELTING, Robert K.; FLOOD, Pamela; RATHMELL, James P.; SHAFER, Steven",isbn:"9788582713419",edition:3,vbkType:"pbk",url:"/books/9788582713419",coverURL:"//covers.vitalbook.com/vbid/9788582713419/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Biotecnologia II: Aplicações e Tecnologias",author:"Bruno, Alessandra Nejar",isbn:"9788582713853",edition:1,vbkType:"epub",url:"/books/9788582713853",coverURL:"//covers.vitalbook.com/vbid/9788582713853/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nova Gramática da Língua Portuguesa para Concursos, 8ª edição",author:"BEZERRA, Rodrigo",isbn:"9788530975975",edition:0,vbkType:"epub",url:"/books/9788530975975",coverURL:"//covers.vitalbook.com/vbid/9788530975975/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos da Biologia Celular",author:"Alberts, Bruce",isbn:"9788582714065",edition:4,vbkType:"pbk",url:"/books/9788582714065",coverURL:"//covers.vitalbook.com/vbid/9788582714065/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sociologia da Educação: A Escola Posta à Prova",author:"Haecht, Anne Van",isbn:"9788536314273",edition:1,vbkType:"pbk",url:"/books/9788536314273",coverURL:"//covers.vitalbook.com/vbid/9788536314273/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Pesquisa Qualitativa",author:"FLICK, Uwe",isbn:"9788536318523",edition:3,vbkType:"pbk",url:"/books/9788536318523",coverURL:"//covers.vitalbook.com/vbid/9788536318523/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CURRENT Cirurgia: Diagnóstico e Tratamento",author:"Doherty, Gerard M.",isbn:"9788580556018",edition:14,vbkType:"epub",url:"/books/9788580556018",coverURL:"//covers.vitalbook.com/vbid/9788580556018/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Por Que o Amor é Importante: Como o Afeto Molda o Cérebro do Bebê",author:"GERHARDT, Sue",isbn:"9788582713501",edition:2,vbkType:"epub",url:"/books/9788582713501",coverURL:"//covers.vitalbook.com/vbid/9788582713501/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Genética Clínica: Uma Nova Abordagem",author:"Read, Andrew; Donnai, Dian",isbn:"9788536314549",edition:1,vbkType:"pbk",url:"/books/9788536314549",coverURL:"//covers.vitalbook.com/vbid/9788536314549/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"ABENO 3 - Bioquímica Oral",author:"Cury, Jaime A.",isbn:"9788536702674",edition:1,vbkType:"pbk",url:"/books/9788536702674",coverURL:"//covers.vitalbook.com/vbid/9788536702674/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mario Bimbato: Memórias",author:"BIMBATO, Mario",isbn:"9788578683306",edition:0,vbkType:"pbk",url:"/books/9788578683306",coverURL:"//covers.vitalbook.com/vbid/9788578683306/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Redes de Cooperação Empresarial: Estratégias de Gestão na Nova Economia",author:"Balestrin, Alsones; Verschoore, Jorge",isbn:"9788582603987",edition:2,vbkType:"epub",url:"/books/9788582603987",coverURL:"//covers.vitalbook.com/vbid/9788582603987/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Exercícios Corretivos para Disfunções de Quadril e Ombro",author:"Osar, Evan",isbn:"9788582713884",edition:1,vbkType:"pbk",url:"/books/9788582713884",coverURL:"//covers.vitalbook.com/vbid/9788582713884/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bioquímica Ilustrada de Harper",author:"RODWELL, Victor; BENDER, David; BOTHAM, Kathleen; KENNELLY, Peter; WEIL, Anthony",isbn:"9788580555950",edition:30,vbkType:"pbk",url:"/books/9788580555950",coverURL:"//covers.vitalbook.com/vbid/9788580555950/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Navegando na complexidade: um guia de práticas, 1ªª edição.",author:"PMI",isbn:"9788547209407",edition:1,vbkType:"pbk",url:"/books/9788547209407",coverURL:"//covers.vitalbook.com/vbid/9788547209407/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Controle de Infecções da APIC/JCAHO",author:"ARIAS, Kathleen M.",isbn:"9788536314860",edition:1,vbkType:"pbk",url:"/books/9788536314860",coverURL:"//covers.vitalbook.com/vbid/9788536314860/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiopatologia: Texto e Atlas",author:"SILBERNAGL, Stefan; LANG, Florian",isbn:"9788536325996",edition:2,vbkType:"pbk",url:"/books/9788536325996",coverURL:"//covers.vitalbook.com/vbid/9788536325996/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Segurança e Saúde no Trabalho - NRs 1 a 36 Comentadas e Descomplicadas, 4ª edição",author:"CAMICASSA, Mara Queiroga",isbn:"9788530976491",edition:0,vbkType:"epub",url:"/books/9788530976491",coverURL:"//covers.vitalbook.com/vbid/9788530976491/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à História da Arquitetura: das Origens ao Século XXI",author:"Pereira, José Ramón Alonso",isbn:"9788577806645",edition:1,vbkType:"pbk",url:"/books/9788577806645",coverURL:"//covers.vitalbook.com/vbid/9788577806645/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cuidados Paliativos e Direitos do Paciente Terminal",author:"PRATA, Henrique Moraes",isbn:"9788520453513",edition:0,vbkType:"pbk",url:"/books/9788520453513",coverURL:"//covers.vitalbook.com/vbid/9788520453513/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Poluição do Meio Ambiente",author:"SANTOS, Marco Aurélio dos",isbn:"9788521634140",edition:0,vbkType:"epub",url:"/books/9788521634140",coverURL:"//covers.vitalbook.com/vbid/9788521634140/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gastroenterologia e Nutrição em Pediatria",author:"CARVALHO, Elisa de; SILVA, Luciana Rodrigues; FERREIRA, Cristina Targa (eds.)",isbn:"9788520448274",edition:0,vbkType:"pbk",url:"/books/9788520448274",coverURL:"//covers.vitalbook.com/vbid/9788520448274/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Vias de Transporte",author:"ALBANO, João Fortini",isbn:"9788582603895",edition:1,vbkType:"epub",url:"/books/9788582603895",coverURL:"//covers.vitalbook.com/vbid/9788582603895/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual para o Exame de Suficiência do Conselho Federal de Contabilidade, 3ª edição",author:"SCHERRER, Alberto Manoel",isbn:"9788597012668",edition:0,vbkType:"epub",url:"/books/9788597012668",coverURL:"//covers.vitalbook.com/vbid/9788597012668/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estatística Sem Matemática para as Ciências da Saúde",author:"Dancey, Christine P.",isbn:"9788584291007",edition:1,vbkType:"epub",url:"/books/9788584291007",coverURL:"//covers.vitalbook.com/vbid/9788584291007/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Redação Empresarial- 5ª edição.",author:"GOLD, Miriam",isbn:"9788547217969",edition:5,vbkType:"pbk",url:"/books/9788547217969",coverURL:"//covers.vitalbook.com/vbid/9788547217969/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Biomecânica Funcional: Membros, Cabeça, Tronco",author:"DUFOUR, Michel; PILLU, Michel",isbn:"9788520449943",edition:0,vbkType:"pbk",url:"/books/9788520449943",coverURL:"//covers.vitalbook.com/vbid/9788520449943/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Moda: Do Conceito ao Consumidor",author:"Frings, Gini Stephens",isbn:"9788540701786",edition:9,vbkType:"pbk",url:"/books/9788540701786",coverURL:"//covers.vitalbook.com/vbid/9788540701786/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Imunologia Ilustrada",author:"DOAN, Thao; MELVOLD, Roger; VISELLI, Susan; WALTENBAUGH, Carl",isbn:"9788536317786",edition:1,vbkType:"pbk",url:"/books/9788536317786",coverURL:"//covers.vitalbook.com/vbid/9788536317786/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiologia e Desenvolvimento Vegetal",author:"TAIZ, Lincoln; ZEIGER, Eduardo; MOLLER, Ian Max; MURPHY, Angus",isbn:"9788582713679",edition:6,vbkType:"pbk",url:"/books/9788582713679",coverURL:"//covers.vitalbook.com/vbid/9788582713679/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Segmentação do Mercado Turístico: Estudos, Produtos e Perspectivas",author:"PANOSSO NETTO, Alexandre; ANSARAH, Marilia Gomes dos Reis (eds.)",isbn:"9788520442135",edition:0,vbkType:"pbk",url:"/books/9788520442135",coverURL:"//covers.vitalbook.com/vbid/9788520442135/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão integrada de ativos intangíveis, 1ª edição.",author:"ZANINI, Marco Túlio ",isbn:"9788547215002",edition:1,vbkType:"pbk",url:"/books/9788547215002",coverURL:"//covers.vitalbook.com/vbid/9788547215002/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microbiologia",author:"TORTORA, Gerard J.; FUNKE, Berdell R.; CASE, Christine L.",isbn:"9788582713549",edition:12,vbkType:"pbk",url:"/books/9788582713549",coverURL:"//covers.vitalbook.com/vbid/9788582713549/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Corpo Humano: Fundamentos de Anatomia e Fisiologia",author:"TORTORA, Gerard J.; DERRICKSON, Bryan",isbn:"9788582713648",edition:10,vbkType:"pbk",url:"/books/9788582713648",coverURL:"//covers.vitalbook.com/vbid/9788582713648/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejando o Trabalho em Grupo: Estratégias para Salas de Aula Heterogêneas",author:"COHEN, Elizabeth G.; LOTAN, Rachel A.",isbn:"9788584291021",edition:3,vbkType:"epub",url:"/books/9788584291021",coverURL:"//covers.vitalbook.com/vbid/9788584291021/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Futebol & Relação de Consumo",author:"NASCIMENTO, Antonio Rodrigues do",isbn:"9788520449295",edition:0,vbkType:"pbk",url:"/books/9788520449295",coverURL:"//covers.vitalbook.com/vbid/9788520449295/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"UniA: Didática Geral",author:"ZABALA, Antoni e ARNAU, Laia; COLOMER, Teresa e CAMPS, Anna; PERRENOUD, Philippe; BASSEDAS, Eulàlia;",isbn:"9788584290918",edition:1,vbkType:"epub",url:"/books/9788584290918",coverURL:"//covers.vitalbook.com/vbid/9788584290918/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual do Arquiteto: Planejamento, Dimensionamento e Projeto",author:"BUXTON, Pamela",isbn:"9788582604311",edition:5,vbkType:"pbk",url:"/books/9788582604311",coverURL:"//covers.vitalbook.com/vbid/9788582604311/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enciclopédia de Musculação e Força de Stoppani",author:"Stoppani, Jim",isbn:"9788582714027",edition:2,vbkType:"pbk",url:"/books/9788582714027",coverURL:"//covers.vitalbook.com/vbid/9788582714027/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química - A Natureza Molecular da Matéria - Vol. 2, 7ª edição",author:"JESPERSEN, Neil D.; HYSLOP, Alison",isbn:"9788521633945",edition:0,vbkType:"epub",url:"/books/9788521633945",coverURL:"//covers.vitalbook.com/vbid/9788521633945/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Biologia Molecular da Célula",author:"Alberts, Bruce",isbn:"9788582714232",edition:6,vbkType:"pbk",url:"/books/9788582714232",coverURL:"//covers.vitalbook.com/vbid/9788582714232/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Midias digitais e sociedade (Digital media and society), 1ª edição.",author:"WHITE, Andrew",isbn:"9788547212544",edition:1,vbkType:"pbk",url:"/books/9788547212544",coverURL:"//covers.vitalbook.com/vbid/9788547212544/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Hepatologia em Pediatria",author:"SILVA, Luciana Rodrigues; FERREIRA, Cristina Targa; CARVALHO, Elisa de (eds.)",isbn:"9788520448281",edition:0,vbkType:"pbk",url:"/books/9788520448281",coverURL:"//covers.vitalbook.com/vbid/9788520448281/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiologia do Exercício na Criança",author:"ROWLAND, Thomas W.",isbn:"9788520449899",edition:2,vbkType:"pbk",url:"/books/9788520449899",coverURL:"//covers.vitalbook.com/vbid/9788520449899/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Rumos Culturais da Constelação USA: Um Olhar Verde e Amarelo",author:"FRAGA, Valderez Ferreira",isbn:"9788578683382",edition:0,vbkType:"pbk",url:"/books/9788578683382",coverURL:"//covers.vitalbook.com/vbid/9788578683382/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão industrial e produção sustentável, 1ª edição.",author:"ALIGLERI, Lilian; ALIGLERi, Luiz Antonio",isbn:"9788547210038",edition:1,vbkType:"pbk",url:"/books/9788547210038",coverURL:"//covers.vitalbook.com/vbid/9788547210038/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Medicamentos Mortais e Crime Organizado: Como a Indústria Farmacêutica Corrompeu a Assistência Médica",author:"GØTZSCHE, Peter C.",isbn:"9788582604045",edition:1,vbkType:"epub",url:"/books/9788582604045",coverURL:"//covers.vitalbook.com/vbid/9788582604045/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Classificação Internacional para a Prática de Enfermagem (CIPE®)",author:"GARCIA, Telma Ribeiro",isbn:"9788582713358",edition:1,vbkType:"epub",url:"/books/9788582713358",coverURL:"//covers.vitalbook.com/vbid/9788582713358/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento Tributário - 2ª edição.",author:"CREPALDI, Silvio",isbn:"9788547217990",edition:2,vbkType:"pbk",url:"/books/9788547217990",coverURL:"//covers.vitalbook.com/vbid/9788547217990/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos em Anatomia",author:"HARTWIG, Walter C.",isbn:"9788536317182",edition:1,vbkType:"pbk",url:"/books/9788536317182",coverURL:"//covers.vitalbook.com/vbid/9788536317182/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Transtornos Relacionados a Substâncias e do CControle de Impulsos",author:"STAHL,, Stephen M.; GRADY, Meghan M.",isbn:"9788582713211",edition:1,vbkType:"pbk",url:"/books/9788582713211",coverURL:"//covers.vitalbook.com/vbid/9788582713211/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Práticas de Topografia - Série Tekne",author:"TULER, Marcelo O.; SARAIVA, Sérgio L.; TEIXEIRA, André C.",isbn:"9788582604274",edition:1,vbkType:"epub",url:"/books/9788582604274",coverURL:"//covers.vitalbook.com/vbid/9788582604274/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Doença Hemolítica Perinatal",author:"NARDOZZA, Luciano Marcondes Machado; PARES, David Baptista da Silva (coords.)",isbn:"9788520434055",edition:0,vbkType:"pbk",url:"/books/9788520434055",coverURL:"//covers.vitalbook.com/vbid/9788520434055/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química - A Natureza Molecular da Matéria - Vol. 1, 7ª edição",author:"JESPERSEN, Neil D.; HYSLOP, Alison",isbn:"9788521633969",edition:0,vbkType:"epub",url:"/books/9788521633969",coverURL:"//covers.vitalbook.com/vbid/9788521633969/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Metodologia do Trabalho Científico, 8ª edição",author:"MARCONI, Marina de Andrade; LAKATOS, Eva Maria",isbn:"9788597012408",edition:0,vbkType:"epub",url:"/books/9788597012408",coverURL:"//covers.vitalbook.com/vbid/9788597012408/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"George Nicholas Papanicolaou: O Legado",author:"DAHER, Gibran A. G.; HODA, Rana S.",isbn:"9788578683375",edition:0,vbkType:"pbk",url:"/books/9788578683375",coverURL:"//covers.vitalbook.com/vbid/9788578683375/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia e Fisiologia de Seeley",author:"VANPUTTE, Cinnamon; REGANM Jennifer; RUSSO, Andrew",isbn:"9788580555899",edition:10,vbkType:"pbk",url:"/books/9788580555899",coverURL:"//covers.vitalbook.com/vbid/9788580555899/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Farmacologia Básica e Clínica",author:"KATZUNG, Bertram; MASTERS, Susan; TREVOR, Anthony",isbn:"9788580555974",edition:13,vbkType:"pbk",url:"/books/9788580555974",coverURL:"//covers.vitalbook.com/vbid/9788580555974/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Restauração de Sistemas Fluviais",author:"BAPTISTA, Márcio; PÁDUA, Valter Lúcio de (eds.)",isbn:"9788520436844",edition:0,vbkType:"pbk",url:"/books/9788520436844",coverURL:"//covers.vitalbook.com/vbid/9788520436844/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão Empresarial e Sustentabilidade",author:"PHILIPPI JR., Arlindo; SAMPAIO, Carlos Alberto Cioce; FERNANDES, Valdir (eds.)",isbn:"9788520439135",edition:0,vbkType:"pbk",url:"/books/9788520439135",coverURL:"//covers.vitalbook.com/vbid/9788520439135/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Psicofarmacologia Clínica",author:"SCHATZBERG, Alan; DEBATTISTA, Charles",isbn:"9788582713587",edition:8,vbkType:"epub",url:"/books/9788582713587",coverURL:"//covers.vitalbook.com/vbid/9788582713587/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Células Sanguíneas: Um Guia Prático",author:"BAIN, Barbara J.",isbn:"9788582713310",edition:5,vbkType:"pbk",url:"/books/9788582713310",coverURL:"//covers.vitalbook.com/vbid/9788582713310/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pedagogias do Século XXI: Bases para a Inovação Educativa",author:"CARBONELL, Jaume\n",isbn:"9788584290871",edition:3,vbkType:"epub",url:"/books/9788584290871",coverURL:"//covers.vitalbook.com/vbid/9788584290871/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos do Treinamento de Força Muscular",author:"FLECK, Steven J.; KRAEMER, William J.",isbn:"9788582713907",edition:4,vbkType:"pbk",url:"/books/9788582713907",coverURL:"//covers.vitalbook.com/vbid/9788582713907/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria Geral da Administração - Da Revolução Urbana à Revolução Digital, 8ª edição",author:"MAXIMIANO, Antonio Cesar Amaru",isbn:"9788597012460",edition:0,vbkType:"epub",url:"/books/9788597012460",coverURL:"//covers.vitalbook.com/vbid/9788597012460/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Macroeconomia para gestão empresarial, 1ª edição.",author:"VASCONCELLOS, Marco Antonio Sandoval; GAMBOA, Ulisses Monteiro Ruiz de; TUROLLA, Frederico Araújo",isbn:"9788547211110",edition:1,vbkType:"pbk",url:"/books/9788547211110",coverURL:"//covers.vitalbook.com/vbid/9788547211110/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Diagnósticos em Nutrição: Fundamentos e Implementação da Padronização Internacional",author:"MARTINS, Cristina",isbn:"9788582713433",edition:1,vbkType:"epub",url:"/books/9788582713433",coverURL:"//covers.vitalbook.com/vbid/9788582713433/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Professores na Incerteza: Aprender a Docência no Mundo Atual",author:"GIL, Juana M. Sancho; HERNÁNDEZ-HERNÁNDEZ, Fernando",isbn:"9788584290895",edition:1,vbkType:"epub",url:"/books/9788584290895",coverURL:"//covers.vitalbook.com/vbid/9788584290895/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Metodologia de Pesquisa",author:"HERNANDEZ SAMPIEIRI, Roberto; COLLADO, Carlos Fernández; BAPTISTA LUCIO, María del Pilar",isbn:"9788565848367",edition:5,vbkType:"pbk",url:"/books/9788565848367",coverURL:"//covers.vitalbook.com/vbid/9788565848367/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção de Serviço Social: Direitos Humanos, 1ª edição.",author:"VELOSO, Renato ",isbn:"9788547209605",edition:1,vbkType:"pbk",url:"/books/9788547209605",coverURL:"//covers.vitalbook.com/vbid/9788547209605/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Licitações e Contratos Administrativos - Teoria e Prática, 6ª edição",author:"OLIVEIRA, Rafael Carvalho Rezende",isbn:"9788530976446",edition:0,vbkType:"epub",url:"/books/9788530976446",coverURL:"//covers.vitalbook.com/vbid/9788530976446/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Provas & Concursos - A Gramática para Concursos Públicos, 3ª edição",author:"PESTANA, Fernando",isbn:"9788530976026",edition:0,vbkType:"epub",url:"/books/9788530976026",coverURL:"//covers.vitalbook.com/vbid/9788530976026/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Procesual Penal, 3ª edição.",author:"MESSA, Ana Flavia",isbn:"9788547211264",edition:3,vbkType:"pbk",url:"/books/9788547211264",coverURL:"//covers.vitalbook.com/vbid/9788547211264/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Crises econômicas internacionais, 1ª edição.",author:"DAMAS, Roberto Dumas",isbn:"9788547212575",edition:1,vbkType:"pbk",url:"/books/9788547212575",coverURL:"//covers.vitalbook.com/vbid/9788547212575/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ministério Público do Trabalho - Ação Civil Pública Ação Anulatória Ação de Cumprimento, 2ª edição",author:"DINIZ, José Janguiê Bezerra",isbn:"9788597011821",edition:0,vbkType:"epub",url:"/books/9788597011821",coverURL:"//covers.vitalbook.com/vbid/9788597011821/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ações Possessórias no Novo CPC, 4ª edição",author:"MONTENEGRO FILHO, Misael",isbn:"9788597012767",edition:0,vbkType:"epub",url:"/books/9788597012767",coverURL:"//covers.vitalbook.com/vbid/9788597012767/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Universidade Virtual e Global",author:"TIFFIN, John; RAJASINGHAM, Lalita",isbn:"9788536321141",edition:1,vbkType:"pbk",url:"/books/9788536321141",coverURL:"//covers.vitalbook.com/vbid/9788536321141/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direitos Humanos, 4ª edição.",author:"CASTILHO, Ricardo",isbn:"9788547218775",edition:4,vbkType:"pbk",url:"/books/9788547218775",coverURL:"//covers.vitalbook.com/vbid/9788547218775/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processo Civil Sistematizado, 3ª edição",author:"LOURENÇO, Haroldo",isbn:"9788530976538",edition:0,vbkType:"epub",url:"/books/9788530976538",coverURL:"//covers.vitalbook.com/vbid/9788530976538/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao novo Código de ética dos Advogados, 2ª edição.",author:"COELHO, Marcus Vinicius Furtado",isbn:"9788547219659",edition:2,vbkType:"pbk",url:"/books/9788547219659",coverURL:"//covers.vitalbook.com/vbid/9788547219659/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Energias Renováveis, Geração Distribuida e Eficiência Energética",author:"MOREIRA, José Roberto Simões (org.)",isbn:"9788521633785",edition:0,vbkType:"epub",url:"/books/9788521633785",coverURL:"//covers.vitalbook.com/vbid/9788521633785/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Marketing em tempos modernos - Canais de distribuição e geomarketing, 1ª edição.",author:"ROCHA, Marcos Donizete Aparecido; SOUSA, José Meireles de ",isbn:"9788547215835",edition:1,vbkType:"pbk",url:"/books/9788547215835",coverURL:"//covers.vitalbook.com/vbid/9788547215835/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei do Inquilinato Comentada - Artigo por Artigo, 10ª edição",author:"SOUZA, Sylvio Capanema",isbn:"9788530976224",edition:0,vbkType:"epub",url:"/books/9788530976224",coverURL:"//covers.vitalbook.com/vbid/9788530976224/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gerenciando mudanças nas organizações: um guia de práticas, 1ª edição.",author:"PMI",isbn:"9788547208202",edition:1,vbkType:"pbk",url:"/books/9788547208202",coverURL:"//covers.vitalbook.com/vbid/9788547208202/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Método de Estudo OAB - Questões Comentadas - Volume Único - Todas as Disciplinas",author:"SANCHEZ, Alessandro (et al.)",isbn:"9788530976064",edition:0,vbkType:"epub",url:"/books/9788530976064",coverURL:"//covers.vitalbook.com/vbid/9788530976064/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Processual do Trabalho",author:"SANTOS, Enoque Ribeiro dos; HAJEL FILHO, Ricardo Antonio Bittar",isbn:"9788597012217",edition:0,vbkType:"epub",url:"/books/9788597012217",coverURL:"//covers.vitalbook.com/vbid/9788597012217/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade: teorias e práticas básicas - 5ª edição.",author:"GRECO, Alvisio; AREND, Lauro",isbn:"9788547210274",edition:5,vbkType:"pbk",url:"/books/9788547210274",coverURL:"//covers.vitalbook.com/vbid/9788547210274/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual dos Juizados Especiais Cíveis Estaduais - Teoria e Prática, 9ª edição",author:"ROCHA, Felippe Borring",isbn:"9788597012361",edition:0,vbkType:"epub",url:"/books/9788597012361",coverURL:"//covers.vitalbook.com/vbid/9788597012361/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ação de Impugnação de Mandato Eletivo",author:"ANDRADE, Marcelo Santiago de Padua",isbn:"9788578681500",edition:0,vbkType:"pbk",url:"/books/9788578681500",coverURL:"//covers.vitalbook.com/vbid/9788578681500/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A sucessão como ela é (Negócios), 1ª edição.",author:"ALMEIDA, Emerson de ",isbn:"9788547210939",edition:1,vbkType:"pbk",url:"/books/9788547210939",coverURL:"//covers.vitalbook.com/vbid/9788547210939/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Médico, 14ª edição",author:"FRANÇA, Genival Veloso de",isbn:"9788530976460",edition:0,vbkType:"epub",url:"/books/9788530976460",coverURL:"//covers.vitalbook.com/vbid/9788530976460/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Sinopses jurídicas, v. 4 – Direito das sucessões, 18ª edição",author:"Gonçalves, Carlos Roberto ",isbn:"9788547217877",edition:18,vbkType:"pbk",url:"/books/9788547217877",coverURL:"//covers.vitalbook.com/vbid/9788547217877/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Empreendedorismo 360º - A Prática na Prática, 3ª edição",author:"MENDES, Jerônimo",isbn:"9788597012422",edition:0,vbkType:"epub",url:"/books/9788597012422",coverURL:"//covers.vitalbook.com/vbid/9788597012422/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prisão, Medidas Alternativas e Liberdade, 5ª edição",author:"NUCCI, Guilherme de Souza",isbn:"9788530976002",edition:0,vbkType:"epub",url:"/books/9788530976002",coverURL:"//covers.vitalbook.com/vbid/9788530976002/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Brincar e Interagir nos Espaços da Escola Infantil",author:"Horn, Maria G.",isbn:"9788584291045",edition:1,vbkType:"epub",url:"/books/9788584291045",coverURL:"//covers.vitalbook.com/vbid/9788584291045/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lavagem de Dinheiro, 2ª edição",author:"CALLEGARI, André Luís Callegari; WEBER, Ariel Barazzetti",isbn:"9788597012293",edition:0,vbkType:"epub",url:"/books/9788597012293",coverURL:"//covers.vitalbook.com/vbid/9788597012293/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Sociologia",author:"SCHAEFER, Richard T.",isbn:"9788580555714",edition:6,vbkType:"epub",url:"/books/9788580555714",coverURL:"//covers.vitalbook.com/vbid/9788580555714/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Essencial - Essencial para o Exame da OAB, 8ª edição",author:"GONZAGA, Alvaro de Azevedo",isbn:"9788530976361",edition:0,vbkType:"epub",url:"/books/9788530976361",coverURL:"//covers.vitalbook.com/vbid/9788530976361/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Processual Civil - Vol. II, 51ª edição",author:"THEODORO Jr., Humberto",isbn:"9788530976132",edition:0,vbkType:"epub",url:"/books/9788530976132",coverURL:"//covers.vitalbook.com/vbid/9788530976132/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade para concursos e exame de suficiência - 2ª edição.",author:"RIBEIRO, Osni Moura; COELHO, Juliana Moura Ribeiro",isbn:"9788547217488",edition:2,vbkType:"pbk",url:"/books/9788547217488",coverURL:"//covers.vitalbook.com/vbid/9788547217488/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de sociologia jurídica, 2ª edição.",author:"RODRIGUEZ, José Rodrigo",isbn:"9788547219109",edition:2,vbkType:"pbk",url:"/books/9788547219109",coverURL:"//covers.vitalbook.com/vbid/9788547219109/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Construção Jurisprudencial da Recuperação Judicial de Empresas, 3ª edição",author:"CAVALLI, Cássio; AYOUB, Luiz Roberto",isbn:"9788530976309",edition:0,vbkType:"epub",url:"/books/9788530976309",coverURL:"//covers.vitalbook.com/vbid/9788530976309/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Estratégia Global da Hyundai",author:"LANSBURY, Russell D.; SUH, Chung-Sok; KWON, Seung-Ho",isbn:"9788582604007",edition:1,vbkType:"epub",url:"/books/9788582604007",coverURL:"//covers.vitalbook.com/vbid/9788582604007/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito das Sucessões - Teoria e Prática, 8ª edição",author:"FARIA, Mario Roberto Carvalho de",isbn:"9788530976200",edition:0,vbkType:"epub",url:"/books/9788530976200",coverURL:"//covers.vitalbook.com/vbid/9788530976200/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Passe em Concursos Públicos – Nível Superior – Direito empresarial, 2ª edição.",author:"SACRAMONE, Marcelo Barbosa",isbn:"9788547219048",edition:2,vbkType:"pbk",url:"/books/9788547219048",coverURL:"//covers.vitalbook.com/vbid/9788547219048/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Economia Internacional - 3ª edição.",author:"MARIANO, Jefferson; CARMOS. Edgar ",isbn:"9788547215149",edition:3,vbkType:"pbk",url:"/books/9788547215149",coverURL:"//covers.vitalbook.com/vbid/9788547215149/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática no Estatuto da Criança e do Adolescente, 2ª edição",author:"ARAUJO Jr., Gediel Claudino de",isbn:"9788597012538",edition:0,vbkType:"epub",url:"/books/9788597012538",coverURL:"//covers.vitalbook.com/vbid/9788597012538/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Aprendizagem Visível para Professores: Como Maximizar o Impacto da Aprendizagem",author:"John Hattie",isbn:"9788584290987",edition:1,vbkType:"epub",url:"/books/9788584290987",coverURL:"//covers.vitalbook.com/vbid/9788584290987/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Instituições de Direito Público e Privado - 15ª edição.",author:"DOWER, Nelson; SUZUKI, Claudio Mikio; JADON, Carlos Eduardo; SOUZA, Luiz Roberto Carboni; GABRIEL, S",isbn:"9788547215033",edition:15,vbkType:"pbk",url:"/books/9788547215033",coverURL:"//covers.vitalbook.com/vbid/9788547215033/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos da Moderna Manufatura Versão SI - Vol. 1, 5ª edição",author:"GROOVER, Mikell P.",isbn:"9788521634126",edition:0,vbkType:"epub",url:"/books/9788521634126",coverURL:"//covers.vitalbook.com/vbid/9788521634126/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Recuperação Judicial, Extrajudicial e Falência - Teoria e Prática, 3ª edição",author:"SALOMÃO, Luis Felipe",isbn:"9788530976651",edition:0,vbkType:"epub",url:"/books/9788530976651",coverURL:"//covers.vitalbook.com/vbid/9788530976651/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Internacional Privado, 2ª edição",author:"MAZZUOLI, Valerio de Oliveira",isbn:"9788530976422",edition:0,vbkType:"epub",url:"/books/9788530976422",coverURL:"//covers.vitalbook.com/vbid/9788530976422/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Financeira no Agronegócio",author:"NAKAO, Sílvio Hiroshi (org.)",isbn:"9788597012156",edition:0,vbkType:"epub",url:"/books/9788597012156",coverURL:"//covers.vitalbook.com/vbid/9788597012156/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Prática Civil, 13ª edição",author:"TARTUCE, Fernanda; DELLORE, Luiz",isbn:"9788530976729",edition:0,vbkType:"epub",url:"/books/9788530976729",coverURL:"//covers.vitalbook.com/vbid/9788530976729/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Você Sofre para Não Sofrer? Desautorizando o Sofrimento Prêt-à-porter",author:"FORBES, Jorge",isbn:"9788520454060",edition:0,vbkType:"pbk",url:"/books/9788520454060",coverURL:"//covers.vitalbook.com/vbid/9788520454060/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Estratégia e o Cenário dos Negócios",author:"GHEMAWAT, Pankaj",isbn:"9788577809158",edition:3,vbkType:"pbk",url:"/books/9788577809158",coverURL:"//covers.vitalbook.com/vbid/9788577809158/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito da concorrência, 1ª edição.",author:"FRAZÃO, Ana",isbn:"9788547219611",edition:1,vbkType:"pbk",url:"/books/9788547219611",coverURL:"//covers.vitalbook.com/vbid/9788547219611/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Design thinking na educação presencial, a distância e corporativa, 1ª edição.",author:"CAVALCANTI, Carolina Costa; FILATRO, Andrea",isbn:"9788547215804",edition:1,vbkType:"pbk",url:"/books/9788547215804",coverURL:"//covers.vitalbook.com/vbid/9788547215804/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática no Direito da Família, 9ª edição",author:"ARAUJO Jr., Gediel Claudino de",isbn:"9788597012507",edition:0,vbkType:"epub",url:"/books/9788597012507",coverURL:"//covers.vitalbook.com/vbid/9788597012507/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código de Processo Penal anotado, 6ª edição.",author:"BOMFIN, Edilson Mougenot",isbn:"9788547210540",edition:6,vbkType:"pbk",url:"/books/9788547210540",coverURL:"//covers.vitalbook.com/vbid/9788547210540/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guarda Compartilhada: Uma Visão Psicojurídica",author:"CEZAR-FERREIRA, Verônica A. da Motta; DE MACEDO, Rosa Maria Stefanini",isbn:"9788582713334",edition:1,vbkType:"epub",url:"/books/9788582713334",coverURL:"//covers.vitalbook.com/vbid/9788582713334/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Análise de negócios para profissionais: um guia de práticas, 1ª edição.",author:"PMI",isbn:"9788547208172",edition:1,vbkType:"pbk",url:"/books/9788547208172",coverURL:"//covers.vitalbook.com/vbid/9788547208172/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Frato: 40 anos com Olhos de Criança",author:"TONUCCI, Francesco",isbn:"9788536317083",edition:1,vbkType:"pbk",url:"/books/9788536317083",coverURL:"//covers.vitalbook.com/vbid/9788536317083/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia Jurídica, 8ª edição",author:"FIORELLI, José Osmir; MANGINI, Rosana Cathya Ragazzoni",isbn:"9788597012576",edition:0,vbkType:"epub",url:"/books/9788597012576",coverURL:"//covers.vitalbook.com/vbid/9788597012576/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito constitucional, 4ª edição.",author:"VASCONCELOS, Clever ",isbn:"9788547218591",edition:4,vbkType:"pbk",url:"/books/9788547218591",coverURL:"//covers.vitalbook.com/vbid/9788547218591/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Avançada",author:"RIOS, Ricardo Pereira; MARION, José Carlos",isbn:"9788597012446",edition:0,vbkType:"epub",url:"/books/9788597012446",coverURL:"//covers.vitalbook.com/vbid/9788597012446/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito Processual Civil v. 2 , 16ª edição.",author:"SANTOS, Ernane Fidélis dos",isbn:"9788547218539",edition:16,vbkType:"pbk",url:"/books/9788547218539",coverURL:"//covers.vitalbook.com/vbid/9788547218539/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tutela provisória, 1ª edição.",author:"ALVIM, Eduardo Arruda",isbn:"9788547219154",edition:1,vbkType:"pbk",url:"/books/9788547219154",coverURL:"//covers.vitalbook.com/vbid/9788547219154/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Ambiental, 19ª edição",author:"ANTUNES, Paulo de Bessa",isbn:"9788597012316",edition:0,vbkType:"epub",url:"/books/9788597012316",coverURL:"//covers.vitalbook.com/vbid/9788597012316/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenvolvimento de Projeto de Pesquisa, 1ª edição.",author:"SORDI, José Osvaldo De",isbn:"9788547214975",edition:1,vbkType:"pbk",url:"/books/9788547214975",coverURL:"//covers.vitalbook.com/vbid/9788547214975/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática de Contestação no Processo Civil, 4ª edição",author:"ARAUJO Jr., Gediel Claudino de",isbn:"9788597012255",edition:0,vbkType:"epub",url:"/books/9788597012255",coverURL:"//covers.vitalbook.com/vbid/9788597012255/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código de Processo Civil sistematizado em perguntas e respostas, 1ª edição.",author:"FIGUEIRA JUNIOR, Joel Dias ",isbn:"9788547219024",edition:1,vbkType:"pbk",url:"/books/9788547219024",coverURL:"//covers.vitalbook.com/vbid/9788547219024/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fora de Série - A Luta pelo Direito, 25ª edição",author:"JHERING, Rudolf von",isbn:"9788530976286",edition:0,vbkType:"epub",url:"/books/9788530976286",coverURL:"//covers.vitalbook.com/vbid/9788530976286/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Água e Sustentabilidade no Sistema Solo-planta-atmosfera",author:"REICHARDT, Klaus; TIMM, Luís Carlos",isbn:"9788520446805",edition:0,vbkType:"pbk",url:"/books/9788520446805",coverURL:"//covers.vitalbook.com/vbid/9788520446805/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Protesto de Títulos, Sustação e Cancelamento: Como e Quando Requerer",author:"BIMBATO, Mario",isbn:"9788578683368",edition:0,vbkType:"pbk",url:"/books/9788578683368",coverURL:"//covers.vitalbook.com/vbid/9788578683368/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contratos agrários, 2ª edição.",author:"FERRETTO, Vilson ",isbn:"9788547217938",edition:2,vbkType:"pbk",url:"/books/9788547217938",coverURL:"//covers.vitalbook.com/vbid/9788547217938/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ética na Gestão Empresarial - 3ª edição.",author:"MATTOS, Francisco",isbn:"9788547209810",edition:3,vbkType:"pbk",url:"/books/9788547209810",coverURL:"//covers.vitalbook.com/vbid/9788547209810/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Condomínio Edilício e Incorporação Imobiliária, 5ª edição",author:"RIZZARDO, Arnaldo",isbn:"9788530975913",edition:0,vbkType:"epub",url:"/books/9788530975913",coverURL:"//covers.vitalbook.com/vbid/9788530975913/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito de Família",author:"MADALENO, Rolf",isbn:"9788530976187",edition:0,vbkType:"epub",url:"/books/9788530976187",coverURL:"//covers.vitalbook.com/vbid/9788530976187/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria Geral do Processo, 20ª edição",author:"ALVIM, José Eduardo Carreira",isbn:"9788530976040",edition:0,vbkType:"epub",url:"/books/9788530976040",coverURL:"//covers.vitalbook.com/vbid/9788530976040/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Administrativo, 30ª edição",author:"DI PIETRO, Maria Sylvia Zanella",isbn:"9788530976163",edition:0,vbkType:"epub",url:"/books/9788530976163",coverURL:"//covers.vitalbook.com/vbid/9788530976163/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dente de Leite S.A.: A Indústria dos Meninos Bons de Bola",author:"MENESES, Juan Pablo",isbn:"9788520449400",edition:0,vbkType:"pbk",url:"/books/9788520449400",coverURL:"//covers.vitalbook.com/vbid/9788520449400/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Organização Criminosa, 3ª edição",author:"NUCCI, Guilherme de Souza",isbn:"9788530976705",edition:0,vbkType:"epub",url:"/books/9788530976705",coverURL:"//covers.vitalbook.com/vbid/9788530976705/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Arbitragem e Propriedade intelectual, 1ª edição.",author:"MAZZANETTO, Nathalia",isbn:"9788547219437",edition:1,vbkType:"pbk",url:"/books/9788547219437",coverURL:"//covers.vitalbook.com/vbid/9788547219437/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Acordos Quase Impossíveis",author:"MALHOTRA, Deepak",isbn:"9788582604168",edition:1,vbkType:"epub",url:"/books/9788582604168",coverURL:"//covers.vitalbook.com/vbid/9788582604168/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Execução e Recursos - Comentários ao CPC de 2015",author:"GAJARDONI, Fernando da Fonseca",isbn:"9788530976552",edition:0,vbkType:"epub",url:"/books/9788530976552",coverURL:"//covers.vitalbook.com/vbid/9788530976552/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processo Tributário - Teoria e Prática, 15ª edição",author:"CASSONE, Vittorio; ROSSI, Júlio César; CASSONE, Maria Eugenia Teixeira",isbn:"9788597012729",edition:0,vbkType:"epub",url:"/books/9788597012729",coverURL:"//covers.vitalbook.com/vbid/9788597012729/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Concursos Públicos - Planeje sua Aprovação",author:"ALMEIDA, Isabella",isbn:"9788530976637",edition:0,vbkType:"epub",url:"/books/9788530976637",coverURL:"//covers.vitalbook.com/vbid/9788530976637/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estratégia, 1ª edição.",author:"DRANOVE, David; MARCIANO, Sonia",isbn:"9788547213404",edition:1,vbkType:"pbk",url:"/books/9788547213404",coverURL:"//covers.vitalbook.com/vbid/9788547213404/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terapia Cognitivo-Comportamental para Adolescentes: Uma Perspectiva Transdiagnóstica e Desenvolvimental",author:"Neufeld, Carmem Beatriz",isbn:"9788582713983",edition:1,vbkType:"epub",url:"/books/9788582713983",coverURL:"//covers.vitalbook.com/vbid/9788582713983/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estatistica e Probabilidade - Exercicios Resolvidos e Propostos, 3ª edição",author:"OLIVEIRA, Francisco Estevam Martins de",isbn:"9788521633846",edition:0,vbkType:"epub",url:"/books/9788521633846",coverURL:"//covers.vitalbook.com/vbid/9788521633846/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos da Psicologia do Esporte e do Exercício",author:"WEINBERG, Robert S.; GOULD, Daniel",isbn:"9788582713488",edition:6,vbkType:"pbk",url:"/books/9788582713488",coverURL:"//covers.vitalbook.com/vbid/9788582713488/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Engenharia",author:"COCIAN, Luis Fernando Espinosa",isbn:"9788582604182",edition:1,vbkType:"epub",url:"/books/9788582604182",coverURL:"//covers.vitalbook.com/vbid/9788582604182/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Crime à Luz da Psicanálise Lacaniana",author:"MOTTA, Manoel Barros da",isbn:"9788530976101",edition:0,vbkType:"epub",url:"/books/9788530976101",coverURL:"//covers.vitalbook.com/vbid/9788530976101/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"400 Questões de Física para Vestibular e Enem",author:"DIESTEL, André Luiz Cosenza; NETO, Ricieri Andrella\n",isbn:"9788582603833",edition:1,vbkType:"pbk",url:"/books/9788582603833",coverURL:"//covers.vitalbook.com/vbid/9788582603833/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tecnologia Não Destrutiva",author:"NAJAFI, Mohammad",isbn:"9788582604106",edition:1,vbkType:"pbk",url:"/books/9788582604106",coverURL:"//covers.vitalbook.com/vbid/9788582604106/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Rezende Obstetrícia, 13ª edição",author:"MONTENEGRO, Carlos Antonio Barbosa; REZENDE FILHO, Jorge de",isbn:"9788527730723",edition:0,vbkType:"epub",url:"/books/9788527730723",coverURL:"//covers.vitalbook.com/vbid/9788527730723/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terapia Cognitivo-Comportamental em Grupos: Das Evidências à Prática",author:"Neufeld, Carmem Beatriz",isbn:"9788582714171",edition:1,vbkType:"epub",url:"/books/9788582714171",coverURL:"//covers.vitalbook.com/vbid/9788582714171/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eletrônica de Aeronaves: Introdução aos Sistemas Aviônicos",author:"EISMIN, Thomas K.\n",isbn:"9788582604069",edition:6,vbkType:"pbk",url:"/books/9788582604069",coverURL:"//covers.vitalbook.com/vbid/9788582604069/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiologia Humana: Uma Abordagem Integrada",author:"Silverthorn, Dee Unglaub",isbn:"9788582714041",edition:7,vbkType:"pbk",url:"/books/9788582714041",coverURL:"//covers.vitalbook.com/vbid/9788582714041/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Instalações Elétricas Prediais",author:"GEBRAN, Amaury Pessoa; RIZZATO, Flávio Adalberto Poloni\n",isbn:"9788582604205",edition:1,vbkType:"epub",url:"/books/9788582604205",coverURL:"//covers.vitalbook.com/vbid/9788582604205/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Psicologia Cognitiva",author:"Eysenck, Michael W.; Keane, Mark T.",isbn:"9788582713969",edition:7,vbkType:"pbk",url:"/books/9788582713969",coverURL:"//covers.vitalbook.com/vbid/9788582713969/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Solo, Planta e Atmosfera: Conceitos, Processos e Aplicações",author:"REICHARDT, Klaus; TIMM, Luís Carlos",isbn:"9788520451038",edition:3,vbkType:"pbk",url:"/books/9788520451038",coverURL:"//covers.vitalbook.com/vbid/9788520451038/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Perícia Médica - Consulta Rápida",author:"BISCAIA, Leonardo; PAULA, Maria Carolina Schatz de",isbn:"9788527731614",edition:0,vbkType:"epub",url:"/books/9788527731614",coverURL:"//covers.vitalbook.com/vbid/9788527731614/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terapia Cognitiva dos Transtornos da Personalidade",author:"Beck, Aaron T.",isbn:"9788582714126",edition:3,vbkType:"epub",url:"/books/9788582714126",coverURL:"//covers.vitalbook.com/vbid/9788582714126/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eletrônica Analógica Básica",author:"DUARTE, Marcelo de Almeida",isbn:"9788521633679",edition:0,vbkType:"epub",url:"/books/9788521633679",coverURL:"//covers.vitalbook.com/vbid/9788521633679/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiologia Humana",author:"FOX, Stuart Ira",isbn:"9788520449905",edition:7,vbkType:"pbk",url:"/books/9788520449905",coverURL:"//covers.vitalbook.com/vbid/9788520449905/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Urgências e Emergências em Enfermagem",author:"TOBASE, Lucia; TOMAZINI, Edenir Aparecida Sartorelli",isbn:"9788527731454",edition:0,vbkType:"epub",url:"/books/9788527731454",coverURL:"//covers.vitalbook.com/vbid/9788527731454/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Implementando o gerenciamento organizacional de projetos: um guia de práticas, 1ª edição.",author:"PMI",isbn:"9788547208264",edition:1,vbkType:"pbk",url:"/books/9788547208264",coverURL:"//covers.vitalbook.com/vbid/9788547208264/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Parasitologia Veterinária, 4ª edição",author:"TAYLOR, M. A.; COOP, R. L.; WALL, R. L.",isbn:"9788527732116",edition:0,vbkType:"epub",url:"/books/9788527732116",coverURL:"//covers.vitalbook.com/vbid/9788527732116/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual Clínico dos Transtornos Psicológicos: Tratamento Passo a Passo",author:"BARLOW, David H.",isbn:"9788582713457",edition:5,vbkType:"pbk",url:"/books/9788582713457",coverURL:"//covers.vitalbook.com/vbid/9788582713457/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Representação Gráfica em Arquitetura",author:"Ching, Francis",isbn:"9788582604373",edition:6,vbkType:"pbk",url:"/books/9788582604373",coverURL:"//covers.vitalbook.com/vbid/9788582604373/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Medicina Antiga",author:"NUTTON, Vivian",isbn:"9788530975890",edition:0,vbkType:"epub",url:"/books/9788530975890",coverURL:"//covers.vitalbook.com/vbid/9788530975890/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eletrônica - Volume 2",author:"MALVINO, Albert; BATES, David",isbn:"9788580555936",edition:8,vbkType:"pbk",url:"/books/9788580555936",coverURL:"//covers.vitalbook.com/vbid/9788580555936/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Compêndio de Psiquiatria: Ciência do Comportamento e Psiquiatria Clínica",author:"SADOCK, Benjamin J.; SADOCK, Virginia A.; RUIZ, Pedro\n",isbn:"9788582713792",edition:11,vbkType:"pbk",url:"/books/9788582713792",coverURL:"//covers.vitalbook.com/vbid/9788582713792/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de Radiologia, Volume 3: Obstetrícia, Mama, Musculoesquelético",author:"CERRI, Giovanni Guido; LEITE, Claudia da Costa; ROCHA, Manoel de Souza (eds.)",isbn:"9788520453957",edition:0,vbkType:"pbk",url:"/books/9788520453957",coverURL:"//covers.vitalbook.com/vbid/9788520453957/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Projetos: As Melhores Práticas",author:"KERZNER, Harold R.",isbn:"9788582603819",edition:3,vbkType:"pbk",url:"/books/9788582603819",coverURL:"//covers.vitalbook.com/vbid/9788582603819/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Parasitologia na Medicina Veterinária, 2ª edição",author:"MONTEIRO, Silvia Gonzalez",isbn:"9788527731959",edition:0,vbkType:"epub",url:"/books/9788527731959",coverURL:"//covers.vitalbook.com/vbid/9788527731959/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Intercâmbio das Psicoterapias, 2ª edição",author:"PAYÁ, Roberta",isbn:"9788527732130",edition:0,vbkType:"epub",url:"/books/9788527732130",coverURL:"//covers.vitalbook.com/vbid/9788527732130/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Projeto de Processos Químicos Industriais",author:"ERWIN, Douglas",isbn:"9788582604083",edition:2,vbkType:"pbk",url:"/books/9788582604083",coverURL:"//covers.vitalbook.com/vbid/9788582604083/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"GPS - Guia Prático de Saúde - Medicamentos",author:"AZEVEDO, Maria de Fátima",isbn:"9788527731577",edition:0,vbkType:"epub",url:"/books/9788527731577",coverURL:"//covers.vitalbook.com/vbid/9788527731577/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Básica - 17ª edição.",author:"VISCONTI, Paulo; NEVES, Silvério das",isbn:"9788547210243",edition:17,vbkType:"pbk",url:"/books/9788547210243",coverURL:"//covers.vitalbook.com/vbid/9788547210243/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Casos de Superação em Esquizofrenia",author:"BRESSAN, Rodrigo; GROHS, Geder; GADELHA, Ary",isbn:"9788582713693",edition:1,vbkType:"epub",url:"/books/9788582713693",coverURL:"//covers.vitalbook.com/vbid/9788582713693/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de Radiologia, Volume 2: Pulmões, Coração e Vasos, Gastrointestinal, Uroginecologia",author:"CERRI, Giovanni Guido; LEITE, Claudia da Costa; ROCHA, Manoel de Souza (eds.)",isbn:"9788520453940",edition:0,vbkType:"pbk",url:"/books/9788520453940",coverURL:"//covers.vitalbook.com/vbid/9788520453940/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Vencendo o Transtorno Obsessivo-Compulsivo: Manual de Terapia Cognitivo-Comportamental para Pacientes e Terapeutas",author:"CORDIOLI, Aristides Volpato; VIVAN, Analise de Souza; BRAGA, Daniela Tusi",isbn:"9788582713624",edition:3,vbkType:"pbk",url:"/books/9788582713624",coverURL:"//covers.vitalbook.com/vbid/9788582713624/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Mecânica para Engenharia - Estática",author:"RUIZ, Carlos Cezar de La Plata",isbn:"9788521634027",edition:0,vbkType:"epub",url:"/books/9788521634027",coverURL:"//covers.vitalbook.com/vbid/9788521634027/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"História da Melancolia",author:"CORDÁS, Táki Athanássios; EMILIO, Matheus Schumaker",isbn:"9788582713754",edition:1,vbkType:"epub",url:"/books/9788582713754",coverURL:"//covers.vitalbook.com/vbid/9788582713754/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Biologia dos Invertebrados",author:"PECHENIK, Jan A.",isbn:"9788580555813",edition:7,vbkType:"pbk",url:"/books/9788580555813",coverURL:"//covers.vitalbook.com/vbid/9788580555813/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Petróleo e Gás: Princípios de Exploração, Produção e Refino - Série Tekne",author:"GAUTO, Marcelo Antunes; APOLUCENO, Daniela de Melo; AMARAL, Messias Candido; AURÍQUIO, Paulo Cezar",isbn:"9788582604021",edition:1,vbkType:"epub",url:"/books/9788582604021",coverURL:"//covers.vitalbook.com/vbid/9788582604021/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Farmacologia Clínica e Terapêutica, 5ª edição",author:"FUCHS, Flávio Danni; WANNMACHER, Lenita",isbn:"9788527731324",edition:0,vbkType:"epub",url:"/books/9788527731324",coverURL:"//covers.vitalbook.com/vbid/9788527731324/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia do Cotidiano: Como Vivemos, Pensamos e nos Relacionamos Hoje",author:"Abreu, Cristiano Nabuco de",isbn:"9788582713396",edition:1,vbkType:"epub",url:"/books/9788582713396",coverURL:"//covers.vitalbook.com/vbid/9788582713396/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cálculo Diferencial e Integral",author:"SILVA, Paulo Sergio Dias da",isbn:"9788521633822",edition:0,vbkType:"epub",url:"/books/9788521633822",coverURL:"//covers.vitalbook.com/vbid/9788521633822/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Windows 10 - Série Passo a Passo",author:"LAMBERT, Joan; LAMBERT, Steve",isbn:"9788582604144",edition:1,vbkType:"pbk",url:"/books/9788582604144",coverURL:"//covers.vitalbook.com/vbid/9788582604144/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de Radiologia, Volume 1: Neurorradiologia, Cabeça e Pescoço",author:"CERRI, Giovanni Guido; LEITE, Claudia da Costa; ROCHA, Manoel de Souza (eds.)",isbn:"9788520453933",edition:0,vbkType:"pbk",url:"/books/9788520453933",coverURL:"//covers.vitalbook.com/vbid/9788520453933/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terapia do Esquema Emocional: Manual para o Terapeuta",author:"LEAHY, Robert L.\n",isbn:"9788582713297",edition:1,vbkType:"epub",url:"/books/9788582713297",coverURL:"//covers.vitalbook.com/vbid/9788582713297/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estatística Geral e Aplicada, 6ª edição",author:"MARTINS, Gilberto de Andrade; DOMINGUES, Osmar",isbn:"9788597012682",edition:0,vbkType:"epub",url:"/books/9788597012682",coverURL:"//covers.vitalbook.com/vbid/9788597012682/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia de Estudo para o DSM-5",author:"Roberts, Laura Weiss; Louie, Alan K.",isbn:"9788582714003",edition:1,vbkType:"epub",url:"/books/9788582714003",coverURL:"//covers.vitalbook.com/vbid/9788582714003/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microsoft Project 2016: Passo a Passo",author:"Chatfield, Carl",isbn:"9788582604335",edition:1,vbkType:"pbk",url:"/books/9788582604335",coverURL:"//covers.vitalbook.com/vbid/9788582604335/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Farmacologia Aplicada à Medicina Veterinária, 6ª edição",author:"SPINOSA, Helenice de Souza; GÓRNIAK, Silvana Lima; BERNARDI, Maria Martha",isbn:"9788527731348",edition:0,vbkType:"epub",url:"/books/9788527731348",coverURL:"//covers.vitalbook.com/vbid/9788527731348/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios e Práticas do Uso da Neuromodulação Não Invasiva em Psiquiatria",author:"BRUNONI, Andre Russowsky",isbn:"9788582713525",edition:1,vbkType:"epub",url:"/books/9788582713525",coverURL:"//covers.vitalbook.com/vbid/9788582713525/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Ciência da Fábrica",author:"HOPP, Wallace J.; SPEARMAN, Mark L.",isbn:"9788565837347",edition:3,vbkType:"pbk",url:"/books/9788565837347",coverURL:"//covers.vitalbook.com/vbid/9788565837347/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Vibrações Mecânicas",author:"SAVI, Marcelo Amorim; PAULA, Aline Souza de",isbn:"9788521634003",edition:0,vbkType:"epub",url:"/books/9788521634003",coverURL:"//covers.vitalbook.com/vbid/9788521634003/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tóxicos, 11ª edição.",author:"MARCÃO, Renato",isbn:"9788547204716",edition:11,vbkType:"pbk",url:"/books/9788547204716",coverURL:"//covers.vitalbook.com/vbid/9788547204716/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dermatologia de Fitzpatrick: Atlas e Texto",author:"WOLFF, Klaus; JOHNSON, Richard A.; SAAVEDRA, Arturo P.",isbn:"9788580553154",edition:7,vbkType:"pbk",url:"/books/9788580553154",coverURL:"//covers.vitalbook.com/vbid/9788580553154/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicopatologia",author:"BERGERET, Jean; BÉCACHE, A.; BOULANGER, J.-J.; CHARTIER, J.-P.; DUBOR, P.; HOUSER, M.; LUSTIN, J.-J.",isbn:"9788536311531",edition:9,vbkType:"pbk",url:"/books/9788536311531",coverURL:"//covers.vitalbook.com/vbid/9788536311531/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicoterapias Cognitivo-Comportamentais: Um diálogo com a psiquiatria",author:"RANGÉ, Bernard",isbn:"9788536326566",edition:2,vbkType:"pbk",url:"/books/9788536326566",coverURL:"//covers.vitalbook.com/vbid/9788536326566/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sinais e Sistemas Lineares",author:"LATHI, B.P.",isbn:"9788577803910",edition:2,vbkType:"pbk",url:"/books/9788577803910",coverURL:"//covers.vitalbook.com/vbid/9788577803910/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terapia Cognitiva Focada em Esquemas",author:"WAINER, Ricardo; PAIM, Kelly; ERDOS, Renata; ANDRIOLA, Andriola",isbn:"9788582712580",edition:1,vbkType:"epub",url:"/books/9788582712580",coverURL:"//covers.vitalbook.com/vbid/9788582712580/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terapia Cognitivo-comportamental em Grupo para Crianças e Adolescentes",author:"NEUFELD, Carmem Beatriz",isbn:"9788582712122",edition:1,vbkType:"epub",url:"/books/9788582712122",coverURL:"//covers.vitalbook.com/vbid/9788582712122/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:04.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei do Inquilinato Comentada Artigo por Artigo - Visão atual na Doutrina e Jurisprudência, 2ª edição",author:"SCAVONE Jr., Luiz Antonio; PERES, Tatiana Bonatti (org.)",isbn:"9788530975838",edition:0,vbkType:"epub",url:"/books/9788530975838",coverURL:"//covers.vitalbook.com/vbid/9788530975838/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Iniciação à Contabilidade IFRS e CPC - Facilitada e Sistematizada",author:"ALMEIDA, Marcelo Cavalcanti",isbn:"9788597011616",edition:0,vbkType:"epub",url:"/books/9788597011616",coverURL:"//covers.vitalbook.com/vbid/9788597011616/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novo curso de direito processual civil, v. 3, 10ª edição.",author:"GONÇALVES, Marcus Vinicius Rios",isbn:"9788547215552",edition:10,vbkType:"pbk",url:"/books/9788547215552",coverURL:"//covers.vitalbook.com/vbid/9788547215552/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de Direito Penal Vol. 1 - Parte Geral, 23ª edição.",author:"BITENCOURT, Cezar Roberto",isbn:"9788547215927",edition:23,vbkType:"pbk",url:"/books/9788547215927",coverURL:"//covers.vitalbook.com/vbid/9788547215927/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ministério Público do trabalho, 8ª edição.",author:"LEITE, Carlos Henrique Bezerra",isbn:"9788547213466",edition:8,vbkType:"pbk",url:"/books/9788547213466",coverURL:"//covers.vitalbook.com/vbid/9788547213466/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Filosofia do Direito, 24ª edição",author:"NADER, Paulo",isbn:"9788530975470",edition:0,vbkType:"epub",url:"/books/9788530975470",coverURL:"//covers.vitalbook.com/vbid/9788530975470/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bioquímica Clínica",author:"PINTO, Wagner de Jesus",isbn:"9788527731478",edition:0,vbkType:"epub",url:"/books/9788527731478",coverURL:"//covers.vitalbook.com/vbid/9788527731478/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Procedimentos civis no Estatuto da Criança e do Adolescente, 2ª edição.",author:"DI MAURO, RENATA GIOVINONA",isbn:"9788547217068",edition:2,vbkType:"pbk",url:"/books/9788547217068",coverURL:"//covers.vitalbook.com/vbid/9788547217068/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de direito ambiental, 16ª edição.",author:"SIRVINSKSA, Luís Paulo",isbn:"9788547212513",edition:16,vbkType:"pbk",url:"/books/9788547212513",coverURL:"//covers.vitalbook.com/vbid/9788547212513/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comércio internacional e legislação aduaneira Esquematizado - 4ª edição.",author:"CAPARROZ, Roberto ",isbn:"9788547211417",edition:4,vbkType:"pbk",url:"/books/9788547211417",coverURL:"//covers.vitalbook.com/vbid/9788547211417/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novo Curso de direito civil, v. 3 – Responsabilidade civil 15ª edição.",author:"GAGLIANO, Pablo Stolze; PAMPLINA FILHO, Rodolfo",isbn:"9788547217228",edition:15,vbkType:"pbk",url:"/books/9788547217228",coverURL:"//covers.vitalbook.com/vbid/9788547217228/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução ao Direito civil - 1ª edição.",author:"MALUF, Carlos Alberto Dabus; MALUF, Adriana Maluf",isbn:"9788547207908",edition:1,vbkType:"pbk",url:"/books/9788547207908",coverURL:"//covers.vitalbook.com/vbid/9788547207908/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Método de Estudo OAB - Direito Penal - Parte Geral e Especial",author:"RODRIGUES, Cristiano",isbn:"9788530974831",edition:0,vbkType:"epub",url:"/books/9788530974831",coverURL:"//covers.vitalbook.com/vbid/9788530974831/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito Processual Civil v. 3 - 15ª edição.",author:"SANTOS, Ernane Fidélis dos",isbn:"9788547212452",edition:15,vbkType:"pbk",url:"/books/9788547212452",coverURL:"//covers.vitalbook.com/vbid/9788547212452/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Projetos - Uma Jornada Empreendedora da Prática à Teoria",author:"BREMER, Carlos; CARRASCO, Gilberto; GEROLAMO, Mateus Cecílio; CARPES, Newton Paulo Zenkner",isbn:"9788597011517",edition:0,vbkType:"epub",url:"/books/9788597011517",coverURL:"//covers.vitalbook.com/vbid/9788597011517/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novo curso de direito processual civil, v. 2 , 13ª edição.",author:"GONÇALVES, Marcus Vinicius Rios",isbn:"9788547215538",edition:13,vbkType:"pbk",url:"/books/9788547215538",coverURL:"//covers.vitalbook.com/vbid/9788547215538/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei de Execução Penal anotada , 6ªedição.",author:"MARCAO, Renato",isbn:"9788547203870",edition:6,vbkType:"pbk",url:"/books/9788547203870",coverURL:"//covers.vitalbook.com/vbid/9788547203870/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de processo do trabalho, 4ª edição.",author:"PEREIRA, Leone",isbn:"9788547217891",edition:4,vbkType:"pbk",url:"/books/9788547217891",coverURL:"//covers.vitalbook.com/vbid/9788547217891/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Execução Penal – Teoria crítica, 3ª edição.",author:"ROIG, Rodrigo Duque Estrada ",isbn:"9788547217662",edition:3,vbkType:"pbk",url:"/books/9788547217662",coverURL:"//covers.vitalbook.com/vbid/9788547217662/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de Direito Penal V 5 - Parte Especial:Crimes contra a Administração Pública e crimes praticados por prefeitos, 11ª edição.",author:"BITENCOURT, Cezar Roberto",isbn:"9788547215965",edition:11,vbkType:"pbk",url:"/books/9788547215965",coverURL:"//covers.vitalbook.com/vbid/9788547215965/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento Estratégico de Recursos Humanos, 2ª edição",author:"LUCENA, Maria Diva da Salete",isbn:"9788597011593",edition:0,vbkType:"epub",url:"/books/9788597011593",coverURL:"//covers.vitalbook.com/vbid/9788597011593/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios Institucionais da Defensoria Pública, 2ª edição",author:"SILVA, Franklyn Roger Alves; ESTEVES, Diogo",isbn:"9788530975876",edition:0,vbkType:"epub",url:"/books/9788530975876",coverURL:"//covers.vitalbook.com/vbid/9788530975876/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de direito administrativo, 7ª edição.",author:"MAZZA, Alexandre",isbn:"9788547215439",edition:7,vbkType:"pbk",url:"/books/9788547215439",coverURL:"//covers.vitalbook.com/vbid/9788547215439/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Auditoria, 4ª edição",author:"LINS, Luiz dos Santos",isbn:"9788597011807",edition:0,vbkType:"epub",url:"/books/9788597011807",coverURL:"//covers.vitalbook.com/vbid/9788597011807/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novo curso de direito civil, v. 2 – Obrigações, 18ª edição.",author:"GAGLIANO, Pablo Stolze; PAMPLINA FILHO, Rodolfo",isbn:"9788547217211",edition:18,vbkType:"pbk",url:"/books/9788547217211",coverURL:"//covers.vitalbook.com/vbid/9788547217211/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"História do direito, 6ª edição.",author:"PALMA, Rodrigo Freitas ",isbn:"9788547210489",edition:6,vbkType:"pbk",url:"/books/9788547210489",coverURL:"//covers.vitalbook.com/vbid/9788547210489/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP – Assembleia Nacional de 19871988, 1ª edição.",author:"MENDES, Gilmar Ferreira",isbn:"9788547206345",edition:1,vbkType:"pbk",url:"/books/9788547206345",coverURL:"//covers.vitalbook.com/vbid/9788547206345/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito Processual Civil v. 2 - 16ª edição.",author:"SANTOS, Ernane Fidélis dos",isbn:"9788547204785",edition:16,vbkType:"pbk",url:"/books/9788547204785",coverURL:"//covers.vitalbook.com/vbid/9788547204785/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Formação de Preços: Estratégias, Custos e Resultados, 5ª edição",author:"BERNARDI, Luiz Antonio",isbn:"9788597011531",edition:0,vbkType:"epub",url:"/books/9788597011531",coverURL:"//covers.vitalbook.com/vbid/9788597011531/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novo curso de direito processual civil, v. 1, 14ª edição.",author:"GONÇALVES, Marcus Vinicius Rios",isbn:"9788547215279",edition:14,vbkType:"pbk",url:"/books/9788547215279",coverURL:"//covers.vitalbook.com/vbid/9788547215279/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Legislação penal especial, 12ª edição.",author:"ANDREUCCI, Ricardo Antonio ",isbn:"9788547217365",edition:12,vbkType:"pbk",url:"/books/9788547217365",coverURL:"//covers.vitalbook.com/vbid/9788547217365/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de prática forense civil, 4ª edição.",author:"CHACON, Luis Fernando",isbn:"9788547217440",edition:4,vbkType:"pbk",url:"/books/9788547217440",coverURL:"//covers.vitalbook.com/vbid/9788547217440/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria Geral do Processo Contemporâneo, 2ª edição",author:"SOUZA, André Pagani de; CARACIOLA , Andrea Boari; ASSIS, Carlos Augusto de; FERNANDES, Luis Eduardo ",isbn:"9788597011388",edition:0,vbkType:"epub",url:"/books/9788597011388",coverURL:"//covers.vitalbook.com/vbid/9788597011388/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prescrição e Decadência, 2ª edição",author:"RIZZARDO, Arnaldo; RIZZARDO FILHO, Arnaldo; RIZZARDO, Carine Ardissone",isbn:"9788530975418",edition:0,vbkType:"epub",url:"/books/9788530975418",coverURL:"//covers.vitalbook.com/vbid/9788530975418/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Contabilidade Tributária, 9ª edição",author:"PÊGAS, Paulo Henrique",isbn:"9788597011890",edition:0,vbkType:"epub",url:"/books/9788597011890",coverURL:"//covers.vitalbook.com/vbid/9788597011890/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Metodologia Científica, 7ª edição",author:"LAKATOS, Eva Maria; MARCONI, Marina de Andrade",isbn:"9788597011845",edition:0,vbkType:"epub",url:"/books/9788597011845",coverURL:"//covers.vitalbook.com/vbid/9788597011845/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tributário #na prática, 2ª edição.",author:"MAZZA, Alexandre",isbn:"9788547213794",edition:2,vbkType:"pbk",url:"/books/9788547213794",coverURL:"//covers.vitalbook.com/vbid/9788547213794/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novo curso de direito civil, v. 1 – Parte geral, 19 ª edição.",author:"GAGLIANO, Pablo Stolze; PAMPLINA FILHO, Rodolfo",isbn:"9788547217204",edition:19,vbkType:"pbk",url:"/books/9788547217204",coverURL:"//covers.vitalbook.com/vbid/9788547217204/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Hermenêutica e interpretação jurídica, 4ª edição.",author:"SOARES, Ricardo Maurício Freire",isbn:"9788547208141",edition:4,vbkType:"pbk",url:"/books/9788547208141",coverURL:"//covers.vitalbook.com/vbid/9788547208141/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Curso de direito constitucional , 12ª edição",author:"MENDES, Gilmar Ferreira",isbn:"9788547216825",edition:12,vbkType:"pbk",url:"/books/9788547216825",coverURL:"//covers.vitalbook.com/vbid/9788547216825/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito Processual Civil v. 1 - 16ª edição.",author:"SANTOS, Ernane Fidélis dos",isbn:"9788547211172",edition:16,vbkType:"pbk",url:"/books/9788547211172",coverURL:"//covers.vitalbook.com/vbid/9788547211172/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direitos Humanos, 4ª edição",author:"MAZZUOLI, Valério de Oliveira",isbn:"9788530975579",edition:0,vbkType:"epub",url:"/books/9788530975579",coverURL:"//covers.vitalbook.com/vbid/9788530975579/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novo curso de direito civil, v. 7 – Direito das sucessões, 4ª edição.",author:"GAGLIANO, Pablo Stolze; PAMPLINA FILHO, Rodolfo",isbn:"9788547217266",edition:4,vbkType:"pbk",url:"/books/9788547217266",coverURL:"//covers.vitalbook.com/vbid/9788547217266/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Legislação penal especial esquematizado, 3ª edição.",author:"GONÇALVES, Victor Eduardo Rios; BALTZAR JUNIOR, José",isbn:"9788547211714",edition:3,vbkType:"pbk",url:"/books/9788547211714",coverURL:"//covers.vitalbook.com/vbid/9788547211714/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria geral do Estado, 33ª edição.",author:"MALUF, Sahid",isbn:"9788547216993",edition:33,vbkType:"pbk",url:"/books/9788547216993",coverURL:"//covers.vitalbook.com/vbid/9788547216993/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Prática Constitucional, 7ª edição",author:"PADILHA, Rodrigo Corrêa",isbn:"9788530975852",edition:0,vbkType:"epub",url:"/books/9788530975852",coverURL:"//covers.vitalbook.com/vbid/9788530975852/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática Penal, 7ª edição",author:"KNIPPEL, Edson Luz",isbn:"9788530975319",edition:0,vbkType:"epub",url:"/books/9788530975319",coverURL:"//covers.vitalbook.com/vbid/9788530975319/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lições Fundamentais de Direito Penal, 2ª eidção.",author:"MARTINELLI, João Paulo Orsini; BEM, Leonardo Schimitt de",isbn:"9788547217389",edition:2,vbkType:"pbk",url:"/books/9788547217389",coverURL:"//covers.vitalbook.com/vbid/9788547217389/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Redação de Contratos Sociais - Estatutos e Acordos de Sócios, 4ª edição",author:"MAMEDE, Gladston; MAMEDE, Eduarda Cotta",isbn:"9788597011579",edition:0,vbkType:"epub",url:"/books/9788597011579",coverURL:"//covers.vitalbook.com/vbid/9788597011579/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de direito penal, v. 4, 11ª edição",author:"BITENCOURT, Cezar Roberto",isbn:"9788547216887",edition:11,vbkType:"pbk",url:"/books/9788547216887",coverURL:"//covers.vitalbook.com/vbid/9788547216887/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novo Código de Processo Civil: Lei n. 13.105, de 16 de março de 2015",author:"Editoria Jurídica da Editora Manole (org.)",isbn:"9788520453780",edition:3,vbkType:"pbk",url:"/books/9788520453780",coverURL:"//covers.vitalbook.com/vbid/9788520453780/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Habeas Corpus, 2ª edição",author:"NUCCI, Guilherme de Souza",isbn:"9788530975609",edition:0,vbkType:"epub",url:"/books/9788530975609",coverURL:"//covers.vitalbook.com/vbid/9788530975609/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série DDJ - O Estado e o direito depois da crise, 2ª edição",author:"FARIA, José Eduardo",isbn:"9788547202965",edition:2,vbkType:"pbk",url:"/books/9788547202965",coverURL:"//covers.vitalbook.com/vbid/9788547202965/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito Empresarial, 7ª eidção.",author:"NEGRAO, Ricardo",isbn:"9788547217297",edition:7,vbkType:"pbk",url:"/books/9788547217297",coverURL:"//covers.vitalbook.com/vbid/9788547217297/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Simplificada, 1ª edição.",author:"CHAGAS, Gilson",isbn:"9788547212735",edition:1,vbkType:"pbk",url:"/books/9788547212735",coverURL:"//covers.vitalbook.com/vbid/9788547212735/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novo curso de direito civil, v. 6 – Direito de família, 7ª edição.",author:"GAGLIANO, Pablo Stolze; PAMPLINA FILHO, Rodolfo",isbn:"9788547217259",edition:7,vbkType:"pbk",url:"/books/9788547217259",coverURL:"//covers.vitalbook.com/vbid/9788547217259/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Jurisdição constitucional política, 1 ª edição.",author:"SIQUEIRA JR, Paulo Hamilton",isbn:"9788547205973",edition:1,vbkType:"pbk",url:"/books/9788547205973",coverURL:"//covers.vitalbook.com/vbid/9788547205973/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria do fato jurídico; plano da existência, 21ª edição.",author:"MELLO, Marcos Bernardes de",isbn:"9788547212483",edition:21,vbkType:"pbk",url:"/books/9788547212483",coverURL:"//covers.vitalbook.com/vbid/9788547212483/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de linguagem jurídica, 3ª edição.",author:"PETRI, Maria José Constantino",isbn:"9788547216801",edition:3,vbkType:"pbk",url:"/books/9788547216801",coverURL:"//covers.vitalbook.com/vbid/9788547216801/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática civil, 7ª edição.",author:"AGUIRRE, João; SÁ, Renato Montans de",isbn:"9788547212278",edition:7,vbkType:"pbk",url:"/books/9788547212278",coverURL:"//covers.vitalbook.com/vbid/9788547212278/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Leis Penais e Processuais Penais Comentadas - Vol. 2, 10ª edição",author:"NUCCI, Guilherme de Souza",isbn:"9788530975258",edition:0,vbkType:"epub",url:"/books/9788530975258",coverURL:"//covers.vitalbook.com/vbid/9788530975258/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Contabilidade e Análise de Custos, 7ª edição",author:"SANTOS, Joel José",isbn:"9788597010831",edition:0,vbkType:"epub",url:"/books/9788597010831",coverURL:"//covers.vitalbook.com/vbid/9788597010831/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de direito penal, v. 2, 17ª edição.",author:"BITENCOURT, Cezar Roberto",isbn:"9788547216832",edition:17,vbkType:"pbk",url:"/books/9788547216832",coverURL:"//covers.vitalbook.com/vbid/9788547216832/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novo Código de Processo Civil anotado, 3ª ediçãom",author:"BUENO, Cassio Scarpinella",isbn:"9788547217181",edition:3,vbkType:"pbk",url:"/books/9788547217181",coverURL:"//covers.vitalbook.com/vbid/9788547217181/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos do processo penal, 3ª edição.",author:"LOPES JR., Aury ",isbn:"9788547215576",edition:3,vbkType:"pbk",url:"/books/9788547215576",coverURL:"//covers.vitalbook.com/vbid/9788547215576/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processo Civil Sintetizado, 14ª edição",author:"MONTENEGRO FILHO, Misael",isbn:"9788530975043",edition:0,vbkType:"epub",url:"/books/9788530975043",coverURL:"//covers.vitalbook.com/vbid/9788530975043/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito do Trabalho, 4ª edição",author:"JORGE NETO, Francisco Ferreira; CAVALCANTE, Jouberto de Quadros Pessoa",isbn:"9788597011401",edition:0,vbkType:"epub",url:"/books/9788597011401",coverURL:"//covers.vitalbook.com/vbid/9788597011401/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Gerencial - Teoria e Prática, 8ª edição",author:"CREPALDI, Silvio Aparecido; CREPALDI, Guilherme Simões",isbn:"9788597011654",edition:0,vbkType:"epub",url:"/books/9788597011654",coverURL:"//covers.vitalbook.com/vbid/9788597011654/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novo curso de direito civil, v. 4, t. II – Contratos em espécie, 10ª edição.",author:"GAGLIANO, Pablo Stolze; PAMPLINA FILHO, Rodolfo",isbn:"9788547217242",edition:10,vbkType:"pbk",url:"/books/9788547217242",coverURL:"//covers.vitalbook.com/vbid/9788547217242/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução ao Estudo do Direito, 39ª edição",author:"NADER, Paulo",isbn:"9788530975692",edition:0,vbkType:"epub",url:"/books/9788530975692",coverURL:"//covers.vitalbook.com/vbid/9788530975692/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria do direito, 4ª edição.",author:"SIQUEIRA JR., Paulo Hamilton ",isbn:"9788547210519",edition:4,vbkType:"pbk",url:"/books/9788547210519",coverURL:"//covers.vitalbook.com/vbid/9788547210519/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de introdução ao estudo do direito, 14ª edição.",author:"NUNES, Rizzatto",isbn:"9788547217006",edition:14,vbkType:"pbk",url:"/books/9788547217006",coverURL:"//covers.vitalbook.com/vbid/9788547217006/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Leis Penais e Processuais Penais Comentadas - Vol. 1, 10ª edição",author:"NUCCI, Guilherme de Souza",isbn:"9788530975272",edition:0,vbkType:"epub",url:"/books/9788530975272",coverURL:"//covers.vitalbook.com/vbid/9788530975272/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Teoria da Contabilidade - Para Graduação, 6ª edição",author:"IUDÍCIBUS, Sérgio de; MARION, José Carlos; FARIA, Ana Cristina de",isbn:"9788597011630",edition:0,vbkType:"epub",url:"/books/9788597011630",coverURL:"//covers.vitalbook.com/vbid/9788597011630/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Passo a passo para elaboração de petições trabalhistas, 5ª edição",author:"REDINZ, Marco Antonio",isbn:"9788547217198",edition:5,vbkType:"pbk",url:"/books/9788547217198",coverURL:"//covers.vitalbook.com/vbid/9788547217198/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de Direito Penal Vol. 3 - Parte Especial - Crimes contra o patrimônio até crimes contra o sentimento religioso e contra o respeito aos mortos, 13ª edição.",author:"BITENCOURT, Cezar Roberto",isbn:"9788547215941",edition:13,vbkType:"pbk",url:"/books/9788547215941",coverURL:"//covers.vitalbook.com/vbid/9788547215941/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ministério Público, 6ª edição.",author:"GARCIA, EMERSON",isbn:"9788547217051",edition:6,vbkType:"pbk",url:"/books/9788547217051",coverURL:"//covers.vitalbook.com/vbid/9788547217051/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Filosofia do direito, 4ª edição.",author:"CASTILHO, Ricardo",isbn:"9788547216764",edition:4,vbkType:"pbk",url:"/books/9788547216764",coverURL:"//covers.vitalbook.com/vbid/9788547216764/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processo Civil no Direito de Família - Teoria e Prática, 2ª edição",author:"TARTUCE, Fernanda",isbn:"9788530975357",edition:0,vbkType:"epub",url:"/books/9788530975357",coverURL:"//covers.vitalbook.com/vbid/9788530975357/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de direito civil, volume único, 1ª edição.",author:"GAGLIANO, Pablo Stolze; PAMPLINA FILHO, Rodolfo",isbn:"9788547216788",edition:1,vbkType:"pbk",url:"/books/9788547216788",coverURL:"//covers.vitalbook.com/vbid/9788547216788/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como se Tornar um Executivo de Sucesso e de Valor para as Empresas",author:"OLIVEIRA, Djalma de Pinho Rebouças de",isbn:"9788597011470",edition:0,vbkType:"epub",url:"/books/9788597011470",coverURL:"//covers.vitalbook.com/vbid/9788597011470/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novo curso de direito civil, v. 4, t. I – Contratos: Teoria geral, 13ª edição.",author:"GAGLIANO, Pablo Stolze; PAMPLINA FILHO, Rodolfo",isbn:"9788547217235",edition:13,vbkType:"pbk",url:"/books/9788547217235",coverURL:"//covers.vitalbook.com/vbid/9788547217235/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução ao estudo do direito processual civil, 2ª edição.",author:"MONNERAT, Fábio Victor da Fonte",isbn:"9788547213213",edition:2,vbkType:"pbk",url:"/books/9788547213213",coverURL:"//covers.vitalbook.com/vbid/9788547213213/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnica da petição inicial, 14ª edição.",author:"PALAIA, Nelson",isbn:"9788547212797",edition:14,vbkType:"pbk",url:"/books/9788547212797",coverURL:"//covers.vitalbook.com/vbid/9788547212797/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de direito processual civil, 3ª edição.",author:"BUENO, Cassio Scarpinella",isbn:"9788547217013",edition:3,vbkType:"pbk",url:"/books/9788547217013",coverURL:"//covers.vitalbook.com/vbid/9788547217013/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:03.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito penal, v. 3, 4ª edição.",author:"ESTEFAM, André",isbn:"9788547217020",edition:4,vbkType:"pbk",url:"/books/9788547217020",coverURL:"//covers.vitalbook.com/vbid/9788547217020/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito tributário, 28ª edição.",author:"CARVALHO, Paulo de Barros",isbn:"9788547217150",edition:28,vbkType:"pbk",url:"/books/9788547217150",coverURL:"//covers.vitalbook.com/vbid/9788547217150/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito civil – Obrigações, 5ª edição.",author:"LOBO, Paulo",isbn:"9788547215514",edition:5,vbkType:"pbk",url:"/books/9788547215514",coverURL:"//covers.vitalbook.com/vbid/9788547215514/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito comercial – Falência e recuperação de empresa, 8ª edição.",author:"CAMPINHO, Sergio",isbn:"9788547217143",edition:8,vbkType:"pbk",url:"/books/9788547217143",coverURL:"//covers.vitalbook.com/vbid/9788547217143/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito processual constitucional, 7ª edição.",author:"SIQUEIRA JR., Paulo Hamilton",isbn:"9788547213152",edition:7,vbkType:"pbk",url:"/books/9788547213152",coverURL:"//covers.vitalbook.com/vbid/9788547213152/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Ambiental, 2ª edição",author:"OLIVEIRA, Fabiano Melo Gonçalves de",isbn:"9788530975678",edition:0,vbkType:"epub",url:"/books/9788530975678",coverURL:"//covers.vitalbook.com/vbid/9788530975678/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Sinopses Jurídicas, v. 6, t.II – Direito das obrigações, 14ª edição.",author:"GONÇALVES, Carlos Roberto",isbn:"9788547217914",edition:14,vbkType:"pbk",url:"/books/9788547217914",coverURL:"//covers.vitalbook.com/vbid/9788547217914/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito empresarial esquematizado, 4ª edição",author:"CHAGAS, Edilson Enedino das",isbn:"9788547211561",edition:4,vbkType:"pbk",url:"/books/9788547211561",coverURL:"//covers.vitalbook.com/vbid/9788547211561/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito do trabalho, 8ª edição.",author:"LEITE, Carlos Henrique Bezerra",isbn:"9788547216870",edition:8,vbkType:"pbk",url:"/books/9788547216870",coverURL:"//covers.vitalbook.com/vbid/9788547216870/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito civil brasileiro, v. 4 – Responsabilidade civil, 12ª edição.",author:"GONÇALVES, Carlos Roberto ",isbn:"9788547213008",edition:12,vbkType:"pbk",url:"/books/9788547213008",coverURL:"//covers.vitalbook.com/vbid/9788547213008/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Crimes contra a ordem tributária, econômica e relações de consumo , 1ª edição.",author:"MARCAO, Renato",isbn:"9788547210366",edition:1,vbkType:"pbk",url:"/books/9788547210366",coverURL:"//covers.vitalbook.com/vbid/9788547210366/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito tributário, 7ª edição.",author:"SHOUERI, Luís Eduardo",isbn:"9788547217341",edition:7,vbkType:"pbk",url:"/books/9788547217341",coverURL:"//covers.vitalbook.com/vbid/9788547217341/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito penal, v. 1, 6ª edição.",author:"ESTEFAM, André",isbn:"9788547216856",edition:6,vbkType:"pbk",url:"/books/9788547216856",coverURL:"//covers.vitalbook.com/vbid/9788547216856/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito tributário, 28ª edição.",author:"CARVALHO, Paulo de Barros",isbn:"9788547217075",edition:28,vbkType:"pbk",url:"/books/9788547217075",coverURL:"//covers.vitalbook.com/vbid/9788547217075/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito civil – Famílias, 7ª edição.",author:"LOBO, Paulo",isbn:"9788547209865",edition:7,vbkType:"pbk",url:"/books/9788547209865",coverURL:"//covers.vitalbook.com/vbid/9788547209865/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito comercial e de empresa, v. 3, 1ª edição.",author:"NEGRAO, Ricardo ",isbn:"9788547216900",edition:1,vbkType:"pbk",url:"/books/9788547216900",coverURL:"//covers.vitalbook.com/vbid/9788547216900/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Processual Civil Esquematizado, 8ª edição.",author:"GONÇALVES, Marcus Vinicius Rios",isbn:"9788547211653",edition:8,vbkType:"pbk",url:"/books/9788547211653",coverURL:"//covers.vitalbook.com/vbid/9788547211653/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito ambiental empresarial, 2ª edição.",author:"TRENNEPOHL, Terence",isbn:"9788547211233",edition:2,vbkType:"pbk",url:"/books/9788547211233",coverURL:"//covers.vitalbook.com/vbid/9788547211233/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Sinopses Jurídicas, v. 20 – Direito administrativo; parte II, 5ª edição.",author:"ROSA, Márcio Fernando Elias",isbn:"9788547212704",edition:5,vbkType:"pbk",url:"/books/9788547212704",coverURL:"//covers.vitalbook.com/vbid/9788547212704/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Eleitoral, 13ª edição",author:"GOMES, José Jairo",isbn:"9788597011692",edition:0,vbkType:"epub",url:"/books/9788597011692",coverURL:"//covers.vitalbook.com/vbid/9788597011692/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito do consumidor, 11ª edição.",author:"NUNES, Rizzatto",isbn:"9788547217037",edition:11,vbkType:"pbk",url:"/books/9788547217037",coverURL:"//covers.vitalbook.com/vbid/9788547217037/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CPC – Repercussões no processo do trabalho, 2ª edição.",author:"LEITE, Carlos Henrique Bezerra",isbn:"9788547213435",edition:2,vbkType:"pbk",url:"/books/9788547213435",coverURL:"//covers.vitalbook.com/vbid/9788547213435/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Tributário Essencial, 5ª edição",author:"SABBAG, Eduardo de Moraes",isbn:"9788530975739",edition:0,vbkType:"epub",url:"/books/9788530975739",coverURL:"//covers.vitalbook.com/vbid/9788530975739/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito civil brasileiro, v. 3 – Contratos e atos unilaterais, 14ª edição.",author:"GONÇALVES, Carlos Roberto ",isbn:"9788547212971",edition:14,vbkType:"pbk",url:"/books/9788547212971",coverURL:"//covers.vitalbook.com/vbid/9788547212971/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito penal – parte geral esquematizado, 6ª edição.",author:"ESTEFAM, André; GONÇALVES, Victor Eduardo Rios",isbn:"9788547211592",edition:6,vbkType:"pbk",url:"/books/9788547211592",coverURL:"//covers.vitalbook.com/vbid/9788547211592/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito processual do trabalho, 15ª edição.",author:"LEITE, Carlos Henrique Bezerra",isbn:"9788547216863",edition:15,vbkType:"pbk",url:"/books/9788547216863",coverURL:"//covers.vitalbook.com/vbid/9788547216863/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estatuto da Advocacia e Novo Código de Ética e Disciplina da OAB - Comentados, 3ª edição",author:"GONZAGA, Alvaro de Azevedo; NEVES, Karina Penha; BEIJATO Jr., Roberto",isbn:"9788530975715",edition:0,vbkType:"epub",url:"/books/9788530975715",coverURL:"//covers.vitalbook.com/vbid/9788530975715/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito civil – Contratos, 3ª edição.",author:"LOBO, Paulo",isbn:"9788547215491",edition:3,vbkType:"pbk",url:"/books/9788547215491",coverURL:"//covers.vitalbook.com/vbid/9788547215491/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito comercial e de empresa, v. 2, 6ª edição.",author:"NEGRAO, Ricardo",isbn:"9788547215903",edition:6,vbkType:"pbk",url:"/books/9788547215903",coverURL:"//covers.vitalbook.com/vbid/9788547215903/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito processual civil contemporâneo, v. 2, 4ª edição.",author:"DALLA, Humberto",isbn:"9788547216931",edition:4,vbkType:"pbk",url:"/books/9788547216931",coverURL:"//covers.vitalbook.com/vbid/9788547216931/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Defensoria Pública na Constituição Federal",author:"FENSTERSEIFER, Tiago",isbn:"9788530975937",edition:0,vbkType:"epub",url:"/books/9788530975937",coverURL:"//covers.vitalbook.com/vbid/9788530975937/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Sinopses Jurídicas, v. 19 – Direito administrativo; parte I, 14ª edição.",author:"ROSA, Márcio Fernando Elias",isbn:"9788547212674",edition:14,vbkType:"pbk",url:"/books/9788547212674",coverURL:"//covers.vitalbook.com/vbid/9788547212674/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito das Sucessões, 3ª edição",author:"CARVALHO, Luiz Paulo Vieira de",isbn:"9788597011340",edition:0,vbkType:"epub",url:"/books/9788597011340",coverURL:"//covers.vitalbook.com/vbid/9788597011340/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito da Seguridade Social, 3ª edição",author:"GARCIA, Gustavo Filipe Barbosa",isbn:"9788530975333",edition:0,vbkType:"epub",url:"/books/9788530975333",coverURL:"//covers.vitalbook.com/vbid/9788530975333/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Constituição Federal: Atualizada até a EC n. 95/2016",author:"Editoria Jurídica da Editora Manole (org.)",isbn:"9788520453759",edition:9,vbkType:"pbk",url:"/books/9788520453759",coverURL:"//covers.vitalbook.com/vbid/9788520453759/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Processual Penal, 25ª edição",author:"RANGEL, Paulo",isbn:"9788597011456",edition:0,vbkType:"epub",url:"/books/9788597011456",coverURL:"//covers.vitalbook.com/vbid/9788597011456/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito civil brasileiro, v. 2 - Teoria geral das obrigações, 14ª edição.",author:"GONÇALVES, Carlos Roberto ",isbn:"9788547212940",edition:14,vbkType:"pbk",url:"/books/9788547212940",coverURL:"//covers.vitalbook.com/vbid/9788547212940/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito penal brasileiro, 2ª edição.",author:"BRITO, Alexis Couto de",isbn:"9788547215231",edition:2,vbkType:"pbk",url:"/books/9788547215231",coverURL:"//covers.vitalbook.com/vbid/9788547215231/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito penal, v. 4 – Legislação penal especial, 12 ª edição.",author:"CAPEZ, Fernando",isbn:"9788547217815",edition:12,vbkType:"pbk",url:"/books/9788547217815",coverURL:"//covers.vitalbook.com/vbid/9788547217815/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Esquematizado - Direito do consumidor, 5ª edição.",author:"BOLZAN, Fabricio",isbn:"9788547217600",edition:5,vbkType:"pbk",url:"/books/9788547217600",coverURL:"//covers.vitalbook.com/vbid/9788547217600/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito civil – Coisas, 2ª edição.",author:"LOBO, Paulo",isbn:"9788547215477",edition:2,vbkType:"pbk",url:"/books/9788547215477",coverURL:"//covers.vitalbook.com/vbid/9788547215477/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito comercial e de empresa, v. 1, 13ª edição.",author:"NEGRAO, Ricardo ",isbn:"9788547216894",edition:13,vbkType:"pbk",url:"/books/9788547216894",coverURL:"//covers.vitalbook.com/vbid/9788547216894/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito processual civil contemporâneo, v. 1, 7ª edição.",author:"DALLA, Humberto",isbn:"9788547209926",edition:7,vbkType:"pbk",url:"/books/9788547209926",coverURL:"//covers.vitalbook.com/vbid/9788547209926/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de processo penal, 24ª edição.",author:"CAPEZ, Fernando",isbn:"9788547217273",edition:24,vbkType:"pbk",url:"/books/9788547217273",coverURL:"//covers.vitalbook.com/vbid/9788547217273/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Sinopses Jurídicas, v. 10 – Dos crimes contra a dignidade sexual aos crimes contra a Administração, 21ª edição.",author:"GONÇALVES, Victor eduardo rios ",isbn:"9788547217426",edition:21,vbkType:"pbk",url:"/books/9788547217426",coverURL:"//covers.vitalbook.com/vbid/9788547217426/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito das famílias, 5ª edição.",author:"CARVALHO, Dimas Messias de ",isbn:"9788547213121",edition:5,vbkType:"pbk",url:"/books/9788547213121",coverURL:"//covers.vitalbook.com/vbid/9788547213121/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Constitucional, 9ª edição",author:"MORAES, Guilherme Peña de",isbn:"9788597011678",edition:0,vbkType:"epub",url:"/books/9788597011678",coverURL:"//covers.vitalbook.com/vbid/9788597011678/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Compra de Imóveis, 11ª edição",author:"SILVA, Bruno Mattos e",isbn:"9788597011494",edition:0,vbkType:"epub",url:"/books/9788597011494",coverURL:"//covers.vitalbook.com/vbid/9788597011494/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito processual penal, 14ª edição.",author:"LOPES JR., Aury ",isbn:"9788547216849",edition:14,vbkType:"pbk",url:"/books/9788547216849",coverURL:"//covers.vitalbook.com/vbid/9788547216849/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito civil brasileiro, v. 1 – Parte geral, 15ª edição.",author:"GONÇALVES, Carlos Roberto ",isbn:"9788547212919",edition:15,vbkType:"pbk",url:"/books/9788547212919",coverURL:"//covers.vitalbook.com/vbid/9788547212919/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito penal, v. 3, 15ª edição.",author:"CAPEZ, Fernando",isbn:"9788547217099",edition:15,vbkType:"pbk",url:"/books/9788547217099",coverURL:"//covers.vitalbook.com/vbid/9788547217099/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Imobiliário - Teoria e Prática, 12ª edição",author:"SCAVONE Jr., Luiz Antonio",isbn:"9788530975531",edition:0,vbkType:"epub",url:"/books/9788530975531",coverURL:"//covers.vitalbook.com/vbid/9788530975531/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Esquematizado - Direito Civil 1, 7ª edição.",author:"GONÇALVES, Carlos Roberto",isbn:"9788547211479",edition:7,vbkType:"pbk",url:"/books/9788547211479",coverURL:"//covers.vitalbook.com/vbid/9788547211479/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito civil brasileiro, v. 7 – Direito das sucessões, 11ª edição.",author:"GONÇALVES, Carlos Roberto ",isbn:"9788547213091",edition:11,vbkType:"pbk",url:"/books/9788547213091",coverURL:"//covers.vitalbook.com/vbid/9788547213091/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito ambiental brasileiro, 17ª edição.",author:"FIORILLO, Celso Antonio Pacheco",isbn:"9788547215255",edition:17,vbkType:"pbk",url:"/books/9788547215255",coverURL:"//covers.vitalbook.com/vbid/9788547215255/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito penal; parte especial, 23ª edição.",author:"GONÇALVES, Victor Eduardo Rios",isbn:"9788547216917",edition:23,vbkType:"pbk",url:"/books/9788547216917",coverURL:"//covers.vitalbook.com/vbid/9788547216917/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direitos humanos, 4ª eidção.",author:"RAMOS, André de Carvalho",isbn:"9788547216979",edition:4,vbkType:"pbk",url:"/books/9788547216979",coverURL:"//covers.vitalbook.com/vbid/9788547216979/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Sinopses Jurídicas, v. 1 – Direito civil; parte geral, 23ª edição.",author:"GONÇALVES, Carlos Roberto",isbn:"9788547217402",edition:23,vbkType:"pbk",url:"/books/9788547217402",coverURL:"//covers.vitalbook.com/vbid/9788547217402/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito civil: direito das obrigações, 1ª edição.",author:"MIRAGEM, Bruno",isbn:"9788547217839",edition:1,vbkType:"pbk",url:"/books/9788547217839",coverURL:"//covers.vitalbook.com/vbid/9788547217839/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito constitucional, 6ª edição.",author:"SARLET, Ingo Wolfgang",isbn:"9788547217082",edition:6,vbkType:"pbk",url:"/books/9788547217082",coverURL:"//covers.vitalbook.com/vbid/9788547217082/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito processual penal esquematizado, 6ª edição",author:"REIS, Alexandre Cebrian Araújo; GONÇALVES, Victor Eduardo Rios",isbn:"9788547211080",edition:6,vbkType:"pbk",url:"/books/9788547211080",coverURL:"//covers.vitalbook.com/vbid/9788547211080/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito civil 3 esquematizado, 4ª edição",author:"GONÇALVES, Carlos Roberto",isbn:"9788547211530",edition:4,vbkType:"pbk",url:"/books/9788547211530",coverURL:"//covers.vitalbook.com/vbid/9788547211530/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao Estatuto da Advocacia e da OAB, 10ª edição.",author:"LOBO, Paulo",isbn:"9788547217174",edition:10,vbkType:"pbk",url:"/books/9788547217174",coverURL:"//covers.vitalbook.com/vbid/9788547217174/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito penal, v. 2 – Parte especial (arts. 121 a 212), 17ª edição.",author:"CAPEZ, Fernando",isbn:"9788547217129",edition:17,vbkType:"pbk",url:"/books/9788547217129",coverURL:"//covers.vitalbook.com/vbid/9788547217129/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Empresarial, 7ª edição",author:"RAMOS, André Luiz Santa Cruz",isbn:"9788530975388",edition:0,vbkType:"epub",url:"/books/9788530975388",coverURL:"//covers.vitalbook.com/vbid/9788530975388/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Empresas Estatais",author:"ARAGÃO, Alexandre Santos de",isbn:"9788530975296",edition:0,vbkType:"epub",url:"/books/9788530975296",coverURL:"//covers.vitalbook.com/vbid/9788530975296/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito civil brasileiro, v. 6 – Direito de família, 14ª edição.",author:"GONÇALVES, Carlos Roberto ",isbn:"9788547213060",edition:14,vbkType:"pbk",url:"/books/9788547213060",coverURL:"//covers.vitalbook.com/vbid/9788547213060/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso completo de direito agrário, 11ª edição.",author:"OPTIZ, SILVIA",isbn:"9788547217044",edition:11,vbkType:"pbk",url:"/books/9788547217044",coverURL:"//covers.vitalbook.com/vbid/9788547217044/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito penal; parte especial - Vol 2 - (arts. 121 a 234-B), 4ª edição.",author:"ESTEFAM, Andre",isbn:"9788547217136",edition:4,vbkType:"pbk",url:"/books/9788547217136",coverURL:"//covers.vitalbook.com/vbid/9788547217136/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito tributário, 7ª edição.",author:"COSTA, Regina Helena",isbn:"9788547217167",edition:7,vbkType:"pbk",url:"/books/9788547217167",coverURL:"//covers.vitalbook.com/vbid/9788547217167/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito civil – Parte geral, 6ª edição.",author:"LOBO, Paulo",isbn:"9788547215453",edition:6,vbkType:"pbk",url:"/books/9788547215453",coverURL:"//covers.vitalbook.com/vbid/9788547215453/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito constitucional, 15ª edição.",author:"TAVARES, André Ramos",isbn:"9788547216962",edition:15,vbkType:"pbk",url:"/books/9788547216962",coverURL:"//covers.vitalbook.com/vbid/9788547216962/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito processual constitucional, 7ªedição.",author:"DANTAS, Paulo Roberto de Figueiredo",isbn:"9788547209698",edition:7,vbkType:"pbk",url:"/books/9788547209698",coverURL:"//covers.vitalbook.com/vbid/9788547209698/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito civil 2 esquematizado, 5ª edição.",author:"GONÇALVES, Carlos Roberto",isbn:"9788547211509",edition:5,vbkType:"pbk",url:"/books/9788547211509",coverURL:"//covers.vitalbook.com/vbid/9788547211509/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Sinopses Jurídicas, v. 8 – Dos crimes contra a pessoa, 20ª edição.",author:"GONÇALVES, Victor Eduardo Rios",isbn:"9788547216924",edition:20,vbkType:"pbk",url:"/books/9788547216924",coverURL:"//covers.vitalbook.com/vbid/9788547216924/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito empresarial sistematizado, 6ª edição.",author:"TEIXEIRA, Tarcisio",isbn:"9788547216948",edition:6,vbkType:"pbk",url:"/books/9788547216948",coverURL:"//covers.vitalbook.com/vbid/9788547216948/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito penal, v. 1 – Parte geral (arts. 1º a 120), 21ª edição.",author:"CAPEZ, Fernando",isbn:"9788547217112",edition:21,vbkType:"pbk",url:"/books/9788547217112",coverURL:"//covers.vitalbook.com/vbid/9788547217112/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito civil brasileiro, v. 5 – Direito das coisas, 12ª edição.",author:"GONÇALVES, Carlos Roberto ",isbn:"9788547213039",edition:12,vbkType:"pbk",url:"/books/9788547213039",coverURL:"//covers.vitalbook.com/vbid/9788547213039/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Culpabilidade - 1ª edição.",author:"PINTO FILHO, Marco Aurélio Florencio",isbn:"9788547212391",edition:1,vbkType:"pbk",url:"/books/9788547212391",coverURL:"//covers.vitalbook.com/vbid/9788547212391/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Elementos de teoria geral do direito, 4ª edição.",author:"SOARES, Ricardo Maurício Freire",isbn:"9788547216955",edition:4,vbkType:"pbk",url:"/books/9788547216955",coverURL:"//covers.vitalbook.com/vbid/9788547216955/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:02.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Direito Vivo – Psicologia jurídica, 3ª edição.",author:"PINHEIRO, Carla",isbn:"9788547216986",edition:3,vbkType:"pbk",url:"/books/9788547216986",coverURL:"//covers.vitalbook.com/vbid/9788547216986/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao CPC, v. VII, 2ª edição.",author:"TUCCI, José Rogério Cruz e",isbn:"9788547219062",edition:2,vbkType:"pbk",url:"/books/9788547219062",coverURL:"//covers.vitalbook.com/vbid/9788547219062/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"49 Perguntas sobre Hiperidrose",author:"SECO, Alexandre; BASSAN, Francine; BOTTINI, Vanessa",isbn:"9788578683221",edition:0,vbkType:"pbk",url:"/books/9788578683221",coverURL:"//covers.vitalbook.com/vbid/9788578683221/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual do Advogado: Advocacia Prática (Civil, Trabalhista e Criminal)",author:"LUZ, Valdemar P. da",isbn:"9788520454411",edition:29,vbkType:"pbk",url:"/books/9788520454411",coverURL:"//covers.vitalbook.com/vbid/9788520454411/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Uma Introdução à Ciência Elétrica",author:"WAYGOOD, Adrian",isbn:"9788521633587",edition:0,vbkType:"epub",url:"/books/9788521633587",coverURL:"//covers.vitalbook.com/vbid/9788521633587/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de processo penal, 3ª edição.",author:"MARCÃO, Renato ",isbn:"9788547218751",edition:3,vbkType:"pbk",url:"/books/9788547218751",coverURL:"//covers.vitalbook.com/vbid/9788547218751/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Geoprocessamento e Saúde: Muito Além de Mapas",author:"RIBEIRO, Helena (org.)",isbn:"9788520450796",edition:0,vbkType:"pbk",url:"/books/9788520450796",coverURL:"//covers.vitalbook.com/vbid/9788520450796/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática do Recurso de Agravo - Doutrina / Modelo / Jurisprudência, 9ª edição",author:"ARAUJO Jr., Gediel Claudino de",isbn:"9788597012057",edition:0,vbkType:"epub",url:"/books/9788597012057",coverURL:"//covers.vitalbook.com/vbid/9788597012057/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código Brasileiro de Defesa do Consumidor - Comentado pelos Autores do Anteprojeto, 11ª edição",author:"GRINOVER, Ada Pellegrini",isbn:"9788530974367",edition:0,vbkType:"epub",url:"/books/9788530974367",coverURL:"//covers.vitalbook.com/vbid/9788530974367/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código de Processo Penal, 2ª edição.",author:"CAPEZ, Fernando",isbn:"9788547218799",edition:2,vbkType:"pbk",url:"/books/9788547218799",coverURL:"//covers.vitalbook.com/vbid/9788547218799/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Holding Familiar e suas Vantagens, 9ª edição",author:"MAMEDE, Gladston; MAMEDE, Eduarda Cotta",isbn:"9788597011937",edition:0,vbkType:"epub",url:"/books/9788597011937",coverURL:"//covers.vitalbook.com/vbid/9788597011937/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Elementos de Direito Civil - DIG",author:"CASSETTARI, Christiano",isbn:"9788547217624",edition:5,vbkType:"pbk",url:"/books/9788547217624",coverURL:"//covers.vitalbook.com/vbid/9788547217624/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Recursos Terapêuticos em Fisioterapia",author:"STARKEY, Chad",isbn:"9788520454435",edition:4,vbkType:"pbk",url:"/books/9788520454435",coverURL:"//covers.vitalbook.com/vbid/9788520454435/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Diplomata – Francês, 1ª edição.",author:"LIMA, Mariana",isbn:"9788547211806",edition:1,vbkType:"pbk",url:"/books/9788547211806",coverURL:"//covers.vitalbook.com/vbid/9788547211806/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao CPC, v. IX, 1ª edição.",author:"FONSECA, João Franciso N. da",isbn:"9788547212117",edition:1,vbkType:"pbk",url:"/books/9788547212117",coverURL:"//covers.vitalbook.com/vbid/9788547212117/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"49 Perguntas sobre Estresse",author:"BARROS, Daniel Martins de; FUNKE, Guilherme; LOURENÇO, Rafael Brandes",isbn:"9788578683191",edition:0,vbkType:"pbk",url:"/books/9788578683191",coverURL:"//covers.vitalbook.com/vbid/9788578683191/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de metodologia da pesquisa no direito, 7ª edição.",author:"MEZZAROBA, Orides ",isbn:"9788547218737",edition:7,vbkType:"pbk",url:"/books/9788547218737",coverURL:"//covers.vitalbook.com/vbid/9788547218737/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processo Eletrônico - Processo Digital, 5ª edição",author:"ABRÃO, Carlos Henrique",isbn:"9788597011784",edition:0,vbkType:"epub",url:"/books/9788597011784",coverURL:"//covers.vitalbook.com/vbid/9788597011784/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Penal, parte especial - arts 184 a 359 H, 1ª edição.",author:"Victor Eduardo Rios Gonçalves",isbn:"9788547218638",edition:1,vbkType:"pbk",url:"/books/9788547218638",coverURL:"//covers.vitalbook.com/vbid/9788547218638/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desvendando a Física do Corpo Humano: Biomecânica",author:"OKUNO, Emico; FRATIN, Luciano",isbn:"9788520454381",edition:2,vbkType:"pbk",url:"/books/9788520454381",coverURL:"//covers.vitalbook.com/vbid/9788520454381/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento Tributário na Prática - Gestão Tributária Aplicada, 4ª edição",author:"CHAVES, Francisco Coutinho",isbn:"9788597011876",edition:0,vbkType:"epub",url:"/books/9788597011876",coverURL:"//covers.vitalbook.com/vbid/9788597011876/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CLT: Decreto-lei n. 5.452, de 1º de maio de 1943",author:"Editoria Jurídica da Editora Manole (org.)",isbn:"9788520453766",edition:2,vbkType:"pbk",url:"/books/9788520453766",coverURL:"//covers.vitalbook.com/vbid/9788520453766/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código de Processo Civil e legislação processual em vigor - DIG",author:"NEGRAO, Theotonio",isbn:"9788547218300",edition:48,vbkType:"pbk",url:"/books/9788547218300",coverURL:"//covers.vitalbook.com/vbid/9788547218300/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Geral - Facilitada",author:"PADOVEZE, Clóvis Luís",isbn:"9788530974237",edition:0,vbkType:"epub",url:"/books/9788530974237",coverURL:"//covers.vitalbook.com/vbid/9788530974237/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito sumular esquematizado",author:"KLIPPEL, Bruno",isbn:"9788547211684",edition:7,vbkType:"pbk",url:"/books/9788547211684",coverURL:"//covers.vitalbook.com/vbid/9788547211684/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Radiologia Ortopédica - Uma Abordagem Prática, 6ª edição",author:"GREENSPAN, Adam; BELTRAN, Javier",isbn:"9788527731690",edition:0,vbkType:"epub",url:"/books/9788527731690",coverURL:"//covers.vitalbook.com/vbid/9788527731690/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código Penal: Decreto-lei n. 2.848, de 7 de dezembro de 1940",author:"Editoria Jurídica da Editora Manole (org.)",isbn:"9788520453773",edition:2,vbkType:"pbk",url:"/books/9788520453773",coverURL:"//covers.vitalbook.com/vbid/9788520453773/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Sinopses Jurídicas, v. 14 – Processo penal; parte geral, 21ª edição.",author:"REIS, Alexandre Cebrian Araújo; GONÇALVES, Victor Eduardo Rios",isbn:"9788547218577",edition:21,vbkType:"pbk",url:"/books/9788547218577",coverURL:"//covers.vitalbook.com/vbid/9788547218577/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"49 Perguntas sobre Dor de Cabeça",author:"ESTEVES, Evelyn; BARROS, Tatiane Martins de",isbn:"9788578683184",edition:0,vbkType:"pbk",url:"/books/9788578683184",coverURL:"//covers.vitalbook.com/vbid/9788578683184/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito Tributário, 9ª edição",author:"MACHADO SEGUNDO, Hugo de Brito",isbn:"9788597012033",edition:0,vbkType:"epub",url:"/books/9788597012033",coverURL:"//covers.vitalbook.com/vbid/9788597012033/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática Básica para Aplicações de Engenharia",author:"RATTAN, Kuldip S.; KLINGBEIL, Nathan W. ",isbn:"9788521633716",edition:0,vbkType:"epub",url:"/books/9788521633716",coverURL:"//covers.vitalbook.com/vbid/9788521633716/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Crimes federais, 1ª edição.",author:"PAULSEN, Leandro",isbn:"9788547218652",edition:1,vbkType:"pbk",url:"/books/9788547218652",coverURL:"//covers.vitalbook.com/vbid/9788547218652/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cáries Dentárias - A Doença e Seu Tratamento Clínico, 3ª edição",author:"FEJERSKOV, Ole; NYVAD, Bente; KIDD, Edwina",isbn:"9788527731799",edition:0,vbkType:"epub",url:"/books/9788527731799",coverURL:"//covers.vitalbook.com/vbid/9788527731799/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código Civil e legislação civil em vigor - DIG",author:"NEGRAO, Theotonio",isbn:"9788547218324",edition:35,vbkType:"pbk",url:"/books/9788547218324",coverURL:"//covers.vitalbook.com/vbid/9788547218324/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O insider trading no direito brasileiro - DIG",author:"MUSSNICH, Francisco Antunes Maciel",isbn:"9788547218225",edition:1,vbkType:"pbk",url:"/books/9788547218225",coverURL:"//covers.vitalbook.com/vbid/9788547218225/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CLT: Consolidação das Leis do Trabalho, 19ª edição",author:"SARAIVA, Renato; LINHARES, Aryanna; TONASSI, Rafael (orgs.)",isbn:"9788530975456",edition:0,vbkType:"epub",url:"/books/9788530975456",coverURL:"//covers.vitalbook.com/vbid/9788530975456/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Societário, 15ª edição",author:"BORBA, José Edwaldo Tavares",isbn:"9788597012088",edition:0,vbkType:"epub",url:"/books/9788597012088",coverURL:"//covers.vitalbook.com/vbid/9788597012088/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ortopedia e Traumatologia: Principios e Prática",author:"HEBERT, Sizínio; BARROS FILHO, Tarcísio Eloy P.; XAVIER, Renato; PARDINI JUNIOR, Arlindo Gomes",isbn:"9788582713778",edition:5,vbkType:"epub",url:"/books/9788582713778",coverURL:"//covers.vitalbook.com/vbid/9788582713778/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código de Processo Penal: Decreto-lei n. 3.689, de 3 de outubro de 1941",author:"Editoria Jurídica da Editora Manole (org.)",isbn:"9788520453797",edition:2,vbkType:"pbk",url:"/books/9788520453797",coverURL:"//covers.vitalbook.com/vbid/9788520453797/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Sinopses Jurídicas – Volume 29 – Direito Eleitoral, 7ª edição",author:"CHIMENTI, Ricardo Cunha",isbn:"9788547217501",edition:7,vbkType:"pbk",url:"/books/9788547217501",coverURL:"//covers.vitalbook.com/vbid/9788547217501/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"49 Perguntas sobre Câncer de Próstata",author:"IKONOMIDIS, Jean",isbn:"9788578683252",edition:0,vbkType:"pbk",url:"/books/9788578683252",coverURL:"//covers.vitalbook.com/vbid/9788578683252/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de direito processual penal militar, 2ª edição.",author:"NEVES, Cícero Roberto Coimbra",isbn:"9788547213244",edition:2,vbkType:"pbk",url:"/books/9788547213244",coverURL:"//covers.vitalbook.com/vbid/9788547213244/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Instalações Elétricas Industriais, 9ª edição",author:"MAMEDE FILHO, João",isbn:"9788521633730",edition:0,vbkType:"epub",url:"/books/9788521633730",coverURL:"//covers.vitalbook.com/vbid/9788521633730/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CPC Passo a Passo",author:"LUZ, Valdemar P. da",isbn:"9788520454374",edition:4,vbkType:"pbk",url:"/books/9788520454374",coverURL:"//covers.vitalbook.com/vbid/9788520454374/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"49 Perguntas sobre Paralisia Cerebral",author:"KENJI, Marcos; ALMOSTER, Maurício; NOVAZZI, Paulo Potiguara; ALAMINO, Sandra",isbn:"9788578683245",edition:0,vbkType:"pbk",url:"/books/9788578683245",coverURL:"//covers.vitalbook.com/vbid/9788578683245/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código Civil Comentado: Doutrina e Jurisprudência – Lei n. 10.406, de 10.01.2002",author:"PELUSO, Cezar (coord.)",isbn:"9788520454343",edition:11,vbkType:"pbk",url:"/books/9788520454343",coverURL:"//covers.vitalbook.com/vbid/9788520454343/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novo tratado de responsabilidade civil, 2ª edição.",author:"ROSENVALD, Nelson",isbn:"9788547218409",edition:2,vbkType:"pbk",url:"/books/9788547218409",coverURL:"//covers.vitalbook.com/vbid/9788547218409/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cálculo de benefícios previdenciários, 8ª edição.",author:"ALENCAR, Hermes Arrais",isbn:"9788547209377",edition:8,vbkType:"pbk",url:"/books/9788547209377",coverURL:"//covers.vitalbook.com/vbid/9788547209377/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito do trabalho esquematizado",author:"ROMAR, Carla",isbn:"9788547202316",edition:4,vbkType:"pbk",url:"/books/9788547202316",coverURL:"//covers.vitalbook.com/vbid/9788547202316/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Obesidade Infantil",author:"NERI, Lenycia de Cassya Lopes; MATTAR, Larissa Baldini Farjalla; YONAMINE, Glauce Hiromi; NASCIMENTO",isbn:"9788520454428",edition:0,vbkType:"pbk",url:"/books/9788520454428",coverURL:"//covers.vitalbook.com/vbid/9788520454428/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP – Manual esquemático de direito e processo do trabalho - DIG",author:"GANDRA FILHO, Ives ",isbn:"9788547218287",edition:24,vbkType:"pbk",url:"/books/9788547218287",coverURL:"//covers.vitalbook.com/vbid/9788547218287/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código de Defesa do Consumidor: Lei n. 8.078, de 11 de setembro de 1990",author:"Editoria Jurídica da Editora Manole (org.)",isbn:"9788520453742",edition:7,vbkType:"pbk",url:"/books/9788520453742",coverURL:"//covers.vitalbook.com/vbid/9788520453742/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Sinopses Jurídicas 2 - Direito de Família",author:"Gonçalves, Carlos Roberto",isbn:"9788547218423",edition:20,vbkType:"pbk",url:"/books/9788547218423",coverURL:"//covers.vitalbook.com/vbid/9788547218423/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"49 Perguntas sobre AVC",author:"MALHEIROS, Edinaldo; KENJI, Marcos; ALAMINO, Sandra",isbn:"9788578683207",edition:0,vbkType:"pbk",url:"/books/9788578683207",coverURL:"//covers.vitalbook.com/vbid/9788578683207/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de direito penal – Parte geral - DIG",author:"JUNQUEIRA, Gustavo; VANZOLINI, Patrícia",isbn:"9788547217648",edition:3,vbkType:"pbk",url:"/books/9788547217648",coverURL:"//covers.vitalbook.com/vbid/9788547217648/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Microeletrônica, 2ª edição",author:"RAZAVI, Behzad",isbn:"9788521633600",edition:0,vbkType:"epub",url:"/books/9788521633600",coverURL:"//covers.vitalbook.com/vbid/9788521633600/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como Interpretar as Questões do Exame do CFC",author:"SCHERRER, Alberto Manoel",isbn:"9788597012125",edition:0,vbkType:"epub",url:"/books/9788597012125",coverURL:"//covers.vitalbook.com/vbid/9788597012125/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"49 Perguntas sobre Osteoporose",author:"IKONOMIDIS, Jean; LAMUSSI, Mariana; POTIGUARA, Paulo; ALAMINO, Sandra; REAL, Silvio Villa",isbn:"9788578683238",edition:0,vbkType:"pbk",url:"/books/9788578683238",coverURL:"//covers.vitalbook.com/vbid/9788578683238/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Metodologia Científica da Pesquisa Jurídica, 9ª edição",author:"HENRIQUES, Antonio; MEDEIROS, João Bosco",isbn:"9788597011760",edition:0,vbkType:"epub",url:"/books/9788597011760",coverURL:"//covers.vitalbook.com/vbid/9788597011760/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Fazenda Pública em Juízo, 14ª edição",author:"CUNHA, Leonardo Carneiro da",isbn:"9788530975548",edition:0,vbkType:"epub",url:"/books/9788530975548",coverURL:"//covers.vitalbook.com/vbid/9788530975548/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Administrativo, 3ª edição",author:"ALEXANDRE, Ricardo; DEUS, João de",isbn:"9788530975814",edition:0,vbkType:"epub",url:"/books/9788530975814",coverURL:"//covers.vitalbook.com/vbid/9788530975814/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Medicina Interna de Harrison - 2 Volumes",author:"Kasper, Dennis L.; Hauser, Stephen L.; Jameson, J. Larry; Fauci, Anthony S.; Longo, Dan L.; Loscalzo",isbn:"9788580555875",edition:19,vbkType:"epub",url:"/books/9788580555875",coverURL:"//covers.vitalbook.com/vbid/9788580555875/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP – Manual dos direitos da pessoa idosa - DIG",author:"MENDES, Gilmar Ferreira",isbn:"9788547212247",edition:1,vbkType:"pbk",url:"/books/9788547212247",coverURL:"//covers.vitalbook.com/vbid/9788547212247/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código Civil: Lei n. 10,406, de 10 de janeiro de 2002",author:"Editoria Jurídica da Editora Manole (org.)",isbn:"9788520453735",edition:3,vbkType:"pbk",url:"/books/9788520453735",coverURL:"//covers.vitalbook.com/vbid/9788520453735/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Sinopses Jurídicas , v. 16 - Direito Tributário",author:"CHIMENTI, Ricardo Cunha",isbn:"9788547209315",edition:19,vbkType:"pbk",url:"/books/9788547209315",coverURL:"//covers.vitalbook.com/vbid/9788547209315/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sinase – Sistema Nacional de Atendimento Socioeducativo, 2ª edição.",author:"RAMIDOFF, Mario Luiz",isbn:"9788547218386",edition:2,vbkType:"pbk",url:"/books/9788547218386",coverURL:"//covers.vitalbook.com/vbid/9788547218386/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mandado de segurança no direito tributário - DIG",author:"QUINTANILHA, Gabriel Sant'Anna ; PEREIRA, Felipe Carvalho Pereir",isbn:"9788547209896",edition:2,vbkType:"pbk",url:"/books/9788547209896",coverURL:"//covers.vitalbook.com/vbid/9788547209896/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dukes | Fisiologia dos Animais Domésticos, 13ª edição",author:"REECE, William O. (ed.)",isbn:"9788527731362",edition:0,vbkType:"epub",url:"/books/9788527731362",coverURL:"//covers.vitalbook.com/vbid/9788527731362/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Esquematizado – Português, 6ª edição.",author:"MARTINO, Agnaldo",isbn:"9788547211776",edition:6,vbkType:"pbk",url:"/books/9788547211776",coverURL:"//covers.vitalbook.com/vbid/9788547211776/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao CPC, v. XX, 2ª edição.",author:"BONDIOL, Luis Guilherme Aidar ",isbn:"9788547219086",edition:2,vbkType:"pbk",url:"/books/9788547219086",coverURL:"//covers.vitalbook.com/vbid/9788547219086/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"49 Perguntas sobre o Ronco",author:"HIROSE, Fernando; BASTOS, João Ricardo P.; MERCURI, Tatiana",isbn:"9788578683214",edition:0,vbkType:"pbk",url:"/books/9788578683214",coverURL:"//covers.vitalbook.com/vbid/9788578683214/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mario Bimbato: Contos",author:"BIMBATO, Mario",isbn:"9788578682910",edition:0,vbkType:"pbk",url:"/books/9788578682910",coverURL:"//covers.vitalbook.com/vbid/9788578682910/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:", 2ª edição.Curso de direito comercial – Sociedade anônima",author:"CAMPINHO, Sergio",isbn:"9788547217105",edition:2,vbkType:"pbk",url:"/books/9788547217105",coverURL:"//covers.vitalbook.com/vbid/9788547217105/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Administrativo, 11ª edição.",author:"MARINELA, Fernanda ",isbn:"9788547219178",edition:11,vbkType:"pbk",url:"/books/9788547219178",coverURL:"//covers.vitalbook.com/vbid/9788547219178/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual Prático de Geriatria, 2ª edição",author:"FREITAS, Elizabete Viana de; MOHALLEM, Kalil Lays; GAMARSKI, Roberto; PEREIRA, Silvia Regina Mendes ",isbn:"9788527731843",edition:0,vbkType:"epub",url:"/books/9788527731843",coverURL:"//covers.vitalbook.com/vbid/9788527731843/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prisões cautelares - DIG",author:"LOPES JR., Aury ",isbn:"9788547218263",edition:5,vbkType:"pbk",url:"/books/9788547218263",coverURL:"//covers.vitalbook.com/vbid/9788547218263/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código Civil Interpretado: Artigo por Artigo, Parágrafo por Parágrafo",author:"MACHADO, Costa (org.); CHINELLATO, Silmara Juny (coord.)",isbn:"9788520453728",edition:10,vbkType:"pbk",url:"/books/9788520453728",coverURL:"//covers.vitalbook.com/vbid/9788520453728/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código Penal Interpretado: Artigo por Artigo, Parágrafo por Parágrafo",author:"MACHADO, Costa (org.); AZEVEDO, David Teixeira de (coord.)",isbn:"9788520454367",edition:7,vbkType:"pbk",url:"/books/9788520454367",coverURL:"//covers.vitalbook.com/vbid/9788520454367/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"ICMS - Doutrina e Prática",author:"HARADA, Kiyoshi",isbn:"9788597012019",edition:0,vbkType:"epub",url:"/books/9788597012019",coverURL:"//covers.vitalbook.com/vbid/9788597012019/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Judicialização da saúde - DIG",author:"BUCCI, Maria Paula Dallari; DUARTE Clarice seixas",isbn:"9788547211295",edition:1,vbkType:"pbk",url:"/books/9788547211295",coverURL:"//covers.vitalbook.com/vbid/9788547211295/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Zollinger | Atlas de Cirurgia, 10ª edição",author:"ELLISON, E. Christopher; ZOLLINGER Jr., Robert M.",isbn:"9788527731591",edition:0,vbkType:"epub",url:"/books/9788527731591",coverURL:"//covers.vitalbook.com/vbid/9788527731591/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:01.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Você Quer o que Deseja?",author:"FORBES, Jorge",isbn:"9788520447987",edition:12,vbkType:"pbk",url:"/books/9788520447987",coverURL:"//covers.vitalbook.com/vbid/9788520447987/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lumb & Jones | Anestesiologia e Analgesia em Veterinária, 5ª edição",author:"GRIMM, Kurt A.; LAMONT, Leigh A.; TRANQUILLI, William J.; GREENE, Stephen A.; ROBERTSON, Sheilah A.",isbn:"9788527731775",edition:0,vbkType:"epub",url:"/books/9788527731775",coverURL:"//covers.vitalbook.com/vbid/9788527731775/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:00.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Notáveis Empreendimentos da Engenharia no Brasil",author:"TELLES, Pedro Carlos da Silva",isbn:"9788521633808",edition:0,vbkType:"epub",url:"/books/9788521633808",coverURL:"//covers.vitalbook.com/vbid/9788521633808/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:00.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Física Mecânica",author:"MARQUES, Francisco das Chagas (org.)",isbn:"9788520454398",edition:0,vbkType:"pbk",url:"/books/9788520454398",coverURL:"//covers.vitalbook.com/vbid/9788520454398/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cálculo Numérico Aplicado",author:"VARGAS, José Viriato Coelho; ARAKI, Luciano Kiyoshi",isbn:"9788520454336",edition:0,vbkType:"pbk",url:"/books/9788520454336",coverURL:"//covers.vitalbook.com/vbid/9788520454336/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CLT Interpretada: Artigo por Artigo, Parágrafo por Parágrafo",author:"MACHADO, Costa (org.); ZAINAGHI, Domingos Sávio (coord.)",isbn:"9788520454350",edition:8,vbkType:"pbk",url:"/books/9788520454350",coverURL:"//covers.vitalbook.com/vbid/9788520454350/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"As funções da responsabilidade civil - DIG",author:"ROSENVALD, Nelson",isbn:"9788547218249",edition:3,vbkType:"pbk",url:"/books/9788547218249",coverURL:"//covers.vitalbook.com/vbid/9788547218249/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Arquitetura de Computadores, 5ª edição",author:"DELGADO, José; RIBEIRO, Carlos",isbn:"9788521633921",edition:0,vbkType:"epub",url:"/books/9788521633921",coverURL:"//covers.vitalbook.com/vbid/9788521633921/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:00.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cálculo - Volume 2",author:"ANTON, Howard; BIVENS, Irl; DAVIS, Stephen",isbn:"9788582602461",edition:10,vbkType:"pbk",url:"/books/9788582602461",coverURL:"//covers.vitalbook.com/vbid/9788582602461/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cálculo - Volume 1",author:"ANTON, Howard; BIVENS, Irl; DAVIS, Stephen",isbn:"9788582602263",edition:10,vbkType:"pbk",url:"/books/9788582602263",coverURL:"//covers.vitalbook.com/vbid/9788582602263/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-08-14T16:04:00.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos Matemáticos para a Ciência da Computação, 7ª edição",author:"GERSTING, Judith L.",isbn:"9788521633303",edition:0,vbkType:"epub",url:"/books/9788521633303",coverURL:"//covers.vitalbook.com/vbid/9788521633303/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:"2017-07-30T13:54:55.000Z",addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Abduzeedo Guia de Inspiração para Designers",author:"SASSO, Fábio e equipe Abduzeedo",isbn:"9788540700956",edition:0,vbkType:"pbk",url:"/books/9788540700956",coverURL:"//covers.vitalbook.com/vbid/9788540700956/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:"2017-07-30T13:54:55.000Z",addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos da Inteligência Artificial",author:"ROSA, João Luís Garcia",isbn:"978-85-216-2089-1",edition:0,vbkType:"pbk",url:"/books/978-85-216-2089-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2089-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:"2017-07-30T13:54:55.000Z",addedAt:"2016-08-17T10:04:05.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Psicologia - Aconselhamento Psicológicos numa Perspectiva Fenomenológica Existencial",author:"MORATO, Henriette Tognetti Penha; BARRETO, Carmem Lúcia Brito Tavares; NUNES, André Prado",isbn:"978-85-277-2007-6",edition:0,vbkType:"pbk",url:"/books/978-85-277-2007-6",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2007-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:"2017-07-30T13:54:55.000Z",addedAt:"2016-08-17T10:03:58.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Inteligência Artificial - Uma Abordagem de Aprendizado de Máquina",author:"CARVALHO, André Carlos Ponce de Leon Ferreira de; FACELI, Katti; LORENA, Ana Carolina; GAMA, João ",isbn:"978-85-216-2146-1",edition:0,vbkType:"pbk",url:"/books/978-85-216-2146-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2146-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:"2017-07-30T13:54:55.000Z",addedAt:"2016-08-17T10:04:06.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"JavaScript: O Guia Definitivo",author:"FLANAGAN, David",isbn:"9788565837484",edition:6,vbkType:"pbk",url:"/books/9788565837484",coverURL:"//covers.vitalbook.com/vbid/9788565837484/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:"2017-07-30T13:54:55.000Z",addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Neuropsicologia: Teoria e Prática",author:"FUENTES, Daniel; MALLOY-DINIZ, Leandro F.; CAMARGO, Candida H. Pires; COSENZA, Ramon M. ",isbn:"9788582710562",edition:2,vbkType:"pbk",url:"/books/9788582710562",coverURL:"//covers.vitalbook.com/vbid/9788582710562/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:"2017-07-30T13:54:55.000Z",addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Inovador Modelo Japonês de Gestão do Conhecimento",author:"FAYARD, Pierre ",isbn:"9788577806195",edition:0,vbkType:"pbk",url:"/books/9788577806195",coverURL:"//covers.vitalbook.com/vbid/9788577806195/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:"2017-07-30T13:54:55.000Z",addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Programador Pragmático - De Aprendiz a Mestre",author:"HUNT, Andrew ; THOMAS, David",isbn:"9788577807345",edition:0,vbkType:"pbk",url:"/books/9788577807345",coverURL:"//covers.vitalbook.com/vbid/9788577807345/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:"2017-07-30T13:54:55.000Z",addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Utilizando UML e Padrões - Uma Introdução Á Análise e ao Projeto Orientados a Objetos e Desenvo",author:"LARMAN, Craig ",isbn:"9788577800476",edition:0,vbkType:"pbk",url:"/books/9788577800476",coverURL:"//covers.vitalbook.com/vbid/9788577800476/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:"2017-07-30T13:54:55.000Z",addedAt:"2016-08-17T10:03:59.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso Didático de Direito Civil, 6ª edição",author:"DONIZETTI, Elpídio; QUINTELLA, Felipe",isbn:"9788597010954",edition:0,vbkType:"epub",url:"/books/9788597010954",coverURL:"//covers.vitalbook.com/vbid/9788597010954/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:"2017-05-02T02:19:21.000Z",addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão Ambiental - Responsabilidade Social e Sustentabilidade, 3ª edição",author:"DIAS, Reinaldo",isbn:"9788597011159",edition:0,vbkType:"epub",url:"/books/9788597011159",coverURL:"//covers.vitalbook.com/vbid/9788597011159/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Penal - Vol. 2 - Parte Especial, 3ª edição",author:"BUSATO, Paulo César",isbn:"9788597010374",edition:0,vbkType:"epub",url:"/books/9788597010374",coverURL:"//covers.vitalbook.com/vbid/9788597010374/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Vade Mecum Legislação - Concursos e OAB, 4ª edição",author:"SANCHES, Alessandro",isbn:"9788530974947",edition:0,vbkType:"epub",url:"/books/9788530974947",coverURL:"//covers.vitalbook.com/vbid/9788530974947/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Administrativo, 5ª edição",author:"OLIVEIRA, Rafael Carvalho Rezende",isbn:"9788530974985",edition:0,vbkType:"epub",url:"/books/9788530974985",coverURL:"//covers.vitalbook.com/vbid/9788530974985/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Medicamentos em Enfermagem, Farmacologia e Administração",author:"GUARESCHI, Ana Paula Dias França; CARVALHO, Luciane Vasconcelos Barreto de; SALATI, Maria Inês",isbn:"9788527731164",edition:0,vbkType:"epub",url:"/books/9788527731164",coverURL:"//covers.vitalbook.com/vbid/9788527731164/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei de Responsabilidade Fiscal Comentada, 2ª edição",author:"ABRAHAM, Marcus",isbn:"9788530975098",edition:0,vbkType:"epub",url:"/books/9788530975098",coverURL:"//covers.vitalbook.com/vbid/9788530975098/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Estatística - Aplicações em Ciências Exatas",author:"MATTOS, Viviane Leite Dias de; AZAMBUJA, Ana Maria Volkmer de; KONRATH, Andréa Cristina",isbn:"9788521633556",edition:0,vbkType:"epub",url:"/books/9788521633556",coverURL:"//covers.vitalbook.com/vbid/9788521633556/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Processual Civil - Vol. III, 50ª edição",author:"THEODORO Jr., Humberto",isbn:"9788530974381",edition:0,vbkType:"epub",url:"/books/9788530974381",coverURL:"//covers.vitalbook.com/vbid/9788530974381/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Perícia Contábil - Uma Abordagem Teórica, Ética, Legal, Processual e Operacional, 8ª edição",author:"MAGALHÃES, Antonio de Deus Farias",isbn:"9788597011043",edition:0,vbkType:"epub",url:"/books/9788597011043",coverURL:"//covers.vitalbook.com/vbid/9788597011043/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código de Defesa do Consumidor, 28ª edição",author:"Equipe Atlas",isbn:"9788597010688",edition:0,vbkType:"epub",url:"/books/9788597010688",coverURL:"//covers.vitalbook.com/vbid/9788597010688/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Metodologia Científica, 8ª edição",author:"MARCONI, Marina de Andrade; LAKATOS, Eva Maria",isbn:"9788597010770",edition:0,vbkType:"epub",url:"/books/9788597010770",coverURL:"//covers.vitalbook.com/vbid/9788597010770/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Penal - Vol. 1 - Parte geral, 3ª edição",author:"BUSATO, Paulo César",isbn:"9788597010411",edition:0,vbkType:"epub",url:"/books/9788597010411",coverURL:"//covers.vitalbook.com/vbid/9788597010411/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Constituição da República Federativa do Brasil, 43ª edição",author:"Equipe Atlas",isbn:"9788597010930",edition:0,vbkType:"epub",url:"/books/9788597010930",coverURL:"//covers.vitalbook.com/vbid/9788597010930/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Síndrome da Alienação Parental, 4ª edição",author:"MADALENO, Ana Carolina Carpes; MADALENO, Rolf",isbn:"9788530974817",edition:0,vbkType:"epub",url:"/books/9788530974817",coverURL:"//covers.vitalbook.com/vbid/9788530974817/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Dentística Operatória, 2ª edição",author:"MONDELLI, José",isbn:"9788527731102",edition:0,vbkType:"epub",url:"/books/9788527731102",coverURL:"//covers.vitalbook.com/vbid/9788527731102/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei das S.A. em seus 40 anos",author:"VENANCIO FILHO, Alberto; LOBO, Carlos Augusto da Silveira; ROSMAN, Luiz Alberto Colonna (orgs.)",isbn:"9788530975210",edition:0,vbkType:"epub",url:"/books/9788530975210",coverURL:"//covers.vitalbook.com/vbid/9788530975210/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Instalações Elétricas - Guia Completo",author:"BRITTIAN, L.W.",isbn:"9788521632139",edition:0,vbkType:"epub",url:"/books/9788521632139",coverURL:"//covers.vitalbook.com/vbid/9788521632139/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Financeiro Brasileiro, 4ª edição",author:"ABRAHAM, Marcus",isbn:"9788530974794",edition:0,vbkType:"epub",url:"/books/9788530974794",coverURL:"//covers.vitalbook.com/vbid/9788530974794/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Processo Penal e Execução Penal, 14ª edição",author:"NUCCI, Guilherme de Souza",isbn:"9788530974848",edition:0,vbkType:"epub",url:"/books/9788530974848",coverURL:"//covers.vitalbook.com/vbid/9788530974848/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CLT Método - Consolidação das Leis do Trabalho, 2ª edição",author:"Equipe Método",isbn:"9788530974770",edition:0,vbkType:"epub",url:"/books/9788530974770",coverURL:"//covers.vitalbook.com/vbid/9788530974770/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controladoria - Teoria e Prática, 5ª edição",author:"FIGUEIREDO, Sandra; CAGGIANO, Paulo Cesar",isbn:"9788597010794",edition:0,vbkType:"epub",url:"/books/9788597010794",coverURL:"//covers.vitalbook.com/vbid/9788597010794/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Financeiro e Tributário, 26ª edição",author:"HARADA, Kiyoshi",isbn:"9788597011067",edition:0,vbkType:"epub",url:"/books/9788597011067",coverURL:"//covers.vitalbook.com/vbid/9788597011067/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao Código de Processo Penal e sua Jurisprudência, 9ª edição",author:"PACELLI, Eugênio; CALLEGARI, André ",isbn:"9788597010916",edition:0,vbkType:"epub",url:"/books/9788597010916",coverURL:"//covers.vitalbook.com/vbid/9788597010916/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Redigindo a Sentença Cível, 8ª edição",author:"DONIZETTI, Elpídio",isbn:"9788597011364",edition:0,vbkType:"epub",url:"/books/9788597011364",coverURL:"//covers.vitalbook.com/vbid/9788597011364/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Segurança e Medicina do Trabalho, 78ª edição",author:"Equipe Atlas",isbn:"9788597011081",edition:0,vbkType:"epub",url:"/books/9788597011081",coverURL:"//covers.vitalbook.com/vbid/9788597011081/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Execução Penal, 4ª edição",author:"AVENA, Norberto Cláudio Pâncaro",isbn:"9788530974961",edition:0,vbkType:"epub",url:"/books/9788530974961",coverURL:"//covers.vitalbook.com/vbid/9788530974961/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estatística - Revelando o Poder dos dados",author:"LOCK, Robin H.; LOCK, Patti Frazer; MORGAN, Kari Lock; LOCK, Eric F.; LOCK, Dennis F.",isbn:"9788521633457",edition:0,vbkType:"epub",url:"/books/9788521633457",coverURL:"//covers.vitalbook.com/vbid/9788521633457/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Empresarial - Vol. 3 - Falência e Recuperação de Empresas, 5ª edição",author:"TOMAZETTE, Marlon",isbn:"9788597011227",edition:0,vbkType:"epub",url:"/books/9788597011227",coverURL:"//covers.vitalbook.com/vbid/9788597011227/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito Previdenciário, 20ª edição",author:"CASTRO, Carlos Alberto Pereira de; LAZZARI, João Batista",isbn:"9788530975234",edition:0,vbkType:"epub",url:"/books/9788530975234",coverURL:"//covers.vitalbook.com/vbid/9788530975234/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CLT Comentada, 2ª edição",author:"GARCIA, Gustavo Filipe Barbosa",isbn:"9788530974893",edition:0,vbkType:"epub",url:"/books/9788530974893",coverURL:"//covers.vitalbook.com/vbid/9788530974893/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade para Concursos e Exame de Suficiência, 4ª edição",author:"SILVA, César Augusto Tibúrcio; NIYAMA, Jorge Katsumi (orgs.)",isbn:"9788597010855",edition:0,vbkType:"epub",url:"/books/9788597010855",coverURL:"//covers.vitalbook.com/vbid/9788597010855/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Constitucional, 33ª edição",author:"MORAES, Alexandre de",isbn:"9788597011302",edition:0,vbkType:"epub",url:"/books/9788597011302",coverURL:"//covers.vitalbook.com/vbid/9788597011302/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processo Tributário, 9ª edição",author:"MACHADO SEGUNDO, Hugo de Brito",isbn:"9788597010992",edition:0,vbkType:"epub",url:"/books/9788597010992",coverURL:"//covers.vitalbook.com/vbid/9788597010992/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Prática - Prática Trabalhista, 5ª edição",author:"STUCHI, Victor Hugo Nazário",isbn:"9788530974343",edition:0,vbkType:"epub",url:"/books/9788530974343",coverURL:"//covers.vitalbook.com/vbid/9788530974343/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Exame de Suficiência do CFC Comentado, 2ª edição",author:"QUINTANA, Alexandre Costa; FREITAS, Débora Pool da Silva; QUARESMA, Jozi Cristiane da Costa; SCHMITT",isbn:"9788597010817",edition:0,vbkType:"epub",url:"/books/9788597010817",coverURL:"//covers.vitalbook.com/vbid/9788597010817/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing Básico, 5ª edição",author:"COBRA, Marcos; URDAN, André Torres",isbn:"9788597010572",edition:0,vbkType:"epub",url:"/books/9788597010572",coverURL:"//covers.vitalbook.com/vbid/9788597010572/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Vade Mecum Método - Penal, 5ª edição",author:"Equipe Método",isbn:"9788530974688",edition:0,vbkType:"epub",url:"/books/9788530974688",coverURL:"//covers.vitalbook.com/vbid/9788530974688/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Empresarial - Vol. 2 - Títulos de Crédito, 8ª edição",author:"TOMAZETTE, Marlon",isbn:"9788597011241",edition:0,vbkType:"epub",url:"/books/9788597011241",coverURL:"//covers.vitalbook.com/vbid/9788597011241/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito Penal, 13ª edição",author:"NUCCI, Guilherme de Souza",isbn:"9788530974855",edition:0,vbkType:"epub",url:"/books/9788530974855",coverURL:"//covers.vitalbook.com/vbid/9788530974855/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como Escrever Textos - Gêneros e Sequências Textuais",author:"MEDEIROS, João Bosco; TOMASI, Carolina",isbn:"9788597011135",edition:0,vbkType:"epub",url:"/books/9788597011135",coverURL:"//covers.vitalbook.com/vbid/9788597011135/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Administrativo, 7ª edição",author:"NOHARA, Irene Patrícia",isbn:"9788597011104",edition:0,vbkType:"epub",url:"/books/9788597011104",coverURL:"//covers.vitalbook.com/vbid/9788597011104/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processo Penal, 9ª edição",author:"AVENA, Norberto Cláudio Pâncaro",isbn:"9788530975159",edition:0,vbkType:"epub",url:"/books/9788530975159",coverURL:"//covers.vitalbook.com/vbid/9788530975159/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código Tributário Nacional Comentado",author:"SABBAG, Eduardo",isbn:"9788530974916",edition:0,vbkType:"epub",url:"/books/9788530974916",coverURL:"//covers.vitalbook.com/vbid/9788530974916/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Tributário, 27ª edição",author:"CASSONE, Vittorio",isbn:"9788597011272",edition:0,vbkType:"epub",url:"/books/9788597011272",coverURL:"//covers.vitalbook.com/vbid/9788597011272/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Coaching - Guia Prático de Formação Profissional",author:"MARION, Arnaldo",isbn:"9788597010893",edition:0,vbkType:"epub",url:"/books/9788597010893",coverURL:"//covers.vitalbook.com/vbid/9788597010893/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Vade Mecum Método - Legislação, 6ª edição",author:"Equipe Método",isbn:"9788530974725",edition:0,vbkType:"epub",url:"/books/9788530974725",coverURL:"//covers.vitalbook.com/vbid/9788530974725/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Empresarial - Vol. 1 - Teoria Geral e Direito Societário, 8ª edição",author:"TOMAZETTE, Marlon",isbn:"9788597011203",edition:0,vbkType:"epub",url:"/books/9788597011203",coverURL:"//covers.vitalbook.com/vbid/9788597011203/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito Penal - Parte Geral, 3ª edição",author:"PACELLI, Eugênio; CALLEGARI, André",isbn:"9788597010282",edition:0,vbkType:"epub",url:"/books/9788597010282",coverURL:"//covers.vitalbook.com/vbid/9788597010282/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade de Instituições Financeiras, 4ª edição",author:"NIYAMA, Jorge Katsumi; GOMES, Amaro L. Oliveira ",isbn:"9788597011555",edition:0,vbkType:"pbk",url:"/books/9788597011555",coverURL:"//covers.vitalbook.com/vbid/9788597011555/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Brasileirinho - Português para Crianças e Pré-Adolescentes",author:"GONÇALVES, Claudenir",isbn:"9788521633495",edition:0,vbkType:"epub",url:"/books/9788521633495",coverURL:"//covers.vitalbook.com/vbid/9788521633495/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática Processual Previdenciária - Administrativa e Judicial, 9ª edição",author:"LAZZARI, João Batista; KRAVCHYCHYN, Jefferson Luis; KRAVCHYCHYN, Gisele Lemos; CASTRO, Carlos Albert",isbn:"9788530975326",edition:0,vbkType:"epub",url:"/books/9788530975326",coverURL:"//covers.vitalbook.com/vbid/9788530975326/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código Penal Comentado, 17ª edição",author:"NUCCI, Guilherme de Souza",isbn:"9788530973865",edition:0,vbkType:"epub",url:"/books/9788530973865",coverURL:"//covers.vitalbook.com/vbid/9788530973865/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Infraestrutura no Brasil",author:"CONTANI, Eduardo Augusto do Rosário; SAVOIA, José Roberto Ferreira (orgs.)",isbn:"9788597010756",edition:0,vbkType:"epub",url:"/books/9788597010756",coverURL:"//covers.vitalbook.com/vbid/9788597010756/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Penal - Vol. 3 - Parte Especial, 2ª edição",author:"BUSATO, Paulo César",isbn:"9788597010398",edition:0,vbkType:"epub",url:"/books/9788597010398",coverURL:"//covers.vitalbook.com/vbid/9788597010398/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Vade Mecum Método - Civil, 4ª edição",author:"Equipe Método",isbn:"9788530974701",edition:0,vbkType:"epub",url:"/books/9788530974701",coverURL:"//covers.vitalbook.com/vbid/9788530974701/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito do Trabalho, 11ª edição",author:"GARCIA, Gustavo Filipe Barbosa",isbn:"9788530974992",edition:0,vbkType:"epub",url:"/books/9788530974992",coverURL:"//covers.vitalbook.com/vbid/9788530974992/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Paciente com Necessidades Especiais na Odontologia - Manual Prático, 3ª edição",author:"VARELLIS, Maria Lucia Zarvos",isbn:"9788527731201",edition:0,vbkType:"epub",url:"/books/9788527731201",coverURL:"//covers.vitalbook.com/vbid/9788527731201/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito Comercial, 18ª edição",author:"FAZZIO Jr., Waldo",isbn:"9788597010978",edition:0,vbkType:"epub",url:"/books/9788597010978",coverURL:"//covers.vitalbook.com/vbid/9788597010978/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Infraestrutura - Para Engenheiros Civil e Ambiental",author:"PENN, Michael R.; PARKER, Philip J.",isbn:"9788521633624",edition:0,vbkType:"epub",url:"/books/9788521633624",coverURL:"//covers.vitalbook.com/vbid/9788521633624/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Processual do Trabalho, 6ª edição",author:"GARCIA, Gustavo Filipe Barbosa",isbn:"9788530974886",edition:0,vbkType:"epub",url:"/books/9788530974886",coverURL:"//covers.vitalbook.com/vbid/9788530974886/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática Penal - Ministério Público, 3ª edição",author:"MASSON, Cleber; VILHENA Jr., Ernani de Menezes",isbn:"9788530975180",edition:0,vbkType:"epub",url:"/books/9788530975180",coverURL:"//covers.vitalbook.com/vbid/9788530975180/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código de Processo Penal Comentado, 16ª edição",author:"NUCCI, Guilherme de Souza",isbn:"9788530974862",edition:0,vbkType:"epub",url:"/books/9788530974862",coverURL:"//covers.vitalbook.com/vbid/9788530974862/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade ambiental : uma informação para o desenvolvimento sustentável – inclui Certificad",author:"Ferreira, Aracéli Cristina de Sousa\n\n",isbn:"9788522481682",edition:127,vbkType:"pbk",url:"/books/9788522481682",coverURL:"//covers.vitalbook.com/vbid/9788522481682/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Empreendedorismo: dando asas ao espírito empreendedor",author:"CHIAVENATO, Idalberto",isbn:"9788520438039",edition:4,vbkType:"epub",url:"/books/9788520438039",coverURL:"//covers.vitalbook.com/vbid/9788520438039/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estratégia Competitiva : Dos Conceitos à Implementação, 2ª edição",author:"CARVALHO, Marly Monteiro de ; LAURINDO, Fernando José Barbin ",isbn:"9788522464845",edition:0,vbkType:"pbk",url:"/books/9788522464845",coverURL:"//covers.vitalbook.com/vbid/9788522464845/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Psicologia das Diferenças Individuais",author:"FLORES-MENDOZA, Carmen ; COLOM, Roberto ; Colaboradores",isbn:"9788536314181",edition:0,vbkType:"pbk",url:"/books/9788536314181",coverURL:"//covers.vitalbook.com/vbid/9788536314181/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Orientação Vocacional e de Carreira em Contextos Clínicos e Educativos",author:"LEVENFUS, Rosane\n",isbn:"9788582712740",edition:1,vbkType:"epub",url:"/books/9788582712740",coverURL:"//covers.vitalbook.com/vbid/9788582712740/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Roteiro de Lógica Jurídica, 7ª edição",author:"COELHO, Fábio Ulhoa",isbn:"9788502139022",edition:0,vbkType:"pbk",url:"/books/9788502139022",coverURL:"//covers.vitalbook.com/vbid/9788502139022/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-04-25T13:36:41.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Inteligência Artificial",author:"COPPIN, Ben",isbn:"978-85-216-2936-8",edition:0,vbkType:"epub",url:"/books/978-85-216-2936-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2936-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:"2017-02-16T02:15:33.000Z",addedAt:"2016-08-17T10:04:28.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bioquímica Básica e Bucal",author:"MAGALHÃES, Ana Carolina; OLIVEIRA, Rodrigo Cardoso de; BUZALAF, Marília Afonso Rabelo",isbn:"9788527731089",edition:0,vbkType:"epub",url:"/books/9788527731089",coverURL:"//covers.vitalbook.com/vbid/9788527731089/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Genética, 7ª edição",author:"SNUSTAD, D. Peter; SIMMONS, Michael J.",isbn:"9788527731010",edition:7,vbkType:"epub",url:"/books/9788527731010",coverURL:"//covers.vitalbook.com/vbid/9788527731010/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Obstetrícia Veterinária, 2ª edição",author:"PRESTES, Nereu Carlos",isbn:"9788527730990",edition:2,vbkType:"epub",url:"/books/9788527730990",coverURL:"//covers.vitalbook.com/vbid/9788527730990/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito do Consumidor - Volume Único, 6ª edição",author:"TARTUCE, Flávio; NEVES, Daniel Amorim Assumpção",isbn:"9788530974510",edition:6,vbkType:"epub",url:"/books/9788530974510",coverURL:"//covers.vitalbook.com/vbid/9788530974510/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Economia Brasileira - Fundamentos e Atualidade, 5ª edição",author:"LANZANA, Antonio Evaristo Teixeira",isbn:"9788597010169",edition:0,vbkType:"epub",url:"/books/9788597010169",coverURL:"//covers.vitalbook.com/vbid/9788597010169/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Civil - Vol. 5 - Família, 17ª edição",author:"VENOSA, Sílvio de Salvo",isbn:"9788697009811",edition:0,vbkType:"epub",url:"/books/9788697009811",coverURL:"//covers.vitalbook.com/vbid/9788697009811/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sexualidade - Do Prazer ao Sofrer, 2ª edição",author:"DIEHL, Alessandra; VIEIRA, Denise Leite",isbn:"9788527731249",edition:2,vbkType:"epub",url:"/books/9788527731249",coverURL:"//covers.vitalbook.com/vbid/9788527731249/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Processual Civil - Vol. I, 58ª edição",author:"THEODORO Jr., Humberto",isbn:"9788530974282",edition:0,vbkType:"epub",url:"/books/9788530974282",coverURL:"//covers.vitalbook.com/vbid/9788530974282/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Internacional Privado, 12ª edição",author:"DEL'OLMO, Florisbal de Souza; JAEGER Jr., Augusto",isbn:"9788530973896",edition:0,vbkType:"epub",url:"/books/9788530973896",coverURL:"//covers.vitalbook.com/vbid/9788530973896/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processo Civil Sistematizado, 2ª edição",author:"LOURENÇO, Haroldo",isbn:"9788530973810",edition:0,vbkType:"epub",url:"/books/9788530973810",coverURL:"//covers.vitalbook.com/vbid/9788530973810/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Provas & Concursos - Direito Constitucional Essencial, 3ª edição",author:"DUTRA, Luciano",isbn:"9788530974145",edition:3,vbkType:"epub",url:"/books/9788530974145",coverURL:"//covers.vitalbook.com/vbid/9788530974145/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Organização e Métodos - Uma Visão Holística, 9ª edição",author:"CURY, Antonio",isbn:"9788597010039",edition:0,vbkType:"epub",url:"/books/9788597010039",coverURL:"//covers.vitalbook.com/vbid/9788597010039/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Civil - Vol. 6 - Direito das Sucessões, 10ª edição",author:"TARTUCE, Flávio",isbn:"9788530974015",edition:0,vbkType:"epub",url:"/books/9788530974015",coverURL:"//covers.vitalbook.com/vbid/9788530974015/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Penal - Vol. 1 - Parte Geral",author:"NUCCI, Guilherme de Souza",isbn:"9788530973735",edition:0,vbkType:"epub",url:"/books/9788530973735",coverURL:"//covers.vitalbook.com/vbid/9788530973735/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Instituições de Direito Civil - Vol. II - Teoria Geral das Obrigações, 29ª edição",author:"PEREIRA, Caio Mário da Silva",isbn:"9788530974558",edition:29,vbkType:"epub",url:"/books/9788530974558",coverURL:"//covers.vitalbook.com/vbid/9788530974558/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Valuation - Métricas de Valor & Avaliação de Empresas, 2ª edição",author:"ASSAF NETO, Alexandre",isbn:"9788597010510",edition:2,vbkType:"epub",url:"/books/9788597010510",coverURL:"//covers.vitalbook.com/vbid/9788597010510/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Atuando em Psicologia do Trabalho, Psicologia Organizacional e Recursos Humanos, 2ª edição",author:"CAMPOS, Dinael Corrêa de",isbn:"9788521633471",edition:2,vbkType:"epub",url:"/books/9788521633471",coverURL:"//covers.vitalbook.com/vbid/9788521633471/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controle de Infecção - A Prática do Terceiro Milênio",author:"CARRARA, Dirceu; STRABELLI, Tânia Mara Varejão; UIP, David Everson",isbn:"9788527730785",edition:0,vbkType:"epub",url:"/books/9788527730785",coverURL:"//covers.vitalbook.com/vbid/9788527730785/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito Administrativo, 31ª edição",author:"CARVALHO FILHO, José dos Santos",isbn:"9788597009996",edition:31,vbkType:"epub",url:"/books/9788597009996",coverURL:"//covers.vitalbook.com/vbid/9788597009996/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Pública na Gestão Municipal, 6ª edição",author:"ANDRADE, Nilton de Aquino",isbn:"9788597010077",edition:0,vbkType:"epub",url:"/books/9788597010077",coverURL:"//covers.vitalbook.com/vbid/9788597010077/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"TCC Ciências Exatas - Trabalho de Conclusão de Curso com Exemplos Práticos",author:"BIRRIEL, Eliena Jonko; ARRUDA, Anna Celia Silva",isbn:"9788521632917",edition:0,vbkType:"epub",url:"/books/9788521632917",coverURL:"//covers.vitalbook.com/vbid/9788521632917/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Civil - Vol. 4 - Reais, 17ª edição",author:"VENOSA, Sílvio de Salvo",isbn:"9788597009798",edition:0,vbkType:"epub",url:"/books/9788597009798",coverURL:"//covers.vitalbook.com/vbid/9788597009798/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química - Uma Abordagem Molecular - Vol. 2, 3ª edição",author:"TRO, Nivaldo J.",isbn:"9788521633402",edition:3,vbkType:"epub",url:"/books/9788521633402",coverURL:"//covers.vitalbook.com/vbid/9788521633402/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Crime Organizado, 3ª edição",author:"MASSON, Cleber; MARÇAL, Vinícius",isbn:"9788530974190",edition:3,vbkType:"epub",url:"/books/9788530974190",coverURL:"//covers.vitalbook.com/vbid/9788530974190/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Corregedoria Nacional de Justiça - Organização e Procedimentos",author:"ANDRIGHI, Nancy (coord.)",isbn:"9788530973834",edition:0,vbkType:"epub",url:"/books/9788530973834",coverURL:"//covers.vitalbook.com/vbid/9788530973834/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática da Reclamação Trabalhista",author:"JORGE NETO, Francisco Ferreira; MOTA, Letícia Costa; CAVALCANTE, Jouberto de Quadros Pessoa",isbn:"9788597009897",edition:0,vbkType:"epub",url:"/books/9788597009897",coverURL:"//covers.vitalbook.com/vbid/9788597009897/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática no Processo Civil, 21ª edição",author:"ARAUJO Jr., Gediel Claudino de",isbn:"9788597010558",edition:21,vbkType:"epub",url:"/books/9788597010558",coverURL:"//covers.vitalbook.com/vbid/9788597010558/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Contabilidade Básica - Contabilidade Introdutória e Intermediária, 10ª edição",author:"PADOVEZE, Clóvis Luís",isbn:"9788597010091",edition:0,vbkType:"epub",url:"/books/9788597010091",coverURL:"//covers.vitalbook.com/vbid/9788597010091/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fórmulas e Cálculos de Terapia Respiratória",author:"CHANG, David W.",isbn:"9788520448793",edition:3,vbkType:"pbk",url:"/books/9788520448793",coverURL:"//covers.vitalbook.com/vbid/9788520448793/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Instituições de Direito Civil - Vol. I - Teoria ao Direito Civil-Teoria Geral de Direito Civil, 30ª edição",author:"PEREIRA, Caio Mário da Silva",isbn:"9788530974534",edition:30,vbkType:"epub",url:"/books/9788530974534",coverURL:"//covers.vitalbook.com/vbid/9788530974534/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Civil - Vol. 5 - Direito de Família, 12ª edição",author:"TARTUCE, Flávio",isbn:"9788530974039",edition:0,vbkType:"epub",url:"/books/9788530974039",coverURL:"//covers.vitalbook.com/vbid/9788530974039/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controle de Feedback para Sistemas de Computação",author:"JANERT, Philipp K.",isbn:"9788521633280",edition:1,vbkType:"epub",url:"/books/9788521633280",coverURL:"//covers.vitalbook.com/vbid/9788521633280/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Urologia Geral de Smith",author:"TANAGHO, Emil A.; MCANINCH, Jack W. (eds.)",isbn:"9788520444207",edition:16,vbkType:"pbk",url:"/books/9788520444207",coverURL:"//covers.vitalbook.com/vbid/9788520444207/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Basquetebol: Uma Visão Integrada entre Ciência e Prática",author:"DE ROSE JUNIOR, Dante; TRICOLI, Valmor (orgs.)",isbn:"9788520441817",edition:0,vbkType:"pbk",url:"/books/9788520441817",coverURL:"//covers.vitalbook.com/vbid/9788520441817/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistema Financeiro Nacional",author:"ABREU, Edgar; SILVA, Lucas",isbn:"9788530974657",edition:0,vbkType:"epub",url:"/books/9788530974657",coverURL:"//covers.vitalbook.com/vbid/9788530974657/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Audiência e Prática Trabalhista, 3ª edição",author:"CISNEIROS, Gustavo",isbn:"9788530974404",edition:3,vbkType:"epub",url:"/books/9788530974404",coverURL:"//covers.vitalbook.com/vbid/9788530974404/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Competências - Conceitos, Instrumentos e Experiências, 2ª edição",author:"DUTRA, Joel Souza",isbn:"9788597010015",edition:0,vbkType:"epub",url:"/books/9788597010015",coverURL:"//covers.vitalbook.com/vbid/9788597010015/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Civil - Vol. 3 - Contratos, 17ª edição",author:"VENOSA, Sílvio de Salvo",isbn:"9788597009774",edition:0,vbkType:"epub",url:"/books/9788597009774",coverURL:"//covers.vitalbook.com/vbid/9788597009774/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química - Uma Abordagem Molecular - Vol. 1, 3ª edição",author:"TRO, Nivaldo J.",isbn:"9788521633389",edition:3,vbkType:"epub",url:"/books/9788521633389",coverURL:"//covers.vitalbook.com/vbid/9788521633389/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contratos, 16ª edição",author:"RIZZARDO, Arnaldo",isbn:"9788530974176",edition:16,vbkType:"epub",url:"/books/9788530974176",coverURL:"//covers.vitalbook.com/vbid/9788530974176/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Transferência de Calor e Mecânica dos Fluídos Computacional, 2ª edição",author:"MALISKA, Clovis Raimundo",isbn:"9788521633365",edition:0,vbkType:"epub",url:"/books/9788521633365",coverURL:"//covers.vitalbook.com/vbid/9788521633365/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Orçamento Público, 17ª edição",author:"GIACOMONI, James",isbn:"9788597010473",edition:17,vbkType:"epub",url:"/books/9788597010473",coverURL:"//covers.vitalbook.com/vbid/9788597010473/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Logística - Fundamentos, Práticas e Integração",author:"DIAS, Marco Aurélio",isbn:"9788597009927",edition:0,vbkType:"epub",url:"/books/9788597009927",coverURL:"//covers.vitalbook.com/vbid/9788597009927/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novo Código de Processo Civil Comentado, 2ª edição",author:"DONIZETTI, Elpídio",isbn:"9788597009859",edition:0,vbkType:"epub",url:"/books/9788597009859",coverURL:"//covers.vitalbook.com/vbid/9788597009859/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Educação Física no Ensino Superior - Atletismo - Teoria e Prática, 2ª edição",author:"MATTHIESEN, Sara Quenzer",isbn:"9788527731065",edition:2,vbkType:"epub",url:"/books/9788527731065",coverURL:"//covers.vitalbook.com/vbid/9788527731065/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Civil - Vol. 4 - Direito das Coisas, 9ª edição",author:"TARTUCE, Flávio",isbn:"9788530974053",edition:0,vbkType:"epub",url:"/books/9788530974053",coverURL:"//covers.vitalbook.com/vbid/9788530974053/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Insetos - Fundamentos da Entomologia, 5ª edição",author:"GULLAN, P.J.; CRANSTON, P.S.",isbn:"9788527731188",edition:5,vbkType:"epub",url:"/books/9788527731188",coverURL:"//covers.vitalbook.com/vbid/9788527731188/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"As Cadeias Fisiológicas: A Cadeia Visceral Tórax/Garganta/Boca – Descrição e Tratamento, Volume VII",author:"BUSQUET-VANDERHEYDEN, Michèle; BUSQUET, Léopold",isbn:"9788520449639",edition:0,vbkType:"pbk",url:"/books/9788520449639",coverURL:"//covers.vitalbook.com/vbid/9788520449639/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Negociando Racionalmente, 2ª edição",author:"BAZERMAN, Max H.; NEALE, Margaret A.",isbn:"9788597010497",edition:2,vbkType:"epub",url:"/books/9788597010497",coverURL:"//covers.vitalbook.com/vbid/9788597010497/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Instituições de Direito Civil - Vol. VI - Direito das Sucessões, 24ª edição",author:"PEREIRA, Caio Mário da Silva",isbn:"9788530974633",edition:24,vbkType:"epub",url:"/books/9788530974633",coverURL:"//covers.vitalbook.com/vbid/9788530974633/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática Civil, 5ª edição",author:"ROQUE, Nathaly Campitelli",isbn:"9788530973957",edition:0,vbkType:"epub",url:"/books/9788530973957",coverURL:"//covers.vitalbook.com/vbid/9788530973957/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Civil - Vol. 2 - Obrigações e Responsabilidade Civil, 17ª edição",author:"VENOSA, Sílvio de Salvo",isbn:"9788597009750",edition:0,vbkType:"epub",url:"/books/9788597009750",coverURL:"//covers.vitalbook.com/vbid/9788597009750/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Protocolos Clínicos em Endocrinologia e Diabetes, 2ª edição",author:"BANDEIRA, Francisco",isbn:"9788527731140",edition:2,vbkType:"epub",url:"/books/9788527731140",coverURL:"//covers.vitalbook.com/vbid/9788527731140/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código Tributário Nacional Anotado, 6ª edição",author:"SEGUNDO, Hugo de Brito Machado",isbn:"9788597011012",edition:6,vbkType:"epub",url:"/books/9788597011012",coverURL:"//covers.vitalbook.com/vbid/9788597011012/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Probabilidade e Processos Estocásticos - Uma Introdução para Engenheiros Eletricistas e da Computação, 3ª edição",author:"YATES, Roy D.; GOODMAN, David J.",isbn:"9788521633327",edition:3,vbkType:"epub",url:"/books/9788521633327",coverURL:"//covers.vitalbook.com/vbid/9788521633327/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Economia das Construções - Uma Nova Abordagem, 3ª edição",author:"MYERS, Danny",isbn:"9788521632788",edition:0,vbkType:"epub",url:"/books/9788521632788",coverURL:"//covers.vitalbook.com/vbid/9788521632788/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Novo Processo Civil Brasileiro, 3ª edição",author:"CÂMARA, Alexandre Freitas",isbn:"9788597009941",edition:0,vbkType:"epub",url:"/books/9788597009941",coverURL:"//covers.vitalbook.com/vbid/9788597009941/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Processos-Melhores Resultados e Excelência Organizacional, 2ª edição",author:"ARAUJO, Luis César G. de; GARCIA, Adriana Amadeu; MARTINES, Simone",isbn:"9788597010053",edition:0,vbkType:"epub",url:"/books/9788597010053",coverURL:"//covers.vitalbook.com/vbid/9788597010053/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Empresarial, 7ª edição",author:"VENOSA, Sílvio de Salvo; RODRIGUES, Cláudia",isbn:"9788597009712",edition:0,vbkType:"epub",url:"/books/9788597009712",coverURL:"//covers.vitalbook.com/vbid/9788597009712/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Intervenções Familiares para Abuso e Dependência de Álcool e outras Drogas",author:"PAYÁ, Roberta (org.)",isbn:"9788527730761",edition:0,vbkType:"epub",url:"/books/9788527730761",coverURL:"//covers.vitalbook.com/vbid/9788527730761/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Econômico, 9ª edição",author:"FONSECA, João Bosco Leopoldino da",isbn:"9788530974497",edition:9,vbkType:"epub",url:"/books/9788530974497",coverURL:"//covers.vitalbook.com/vbid/9788530974497/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Civil - Vol. 3 - Teoria Geral dos Contratos e Contratos em Espécie, 12ª edição",author:"TARTUCE, Flávio",isbn:"9788530974077",edition:0,vbkType:"epub",url:"/books/9788530974077",coverURL:"//covers.vitalbook.com/vbid/9788530974077/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Suporte Avançado de Vida em Insuficiência Cardíaca Crônica: Consultório",author:"PEREIRA-BARRETTO, Antonio Carlos; CANESIN, Manoel Fernandes; OLIVEIRA JR., Múcio Tavares de; GUALAND",isbn:"9788520448724",edition:0,vbkType:"pbk",url:"/books/9788520448724",coverURL:"//covers.vitalbook.com/vbid/9788520448724/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Mecânica dos Solos",author:"BODÓ, Béla; JONES, Colin",isbn:"9788521633129",edition:1,vbkType:"epub",url:"/books/9788521633129",coverURL:"//covers.vitalbook.com/vbid/9788521633129/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Provas & Concursos - Administração Pública, 6ª edição",author:"PALUDO, Augustinho Vicente",isbn:"9788530973964",edition:0,vbkType:"epub",url:"/books/9788530973964",coverURL:"//covers.vitalbook.com/vbid/9788530973964/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Instituições de Direito Civil - Vol. V - Direito de Família, 25ª edição",author:"PEREIRA, Caio Mário da Silva",isbn:"9788530974619",edition:25,vbkType:"epub",url:"/books/9788530974619",coverURL:"//covers.vitalbook.com/vbid/9788530974619/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito Civil - Volume Único, 7ª edição",author:"TARTUCE, Flávio",isbn:"9788530973926",edition:0,vbkType:"epub",url:"/books/9788530973926",coverURL:"//covers.vitalbook.com/vbid/9788530973926/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Chic de Paris: Decoração e Design de Interiores",author:"SCOTTO, Catherine",isbn:"9788520449523",edition:0,vbkType:"pbk",url:"/books/9788520449523",coverURL:"//covers.vitalbook.com/vbid/9788520449523/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Civil - Vol. 1 - Parte Geral, 17ª edição",author:"VENOSA, Sílvio de Salvo",isbn:"9788597009736",edition:0,vbkType:"epub",url:"/books/9788597009736",coverURL:"//covers.vitalbook.com/vbid/9788597009736/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Exercício da Enfermagem - Uma Abordagem Ético-Legal, 4ª edição",author:"OGUISSO, Taka; SCHIMIDT, Maria José",isbn:"9788527731225",edition:4,vbkType:"epub",url:"/books/9788527731225",coverURL:"//covers.vitalbook.com/vbid/9788527731225/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Cartilha da Lógica, 3ª edição",author:"NICOLETTI, Maria do Carmo",isbn:"9788521633433",edition:3,vbkType:"epub",url:"/books/9788521633433",coverURL:"//covers.vitalbook.com/vbid/9788521633433/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Computação - Hardware, Software e Dados",author:"CARVALHO, André C. P. L. F. de; LORENA, Ana Carolina",isbn:"9788521633167",edition:0,vbkType:"epub",url:"/books/9788521633167",coverURL:"//covers.vitalbook.com/vbid/9788521633167/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cultura Organizacional e Gestão Estratégica, 2ª edição",author:"PEREZ, Francisco Conejero; COBRA, Marcos",isbn:"9788597009965",edition:0,vbkType:"epub",url:"/books/9788597009965",coverURL:"//covers.vitalbook.com/vbid/9788597009965/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Multiparentalidade e Parentalidade Socioafetiva Efeitos Jurídicos, 3ª edição",author:"CASSETTARI, Christiano",isbn:"9788597010602",edition:3,vbkType:"epub",url:"/books/9788597010602",coverURL:"//covers.vitalbook.com/vbid/9788597010602/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Administração Financeira, 3ª edição",author:"ASSAF NETO, Alexandre; LIMA, Fabiano Guasti",isbn:"9788597010145",edition:3,vbkType:"epub",url:"/books/9788597010145",coverURL:"//covers.vitalbook.com/vbid/9788597010145/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Diagnóstico Diferencial no Eletrocardiograma",author:"FRIEDMANN, Antonio Américo; GRINDLER, José; OLIVEIRA, Carlos Alberto Rodrigues de; FONSECA, Alfredo ",isbn:"9788520449875",edition:2,vbkType:"pbk",url:"/books/9788520449875",coverURL:"//covers.vitalbook.com/vbid/9788520449875/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito de Família, 7ª edição",author:"MADALENO, Rolf",isbn:"9788530973575",edition:0,vbkType:"epub",url:"/books/9788530973575",coverURL:"//covers.vitalbook.com/vbid/9788530973575/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Processo Penal, 21ª edição",author:"PACELLI, Eugênio",isbn:"9788597010268",edition:0,vbkType:"epub",url:"/books/9788597010268",coverURL:"//covers.vitalbook.com/vbid/9788597010268/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Civil - Vol. 2 - Direito das Obrigações e Responsabilidade Civil, 12ª edição",author:"TARTUCE, Flávio",isbn:"9788530974091",edition:0,vbkType:"epub",url:"/books/9788530974091",coverURL:"//covers.vitalbook.com/vbid/9788530974091/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria Geral do Processo, 4ª edição",author:"RODRIGUES, Horácio Wanderlei; LAMY, Eduardo de Avelar",isbn:"9788597009873",edition:0,vbkType:"epub",url:"/books/9788597009873",coverURL:"//covers.vitalbook.com/vbid/9788597009873/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Análise de Balanços, 11ª edição",author:"IUDÍCIBUS, Sérgio de",isbn:"9788597010879",edition:11,vbkType:"epub",url:"/books/9788597010879",coverURL:"//covers.vitalbook.com/vbid/9788597010879/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Segurança do Trabalho na Agropecuária e na Agroindústria",author:"BARBOSA FILHO, Antonio Nunes",isbn:"9788597010183",edition:0,vbkType:"epub",url:"/books/9788597010183",coverURL:"//covers.vitalbook.com/vbid/9788597010183/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Instituições de Direito Civil - Vol. IV - Direitos Reais, 25ª edição",author:"PEREIRA, Caio Mário da Silva",isbn:"9788530974596",edition:25,vbkType:"epub",url:"/books/9788530974596",coverURL:"//covers.vitalbook.com/vbid/9788530974596/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Internacional Privado, 13ª edição",author:"DOLINGER, Jacob; TIBURCIO, Carmen",isbn:"9788530974138",edition:13,vbkType:"epub",url:"/books/9788530974138",coverURL:"//covers.vitalbook.com/vbid/9788530974138/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Metodologia Científica ao Alcance de Todos",author:"AZEVEDO, Celicina Borges",isbn:"9788520450116",edition:3,vbkType:"pbk",url:"/books/9788520450116",coverURL:"//covers.vitalbook.com/vbid/9788520450116/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Penal - Vol. 3 - Parte Especial",author:"NUCCI, Guilherme de Souza",isbn:"9788530973773",edition:0,vbkType:"epub",url:"/books/9788530973773",coverURL:"//covers.vitalbook.com/vbid/9788530973773/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Exame Clínico, 8ª edição",author:"PORTO, Celmo Celeno; PORTO, Arnaldo Lemos",isbn:"9788527731034",edition:8,vbkType:"epub",url:"/books/9788527731034",coverURL:"//covers.vitalbook.com/vbid/9788527731034/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Neuropsicologia Clínica, 2ª edição",author:"MIOTTO, Eliane Correa; LUCIA, Mara Cristina Souza de; SCAFF, Milberto",isbn:"9788527730976",edition:2,vbkType:"epub",url:"/books/9788527730976",coverURL:"//covers.vitalbook.com/vbid/9788527730976/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Concursos Públicos - Terminologias e Teorias Inusitadas",author:"BIFFE Jr., João; LEITÃO Jr., Joaquim",isbn:"9788530973698",edition:0,vbkType:"epub",url:"/books/9788530973698",coverURL:"//covers.vitalbook.com/vbid/9788530973698/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mediação de Conflitos e Práticas Restaurativas, 5ª edição",author:"VASCONCELOS, Carlos Eduardo de",isbn:"9788530974473",edition:5,vbkType:"epub",url:"/books/9788530974473",coverURL:"//covers.vitalbook.com/vbid/9788530974473/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Economia Brasileira Contemporânea, 8ª edição",author:"GREMAUD, Amaury Patrick; VASCONCELLOS, Marco Antonio Sandoval de; TONETO Jr., Rudinei",isbn:"9788597010206",edition:0,vbkType:"epub",url:"/books/9788597010206",coverURL:"//covers.vitalbook.com/vbid/9788597010206/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Civil - Vol. 6 - Sucessões, 17ª edição",author:"VENOSA, Sílvio de Salvo",isbn:"9788597009835",edition:0,vbkType:"epub",url:"/books/9788597009835",coverURL:"//covers.vitalbook.com/vbid/9788597009835/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso Didático de Direito Processual Civil, 20ª edição",author:"DONIZETTI, Elpídio",isbn:"9788597010220",edition:20,vbkType:"epub",url:"/books/9788597010220",coverURL:"//covers.vitalbook.com/vbid/9788597010220/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Civil - Vol. 1 - Lei de Introdução e Parte Geral, 13ª edição",author:"TARTUCE, Flávio",isbn:"9788530974114",edition:0,vbkType:"epub",url:"/books/9788530974114",coverURL:"//covers.vitalbook.com/vbid/9788530974114/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Método de Estudo OAB - Ética Profissional e Filosofia do Direito",author:"SANCHEZ, Alessandro",isbn:"9788530973711",edition:0,vbkType:"epub",url:"/books/9788530973711",coverURL:"//covers.vitalbook.com/vbid/9788530973711/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração Financeira e Orçamentária, 12ª edição",author:"HOJI, Masakazu",isbn:"9788597010534",edition:0,vbkType:"epub",url:"/books/9788597010534",coverURL:"//covers.vitalbook.com/vbid/9788597010534/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Provas & Concursos - Orçamento Público, AFO e LRF, 7ª edição",author:"PALUDO, Augustinho Vicente",isbn:"9788530973933",edition:0,vbkType:"epub",url:"/books/9788530973933",coverURL:"//covers.vitalbook.com/vbid/9788530973933/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Civil Facilitado",author:"VALENTE, Rubem",isbn:"9788530973971",edition:0,vbkType:"epub",url:"/books/9788530973971",coverURL:"//covers.vitalbook.com/vbid/9788530973971/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Penal - Vol. 2 - Parte Especial",author:"NUCCI, Guilherme de Souza",isbn:"9788530973759",edition:0,vbkType:"epub",url:"/books/9788530973759",coverURL:"//covers.vitalbook.com/vbid/9788530973759/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Instituições de Direito Civil - Vol. III - Contratos, 21ª edição",author:"PEREIRA, Caio Mário da Silva",isbn:"9788530974572",edition:21,vbkType:"epub",url:"/books/9788530974572",coverURL:"//covers.vitalbook.com/vbid/9788530974572/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Aprender e Ensinar na Educação Infantil",author:"BASSEDAS, Eulàlia; HUGUET, Teresa; SOLÉ, Isabel\n",isbn:"9788536310909",edition:1,vbkType:"pbk",url:"/books/9788536310909",coverURL:"//covers.vitalbook.com/vbid/9788536310909/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como Trabalhar os Conteúdos Procedimentais em Aula",author:"ZABALA, Antoni",isbn:"9788536312811",edition:2,vbkType:"pbk",url:"/books/9788536312811",coverURL:"//covers.vitalbook.com/vbid/9788536312811/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Compreendendo o Trabalho em Equipe na Saúde",author:"MOSSER, Gordon; BEGUN, James W.",isbn:"9788580554281",edition:1,vbkType:"pbk",url:"/books/9788580554281",coverURL:"//covers.vitalbook.com/vbid/9788580554281/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CURRENT: Ginecologia e Obstetrícia: diagnóstico e tratamento",author:"DECHERNEY, Alan H.; NATHAN, Lauren; LAUFER, Neri; ROMAN, Ashley S.",isbn:"9788580553246",edition:11,vbkType:"pbk",url:"/books/9788580553246",coverURL:"//covers.vitalbook.com/vbid/9788580553246/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educação de 0 a 3 Anos: O Atendimento em Creche",author:"GOLDSCHMIED, Elinor; JACKSON, Sonia\n",isbn:"9788536313672",edition:2,vbkType:"pbk",url:"/books/9788536313672",coverURL:"//covers.vitalbook.com/vbid/9788536313672/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfoque Globalizador e Pensamento Complexo: Uma Proposta para o Currículo Escolar",author:"ZABALA, Antoni",isbn:"9788536315935",edition:1,vbkType:"pbk",url:"/books/9788536315935",coverURL:"//covers.vitalbook.com/vbid/9788536315935/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ensinar e Aprender Brincando",author:"SCHILLER, Pam; ROSSANO, Joan",isbn:"9788536312491",edition:1,vbkType:"pbk",url:"/books/9788536312491",coverURL:"//covers.vitalbook.com/vbid/9788536312491/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Epidemiologia Moderna",author:"ROTHMAN, Kenneth; GREENLAND, Sander; LASH, Timothy;",isbn:"9788536325880",edition:3,vbkType:"pbk",url:"/books/9788536325880",coverURL:"//covers.vitalbook.com/vbid/9788536325880/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estatística Aplicada à Administração e Economia - Coleção Schaum",author:"KAZMIER, Leonard J.",isbn:"9788577802470",edition:4,vbkType:"pbk",url:"/books/9788577802470",coverURL:"//covers.vitalbook.com/vbid/9788577802470/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Exame de Urina e de Fluidos Corporais de Graff",author:"MUNDT, Lillian A.; SHANAHAN, Kristy\n",isbn:"9788536326900",edition:2,vbkType:"pbk",url:"/books/9788536326900",coverURL:"//covers.vitalbook.com/vbid/9788536326900/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Indicações de Alongamento: Eliminando a Dor e Prevenindo as Lesões",author:"BERG, Kristian",isbn:"9788536327273",edition:1,vbkType:"pbk",url:"/books/9788536327273",coverURL:"//covers.vitalbook.com/vbid/9788536327273/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lógica",author:"GOLDSTEIN, Laurence; BRENNAN, Andrew; DEUTSCH, Max; LAU, Joe Y.F.",isbn:"9788536309651",edition:1,vbkType:"pbk",url:"/books/9788536309651",coverURL:"//covers.vitalbook.com/vbid/9788536309651/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Linguagem: Conceitos-chave em Filosofia",author:"MEDINA, José",isbn:"9788536309644",edition:1,vbkType:"pbk",url:"/books/9788536309644",coverURL:"//covers.vitalbook.com/vbid/9788536309644/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mente",author:"MATTHEWS, Eric",isbn:"9788536309620",edition:1,vbkType:"pbk",url:"/books/9788536309620",coverURL:"//covers.vitalbook.com/vbid/9788536309620/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Metafísica",author:"GARRET, Brian",isbn:"9788536316109",edition:1,vbkType:"pbk",url:"/books/9788536316109",coverURL:"//covers.vitalbook.com/vbid/9788536316109/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Neurociências: Desvendando o Sistema Nervoso",author:"BEAR, Mark F.; CONNORS, Barry W.; PARADISO, Michael A.",isbn:"9788536314853",edition:3,vbkType:"pbk",url:"/books/9788536314853",coverURL:"//covers.vitalbook.com/vbid/9788536314853/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Neurociência para o Clínico de Saúde Mental",author:"PLISZKA, Steven R.",isbn:"9788536318028",edition:1,vbkType:"pbk",url:"/books/9788536318028",coverURL:"//covers.vitalbook.com/vbid/9788536318028/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Neurociências Ilustrada",author:"KREBS, Claudia",isbn:"9788565852661",edition:1,vbkType:"pbk",url:"/books/9788565852661",coverURL:"//covers.vitalbook.com/vbid/9788565852661/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Construtivismo na Prática - Série Inovação Pedagógica",author:"BARBERÀ, Elena",isbn:"9788536317212",edition:1,vbkType:"pbk",url:"/books/9788536317212",coverURL:"//covers.vitalbook.com/vbid/9788536317212/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Os Ciclos de Aprendizagem: Um Caminho para Combater o Fracasso Escolar",author:"PERRENOUD, Philippe",isbn:"9788536312576",edition:1,vbkType:"pbk",url:"/books/9788536312576",coverURL:"//covers.vitalbook.com/vbid/9788536312576/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terapia de Grupo para Transtornos por Abuso de Substâncias: Abordagem Cognitivo-Comportamental Motivacional",author:"SOBELL, Linda Carter; SOBELL, Mark B.",isbn:"9788565852371",edition:1,vbkType:"pbk",url:"/books/9788565852371",coverURL:"//covers.vitalbook.com/vbid/9788565852371/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Vencendo a Ansiedade e a Preocupação com a Terapia Cognitivo-comportamental - Tratamentos que Funcionam: Manual do Paciente",author:"CLARK, David A.; BECK, Aaron T.",isbn:"9788582711248",edition:1,vbkType:"epub",url:"/books/9788582711248",coverURL:"//covers.vitalbook.com/vbid/9788582711248/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Condutas Práticas da Unidade de Emergência do InCor: Abordagem em Cardiopneumologia",author:"SOEIRO, Alexandre de Matos; LEAL, Tatiana de Carvalho Andreucci Torres; OLIVEIRA JR., Múcio Tavares ",isbn:"9788520446041",edition:0,vbkType:"pbk",url:"/books/9788520446041",coverURL:"//covers.vitalbook.com/vbid/9788520446041/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de Odontologia Legal e Deontologia",author:"DARUGE, Eduardo; DARUGE Jr., Eduardo; FRANCESQUINI Jr., Luiz",isbn:"9788527730655",edition:0,vbkType:"epub",url:"/books/9788527730655",coverURL:"//covers.vitalbook.com/vbid/9788527730655/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Gerencial - Informação para Tomada de Decisão e Execução da Estratégia, 4ª edição",author:"ATKINSON, Anthony A.; KAPLAN, Robert S.; MATSUMURA, Ella Mae; YOUNG, S. Mark",isbn:"9788597009316",edition:0,vbkType:"epub",url:"/books/9788597009316",coverURL:"//covers.vitalbook.com/vbid/9788597009316/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Comercial, 40ª edição",author:"MARTINS, Fran",isbn:"9788530973612",edition:0,vbkType:"epub",url:"/books/9788530973612",coverURL:"//covers.vitalbook.com/vbid/9788530973612/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Fragmentos constitucionais: constitucionalismo social na globalização",author:"Gunther Teubner",isbn:"9788547206499",edition:1,vbkType:"pbk",url:"/books/9788547206499",coverURL:"//covers.vitalbook.com/vbid/9788547206499/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Homossexualidade, prostituição e estupro: um estudo à luz da dignidade humana",author:"Andre Estefam",isbn:"9788547210571",edition:1,vbkType:"pbk",url:"/books/9788547210571",coverURL:"//covers.vitalbook.com/vbid/9788547210571/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marco Civil da Internet Comentado",author:"GONÇALVES, Victor Hugo Pereira",isbn:"9788597009514",edition:0,vbkType:"epub",url:"/books/9788597009514",coverURL:"//covers.vitalbook.com/vbid/9788597009514/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual prático de diabetes : prevenção, detecção e tratamento, 5ª edição",author:"LAMOUNIER, Rodrigo Nunes",isbn:"9788527730464",edition:0,vbkType:"epub",url:"/books/9788527730464",coverURL:"//covers.vitalbook.com/vbid/9788527730464/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Engenharia Elétrica - Princípios e Aplicações, 6ª edição",author:"HAMBLEY, Allan R.",isbn:"9788521633266",edition:0,vbkType:"epub",url:"/books/9788521633266",coverURL:"//covers.vitalbook.com/vbid/9788521633266/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP – Dogmática jurídico-administrativa",author:"Eberhard Scmidt",isbn:"9788547211387",edition:1,vbkType:"pbk",url:"/books/9788547211387",coverURL:"//covers.vitalbook.com/vbid/9788547211387/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Quebrando a Banca - Português - ESAF",author:"SALES, Fabiano; PESTANA, Fernando",isbn:"9788530973414",edition:0,vbkType:"epub",url:"/books/9788530973414",coverURL:"//covers.vitalbook.com/vbid/9788530973414/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 373",author:"Vários",isbn:"0000012161373",edition:0,vbkType:"pbk",url:"/books/0000012161373",coverURL:"//covers.vitalbook.com/vbid/0000012161373/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Biossegurança",author:"HIRATA, Mario Hiroyuki; HIRATA, Rosario Dominguez Crespo; MANCINI FILHO, Jorge (eds.)",isbn:"9788520450024",edition:2,vbkType:"pbk",url:"/books/9788520450024",coverURL:"//covers.vitalbook.com/vbid/9788520450024/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Contabilidade na Gestão dos Regimes Próprios de Previdência Social",author:"LIMA, Diana Vaz de; GUIMARÃES, Otoni Gonçalves",isbn:"9788597009545",edition:0,vbkType:"epub",url:"/books/9788597009545",coverURL:"//covers.vitalbook.com/vbid/9788597009545/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Tributária, 16ª edição",author:"FABRETTI, Láudio Camargo",isbn:"9788597009446",edition:0,vbkType:"epub",url:"/books/9788597009446",coverURL:"//covers.vitalbook.com/vbid/9788597009446/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sentença Civel, 9ª edição",author:"SLAIBI FILHO, Nagib; SÁ, Romar Navarro de",isbn:"9788530973599",edition:0,vbkType:"epub",url:"/books/9788530973599",coverURL:"//covers.vitalbook.com/vbid/9788530973599/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito Empresarial, 11ª edição",author:"MAMEDE, Gladston",isbn:"9788597009293",edition:0,vbkType:"epub",url:"/books/9788597009293",coverURL:"//covers.vitalbook.com/vbid/9788597009293/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Técnicas de Ressonância Magnética, 4ª edição",author:"WESTBROOK, Catherine",isbn:"9788527730402",edition:0,vbkType:"epub",url:"/books/9788527730402",coverURL:"//covers.vitalbook.com/vbid/9788527730402/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dinâmica Aplicada",author:"TENENBAUM, Roberto A.",isbn:"9788520450949",edition:4,vbkType:"pbk",url:"/books/9788520450949",coverURL:"//covers.vitalbook.com/vbid/9788520450949/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP – Direitos fundamentais",author:"MICHAELS, Lothar; MORLOK Martin",isbn:"9788547212421",edition:1,vbkType:"pbk",url:"/books/9788547212421",coverURL:"//covers.vitalbook.com/vbid/9788547212421/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fitoterapia contemporânea: tradição e ciência na prática clínica, 2ª edição",author:"SAAD, Glaucia de Azevedo; LÉDA, Paulo Henrique de Oliveira; SÁ, Ivone Manzali; SEIXLACK, Antonio Car",isbn:"9788527730433",edition:0,vbkType:"epub",url:"/books/9788527730433",coverURL:"//covers.vitalbook.com/vbid/9788527730433/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Constituição Federal: Atualizada até a EC n. 84/2014",author:"Editoria Jurídica da Editora Manole",isbn:"9788520449783",edition:7,vbkType:"pbk",url:"/books/9788520449783",coverURL:"//covers.vitalbook.com/vbid/9788520449783/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 372",author:"Vários",isbn:"0000012161372",edition:0,vbkType:"pbk",url:"/books/0000012161372",coverURL:"//covers.vitalbook.com/vbid/0000012161372/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática Pneumológica, 2ª edição",author:"MACIEL, Renato; AIDÉ, Miguel Abidon",isbn:"9788527730709",edition:0,vbkType:"epub",url:"/books/9788527730709",coverURL:"//covers.vitalbook.com/vbid/9788527730709/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Método de Estudo OAB - Prática Empresarial",author:"SANCHEZ, Alessandro; ALBUINI, Vinicius; GIALUCCA, Alexandre",isbn:"9788530973124",edition:0,vbkType:"epub",url:"/books/9788530973124",coverURL:"//covers.vitalbook.com/vbid/9788530973124/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários à Lei de Execução Penal",author:"NUNES, Adeildo",isbn:"9788530973476",edition:0,vbkType:"epub",url:"/books/9788530973476",coverURL:"//covers.vitalbook.com/vbid/9788530973476/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ultrassonografia, Mamografia e Densitometria Óssea",author:"CAMARGO, Renato; CAMPOS, Alessandra Pacini de",isbn:"9788536521473",edition:1,vbkType:"pbk",url:"/books/9788536521473",coverURL:"//covers.vitalbook.com/vbid/9788536521473/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 378",author:"Vários",isbn:"0000012161378",edition:0,vbkType:"pbk",url:"/books/0000012161378",coverURL:"//covers.vitalbook.com/vbid/0000012161378/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Circuitos Elétricos Básicos - Análise e Projetos em Regime Permanente",author:"CASTELO BRANCO FILHO, José Francisco",isbn:"9788521633242",edition:0,vbkType:"epub",url:"/books/9788521633242",coverURL:"//covers.vitalbook.com/vbid/9788521633242/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP – Conselho Nacional de Justiça – fundamentos, processo e gestão",author:"MENDES, Gilmar Ferreira; SILVEIRA, Fabiano Augusto Martins; MARRAFON, Marco Aurélio",isbn:"9788547206437",edition:1,vbkType:"pbk",url:"/books/9788547206437",coverURL:"//covers.vitalbook.com/vbid/9788547206437/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria e Projeto de Antenas - Vol. 2, 3ª edição",author:"STUTZMAN, Warren L.; THIELE, Gary A.",isbn:"9788521632825",edition:0,vbkType:"epub",url:"/books/9788521632825",coverURL:"//covers.vitalbook.com/vbid/9788521632825/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Perícia Contábil - Aplicação Prática",author:"COSTA, João Carlos Dias da",isbn:"9788597009460",edition:0,vbkType:"epub",url:"/books/9788597009460",coverURL:"//covers.vitalbook.com/vbid/9788597009460/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 371",author:"Vários",isbn:"0000012161371",edition:0,vbkType:"pbk",url:"/books/0000012161371",coverURL:"//covers.vitalbook.com/vbid/0000012161371/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Oncogeriatria: Uma Abordagem Multidisciplinar",author:"KARNAKIS, Theodora; KALIKS, Rafael; GIGLIO, Auro del; JACOB-FILHO, Wilson (coords.)",isbn:"9788578680565",edition:0,vbkType:"pbk",url:"/books/9788578680565",coverURL:"//covers.vitalbook.com/vbid/9788578680565/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Método de Estudo OAB - Direito Tributário",author:"SABBAG, Eduardo",isbn:"9788530973513",edition:0,vbkType:"epub",url:"/books/9788530973513",coverURL:"//covers.vitalbook.com/vbid/9788530973513/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CLT - Consolidação das Leis do Trabalho, 18ª edição",author:"SARAIVA, Renato; LINHARES, Aryanna; TONASSI, Rafael",isbn:"9788530973438",edition:0,vbkType:"epub",url:"/books/9788530973438",coverURL:"//covers.vitalbook.com/vbid/9788530973438/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 377",author:"Vários",isbn:"0000012161377",edition:0,vbkType:"pbk",url:"/books/0000012161377",coverURL:"//covers.vitalbook.com/vbid/0000012161377/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnicas Estéticas Faciais",author:"KAMIZATO, Karina Kiyoko; BRITO, Silvia Gonçalves",isbn:"9788536521459",edition:1,vbkType:"pbk",url:"/books/9788536521459",coverURL:"//covers.vitalbook.com/vbid/9788536521459/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estatuto da Criança e do Adolescente Comentado, 3ª edição",author:"NUCCI, Guilherme de Souza",isbn:"9788530973537",edition:0,vbkType:"epub",url:"/books/9788530973537",coverURL:"//covers.vitalbook.com/vbid/9788530973537/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Amamentação - Bases Científicas, 4ª edição",author:"CARVALHO, Marcus Renato de; GOMES, Cristiane F.",isbn:"9788527730846",edition:0,vbkType:"epub",url:"/books/9788527730846",coverURL:"//covers.vitalbook.com/vbid/9788527730846/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP – A cruz antropológica da decisão na política e no direito",author:"Winfried Brugger",isbn:"9788547209445",edition:1,vbkType:"pbk",url:"/books/9788547209445",coverURL:"//covers.vitalbook.com/vbid/9788547209445/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comportamento Motor - Conceitos, Estudos e Aplicações",author:"TANI, Go",isbn:"9788527730624",edition:0,vbkType:"epub",url:"/books/9788527730624",coverURL:"//covers.vitalbook.com/vbid/9788527730624/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiologia do Exercício - Teoria e Prática, 2ª edição",author:"KRAEMER, William J.; FLECK, Steven J.; DESCHENES, Michael R.",isbn:"9788527730341",edition:0,vbkType:"epub",url:"/books/9788527730341",coverURL:"//covers.vitalbook.com/vbid/9788527730341/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria e Projeto de Antenas - Vol. 1, 3ª edição",author:"STUTZMAN, Warren L.; THIELE, Gary A.",isbn:"9788521632849",edition:0,vbkType:"epub",url:"/books/9788521632849",coverURL:"//covers.vitalbook.com/vbid/9788521632849/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Penhor e Autonomia Privada",author:"RENTERIA, Pablo",isbn:"9788597009422",edition:0,vbkType:"epub",url:"/books/9788597009422",coverURL:"//covers.vitalbook.com/vbid/9788597009422/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 370",author:"Vários",isbn:"0000012161370",edition:0,vbkType:"pbk",url:"/books/0000012161370",coverURL:"//covers.vitalbook.com/vbid/0000012161370/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nutrição para o Esporte e o Exercício, 4ª edição",author:"McARDLE, William D.; KATCH. Frank; KATCH, Victor L.",isbn:"9788527730143",edition:0,vbkType:"epub",url:"/books/9788527730143",coverURL:"//covers.vitalbook.com/vbid/9788527730143/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Método de Estudo OAB - Direito Empresarial",author:"SANCHEZ, Alessandro",isbn:"9788530973100",edition:0,vbkType:"epub",url:"/books/9788530973100",coverURL:"//covers.vitalbook.com/vbid/9788530973100/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gerenciamento em Enfermagem, 3ª edição",author:"KURCGANT, Paulina",isbn:"9788527730198",edition:0,vbkType:"epub",url:"/books/9788527730198",coverURL:"//covers.vitalbook.com/vbid/9788527730198/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 376",author:"Vários",isbn:"0000012161376",edition:0,vbkType:"pbk",url:"/books/0000012161376",coverURL:"//covers.vitalbook.com/vbid/0000012161376/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnicas Estéticas Corporais",author:"PEREZ, Erika; VASCONCELOS, Maria Goreti de",isbn:"9788536521442",edition:1,vbkType:"pbk",url:"/books/9788536521442",coverURL:"//covers.vitalbook.com/vbid/9788536521442/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito tributário - Teoria e prática - 2ª fase do exame da ordem",author:"Rene Longo",isbn:"9788547212766",edition:1,vbkType:"pbk",url:"/books/9788547212766",coverURL:"//covers.vitalbook.com/vbid/9788547212766/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Diálise, 5ª edição",author:"DAUGIRDAS, John T.; BLAKE, Peter G.; ING, Todd S.",isbn:"9788527730365",edition:0,vbkType:"epub",url:"/books/9788527730365",coverURL:"//covers.vitalbook.com/vbid/9788527730365/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Mutações constitucionais",author:"MENDES, Gilmar Ferreira; MORAIS, Carlos Blanco de",isbn:"9788547206406",edition:1,vbkType:"pbk",url:"/books/9788547206406",coverURL:"//covers.vitalbook.com/vbid/9788547206406/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas Elétricos de Potência - Curso Introdutório",author:"MOHAN, Ned",isbn:"9788521632801",edition:0,vbkType:"epub",url:"/books/9788521632801",coverURL:"//covers.vitalbook.com/vbid/9788521632801/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Endocrinologia Clínica, 6ª edição",author:"VILAR, Lucio (ed.)",isbn:"9788527728928",edition:0,vbkType:"epub",url:"/books/9788527728928",coverURL:"//covers.vitalbook.com/vbid/9788527728928/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Métodos Probabilísticos e Estatísticos com Aplicações em Engenharias e Ciências Exatas",author:"CAMPOS, Marcilia Andrade; RÊGO, Leandro Chaves; MENDONÇA, André Feitoza de",isbn:"9788521633143",edition:0,vbkType:"epub",url:"/books/9788521633143",coverURL:"//covers.vitalbook.com/vbid/9788521633143/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Operações Unitárias na Indústria de Alimentos - Vol. 2",author:"TADINI, Carmen Cecilia; TELIS, Vânia Regina Nicoletti; MEIRELLES, Antonio José de Almeida; PESSOA FI",isbn:"9788521632689",edition:0,vbkType:"epub",url:"/books/9788521632689",coverURL:"//covers.vitalbook.com/vbid/9788521632689/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processo do Trabalho - Sintetizado",author:"CISNEIROS, Gustavo",isbn:"9788530973681",edition:0,vbkType:"epub",url:"/books/9788530973681",coverURL:"//covers.vitalbook.com/vbid/9788530973681/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP – Vida e direito: uma estranha alquimia",author:"Albie Sachs",isbn:"9788547209476",edition:1,vbkType:"pbk",url:"/books/9788547209476",coverURL:"//covers.vitalbook.com/vbid/9788547209476/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química Orgânica - Uma Aprendizagem Baseada em Solução de Problemas - Vol. 2, 3ª edição",author:"KLEIN, David",isbn:"9788521632733",edition:0,vbkType:"epub",url:"/books/9788521632733",coverURL:"//covers.vitalbook.com/vbid/9788521632733/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 375",author:"Vários",isbn:"0000012161375",edition:0,vbkType:"pbk",url:"/books/0000012161375",coverURL:"//covers.vitalbook.com/vbid/0000012161375/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnicas em Próteses Dentárias - Noções Básicas, Classificação e Confecção",author:"OLIVEIRA, Adelmir da Silva",isbn:"9788536521435",edition:1,vbkType:"pbk",url:"/books/9788536521435",coverURL:"//covers.vitalbook.com/vbid/9788536521435/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Dermatologia",author:"FESTA NETO, Cyro; CUCÉ, Luiz Carlos; REIS, Vitor Manoel Silva dos",isbn:"9788520448564",edition:4,vbkType:"pbk",url:"/books/9788520448564",coverURL:"//covers.vitalbook.com/vbid/9788520448564/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cuidado e Afetividade - Projeto Brasil/Portugal 2016-2017",author:"PEREIRA, Tânia da Silva; COLTRO, Antônio Carlos Mathias; OLIVEIRA, Guilherme de (orgs.)",isbn:"9788597009408",edition:0,vbkType:"epub",url:"/books/9788597009408",coverURL:"//covers.vitalbook.com/vbid/9788597009408/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Empresarial Sintetizado",author:"ROCHA, Marcelo Hugo da",isbn:"9788530973551",edition:0,vbkType:"epub",url:"/books/9788530973551",coverURL:"//covers.vitalbook.com/vbid/9788530973551/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Jurisdição Constitucional em 2020",author:"MENDES, Gilmar Ferreira ",isbn:"9788547206376",edition:1,vbkType:"pbk",url:"/books/9788547206376",coverURL:"//covers.vitalbook.com/vbid/9788547206376/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cuidados Críticos em Enfermagem",author:"PEDREIRA, Larissa Chaves; PRASERES, Beatriz Mergulhão Ribeiro",isbn:"9788527730679",edition:0,vbkType:"epub",url:"/books/9788527730679",coverURL:"//covers.vitalbook.com/vbid/9788527730679/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estatística e Probabilidade com Aplicações para Engenheiros e Cientistas",author:"GUPTA, C. Bhisham; GUTTMAN, Irwin",isbn:"9788521632931",edition:0,vbkType:"epub",url:"/books/9788521632931",coverURL:"//covers.vitalbook.com/vbid/9788521632931/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Segurança e Saúde no Trabalho",author:"CHIRMICI, Anderson; OLIVEIRA, Eduardo Augusto Rocha de",isbn:"9788527730600",edition:0,vbkType:"epub",url:"/books/9788527730600",coverURL:"//covers.vitalbook.com/vbid/9788527730600/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática Forense Penal, 9ª edição",author:"NUCCI, Guilherme de Souza",isbn:"9788530973490",edition:0,vbkType:"epub",url:"/books/9788530973490",coverURL:"//covers.vitalbook.com/vbid/9788530973490/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP – Teoria do método jurídico",author:"Reinhold Zippelius",isbn:"9788547209032",edition:1,vbkType:"pbk",url:"/books/9788547209032",coverURL:"//covers.vitalbook.com/vbid/9788547209032/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos em Cirurgia do Trauma",author:"RIBEIRO Jr., Marcelo A. F.",isbn:"9788527730587",edition:0,vbkType:"epub",url:"/books/9788527730587",coverURL:"//covers.vitalbook.com/vbid/9788527730587/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química Orgânica - Uma Aprendizagem Baseada em Solução de Problemas - Vol. 1, 3ª edição",author:"KLEIN, David",isbn:"9788521632757",edition:0,vbkType:"epub",url:"/books/9788521632757",coverURL:"//covers.vitalbook.com/vbid/9788521632757/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 374",author:"Vários",isbn:"0000012161374",edition:0,vbkType:"pbk",url:"/books/0000012161374",coverURL:"//covers.vitalbook.com/vbid/0000012161374/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ansiedade: Terapia Cognitivo-Comportamental para Crianças e Jovens",author:"STALLARD, Paul\n",isbn:"9788536323497",edition:1,vbkType:"pbk",url:"/books/9788536323497",coverURL:"//covers.vitalbook.com/vbid/9788536323497/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Atlas de Anatomia Humana",author:"TANK, Patrick W.; GEST, Thomas R.",isbn:"9788536319308",edition:1,vbkType:"pbk",url:"/books/9788536319308",coverURL:"//covers.vitalbook.com/vbid/9788536319308/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Clínica Médica, Volume 6: Doenças dos Olhos, Doenças dos Ouvidos, Nariz e Garganta, Neurologia, Transtornos Mentais",author:"MARTINS, Mílton de Arruda; CARRILHO, Flair José; ALVES, Venâncio Avancini Ferreira; CASTILHO, Euclid",isbn:"9788520441640",edition:0,vbkType:"pbk",url:"/books/9788520441640",coverURL:"//covers.vitalbook.com/vbid/9788520441640/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Clínica Médica, Volume 5: Doenças Endócrinas e Metabólicas, Doenças Ósseas, Doenças Reumatológicas",author:"MARTINS, Mílton de Arruda; CARRILHO, Flair José; ALVES, Venâncio Avancini Ferreira; CASTILHO, Euclid",isbn:"9788520441633",edition:0,vbkType:"pbk",url:"/books/9788520441633",coverURL:"//covers.vitalbook.com/vbid/9788520441633/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Clínica Médica, Volume 7: Alergia e Imunologia Clínica, Doenças da Pele, Doenças Infecciosas",author:"MARTINS, Mílton de Arruda; CARRILHO, Flair José; ALVES, Venâncio Avancini Ferreira; CASTILHO, Euclid",isbn:"9788520441657",edition:0,vbkType:"pbk",url:"/books/9788520441657",coverURL:"//covers.vitalbook.com/vbid/9788520441657/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Compreendendo a Pesquisa Clínica",author:"LOPES, Renato D.; HARRINGTON, Robert A.",isbn:"9788580554168",edition:1,vbkType:"pbk",url:"/books/9788580554168",coverURL:"//covers.vitalbook.com/vbid/9788580554168/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Continuum: Como Funciona o Cérebro?",author:"MORA, Francisco\n",isbn:"9788536314693",edition:1,vbkType:"pbk",url:"/books/9788536314693",coverURL:"//covers.vitalbook.com/vbid/9788536314693/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Currículo e Imaginação: Teoria do Processo, Pedagogia e Pesquisa-Ação",author:"MCKERNAN, James\n",isbn:"9788536321394",edition:1,vbkType:"pbk",url:"/books/9788536321394",coverURL:"//covers.vitalbook.com/vbid/9788536321394/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"ECG Essencial: Eletrocardiograma na Prática Diária",author:"THALER, Malcolm S.",isbn:"9788565852760",edition:7,vbkType:"pbk",url:"/books/9788565852760",coverURL:"//covers.vitalbook.com/vbid/9788565852760/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ecologia Vegetal",author:"GUREVITCH, Jessica; SCHEINER, Samuel M.; FOX, Gordon A.",isbn:"9788536320045",edition:2,vbkType:"pbk",url:"/books/9788536320045",coverURL:"//covers.vitalbook.com/vbid/9788536320045/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfermagem Gerontológica",author:"ELIOPOULOS, Charlotte",isbn:"9788536324586",edition:7,vbkType:"pbk",url:"/books/9788536324586",coverURL:"//covers.vitalbook.com/vbid/9788536324586/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfermagem na Saúde das Mulheres, das Mães e dos Recém-Nascidos: O Cuidado ao Longo da Vida",author:"ORSHAN, Susan A.",isbn:"9788536324166",edition:1,vbkType:"pbk",url:"/books/9788536324166",coverURL:"//covers.vitalbook.com/vbid/9788536324166/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Entrevista Inicial em Saúde Mental",author:"MORRISON, James",isbn:"9788536321745",edition:3,vbkType:"pbk",url:"/books/9788536321745",coverURL:"//covers.vitalbook.com/vbid/9788536321745/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estética: Conceitos-chave em Filosofia",author:"HERWITZ, Daniel\n",isbn:"9788536324029",edition:0,vbkType:"pbk",url:"/books/9788536324029",coverURL:"//covers.vitalbook.com/vbid/9788536324029/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Filosofia do Direito: Conceitos-chave em Filosofia",author:"INGRAM, David\n",isbn:"9788536324388",edition:1,vbkType:"pbk",url:"/books/9788536324388",coverURL:"//covers.vitalbook.com/vbid/9788536324388/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiologia Animal",author:"HILL, Richard W.; WYSE, Gordon A.; ANDERSON, Margaret",isbn:"9788536326832",edition:2,vbkType:"pbk",url:"/books/9788536326832",coverURL:"//covers.vitalbook.com/vbid/9788536326832/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiologia Gastrintestinal (Lange)",author:" BARRET, Kim E.",isbn:"9788580554182",edition:2,vbkType:"pbk",url:"/books/9788580554182",coverURL:"//covers.vitalbook.com/vbid/9788580554182/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos da Biologia Celular",author:"ALBERTS, Bruce; BRAY, Dennis; HOPKIN, Karen; JOHNSON, Alexander; LEWIS, Julian; RAFF, Martin; ROBERT",isbn:"9788536325132",edition:3,vbkType:"pbk",url:"/books/9788536325132",coverURL:"//covers.vitalbook.com/vbid/9788536325132/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Genética Molecular Humana",author:"STRACHAN, Tom; READ, Andrew",isbn:"9788565852593",edition:4,vbkType:"pbk",url:"/books/9788565852593",coverURL:"//covers.vitalbook.com/vbid/9788565852593/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ginecologia de Williams",author:"HOFFMAN, Barbara L.; SCHORGE, John O.; HALVORSON, Lisa M.; BRADSHAW, Karen D.; CUNNINGHAM, F. Gary",isbn:"9788580553116",edition:2,vbkType:"pbk",url:"/books/9788580553116",coverURL:"//covers.vitalbook.com/vbid/9788580553116/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia Ilustrado de Procedimentos Médicos",author:"E.J. Mayeaux, Jr.",isbn:"9788536326764",edition:1,vbkType:"pbk",url:"/books/9788536326764",coverURL:"//covers.vitalbook.com/vbid/9788536326764/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Hipertensão Clínica de Kaplan",author:"KAPLAN, Norman M.; VICTOR, Ronald G.",isbn:"9788536327129",edition:10,vbkType:"pbk",url:"/books/9788536327129",coverURL:"//covers.vitalbook.com/vbid/9788536327129/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Homossexualidade e Família: Novas Estruturas",author:"SÁNCHEZ, Félix L.",isbn:"9788536319599",edition:1,vbkType:"pbk",url:"/books/9788536319599",coverURL:"//covers.vitalbook.com/vbid/9788536319599/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Farmacocinética e à Farmacodinâmica: As Bases Quantitativas da Terapia Farmacológica",author:"TOZER, Thomas N.; ROWLAND, Malcolm",isbn:"9788536320236",edition:1,vbkType:"pbk",url:"/books/9788536320236",coverURL:"//covers.vitalbook.com/vbid/9788536320236/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Joslin: Diabetes Melito",author:"KAHN, C. Ronald; WEIR, Gordon C.; KING, George L.; JACOBSON, Alan M.; MOSES, Alan C.; SMITH, Robert ",isbn:"9788536320304",edition:14,vbkType:"pbk",url:"/books/9788536320304",coverURL:"//covers.vitalbook.com/vbid/9788536320304/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Assessoramento Psicopedagógico",author:"SÁNCHEZ-CANO, Manuel; BONALS, Joan",isbn:"9788536324920",edition:1,vbkType:"pbk",url:"/books/9788536324920",coverURL:"//covers.vitalbook.com/vbid/9788536324920/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Doenças Oculares do Wills Eye Hospital: Diagnóstico e Tratamento no Consultório e na Em",author:"GERSTENBLITH, Adam T.; RABINOWICZ, Michael P.",isbn:"9788582710425",edition:6,vbkType:"pbk",url:"/books/9788582710425",coverURL:"//covers.vitalbook.com/vbid/9788582710425/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Medicina Musculoesquelética",author:"COOPER, Grant; HERRERA, Joseph E.",isbn:"9788536320465",edition:1,vbkType:"pbk",url:"/books/9788536320465",coverURL:"//covers.vitalbook.com/vbid/9788536320465/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Obstetrícia de Williams:Complicações na Gestação",author:"LEVENO, Kenneth J.; ALEXANDER, Jamens M.; BLOOM, Steven L.; CASEY, Brian M.; DASHE, Jodi S.; ROBERTS",isbn:"9788580552775",edition:23,vbkType:"pbk",url:"/books/9788580552775",coverURL:"//covers.vitalbook.com/vbid/9788580552775/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Procedimentos em Anestesiologia Ambulatorial",author:"SHAPIRO, Fred E.\n",isbn:"9788536322797",edition:1,vbkType:"pbk",url:"/books/9788536322797",coverURL:"//covers.vitalbook.com/vbid/9788536322797/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Terapêutica Pediátrica",author:"GRAEF, John W.; WOLFSDORF, Joseph I.; GREENES, David S.",isbn:"9788536323954",edition:7,vbkType:"pbk",url:"/books/9788536323954",coverURL:"//covers.vitalbook.com/vbid/9788536323954/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática em Minutos: Atividades Fáceis para crianças de 4 a 8 anos",author:"MacDONALD, Sharon",isbn:"9788536319629",edition:1,vbkType:"pbk",url:"/books/9788536319629",coverURL:"//covers.vitalbook.com/vbid/9788536319629/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Medicina Cardiovascular de Harrison",author:"LOSCALZO, Joseph ",isbn:"9788580553581",edition:2,vbkType:"pbk",url:"/books/9788580553581",coverURL:"//covers.vitalbook.com/vbid/9788580553581/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Medicina Psicossomática",author:"BLUMENFIELD, Michael; TIAMSON-KASSAB, Maria",isbn:"9788536322766",edition:2,vbkType:"pbk",url:"/books/9788536322766",coverURL:"//covers.vitalbook.com/vbid/9788536322766/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nefrologia e Distúrbios Acidobásicos de Harrison",author:"JAMESON, J. Larry; LOSCALZO, Joseph",isbn:"9788580553888",edition:2,vbkType:"pbk",url:"/books/9788580553888",coverURL:"//covers.vitalbook.com/vbid/9788580553888/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Neurologia Clínica: Da Sala de Aula ao Consultório",author:"CLARK, Jeffrey W.",isbn:"9788536320489",edition:1,vbkType:"pbk",url:"/books/9788536320489",coverURL:"//covers.vitalbook.com/vbid/9788536320489/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pneumologia e Medicina Intensiva de Harrison",author:"LOSCALZO, Joseph ",isbn:"9788580553666",edition:2,vbkType:"pbk",url:"/books/9788580553666",coverURL:"//covers.vitalbook.com/vbid/9788580553666/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios de Bioestatística",author:"GLANTZ, Stanton A.",isbn:"9788580553017",edition:7,vbkType:"pbk",url:"/books/9788580553017",coverURL:"//covers.vitalbook.com/vbid/9788580553017/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios de Estatística em Ecologia",author:"Nicholas J. Gotelli; Aaron M. Ellison\n",isbn:"9788536324692",edition:1,vbkType:"pbk",url:"/books/9788536324692",coverURL:"//covers.vitalbook.com/vbid/9788536324692/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios de Genética de Populações",author:"HARTL, Daniel L.; CLARK, Andrew G.",isbn:"9788536323749",edition:4,vbkType:"pbk",url:"/books/9788536323749",coverURL:"//covers.vitalbook.com/vbid/9788536323749/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Procedimentos de Emergência Essenciais",author:"SHAH, Kaushal; MASON, Chilembwe",isbn:"9788536320977",edition:1,vbkType:"pbk",url:"/books/9788536320977",coverURL:"//covers.vitalbook.com/vbid/9788536320977/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Reumatologia de Harrison",author:"FAUCI, Anthony S.; LANGFORD, Carol A.",isbn:"9788580553871",edition:3,vbkType:"pbk",url:"/books/9788580553871",coverURL:"//covers.vitalbook.com/vbid/9788580553871/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Seja Bem-Vindo! Cartas a uma Criança que Vai Nascer",author:"NOVO, María; TONUCCI, Francesco",isbn:"9788536320779",edition:1,vbkType:"pbk",url:"/books/9788536320779",coverURL:"//covers.vitalbook.com/vbid/9788536320779/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemática Vegetal: Um Enfoque Filogenético",author:"JUDD, Walter S.; CAMPBELL, Christopher S.; KELLOGG, Elizabeth A.; STEVENS, Peter F.; DONOGHU, Michae",isbn:"9788536319087",edition:3,vbkType:"pbk",url:"/books/9788536319087",coverURL:"//covers.vitalbook.com/vbid/9788536319087/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teorias da Democracia: Uma Introdução Crítica - Debates Contemporâneos",author:"CUNNINGHAM, Frank",isbn:"9788536319490",edition:1,vbkType:"pbk",url:"/books/9788536319490",coverURL:"//covers.vitalbook.com/vbid/9788536319490/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terapia Cognitivo-Comportamental para Transtorno da Personalidade Borderline: Guia do Terapeuta",author:"LINEHAN, Marsha",isbn:"9788536322452",edition:1,vbkType:"pbk",url:"/books/9788536322452",coverURL:"//covers.vitalbook.com/vbid/9788536322452/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terapias Psicológica e Biológica Integradas",author:"DOWD, Sheila M.; JANICAK, Phipil G.",isbn:"9788536320960",edition:1,vbkType:"pbk",url:"/books/9788536320960",coverURL:"//covers.vitalbook.com/vbid/9788536320960/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Treinamento de Força para o Desempenho Humano",author:"CHANDLER, T. Jeff; BROWN, Lee E.",isbn:"9788536319353",edition:1,vbkType:"pbk",url:"/books/9788536319353",coverURL:"//covers.vitalbook.com/vbid/9788536319353/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Weber - Série Introdução",author:"WHIMSTER, Sam",isbn:"9788536321134",edition:1,vbkType:"pbk",url:"/books/9788536321134",coverURL:"//covers.vitalbook.com/vbid/9788536321134/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenho arquitetônico : um compêndio visual de tipos e métodos, 4ª edição",author:"YEE, Rendow",isbn:"9788521632528",edition:0,vbkType:"epub",url:"/books/9788521632528",coverURL:"//covers.vitalbook.com/vbid/9788521632528/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Defensoria Pública – Ponto a Ponto – Direito processual civil",author:"RÉ, Aluísio Iunes Monti Ruggeri; GOMES, Marcos Vinícius Manso Lopes",isbn:"9788547210380",edition:1,vbkType:"pbk",url:"/books/9788547210380",coverURL:"//covers.vitalbook.com/vbid/9788547210380/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de prática penal, 4ª edição",author:"NOVAES, Felipe",isbn:"9788530972882",edition:0,vbkType:"epub",url:"/books/9788530972882",coverURL:"//covers.vitalbook.com/vbid/9788530972882/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de Pediatria",author:"LOPEZ, Fabio Ancona; CAMPOS JÚNIOR, Dioclécio (orgs.)",isbn:"9788520433102",edition:2,vbkType:"pbk",url:"/books/9788520433102",coverURL:"//covers.vitalbook.com/vbid/9788520433102/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novas Mudanças Contábeis nas IFRS",author:"ALMEIDA, Marcelo Cavalcanti",isbn:"9788597008371",edition:0,vbkType:"epub",url:"/books/9788597008371",coverURL:"//covers.vitalbook.com/vbid/9788597008371/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários sobre a Lei Anticorrupção",author:"IPP, Gilson; CASTILHO, ManoelL. Volkmer de",isbn:"9788502630987",edition:1,vbkType:"pbk",url:"/books/9788502630987",coverURL:"//covers.vitalbook.com/vbid/9788502630987/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Mandado de injução no Supremo Tribunal Federal",author:"QUINTAS, Fabio Lima",isbn:"9788547204174",edition:1,vbkType:"pbk",url:"/books/9788547204174",coverURL:"//covers.vitalbook.com/vbid/9788547204174/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código Civil comentado - V. 1",author:"LOTUFO, Renan",isbn:"9788502637214",edition:3,vbkType:"pbk",url:"/books/9788502637214",coverURL:"//covers.vitalbook.com/vbid/9788502637214/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Medico, 13ª edição",author:"FRANÇA, Genival Veloso de",isbn:"9788530972578",edition:0,vbkType:"epub",url:"/books/9788530972578",coverURL:"//covers.vitalbook.com/vbid/9788530972578/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnicas de Massagens Ocidental e Oriental",author:"PEREZ, Erika; LEVIN, Raquel",isbn:"9788536521411",edition:1,vbkType:"pbk",url:"/books/9788536521411",coverURL:"//covers.vitalbook.com/vbid/9788536521411/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade de Custos - Gestão em Serviços, Comércio e Indústria",author:"VEIGA, Windsor Espenser; SANTOS, Fernando de Almeida",isbn:"9788597008357",edition:0,vbkType:"epub",url:"/books/9788597008357",coverURL:"//covers.vitalbook.com/vbid/9788597008357/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Defensoria Pública – Ponto a Ponto – Direito penal; parte geral",author:"MARQUES, Alexandre Paranhos Pinheiro",isbn:"9788547210724",edition:1,vbkType:"pbk",url:"/books/9788547210724",coverURL:"//covers.vitalbook.com/vbid/9788547210724/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de gestão pública contemporânea, 5ª edição",author:"MATIAS-PEREIRA, José",isbn:"9788597009002",edition:0,vbkType:"epub",url:"/books/9788597009002",coverURL:"//covers.vitalbook.com/vbid/9788597009002/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de Geriatria e Gerontologia, 4ª edição",author:"FREITAS, Elizabete Viana de; PY, Ligia (eds.)",isbn:"9788527729505",edition:0,vbkType:"epub",url:"/books/9788527729505",coverURL:"//covers.vitalbook.com/vbid/9788527729505/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Economia, 21ª edição",author:"ROSSETTI, José Paschoal",isbn:"9788597008081",edition:0,vbkType:"epub",url:"/books/9788597008081",coverURL:"//covers.vitalbook.com/vbid/9788597008081/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao Estatuto da Pessoa com Deficiência",author:"LEITE, Flávia Piva Almeida",isbn:"9788547209728",edition:1,vbkType:"pbk",url:"/books/9788547209728",coverURL:"//covers.vitalbook.com/vbid/9788547209728/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Segurança no trabalho e prevenção de acidentes : uma abordagem holística : segurança integrada à missão organizacional com produtividade, qualidade, preservação ambiental e desenvolvimento de pessoas, 2ª edição",author:"CARDELLA, Benedito",isbn:"9788597008661",edition:0,vbkType:"epub",url:"/books/9788597008661",coverURL:"//covers.vitalbook.com/vbid/9788597008661/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Windows Server 2012 - Instalação, Configuração e Administração de Redes",author:"THOMPSON, Marco Aurélio",isbn:"9788536519593",edition:2,vbkType:"pbk",url:"/books/9788536519593",coverURL:"//covers.vitalbook.com/vbid/9788536519593/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnicas de Maquetaria",author:"CAVASSANI, Glauber",isbn:"9788536519562",edition:1,vbkType:"pbk",url:"/books/9788536519562",coverURL:"//covers.vitalbook.com/vbid/9788536519562/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Digital",author:"PECK, Patricia",isbn:"9788502635647",edition:6,vbkType:"pbk",url:"/books/9788502635647",coverURL:"//covers.vitalbook.com/vbid/9788502635647/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Carreira e Competência: Você é Aquilo que Faz! – Como Planejar e Conduzir seu Futuro Profissional",author:"CHIAVENATO, Idalberto",isbn:"9788520438282",edition:3,vbkType:"pbk",url:"/books/9788520438282",coverURL:"//covers.vitalbook.com/vbid/9788520438282/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Defensoria Pública – Ponto a Ponto – Direito constitucional",author:"PICCINA, Guilherme Krahenbuhl Silveira Fontes",isbn:"9788547210694",edition:1,vbkType:"pbk",url:"/books/9788547210694",coverURL:"//covers.vitalbook.com/vbid/9788547210694/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Inventário e Partilha",author:"OLIVEIRA, Euclides de; AMORIM Sebastião",isbn:"9788547209056",edition:24,vbkType:"pbk",url:"/books/9788547209056",coverURL:"//covers.vitalbook.com/vbid/9788547209056/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Governança corporativa nas empresas: guia prático de orientação para acionistas, investidores, conselheiros de administração e fiscal, auditores, executivos, gestores, anal istas de mercado e pesquisadores, 4ª edição",author:"SILVA, Edson Cordeiro da",isbn:"9788597008920",edition:0,vbkType:"epub",url:"/books/9788597008920",coverURL:"//covers.vitalbook.com/vbid/9788597008920/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao Código de Processo Civil - Dos Recursos",author:"BONDIOLI, Luis Guilherme Aidar Bondiol",isbn:"9788547211325",edition:1,vbkType:"pbk",url:"/books/9788547211325",coverURL:"//covers.vitalbook.com/vbid/9788547211325/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Responsabilidade civil",author:"GONÇALVES, Carlos Roberto ",isbn:"9788547206550",edition:17,vbkType:"pbk",url:"/books/9788547206550",coverURL:"//covers.vitalbook.com/vbid/9788547206550/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"V-Ray para Google Sketchup 8 - Acabamento, Iluminação e Recursos Avançados para Maquete Eletrônica",author:"CAVASSANI, Glauber",isbn:"9788536519586",edition:1,vbkType:"pbk",url:"/books/9788536519586",coverURL:"//covers.vitalbook.com/vbid/9788536519586/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnicas de Arquivamento em Saúde",author:"FREIRE, Caroline; ARAÚJO, Débora Peixoto de",isbn:"9788536521404",edition:1,vbkType:"pbk",url:"/books/9788536521404",coverURL:"//covers.vitalbook.com/vbid/9788536521404/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito das coisas, 8ª edição",author:"RIZZARDO, Arnaldo",isbn:"9788530972837",edition:0,vbkType:"epub",url:"/books/9788530972837",coverURL:"//covers.vitalbook.com/vbid/9788530972837/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Canguri, o Destemido",author:"OLIVEIRA, André Luís",isbn:"9788578682682",edition:0,vbkType:"pbk",url:"/books/9788578682682",coverURL:"//covers.vitalbook.com/vbid/9788578682682/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Defensoria Pública - ponto a ponto - Direito Civil; parte geral",author:"RAMOS, Helen Cristina do Lago",isbn:"9788547210663",edition:1,vbkType:"pbk",url:"/books/9788547210663",coverURL:"//covers.vitalbook.com/vbid/9788547210663/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Improbidade Administrativa - Temas Atuais e Controvertidos",author:"MARQUES, Mauro Campbell",isbn:"9788530972653",edition:0,vbkType:"epub",url:"/books/9788530972653",coverURL:"//covers.vitalbook.com/vbid/9788530972653/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão da cadeia de suprimentos (Supply chain management): conceitos, estratégias, práticas e casos, 3ª edição",author:"PIRES, Sílvio R. I.",isbn:"9788597008708",edition:0,vbkType:"epub",url:"/books/9788597008708",coverURL:"//covers.vitalbook.com/vbid/9788597008708/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários à Lei de Recuperação de Empresas e Falência",author:"ABRÃO, Carlos Henrique; TOLEDO, Paulo F.C. Salles de",isbn:"9788502636897",edition:6,vbkType:"pbk",url:"/books/9788502636897",coverURL:"//covers.vitalbook.com/vbid/9788502636897/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Passe na OAB 1ª fase FGV - 5.251 - Questões comentadas",author:"ROCHA, Marcelo Hugo da",isbn:"9788547208837",edition:8,vbkType:"pbk",url:"/books/9788547208837",coverURL:"//covers.vitalbook.com/vbid/9788547208837/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Utilizando Eletrônica com AO, SCR,TRIAC, UJT, PUT, C.I 555, LDR, LED, IGBT e FET de POTÊNCIA",author:"SEABRA, Antonio; ALBUQUERQUE, Rômulo Oliveira",isbn:"9788536520469",edition:2,vbkType:"pbk",url:"/books/9788536520469",coverURL:"//covers.vitalbook.com/vbid/9788536520469/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Idiomas - Português na Prática para Falantes de Inglês",author:"COSTA, Francisco Araujo da (org.)",isbn:"9788521632641",edition:0,vbkType:"epub",url:"/books/9788521632641",coverURL:"//covers.vitalbook.com/vbid/9788521632641/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito constitucional",author:"MENDES, Gilmar Ferreira; BRANCO, Paulo Gustavo Gonet",isbn:"9788547203696",edition:11,vbkType:"pbk",url:"/books/9788547203696",coverURL:"//covers.vitalbook.com/vbid/9788547203696/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Cartórios - Tabelionato de Notas II",author:"FERREIRA, Paulo Roberto Gaiger; RODRIGUES, Felipe Leonardo",isbn:"9788547209537",edition:1,vbkType:"pbk",url:"/books/9788547209537",coverURL:"//covers.vitalbook.com/vbid/9788547209537/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Vocabulário jurídico, 32ª edição",author:"SILVA, De Plácido e",isbn:"9788530972592",edition:0,vbkType:"epub",url:"/books/9788530972592",coverURL:"//covers.vitalbook.com/vbid/9788530972592/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Treinamento e Desenvolvimento - Educação Corporativa - Para as Áreas de Saúde, Segurança do Trabalho e Recursos Humanos",author:"MORAES, Márcia Vilma Gonçalves",isbn:"9788536518725",edition:1,vbkType:"pbk",url:"/books/9788536518725",coverURL:"//covers.vitalbook.com/vbid/9788536518725/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Hermenêutica e Jurisprudência no Novo CPC",author:"STRECK, Lenio Luiz",isbn:"9788547203269",edition:1,vbkType:"pbk",url:"/books/9788547203269",coverURL:"//covers.vitalbook.com/vbid/9788547203269/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Resistência dos Materiais",author:"PINHEIRO, Antônio Carlos da Fonseca Bragança; CRIVELARO, Marcos",isbn:"9788521632627",edition:0,vbkType:"epub",url:"/books/9788521632627",coverURL:"//covers.vitalbook.com/vbid/9788521632627/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Ícones do Direito - Manual de Direito Penal",author:"PUCCINELLI JUNIOR, André",isbn:"9788547208523",edition:2,vbkType:"pbk",url:"/books/9788547208523",coverURL:"//covers.vitalbook.com/vbid/9788547208523/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novo Código de Processo Civil - Anotado e Comparado, 2ª edição",author:"CARNEIRO, Paulo Cezar Pinheiro; PINHO, Humberto Dalla Bernardina de",isbn:"9788530972936",edition:0,vbkType:"epub",url:"/books/9788530972936",coverURL:"//covers.vitalbook.com/vbid/9788530972936/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manutenção Mecânica Industrial - Princípios Técnicos e Operações",author:"ALMEIDA, Paulo Samuel de",isbn:"9788536519807",edition:1,vbkType:"pbk",url:"/books/9788536519807",coverURL:"//covers.vitalbook.com/vbid/9788536519807/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Posicionamento Radiográfico",author:"MORAES, Anderson; SIQUEIRA, André",isbn:"9788527730297",edition:0,vbkType:"epub",url:"/books/9788527730297",coverURL:"//covers.vitalbook.com/vbid/9788527730297/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contratos eletrônicos de consumo, 3ª edição",author:"MARTINS, Guilherme Magalhães",isbn:"9788597008944",edition:0,vbkType:"epub",url:"/books/9788597008944",coverURL:"//covers.vitalbook.com/vbid/9788597008944/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Cartórios - Tabelionato de Notas I",author:"FERREIRA, Paulo Roberto Gaiger; RODRIGUES, Felipe Leonardo",isbn:"9788547209506",edition:1,vbkType:"pbk",url:"/books/9788547209506",coverURL:"//covers.vitalbook.com/vbid/9788547209506/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de direito penal econômico, v. 1",author:"BITTENCOURT, Cezar Roberto",isbn:"9788547210182",edition:1,vbkType:"pbk",url:"/books/9788547210182",coverURL:"//covers.vitalbook.com/vbid/9788547210182/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tecnologia dos Alimentos - Principais Etapas da Cadeia Produtiva",author:"CARELLE, Ana Claudia; CÂNDIDO, Cynthia Cavalini",isbn:"9788536521466",edition:1,vbkType:"pbk",url:"/books/9788536521466",coverURL:"//covers.vitalbook.com/vbid/9788536521466/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito sucessório testementário - Teoria e prática do Tetamento",author:"CHAVES, Carlos Fernando Brasil",isbn:"9788547210991",edition:1,vbkType:"pbk",url:"/books/9788547210991",coverURL:"//covers.vitalbook.com/vbid/9788547210991/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estética e Imaginação Criadora",author:"MODERNO, João Ricardo",isbn:"9788530972523",edition:0,vbkType:"epub",url:"/books/9788530972523",coverURL:"//covers.vitalbook.com/vbid/9788530972523/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Sinopses Jurídicas, v. 11 – Teoria geral do processo e processo de conhecimento",author:"BARROSO, Carlos Eduardo Ferraz de Mattos",isbn:"9788547211059",edition:15,vbkType:"pbk",url:"/books/9788547211059",coverURL:"//covers.vitalbook.com/vbid/9788547211059/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nível superior: direito administrativo. Coleção passe em concursos públicos",author:"DIAS, Licínia Rossi Correia; HEINEN, Juliano; ROCHA, Marcelo Hugo da",isbn:"9788547202422",edition:1,vbkType:"pbk",url:"/books/9788547202422",coverURL:"//covers.vitalbook.com/vbid/9788547202422/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estatística aplicada e probabilidade para engenheiros, 6ª edição",author:"MONTGOMERY, Douglas C.; RUNGER, George C.",isbn:"9788521632542",edition:0,vbkType:"epub",url:"/books/9788521632542",coverURL:"//covers.vitalbook.com/vbid/9788521632542/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento, Organização e Sustentabilidade em Eventos: Culturais, Sociais e Esportivos",author:"MATIAS, Marlene (org.)",isbn:"9788520449035",edition:0,vbkType:"pbk",url:"/books/9788520449035",coverURL:"//covers.vitalbook.com/vbid/9788520449035/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contratos e obrigações comerciais, 17ª edição",author:"MARTINS, Fran",isbn:"9788530972950",edition:0,vbkType:"epub",url:"/books/9788530972950",coverURL:"//covers.vitalbook.com/vbid/9788530972950/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código Civil Comentado - V. 3, T.I.",author:"LOTUFO, Renan",isbn:"9788502636101",edition:1,vbkType:"pbk",url:"/books/9788502636101",coverURL:"//covers.vitalbook.com/vbid/9788502636101/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Método de Estudo OAB - Doutrina - Volume Único - Todas as Disciplinas",author:"SANCHEZ, Alessandro",isbn:"9788530972905",edition:0,vbkType:"epub",url:"/books/9788530972905",coverURL:"//covers.vitalbook.com/vbid/9788530972905/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Previdenciário para Concursos",author:"ALENCAR, Hermes Arrais",isbn:"9788547208950",edition:4,vbkType:"pbk",url:"/books/9788547208950",coverURL:"//covers.vitalbook.com/vbid/9788547208950/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnicas Dietéticas",author:"CARELLE, Ana Cláudia; CÂNDIDO, Cynthia Cavalini",isbn:"9788536521428",edition:1,vbkType:"pbk",url:"/books/9788536521428",coverURL:"//covers.vitalbook.com/vbid/9788536521428/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnicas Experimentais em Química - Normas e Procedimentos",author:"FIOROTTO, Nilton Roberto",isbn:"9788536520391",edition:1,vbkType:"pbk",url:"/books/9788536520391",coverURL:"//covers.vitalbook.com/vbid/9788536520391/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de direito empresarial, 8ª edição",author:"FINKELSTEIN, Maria Eugênia",isbn:"9788597008975",edition:0,vbkType:"epub",url:"/books/9788597008975",coverURL:"//covers.vitalbook.com/vbid/9788597008975/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de Cardiologia SOCESP",author:"MAGALHÃES, Carlos Costa; SERRANO JR., Carlos V.; CONSOLIM-COLOMBO, Fernanda M.; NOBRE, Fernando; FON",isbn:"9788520446010",edition:3,vbkType:"pbk",url:"/books/9788520446010",coverURL:"//covers.vitalbook.com/vbid/9788520446010/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Concubinato e união estável",author:"PEREIRA, Rodrigo da Cunha",isbn:"9788547206215",edition:9,vbkType:"pbk",url:"/books/9788547206215",coverURL:"//covers.vitalbook.com/vbid/9788547206215/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de direito penal econômico, v. 2",author:"BITTENCOURT, Cezar Roberto",isbn:"9788547210212",edition:1,vbkType:"pbk",url:"/books/9788547210212",coverURL:"//covers.vitalbook.com/vbid/9788547210212/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tecnologia ARM: Microcontroladores de 32 BITS",author:"PEREIRA, Fábio",isbn:"9788536520407",edition:1,vbkType:"pbk",url:"/books/9788536520407",coverURL:"//covers.vitalbook.com/vbid/9788536520407/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Administrativo Esquematizado, 2ª edição",author:"ALEXANDRE, Ricardo; DEUS, João de",isbn:"9788530971892",edition:0,vbkType:"epub",url:"/books/9788530971892",coverURL:"//covers.vitalbook.com/vbid/9788530971892/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Redação Excelente! Para Enem e Vestibulares, 2ª edição",author:"RAMAL, Andrea",isbn:"9788530972271",edition:0,vbkType:"epub",url:"/books/9788530972271",coverURL:"//covers.vitalbook.com/vbid/9788530972271/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei do Inquilinato Comentada Artigo por Artigo - 25 Anos da Lei 8.245/1991",author:"SCAVONE Jr., Luiz Antonio; PERES, Tatiana Bonatti",isbn:"9788530973032",edition:0,vbkType:"epub",url:"/books/9788530973032",coverURL:"//covers.vitalbook.com/vbid/9788530973032/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Processos - Da Teoria à Pratica",author:"PRADELLA, Simone; FURTADO, João Carlos; KIPPER, Liane Mählmann",isbn:"9788597009149",edition:0,vbkType:"epub",url:"/books/9788597009149",coverURL:"//covers.vitalbook.com/vbid/9788597009149/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col.Defensoria Pública – Ponto a Ponto – Direitos humanos e princípios institucionais da Defensoria Pública",author:"GOMES, Marcos Vinícius Lopes ",isbn:"9788547210786",edition:1,vbkType:"pbk",url:"/books/9788547210786",coverURL:"//covers.vitalbook.com/vbid/9788547210786/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Textos Clássicos na vida das Constituições",author:"HÄBERLE, Peter ",isbn:"9788547203115",edition:1,vbkType:"pbk",url:"/books/9788547203115",coverURL:"//covers.vitalbook.com/vbid/9788547203115/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microsoft Project Professional 2016 - Gestão e Desenvolvimento de Projetos",author:"BERNARDES, Mauricio Moreira e Silva; OLIVEIRA, Geisa Gaiger de; PILGER, Adriano",isbn:"9788536522555",edition:1,vbkType:"pbk",url:"/books/9788536522555",coverURL:"//covers.vitalbook.com/vbid/9788536522555/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito administrativo #naprática",author:"MAZZA, Alexandre; NICHOLAS, Paulo",isbn:"9788547211028",edition:2,vbkType:"pbk",url:"/books/9788547211028",coverURL:"//covers.vitalbook.com/vbid/9788547211028/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estudos Tributários, v. 2",author:"SABBAG, Eduardo",isbn:"9788502638570",edition:1,vbkType:"pbk",url:"/books/9788502638570",coverURL:"//covers.vitalbook.com/vbid/9788502638570/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Pessoas - Rotinas Trabalhistas e Dinâmicas do Departamento de Pessoal",author:"FIDELIS, Gilson José",isbn:"9788536522562",edition:4,vbkType:"pbk",url:"/books/9788536522562",coverURL:"//covers.vitalbook.com/vbid/9788536522562/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Defensoria Pública – Ponto a Ponto – Direitos da criança e do adolescente",author:"ZAPATA, Fabiana Botelho",isbn:"9788547210755",edition:1,vbkType:"pbk",url:"/books/9788547210755",coverURL:"//covers.vitalbook.com/vbid/9788547210755/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sentença Trabalhista, 2ª edição",author:"DESTE, Janete Aparecida",isbn:"9788530972615",edition:0,vbkType:"epub",url:"/books/9788530972615",coverURL:"//covers.vitalbook.com/vbid/9788530972615/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Implantação e Gerenciamento de Redes com Microsoft Windows 10 Pro",author:"BADDINI, Francisco Carlos; JUNIOR, Reinaldo do Valle",isbn:"9788536522579",edition:1,vbkType:"pbk",url:"/books/9788536522579",coverURL:"//covers.vitalbook.com/vbid/9788536522579/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Metodologia da Investigação Científica para Ciências Sociais Aplicadas, 3ª edição",author:"MARTINS, Gilberto de Andrade; THEÓPHILO, Carlos Renato",isbn:"9788597009088",edition:0,vbkType:"epub",url:"/books/9788597009088",coverURL:"//covers.vitalbook.com/vbid/9788597009088/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dicionário jurídico : Academia Brasileira de Letras Jurídicas, 11ª edição",author:"SIDOU, J. M. Othon (org.)",isbn:"9788530973056",edition:0,vbkType:"epub",url:"/books/9788530973056",coverURL:"//covers.vitalbook.com/vbid/9788530973056/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Divórcio - Teoria e Prática",author:"PEREIRA, Rodrigo da Cunha",isbn:"9788547208646",edition:5,vbkType:"pbk",url:"/books/9788547208646",coverURL:"//covers.vitalbook.com/vbid/9788547208646/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Pessoas - Enfoque nos Papéis Estratégicos, 2ª edição",author:"GIL, Antonio Carlos",isbn:"9788597009064",edition:0,vbkType:"epub",url:"/books/9788597009064",coverURL:"//covers.vitalbook.com/vbid/9788597009064/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código Penal Comentado",author:"CAPEZ, Fernando; PRADO, Estela",isbn:"9788547209285",edition:7,vbkType:"pbk",url:"/books/9788547209285",coverURL:"//covers.vitalbook.com/vbid/9788547209285/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios fundamentais norteadores do direito de família",author:"PEREIRA, Rodrigo da Cunha",isbn:"9788547206185",edition:3,vbkType:"pbk",url:"/books/9788547206185",coverURL:"//covers.vitalbook.com/vbid/9788547206185/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de termodinâmica para engenharia química",author:"MATSOUKAS, Themis",isbn:"9788521632306",edition:0,vbkType:"epub",url:"/books/9788521632306",coverURL:"//covers.vitalbook.com/vbid/9788521632306/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de execução penal",author:"MARCÃO, Renato",isbn:"9788547206031",edition:14,vbkType:"pbk",url:"/books/9788547206031",coverURL:"//covers.vitalbook.com/vbid/9788547206031/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Internacional público - Curso elementar",author:"REZEK, Francisco",isbn:"9788547202842",edition:16,vbkType:"pbk",url:"/books/9788547202842",coverURL:"//covers.vitalbook.com/vbid/9788547202842/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento estratégico: formulação, implementação e controle, 2ª edição",author:"ANDRADE, Arnaldo Rosa de",isbn:"9788597009040",edition:0,vbkType:"epub",url:"/books/9788597009040",coverURL:"//covers.vitalbook.com/vbid/9788597009040/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Teoria Microeconômica Contemporânea",author:"GARÓFALO, Gilson de Lima (org.)",isbn:"9788597008685",edition:0,vbkType:"epub",url:"/books/9788597008685",coverURL:"//covers.vitalbook.com/vbid/9788597008685/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia para o curso de odontologia geral e específica, 4ª edição",author:"ALVES, Nilton; CÂNDIDO, Paulo L.",isbn:"9788527730389",edition:0,vbkType:"epub",url:"/books/9788527730389",coverURL:"//covers.vitalbook.com/vbid/9788527730389/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Os "novos" direitos no Brasil",author:"WOLKMER, Antonio Carlos; LEITE, José Morato",isbn:"9788502637245",edition:3,vbkType:"pbk",url:"/books/9788502637245",coverURL:"//covers.vitalbook.com/vbid/9788502637245/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito tributário brasileiro, 15ª edição",author:"COÊLHO, Sacha Calmon Navarro",isbn:"9788530972639",edition:0,vbkType:"epub",url:"/books/9788530972639",coverURL:"//covers.vitalbook.com/vbid/9788530972639/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito bancário – contratos e operações bancárias",author:"WAISBERG, Ivo; GORNATI, Gilberto ",isbn:"9788547204501",edition:2,vbkType:"pbk",url:"/books/9788547204501",coverURL:"//covers.vitalbook.com/vbid/9788547204501/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Petróleo e gás no Brasil: regulação da exploração e da produção",author:"ZEITOUNE, Ilana",isbn:"9788530973018",edition:0,vbkType:"epub",url:"/books/9788530973018",coverURL:"//covers.vitalbook.com/vbid/9788530973018/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"eSocial – Prático Para Gestores",author:"GABRIEL, Ricardo Alexander; SILVA, Marilene Luzia da; REZENDE, Mardele Eugênia Teixeira",isbn:"9788536522548",edition:1,vbkType:"pbk",url:"/books/9788536522548",coverURL:"//covers.vitalbook.com/vbid/9788536522548/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O controle de constitucionalidade das leis e o poder de tributar na CF/1988, 4ª edição",author:"COÊLHO, Sacha Calmon Navarro",isbn:"9788530972509",edition:0,vbkType:"epub",url:"/books/9788530972509",coverURL:"//covers.vitalbook.com/vbid/9788530972509/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito civil: direito da família. Volume 2",author:"MONTEIRO, Washington de Barros; SILVA, Regina Beatriz Tavares da ",isbn:"9788502634091",edition:43,vbkType:"pbk",url:"/books/9788502634091",coverURL:"//covers.vitalbook.com/vbid/9788502634091/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Agrário Brasileiro, 12ª edição",author:"MARQUES, Benedito Ferreira; MARQUES, Carla Regina Silva",isbn:"9788597009118",edition:0,vbkType:"epub",url:"/books/9788597009118",coverURL:"//covers.vitalbook.com/vbid/9788597009118/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Organização do Trabalho Escolar: Uma Oportunidade para Repensar a Escola",author:"THURLER, Monica Gather; MAULINI, Olivier",isbn:"9788565848077",edition:1,vbkType:"pbk",url:"/books/9788565848077",coverURL:"//covers.vitalbook.com/vbid/9788565848077/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Voz: Anatomia e Fisiologia dos Órgãos da Voz e da Fala - Volume 1",author:"LE HUCHE, François; ALLALI, André\n",isbn:"9788536317908",edition:3,vbkType:"pbk",url:"/books/9788536317908",coverURL:"//covers.vitalbook.com/vbid/9788536317908/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Voz: Patologia Vocal de Origem Funcional - Volume 2",author:"LE HUCHE, François; ALLALI, André\n",isbn:"9788536317847",edition:2,vbkType:"pbk",url:"/books/9788536317847",coverURL:"//covers.vitalbook.com/vbid/9788536317847/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Voz: Patologia Vocal de Origem Orgânica - Volume 3",author:"LE HUCHE, François; ALLALI, André\n",isbn:"9788536317915",edition:1,vbkType:"pbk",url:"/books/9788536317915",coverURL:"//covers.vitalbook.com/vbid/9788536317915/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Voz: Tratamento dos Distúrbios Vocais - Volume 4",author:"LE HUCHE, François; ALLALI, André\n",isbn:"9788536318462",edition:3,vbkType:"pbk",url:"/books/9788536318462",coverURL:"//covers.vitalbook.com/vbid/9788536318462/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Adolescência e Psicopatologia",author:"MARCELLI, Daniel; BRACONNIER, Alain",isbn:"9788536312620",edition:6,vbkType:"pbk",url:"/books/9788536312620",coverURL:"//covers.vitalbook.com/vbid/9788536312620/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Análise de Circuitos Elétricos com Aplicações",author:"SADIKU, Matthew N.O.; ALEXANDER, Charles K. ; MUSA, Sarhan",isbn:"9788580553031",edition:1,vbkType:"pbk",url:"/books/9788580553031",coverURL:"//covers.vitalbook.com/vbid/9788580553031/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Aprendizes e Mestres: A Nova Cultura da Aprendizagem",author:"POZO, Juan Ignácio",isbn:"9788536315423",edition:1,vbkType:"pbk",url:"/books/9788536315423",coverURL:"//covers.vitalbook.com/vbid/9788536315423/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Casos Clínicos em Neurologia",author:"TOY, Eugene C.; SIMPSON, Ericka; TINTNER, Ron",isbn:"9788580552911",edition:2,vbkType:"pbk",url:"/books/9788580552911",coverURL:"//covers.vitalbook.com/vbid/9788580552911/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Clínica Médica, Volume 1: Atuação da Clínica Médica, Sinais e Sintomas de Natureza Sistêmica, Medicina Preventiva, Saúde da Mulher, Envelhecimento e Geriatria, Medicina Laboratorial na Prática Médica",author:"MARTINS, Mílton de Arruda; CARRILHO, Flair José; ALVES, Venâncio Avancini Ferreira; CASTILHO, Euclid",isbn:"9788520441596",edition:0,vbkType:"pbk",url:"/books/9788520441596",coverURL:"//covers.vitalbook.com/vbid/9788520441596/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Clínica Médica, Volume 2: Doenças Cardiovasculares, Doenças Respiratórias, Emergências e Terapia Intensiva",author:"MARTINS, Mílton de Arruda; CARRILHO, Flair José; ALVES, Venâncio Avancini Ferreira; CASTILHO, Euclid",isbn:"9788520441602",edition:0,vbkType:"pbk",url:"/books/9788520441602",coverURL:"//covers.vitalbook.com/vbid/9788520441602/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Clínica Médica, Volume 3: Doenças Hematológicas, Oncologia, Doenças Renais e Geniturinárias",author:"MARTINS, Mílton de Arruda; CARRILHO, Flair José; ALVES, Venâncio Avancini Ferreira; CASTILHO, Euclid",isbn:"9788520441619",edition:0,vbkType:"pbk",url:"/books/9788520441619",coverURL:"//covers.vitalbook.com/vbid/9788520441619/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Clínica Médica, Volume 4: Doenças do Aparelho Digestivo, Nutrição e Doenças Nutricionais",author:"MARTINS, Mílton de Arruda; CARRILHO, Flair José; ALVES, Venâncio Avancini Ferreira; CASTILHO, Euclid",isbn:"9788520441626",edition:0,vbkType:"pbk",url:"/books/9788520441626",coverURL:"//covers.vitalbook.com/vbid/9788520441626/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Composição - Coleção Fotografia Básica",author:"PRÄKEL, David",isbn:"9788565837590",edition:2,vbkType:"pbk",url:"/books/9788565837590",coverURL:"//covers.vitalbook.com/vbid/9788565837590/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Depressão: Causas e Tratamento",author:"BECK, Aaron T.; ALFORD, Brad A.",isbn:"9788536326030",edition:2,vbkType:"pbk",url:"/books/9788536326030",coverURL:"//covers.vitalbook.com/vbid/9788536326030/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Design Thinking - Coleção Design Básico",author:"AMBROSE, Gavin; HARRIS, Paul",isbn:"9788577808267",edition:1,vbkType:"pbk",url:"/books/9788577808267",coverURL:"//covers.vitalbook.com/vbid/9788577808267/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ecohouse: A Casa Ambientalmente Sustentável",author:"ROAF, Sue; FUENTES, Manuel; THOMAS-REES, Stephanie ",isbn:"9788582601778",edition:4,vbkType:"pbk",url:"/books/9788582601778",coverURL:"//covers.vitalbook.com/vbid/9788582601778/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ecologia",author:"CAIN, Michael L.; BOWMAN, William D.; HACKER, Sally D.",isbn:"9788536325538",edition:1,vbkType:"pbk",url:"/books/9788536325538",coverURL:"//covers.vitalbook.com/vbid/9788536325538/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educação e Construção do Conhecimento: Revista e Ampliada",author:"BECKER, Fernando",isbn:"9788563899835",edition:2,vbkType:"pbk",url:"/books/9788563899835",coverURL:"//covers.vitalbook.com/vbid/9788563899835/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eletrônica de Potência: Análise e Projetos de Circuitos",author:"HART, Daniel W.\n",isbn:"9788580550474",edition:1,vbkType:"pbk",url:"/books/9788580550474",coverURL:"//covers.vitalbook.com/vbid/9788580550474/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"História do Mundo Contemporâneo",author:"LOWE, Norman",isbn:"9788563899163",edition:4,vbkType:"pbk",url:"/books/9788563899163",coverURL:"//covers.vitalbook.com/vbid/9788563899163/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Histórias do Meu Sensei: Subtítulo Duas Décadas de Aprendizado Implementando os Princípios do Sistema Toyota de Produção",author:"HOEFT, Steve",isbn:"9788540701649",edition:1,vbkType:"pbk",url:"/books/9788540701649",coverURL:"//covers.vitalbook.com/vbid/9788540701649/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Metodologia de Pesquisa",author:"Flick, Uwe",isbn:"9788565848138",edition:1,vbkType:"pbk",url:"/books/9788565848138",coverURL:"//covers.vitalbook.com/vbid/9788565848138/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mercados Financeiros & Estratégia Corporativa",author:"GRINBLATT, Mark; TITMAN, Sheridan",isbn:"9788577800490",edition:2,vbkType:"pbk",url:"/books/9788577800490",coverURL:"//covers.vitalbook.com/vbid/9788577800490/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Motores Elétricos: Manutenção e Solução de Problemas - Série Tekne",author:"HAND, Augie",isbn:"9788582602676",edition:1,vbkType:"pbk",url:"/books/9788582602676",coverURL:"//covers.vitalbook.com/vbid/9788582602676/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mudança: Uma Crônica sobre Transformação e Logística Lean",author:"BAÑOLAS, Rogério Garcia",isbn:"9788565837910",edition:1,vbkType:"pbk",url:"/books/9788565837910",coverURL:"//covers.vitalbook.com/vbid/9788565837910/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pesquisa de Métodos Mistos: Série Métodos de Pesquisa",author:"CRESWELL, John W.; PLANO CLARK, Vicki L.",isbn:"9788565848411",edition:2,vbkType:"pbk",url:"/books/9788565848411",coverURL:"//covers.vitalbook.com/vbid/9788565848411/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Projeto de Organizações Dinâmicas: Um Guia Prático para Líderes de Todos os Níveis",author:"GALBRAITH, Jay; DOWNEY, Diane; KATES, Amy",isbn:"9788577807949",edition:1,vbkType:"pbk",url:"/books/9788577807949",coverURL:"//covers.vitalbook.com/vbid/9788577807949/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Projeto de Pesquisa: Guia para Pesquisadores Iniciantes em Educa??o, Sa?de e Ci?ncias Sociais",author:"BELL, Judith",isbn:"9788536312514",edition:4,vbkType:"pbk",url:"/books/9788536312514",coverURL:"//covers.vitalbook.com/vbid/9788536312514/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia da Educação",author:"SALVADOR, César Coll; MESTRES, Mariana Miras; GOÑI, Javier Onruvia; GALLART, Isabel Solé",isbn:"9788584290222",edition:1,vbkType:"pbk",url:"/books/9788584290222",coverURL:"//covers.vitalbook.com/vbid/9788584290222/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Regulação Emocional em Psicoterapia: Um Guia para o Terapeuta Cognitivo-Comportamental",author:"LEAHY, Robert L.; TIRCH, Dennis; NAPOLITANO, Lisa A.",isbn:"9788565852876",edition:1,vbkType:"pbk",url:"/books/9788565852876",coverURL:"//covers.vitalbook.com/vbid/9788565852876/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tornando Visível a Aprendizagem das Crianças: Educação Infantil em Reggio Emilia",author:"KINNEY, Linda; WHARTON, Pat\n",isbn:"9788536321417",edition:1,vbkType:"pbk",url:"/books/9788536321417",coverURL:"//covers.vitalbook.com/vbid/9788536321417/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual CrechEficiente: Guia Prático para Educadores e Gerentes",author:"TADDEI, José Augusto de A. C.; BRASIL, Anne Lise Dias; PALMA, Domingos; MORAES, Denise Ely Bellotto ",isbn:"9788520452004",edition:2,vbkType:"pbk",url:"/books/9788520452004",coverURL:"//covers.vitalbook.com/vbid/9788520452004/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pilates: Anatomia Ilustrada – Guia Completo para Praticantes de Todos os Níveis",author:"ELLSWORTH, Abigail",isbn:"9788520448434",edition:0,vbkType:"pbk",url:"/books/9788520448434",coverURL:"//covers.vitalbook.com/vbid/9788520448434/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ginecologia",author:"GIRÃO, Manoel João Batista Castello; LIMA, Geraldo Rodrigues de; BARACAT, Edmund Chada (eds.)",isbn:"9788520452622",edition:0,vbkType:"pbk",url:"/books/9788520452622",coverURL:"//covers.vitalbook.com/vbid/9788520452622/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Avaliação Musculoesquelética",author:"MAGEE, David J.",isbn:"9788520451960",edition:5,vbkType:"pbk",url:"/books/9788520451960",coverURL:"//covers.vitalbook.com/vbid/9788520451960/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química Geral e Inorgânica - Princípios Básicos, Estudo da Matéria e Estequiometria",author:"SILVA, Elaine Lima; BARP, Ediana",isbn:"9788536520193",edition:1,vbkType:"pbk",url:"/books/9788536520193",coverURL:"//covers.vitalbook.com/vbid/9788536520193/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novo Tratado de Fonoaudiologia",author:"LOPES FILHO, Otacílio (ed.); CAMPIOTTO, Alcione Ramos; LEVY, Cilmara Cristina Alves da Costa; REDOND",isbn:"9788520452189",edition:3,vbkType:"pbk",url:"/books/9788520452189",coverURL:"//covers.vitalbook.com/vbid/9788520452189/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfermagem pelo Método de Estudo de Casos",author:"MOHALLEM, Andréa Gomes da Costa; FARAH, Olga Guilhermina Dias; LASELVA, Cláudia Regina (coords.)",isbn:"9788520452035",edition:0,vbkType:"pbk",url:"/books/9788520452035",coverURL:"//covers.vitalbook.com/vbid/9788520452035/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Hemodinâmica e Cardiologia Intervencionista: Abordagem Clínica",author:"RIBEIRO, Expedito E.; MARTINEZ, Eulógio E. (eds.); CAMPOS, Carlos A. H. M.; FALCÃO, João Luiz A. A. ",isbn:"9788520452660",edition:0,vbkType:"pbk",url:"/books/9788520452660",coverURL:"//covers.vitalbook.com/vbid/9788520452660/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Citologia e Histologia Humana - Fundamentos de Morfofisiologia Celular e Tecidual",author:"MEDRADO, Leandro ",isbn:"9788536520834",edition:1,vbkType:"pbk",url:"/books/9788536520834",coverURL:"//covers.vitalbook.com/vbid/9788536520834/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Metodologia Para Preservação de Materiais - Prevenção da Falha Prematura",author:"DONATO, Vitorio",isbn:"9788536518718",edition:1,vbkType:"pbk",url:"/books/9788536518718",coverURL:"//covers.vitalbook.com/vbid/9788536518718/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Procedimentos Médicos - Técnica e Tática, 2ª edição",author:"AMATO, Alexandre Campos Moraes",isbn:"9788527729949",edition:0,vbkType:"epub",url:"/books/9788527729949",coverURL:"//covers.vitalbook.com/vbid/9788527729949/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Materiais Dentários Protéticos - Conceitos, Manuseio, Conservação e Manutenção",author:"OLIVEIRA, Adelmir da Silva",isbn:"9788536521077",edition:1,vbkType:"pbk",url:"/books/9788536521077",coverURL:"//covers.vitalbook.com/vbid/9788536521077/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisioterapia em Emergência",author:"SUASSUNA, Viviani Aparecida Lara; MOURA, Renata Henn; SARMENTO, George Jerre Vieira; POSSETTI, Rosan",isbn:"9788520452080",edition:0,vbkType:"pbk",url:"/books/9788520452080",coverURL:"//covers.vitalbook.com/vbid/9788520452080/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnicas de Panificação e Massa",author:"GALVES, Mariana de Castro Pareja",isbn:"9788536521886",edition:1,vbkType:"pbk",url:"/books/9788536521886",coverURL:"//covers.vitalbook.com/vbid/9788536521886/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Oncologia em Cães e Gatos, 2ª edição",author:"DALECK, Carlos Roberto; NARDI, Andrigo Barboza de",isbn:"9788527729925",edition:0,vbkType:"epub",url:"/books/9788527729925",coverURL:"//covers.vitalbook.com/vbid/9788527729925/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicopatologias - Fundamentos, Transtornos e Consequências da Dependência Química",author:"FERREIRA, Rita de Cassia Campos",isbn:"9788536521329",edition:1,vbkType:"pbk",url:"/books/9788536521329",coverURL:"//covers.vitalbook.com/vbid/9788536521329/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Musculação: Anatomia Ilustrada – Guia Completo para Aumento da Massa Muscular",author:"RAMSAY, Craig",isbn:"9788520452042",edition:0,vbkType:"pbk",url:"/books/9788520452042",coverURL:"//covers.vitalbook.com/vbid/9788520452042/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfermagem em Cardiologia: Procedimentos em Unidade Semi-intensiva",author:"MACEDO, Rita de Cássia Ribeiro de; BALSANELLI, Alexandre Pazetto; FRANCO, Flavia Fernanda; SANT'ANA,",isbn:"9788520452370",edition:0,vbkType:"pbk",url:"/books/9788520452370",coverURL:"//covers.vitalbook.com/vbid/9788520452370/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Perfis: O Mundo dos Outros – 22 Personagens e 1 Ensaio",author:"VILAS-BOAS, Sergio",isbn:"9788520452257",edition:3,vbkType:"pbk",url:"/books/9788520452257",coverURL:"//covers.vitalbook.com/vbid/9788520452257/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pesquisa Animal e Vegetal: Características, Experimentações e Biotecnologia",author:"SCHWAMBACH, Cornélio; SOBRINHO, Geraldo Cardoso",isbn:"9788536521206",edition:1,vbkType:"pbk",url:"/books/9788536521206",coverURL:"//covers.vitalbook.com/vbid/9788536521206/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Genética Aplicada à Biotecnologia",author:"PIMENTA, Célia Aparecida Marques; LIMA, Jacqueline Miranda de",isbn:"9788536520988",edition:1,vbkType:"pbk",url:"/books/9788536520988",coverURL:"//covers.vitalbook.com/vbid/9788536520988/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Aparelhos Ortodônticos Removíveis - Técnicas Laboratoriais para Construção",author:"MIYAZAKI, Marisa; YANIKIAN, Fábio",isbn:"9788536520780",edition:1,vbkType:"pbk",url:"/books/9788536520780",coverURL:"//covers.vitalbook.com/vbid/9788536520780/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manipulação e Higiene dos Alimentos",author:"CARELLE, Ana Cláudia; CÂNDIDO, Cynthia Cavalini",isbn:"9788536521060",edition:2,vbkType:"pbk",url:"/books/9788536521060",coverURL:"//covers.vitalbook.com/vbid/9788536521060/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Quando seu Filho Não Quer Comer (ou Come Demais): O Guia Essencial para Prevenir, Identificar e Tratar Problemas Alimentares em Crianças Pequenas",author:"CHATOOR, Irene",isbn:"9788520452158",edition:0,vbkType:"pbk",url:"/books/9788520452158",coverURL:"//covers.vitalbook.com/vbid/9788520452158/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de Cardiologia SOCESP",author:"SERRANO JR., Carlos V.; TIMERMAN, Ari; STEFANINI, Edson (eds.)",isbn:"9788520438657",edition:2,vbkType:"pbk",url:"/books/9788520438657",coverURL:"//covers.vitalbook.com/vbid/9788520438657/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Normas, Rotinas e Técnicas de Enfermagem",author:"MOTTA, Ana Letícia Carnevalli; MIRANDA, Renata Pinto Ribeiro",isbn:"9788536521145",edition:7,vbkType:"pbk",url:"/books/9788536521145",coverURL:"//covers.vitalbook.com/vbid/9788536521145/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfermagem Hospitalar - Estruturas e Condutas para Assistência Básica",author:"SANTOS, Nívea Cristina Moreira ",isbn:"9788536520872",edition:1,vbkType:"pbk",url:"/books/9788536520872",coverURL:"//covers.vitalbook.com/vbid/9788536520872/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Hematologia Laboratorial",author:"MARTY, Elizângela; MARTY, Roseli Mari",isbn:"9788536520995",edition:1,vbkType:"pbk",url:"/books/9788536520995",coverURL:"//covers.vitalbook.com/vbid/9788536520995/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cinesiologia: A Mecânica e a Patomecânica do Movimento Humano",author:"OATIS, Carol A.",isbn:"9788520452578",edition:2,vbkType:"pbk",url:"/books/9788520452578",coverURL:"//covers.vitalbook.com/vbid/9788520452578/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mercado de Capitais, 8ª edição",author:"PINHEIRO, Juliano Lima",isbn:"9788597008531",edition:0,vbkType:"epub",url:"/books/9788597008531",coverURL:"//covers.vitalbook.com/vbid/9788597008531/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Procedimentos em Emergências",author:"SCALABRINI NETO, Augusto; DIAS, Roger Daglius; VELASCO, Irineu Tadeu (eds.)",isbn:"9788520452110",edition:2,vbkType:"pbk",url:"/books/9788520452110",coverURL:"//covers.vitalbook.com/vbid/9788520452110/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Tratamento da Dor: Dor Aguda e Dor de Origem Oncológica. Tratamento Não Invasivo",author:"NAIME, Fauzia F.",isbn:"9788578681067",edition:2,vbkType:"pbk",url:"/books/9788578681067",coverURL:"//covers.vitalbook.com/vbid/9788578681067/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisioterapia Aquática",author:"PARREIRA, Patrícia; BARATELLA, Thaís Verri (coords.)",isbn:"9788520452387",edition:0,vbkType:"pbk",url:"/books/9788520452387",coverURL:"//covers.vitalbook.com/vbid/9788520452387/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnicas de Confeitaria",author:"ELEUTÉRIO, Helio; GALVES, Mariana de Castro Pareja ",isbn:"9788536521879",edition:1,vbkType:"pbk",url:"/books/9788536521879",coverURL:"//covers.vitalbook.com/vbid/9788536521879/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Imaginologia Musculoesquelética: Estudo de Casos",author:"CHEW, Felix S.; MULCAHY, Hyojeong; HA, Alice S.",isbn:"9788520452400",edition:3,vbkType:"pbk",url:"/books/9788520452400",coverURL:"//covers.vitalbook.com/vbid/9788520452400/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nutrição Relacionada ao Diagnóstico e Tratamento",author:"ESCOTT-STUMP, Sylvia",isbn:"9788520452011",edition:6,vbkType:"pbk",url:"/books/9788520452011",coverURL:"//covers.vitalbook.com/vbid/9788520452011/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microscopia: Contexto Histórico, Técnicas e Procedimentos para Observação de Amostras Biológicas",author:"PIRES; Carlos Eduardo de Barros Moreira; ALMEIDA, Lara Mendes de; COELHO, Alexander Brilhante",isbn:"9788536521121",edition:1,vbkType:"pbk",url:"/books/9788536521121",coverURL:"//covers.vitalbook.com/vbid/9788536521121/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Imunologia, Parasitologia e Hematologia Aplicadas à Biotecnologia",author:"FREITAS, Elisangela Oliveira de; GONÇALVES, Thayanne Oliveira de Freitas",isbn:"9788536521046",edition:1,vbkType:"pbk",url:"/books/9788536521046",coverURL:"//covers.vitalbook.com/vbid/9788536521046/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfermagem e Saúde da Mulher",author:"FERNANDES, Rosa Aurea Quintella; NARCHI, Nádia Zanon (orgs.)",isbn:"9788520451694",edition:2,vbkType:"pbk",url:"/books/9788520451694",coverURL:"//covers.vitalbook.com/vbid/9788520451694/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Para Entender a Conjuntura Econômica",author:"FEIJÓ, Carmem Aparecida; VALENTE, Elvio; LIMA, Fernando Carlos G. de Cerqueira; ARAUJO, Márcio Silva",isbn:"9788520451779",edition:0,vbkType:"pbk",url:"/books/9788520451779",coverURL:"//covers.vitalbook.com/vbid/9788520451779/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Proteção Radiológica e Dosimetria - Efeitos Genéticos e Biológicos, Principais Cuidados e Normas de Segurança",author:"NATALE, Sérgio Tomaz",isbn:"9788536521305",edition:1,vbkType:"pbk",url:"/books/9788536521305",coverURL:"//covers.vitalbook.com/vbid/9788536521305/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Perguntas e Respostas em Neurologia Pediátrica",author:"SIQUEIRA, Ellen de Souza; ALVES, Lucas Victor; PINHO, Ricardo Silva; RODRIGUES, Marcelo Masruha; VIL",isbn:"9788520452264",edition:0,vbkType:"pbk",url:"/books/9788520452264",coverURL:"//covers.vitalbook.com/vbid/9788520452264/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos e Técnicas em Banco de Sangue",author:"VIZZONI, Alexandre Gomes ",isbn:"9788536520971",edition:1,vbkType:"pbk",url:"/books/9788536520971",coverURL:"//covers.vitalbook.com/vbid/9788536520971/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia Humana",author:"VAN DE GRAAFF, Kent M.",isbn:"9788520452677",edition:6,vbkType:"pbk",url:"/books/9788520452677",coverURL:"//covers.vitalbook.com/vbid/9788520452677/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Projetos Gráficos - Fundamentos 2D e 3D",author:"JOSÉ, Marcel Fialho; REIS, Bruna de Souza",isbn:"9788536519517",edition:1,vbkType:"pbk",url:"/books/9788536519517",coverURL:"//covers.vitalbook.com/vbid/9788536519517/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnica Dietética Aplicada à Dietoterapia",author:"PINTO-E-SILVA, Maria Elisabeth Machado; YONAMINE, Glauce Hiromi; VON ATZINGEN, Maria Carolina Batist",isbn:"9788520452417",edition:0,vbkType:"pbk",url:"/books/9788520452417",coverURL:"//covers.vitalbook.com/vbid/9788520452417/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Noções Básicas em Dermatocosmética",author:"MATOS, Simone Pires de",isbn:"9788536521138",edition:1,vbkType:"pbk",url:"/books/9788536521138",coverURL:"//covers.vitalbook.com/vbid/9788536521138/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfermagem em Terapia Intensiva",author:"MURAKAMI, Beatriz Murata; SANTOS, Eduarda Ribeiro dos (coords.)",isbn:"9788520447062",edition:0,vbkType:"pbk",url:"/books/9788520447062",coverURL:"//covers.vitalbook.com/vbid/9788520447062/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática Financeira e suas Aplicações, 13ª edição",author:"ASSAF NETO, Alexandre",isbn:"9788597005721",edition:0,vbkType:"epub",url:"/books/9788597005721",coverURL:"//covers.vitalbook.com/vbid/9788597005721/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios de Drenagem Linfática",author:"VASCONCELOS, Maria Goreti de",isbn:"9788536521244",edition:1,vbkType:"pbk",url:"/books/9788536521244",coverURL:"//covers.vitalbook.com/vbid/9788536521244/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Otorrinolaringologia e Cirurgia de Cabeça e Pescoço",author:"GANANÇA, Fernando Freitas; PONTES, Paulo (coords.)",isbn:"9788520452332",edition:0,vbkType:"pbk",url:"/books/9788520452332",coverURL:"//covers.vitalbook.com/vbid/9788520452332/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia Prático de Acupuntura",author:"FOCKS, Claudia; MÄRZ, Ulrich",isbn:"9788520451984",edition:0,vbkType:"pbk",url:"/books/9788520451984",coverURL:"//covers.vitalbook.com/vbid/9788520451984/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiologia do Exercício - Nutrição, Energia e Desempenho Humano, 8ª edição",author:"McARDLE, William D.; KATCH, Frank I.; KATCH, Victor L.",isbn:"9788527730167",edition:0,vbkType:"epub",url:"/books/9788527730167",coverURL:"//covers.vitalbook.com/vbid/9788527730167/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nutrição para o Treinamento de Força",author:"KLEINER, Susan M.; GREENWOOD-ROBINSON, Maggie",isbn:"9788520452103",edition:4,vbkType:"pbk",url:"/books/9788520452103",coverURL:"//covers.vitalbook.com/vbid/9788520452103/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microbiologia - Aspectos Morfológicos, Bioquímicos e Metodológicos",author:"SALVATIERRA, Clabijo Mérida",isbn:"9788536521114",edition:1,vbkType:"pbk",url:"/books/9788536521114",coverURL:"//covers.vitalbook.com/vbid/9788536521114/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Imunologia Aplicada - Fundamentos, Técnicas Laboratoriais e Diagnósticos",author:"SILVA, Adeline Gisele Teixeira da",isbn:"9788536521039",edition:1,vbkType:"pbk",url:"/books/9788536521039",coverURL:"//covers.vitalbook.com/vbid/9788536521039/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eletrocardiograma na Sala de Emergências: Guia Prático de Diagnóstico e Condutas Terapêuticas",author:"GONZALEZ, Maria Margarita Castro; GEOVANINI, Glaucylara Reis; TIMERMAN, Sergio (eds.)",isbn:"9788520452608",edition:2,vbkType:"pbk",url:"/books/9788520452608",coverURL:"//covers.vitalbook.com/vbid/9788520452608/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Promoção e Prevenção em Saúde Bucal",author:"FREITAS, Fernanda Natrieli de",isbn:"9788536521299",edition:1,vbkType:"pbk",url:"/books/9788536521299",coverURL:"//covers.vitalbook.com/vbid/9788536521299/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ortodontia Lingual Simplificada",author:"KAIRALLA, Silvana Allegrini",isbn:"9788527730020",edition:0,vbkType:"epub",url:"/books/9788527730020",coverURL:"//covers.vitalbook.com/vbid/9788527730020/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Radiologia",author:"FELISBERTO, Marcelo",isbn:"9788536520964",edition:1,vbkType:"pbk",url:"/books/9788536520964",coverURL:"//covers.vitalbook.com/vbid/9788536520964/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia do Alongamento: Guia Ilustrado para Aumentar a Flexibilidade e a Força Muscular",author:"NELSON, Arnold G.; KOKKONEN, Jouko",isbn:"9788520452561",edition:0,vbkType:"pbk",url:"/books/9788520452561",coverURL:"//covers.vitalbook.com/vbid/9788520452561/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lendas e Fábulas do Folclore Brasileiro, Volume 2",author:"CARRASCO, Walcyr",isbn:"9788520451991",edition:0,vbkType:"pbk",url:"/books/9788520451991",coverURL:"//covers.vitalbook.com/vbid/9788520451991/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Situações Extremas em Terapia Intensiva: O Que é Necessário Saber Quando o Risco é Máximo",author:"CARVALHO, Carlos R. R. (ed.)",isbn:"9788520452714",edition:0,vbkType:"pbk",url:"/books/9788520452714",coverURL:"//covers.vitalbook.com/vbid/9788520452714/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Neurologia para o Clínico-Geral",author:"RODRIGUES, Marcelo Masruha; BERTOLUCCI, Paulo Henrique Ferreira (coords.)",isbn:"9788520452240",edition:0,vbkType:"pbk",url:"/books/9788520452240",coverURL:"//covers.vitalbook.com/vbid/9788520452240/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfermagem em Pronto Atendimento - Urgência e Emergência",author:"SANTOS, Nívea Cristina Moreira ",isbn:"9788536520865",edition:1,vbkType:"pbk",url:"/books/9788536520865",coverURL:"//covers.vitalbook.com/vbid/9788536520865/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Projeto Integrado de Produtos: Planejamento, Concepção e Modelagem",author:"BACK, Nelson; OGLIARI, André; DIAS, Acires; SILVA, Jonny Carlos da",isbn:"9788520452646",edition:0,vbkType:"pbk",url:"/books/9788520452646",coverURL:"//covers.vitalbook.com/vbid/9788520452646/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Carcinogênese - Desenvolvimento, Diagnóstico e Tratamento das Neoplasias",author:"MEDRADO, Leandro ",isbn:"9788536520827",edition:1,vbkType:"pbk",url:"/books/9788536520827",coverURL:"//covers.vitalbook.com/vbid/9788536520827/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática Financeira",author:"ALMEIDA, Jarbas Thaunahy Santos de",isbn:"9788521631286",edition:0,vbkType:"epub",url:"/books/9788521631286",coverURL:"//covers.vitalbook.com/vbid/9788521631286/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática de Enfermagem, 10ª edição",author:"NETTINA, Sandra M.",isbn:"9788527729598",edition:0,vbkType:"epub",url:"/books/9788527729598",coverURL:"//covers.vitalbook.com/vbid/9788527729598/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia de Neurologia",author:"BERTOLUCCI, Paulo H. F.; FERRAZ, Henrique Ballalai; FÉLIX, Evandro Penteado Villar; PEDROSO, José Lu",isbn:"9788520452394",edition:0,vbkType:"pbk",url:"/books/9788520452394",coverURL:"//covers.vitalbook.com/vbid/9788520452394/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Farmacotécnica - Técnicas de Manipulação de Medicamentos",author:"BERMAR, Kelly Cristina de Oliveira",isbn:"9788536520902",edition:1,vbkType:"pbk",url:"/books/9788536520902",coverURL:"//covers.vitalbook.com/vbid/9788536520902/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sociologia da Administração, 2ª edição",author:"SANTOS, Vania Martins dos",isbn:"9788521631958",edition:0,vbkType:"epub",url:"/books/9788521631958",coverURL:"//covers.vitalbook.com/vbid/9788521631958/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nutrição nas Doenças Crônicas Não-transmissíveis",author:"CUPPARI, Lilian (coord.)",isbn:"9788520452202",edition:0,vbkType:"pbk",url:"/books/9788520452202",coverURL:"//covers.vitalbook.com/vbid/9788520452202/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Medicamentos - Noções Básicas, Tipos e Formas Farmacêuticas",author:"JULIANI, Cecília Schimming Riscado ",isbn:"9788536521107",edition:1,vbkType:"pbk",url:"/books/9788536521107",coverURL:"//covers.vitalbook.com/vbid/9788536521107/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Implantodontia - Princípios, Técnicas de Fabricação, Reabilitação, Oclusão e Tipos de Próteses",author:"OLIVEIRA, Adelmir da Silva",isbn:"9788536521022",edition:1,vbkType:"pbk",url:"/books/9788536521022",coverURL:"//covers.vitalbook.com/vbid/9788536521022/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eletrocardiograma na Medicina de Urgência e Emergência",author:"BARROS, Raimundo Barbosa; PÉREZ-RIERA, Andrés Ricardo",isbn:"9788520452134",edition:0,vbkType:"pbk",url:"/books/9788520452134",coverURL:"//covers.vitalbook.com/vbid/9788520452134/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Profissional do Futuro: Uma Visão Empreendedora",author:"MORAIS, Roberto Souza de",isbn:"9788520452219",edition:0,vbkType:"pbk",url:"/books/9788520452219",coverURL:"//covers.vitalbook.com/vbid/9788520452219/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Produtos para a Saúde em Geral - Noções Básicas, Acessórios, Indicações de uso em Farmácia e Grupos de Nutrientes",author:"GOELDNER, Francine Oliveira; CLARA, Renan Orsati",isbn:"9788536521282",edition:1,vbkType:"pbk",url:"/books/9788536521282",coverURL:"//covers.vitalbook.com/vbid/9788536521282/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Organização e Funcionamento de Farmácia Hospitalar",author:"JULIANI, Roberta Guimarães Maiques",isbn:"9788536521176",edition:1,vbkType:"pbk",url:"/books/9788536521176",coverURL:"//covers.vitalbook.com/vbid/9788536521176/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Patologia",author:"PEREZ, Erika",isbn:"9788536520957",edition:1,vbkType:"pbk",url:"/books/9788536520957",coverURL:"//covers.vitalbook.com/vbid/9788536520957/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lendas e Fábulas do Folclore Brasileiro, Volume 1",author:"CARRASCO, Walcyr",isbn:"9788520452325",edition:0,vbkType:"pbk",url:"/books/9788520452325",coverURL:"//covers.vitalbook.com/vbid/9788520452325/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Silvicultura - Conceitos, Regeneração da Mata Ciliar, Produção de Mudas Florestais e Unidades de Conservação Ambiental",author:"ARAUJO, Iraciara Santos de; OLIVEIRA, Ivanoel Marques de; ALVES, Ketiane dos Santos ",isbn:"9788536521756",edition:1,vbkType:"pbk",url:"/books/9788536521756",coverURL:"//covers.vitalbook.com/vbid/9788536521756/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Neurologia e Neurocirurgia: A Prática Clínica e Cirúrgica por Meio de Casos",author:"ZUKERMAN, Eliova; BRANDT, Reynaldo A. (coords.)",isbn:"9788520452318",edition:0,vbkType:"pbk",url:"/books/9788520452318",coverURL:"//covers.vitalbook.com/vbid/9788520452318/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Cinesiologia Estrutural",author:"FLOYD, R. T.",isbn:"9788520452639",edition:16,vbkType:"pbk",url:"/books/9788520452639",coverURL:"//covers.vitalbook.com/vbid/9788520452639/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfermagem em Clínica Psiquiátrica",author:"MASTROROSA, Fernanda Micheleti; PENHA, Luciana Goes ",isbn:"9788536520858",edition:1,vbkType:"pbk",url:"/books/9788536520858",coverURL:"//covers.vitalbook.com/vbid/9788536520858/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Projeções e Perspectivas para Desenhos Técnicos",author:"CRUZ, Michele David da",isbn:"9788536520100",edition:1,vbkType:"pbk",url:"/books/9788536520100",coverURL:"//covers.vitalbook.com/vbid/9788536520100/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Biossegurança no Contexto da Saúde",author:" SILVA, José Vitor da; BARBOSA, Silene Ribeiro Miranda; DUARTE, \nSuélen Ribeiro Miranda Pontes ",isbn:"9788536520735",edition:1,vbkType:"pbk",url:"/books/9788536520735",coverURL:"//covers.vitalbook.com/vbid/9788536520735/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing de Conteúdo - Como Fazer sua Empresa Decolar no Meio Digital",author:"ASSAD, Nancy",isbn:"9788597007008",edition:0,vbkType:"epub",url:"/books/9788597007008",coverURL:"//covers.vitalbook.com/vbid/9788597007008/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Política Nacional de Saúde - Contextualização, Programas e Estratégias Públicas Sociais",author:"FREIRE, Caroline; ARAÚJO, Débora Peixoto de",isbn:"9788536521220",edition:1,vbkType:"pbk",url:"/books/9788536521220",coverURL:"//covers.vitalbook.com/vbid/9788536521220/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia de Cirurgia: Urgências e Emergências",author:"FERREIRA, Lydia Masako (coord.)",isbn:"9788520452295",edition:0,vbkType:"pbk",url:"/books/9788520452295",coverURL:"//covers.vitalbook.com/vbid/9788520452295/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Exame Clínico Musculoesquelético",author:"HOPPENFELD, Stanley",isbn:"9788520452073",edition:0,vbkType:"pbk",url:"/books/9788520452073",coverURL:"//covers.vitalbook.com/vbid/9788520452073/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistema Toyota de Desenvolvimento de Produto: Integrando Pessoas, Processo e Tecnologia",author:"MORGAN, James M.; LIKER, Jeffrey K.",isbn:"9788577803651",edition:1,vbkType:"pbk",url:"/books/9788577803651",coverURL:"//covers.vitalbook.com/vbid/9788577803651/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nutrição na Doença Renal Crônica",author:"CUPPARI, Lilian; AVESANI, Carla Maria; KAMIMURA, Maria Ayako (coords.)",isbn:"9788520452196",edition:0,vbkType:"pbk",url:"/books/9788520452196",coverURL:"//covers.vitalbook.com/vbid/9788520452196/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Histologia",author:"ABRAHAMSOHN, Paulo",isbn:"9788527730105",edition:0,vbkType:"epub",url:"/books/9788527730105",coverURL:"//covers.vitalbook.com/vbid/9788527730105/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processamento Químico de Filmes e Equipamentos",author:"CAMARGO, Renato; ALMEIDA, Lucimara Dias de; CAMPOS, Alessandra Pacini de",isbn:"9788536521268",edition:1,vbkType:"pbk",url:"/books/9788536521268",coverURL:"//covers.vitalbook.com/vbid/9788536521268/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Materiais, Equipamentos e Coleta - Procedimentos Básicos de Análises Laboratoriais",author:"MARTY, Elizângela; MARTY, Roseli Mari",isbn:"9788536521091",edition:1,vbkType:"pbk",url:"/books/9788536521091",coverURL:"//covers.vitalbook.com/vbid/9788536521091/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Operações Básicas de Laboratório de Manipulação - Boas Práticas",author:"GARÓFALO, Denise de Abreu; CARVALHO, Cristianne Hecht Mendes de",isbn:"9788536521169",edition:1,vbkType:"pbk",url:"/books/9788536521169",coverURL:"//covers.vitalbook.com/vbid/9788536521169/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Ortodontia e Próteses",author:"NOVAIS, Aline",isbn:"9788536520940",edition:1,vbkType:"pbk",url:"/books/9788536520940",coverURL:"//covers.vitalbook.com/vbid/9788536520940/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"50 Holters: Arritmias e seus Desafios",author:"GRINDLER, José; CARDOSO, Acácio F.; FONSECA, Alfredo J.; CASSIOLATO, José L. B.; OLIVEIRA, Carlos A.",isbn:"9788520452127",edition:0,vbkType:"pbk",url:"/books/9788520452127",coverURL:"//covers.vitalbook.com/vbid/9788520452127/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lazer e Recreação",author:"RIBEIRO, Olívia Cristina Ferreira ",isbn:"9788536521848",edition:1,vbkType:"pbk",url:"/books/9788536521848",coverURL:"//covers.vitalbook.com/vbid/9788536521848/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Reabilitação",author:"FERNANDES, Antonio Carlos; RAMOS, Alice Conceição Rosa; MORAIS FILHO, Mauro César de; ARES, Marcelo ",isbn:"9788520452363",edition:2,vbkType:"pbk",url:"/books/9788520452363",coverURL:"//covers.vitalbook.com/vbid/9788520452363/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Neurociência Clínica e Reabilitação",author:"SCHENKMAN, Margaret L.; BOWMAN, James P.; GISBERT, Robyn L.; BUTLER, Russell B.",isbn:"9788520452059",edition:0,vbkType:"pbk",url:"/books/9788520452059",coverURL:"//covers.vitalbook.com/vbid/9788520452059/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"IPCA - Indução Percutânea de Colágeno com Agulhas",author:"LIMA, Emerson de Andrade (org.)",isbn:"9788527730310",edition:0,vbkType:"epub",url:"/books/9788527730310",coverURL:"//covers.vitalbook.com/vbid/9788527730310/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfermagem em Centro de Material, Biossegurança e Bioética",author:"CARVALHO, Rachel de (coord.)",isbn:"9788520452615",edition:0,vbkType:"pbk",url:"/books/9788520452615",coverURL:"//covers.vitalbook.com/vbid/9788520452615/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processos Biotecnológicos Industriais - Produção de Bens de Consumo com o uso de Fungos e Bactérias",author:" OLIVEIRA, Vanessa da Gama",isbn:"9788536520025",edition:1,vbkType:"pbk",url:"/books/9788536520025",coverURL:"//covers.vitalbook.com/vbid/9788536520025/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Metodologia da Pesquisa Científica, 4ª edição",author:"MATIAS-PEREIRA, José",isbn:"9788597008821",edition:0,vbkType:"epub",url:"/books/9788597008821",coverURL:"//covers.vitalbook.com/vbid/9788597008821/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento Alimentar - Educação Nutricional nas Diversas Fases da Vida",author:"GOMES, Clarissa Emília Trigueiro; SANTOS, Eliane Cristina dos",isbn:"9788536521213",edition:1,vbkType:"pbk",url:"/books/9788536521213",coverURL:"//covers.vitalbook.com/vbid/9788536521213/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia de Anestesiologia e Medicina Intensiva",author:"AMARAL, José Luiz Gomes do; GERETTO, Pedro; TARDELLI, Maria Angela; MACHADO, Flávia Ribeiro; YAMASHI",isbn:"9788520451977",edition:0,vbkType:"pbk",url:"/books/9788520451977",coverURL:"//covers.vitalbook.com/vbid/9788520451977/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Biologia Celular - Estrutura e Organização Molecular",author:"PIRES, Carlos Eduardo De Barros Moreira; ALMEIDA, Lara Mendes de ",isbn:"9788536520803",edition:1,vbkType:"pbk",url:"/books/9788536520803",coverURL:"//covers.vitalbook.com/vbid/9788536520803/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Epidemiologia - Indicadores de Saúde e Análise de Dados",author:"GALLEGUILLOS, Tatiana Gabriela Brassea",isbn:"9788536520889",edition:1,vbkType:"pbk",url:"/books/9788536520889",coverURL:"//covers.vitalbook.com/vbid/9788536520889/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sapateado: Fundamentos e Técnicas",author:"LEWIS, Lisa",isbn:"9788520451571",edition:0,vbkType:"pbk",url:"/books/9788520451571",coverURL:"//covers.vitalbook.com/vbid/9788520451571/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nutrição e Dietética",author:"GOMES, Clarissa Emília Trigueiro; SANTOS, Eliane Cristina dos",isbn:"9788536521152",edition:2,vbkType:"pbk",url:"/books/9788536521152",coverURL:"//covers.vitalbook.com/vbid/9788536521152/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Hemoterapia e Doenças Infecciosas",author:"HAMERSCHLAK, Nelson; SARAIVA, João Carlos Pina (coords.)",isbn:"9788520452226",edition:0,vbkType:"pbk",url:"/books/9788520452226",coverURL:"//covers.vitalbook.com/vbid/9788520452226/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Deficiências Nutricionais - Técnicas de Avaliação, Prevenção de Doenças e Diagnóstico",author:"SANTOS, Eliane Cristina dos; GOMES, \nClarissa Emília Trigueiro ",isbn:"9788536520841",edition:1,vbkType:"pbk",url:"/books/9788536520841",coverURL:"//covers.vitalbook.com/vbid/9788536520841/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Procedimentos Restauradores - Aspectos Históricos, Desenvolvimento, Recursos e Aplicabilidade",author:"OLIVEIRA, Adelmir da Silva",isbn:"9788536521251",edition:1,vbkType:"pbk",url:"/books/9788536521251",coverURL:"//covers.vitalbook.com/vbid/9788536521251/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Materiais e Equipamentos Odontológicos: Conceitos e Técnicas de Manipulação e Manutenção",author:"BONATTI, Francesca Botelho",isbn:"9788536521084",edition:1,vbkType:"pbk",url:"/books/9788536521084",coverURL:"//covers.vitalbook.com/vbid/9788536521084/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Oncologia para Enfermagem",author:"RODRIGUES, Andrea Bezerra; OLIVEIRA, Patrícia Peres de (coords.)",isbn:"9788520452066",edition:0,vbkType:"pbk",url:"/books/9788520452066",coverURL:"//covers.vitalbook.com/vbid/9788520452066/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Nutrição no Esporte e no Exercício",author:"DUNFORD, Marie",isbn:"9788520452097",edition:0,vbkType:"pbk",url:"/books/9788520452097",coverURL:"//covers.vitalbook.com/vbid/9788520452097/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnicas e Práticas de Lazer",author:"BRUSTOLIN, Gisela Maria; LOPES Carolina Gontijo ",isbn:"9788536521893",edition:1,vbkType:"pbk",url:"/books/9788536521893",coverURL:"//covers.vitalbook.com/vbid/9788536521893/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Inglês Instrumental: Comunicação e Processos Para Hospedagem",author:"REJANI, Márcia",isbn:"9788536521831",edition:1,vbkType:"pbk",url:"/books/9788536521831",coverURL:"//covers.vitalbook.com/vbid/9788536521831/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Radioterapia e Medicina Nuclear - Conceitos, Instrumentação, Protocolos, Tipos De Exames e Tratamentos",author:"CAMARGO, Renato",isbn:"9788536521336",edition:1,vbkType:"pbk",url:"/books/9788536521336",coverURL:"//covers.vitalbook.com/vbid/9788536521336/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Natação para Condicionamento Físico: 60 Sessões de Treinamento para Velocidade, Resistência e Técnica",author:"HINES, Emmett",isbn:"9788520452691",edition:2,vbkType:"pbk",url:"/books/9788520452691",coverURL:"//covers.vitalbook.com/vbid/9788520452691/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Genética, 11ª edição",author:"GRIFFITHS, Anthony J. F.; WESSLER, Susan R.; CARROLL, Sean B.; DOEBLEY, John",isbn:"9788527729963",edition:0,vbkType:"epub",url:"/books/9788527729963",coverURL:"//covers.vitalbook.com/vbid/9788527729963/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfermagem em Centro Cirúrgico e Recuperação Anestésica",author:"CARVALHO, Rachel de (coord.)",isbn:"9788520445419",edition:0,vbkType:"pbk",url:"/books/9788520445419",coverURL:"//covers.vitalbook.com/vbid/9788520445419/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Plano de Negócios: Estratégia para Micro e Pequenas Empresas",author:"BIAGIO, Luiz Arnaldo; BATOCCHIO, Antonio",isbn:"9788520452349",edition:2,vbkType:"pbk",url:"/books/9788520452349",coverURL:"//covers.vitalbook.com/vbid/9788520452349/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Biologia do Câncer",author:"WEINBERG, Robert A.",isbn:"9788536315683",edition:1,vbkType:"pbk",url:"/books/9788536315683",coverURL:"//covers.vitalbook.com/vbid/9788536315683/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Casos Clínicos em Fisioterapia de Cuidado Intensivo",author:"JOBST, Erin E.\n",isbn:"9788580555059",edition:1,vbkType:"epub",url:"/books/9788580555059",coverURL:"//covers.vitalbook.com/vbid/9788580555059/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Delineando a Pesquisa Clínica",author:"HULLEY, Stephen B.; CUMMINGS, Steven R.; BROWNER, Warren S.; GRADY, Deborah G.; NEWMAN, Thomas B.\n",isbn:"9788582712030",edition:4,vbkType:"epub",url:"/books/9788582712030",coverURL:"//covers.vitalbook.com/vbid/9788582712030/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Impressão e Acabamento - Coleção Design Básico",author:"AMBROSE, Gavin; HARRIS, Paul",isbn:"9788577804641",edition:1,vbkType:"pbk",url:"/books/9788577804641",coverURL:"//covers.vitalbook.com/vbid/9788577804641/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Instrumentos de Avaliação em Saúde Mental",author:"Gorenstein, Clarice; Wang, Yuan-Pang; Hungerbühler, Ines",isbn:"9788582712863",edition:1,vbkType:"epub",url:"/books/9788582712863",coverURL:"//covers.vitalbook.com/vbid/9788582712863/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Management não é o que você pensa",author:"MINTZBERG, Henry; AHLSTRAND, Bruce; LAMPEL, Joseph ",isbn:"9788582602614",edition:1,vbkType:"epub",url:"/books/9788582602614",coverURL:"//covers.vitalbook.com/vbid/9788582602614/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Farmacologia e Terapêutica de Goodman & Gilman",author:"HILAL-DANDAN, Randa; BRUNTON, Laurence",isbn:"9788580555066",edition:2,vbkType:"epub",url:"/books/9788580555066",coverURL:"//covers.vitalbook.com/vbid/9788580555066/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Netnografia: Realizando Pesquisa Etnográfica Online",author:"KOZINETS, Robert V.",isbn:"9788565848978",edition:1,vbkType:"pbk",url:"/books/9788565848978",coverURL:"//covers.vitalbook.com/vbid/9788565848978/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Modelo Toyota: 14 Princípios de Gestão do Maior Fabricante do Mundo",author:"LIKER, Jeffrey K.",isbn:"9788577801374",edition:1,vbkType:"pbk",url:"/books/9788577801374",coverURL:"//covers.vitalbook.com/vbid/9788577801374/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Talento Toyota",author:"LIKER, Jeffrey K.; MEIER, David P.",isbn:"9788577802845",edition:1,vbkType:"pbk",url:"/books/9788577802845",coverURL:"//covers.vitalbook.com/vbid/9788577802845/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Styling de Moda - Fundamentos de Design de Moda",author:"McASSEY, Jacqueline; BUCKLEY, Clare",isbn:"9788582600092",edition:1,vbkType:"pbk",url:"/books/9788582600092",coverURL:"//covers.vitalbook.com/vbid/9788582600092/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cuidados Paliativos: Conversas Sobre a Vida e a Morte na Saúde",author:"BIFULCO, Vera Anita; CAPONERO, Ricardo",isbn:"9788520452592",edition:0,vbkType:"pbk",url:"/books/9788520452592",coverURL:"//covers.vitalbook.com/vbid/9788520452592/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processo de Conhecimento e Cumprimento de Sentença - Comentários ao CPC de 2015",author:"GAJARDONI, Fernando da Fonseca; DELLORE, Luiz; ROQUE, Andre Vasconcelos; OLIVEIRA Jr., Zulmar Duarte",isbn:"9788530971854",edition:0,vbkType:"epub",url:"/books/9788530971854",coverURL:"//covers.vitalbook.com/vbid/9788530971854/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Romano, 17ª edição",author:"ALVES, José Carlos Moreira",isbn:"9788530970888",edition:0,vbkType:"epub",url:"/books/9788530970888",coverURL:"//covers.vitalbook.com/vbid/9788530970888/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Telemática - Convergência de Dados, Voz e Imagem",author:"MORAES, Alexandre Fernandes de ",isbn:"9788536522135",edition:1,vbkType:"pbk",url:"/books/9788536522135",coverURL:"//covers.vitalbook.com/vbid/9788536522135/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"História e Desenvolvimento de Mobiliário",author:"CRIVELARO, Marcos; PINHEIRO, Antonio Carlos da Fonseca Bragança ",isbn:"9788536519289",edition:1,vbkType:"pbk",url:"/books/9788536519289",coverURL:"//covers.vitalbook.com/vbid/9788536519289/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual dos Juizados Especiais Cíveis Estaduais, 8ª edição",author:"ROCHA, Felippe Borring",isbn:"9788597007060",edition:0,vbkType:"epub",url:"/books/9788597007060",coverURL:"//covers.vitalbook.com/vbid/9788597007060/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito comercial – Direito de empresa",author:"CAPINHO, Sérgio",isbn:"9788547210960",edition:14,vbkType:"pbk",url:"/books/9788547210960",coverURL:"//covers.vitalbook.com/vbid/9788547210960/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Projetos e Implementação de Redes",author:"SOUSA, Lindeberg Barros de ",isbn:"9788536522029",edition:3,vbkType:"pbk",url:"/books/9788536522029",coverURL:"//covers.vitalbook.com/vbid/9788536522029/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sentença Cível - Estrutura e Técnicas de Elaboração, 2ª edição",author:"COSTA NETO, Raimundo Silvino da; RODRIGUES, Rodrigo Cordeiro de Souza",isbn:"9788530972486",edition:0,vbkType:"epub",url:"/books/9788530972486",coverURL:"//covers.vitalbook.com/vbid/9788530972486/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Improbidade Administrativa - Prescrição e outros Prazos Extintivos, 2ª edição",author:"CARVALHO FILHO, José dos Santos",isbn:"9788597008593",edition:0,vbkType:"epub",url:"/books/9788597008593",coverURL:"//covers.vitalbook.com/vbid/9788597008593/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia Social e Comunitária - Fundamentos, Intervenções e Transformações",author:"FERREIRA, Rita de Cassia Campos",isbn:"9788536521312",edition:1,vbkType:"pbk",url:"/books/9788536521312",coverURL:"//covers.vitalbook.com/vbid/9788536521312/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito civil esquematizado",author:"Gonçalves, Carlos Roberto",isbn:"9788547200794",edition:4,vbkType:"pbk",url:"/books/9788547200794",coverURL:"//covers.vitalbook.com/vbid/9788547200794/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Resíduos Sólidos - Impactos, Manejo e Gestão Ambiental",author:"BARBOSA, Rildo Pereira; IBRAHIN, Francini Imene Dias ",isbn:"9788536521749",edition:1,vbkType:"pbk",url:"/books/9788536521749",coverURL:"//covers.vitalbook.com/vbid/9788536521749/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Competências Comportamentais",author:"CODA, Roberto",isbn:"9788597008746",edition:0,vbkType:"epub",url:"/books/9788597008746",coverURL:"//covers.vitalbook.com/vbid/9788597008746/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Operações imobiliárias: estruturação e tributação",author:"VILENA, Renato; CASTRO, Leonardo Freitas de Moraes e",isbn:"9788547202606",edition:1,vbkType:"pbk",url:"/books/9788547202606",coverURL:"//covers.vitalbook.com/vbid/9788547202606/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Provas & Concursos - Direito do Trabalho para Concursos, 2ª edição",author:"RENZETTI FILHO, Rogério Nascimento",isbn:"9788530972257",edition:0,vbkType:"epub",url:"/books/9788530972257",coverURL:"//covers.vitalbook.com/vbid/9788530972257/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei de execução fiscal",author:"THEODORO JUNIOR, Humberto",isbn:"9788547207991",edition:13,vbkType:"pbk",url:"/books/9788547207991",coverURL:"//covers.vitalbook.com/vbid/9788547207991/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col Sinopses Jurídicas 18 - Da organização, do estado, dos poderes, e histórico das constituições",author:"PINHO, Rodrigo César Rebello",isbn:"9788547210458",edition:16,vbkType:"pbk",url:"/books/9788547210458",coverURL:"//covers.vitalbook.com/vbid/9788547210458/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundição - Processos e Tecnologias Correlatas",author:"BALDAM, Roquemar de Lima; VIEIRA, Estéfano Aparecido ",isbn:"9788536519746",edition:2,vbkType:"pbk",url:"/books/9788536519746",coverURL:"//covers.vitalbook.com/vbid/9788536519746/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Criando Espaços e Projetos Saudáveis",author:"BOZZA, Silvana Bighetti",isbn:"9788520452585",edition:0,vbkType:"pbk",url:"/books/9788520452585",coverURL:"//covers.vitalbook.com/vbid/9788520452585/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processo Coletivo do Trabalho",author:"SANTOS, Enoque Ribeiro dos",isbn:"9788530972554",edition:0,vbkType:"epub",url:"/books/9788530972554",coverURL:"//covers.vitalbook.com/vbid/9788530972554/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Previdenciário",author:"CASTRO, Carlos Alberto Pereira de; LAZZARI, João Batista",isbn:"9788530972356",edition:0,vbkType:"epub",url:"/books/9788530972356",coverURL:"//covers.vitalbook.com/vbid/9788530972356/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Telefonia Digital",author:"ALENCAR, Marcelo Sampaio de",isbn:"9788536522128",edition:5,vbkType:"pbk",url:"/books/9788536522128",coverURL:"//covers.vitalbook.com/vbid/9788536522128/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia Prático das Novas Ferramentas Comerciais: Da Construção da Marca ao Atendimento ao Consumidor",author:"LIMA, Alexandre Bastos Moreira; SIQUEIRA, André; PRANGE, Eduardo; CHAGAS, Emilia; RODRIGUES, Fabríci",isbn:"9788582603796",edition:1,vbkType:"epub",url:"/books/9788582603796",coverURL:"//covers.vitalbook.com/vbid/9788582603796/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Vade Mecum Método - Legislação, 5ª edição",author:"Equipe Método",isbn:"9788530971694",edition:0,vbkType:"epub",url:"/books/9788530971694",coverURL:"//covers.vitalbook.com/vbid/9788530971694/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Prática Trabalhista",author:"CISNEIROS, Gustavo",isbn:"9788530972189",edition:0,vbkType:"epub",url:"/books/9788530972189",coverURL:"//covers.vitalbook.com/vbid/9788530972189/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Crimes Eleitorais e Processo Penal Eleitoral, 2ª edição",author:"GOMES, José Jairo",isbn:"9788597008555",edition:0,vbkType:"epub",url:"/books/9788597008555",coverURL:"//covers.vitalbook.com/vbid/9788597008555/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Projetos de Sistemas Rádio",author:"SANCHES, Carlos Alberto; MIYOSHI, Edson Mitsugo ",isbn:"9788536522012",edition:4,vbkType:"pbk",url:"/books/9788536522012",coverURL:"//covers.vitalbook.com/vbid/9788536522012/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Empreendedorismo: Dando Asas ao Espírito Empreendedor",author:"CHIAVENATO, Idalberto",isbn:"9788520438299",edition:4,vbkType:"pbk",url:"/books/9788520438299",coverURL:"//covers.vitalbook.com/vbid/9788520438299/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 423",author:"Vários",isbn:"0000012161423",edition:0,vbkType:"pbk",url:"/books/0000012161423",coverURL:"//covers.vitalbook.com/vbid/0000012161423/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia de Prática Previdenciária Administrativa",author:"LAZZARI, João Batista; CASTRO, Carlos Alberto Pereira de; KRAVCHYCHYN, Gisele Lemos",isbn:"9788530971878",edition:0,vbkType:"epub",url:"/books/9788530971878",coverURL:"//covers.vitalbook.com/vbid/9788530971878/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Natação e Atividades Aquáticas: Subsídios para o Ensino",author:"COSTA, Paula Hentschel Lobo da (coord.)",isbn:"9788520452684",edition:0,vbkType:"pbk",url:"/books/9788520452684",coverURL:"//covers.vitalbook.com/vbid/9788520452684/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Ambiental e Sustentabilidade",author:"PHILIPPI JR., Arlindo; FREITAS, Vladimir Passos de; SPÍNOLA, Ana Luiza Silva (eds.)",isbn:"9788520439241",edition:0,vbkType:"pbk",url:"/books/9788520439241",coverURL:"//covers.vitalbook.com/vbid/9788520439241/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Redes sem Fio - Instalação, Configuração e Segurança - Fundamentos",author:"MORAES, Alexandre Fernandes de ",isbn:"9788536522074",edition:1,vbkType:"pbk",url:"/books/9788536522074",coverURL:"//covers.vitalbook.com/vbid/9788536522074/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como Administrar o Fluxo de Caixa das Empresas, 9ª edição",author:"SILVA, Edson Cordeiro da",isbn:"9788597008067",edition:0,vbkType:"epub",url:"/books/9788597008067",coverURL:"//covers.vitalbook.com/vbid/9788597008067/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O processo do mandado de injunção",author:"FONSECA, João Franciso N. da ",isbn:"9788547210601",edition:1,vbkType:"pbk",url:"/books/9788547210601",coverURL:"//covers.vitalbook.com/vbid/9788547210601/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei Cambial Comentada: Letra de Câmbio e Nota Promissória",author:"BIMBATO, Mario",isbn:"9788520452233",edition:2,vbkType:"pbk",url:"/books/9788520452233",coverURL:"//covers.vitalbook.com/vbid/9788520452233/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código Penal Comentado: Doutrina e Jurisprudência",author:"JALIL, Mauricio Schaun; GRECO FILHO, Vicente (coords.)",isbn:"9788520452028",edition:0,vbkType:"pbk",url:"/books/9788520452028",coverURL:"//covers.vitalbook.com/vbid/9788520452028/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Método de Estudo OAB - Prática Tributária, 9ª edição",author:"SABBAG, Eduardo de Moraes",isbn:"9788530972424",edition:0,vbkType:"epub",url:"/books/9788530972424",coverURL:"//covers.vitalbook.com/vbid/9788530972424/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cozinha Fria - Da Ornamentação à Execução do Cardápio",author:"CARVALHO, Robson de",isbn:"9788536521794",edition:1,vbkType:"pbk",url:"/books/9788536521794",coverURL:"//covers.vitalbook.com/vbid/9788536521794/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática penal para o exame da OAB",author:"MESSA, Ana Flávia",isbn:"9788547209254",edition:8,vbkType:"pbk",url:"/books/9788547209254",coverURL:"//covers.vitalbook.com/vbid/9788547209254/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Imobiliário - Teoria e Prática, 11ª edição",author:"SCAVONE Jr., Luiz Antonio",isbn:"9788530972158",edition:0,vbkType:"epub",url:"/books/9788530972158",coverURL:"//covers.vitalbook.com/vbid/9788530972158/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"TCP/IP e Conectividade em Redes - Guia Prático",author:"SOUSA, Lindeberg Barros de ",isbn:"9788536522111",edition:5,vbkType:"pbk",url:"/books/9788536522111",coverURL:"//covers.vitalbook.com/vbid/9788536522111/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia de Secretariado - Técnicas e Comportamento",author:"VEIGA, Denize Rachel",isbn:"9788536518701",edition:3,vbkType:"pbk",url:"/books/9788536518701",coverURL:"//covers.vitalbook.com/vbid/9788536518701/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Vade Mecum do Civilista",author:"CINTRA, Antônio Fernando; BARROS, Francisco Dirceu (orgs.)",isbn:"9788520451731",edition:0,vbkType:"pbk",url:"/books/9788520451731",coverURL:"//covers.vitalbook.com/vbid/9788520451731/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de português jurídico",author:"SABAGG, Eduardo",isbn:"9788547208585",edition:9,vbkType:"pbk",url:"/books/9788547208585",coverURL:"//covers.vitalbook.com/vbid/9788547208585/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Crime Organizado, 6ª edição",author:"MENDRONI, Marcelo Batlouni",isbn:"9788597008289",edition:0,vbkType:"epub",url:"/books/9788597008289",coverURL:"//covers.vitalbook.com/vbid/9788597008289/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processos de Programação, Preparação e Operação de Torno CNC",author:"SILVA, Sidnei Domingues da",isbn:"9788536520056",edition:1,vbkType:"pbk",url:"/books/9788536520056",coverURL:"//covers.vitalbook.com/vbid/9788536520056/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Economia Fundamental - Guia Prático",author:"DIAS, Marcos de Carvalho ",isbn:"9788536518695",edition:1,vbkType:"pbk",url:"/books/9788536518695",coverURL:"//covers.vitalbook.com/vbid/9788536518695/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Responsabilidade Civil, 11ª edição",author:"PEREIRA, Caio Mário da Silva",isbn:"9788530971946",edition:0,vbkType:"epub",url:"/books/9788530971946",coverURL:"//covers.vitalbook.com/vbid/9788530971946/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Esquematizado - Legislação penal especial",author:"José Paulo Baltazar Jr./ Victor Eduardo Rios Gonçalves",isbn:"9788547200640",edition:2,vbkType:"pbk",url:"/books/9788547200640",coverURL:"//covers.vitalbook.com/vbid/9788547200640/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Redes GSM, GPRS, EDGE e UMTS - Evolução a Caminho da Quarta Geração",author:"SVERZUT, José Umberto ",isbn:"9788536522067",edition:4,vbkType:"pbk",url:"/books/9788536522067",coverURL:"//covers.vitalbook.com/vbid/9788536522067/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Imagem Pessoal e Visagismo",author:"KAMIZATO, Karina Kiyoko",isbn:"9788536521015",edition:1,vbkType:"pbk",url:"/books/9788536521015",coverURL:"//covers.vitalbook.com/vbid/9788536521015/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Arte e Cultura",author:" SANT´ANA, Cláudio Aparecido",isbn:"9788536521787",edition:1,vbkType:"pbk",url:"/books/9788536521787",coverURL:"//covers.vitalbook.com/vbid/9788536521787/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Devido Processo Penal, 3ª edição",author:"GIACOMOLLI, Nereu José",isbn:"9788597008845",edition:0,vbkType:"epub",url:"/books/9788597008845",coverURL:"//covers.vitalbook.com/vbid/9788597008845/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito administrativo para concursos",author:"BOLZAN,Fabrício",isbn:"9788547208868",edition:2,vbkType:"pbk",url:"/books/9788547208868",coverURL:"//covers.vitalbook.com/vbid/9788547208868/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Legislação Profissional em Saúde - Conceitos e Aspectos Éticos",author:"SANTOS, Nívea Cristina Moreira",isbn:"9788536521053",edition:1,vbkType:"pbk",url:"/books/9788536521053",coverURL:"//covers.vitalbook.com/vbid/9788536521053/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cálculos Trabalhistas, 28ª edição",author:"OLIVEIRA, Aristeu de",isbn:"9788597008326",edition:0,vbkType:"epub",url:"/books/9788597008326",coverURL:"//covers.vitalbook.com/vbid/9788597008326/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Gastronomia",author:"ELEUTERIO, Helio",isbn:"9788536520933",edition:1,vbkType:"pbk",url:"/books/9788536520933",coverURL:"//covers.vitalbook.com/vbid/9788536520933/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Método de Estudo OAB - Prática Penal",author:"CURY, Rogério; RODRIGUES, Cristiano",isbn:"9788530972202",edition:0,vbkType:"epub",url:"/books/9788530972202",coverURL:"//covers.vitalbook.com/vbid/9788530972202/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática Penal para Defensoria Pública",author:"PAIVA, Caio Cezar",isbn:"9788530972233",edition:0,vbkType:"epub",url:"/books/9788530972233",coverURL:"//covers.vitalbook.com/vbid/9788530972233/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito empresarial esquematizado",author:"CHAGAS, Edilson Enedino das",isbn:"9788547200671",edition:3,vbkType:"pbk",url:"/books/9788547200671",coverURL:"//covers.vitalbook.com/vbid/9788547200671/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"SQL - Structured Query Language, 6ª edição",author:"DAMAS, Luís",isbn:"9788521632450",edition:0,vbkType:"epub",url:"/books/9788521632450",coverURL:"//covers.vitalbook.com/vbid/9788521632450/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Governança em Hospedagem",author:"YANES, Adriana Figueiredo ",isbn:"9788536521817",edition:1,vbkType:"pbk",url:"/books/9788536521817",coverURL:"//covers.vitalbook.com/vbid/9788536521817/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tutela provisória no novo CPC",author:"BUENO, Cassio Scarpinella",isbn:"9788547206062",edition:1,vbkType:"pbk",url:"/books/9788547206062",coverURL:"//covers.vitalbook.com/vbid/9788547206062/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual Direitos do Consumidor, 14ª edição",author:"FILOMENO, José Geraldo Brito",isbn:"9788597008203",edition:0,vbkType:"epub",url:"/books/9788597008203",coverURL:"//covers.vitalbook.com/vbid/9788597008203/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controle da administração pública",author:"FRANÇA, Phillip Gil",isbn:"9788547204051",edition:4,vbkType:"pbk",url:"/books/9788547204051",coverURL:"//covers.vitalbook.com/vbid/9788547204051/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processos de Caldeiraria - Máquinas, Ferramentas, Materiais, Técnicas de Traçado e Normas de Segurança",author:"ALMEIDA, Paulo Samuel de",isbn:"9788536520049",edition:1,vbkType:"pbk",url:"/books/9788536520049",coverURL:"//covers.vitalbook.com/vbid/9788536520049/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dicionário de Educação Física e Esporte",author:"BARBANTI, Valdir J.",isbn:"9788520452653",edition:3,vbkType:"pbk",url:"/books/9788520452653",coverURL:"//covers.vitalbook.com/vbid/9788520452653/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Responsabilidade Civil de Profissionais Liberais",author:"MORAES, Maria Celina Bodin de; GUEDES, Gisela Sampaio da Cruz (coords.)",isbn:"9788530972394",edition:0,vbkType:"epub",url:"/books/9788530972394",coverURL:"//covers.vitalbook.com/vbid/9788530972394/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Esquematizado - Direito processual penal",author:"ARAUJO, Alexandre Cebrian",isbn:"9788547200732",edition:5,vbkType:"pbk",url:"/books/9788547200732",coverURL:"//covers.vitalbook.com/vbid/9788547200732/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Voz Sobre Protocolo IP - A Nova Realidade da Telefonia",author:"BERNAL, Paulo Sérgio Milano ",isbn:"9788536522159",edition:1,vbkType:"pbk",url:"/books/9788536522159",coverURL:"//covers.vitalbook.com/vbid/9788536522159/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Redes de Computadores - Fundamentos",author:"MORAES, Alexandre Fernandes de ",isbn:"9788536522050",edition:7,vbkType:"pbk",url:"/books/9788536522050",coverURL:"//covers.vitalbook.com/vbid/9788536522050/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Adobe Illustrator CC - Descobrindo e Conquistando",author:"ALVES, William Pereira",isbn:"9788536518619",edition:1,vbkType:"pbk",url:"/books/9788536518619",coverURL:"//covers.vitalbook.com/vbid/9788536518619/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novo CPC anotado e comparado para concursos",author:"FIGUEIREDO, Simone ",isbn:"9788547210069",edition:2,vbkType:"pbk",url:"/books/9788547210069",coverURL:"//covers.vitalbook.com/vbid/9788547210069/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Administrativo Militar, 2ª edição",author:"ABREU, Jorge Luiz Nogueira de",isbn:"9788530965457",edition:0,vbkType:"epub",url:"/books/9788530965457",coverURL:"//covers.vitalbook.com/vbid/9788530965457/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Aspectos Legais da Comercialização de Produtos em Farmácia",author:"PEREIRA, Josimara Pinho ",isbn:"9788536520797",edition:1,vbkType:"pbk",url:"/books/9788536520797",coverURL:"//covers.vitalbook.com/vbid/9788536520797/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Formação de Preços para Planos de Saúde - Assistência Médica e Odontológica",author:"MONTENEGRO, Roberto Alves de Lima",isbn:"9788536520926",edition:1,vbkType:"pbk",url:"/books/9788536520926",coverURL:"//covers.vitalbook.com/vbid/9788536520926/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Método de Estudo da OAB - Direito Internacional e Direitos Humano, 2ª edição",author:"MALHEIRO, Emerson Penha",isbn:"9788530971830",edition:0,vbkType:"epub",url:"/books/9788530971830",coverURL:"//covers.vitalbook.com/vbid/9788530971830/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Justiça restaurativa e abolicionismo penal",author:"ACHUTTI, Daniel Silva",isbn:"9788547208981",edition:2,vbkType:"pbk",url:"/books/9788547208981",coverURL:"//covers.vitalbook.com/vbid/9788547208981/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática no Direito de Família, 8ª edição",author:"ARAUJO Jr., Gediel Claudino de",isbn:"9788597007107",edition:0,vbkType:"epub",url:"/books/9788597007107",coverURL:"//covers.vitalbook.com/vbid/9788597007107/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Econômico Esquematizado, 4ª edição",author:"MASSO, Fabiano Del",isbn:"9788530971816",edition:0,vbkType:"epub",url:"/books/9788530971816",coverURL:"//covers.vitalbook.com/vbid/9788530971816/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas de Radioenlaces Digitais - Terrestres e por Satélites",author:"GOMES, Geraldo Gil Ramundo",isbn:"9788536522104",edition:1,vbkType:"pbk",url:"/books/9788536522104",coverURL:"//covers.vitalbook.com/vbid/9788536522104/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controle Tributário para Administradores e Contadores",author:"CHIEREGATO, Renato; OLIVEIRA, Luís Martins de; SOUZA, Ailton Fernando de; ARIEDE, Marcia Sousa Nasci",isbn:"9788597002782",edition:0,vbkType:"epub",url:"/books/9788597002782",coverURL:"//covers.vitalbook.com/vbid/9788597002782/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão da Qualidade - ISO 9001:2015",author:"CARPINETTI, Luiz Cesar Ribeiro; GEROLAMO, Mateus Cecílio",isbn:"9788597007046",edition:0,vbkType:"epub",url:"/books/9788597007046",coverURL:"//covers.vitalbook.com/vbid/9788597007046/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria Geral do Estado e da Constituição, 10ª edição",author:"FILOMENO, José Geraldo Brito",isbn:"9788530971656",edition:0,vbkType:"epub",url:"/books/9788530971656",coverURL:"//covers.vitalbook.com/vbid/9788530971656/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito Processual Civil, 6ª edição",author:"ABELHA, Marcelo",isbn:"9788530970765",edition:0,vbkType:"epub",url:"/books/9788530970765",coverURL:"//covers.vitalbook.com/vbid/9788530970765/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao código de processo civil - vol. VII (arts. 318 a 368)",author:"TUCI, Jose Rogério Cruz e",isbn:"9788547209568",edition:1,vbkType:"pbk",url:"/books/9788547209568",coverURL:"//covers.vitalbook.com/vbid/9788547209568/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processos de Análise Química: Contexto Histórico e Desenvolvimento Industrial",author:"MATOS, Simone Pires de",isbn:"9788536520032",edition:1,vbkType:"pbk",url:"/books/9788536520032",coverURL:"//covers.vitalbook.com/vbid/9788536520032/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Diagramação com Indesign CS6",author:"FIDALGO, João Carlos de Carvalho; JOSÉ, Marcel Fialho ",isbn:"9788536519029",edition:1,vbkType:"pbk",url:"/books/9788536519029",coverURL:"//covers.vitalbook.com/vbid/9788536519029/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Recursos Eleitorais, 3ª edição",author:"GOMES, José Jairo",isbn:"9788597008760",edition:0,vbkType:"epub",url:"/books/9788597008760",coverURL:"//covers.vitalbook.com/vbid/9788597008760/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Esquematizado - Direito civil 1: parte geral, obrigações, contratos",author:"Gonçalves, Carlos Roberto",isbn:"9788547200763",edition:6,vbkType:"pbk",url:"/books/9788547200763",coverURL:"//covers.vitalbook.com/vbid/9788547200763/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratamento de Água e Efluentes - Fundamentos de Saneamento Ambiental e Gestão de Recursos Hídricos",author:"BITTENCOURT, Claudia; PAULA, Maria Aparecida Silva de",isbn:"9788536521770",edition:1,vbkType:"pbk",url:"/books/9788536521770",coverURL:"//covers.vitalbook.com/vbid/9788536521770/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Humanização dos Processos de Trabalho - Fundamentos, Avanços Sociais, Tecnológicos e Atenção à Saúde",author:"MELO, Paulo Marcio da Silva; CIAMPA, Amábile de Lourdes; ARAÚJO, Sônia Regina Cassiano de",isbn:"9788536521008",edition:1,vbkType:"pbk",url:"/books/9788536521008",coverURL:"//covers.vitalbook.com/vbid/9788536521008/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Acidentes do trabalho e doenças ocupacionais: conceito, processos de conhecimento e de execução e suas questões polêmicas",author:"MONTEIRO, Antonio Lopes; BERTAGNI, Roberto Fleury de Souza",isbn:"9788502629301",edition:8,vbkType:"pbk",url:"/books/9788502629301",coverURL:"//covers.vitalbook.com/vbid/9788502629301/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Modelos de Peças no Novo CPC, 2ª edição",author:"SCAVONE Jr., Luiz Antonio",isbn:"9788530970710",edition:0,vbkType:"epub",url:"/books/9788530970710",coverURL:"//covers.vitalbook.com/vbid/9788530970710/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dano Moral, 8ª edição",author:"THEODORO Jr., Humberto",isbn:"9788530972295",edition:0,vbkType:"epub",url:"/books/9788530972295",coverURL:"//covers.vitalbook.com/vbid/9788530972295/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Redes de Computadores",author:"MORAES, Alexandre Fernandes de ",isbn:"9788536522043",edition:1,vbkType:"pbk",url:"/books/9788536522043",coverURL:"//covers.vitalbook.com/vbid/9788536522043/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Crise da Representação Política do Estado: Perspectivas da Soberania em Carl Schmitt, Michel Foucault e Giorgio Agamben",author:"D'URSO, Flavia",isbn:"9788520452271",edition:0,vbkType:"pbk",url:"/books/9788520452271",coverURL:"//covers.vitalbook.com/vbid/9788520452271/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estética e Sociedade",author:"SILVA, Katia Moraes da; SANTOS, Michel Rezende dos; OLIVEIRA, Paola Uliana de ",isbn:"9788536520896",edition:1,vbkType:"pbk",url:"/books/9788536520896",coverURL:"//covers.vitalbook.com/vbid/9788536520896/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Método de Estudo OAB - Direito Constitucional",author:"SOBREIRA, Fabio Tavares",isbn:"9788530972004",edition:0,vbkType:"epub",url:"/books/9788530972004",coverURL:"//covers.vitalbook.com/vbid/9788530972004/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Investigação Criminal Direta pelo Ministério Público - Visão Crítica, 5ª edição",author:"RANGEL, Paulo",isbn:"9788597008647",edition:0,vbkType:"epub",url:"/books/9788597008647",coverURL:"//covers.vitalbook.com/vbid/9788597008647/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática de Locação, 7ª edição",author:"ARAUJO Jr., Gediel Claudino de",isbn:"9788597008579",edition:0,vbkType:"epub",url:"/books/9788597008579",coverURL:"//covers.vitalbook.com/vbid/9788597008579/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Constitucional, 26ª edição",author:"MOTTA FILHO, Sylvio Clemente da",isbn:"9788530972332",edition:0,vbkType:"epub",url:"/books/9788530972332",coverURL:"//covers.vitalbook.com/vbid/9788530972332/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas de Comunicação - Serviços, Modulação e Meios de Transmissão",author:"NETO, Vicente Soares",isbn:"9788536522098",edition:1,vbkType:"pbk",url:"/books/9788536522098",coverURL:"//covers.vitalbook.com/vbid/9788536522098/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Pública - Análise Financeira Governamental",author:"LIMA, Severino Cesário de; DINIZ, Josedilton Alves",isbn:"9788597008395",edition:0,vbkType:"epub",url:"/books/9788597008395",coverURL:"//covers.vitalbook.com/vbid/9788597008395/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria da Norma Jurídica, 5ª edição",author:"FERRAZ Jr., Tercio Sampaio",isbn:"9788597008418",edition:0,vbkType:"epub",url:"/books/9788597008418",coverURL:"//covers.vitalbook.com/vbid/9788597008418/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito Penal - Parte Geral, 2ª edição",author:"PACELLI, Eugênio; CALLEGARI, André",isbn:"9788597006728",edition:0,vbkType:"epub",url:"/books/9788597006728",coverURL:"//covers.vitalbook.com/vbid/9788597006728/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Sinopses Jurídicas - Processo Do Trabalho – Justiça do Trabalho e Dissídios Trabalhistas - Volume 31",author:"BASILE, César Reinaldo Offa ",isbn:"9788547209346",edition:5,vbkType:"pbk",url:"/books/9788547209346",coverURL:"//covers.vitalbook.com/vbid/9788547209346/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios de Telecomunicações - Teoria e Prática",author:"MEDEIROS, Júlio César de Oliveira ",isbn:"9788536522005",edition:5,vbkType:"pbk",url:"/books/9788536522005",coverURL:"//covers.vitalbook.com/vbid/9788536522005/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão da Inovação Tecnológica",author:"REIS, Dálcio Roberto dos",isbn:"9788520452141",edition:2,vbkType:"pbk",url:"/books/9788520452141",coverURL:"//covers.vitalbook.com/vbid/9788520452141/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Custos - Contabilidade Descomplicada",author:"SILVA, Moacyr de Lima e ",isbn:"9788536520568",edition:1,vbkType:"pbk",url:"/books/9788536520568",coverURL:"//covers.vitalbook.com/vbid/9788536520568/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processo Tributário - Teoria e Prática, 14ª edição",author:"CASSONE, Vittorio; ROSSI, Júlio César; CASSONE, Maria Eugenia Teixeira",isbn:"9788597008104",edition:0,vbkType:"epub",url:"/books/9788597008104",coverURL:"//covers.vitalbook.com/vbid/9788597008104/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eleições Municipais 2016",author:"PAZZAGLINI FILHO, Marino; TOLEDO, Maria Fernanda Pessatti de",isbn:"9788597007084",edition:0,vbkType:"epub",url:"/books/9788597007084",coverURL:"//covers.vitalbook.com/vbid/9788597007084/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Televisão Digital - Princípios e Técnicas",author:"MEGRICH, Arnaldo",isbn:"9788536522142",edition:1,vbkType:"pbk",url:"/books/9788536522142",coverURL:"//covers.vitalbook.com/vbid/9788536522142/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Homens que Somem: Descubra o Porquê",author:"ABRÃO, Sonia",isbn:"9788520452301",edition:0,vbkType:"pbk",url:"/books/9788520452301",coverURL:"//covers.vitalbook.com/vbid/9788520452301/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Vulnerabilidade e a Hipossuficiência do Consumidor nas Contratações Eletrônicas",author:"CHAVES, Silvia Fernandes",isbn:"9788520452288",edition:0,vbkType:"pbk",url:"/books/9788520452288",coverURL:"//covers.vitalbook.com/vbid/9788520452288/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mediação nos Conflitos Civis, 3ª edição",author:"TARTUCE, Fernanda",isbn:"9788530972318",edition:0,vbkType:"epub",url:"/books/9788530972318",coverURL:"//covers.vitalbook.com/vbid/9788530972318/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Internacional Privado, 5ª edição",author:"BASSO, Maristela",isbn:"9788597006971",edition:0,vbkType:"epub",url:"/books/9788597006971",coverURL:"//covers.vitalbook.com/vbid/9788597006971/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química Clínica: Princípios, Procedimentos, Correlações",author:"BISHOP, Michael L.; FODY, Edward P.; SCHOEFF, Larry E. (eds.)",isbn:"9788520452356",edition:5,vbkType:"pbk",url:"/books/9788520452356",coverURL:"//covers.vitalbook.com/vbid/9788520452356/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Transtorno de Ansiedade e Síndrome do Pânico: Uma Visão Multidisciplinar",author:"BOCCALANDRO, Marina Pereira Rojas (org.)",isbn:"9788520452165",edition:0,vbkType:"pbk",url:"/books/9788520452165",coverURL:"//covers.vitalbook.com/vbid/9788520452165/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Esquematizado - Macroeconomia, 2ª edição.",author:"SAMPAIO, Luiza Maria S. Moreira",isbn:"9788547200701",edition:2,vbkType:"pbk",url:"/books/9788547200701",coverURL:"//covers.vitalbook.com/vbid/9788547200701/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP – Linha Doutrina – Curso de Direito Processual Civil",author:"LUNARDI, Fabrício Castagna",isbn:"9788547210090",edition:1,vbkType:"pbk",url:"/books/9788547210090",coverURL:"//covers.vitalbook.com/vbid/9788547210090/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Improbidade Administrativa, 4ª edição",author:"FAZZIO Jr., Waldo",isbn:"9788597008227",edition:0,vbkType:"epub",url:"/books/9788597008227",coverURL:"//covers.vitalbook.com/vbid/9788597008227/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Constitucional esquematizado",author:"LENZA, Pedro ",isbn:"9788547212087",edition:20,vbkType:"pbk",url:"/books/9788547212087",coverURL:"//covers.vitalbook.com/vbid/9788547212087/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Segurança em Redes - Fundamentos",author:"MORAES, Alexandre Fernandes de ",isbn:"9788536522081",edition:1,vbkType:"pbk",url:"/books/9788536522081",coverURL:"//covers.vitalbook.com/vbid/9788536522081/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Partilha de bens na separação, no divórcio e na dissolução da união estável",author:"RANGEL, Rafael Calmon",isbn:"9788547202811",edition:1,vbkType:"pbk",url:"/books/9788547202811",coverURL:"//covers.vitalbook.com/vbid/9788547202811/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Provas & Concursos - Manual de Direito Administrativo - Teoria, Doutrina e Jurisprudência, 10ª edição",author:"KNOPLOCK, Gustavo Mello",isbn:"9788530972370",edition:0,vbkType:"epub",url:"/books/9788530972370",coverURL:"//covers.vitalbook.com/vbid/9788530972370/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito do Trabalho, 9ª edição",author:"GARCIA, Gustavo Filipe Barbosa",isbn:"9788530972219",edition:0,vbkType:"epub",url:"/books/9788530972219",coverURL:"//covers.vitalbook.com/vbid/9788530972219/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Cartórios - Registro de títulos e documentos",author:"PAIVA, João Pedro Lamana; ALVARES, Pércio Brasil",isbn:"9788547209223",edition:2,vbkType:"pbk",url:"/books/9788547209223",coverURL:"//covers.vitalbook.com/vbid/9788547209223/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão da Inovação na Prática, 2ª edição",author:"SCHERER, Felipe Ost; CARLOMAGNO, Maximiliano Selistre",isbn:"9788597007121",edition:0,vbkType:"epub",url:"/books/9788597007121",coverURL:"//covers.vitalbook.com/vbid/9788597007121/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Cultura Toyota: A Alma do Modelo Toyota",author:"Jeffrey K. Liker; Michael Hoseus",isbn:"9788577804870",edition:1,vbkType:"pbk",url:"/books/9788577804870",coverURL:"//covers.vitalbook.com/vbid/9788577804870/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Construção de Vestuário - Coleção Fundamentos de Design de Moda",author:"FISCHER, Anette\n",isbn:"9788577806973",edition:1,vbkType:"pbk",url:"/books/9788577806973",coverURL:"//covers.vitalbook.com/vbid/9788577806973/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cor - Coleção Design Básico",author:"AMBROSE, Gavin; HARRIS, Paul\n",isbn:"9788577805778",edition:1,vbkType:"pbk",url:"/books/9788577805778",coverURL:"//covers.vitalbook.com/vbid/9788577805778/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Entendendo o Pensamento A3: Um Componente Crítico do PDCA da Toyota",author:"SOBEK II, Durward K.; SMALLEY, Art",isbn:"9788577806072",edition:1,vbkType:"pbk",url:"/books/9788577806072",coverURL:"//covers.vitalbook.com/vbid/9788577806072/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Ilustração",author:"ZEEGEN, Lawrence; CRUSH",isbn:"9788577805945",edition:1,vbkType:"pbk",url:"/books/9788577805945",coverURL:"//covers.vitalbook.com/vbid/9788577805945/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ideologia e Currículo",author:"APPLE, Michael W.",isbn:"9788536315584",edition:3,vbkType:"pbk",url:"/books/9788536315584",coverURL:"//covers.vitalbook.com/vbid/9788536315584/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Livre de Ansiedade",author:"LEAHY, Robert L.",isbn:"9788536324708",edition:1,vbkType:"pbk",url:"/books/9788536324708",coverURL:"//covers.vitalbook.com/vbid/9788536324708/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Oncologia Multiprofissional: Bases para Assistência",author:"RODRIGUES, Andrea Bezerra; MARTIN, Lelia Gonçalves Rocha; MORAES, Márcia Wanderley de (coords.)",isbn:"9788520447086",edition:0,vbkType:"pbk",url:"/books/9788520447086",coverURL:"//covers.vitalbook.com/vbid/9788520447086/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisioterapia em Neurologia",author:"KOPCZYNSKI, Marcos Cammarosano (coord.)",isbn:"9788520451748",edition:0,vbkType:"pbk",url:"/books/9788520451748",coverURL:"//covers.vitalbook.com/vbid/9788520451748/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Metrologia Científica e Industrial",author:"ALBERTAZZI, Armando; SOUSA, André Roberto de",isbn:"9788520452172",edition:0,vbkType:"pbk",url:"/books/9788520452172",coverURL:"//covers.vitalbook.com/vbid/9788520452172/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Recursos Naturais e Biodiversidade: Preservação e Conservação dos Ecossistemas",author:"BARBOSA, Rildo Pereira; VIANA, Viviane Japiassú ",isbn:"9788536521732",edition:1,vbkType:"pbk",url:"/books/9788536521732",coverURL:"//covers.vitalbook.com/vbid/9788536521732/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Elementos Finitos - A Base da Tecnologia CAE",author:"FILHO, Avelino Alves ",isbn:"9788536519708",edition:6,vbkType:"pbk",url:"/books/9788536519708",coverURL:"//covers.vitalbook.com/vbid/9788536519708/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terapia Intensiva: Uma Abordagem Baseada em Casos Clínicos",author:"SANTOS, Oscar Fernando Pavão dos; MONTE, Julio César Martins; ASSUNÇÃO, Murillo Santucci Cesar de (c",isbn:"9788520451823",edition:0,vbkType:"pbk",url:"/books/9788520451823",coverURL:"//covers.vitalbook.com/vbid/9788520451823/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mastologia: Condutas Atuais",author:"ELIAS, Simone; FACINA, Gil; ARAUJO NETO, Joaquim Teodoro de (orgs.)",isbn:"9788520447055",edition:0,vbkType:"pbk",url:"/books/9788520447055",coverURL:"//covers.vitalbook.com/vbid/9788520447055/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Energia, Recursos Naturais e a Prática do Desenvolvimento Sustentável",author:"REIS, Lineu Belico dos; FADIGAS, Eliane A. F. Amaral; CARVALHO, Cláudio Elias",isbn:"9788520443040",edition:2,vbkType:"pbk",url:"/books/9788520443040",coverURL:"//covers.vitalbook.com/vbid/9788520443040/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microcontroladores PIC18 - Aprenda e Programe em Linguagem C",author:" MIYADAIRA, Alberto Noboru ",isbn:"9788536519968",edition:4,vbkType:"pbk",url:"/books/9788536519968",coverURL:"//covers.vitalbook.com/vbid/9788536519968/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bioquímica Aplicada - Reconhecimento e Caracterização de Biomoléculas",author:"BELLÉ, Luziane Potrich; SANDRI, Silvana ",isbn:"9788536519623",edition:1,vbkType:"pbk",url:"/books/9788536519623",coverURL:"//covers.vitalbook.com/vbid/9788536519623/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pronto-socorro: Atenção Hospitalar às Emergências",author:"WHITAKER, Iveth Yamaguchi; GATTO, Maria Alice Fortes (orgs.)",isbn:"9788520451922",edition:0,vbkType:"pbk",url:"/books/9788520451922",coverURL:"//covers.vitalbook.com/vbid/9788520451922/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia de Medicina de Urgência",author:"HIGA, Elisa Mieko Suemitsu; ATTALAH, Álvaro Nagib; BAFI, Antonio Tonete; MANCUSO, Frederico José Nev",isbn:"9788520438220",edition:3,vbkType:"pbk",url:"/books/9788520438220",coverURL:"//covers.vitalbook.com/vbid/9788520438220/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coluna Saudável: Anatomia Ilustrada – Guia Completo para Alongamento, Fortalecimento e Estabilização",author:"STRIANO, Philip",isbn:"9788520449950",edition:0,vbkType:"pbk",url:"/books/9788520449950",coverURL:"//covers.vitalbook.com/vbid/9788520449950/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estudo Dirigido de Microsoft Visual Basic Community 2015",author:"MANZANO, José Augusto Navarro Garcia",isbn:"9788536519180",edition:1,vbkType:"pbk",url:"/books/9788536519180",coverURL:"//covers.vitalbook.com/vbid/9788536519180/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Treinamento Esportivo",author:"SAMULSKI, Dietmar; MENZEL, Hans-Joachim; PRADO, Luciano Sales (eds.)",isbn:"9788520448649",edition:0,vbkType:"pbk",url:"/books/9788520448649",coverURL:"//covers.vitalbook.com/vbid/9788520448649/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Medicina Intensiva: Abordagem Prática",author:"AZEVEDO, Luciano César Pontes de; TANIGUCHI, Leandro Utino; LADEIRA, José Paulo (eds.)",isbn:"9788520447154",edition:2,vbkType:"pbk",url:"/books/9788520447154",coverURL:"//covers.vitalbook.com/vbid/9788520447154/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Exercícios Terapêuticos: Fundamentos e Técnicas",author:"KISNER, Carolyn; COLBY, Lynn Allen",isbn:"9788520448762",edition:6,vbkType:"pbk",url:"/books/9788520448762",coverURL:"//covers.vitalbook.com/vbid/9788520448762/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Gestão Ambiental",author:"PHILIPPI JR., Arlindo; ROMÉRO, Marcelo de Andrade; BRUNA, Gilda Collet (eds.)",isbn:"9788520443200",edition:2,vbkType:"pbk",url:"/books/9788520443200",coverURL:"//covers.vitalbook.com/vbid/9788520443200/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pré-Cálculo - Uma Preparação para o Cálculo, 2ª edição",author:"AXLER, Sheldon",isbn:"9788521632153",edition:0,vbkType:"epub",url:"/books/9788521632153",coverURL:"//covers.vitalbook.com/vbid/9788521632153/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comunicações Ópticas",author:"RIBEIRO, José Antônio Justino ",isbn:"9788536521930",edition:4,vbkType:"pbk",url:"/books/9788536521930",coverURL:"//covers.vitalbook.com/vbid/9788536521930/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Radiologia Esquelética",author:"CHEW, Felix S.",isbn:"9788520448311",edition:3,vbkType:"pbk",url:"/books/9788520448311",coverURL:"//covers.vitalbook.com/vbid/9788520448311/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Citopatologia Diagnóstica",author:"GAMBONI, Mercedes; MIZIARA, Elias Fernando (eds.)",isbn:"9788520436066",edition:0,vbkType:"pbk",url:"/books/9788520436066",coverURL:"//covers.vitalbook.com/vbid/9788520436066/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiologia Pulmonar",author:"LEVITZKY, Michael G.",isbn:"9788520451601",edition:8,vbkType:"pbk",url:"/books/9788520451601",coverURL:"//covers.vitalbook.com/vbid/9788520451601/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Fìsica - Vol. 2 - Gravitação, Ondas e Termodinâmica, 10ª edição",author:"HALLIDAY, David; RESNICK, Robert; WALKER, Jearl",isbn:"9788521632078",edition:0,vbkType:"epub",url:"/books/9788521632078",coverURL:"//covers.vitalbook.com/vbid/9788521632078/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Produção Vegetal - Processos, Técnicas e Formas de Cultivo",author:"SILVA, Rui Corrêa da ",isbn:"9788536521725",edition:1,vbkType:"pbk",url:"/books/9788536521725",coverURL:"//covers.vitalbook.com/vbid/9788536521725/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O que Você Quer Saber sobre Nutrição: Perguntas e Respostas Comentadas",author:"NÓBREGA, Fernando José de (ed.)",isbn:"9788520440216",edition:2,vbkType:"pbk",url:"/books/9788520440216",coverURL:"//covers.vitalbook.com/vbid/9788520440216/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terapêutica em Ginecologia: Protocolos de Assistência do Departamento de Ginecologia da EPM-Unifesp",author:"GIRÃO, Manoel João Batista Castello; SARTORI, Marair Gracio Ferreira; NAZÁRIO, Afonso Celso Pinto (e",isbn:"9788520447185",edition:0,vbkType:"pbk",url:"/books/9788520447185",coverURL:"//covers.vitalbook.com/vbid/9788520447185/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual do Residente de Clínica Médica",author:"MARTINS, Mílton de Arruda (ed.)",isbn:"9788520446027",edition:0,vbkType:"pbk",url:"/books/9788520446027",coverURL:"//covers.vitalbook.com/vbid/9788520446027/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Endocrinologia Feminina",author:"FERNANDES, César Eduardo; POMPEI, Luciano de Melo (coords.)",isbn:"9788520447192",edition:0,vbkType:"pbk",url:"/books/9788520447192",coverURL:"//covers.vitalbook.com/vbid/9788520447192/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenho de Perspectiva",author:"SANZI, Gianpietro; QUADROS, Eliane Soares ",isbn:"9788536519692",edition:1,vbkType:"pbk",url:"/books/9788536519692",coverURL:"//covers.vitalbook.com/vbid/9788536519692/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microcontroladores PIC - Técnicas De Software e Hardware Para Projetos de Circuitos Eletrônicos",author:"ZANCO, Wagner da Silva",isbn:"9788536519951",edition:2,vbkType:"pbk",url:"/books/9788536519951",coverURL:"//covers.vitalbook.com/vbid/9788536519951/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Automação Industrial - Controle da Movimento e Processos Contínuos",author:"CAPELLI, Alexandre ",isbn:"9788536519616",edition:3,vbkType:"pbk",url:"/books/9788536519616",coverURL:"//covers.vitalbook.com/vbid/9788536519616/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Primeiros Socorros no Esporte",author:"FLEGEL, Melinda J.",isbn:"9788520450208",edition:5,vbkType:"pbk",url:"/books/9788520450208",coverURL:"//covers.vitalbook.com/vbid/9788520450208/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia de Geriatria e Gerontologia",author:"RAMOS, Luiz Roberto; CENDOROGLO, Maysa Seabra (coords.)",isbn:"9788520451908",edition:2,vbkType:"pbk",url:"/books/9788520451908",coverURL:"//covers.vitalbook.com/vbid/9788520451908/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Clínica Psiquiátrica",author:"MIGUEL, Euripedes Constantino; GENTIL, Valentim; GATTAZ, Wagner Farid (eds.)",isbn:"9788520434406",edition:0,vbkType:"pbk",url:"/books/9788520434406",coverURL:"//covers.vitalbook.com/vbid/9788520434406/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estatística - Teoria e Aplicações usando MS Excel em Português, 7ª edição",author:"LEVINE, David M.; STEPHAN, David F.; SZABAT, Kathryn A.",isbn:"9788521631972",edition:0,vbkType:"epub",url:"/books/9788521631972",coverURL:"//covers.vitalbook.com/vbid/9788521631972/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Treinamento de Emergências Cardiovasculares da Sociedade Brasileira de Cardiologia Leigos: TECA L",author:"CARVALHO, Antonio Carlos; MOREIRA, Rita Simone Lopes (eds.)",isbn:"9788520450239",edition:0,vbkType:"pbk",url:"/books/9788520450239",coverURL:"//covers.vitalbook.com/vbid/9788520450239/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Medicina Intensiva: Abordagem Prática",author:"AZEVEDO, Luciano César Pontes de; TANIGUCHI, Leandro Utino; LADEIRA, José Paulo (eds.)",isbn:"9788520440254",edition:0,vbkType:"pbk",url:"/books/9788520440254",coverURL:"//covers.vitalbook.com/vbid/9788520440254/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Exercícios Terapêuticos para Lesões Musculoesqueléticas",author:"HOUGLUM, Peggy A.",isbn:"9788520448700",edition:3,vbkType:"pbk",url:"/books/9788520448700",coverURL:"//covers.vitalbook.com/vbid/9788520448700/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Portabilidade - Elementos e Características de um Ambiente Computacional",author:"DEGHI, Gilmar Jonas",isbn:"9788536519463",edition:1,vbkType:"pbk",url:"/books/9788536519463",coverURL:"//covers.vitalbook.com/vbid/9788536519463/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ciência e Engenharia de Materiais - Uma Introdução, 9ª edição",author:"CALLISTER Jr., William D.; RETHWISCH, David G.",isbn:"9788521632375",edition:0,vbkType:"epub",url:"/books/9788521632375",coverURL:"//covers.vitalbook.com/vbid/9788521632375/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Radiologia Clínica Básica",author:"DAFFNER, Richard H.",isbn:"9788520451809",edition:3,vbkType:"pbk",url:"/books/9788520451809",coverURL:"//covers.vitalbook.com/vbid/9788520451809/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manejo de Vias Aéreas",author:"AULER JR., José Otávio Costa; WEN, Chao Lung; POSSO, Irimar de Paula; VIEIRA, Joaquim Edson; TORRES,",isbn:"9788520450093",edition:0,vbkType:"pbk",url:"/books/9788520450093",coverURL:"//covers.vitalbook.com/vbid/9788520450093/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controle Biológico de Qualidade de Produtos Farmacêuticos, Correlatos e Cosméticos",author:"PINTO, Terezinha de Jesus Andreoli; KANEKO, Telma Mary; PINTO, Antonio F.",isbn:"9788520450062",edition:4,vbkType:"pbk",url:"/books/9788520450062",coverURL:"//covers.vitalbook.com/vbid/9788520450062/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Físico-Química - Propriedades da Matéria, Composição e Transformações",author:"FIOROTTO, Nilton Roberto",isbn:"9788536519739",edition:1,vbkType:"pbk",url:"/books/9788536519739",coverURL:"//covers.vitalbook.com/vbid/9788536519739/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Produção Animal - Bases da Reprodução, Manejo e Saúde",author:"ROLIM, Antonio Francisco Martin ",isbn:"9788536521718",edition:1,vbkType:"pbk",url:"/books/9788536521718",coverURL:"//covers.vitalbook.com/vbid/9788536521718/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O ABC da Fisioterapia Respiratória",author:"RIBEIRO, Denise Cardoso; SHIGUEMOTO, Tathiana Santana (eds.)",isbn:"9788520451625",edition:2,vbkType:"pbk",url:"/books/9788520451625",coverURL:"//covers.vitalbook.com/vbid/9788520451625/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terapêutica Clínica em Ginecologia",author:"BARACAT, Edmund Chada; FONSECA, Angela Maggio da; BAGNOLI, Vicente Renato (eds.)",isbn:"9788520445402",edition:0,vbkType:"pbk",url:"/books/9788520445402",coverURL:"//covers.vitalbook.com/vbid/9788520445402/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual do Residente de Cirurgia de Cabeça e Pescoço",author:"ARAUJO FILHO, Vergilius J. F.; CERNEA, Claudio Roberto; BRANDÃO, Lenine Garcia (eds.)",isbn:"9788520450109",edition:2,vbkType:"pbk",url:"/books/9788520450109",coverURL:"//covers.vitalbook.com/vbid/9788520450109/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ecocardiografia",author:"MATHIAS JR., Wilson; TSUTSUI, Jeane Mike (eds.)",isbn:"9788520451793",edition:0,vbkType:"pbk",url:"/books/9788520451793",coverURL:"//covers.vitalbook.com/vbid/9788520451793/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenho Computadorizado - Técnicas para Projetos Arquitetônicos",author:"OLIVEIRA, Adriano de ",isbn:"9788536519685",edition:1,vbkType:"pbk",url:"/books/9788536519685",coverURL:"//covers.vitalbook.com/vbid/9788536519685/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Análise de Pontos de Função - Medição, Estimativas e Gerenciamento de Projetos de Software",author:"VAZQUEZ, Carlos Eduardo; SIMÕES, Guilherme Siqueira; ALBERT, Renato Machado ",isbn:"9788536518824",edition:13,vbkType:"pbk",url:"/books/9788536518824",coverURL:"//covers.vitalbook.com/vbid/9788536518824/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prescrição e Periodização do Treinamento de Força em Academias",author:"PRESTES, Jonato; FOSCHINI, Denis; MARCHETTI, Paulo; CHARRO, Mario; TIBANA, Ramires",isbn:"9788520451342",edition:2,vbkType:"pbk",url:"/books/9788520451342",coverURL:"//covers.vitalbook.com/vbid/9788520451342/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia de Genética Médica",author:"BRUNONI, Decio; PEREZ, Ana Beatriz Alvarez (coords.)",isbn:"9788520450260",edition:0,vbkType:"pbk",url:"/books/9788520450260",coverURL:"//covers.vitalbook.com/vbid/9788520450260/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Linguagem C, 10ª edição",author:"DAMAS, Luís",isbn:"9788521632474",edition:0,vbkType:"epub",url:"/books/9788521632474",coverURL:"//covers.vitalbook.com/vbid/9788521632474/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Engenharia de Microondas - Fundamentos e Aplicações",author:"RIBEIRO, José Antônio Justino ",isbn:"9788536521961",edition:1,vbkType:"pbk",url:"/books/9788536521961",coverURL:"//covers.vitalbook.com/vbid/9788536521961/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratamento da Paralisia Cerebral e do Atraso Motor",author:"LEVITT, Sophie",isbn:"9788520451205",edition:5,vbkType:"pbk",url:"/books/9788520451205",coverURL:"//covers.vitalbook.com/vbid/9788520451205/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Medicina de Urgência",author:"RASSLAN, Zied (coord.)",isbn:"9788520450598",edition:0,vbkType:"pbk",url:"/books/9788520450598",coverURL:"//covers.vitalbook.com/vbid/9788520450598/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Exercício e Movimento: Abordagem Anatômica – Guia para o Estudo de Dança, Pilates, Esportes e Yoga",author:"STAUGAARD-JONES, Jo Ann",isbn:"9788520449288",edition:0,vbkType:"pbk",url:"/books/9788520449288",coverURL:"//covers.vitalbook.com/vbid/9788520449288/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Operações Unitárias - Fundamentos, Transformações e Aplicações dos Fenômenos Físicos e Químicos",author:"MATOS, Simone Pires de",isbn:"9788536520018",edition:1,vbkType:"pbk",url:"/books/9788536520018",coverURL:"//covers.vitalbook.com/vbid/9788536520018/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Centrais e Aproveitamentos Hidrelétricos - Uma Introdução ao Estudo",author:"SIMONE, Gilio Aluisio ",isbn:"9788536519647",edition:1,vbkType:"pbk",url:"/books/9788536519647",coverURL:"//covers.vitalbook.com/vbid/9788536519647/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psiquiatria, Saúde Mental e a Clínica da Impulsividade",author:"TAVARES, Hermano; ABREU, Cristiano Nabuco de; SEGER, Liliana; MARIANI, Mirella Martins de Castro; FI",isbn:"9788520448717",edition:0,vbkType:"pbk",url:"/books/9788520448717",coverURL:"//covers.vitalbook.com/vbid/9788520448717/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Livro-texto da Sociedade Brasileira de Cardiologia",author:"MOREIRA, Maria da Consolação Vieira; MONTENEGRO, Sérgio Tavares; PAOLA, Angelo Amato V. de (eds.)",isbn:"9788520446058",edition:2,vbkType:"pbk",url:"/books/9788520446058",coverURL:"//covers.vitalbook.com/vbid/9788520446058/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Condutas Práticas em Fisioterapia Neurológica",author:"ASSIS, Rodrigo Deamo (ed.)",isbn:"9788520444542",edition:0,vbkType:"pbk",url:"/books/9788520444542",coverURL:"//covers.vitalbook.com/vbid/9788520444542/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiologia do Esporte e do Exercício",author:"KENNEY, W. Larry; WILMORE, Jack H.; COSTILL, David L.",isbn:"9788520448137",edition:5,vbkType:"pbk",url:"/books/9788520448137",coverURL:"//covers.vitalbook.com/vbid/9788520448137/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Física das Radiações: Fundamentos e Construção de Imagens",author:"DEYLLOT, Mônica Elizabete Caldeira",isbn:"9788536520919",edition:1,vbkType:"pbk",url:"/books/9788536520919",coverURL:"//covers.vitalbook.com/vbid/9788536520919/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Rural - Uma Abordagem Decisorial, 8ª edição",author:"CREPALDI, Silvio Aparecido",isbn:"9788597008722",edition:0,vbkType:"epub",url:"/books/9788597008722",coverURL:"//covers.vitalbook.com/vbid/9788597008722/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nutrição Moderna de Shils na Saúde e na Doença",author:"ROSS, A. Catharine; CABALLERO, Benjamin; COUSINS, Robert J.; TUCKER, Katherine L.; ZIEGLER, Thomas R",isbn:"9788520451670",edition:11,vbkType:"pbk",url:"/books/9788520451670",coverURL:"//covers.vitalbook.com/vbid/9788520451670/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual Diagnóstico em Saúde da Mulher",author:"MACIEL, Gustavo Arantes Rosa; SILVA, Ismael Dale Cotrim Guerreiro da (orgs.)",isbn:"9788520450178",edition:0,vbkType:"pbk",url:"/books/9788520450178",coverURL:"//covers.vitalbook.com/vbid/9788520450178/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dietética: Princípios para o Planejamento de uma Alimentação Saudável",author:"PHILIPPI, Sonia Tucunduva; AQUINO, Rita de Cássia de (orgs.)",isbn:"9788520448670",edition:0,vbkType:"pbk",url:"/books/9788520448670",coverURL:"//covers.vitalbook.com/vbid/9788520448670/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenho Arquitetônico e Design de Interiores",author:"NETTO, Claudia Campos ",isbn:"9788536519678",edition:1,vbkType:"pbk",url:"/books/9788536519678",coverURL:"//covers.vitalbook.com/vbid/9788536519678/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria e Prática na Prevenção da Infecção do Sítio Cirúrgico",author:"OLIVEIRA, Adriana Cristina de; SILVA, Maria Virginia Godoy da (orgs.)",isbn:"9788520451588",edition:0,vbkType:"pbk",url:"/books/9788520451588",coverURL:"//covers.vitalbook.com/vbid/9788520451588/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Adobe Edge Animate CC - Animação e interatividade para a web",author:"PINTO, Marcos José ",isbn:"9788536518602",edition:1,vbkType:"pbk",url:"/books/9788536518602",coverURL:"//covers.vitalbook.com/vbid/9788536518602/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pilates: Uma Abordagem Anatômica",author:"MASSEY, Paul",isbn:"9788520449530",edition:0,vbkType:"pbk",url:"/books/9788520449530",coverURL:"//covers.vitalbook.com/vbid/9788520449530/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia de Eletrocardiografia com Exercícios Comentados",author:"CARVALHO, Antônio Carlos; SOUZA, Felipe Augusto de Oliveira; CIRENZA, Cláudio; ALESSI, Silvio Robert",isbn:"9788520435038",edition:0,vbkType:"pbk",url:"/books/9788520435038",coverURL:"//covers.vitalbook.com/vbid/9788520435038/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gráficos e Escalas: Técnicas de Representação de Objetos e de Funções Matemáticas",author:"CRIVELARO, Marcos; PINHEIRO, Antonio Carlos da Fonseca Bragança ",isbn:"9788536519241",edition:1,vbkType:"pbk",url:"/books/9788536519241",coverURL:"//covers.vitalbook.com/vbid/9788536519241/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Engenharia de Antenas - Fundamentos, Projetos e Aplicações",author:"RIBEIRO, José Antônio Justino ",isbn:"9788536521954",edition:1,vbkType:"pbk",url:"/books/9788536521954",coverURL:"//covers.vitalbook.com/vbid/9788536521954/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de Nutrição em Gerontologia",author:"SILVA, Maria de Lourdes do Nascimento da; MARUCCI, Maria de Fátima Nunes; ROEDIGER, Manuela de Almei",isbn:"9788520450222",edition:0,vbkType:"pbk",url:"/books/9788520450222",coverURL:"//covers.vitalbook.com/vbid/9788520450222/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Medicina de Emergência: Abordagem Prática",author:"MARTINS, Herlon Saraiva; BRANDÃO NETO, Rodrigo Antonio; VELASCO, Irineu Tadeu",isbn:"9788520450925",edition:11,vbkType:"pbk",url:"/books/9788520450925",coverURL:"//covers.vitalbook.com/vbid/9788520450925/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estabilidade do Core: Anatomia Ilustrada – Guia Completo de Exercícios",author:"LIEBMAN, Hollis Lance",isbn:"9788520449974",edition:0,vbkType:"pbk",url:"/books/9788520449974",coverURL:"//covers.vitalbook.com/vbid/9788520449974/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Operações da Indústria Química - Princípios, Processos e Aplicações",author:"BARBOSA, Gleisa Pitareli",isbn:"9788536520001",edition:1,vbkType:"pbk",url:"/books/9788536520001",coverURL:"//covers.vitalbook.com/vbid/9788536520001/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cabeamento Estruturado",author:"MARIN, Paulo Sérgio ",isbn:"9788536521923",edition:1,vbkType:"pbk",url:"/books/9788536521923",coverURL:"//covers.vitalbook.com/vbid/9788536521923/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psiquiatria Interdisciplinar",author:"HUMES, Eduardo de Castro; VIEIRA, Márcio Eduardo Bergamini; FRÁGUAS JÚNIOR, Renério (eds.); HÜBNER, ",isbn:"9788520451359",edition:0,vbkType:"pbk",url:"/books/9788520451359",coverURL:"//covers.vitalbook.com/vbid/9788520451359/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Legislação de Enfermagem e Saúde: Histórico e Atualidades",author:"OGUISSO, Taka; FREITAS, Genival Fernandes de (orgs.)",isbn:"9788520448540",edition:0,vbkType:"pbk",url:"/books/9788520448540",coverURL:"//covers.vitalbook.com/vbid/9788520448540/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Condutas em Neurologia",author:"NITRINI, Ricardo; FORTINI, Ida; CASTRO, Luiz Henrique Martins; CALDERARO, Marcelo; SIMABUKURO, Mateu",isbn:"9788520448663",edition:11,vbkType:"pbk",url:"/books/9788520448663",coverURL:"//covers.vitalbook.com/vbid/9788520448663/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Firewalls - Segurança no Controle de Acesso",author:"MORAES, Alexandre Fernandes de ",isbn:"9788536521978",edition:1,vbkType:"pbk",url:"/books/9788536521978",coverURL:"//covers.vitalbook.com/vbid/9788536521978/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Análise dos Solos - Formação, Classificação e Conservação do Meio Ambiente",author:"DAIBERT, João Dalton; SANTOS, Palloma Ribeiro Cuba dos",isbn:"9788536521503",edition:1,vbkType:"pbk",url:"/books/9788536521503",coverURL:"//covers.vitalbook.com/vbid/9788536521503/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nutrição Esportiva: Uma Visão Prática",author:"HIRSCHBRUCH, Marcia Daskal (org.)",isbn:"9788520449813",edition:3,vbkType:"pbk",url:"/books/9788520449813",coverURL:"//covers.vitalbook.com/vbid/9788520449813/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiologia Básica: Guia Ilustrado de Conceitos Fundamentais",author:"WARD, Jeremy P. T.; LINDEN, Roger W. A.",isbn:"9788520449479",edition:2,vbkType:"pbk",url:"/books/9788520449479",coverURL:"//covers.vitalbook.com/vbid/9788520449479/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Farmacologia",author:"FRANCO, André Silva; KRIEGER, José Eduardo",isbn:"9788520450321",edition:0,vbkType:"pbk",url:"/books/9788520450321",coverURL:"//covers.vitalbook.com/vbid/9788520450321/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Diagnósticos Clínicos e Tratamento por Métodos Laboratoriais de Henry",author:"MCPHERSON, Richard A.; PINCUS, Matthew R. (eds.)",isbn:"9788520451854",edition:21,vbkType:"pbk",url:"/books/9788520451854",coverURL:"//covers.vitalbook.com/vbid/9788520451854/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desbravando o Microcontrolador PIC 18 - Recursos Avançados",author:"SOUZA, David José de; SOUSA, Daniel Rodrigues de; LAVINIA, Nicolás César ",isbn:"9788536519661",edition:1,vbkType:"pbk",url:"/books/9788536519661",coverURL:"//covers.vitalbook.com/vbid/9788536519661/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tabela de Composição de Alimentos: Suporte para Decisão Nutricional",author:"PHILIPPI, Sonia Tucunduva",isbn:"9788520449837",edition:5,vbkType:"pbk",url:"/books/9788520449837",coverURL:"//covers.vitalbook.com/vbid/9788520449837/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração de Redes Remotas",author:"MORAES, Alexandre Fernandes de ",isbn:"9788536521916",edition:1,vbkType:"pbk",url:"/books/9788536521916",coverURL:"//covers.vitalbook.com/vbid/9788536521916/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Os Serviços de Alimentação: Planejamento e Administração",author:"MEZOMO, Iracema de Barros",isbn:"9788520449820",edition:6,vbkType:"pbk",url:"/books/9788520449820",coverURL:"//covers.vitalbook.com/vbid/9788520449820/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia de Acupuntura",author:"YAMAMURA, Márcia Lika; YAMAMURA, Ysao (coords.)",isbn:"9788520445938",edition:0,vbkType:"pbk",url:"/books/9788520445938",coverURL:"//covers.vitalbook.com/vbid/9788520445938/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gerenciamento de Redes com Microsoft Windows 7 Professional",author:"BADDINI, Francisco Carlos ",isbn:"9788536521985",edition:1,vbkType:"pbk",url:"/books/9788536521985",coverURL:"//covers.vitalbook.com/vbid/9788536521985/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Elementos Finitos - A Base da Tecnologia Cae - Análise não Linear",author:"FILHO, Avelino Alves ",isbn:"9788536519722",edition:1,vbkType:"pbk",url:"/books/9788536519722",coverURL:"//covers.vitalbook.com/vbid/9788536519722/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de Neurocirurgia",author:"SIQUEIRA, Mario G. (ed. chefe)",isbn:"9788520447796",edition:0,vbkType:"pbk",url:"/books/9788520447796",coverURL:"//covers.vitalbook.com/vbid/9788520447796/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Medicina de Consultório: Prevenção, Diagnóstico, Tratamento e Gestão",author:"NOBRE, Fernando (ed.)",isbn:"9788520451861",edition:0,vbkType:"pbk",url:"/books/9788520451861",coverURL:"//covers.vitalbook.com/vbid/9788520451861/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfermidades da Coluna Vertebral",author:"KNOPLICH, José",isbn:"9788520450147",edition:4,vbkType:"pbk",url:"/books/9788520450147",coverURL:"//covers.vitalbook.com/vbid/9788520450147/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ondas Eletromagnéticas e Teoria de Antenas",author:"ALENCAR, Marcelo Sampaio de; QUEIROZ, Wamberto José Lira de ",isbn:"9788536521992",edition:1,vbkType:"pbk",url:"/books/9788536521992",coverURL:"//covers.vitalbook.com/vbid/9788536521992/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bombas, Ventiladores e Compressores - Fundamentos",author:"FILHO, Guilherme Eugênio Filippo Fernandes ",isbn:"9788536519630",edition:1,vbkType:"pbk",url:"/books/9788536519630",coverURL:"//covers.vitalbook.com/vbid/9788536519630/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Provas para Obtenção do Título de Especialista em Cardiologia: Questões Comentadas 2012 a 2014",author:"FARSKY, Pedro Silvio; MARTINS, Wolney de Andrade (eds.)",isbn:"9788520450574",edition:4,vbkType:"pbk",url:"/books/9788520450574",coverURL:"//covers.vitalbook.com/vbid/9788520450574/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia Prático de Educação Nutricional",author:"TRECCO, Sonia (org.)",isbn:"9788520451618",edition:0,vbkType:"pbk",url:"/books/9788520451618",coverURL:"//covers.vitalbook.com/vbid/9788520451618/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Compêndio de Clínica Psiquiátrica",author:"FORLENZA, Orestes Vicente; MIGUEL, Euripedes Constantino (eds.)",isbn:"9788520435922",edition:0,vbkType:"pbk",url:"/books/9788520435922",coverURL:"//covers.vitalbook.com/vbid/9788520435922/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ferramenta de Desenvolvimento - Engine",author:"JÚNIOR, José Fernandes Chaves",isbn:"9788536519210",edition:1,vbkType:"pbk",url:"/books/9788536519210",coverURL:"//covers.vitalbook.com/vbid/9788536519210/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Análise dos Solos",author:"SANTOS, Palloma Ribeiro Cuba dos; DAIBERT, João Dalton",isbn:"9788536518589",edition:1,vbkType:"pbk",url:"/books/9788536518589",coverURL:"//covers.vitalbook.com/vbid/9788536518589/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nutrição Comportamental",author:"ALVARENGA, Marle; FIGUEIREDO, Manoela; TIMERMAN, Fernanda; ANTONACCIO, Cynthia (orgs.)",isbn:"9788520448830",edition:0,vbkType:"pbk",url:"/books/9788520448830",coverURL:"//covers.vitalbook.com/vbid/9788520448830/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiologia Básica do Sistema Respiratório",author:"WARD, Jeremy P. T.; WARD, Jane; LEACH, Richard M.",isbn:"9788520449646",edition:3,vbkType:"pbk",url:"/books/9788520449646",coverURL:"//covers.vitalbook.com/vbid/9788520449646/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Dermatologia",author:"FESTA NETO, Cyro; CUCÉ, Luiz Carlos; REIS, Vitor Manoel Silva dos (eds.)",isbn:"9788520451717",edition:3,vbkType:"pbk",url:"/books/9788520451717",coverURL:"//covers.vitalbook.com/vbid/9788520451717/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Diagnóstico por Imagem",author:"SZEJNFELD, Jacob; ABDALA, Nitamar; AJZEN, Sergio (coords.)",isbn:"9788520447239",edition:2,vbkType:"pbk",url:"/books/9788520447239",coverURL:"//covers.vitalbook.com/vbid/9788520447239/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Data Centers - Desvendando Cada Passo: Conceitos, Projeto, Infraestrutura Física e Eficiência Energética",author:"MARIN, Paulo Sérgio ",isbn:"9788536521947",edition:1,vbkType:"pbk",url:"/books/9788536521947",coverURL:"//covers.vitalbook.com/vbid/9788536521947/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Saúde: A Hora é Agora – Orientações de Grandes Especialistas Brasileiros",author:"MARTINS, Mílton de Arruda; FERREIRA JR., Mario; LEMES, Conceição",isbn:"9788520442029",edition:0,vbkType:"pbk",url:"/books/9788520442029",coverURL:"//covers.vitalbook.com/vbid/9788520442029/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Oncologia Multiprofissional: Patologias, Assistência e Gerenciamento",author:"RODRIGUES, Andrea Bezerra; MARTIN, Lelia Gonçalves Rocha; MORAES, Márcia Wanderley de (coords.)",isbn:"9788520447079",edition:0,vbkType:"pbk",url:"/books/9788520447079",coverURL:"//covers.vitalbook.com/vbid/9788520447079/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ginecologia e Obstetrícia Febrasgo para o Médico Residente",author:"URBANETZ, Almir Antonio (coord.)",isbn:"9788520447208",edition:0,vbkType:"pbk",url:"/books/9788520447208",coverURL:"//covers.vitalbook.com/vbid/9788520447208/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Software - Desempenho de Sistemas Computacionais",author:"CORDELLI, Rosa Lantmann; LAUREANO, Marcos Aurelio Pchek",isbn:"9788536519234",edition:1,vbkType:"pbk",url:"/books/9788536519234",coverURL:"//covers.vitalbook.com/vbid/9788536519234/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração de Redes Locais",author:"SOUSA, Lindeberg Barros de ",isbn:"9788536521909",edition:1,vbkType:"pbk",url:"/books/9788536521909",coverURL:"//covers.vitalbook.com/vbid/9788536521909/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Elementos Finitos - A Base da Tecnologia CAE - Análise Dinâmica",author:"FILHO, Avelino Alves ",isbn:"9788536519715",edition:2,vbkType:"pbk",url:"/books/9788536519715",coverURL:"//covers.vitalbook.com/vbid/9788536519715/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Trajetória Histórica da Enfermagem",author:"OGUISSO, Taka (org.)",isbn:"9788520448632",edition:0,vbkType:"pbk",url:"/books/9788520448632",coverURL:"//covers.vitalbook.com/vbid/9788520448632/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Medicamentos na Gravidez e na Lactação: Guia Prático",author:"KULAY JUNIOR, Luiz; KULAY, Maria Nice Caly; LAPA, Antonio José",isbn:"9788520450185",edition:3,vbkType:"pbk",url:"/books/9788520450185",coverURL:"//covers.vitalbook.com/vbid/9788520450185/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfermagem em Centro Cirúrgico e Recuperação",author:"CARVALHO, Rachel de; BIANCHI, Estela Regina Ferraz (orgs.)",isbn:"9788520451564",edition:2,vbkType:"pbk",url:"/books/9788520451564",coverURL:"//covers.vitalbook.com/vbid/9788520451564/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microcontroladores PIC18 - Conceitos, Operação, Fluxogramas e Programação",author:"GIMENEZ, Salvador Pinillos; DANTAS, Leandro Poloni ",isbn:"9788536519975",edition:1,vbkType:"pbk",url:"/books/9788536519975",coverURL:"//covers.vitalbook.com/vbid/9788536519975/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bioquímica dos Alimentos - Composição, Reações e Práticas de Conservação",author:"MACEDO, Paula Daiany Gonçalves; MATOS,\nSimone Pires de ",isbn:"9788536520810",edition:1,vbkType:"pbk",url:"/books/9788536520810",coverURL:"//covers.vitalbook.com/vbid/9788536520810/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Provas para Obtenção de Certificado em Hemodinâmica e Cardiologia Intervencionista: Provas Comentadas 2006 a 2010",author:"SPADARO, André Gasparini; SALVADORI JR., Décio; SANTOS, Marcelo de Freitas; SILVA, Samuel Silva da (",isbn:"9788520444863",edition:0,vbkType:"pbk",url:"/books/9788520444863",coverURL:"//covers.vitalbook.com/vbid/9788520444863/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia de Segurança Alimentar e Nutricional",author:"CERVATO-MANCUSO, Ana Maria; FIORE, Elaine Gomes; REDOLFI, Solange Cavalcante da Silva",isbn:"9788520448816",edition:0,vbkType:"pbk",url:"/books/9788520448816",coverURL:"//covers.vitalbook.com/vbid/9788520448816/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como Tratar: Cardiologia da Mulher e Cirurgia Cardiovascular, Volume 5",author:"CAETANO, Maria Elizabeth; CARVALHO, Regina Coeli, BARBOSA, Gilberto Venossi; GOMES, Walter José (eds",isbn:"9788520451847",edition:0,vbkType:"pbk",url:"/books/9788520451847",coverURL:"//covers.vitalbook.com/vbid/9788520451847/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estudo Dirigido de Microsoft Visual C# Community 2015",author:"MANZANO, José Augusto Navarro Garcia",isbn:"9788536519197",edition:1,vbkType:"pbk",url:"/books/9788536519197",coverURL:"//covers.vitalbook.com/vbid/9788536519197/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Zugaib Obstetrícia",author:"ZUGAIB, Marcelo (ed.); FRANCISCO, Rossana Pulcineli Vieira (ed. assoc.)",isbn:"9788520447789",edition:3,vbkType:"pbk",url:"/books/9788520447789",coverURL:"//covers.vitalbook.com/vbid/9788520447789/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Neurologia: Diagnóstico e Tratamento",author:"BERTOLUCCI, Paulo H. F.; FERRAZ, Henrique Ballalai; BARSOTTINI, Orlando G.; PEDROSO, José Luiz (coor",isbn:"9788520451151",edition:2,vbkType:"pbk",url:"/books/9788520451151",coverURL:"//covers.vitalbook.com/vbid/9788520451151/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fibromialgia e Fisioterapia: Avaliação e Tratamento",author:"MARQUES, Amélia Pasqual; ASSUMPÇÃO, Ana; MATSUTANI, Luciana Akemi",isbn:"9788520448779",edition:2,vbkType:"pbk",url:"/books/9788520448779",coverURL:"//covers.vitalbook.com/vbid/9788520448779/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenvolvendo Agilidade e Velocidade",author:"DAWES, Jay; ROOZEN, Mark (eds.)",isbn:"9788520448472",edition:0,vbkType:"pbk",url:"/books/9788520448472",coverURL:"//covers.vitalbook.com/vbid/9788520448472/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Preparo de Soluções - Reações e Interações Químicas",author:"MELZER, Ehrick Eduardo Martins",isbn:"9788536521237",edition:1,vbkType:"pbk",url:"/books/9788536521237",coverURL:"//covers.vitalbook.com/vbid/9788536521237/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Conectando o Pic - Recursos Avançados",author:"SOUZA, David José de; LAVINIA, Nicolás César ",isbn:"9788536519654",edition:4,vbkType:"pbk",url:"/books/9788536519654",coverURL:"//covers.vitalbook.com/vbid/9788536519654/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Recursos Fisioterapêuticos: Evidências que Fundamentam a Prática Clínica",author:"BÉLANGER, Alain-Yvan",isbn:"9788520451816",edition:2,vbkType:"pbk",url:"/books/9788520451816",coverURL:"//covers.vitalbook.com/vbid/9788520451816/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Cuidados Perioperatórios",author:"MORETTI, Miguel Antonio; BAPTISTA FILHO, Mario Lúcio Alves (eds.)",isbn:"9788520451663",edition:0,vbkType:"pbk",url:"/books/9788520451663",coverURL:"//covers.vitalbook.com/vbid/9788520451663/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiologia do Exercício: Teoria e Aplicação ao Condicionamento e ao Desempenho",author:"POWERS, Scott K.; HOWLEY, Edward T.",isbn:"9788520449882",edition:8,vbkType:"pbk",url:"/books/9788520449882",coverURL:"//covers.vitalbook.com/vbid/9788520449882/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Clínica Médica, Volume 4: Doenças do Aparelho Digestivo, Nutrição e Doenças Nutricionais",author:"MARTINS, Mílton de Arruda; CARRILHO, Flair José; ALVES, Venâncio Avancini Ferreira; CASTILHO, Euclid",isbn:"9788520447741",edition:2,vbkType:"pbk",url:"/books/9788520447741",coverURL:"//covers.vitalbook.com/vbid/9788520447741/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estatuto da Advocacia, Prerrogativas e Ética",author:"ARBEX, Sergei Cobra; ZAKKA, Rogério Marcus",isbn:"9788520444412",edition:0,vbkType:"pbk",url:"/books/9788520444412",coverURL:"//covers.vitalbook.com/vbid/9788520444412/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistema de Gestão: Qualidade e Segurança dos Alimentos",author:"GERMANO, Pedro Manuel Leal; GERMANO, Maria Izabel Simões (orgs.)",isbn:"9788520448946",edition:0,vbkType:"pbk",url:"/books/9788520448946",coverURL:"//covers.vitalbook.com/vbid/9788520448946/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bismarck: Uma Vida",author:"STEINBERG, Jonathan",isbn:"9788520448403",edition:0,vbkType:"pbk",url:"/books/9788520448403",coverURL:"//covers.vitalbook.com/vbid/9788520448403/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Força das Ideias para um Capitalismo Sustentável",author:"MAGLIANO FILHO, Raymundo",isbn:"9788520448366",edition:0,vbkType:"pbk",url:"/books/9788520448366",coverURL:"//covers.vitalbook.com/vbid/9788520448366/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"As Novas Faces da Medicina",author:"LUZ, Protásio L. da",isbn:"9788520448397",edition:0,vbkType:"pbk",url:"/books/9788520448397",coverURL:"//covers.vitalbook.com/vbid/9788520448397/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código de Processo Penal: Decreto-lei n. 3.689, de 03 de outubro de 1941",author:"Editoria Jurídica da Editora Manole (org.)",isbn:"9788520451168",edition:0,vbkType:"pbk",url:"/books/9788520451168",coverURL:"//covers.vitalbook.com/vbid/9788520451168/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gerenciando com as Pessoas: Transformando o Executivo em um Excelente Gestor de Pessoas",author:"CHIAVENATO, Idalberto",isbn:"9788520447947",edition:5,vbkType:"pbk",url:"/books/9788520447947",coverURL:"//covers.vitalbook.com/vbid/9788520447947/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito de Família",author:"LUZ, Valdemar P. da",isbn:"9788520446591",edition:0,vbkType:"pbk",url:"/books/9788520446591",coverURL:"//covers.vitalbook.com/vbid/9788520446591/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Turismo, Ensino e Práticas Interdisciplinares",author:"RUSCHMANN, Doris van de Meene; TOMELIN, Carlos Alberto (orgs.)",isbn:"9788520449042",edition:0,vbkType:"pbk",url:"/books/9788520449042",coverURL:"//covers.vitalbook.com/vbid/9788520449042/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Criatividade Brasileira: Alex Atala, Fernando e Humberto Campana, Jum Nakao – Gastronomia, Design, Moda",author:"NACCACHE, Andréa (org.)",isbn:"9788520449394",edition:0,vbkType:"pbk",url:"/books/9788520449394",coverURL:"//covers.vitalbook.com/vbid/9788520449394/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Crimes Ecológicos: Aspectos Penais e Processuais Penais – Lei n. 9.605/98",author:"MOSSIN, Heráclito Antônio",isbn:"9788520449165",edition:0,vbkType:"pbk",url:"/books/9788520449165",coverURL:"//covers.vitalbook.com/vbid/9788520449165/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Micologia no Laboratório Clínico",author:"MEZZARI, Adelina; FUENTEFRIA, Alexandre Meneghello",isbn:"9788520451762",edition:0,vbkType:"pbk",url:"/books/9788520451762",coverURL:"//covers.vitalbook.com/vbid/9788520451762/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração Geral e Pública: Provas e Concursos",author:"CHIAVENATO, Idalberto",isbn:"9788520451540",edition:4,vbkType:"pbk",url:"/books/9788520451540",coverURL:"//covers.vitalbook.com/vbid/9788520451540/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cardiologia de Consultório: Soluções Práticas na Rotina do Cardiologista",author:"NOBRE, Fernando (ed.)",isbn:"9788520448656",edition:2,vbkType:"pbk",url:"/books/9788520448656",coverURL:"//covers.vitalbook.com/vbid/9788520448656/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Aventura da Filosofia II: de Heidegger a Danto",author:"GHIRALDELLI JR., Paulo",isbn:"9788520446348",edition:0,vbkType:"pbk",url:"/books/9788520446348",coverURL:"//covers.vitalbook.com/vbid/9788520446348/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia do Corpo em Movimento: Ossos, Músculos e Articulações",author:"DIMON JR., Theodore",isbn:"9788520449691",edition:2,vbkType:"pbk",url:"/books/9788520449691",coverURL:"//covers.vitalbook.com/vbid/9788520449691/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Doutor Arrowsmith",author:"LEWIS, Sinclair",isbn:"9788520451021",edition:0,vbkType:"pbk",url:"/books/9788520451021",coverURL:"//covers.vitalbook.com/vbid/9788520451021/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Clínica Médica, Volume 3: Doenças Hematológicas, Oncologia, Doenças Renais",author:"MARTINS, Mílton de Arruda; CARRILHO, Flair José; ALVES, Venâncio Avancini Ferreira; CASTILHO, Euclid",isbn:"9788520447734",edition:2,vbkType:"pbk",url:"/books/9788520447734",coverURL:"//covers.vitalbook.com/vbid/9788520447734/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Processual Civil",author:"VEZZONI, Marina",isbn:"9788520447956",edition:2,vbkType:"pbk",url:"/books/9788520447956",coverURL:"//covers.vitalbook.com/vbid/9788520447956/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento, Recrutamento e Seleção de Pessoal: Como Agregar Talentos à Empresa",author:"CHIAVENATO, Idalberto",isbn:"9788520446072",edition:8,vbkType:"pbk",url:"/books/9788520446072",coverURL:"//covers.vitalbook.com/vbid/9788520446072/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ballet: Fundamentos e Técnicas",author:"KASSING, Gayle",isbn:"9788520451595",edition:0,vbkType:"pbk",url:"/books/9788520451595",coverURL:"//covers.vitalbook.com/vbid/9788520451595/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Filosofia como Medicina da Alma",author:"GHIRALDELLI JR., Paulo",isbn:"9788520448960",edition:0,vbkType:"pbk",url:"/books/9788520448960",coverURL:"//covers.vitalbook.com/vbid/9788520448960/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"As Cadeias Fisiológicas: Tratamento do Crânio, Volume V",author:"BUSQUET, Léopold",isbn:"9788520451953",edition:2,vbkType:"pbk",url:"/books/9788520451953",coverURL:"//covers.vitalbook.com/vbid/9788520451953/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código de Defesa do Consumidor: Lei n. 8.078, de 11 de setembro de 1990",author:"Editoria Jurídica da Editora Manole (org.)",isbn:"9788520451298",edition:6,vbkType:"pbk",url:"/books/9788520451298",coverURL:"//covers.vitalbook.com/vbid/9788520451298/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gêmeos e Múltiplos: Tudo o que os Pais Precisam Saber",author:"WAKSMAN, Renata Dejtiar; SCHVARTSMAN, Cláudio (coords.)",isbn:"9788520449424",edition:0,vbkType:"pbk",url:"/books/9788520449424",coverURL:"//covers.vitalbook.com/vbid/9788520449424/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lições de Direito",author:"AMARAL JÚNIOR, Alberto do",isbn:"9788520449301",edition:0,vbkType:"pbk",url:"/books/9788520449301",coverURL:"//covers.vitalbook.com/vbid/9788520449301/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Turismo, Arquitetura e Cidade",author:"VARGAS, Heliana Comin; PAIVA, Ricardo Alexandre (orgs.)",isbn:"9788520451687",edition:0,vbkType:"pbk",url:"/books/9788520451687",coverURL:"//covers.vitalbook.com/vbid/9788520451687/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comunicação Empresarial: Alinhando Teoria e Prática",author:"BUENO, Wilson da Costa",isbn:"9788520446430",edition:0,vbkType:"pbk",url:"/books/9788520446430",coverURL:"//covers.vitalbook.com/vbid/9788520446430/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Logística e Cadeia de Suprimentos: O Essencial",author:"GONÇALVES, Paulo Sérgio",isbn:"9788520448915",edition:0,vbkType:"pbk",url:"/books/9788520448915",coverURL:"//covers.vitalbook.com/vbid/9788520448915/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração de Recursos Humanos: Fundamentos Básicos",author:"CHIAVENATO, Idalberto",isbn:"9788520450611",edition:8,vbkType:"pbk",url:"/books/9788520450611",coverURL:"//covers.vitalbook.com/vbid/9788520450611/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Biodisponibilidade de Nutrientes",author:"COZZOLINO, Silvia M. Franciscato",isbn:"9788520451113",edition:5,vbkType:"pbk",url:"/books/9788520451113",coverURL:"//covers.vitalbook.com/vbid/9788520451113/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Correntes Contemporâneas do Pensamento Jurídico",author:"TEIXEIRA, Anderson Vichinkeski; OLIVEIRA, Elton Somensi de (orgs.)",isbn:"9788520446447",edition:0,vbkType:"pbk",url:"/books/9788520446447",coverURL:"//covers.vitalbook.com/vbid/9788520446447/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Arte de Receber em Eventos",author:"MATIAS, Marlene",isbn:"9788520446331",edition:0,vbkType:"pbk",url:"/books/9788520446331",coverURL:"//covers.vitalbook.com/vbid/9788520446331/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia Aplicada ao Esporte",author:"WEINECK, Jürgen",isbn:"9788520449851",edition:18,vbkType:"pbk",url:"/books/9788520449851",coverURL:"//covers.vitalbook.com/vbid/9788520449851/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Diretrizes do Processo de Regulamentação Sanitária dos Medicamentos no Brasil",author:"BELLAN, Natália; PINTO, Terezinha de Jesus Andreoli (coords.)",isbn:"9788520448687",edition:0,vbkType:"pbk",url:"/books/9788520448687",coverURL:"//covers.vitalbook.com/vbid/9788520448687/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Clínica Médica, Volume 2: Doenças Cardiovasculares, Doenças Respiratórias, Emergências e Terapia Intensiva",author:"MARTINS, Mílton de Arruda; CARRILHO, Flair José; ALVES, Venâncio Avancini Ferreira; CASTILHO, Euclid",isbn:"9788520447727",edition:2,vbkType:"pbk",url:"/books/9788520447727",coverURL:"//covers.vitalbook.com/vbid/9788520447727/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Penal: Parte Geral",author:"PASCHOAL, Janaina Conceição",isbn:"9788520449196",edition:2,vbkType:"pbk",url:"/books/9788520449196",coverURL:"//covers.vitalbook.com/vbid/9788520449196/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Para Ler o Zaratustra de Nietzsche",author:"JULIÃO, José Nicolao",isbn:"9788520449134",edition:0,vbkType:"pbk",url:"/books/9788520449134",coverURL:"//covers.vitalbook.com/vbid/9788520449134/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"As Mulheres das Tragédias Gregas: Poderosas?",author:"CASTRO, Susana de",isbn:"9788520449059",edition:0,vbkType:"pbk",url:"/books/9788520449059",coverURL:"//covers.vitalbook.com/vbid/9788520449059/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Era do Ecobusiness: Criando Negócios Sustentáveis",author:"AMATO NETO, João",isbn:"9788520448953",edition:0,vbkType:"pbk",url:"/books/9788520448953",coverURL:"//covers.vitalbook.com/vbid/9788520448953/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"As Cadeias Fisiológicas: A Cadeia Visceral – Abdome/Pelve – Descrição e Tratamento, Volume VI",author:"BUSQUET-VANDERHEYDEN, Michèle",isbn:"9788520449622",edition:2,vbkType:"pbk",url:"/books/9788520449622",coverURL:"//covers.vitalbook.com/vbid/9788520449622/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código Civil: Lei n. 10.406, de 10 de janeiro de 2002",author:"Editoria Jurídica da Editora Manole (org.)",isbn:"9788520451250",edition:0,vbkType:"pbk",url:"/books/9788520451250",coverURL:"//covers.vitalbook.com/vbid/9788520451250/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fitness Aquático: Um Guia Completo para Profissionais",author:"Aquatic Exercise Association",isbn:"9788520451755",edition:6,vbkType:"pbk",url:"/books/9788520451755",coverURL:"//covers.vitalbook.com/vbid/9788520451755/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Clínica Ortopédica",author:"BARROS FILHO, Tarcisio Eloy Pessoa de; CAMARGO, Olavo Pires de; CAMANHO, Gilberto Luis (eds.)",isbn:"9788520444047",edition:0,vbkType:"pbk",url:"/books/9788520444047",coverURL:"//covers.vitalbook.com/vbid/9788520444047/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei do Cheque Comentada: Teoria e Prática",author:"BIMBATO, José Mário",isbn:"9788520449226",edition:0,vbkType:"pbk",url:"/books/9788520449226",coverURL:"//covers.vitalbook.com/vbid/9788520449226/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Turismo e Lazer para a Pessoa Idosa",author:"RUSCHMANN, Doris van de Meene; SOLHA, Karina Toledo (orgs.)",isbn:"9788520451939",edition:0,vbkType:"pbk",url:"/books/9788520451939",coverURL:"//covers.vitalbook.com/vbid/9788520451939/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comunicação Empresarial sem Complicação: Como Facilitar a Comunicação na Empresa, pela Via da Cultura e do Diálogo",author:"MATOS, Gustavo Gomes de",isbn:"9788520450130",edition:3,vbkType:"pbk",url:"/books/9788520450130",coverURL:"//covers.vitalbook.com/vbid/9788520450130/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Biodisponibilidade de Nutrientes",author:"COZZOLINO, Silvia M. Franciscato",isbn:"9788520449769",edition:4,vbkType:"pbk",url:"/books/9788520449769",coverURL:"//covers.vitalbook.com/vbid/9788520449769/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Constituição Federal Interpretada: Artigo por Artigo, Parágrafo por Parágrafo",author:"MACHADO, Costa (org.); FERRAZ, Anna Candida da Cunha (coord.)",isbn:"9788520451328",edition:7,vbkType:"pbk",url:"/books/9788520451328",coverURL:"//covers.vitalbook.com/vbid/9788520451328/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lendas e Fábulas do Folclore Brasileiro, Volume 3",author:"CARRASCO, Walcyr",isbn:"9788520451915",edition:0,vbkType:"pbk",url:"/books/9788520451915",coverURL:"//covers.vitalbook.com/vbid/9788520451915/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Vade Mecum de Direito Marítimo",author:"MARTINS, Eliane M. Octaviano (org.)",isbn:"9788520451632",edition:0,vbkType:"pbk",url:"/books/9788520451632",coverURL:"//covers.vitalbook.com/vbid/9788520451632/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Alimentos: Um Guia Completo para Profissionais",author:"MCWILLIAMS, Margaret",isbn:"9788520451649",edition:10,vbkType:"pbk",url:"/books/9788520451649",coverURL:"//covers.vitalbook.com/vbid/9788520451649/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dicionário de Relações Internacionais",author:"SILVA, Guilherme A.; GONÇALVES, Williams",isbn:"9788520446461",edition:2,vbkType:"pbk",url:"/books/9788520446461",coverURL:"//covers.vitalbook.com/vbid/9788520446461/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Clínica Médica, Volume 1: Atuação da Clínica Médica, Sinais e Sintomas de Natureza Sistêmica, Medicina Preventiva, Saúde da Mulher, Envelhecimento e Geriatria, Medicina Física e Reabilitação, Medicina Laboratorial na Prática Médica",author:"MARTINS, Mílton de Arruda; CARRILHO, Flair José; ALVES, Venâncio Avancini Ferreira; CASTILHO, Euclid",isbn:"9788520447710",edition:2,vbkType:"pbk",url:"/books/9788520447710",coverURL:"//covers.vitalbook.com/vbid/9788520447710/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Penal: Parte Especial",author:"SARRUBBO, Mário Luiz",isbn:"9788520444368",edition:0,vbkType:"pbk",url:"/books/9788520444368",coverURL:"//covers.vitalbook.com/vbid/9788520444368/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O que é Dialética do Iluminismo?",author:"GHIRALDELLI JR., Paulo",isbn:"9788520449110",edition:0,vbkType:"pbk",url:"/books/9788520449110",coverURL:"//covers.vitalbook.com/vbid/9788520449110/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"As Lições de Paulo Freire: Filosofia, Educação e Política",author:"GHIRALDELLI JR., Paulo",isbn:"9788520448977",edition:0,vbkType:"pbk",url:"/books/9788520448977",coverURL:"//covers.vitalbook.com/vbid/9788520448977/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Encantadora de Famílias: Estratégias Infalíveis da Encantadora de Bebês para Melhorar a Comunicação e a Conexão com as Pessoas que Você Ama e Construir uma Família mais Forte",author:"BLAU, Melinda; HOGG, Tracy",isbn:"9788520448557",edition:0,vbkType:"pbk",url:"/books/9788520448557",coverURL:"//covers.vitalbook.com/vbid/9788520448557/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia para o Movimento, Volume 2: Bases de Exercícios",author:"CALAIS-GERMAIN, Blandine; LAMOTTE, Andrée",isbn:"9788520449608",edition:2,vbkType:"pbk",url:"/books/9788520449608",coverURL:"//covers.vitalbook.com/vbid/9788520449608/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código Civil Interpretado: Artigo por Artigo, Parágrafo por Parágrafo",author:"MACHADO, Costa (org.); CHINELLATO, Silmara Juny (coord.)",isbn:"9788520451281",edition:9,vbkType:"pbk",url:"/books/9788520451281",coverURL:"//covers.vitalbook.com/vbid/9788520451281/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Filosofia, Sociedade e Direitos Humanos: Ciclo de Palestras em Homenagem ao Professor Goffredo Telles Jr.",author:"FERRAZ JR., Tercio Sampaio (org.); BITTAR, Eduardo C. B.; ALMEIDA, Guilherme Assis de (coords.)",isbn:"9788520446546",edition:0,vbkType:"pbk",url:"/books/9788520446546",coverURL:"//covers.vitalbook.com/vbid/9788520446546/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Clínica Médica, Volume 7: Alergia e Imunologia Clínica, Doenças da Pele, Doenças Infecciosas e Parasitárias",author:"MARTINS, Mílton de Arruda; CARRILHO, Flair José; ALVES, Venâncio Avancini Ferreira; CASTILHO, Euclid",isbn:"9788520447772",edition:2,vbkType:"pbk",url:"/books/9788520447772",coverURL:"//covers.vitalbook.com/vbid/9788520447772/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei das Duplicatas Comentada: Teoria e Prática",author:"BIMBATO, José Mário",isbn:"9788520449219",edition:0,vbkType:"pbk",url:"/books/9788520449219",coverURL:"//covers.vitalbook.com/vbid/9788520449219/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Treinamento Mental no Tênis: Como Desenvolver as Habilidades Mentais",author:"SAMULSKI, Dietmar",isbn:"9788520451830",edition:0,vbkType:"pbk",url:"/books/9788520451830",coverURL:"//covers.vitalbook.com/vbid/9788520451830/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comunicação Empresarial e Sustentabilidade",author:"BUENO, Wilson da Costa (org.)",isbn:"9788520449073",edition:0,vbkType:"pbk",url:"/books/9788520449073",coverURL:"//covers.vitalbook.com/vbid/9788520449073/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bases Biomecânicas do Movimento Humano",author:"HAMILL, Joseph; KNUTZEN, Kathleen M.; DERRICK, Timothy R.",isbn:"9788520451311",edition:4,vbkType:"pbk",url:"/books/9788520451311",coverURL:"//covers.vitalbook.com/vbid/9788520451311/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Constituição Federal",author:"Editoria Jurídica da Editora Manole (org.)",isbn:"9788520451182",edition:8,vbkType:"pbk",url:"/books/9788520451182",coverURL:"//covers.vitalbook.com/vbid/9788520451182/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Intervenções em Centros Urbanos: Objetivos, Estratégias e Resultados",author:"VARGAS, Heliana Comin; CASTILHO, Ana Luisa Howard de (orgs.)",isbn:"9788520442852",edition:3,vbkType:"pbk",url:"/books/9788520442852",coverURL:"//covers.vitalbook.com/vbid/9788520442852/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Pelve Feminina e o Parto: Compreendendo a Importância do Movimento Pélvico Durante o Trabalho de Parto",author:"CALAIS-GERMAIN, Blandine; PARÉS, Núria Vives",isbn:"9788520449936",edition:0,vbkType:"pbk",url:"/books/9788520449936",coverURL:"//covers.vitalbook.com/vbid/9788520449936/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desempenho Humano nas Empresas: Como Desenhar Cargos e Avaliar o Desempenho para Alcançar Resultados",author:"CHIAVENATO, Idalberto",isbn:"9788520450604",edition:7,vbkType:"pbk",url:"/books/9788520450604",coverURL:"//covers.vitalbook.com/vbid/9788520450604/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Propriedade Intelectual: Propriedade Industrial, Direito de Autor, Software, Cultivares, Nome Empresarial, Abuso de Patentes",author:"SILVEIRA, Newton",isbn:"9788520448618",edition:5,vbkType:"pbk",url:"/books/9788520448618",coverURL:"//covers.vitalbook.com/vbid/9788520448618/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ciência e Tecnologia de Alimentos",author:"CAMPBELL-PLATT, Geoffrey (ed.)",isbn:"9788520448458",edition:0,vbkType:"pbk",url:"/books/9788520448458",coverURL:"//covers.vitalbook.com/vbid/9788520448458/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Civil: Parte Geral, Obrigações, Contratos, Atos Unilaterais, Responsabilidade Civil, Direito das Coisas",author:"PIVA, Rui Carvalho",isbn:"9788520444504",edition:0,vbkType:"pbk",url:"/books/9788520444504",coverURL:"//covers.vitalbook.com/vbid/9788520444504/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Negociação Empresarial: Enfoque Sistêmico e Visão Estratégica",author:"MARTINELLI, Dante Pinheiro",isbn:"9788520448823",edition:2,vbkType:"pbk",url:"/books/9788520448823",coverURL:"//covers.vitalbook.com/vbid/9788520448823/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Arquitetura e Mercado Imobiliário",author:"VARGAS, Heliana Comin; ARAUJO, Cristina Pereira de (orgs.)",isbn:"9788520446393",edition:0,vbkType:"pbk",url:"/books/9788520446393",coverURL:"//covers.vitalbook.com/vbid/9788520446393/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Destruição dos Judeus Europeus, Volume 2",author:"HILBERG, Raul",isbn:"9788520451229",edition:0,vbkType:"pbk",url:"/books/9788520451229",coverURL:"//covers.vitalbook.com/vbid/9788520451229/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia para o Movimento, Volume 1: Introdução à Análise das Técnicas Corporais",author:"CALAIS-GERMAIN, Blandine",isbn:"9788520449592",edition:4,vbkType:"pbk",url:"/books/9788520449592",coverURL:"//covers.vitalbook.com/vbid/9788520449592/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código Civil Comentado: Doutrina e Jurisprudência – Lei n. 10.406, de 10.01.2002",author:"PELUSO, Cezar (coord.)",isbn:"9788520451274",edition:10,vbkType:"pbk",url:"/books/9788520451274",coverURL:"//covers.vitalbook.com/vbid/9788520451274/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Escolha seu Futuro: Como Definir e Construir o seu Caminho Profissional",author:"CHIAVENATO, Idalberto",isbn:"9788520447932",edition:2,vbkType:"pbk",url:"/books/9788520447932",coverURL:"//covers.vitalbook.com/vbid/9788520447932/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Clínica Médica, Volume 6: Doenças dos Olhos, Doenças dos Ouvidos, Nariz e Garganta, Neurologia, Transtornos Mentais",author:"MARTINS, Mílton de Arruda; CARRILHO, Flair José; ALVES, Venâncio Avancini Ferreira; CASTILHO, Euclid",isbn:"9788520447765",edition:2,vbkType:"pbk",url:"/books/9788520447765",coverURL:"//covers.vitalbook.com/vbid/9788520447765/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei Anticorrupção: Exame Sistematizado da Lei n. 12.846/2013",author:"PESTANA, Marcio",isbn:"9788520450567",edition:0,vbkType:"pbk",url:"/books/9788520450567",coverURL:"//covers.vitalbook.com/vbid/9788520450567/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Treinamento e Desenvolvimento de Recursos Humanos: Como Incrementar Talentos na Empresa",author:"CHIAVENATO, Idalberto",isbn:"9788520450345",edition:8,vbkType:"pbk",url:"/books/9788520450345",coverURL:"//covers.vitalbook.com/vbid/9788520450345/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comunicação Aberta: Desenvolvendo a Cultura do Diálogo",author:"MATOS, Gustavo Gomes de",isbn:"9788520449066",edition:0,vbkType:"pbk",url:"/books/9788520449066",coverURL:"//covers.vitalbook.com/vbid/9788520449066/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Avaliação e Prescrição de Exercícios Físicos: Normas e Diretrizes",author:"LANCHA JR., Antonio Herbert; LANCHA, Luciana Oquendo Pereira (orgs.)",isbn:"9788520451656",edition:0,vbkType:"pbk",url:"/books/9788520451656",coverURL:"//covers.vitalbook.com/vbid/9788520451656/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Compêndio de Processo Penal: Curso Completo",author:"MOSSIN, Heráclito Antônio",isbn:"9788520446423",edition:0,vbkType:"pbk",url:"/books/9788520446423",coverURL:"//covers.vitalbook.com/vbid/9788520446423/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia de Qualidade de Vida: Saúde e Trabalho",author:"DINIZ, Denise Pará (coord.)",isbn:"9788520437285",edition:2,vbkType:"pbk",url:"/books/9788520437285",coverURL:"//covers.vitalbook.com/vbid/9788520437285/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dança Moderna: Fundamentos e Técnicas",author:"GIGUERE, Miriam",isbn:"9788520451557",edition:0,vbkType:"pbk",url:"/books/9788520451557",coverURL:"//covers.vitalbook.com/vbid/9788520451557/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novo Código de Processo Civil: Lei n. 13.105, de 16 de março de 2015",author:"Editoria Jurídica da Editora Manole (org.)",isbn:"9788520451199",edition:2,vbkType:"pbk",url:"/books/9788520451199",coverURL:"//covers.vitalbook.com/vbid/9788520451199/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Molécula Mágica: A Luta de Cientistas Brasileiros por um Medicamento Contra o Câncer",author:"FIORAVANTI, Carlos Henrique",isbn:"9788520451106",edition:0,vbkType:"pbk",url:"/books/9788520451106",coverURL:"//covers.vitalbook.com/vbid/9788520451106/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dicionário Enciclopédico de Direito",author:"LUZ, Valdemar P. da; SOUZA, Sylvio Capanema de",isbn:"9788520449172",edition:0,vbkType:"pbk",url:"/books/9788520449172",coverURL:"//covers.vitalbook.com/vbid/9788520449172/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Natação Adaptada: Em Busca do Movimento com Autonomia",author:"GREGUOL, Márcia",isbn:"9788520451878",edition:0,vbkType:"pbk",url:"/books/9788520451878",coverURL:"//covers.vitalbook.com/vbid/9788520451878/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Adolf Hitler, Volume 1: Os Anos de Ascensão 1889-1939",author:"ULRICH, Volker",isbn:"9788520451236",edition:0,vbkType:"pbk",url:"/books/9788520451236",coverURL:"//covers.vitalbook.com/vbid/9788520451236/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Destruição dos Judeus Europeus, Volume 1",author:"HILBERG, Raul",isbn:"9788520451212",edition:0,vbkType:"pbk",url:"/books/9788520451212",coverURL:"//covers.vitalbook.com/vbid/9788520451212/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia do Tênis: Guia Ilustrado para o Aumento de Força, Velocidade, Potência e Agilidade no Tênis",author:"ROETERT, E. Paul; KOVACS, Mark S.",isbn:"9788520448069",edition:0,vbkType:"pbk",url:"/books/9788520448069",coverURL:"//covers.vitalbook.com/vbid/9788520448069/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CLT: Decreto-lei n. 5.452, de 1º de maio de 1943",author:"Editoria Jurídica da Editora Manole (org.)",isbn:"9788520451243",edition:0,vbkType:"pbk",url:"/books/9788520451243",coverURL:"//covers.vitalbook.com/vbid/9788520451243/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ensinando Ginástica para Crianças",author:"WERNER, Peter H.; WILLIAMS, Lori H.; HALL, Tina J.",isbn:"9788520449967",edition:3,vbkType:"pbk",url:"/books/9788520449967",coverURL:"//covers.vitalbook.com/vbid/9788520449967/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Clínica Médica, Volume 5: Doenças Endócrinas e Metabólicas, Doenças Osteometabólicas; Doenças Reumatológicas",author:"MARTINS, Mílton de Arruda; CARRILHO, Flair José; ALVES, Venâncio Avancini Ferreira; CASTILHO, Euclid",isbn:"9788520447758",edition:2,vbkType:"pbk",url:"/books/9788520447758",coverURL:"//covers.vitalbook.com/vbid/9788520447758/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Legislação Internacional",author:"SEITENFUS, Ricardo (org.)",isbn:"9788520446577",edition:2,vbkType:"pbk",url:"/books/9788520446577",coverURL:"//covers.vitalbook.com/vbid/9788520446577/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Treinamento de Força: Guia Completo Passo a Passo para um Corpo Mais Forte e Definido",author:"WILLIAMS, Len; GROVES, Derek; THURGOOD, Glen",isbn:"9788520451885",edition:0,vbkType:"pbk",url:"/books/9788520451885",coverURL:"//covers.vitalbook.com/vbid/9788520451885/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como Administrar a Produção",author:"BIAGIO, Luiz Arnaldo",isbn:"9788520450055",edition:0,vbkType:"pbk",url:"/books/9788520450055",coverURL:"//covers.vitalbook.com/vbid/9788520450055/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Invenção do Futuro: Um Debate sobre a Pós-modernidade e a Hipermodernidade",author:"FORBES, Jorge; REALE JÚNIOR, Miguel; FERRAZ JUNIOR, Tercio Sampaio (orgs.)",isbn:"9788520443453",edition:0,vbkType:"pbk",url:"/books/9788520443453",coverURL:"//covers.vitalbook.com/vbid/9788520443453/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Atividade Física Adaptada: Qualidade de Vida para Pessoas com Necessidades Especiais",author:"GREGUOL, Márcia; COSTA, Roberto Fernandes da (orgs.)",isbn:"9788520450048",edition:3,vbkType:"pbk",url:"/books/9788520450048",coverURL:"//covers.vitalbook.com/vbid/9788520450048/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código Penal: Decreto-lei n. 2.848, de 07 de dezembro de 1948",author:"Editoria Jurídica da Editora Manole (org.)",isbn:"9788520451175",edition:0,vbkType:"pbk",url:"/books/9788520451175",coverURL:"//covers.vitalbook.com/vbid/9788520451175/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão em Serviços de Alimentação: Liderança e Desenvolvimento de Recursos Humanos para a Gastronomia",author:"CHESSER, Jerald W.; CULLEN, Noel C.",isbn:"9788520451700",edition:5,vbkType:"pbk",url:"/books/9788520451700",coverURL:"//covers.vitalbook.com/vbid/9788520451700/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso Introdutório de Chef Profissional",author:"RIPPINGTON, Neil",isbn:"9788520449462",edition:2,vbkType:"pbk",url:"/books/9788520449462",coverURL:"//covers.vitalbook.com/vbid/9788520449462/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual do Advogado: Advocacia Prática (Civil, Trabalhista e Criminal)",author:"LUZ, Valdemar P. da",isbn:"9788520451304",edition:28,vbkType:"pbk",url:"/books/9788520451304",coverURL:"//covers.vitalbook.com/vbid/9788520451304/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"100 Questões em Psiquiatria",author:"MAIA, João Maurício Castaldelli; ANDRADE, Arthur Guerra de (eds.)",isbn:"9788520450031",edition:0,vbkType:"pbk",url:"/books/9788520450031",coverURL:"//covers.vitalbook.com/vbid/9788520450031/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso Introdutório de Direito Internacional do Comércio",author:"MOTTA, Andrea Limani Boisson",isbn:"9788520446454",edition:0,vbkType:"pbk",url:"/books/9788520446454",coverURL:"//covers.vitalbook.com/vbid/9788520446454/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Minha Vida",author:"GORBACHEV, Mikhail",isbn:"9788520451014",edition:0,vbkType:"pbk",url:"/books/9788520451014",coverURL:"//covers.vitalbook.com/vbid/9788520451014/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração Hospitalar no Brasil",author:"SALU, Enio Jorge",isbn:"9788520448373",edition:0,vbkType:"pbk",url:"/books/9788520448373",coverURL:"//covers.vitalbook.com/vbid/9788520448373/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cardiologia de Emergências em Fluxogramas",author:"SOEIRO, Alexandre de Matos; LEAL, Tatiana de Carvalho Andreucci Torres; OLIVEIRA JR., Múcio Tavares ",isbn:"9788520446034",edition:0,vbkType:"pbk",url:"/books/9788520446034",coverURL:"//covers.vitalbook.com/vbid/9788520446034/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Batalha por Moscou: A Operação Tufão e o Início da Derrocada de Hitler",author:"STAHEL, David",isbn:"9788520448359",edition:0,vbkType:"pbk",url:"/books/9788520448359",coverURL:"//covers.vitalbook.com/vbid/9788520448359/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia do Exercício",author:"MANOCCHIA, Pat",isbn:"9788520451946",edition:0,vbkType:"pbk",url:"/books/9788520451946",coverURL:"//covers.vitalbook.com/vbid/9788520451946/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CLT Interpretada: Artigo por Artigo, Parágrafo por Parágrafo",author:"MACHADO, Costa (org.); ZAINAGHI, Domingos Sávio (coord.)",isbn:"9788520451335",edition:7,vbkType:"pbk",url:"/books/9788520451335",coverURL:"//covers.vitalbook.com/vbid/9788520451335/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Energia das Águas: Paradoxo e Paradigma",author:"VECCHIA, Rodnei",isbn:"9788520449417",edition:0,vbkType:"pbk",url:"/books/9788520449417",coverURL:"//covers.vitalbook.com/vbid/9788520449417/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Casos clínicos em ortopedia e traumatologia: guia prático para formação e atualização em ortopedia",author:"BARROS FILHO, Tarcisio E. P.; KOJIMA, Koji Edson; FERNANDES, Túlio Diniz (eds.)",isbn:"9788520441589",edition:0,vbkType:"pbk",url:"/books/9788520441589",coverURL:"//covers.vitalbook.com/vbid/9788520441589/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:29.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Solo, Planta e Atmosfera: Conceitos, Processos e Aplicações",author:"REICHARDT, Klaus; TIMM, Luís Carlos",isbn:"9788520451786",edition:2,vbkType:"pbk",url:"/books/9788520451786",coverURL:"//covers.vitalbook.com/vbid/9788520451786/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Interdisciplinaridade em Ciência, Tecnologia & Inovação",author:"PHILIPPI JR., Arlindo; SILVA NETO, Antônio J. (eds.)",isbn:"9788520449004",edition:0,vbkType:"pbk",url:"/books/9788520449004",coverURL:"//covers.vitalbook.com/vbid/9788520449004/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Argumentação Jurídica",author:"FERRAZ JR., Tercio Sampaio",isbn:"9788520451267",edition:2,vbkType:"pbk",url:"/books/9788520451267",coverURL:"//covers.vitalbook.com/vbid/9788520451267/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Consulta Veterinária em 5 Minutos: Espécies Canina e Felina",author:"TILLEY, Larry Patrick; SMITH JUNIOR, Francis W. K.",isbn:"9788520448083",edition:5,vbkType:"pbk",url:"/books/9788520448083",coverURL:"//covers.vitalbook.com/vbid/9788520448083/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Inconsciente e Responsabilidade: Psicanálise do Século XXI",author:"FORBES, Jorge",isbn:"9788520450086",edition:0,vbkType:"pbk",url:"/books/9788520450086",coverURL:"//covers.vitalbook.com/vbid/9788520450086/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicomotricidade: Abordagens Emergentes",author:"FERNANDES, Jorge Manuel Gomes de Azevedo; GUTIERRES FILHO, Paulo José Barbosa",isbn:"9788520451724",edition:0,vbkType:"pbk",url:"/books/9788520451724",coverURL:"//covers.vitalbook.com/vbid/9788520451724/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anestesia e Analgesia de Pequenos Animais",author:"CARROLL, Gwendolyn L. (ed.)",isbn:"9788520451892",edition:0,vbkType:"pbk",url:"/books/9788520451892",coverURL:"//covers.vitalbook.com/vbid/9788520451892/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Projeto de Sistemas de Comunicações Ópticas",author:"AMAZONAS, José Roberto de Almeida",isbn:"9788520438534",edition:0,vbkType:"pbk",url:"/books/9788520438534",coverURL:"//covers.vitalbook.com/vbid/9788520438534/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia Hospitalar",author:"ANDREOLI, Paola Bruno de Araujo; CAIUBY, Andrea Vanini Santesso; LACERDA, Shirley Silva (coords.)",isbn:"9788520440230",edition:0,vbkType:"pbk",url:"/books/9788520440230",coverURL:"//covers.vitalbook.com/vbid/9788520440230/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eletrotécnica Geral: Teoria e Exercícios Resolvidos",author:"FLARYS, Francisco",isbn:"9788520436653",edition:2,vbkType:"pbk",url:"/books/9788520436653",coverURL:"//covers.vitalbook.com/vbid/9788520436653/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia e Prática Forenses",author:"SERAFIM, Antonio de Pádua; SAFFI, Fabiana",isbn:"9788520450215",edition:2,vbkType:"pbk",url:"/books/9788520450215",coverURL:"//covers.vitalbook.com/vbid/9788520450215/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Química para Engenharia, Volume III: Água",author:"AZEVEDO, Juliana de Souza; FRESQUI, Maíra; TRSIC, Milan",isbn:"9788520440339",edition:0,vbkType:"pbk",url:"/books/9788520440339",coverURL:"//covers.vitalbook.com/vbid/9788520440339/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia do Esporte: Conceitos e Novas Perspectivas",author:"SAMULSKI, Dietmar",isbn:"9788520442494",edition:2,vbkType:"pbk",url:"/books/9788520442494",coverURL:"//covers.vitalbook.com/vbid/9788520442494/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Certificação Florestal na Indústria: Aplicação Prática da Certificação de Cadeia de Custódia",author:"ALVES, Ricardo Ribeiro; JACOVINE, Laércio Antônio Gonçalves",isbn:"9788520448854",edition:0,vbkType:"pbk",url:"/books/9788520448854",coverURL:"//covers.vitalbook.com/vbid/9788520448854/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Práticas da Interdisciplinaridade no Ensino e Pesquisa",author:"PHILIPPI JR., Arlindo; FERNANDES, Valdir (eds.)",isbn:"9788520449141",edition:0,vbkType:"pbk",url:"/books/9788520449141",coverURL:"//covers.vitalbook.com/vbid/9788520449141/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2017-02-12T00:33:28.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing estratégico para organizações e empreendedores: guia prático e ações passo a passo",author:"Zenaro, Marcelo; Pereira, Maurício Fernandes ",isbn:"9788522486380",edition:0,vbkType:"pbk",url:"/books/9788522486380",coverURL:"//covers.vitalbook.com/vbid/9788522486380/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:"2016-08-25T23:50:35.000Z",addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas Embarcados - Hardware e Firmware na Prática",author:"OLIVEIRA, André Schneider de; ANDRADE, Fernando Souza de",isbn:"9788536520346",edition:2,vbkType:"pbk",url:"/books/9788536520346",coverURL:"//covers.vitalbook.com/vbid/9788536520346/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:"2016-08-17T10:06:45.000Z",addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Informática na Educação - Novas Ferramentas Pedagógicas para o Professor na Atualidade",author:"TAJRA, Sanmya Feitosa",isbn:"9788536522265",edition:9,vbkType:"pbk",url:"/books/9788536522265",coverURL:"//covers.vitalbook.com/vbid/9788536522265/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sensores Industriais - Fundamentos e Aplicações",author:"THOMAZINI, Daniel; ALBUQUERQUE, Pedro Urbano Braga de",isbn:"9788536520261",edition:8,vbkType:"pbk",url:"/books/9788536520261",coverURL:"//covers.vitalbook.com/vbid/9788536520261/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnicas de Montagem - Métodos e Processos para Construção de Vestuário",author:"LOBO, Renato Nogueirol; LIMEIRA, Erika Thalita Navas Pires; MARQUES, Rosiane do Nascimento",isbn:"9788536520704",edition:1,vbkType:"pbk",url:"/books/9788536520704",coverURL:"//covers.vitalbook.com/vbid/9788536520704/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estudo Dirigido de Microsoft PowerPoint 2013",author:"MANZANO, André Luiz N. G.",isbn:"9788536519173",edition:1,vbkType:"pbk",url:"/books/9788536519173",coverURL:"//covers.vitalbook.com/vbid/9788536519173/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Adobe Photoshop CS6 em Português - Imagens Profissionais e Técnicas Para Finalização e Impressão",author:"FIDALGO, João",isbn:"9788536518633",edition:1,vbkType:"pbk",url:"/books/9788536518633",coverURL:"//covers.vitalbook.com/vbid/9788536518633/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Termoplásticos - Estruturas, Propriedades e Aplicações",author:"NUNES, Edilene de Cássia Dutra; SANTOS, Leandro José dos",isbn:"9788536520551",edition:1,vbkType:"pbk",url:"/books/9788536520551",coverURL:"//covers.vitalbook.com/vbid/9788536520551/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Projetos de Circuitos Digitais com FPGA",author:"COSTA, Cesar da",isbn:"9788536520117",edition:3,vbkType:"pbk",url:"/books/9788536520117",coverURL:"//covers.vitalbook.com/vbid/9788536520117/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiologia Vegetal - Introdução às Características, Funcionamento e Estruturas das Plantas e Interação com a Natureza",author:"SCHWAMBACH, Cornélio; SOBRINHO, Geraldo Cardoso",isbn:"9788536521572",edition:1,vbkType:"pbk",url:"/books/9788536521572",coverURL:"//covers.vitalbook.com/vbid/9788536521572/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Modelagem 3D para Vestuário - Conceitos e Técnicas de Criação de Peças",author:"LOBO, Renato Nogueirol; LIMEIRA, Erika Thalita Navas Pires; MARQUES, Rosiane do Nascimento",isbn:"9788536520650",edition:1,vbkType:"pbk",url:"/books/9788536520650",coverURL:"//covers.vitalbook.com/vbid/9788536520650/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Análise Ambiental - Gerenciamento de Resíduos e Tratamento de Efluentes",author:"IBRAHIN, Francini Imene Dias; IBRAHIN, Fábio José; CANTUÁRIA, Eliane Ramos",isbn:"9788536521497",edition:1,vbkType:"pbk",url:"/books/9788536521497",coverURL:"//covers.vitalbook.com/vbid/9788536521497/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão da Inovação e Desenvolvimento de Novos Produtos",author:"Trott, Paul J.",isbn:"9788540701663",edition:4,vbkType:"pbk",url:"/books/9788540701663",coverURL:"//covers.vitalbook.com/vbid/9788540701663/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Projeto Político-Pedagógico (PPP) - Guia Prático para Construção Participativa",author:"NOGUEIRA, Nilbo Ribeiro",isbn:"9788536522326",edition:1,vbkType:"pbk",url:"/books/9788536522326",coverURL:"//covers.vitalbook.com/vbid/9788536522326/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas Digitais - Circuitos Combinacionais e Sequenciais",author:"CAPUANO, Francisco Gabriel",isbn:"9788536520322",edition:1,vbkType:"pbk",url:"/books/9788536520322",coverURL:"//covers.vitalbook.com/vbid/9788536520322/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"MySQL 5.5 Interativo: Guia Essencial de Orientação e Desenvolvimento",author:"MANZANO, José Augusto N. G.",isbn:"9788536519449",edition:1,vbkType:"pbk",url:"/books/9788536519449",coverURL:"//covers.vitalbook.com/vbid/9788536519449/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Meio Ambiente - Guia Prático e Didático",author:"BARSANO, Paulo Roberto; BARBOSA, Rildo Pereira",isbn:"9788536521664",edition:2,vbkType:"pbk",url:"/books/9788536521664",coverURL:"//covers.vitalbook.com/vbid/9788536521664/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Os Magos",author:"GROSSMAN, Lev",isbn:"9788520448021",edition:0,vbkType:"pbk",url:"/books/9788520448021",coverURL:"//covers.vitalbook.com/vbid/9788520448021/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educação, Sociedade e Trabalho",author:"BATISTA, Sueli Soares dos Santos; FREIRE, Emerson",isbn:"9788536522241",edition:1,vbkType:"pbk",url:"/books/9788536522241",coverURL:"//covers.vitalbook.com/vbid/9788536522241/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Biblioteca no Ambiente Escolar - Comunicação, Dinâmicas, Organização e Estratégias de Atendimento",author:"FERREIRA, Armindo Ribeiro",isbn:"9788536522173",edition:1,vbkType:"pbk",url:"/books/9788536522173",coverURL:"//covers.vitalbook.com/vbid/9788536522173/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química - Estrutura e Estequiometria",author:"FIOROTTO, Nilton Roberto",isbn:"9788536520155",edition:1,vbkType:"pbk",url:"/books/9788536520155",coverURL:"//covers.vitalbook.com/vbid/9788536520155/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Características Plásticas e Botânicas das Plantas Ornamentais",author:"CASTRO, Anselmo Augusto de",isbn:"9788536520575",edition:1,vbkType:"pbk",url:"/books/9788536520575",coverURL:"//covers.vitalbook.com/vbid/9788536520575/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direitos Humanos, 3ª edição",author:"MAZZUOLI, Valerio de Oliveira",isbn:"9788530972028",edition:0,vbkType:"epub",url:"/books/9788530972028",coverURL:"//covers.vitalbook.com/vbid/9788530972028/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"SolidWorks Premium 2013 - Plataforma CAD/CAE/CAM para Projeto, Desenvolvimento e Validação de Produtos Industriais",author:"FIALHO, Arivelto Bustamante",isbn:"9788536519555",edition:1,vbkType:"pbk",url:"/books/9788536519555",coverURL:"//covers.vitalbook.com/vbid/9788536519555/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processos de Moldagem por Sopro - Conceitos, Técnicas e Aplicações em Peças Plásticas",author:"LOPES, Fábio Renato Silva; NUNES, Edilene de Cássia Dutra",isbn:"9788536520537",edition:1,vbkType:"pbk",url:"/books/9788536520537",coverURL:"//covers.vitalbook.com/vbid/9788536520537/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Robótica Industrial - Fundamentos, Tecnologias, Programação e Simulação",author:"SANTOS, Winderson Eugenio dos; GORGULHO JR., José Hamilton Chaves",isbn:"9788536520254",edition:1,vbkType:"pbk",url:"/books/9788536520254",coverURL:"//covers.vitalbook.com/vbid/9788536520254/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"TCC - Trabalho de Conclusão de Curso - Utilizando o Microsoft Word 2013",author:"MANZANO, André Luiz Navarro Garcia; MANZANO, Maria Isabel Navarro Garcia",isbn:"9788536517964",edition:1,vbkType:"pbk",url:"/books/9788536517964",coverURL:"//covers.vitalbook.com/vbid/9788536517964/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estudo Dirigido de Microsoft Office Word 2003",author:"MANZANO, André Luiz N. G.; MANZANO, Maria Izabel N. G.",isbn:"9788536519166",edition:2,vbkType:"pbk",url:"/books/9788536519166",coverURL:"//covers.vitalbook.com/vbid/9788536519166/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Informática Descomplicada para Educação: Aplicações Práticas para Sala de Aula",author:"BARRETO, Flávio Chame",isbn:"9788536522258",edition:1,vbkType:"pbk",url:"/books/9788536522258",coverURL:"//covers.vitalbook.com/vbid/9788536522258/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Adobe Illustrator CS6 - Descobrindo e Conquistando",author:"ALVES, William Pereira",isbn:"9788536518626",edition:1,vbkType:"pbk",url:"/books/9788536518626",coverURL:"//covers.vitalbook.com/vbid/9788536518626/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Termodinâmica Aplicada à Metalurgia - Teoria e Prática",author:"LEANDRO, César Alves da Silva",isbn:"9788536520445",edition:1,vbkType:"pbk",url:"/books/9788536520445",coverURL:"//covers.vitalbook.com/vbid/9788536520445/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Programação de Computadores com Java",author:"MANZANO, José Augusto N. G.; COSTA JR., Roberto Affonso da",isbn:"9788536519494",edition:1,vbkType:"pbk",url:"/books/9788536519494",coverURL:"//covers.vitalbook.com/vbid/9788536519494/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fauna e Flora Silvestres: Equilíbrio e Recuperação Ambiental",author:"BARBOSA, Rildo Pereira; VIANA, Viviane Japiassú; RANGEL, Morgana Batista Alves",isbn:"9788536521558",edition:1,vbkType:"pbk",url:"/books/9788536521558",coverURL:"//covers.vitalbook.com/vbid/9788536521558/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Modelagem 2D para Vestuário",author:"NÓBREGA, Laura Carolina Oliveira",isbn:"9788536520643",edition:1,vbkType:"pbk",url:"/books/9788536520643",coverURL:"//covers.vitalbook.com/vbid/9788536520643/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Alimentação Equina - Nutrição, Saúde e Bem-Estar",author:"CINTRA, André G.",isbn:"9788527730129",edition:0,vbkType:"epub",url:"/books/9788527730129",coverURL:"//covers.vitalbook.com/vbid/9788527730129/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão Colaborativa de Projetos",author:"BRANCO, Renato Henrique Ferreira; LEITE, Dinah Eluze Sales; JUNIOR, Rubens Vinha",isbn:"9788547207878",edition:1,vbkType:"pbk",url:"/books/9788547207878",coverURL:"//covers.vitalbook.com/vbid/9788547207878/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento, Gestão e Legislação Escolar",author:"SANT´ANNA, Geraldo José",isbn:"9788536522319",edition:1,vbkType:"pbk",url:"/books/9788536522319",coverURL:"//covers.vitalbook.com/vbid/9788536522319/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas de Energia e Climatização - Aplicações Práticas em Telecomunicações e Data Center",author:"CHAGAS, Marcos Wilson Pereira das",isbn:"9788536520315",edition:1,vbkType:"pbk",url:"/books/9788536520315",coverURL:"//covers.vitalbook.com/vbid/9788536520315/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Motor de Indução",author:"FILHO, Guilherme Filippo",isbn:"9788536519999",edition:2,vbkType:"pbk",url:"/books/9788536519999",coverURL:"//covers.vitalbook.com/vbid/9788536519999/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Legislação Ambiental",author:"BARSANO, Paulo Roberto; BARBOSA, Rildo Pereira; IBRAHIN, Francini Imene Dias",isbn:"9788536521619",edition:1,vbkType:"pbk",url:"/books/9788536521619",coverURL:"//covers.vitalbook.com/vbid/9788536521619/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Organização de Desfiles",author:"QUEIROZ, Mário Antônio Pinto de",isbn:"9788536520667",edition:1,vbkType:"pbk",url:"/books/9788536520667",coverURL:"//covers.vitalbook.com/vbid/9788536520667/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Economia do Setor Público - Uma Abordagem Introdutória, 6ª edição",author:"RIANI, Flávio",isbn:"9788521632320",edition:0,vbkType:"epub",url:"/books/9788521632320",coverURL:"//covers.vitalbook.com/vbid/9788521632320/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Aprender a Partir do Conflito: Conflitologia e Educação",author:"VINYAMATA, Eduard",isbn:"9788536318356",edition:1,vbkType:"pbk",url:"/books/9788536318356",coverURL:"//covers.vitalbook.com/vbid/9788536318356/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Qualidade na Construção Civil",author:"PINHEIRO, Antonio Carlos da Fonseca Bragança; CRIVELARO, Marcos",isbn:"9788536518787",edition:1,vbkType:"pbk",url:"/books/9788536518787",coverURL:"//covers.vitalbook.com/vbid/9788536518787/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Biologia Ambiental",author:"BARSANO, Paulo Roberto; BARBOSA, Rildo Pereira; VIANA, Viviane Japiassú",isbn:"9788536521527",edition:1,vbkType:"pbk",url:"/books/9788536521527",coverURL:"//covers.vitalbook.com/vbid/9788536521527/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"História Econômica e Social do Brasil",author:"LUNA, Francisco Vidal; KLEIN, Herbert S.",isbn:"9788547207786",edition:1,vbkType:"pbk",url:"/books/9788547207786",coverURL:"//covers.vitalbook.com/vbid/9788547207786/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao Código de Ética e Disciplina na OAB",author:"MEDINA, Paulo Roberto de Gouvêa",isbn:"9788530972059",edition:0,vbkType:"epub",url:"/books/9788530972059",coverURL:"//covers.vitalbook.com/vbid/9788530972059/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"SketchUp Pro 2013 - Ensino Prático e Didático",author:"CAVASSANI, Glauber",isbn:"9788536519548",edition:1,vbkType:"pbk",url:"/books/9788536519548",coverURL:"//covers.vitalbook.com/vbid/9788536519548/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processo de Transformação - Conceitos, Características e Aplicações de Termoformagem e Rotomoldagem de Termoplásticos",author:"ALMEIDA, Gustavo Spina Gaudêncio de",isbn:"9788536520520",edition:1,vbkType:"pbk",url:"/books/9788536520520",coverURL:"//covers.vitalbook.com/vbid/9788536520520/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Reciclagem de Materiais Plásticos - Aspectos Técnicos, Econômicos, Ambientais e Sociais",author:"FRAGA, Simone Carvalho Levorato",isbn:"9788536520544",edition:1,vbkType:"pbk",url:"/books/9788536520544",coverURL:"//covers.vitalbook.com/vbid/9788536520544/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sociedade e Tecnologia na Era Digital",author:"BATISTA, Sueli Soares dos Santos; FREIRE, Emerson",isbn:"9788536522531",edition:1,vbkType:"pbk",url:"/books/9788536522531",coverURL:"//covers.vitalbook.com/vbid/9788536522531/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estudo Dirigido de CorelDraw X7 em Português",author:"PRIMO, Lane",isbn:"9788536519104",edition:1,vbkType:"pbk",url:"/books/9788536519104",coverURL:"//covers.vitalbook.com/vbid/9788536519104/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educação Inclusiva: Contexto Social e Histórico, Análise das Deficiências e Uso das Tecnologias no Processo de Ensino-Aprendizagem",author:"BARRETO, Maria Angela de Oliveira Champion; BARRETO, Flávia de Oliveira Champion",isbn:"9788536522234",edition:1,vbkType:"pbk",url:"/books/9788536522234",coverURL:"//covers.vitalbook.com/vbid/9788536522234/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria e Desenvolvimento de Projetos de Circuitos Eletrônicos",author:"CIPELLI, Antonio Marco V.; MARKUS, Otávio; SANDRINI, Waldir",isbn:"9788536520438",edition:23,vbkType:"pbk",url:"/books/9788536520438",coverURL:"//covers.vitalbook.com/vbid/9788536520438/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Programação de Computadores com C/C++",author:"MANZANO, José Augusto N. G.",isbn:"9788536519487",edition:1,vbkType:"pbk",url:"/books/9788536519487",coverURL:"//covers.vitalbook.com/vbid/9788536519487/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educação Ambiental: Estudo dos Problemas, Ações e Instrumentos para o Desenvolvimento da Sociedade",author:"IBRAHIN, Francini Imene Dias",isbn:"9788536521534",edition:1,vbkType:"pbk",url:"/books/9788536521534",coverURL:"//covers.vitalbook.com/vbid/9788536521534/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing Pessoal e Empregabilidade - Do Planejamento de Carreira ao Networking",author:"MELO, Paulo; CIAMPA, Amábile de Lourdes; MELE, Carla; PEIXOTO, Andréa Mele de Mello",isbn:"9788536517872",edition:1,vbkType:"pbk",url:"/books/9788536517872",coverURL:"//covers.vitalbook.com/vbid/9788536517872/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração de Departamento de Pessoal",author:"SILVA, Marilene Luzia da",isbn:"9788536517735",edition:14,vbkType:"pbk",url:"/books/9788536517735",coverURL:"//covers.vitalbook.com/vbid/9788536517735/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão Ambiental Empresarial - Conceitos, modelos e instrumentos",author:"BARBIERI, José Carlos",isbn:"9788547208233",edition:4,vbkType:"pbk",url:"/books/9788547208233",coverURL:"//covers.vitalbook.com/vbid/9788547208233/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pedagogia dos Projetos - Uma Jornada Interdisciplinar Rumo ao Desenvolvimento das Múltiplas Inteligências",author:"NOGUEIRA, Nilbo Ribeiro",isbn:"9788536522302",edition:7,vbkType:"pbk",url:"/books/9788536522302",coverURL:"//covers.vitalbook.com/vbid/9788536522302/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas de Controle - Matemática Aplicada a Projetos",author:"PENEDO, Sergio Ricardo Master",isbn:"9788536520308",edition:1,vbkType:"pbk",url:"/books/9788536520308",coverURL:"//covers.vitalbook.com/vbid/9788536520308/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Montagem e Manutenção de Computadores - PCs",author:"PAIXÃO, Renato Rodrigues",isbn:"9788536519432",edition:1,vbkType:"pbk",url:"/books/9788536519432",coverURL:"//covers.vitalbook.com/vbid/9788536519432/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Célula",author:"CARVALHO, Hernandes F.; RECCO-PIMENTEL, Shirlei Maria (eds.)",isbn:"9788520435786",edition:3,vbkType:"pbk",url:"/books/9788520435786",coverURL:"//covers.vitalbook.com/vbid/9788520435786/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução ao Geoprocessamento Ambiental",author:"IBRAHIN, Francini Imene Dias",isbn:"9788536521602",edition:1,vbkType:"pbk",url:"/books/9788536521602",coverURL:"//covers.vitalbook.com/vbid/9788536521602/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Núcleo e a Periferia de Machado de Assis",author:"LUCAS, Fábio",isbn:"9788520442685",edition:0,vbkType:"pbk",url:"/books/9788520442685",coverURL:"//covers.vitalbook.com/vbid/9788520442685/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenho de Peças de Vestuário com CorelDraw X7",author:"SOARES, Adriana de Almeida",isbn:"9788536519005",edition:1,vbkType:"pbk",url:"/books/9788536519005",coverURL:"//covers.vitalbook.com/vbid/9788536519005/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia Humana - Texto e Atlas",author:"LAROSA, Paulo Ricardo R.",isbn:"9788527730082",edition:0,vbkType:"epub",url:"/books/9788527730082",coverURL:"//covers.vitalbook.com/vbid/9788527730082/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Proteção de Equipamentos Eletrônicos Sensíveis",author:"FILHO, João Mamede",isbn:"9788536520148",edition:2,vbkType:"pbk",url:"/books/9788536520148",coverURL:"//covers.vitalbook.com/vbid/9788536520148/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bioética: Visão Multidimensional",author:"SILVA, José Vitor da et al.",isbn:"9788576140863",edition:1,vbkType:"pbk",url:"/books/9788576140863",coverURL:"//covers.vitalbook.com/vbid/9788576140863/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"História e Sociologia da Moda - Evolução e Fenômenos Culturais",author:"LOBO, Renato Nogueirol; LIMEIRA, Erika Thalita Navas Pires; MARQUES, Rosiane do Nascimento",isbn:"9788536520629",edition:1,vbkType:"pbk",url:"/books/9788536520629",coverURL:"//covers.vitalbook.com/vbid/9788536520629/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ação Rescisória dos Julgados, 2ª edição",author:"DINIZ, José Janguiê Bezerra",isbn:"9788597008043",edition:0,vbkType:"epub",url:"/books/9788597008043",coverURL:"//covers.vitalbook.com/vbid/9788597008043/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas Operacionais",author:"ALVES, William Pereira",isbn:"9788536519531",edition:1,vbkType:"pbk",url:"/books/9788536519531",coverURL:"//covers.vitalbook.com/vbid/9788536519531/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processamento de Polímeros por Extrusão e Injeção - Conceitos, Equipamentos e Aplicações",author:"SOUZA, Wander Burielo de; ALMEIDA, Gustavo Spina Gaudêncio de",isbn:"9788536520513",edition:1,vbkType:"pbk",url:"/books/9788536520513",coverURL:"//covers.vitalbook.com/vbid/9788536520513/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Saúde e Longevidade na Mesa",author:"ARANTES, Andrea Maciel",isbn:"9788527730006",edition:0,vbkType:"epub",url:"/books/9788527730006",coverURL:"//covers.vitalbook.com/vbid/9788527730006/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Produção de Moda - Desenhos, Técnicas e Design de Produto",author:"SILVA, Tânia Cristina do Ramo",isbn:"9788536520681",edition:1,vbkType:"pbk",url:"/books/9788536520681",coverURL:"//covers.vitalbook.com/vbid/9788536520681/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estudo Dirigido de CorelDraw X5 em Português",author:"PRIMO, Lane",isbn:"9788536519098",edition:1,vbkType:"pbk",url:"/books/9788536519098",coverURL:"//covers.vitalbook.com/vbid/9788536519098/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educação Escolar: Evolução Histórica, Teorias, Práticas Docentes e Reflexões",author:"BARRETO, Flavio Chame; ROCKENBACK, Nadia",isbn:"9788536522227",edition:1,vbkType:"pbk",url:"/books/9788536522227",coverURL:"//covers.vitalbook.com/vbid/9788536522227/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química Orgânica - Funções e Isomeria",author:"PAVANELLI, Luciana da Conceição",isbn:"9788536520209",edition:1,vbkType:"pbk",url:"/books/9788536520209",coverURL:"//covers.vitalbook.com/vbid/9788536520209/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tecnologia dos Materiais Não Metálicos - Classificação, Estrutura, Propriedades, Processos de Fabricação e Aplicações",author:"SANTOS, Zora Ionara Gama dos",isbn:"9788536520421",edition:1,vbkType:"pbk",url:"/books/9788536520421",coverURL:"//covers.vitalbook.com/vbid/9788536520421/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Programação de Computadores com C#",author:"MANZANO, José Augusto N. G.",isbn:"9788536519470",edition:1,vbkType:"pbk",url:"/books/9788536519470",coverURL:"//covers.vitalbook.com/vbid/9788536519470/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cultivo de Plantas Ornamentais",author:"VIANA, Viviane Japiassú; RIBEIRO, Giselle Smocking Rosa Bernardes",isbn:"9788536520605",edition:1,vbkType:"pbk",url:"/books/9788536520605",coverURL:"//covers.vitalbook.com/vbid/9788536520605/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Máquinas de Costura - Tipos, Preparo e Manuseio",author:"NÓBREGA, Laura Carolina Oliveira; OLIVEIRA, Alvanir de",isbn:"9788536520636",edition:1,vbkType:"pbk",url:"/books/9788536520636",coverURL:"//covers.vitalbook.com/vbid/9788536520636/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 422",author:"Vários",isbn:"0000012151422",edition:0,vbkType:"pbk",url:"/books/0000012151422",coverURL:"//covers.vitalbook.com/vbid/0000012151422/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gerenciamento de Projetos - Como definir e controlar o escopo do projeto",author:"XAVIER, Carlos Magno da S.",isbn:"9788547202101",edition:3,vbkType:"pbk",url:"/books/9788547202101",coverURL:"//covers.vitalbook.com/vbid/9788547202101/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pedagogia dos Projetos - Etapas, Papéis e Atores",author:"NOGUEIRA, Nilbo Ribeiro",isbn:"9788536522296",edition:4,vbkType:"pbk",url:"/books/9788536522296",coverURL:"//covers.vitalbook.com/vbid/9788536522296/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas de Acionamento Elétrico",author:"FRANCHI, Claiton Moro",isbn:"9788536520292",edition:1,vbkType:"pbk",url:"/books/9788536520292",coverURL:"//covers.vitalbook.com/vbid/9788536520292/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Moldes e Matrizes - Características, Desenvolvimento e Funcionalidades para Transformação de Plásticos",author:"ALMEIDA, Gustavo Spina Gaudêncio de; SOUZA, Wander Burielo de",isbn:"9788536520490",edition:1,vbkType:"pbk",url:"/books/9788536520490",coverURL:"//covers.vitalbook.com/vbid/9788536520490/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Volto Já! Minha Viagem pelo Caminho de Santiago de Compostela",author:"KERKELING, Hape",isbn:"9788520442302",edition:0,vbkType:"pbk",url:"/books/9788520442302",coverURL:"//covers.vitalbook.com/vbid/9788520442302/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Islã e a Formação da Europa: de 570 a 1215",author:"LEWIS, David Levering",isbn:"9788520444160",edition:0,vbkType:"pbk",url:"/books/9788520444160",coverURL:"//covers.vitalbook.com/vbid/9788520444160/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cultura e Desenvolvimento Local - Ética e Comunicação Comunitária",author:"MIKLOS, Jorge",isbn:"9788536522197",edition:1,vbkType:"pbk",url:"/books/9788536522197",coverURL:"//covers.vitalbook.com/vbid/9788536522197/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ambiente Virtual de Aprendizagem - Conceitos, Normas, Procedimentos e Práticas Pedagógicas no Ensino à Distância",author:"MESQUITA, Deleni; PIVA JR., Dilermando; GARA, Elizabete Briani Macedo",isbn:"9788536522166",edition:1,vbkType:"pbk",url:"/books/9788536522166",coverURL:"//covers.vitalbook.com/vbid/9788536522166/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Projetos de Instalações Elétricas Prediais",author:"FILHO, Domingos Leite Lima",isbn:"9788536520131",edition:12,vbkType:"pbk",url:"/books/9788536520131",coverURL:"//covers.vitalbook.com/vbid/9788536520131/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Avaliação de Risco e Impacto Ambiental",author:"BARBOSA, Rildo Pereira",isbn:"9788536521510",edition:1,vbkType:"pbk",url:"/books/9788536521510",coverURL:"//covers.vitalbook.com/vbid/9788536521510/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"História da Arte e do Design - Princípios, Estilos e Manifestações Culturais",author:"PINHEIRO, Antonio Carlos da Fonseca Bragança; CRIVELARO, Marcos",isbn:"9788536519272",edition:1,vbkType:"pbk",url:"/books/9788536519272",coverURL:"//covers.vitalbook.com/vbid/9788536519272/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas FIELDBUS para Automação Industrial: DeviceNet, CANopen, SDS e Ethernet",author:"LUGLI, Alexandre Baratella; SANTOS, Max Mauro Dias",isbn:"9788536520353",edition:1,vbkType:"pbk",url:"/books/9788536520353",coverURL:"//covers.vitalbook.com/vbid/9788536520353/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Polímeros - Conceitos, Estrutura Molecular, Classificação e Propriedades",author:"NUNES, Edilene de Cássia Dutra; LOPES, Fábio Renato Silva",isbn:"9788536520506",edition:1,vbkType:"pbk",url:"/books/9788536520506",coverURL:"//covers.vitalbook.com/vbid/9788536520506/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Reconhecimento e Seleção de Plantas - Processos, Morfologia, Coleta e Ciclo de Vida",author:"VILLAGRA, Berta Lúcia Pereira; RISTOW, Rony; IBRAHIN, Francini Imene Dias",isbn:"9788536520698",edition:1,vbkType:"pbk",url:"/books/9788536520698",coverURL:"//covers.vitalbook.com/vbid/9788536520698/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento de Risco e Corte - Identificação de Materiais, Métodos e Processos para Construção de Vestuário",author:"LOBO, Renato Nogueirol; LIMEIRA, Erika Thalita Navas Pires; MARQUES, Rosiane do Nascimento",isbn:"9788536520674",edition:1,vbkType:"pbk",url:"/books/9788536520674",coverURL:"//covers.vitalbook.com/vbid/9788536520674/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estudo Dirigido de Adobe Photoshop CS6 em Português - Para Windows",author:"PRIMO, Lane",isbn:"9788536519050",edition:1,vbkType:"pbk",url:"/books/9788536519050",coverURL:"//covers.vitalbook.com/vbid/9788536519050/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educação a Distância - Fundamentos, Tecnologias, Estrutura e Processo de Ensino e Aprendizagem",author:"MACHADO, Dinamara Pereira; MORAES, Marcio Gilberto de Souza",isbn:"9788536522210",edition:1,vbkType:"pbk",url:"/books/9788536522210",coverURL:"//covers.vitalbook.com/vbid/9788536522210/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química Aplicada - Estrutura dos Átomos e Funções Inorgânicas e Orgânicas",author:"SILVA, Elaine Lima",isbn:"9788536520186",edition:1,vbkType:"pbk",url:"/books/9788536520186",coverURL:"//covers.vitalbook.com/vbid/9788536520186/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tecnologia dos Materiais Metálicos - Propriedades, Estruturas e Processos de Obtenção",author:"SANTOS, Givanildo Alves dos",isbn:"9788536520414",edition:1,vbkType:"pbk",url:"/books/9788536520414",coverURL:"//covers.vitalbook.com/vbid/9788536520414/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processos Químicos Industriais - Matérias-Primas, Técnicas de Produção e Métodos de Controle de Corrosão",author:"TOLENTINO, Nathalia Motta de Carvalho",isbn:"9788536520087",edition:1,vbkType:"pbk",url:"/books/9788536520087",coverURL:"//covers.vitalbook.com/vbid/9788536520087/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Composição de Plantas Ornamentais em Jardins",author:"SEKIYA, Roselaine Faraldo Myr",isbn:"9788536520582",edition:1,vbkType:"pbk",url:"/books/9788536520582",coverURL:"//covers.vitalbook.com/vbid/9788536520582/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Logística e Gerenciamento da Cadeia de Abastecimento",author:"BERTAGLIA, Paulo Roberto",isbn:"9788547208295",edition:3,vbkType:"pbk",url:"/books/9788547208295",coverURL:"//covers.vitalbook.com/vbid/9788547208295/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Registro de Imóveis - Eficácia Material",author:"BRANDELLI, Leonardo",isbn:"9788530971984",edition:0,vbkType:"epub",url:"/books/9788530971984",coverURL:"//covers.vitalbook.com/vbid/9788530971984/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Material Impresso e Gêneros Textuais - Princípios e Meios de Comunicação para Aprendizagem",author:"HALMENSCHLAGER, Sue Ellen de Lima Calvario",isbn:"9788536522289",edition:1,vbkType:"pbk",url:"/books/9788536522289",coverURL:"//covers.vitalbook.com/vbid/9788536522289/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas Analógicos Circuitos com Diodos e Transistores",author:"MARKUS, Otávio",isbn:"9788536520285",edition:8,vbkType:"pbk",url:"/books/9788536520285",coverURL:"//covers.vitalbook.com/vbid/9788536520285/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Modelagem e Animação 2D e 3D para Jogos",author:"ANDALÓ, Flávio",isbn:"9788536519425",edition:1,vbkType:"pbk",url:"/books/9788536519425",coverURL:"//covers.vitalbook.com/vbid/9788536519425/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Vitrinas e Exposições: Arte e Técnica do Visual Merchandising",author:"DEMETRESCU, Sylvia",isbn:"9788536520728",edition:1,vbkType:"pbk",url:"/books/9788536520728",coverURL:"//covers.vitalbook.com/vbid/9788536520728/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos da Tecnologia Têxtil - Da Concepção da Fibra ao Processo de Estamparia",author:"LOBO, Renato Nogueirol; LIMEIRA, Erika Thalita Navas Pires; MARQUES, Rosiane do Nascimento",isbn:"9788536520612",edition:1,vbkType:"pbk",url:"/books/9788536520612",coverURL:"//covers.vitalbook.com/vbid/9788536520612/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Amor é a Cura: Sobre Vida, Perdas e o Fim da Aids",author:"JOHN, Elton",isbn:"9788520448014",edition:0,vbkType:"pbk",url:"/books/9788520448014",coverURL:"//covers.vitalbook.com/vbid/9788520448014/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Costura Industrial - Métodos e Processos de Modelagem para Produção de Vestuário",author:"NÓBREGA, Laura Carolina Oliveira; OLIVEIRA, Alvanir de",isbn:"9788536520599",edition:1,vbkType:"pbk",url:"/books/9788536520599",coverURL:"//covers.vitalbook.com/vbid/9788536520599/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Transformadores - Teoria e Exercícios",author:"SIMONE, Gilio Aluisio",isbn:"9788536520452",edition:1,vbkType:"pbk",url:"/books/9788536520452",coverURL:"//covers.vitalbook.com/vbid/9788536520452/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Projetos de Fundações e Terraplenagem",author:"PINHEIRO, Antonio Carlos da Fonseca Bragança; CRIVELARO, Marcos; PINHEIRO, Renato Gibson Bragança",isbn:"9788536518770",edition:1,vbkType:"pbk",url:"/books/9788536518770",coverURL:"//covers.vitalbook.com/vbid/9788536518770/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão Ambiental",author:"BARSANO, Paulo Roberto; BARBOSA, Rildo Pereira",isbn:"9788536521596",edition:1,vbkType:"pbk",url:"/books/9788536521596",coverURL:"//covers.vitalbook.com/vbid/9788536521596/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Atendimento Pré-Hospitalar - Treinamento da Brigada de Emergência do Suporte Básico ao Avançado",author:"MORAES, Márcia Vilma Gonçalves de",isbn:"9788576140849",edition:1,vbkType:"pbk",url:"/books/9788576140849",coverURL:"//covers.vitalbook.com/vbid/9788576140849/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gráficos em Dashboard para Microsoft Excel 2013",author:"CHAMON, José Eduardo",isbn:"9788536519258",edition:1,vbkType:"pbk",url:"/books/9788536519258",coverURL:"//covers.vitalbook.com/vbid/9788536519258/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento e Custos de Obras",author:"PINHEIRO, Antonio Carlos da Fonseca Bragança; CRIVELARO, Marcos",isbn:"9788536518763",edition:1,vbkType:"pbk",url:"/books/9788536518763",coverURL:"//covers.vitalbook.com/vbid/9788536518763/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Poluição Ambiental e Saúde Pública",author:"BARSANO, Paulo Roberto; BARBOSA, Rildo Pereira; VIANA, Viviane Japiassú",isbn:"9788536521695",edition:1,vbkType:"pbk",url:"/books/9788536521695",coverURL:"//covers.vitalbook.com/vbid/9788536521695/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pedro, o Grande: Sua Vida e Seu Mundo",author:"MASSIE, Robert K.",isbn:"9788520446720",edition:0,vbkType:"pbk",url:"/books/9788520446720",coverURL:"//covers.vitalbook.com/vbid/9788520446720/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Epistemologia: Conceitos-Chave em Filosofia",author:"NORRIS, Christopher",isbn:"9788536309613",edition:1,vbkType:"pbk",url:"/books/9788536309613",coverURL:"//covers.vitalbook.com/vbid/9788536309613/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenvolvimento de Projetos Educacionais - Mídias e Tecnologias",author:"TAJRA, Sanmya Feitosa",isbn:"9788536522203",edition:1,vbkType:"pbk",url:"/books/9788536522203",coverURL:"//covers.vitalbook.com/vbid/9788536522203/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química Analítica - Uma Abordagem Qualitativa e Quantitativa",author:"BARBOSA, Gleisa Pitareli",isbn:"9788536520179",edition:1,vbkType:"pbk",url:"/books/9788536520179",coverURL:"//covers.vitalbook.com/vbid/9788536520179/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processos de Usinagem - Utilização e Aplicações das Principais Máquinas Operatrizes",author:"ALMEIDA, Paulo Samuel de",isbn:"9788536520070",edition:1,vbkType:"pbk",url:"/books/9788536520070",coverURL:"//covers.vitalbook.com/vbid/9788536520070/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Centro Cirúrgico - Planejamento, Organização e Gestão",author:"POSSARI, João Francisco",isbn:"9788576140887",edition:5,vbkType:"pbk",url:"/books/9788576140887",coverURL:"//covers.vitalbook.com/vbid/9788576140887/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Itaipu: Integração em Concreto ou uma Pedra no Caminho",author:"PINTO, Tão Gomes",isbn:"9788520442869",edition:0,vbkType:"pbk",url:"/books/9788520442869",coverURL:"//covers.vitalbook.com/vbid/9788520442869/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Grupos Societários - Da Formação à Falência",author:"DINIZ, Gustavo Saad",isbn:"9788530971960",edition:0,vbkType:"epub",url:"/books/9788530971960",coverURL:"//covers.vitalbook.com/vbid/9788530971960/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tecnologia de Obras e Infraestrutura",author:"PINHEIRO, Antonio Carlos da Fonseca Bragança; CRIVELARO, Marcos",isbn:"9788536518800",edition:1,vbkType:"pbk",url:"/books/9788536518800",coverURL:"//covers.vitalbook.com/vbid/9788536518800/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Laboratório e Desenvolvimento de Projetos Educacionais",author:"FATUDO, Marcelo Vasconcelos",isbn:"9788536522272",edition:1,vbkType:"pbk",url:"/books/9788536522272",coverURL:"//covers.vitalbook.com/vbid/9788536522272/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Servoacionamento - Arquitetura e Aplicações",author:"PENEDO, Sergio Ricardo Master",isbn:"9788536520278",edition:1,vbkType:"pbk",url:"/books/9788536520278",coverURL:"//covers.vitalbook.com/vbid/9788536520278/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnicas de Representação Bidimensional e Tridimensional - Fundamentos, Medidas e Modelagem para Vestuário",author:"LOBO, Renato Nogueirol; LIMEIRA, Erika Thalita Navas Pires; MARQUES, Rosiane do Nascimento",isbn:"9788536520711",edition:1,vbkType:"pbk",url:"/books/9788536520711",coverURL:"//covers.vitalbook.com/vbid/9788536520711/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fotografia Digital - Fundamentos e Técnicas de Edição de Imagens",author:"DUARTE, Iná Leite",isbn:"9788536519227",edition:1,vbkType:"pbk",url:"/books/9788536519227",coverURL:"//covers.vitalbook.com/vbid/9788536519227/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Napoleão: Uma Vida",author:"CRONIN, Vincent",isbn:"9788520448007",edition:0,vbkType:"pbk",url:"/books/9788520448007",coverURL:"//covers.vitalbook.com/vbid/9788520448007/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Comercial, 10ª edição",author:"IUDÍCIBUS, Sérgio de; MARION, José Carlos",isbn:"9788597007282",edition:0,vbkType:"epub",url:"/books/9788597007282",coverURL:"//covers.vitalbook.com/vbid/9788597007282/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Topografia: Técnicas e Práticas de Campo",author:"DAIBERT, João Dalton",isbn:"9788536518817",edition:2,vbkType:"pbk",url:"/books/9788536518817",coverURL:"//covers.vitalbook.com/vbid/9788536518817/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Projetos de Fontes Chaveadas - Teoria e Prática",author:"MELLO, Luiz Fernando Pereira de",isbn:"9788536520124",edition:1,vbkType:"pbk",url:"/books/9788536520124",coverURL:"//covers.vitalbook.com/vbid/9788536520124/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fitossanidade - Princípios Básicos e Métodos de Controle de Doenças e Pragas",author:"FONSECA, Eliene Maciel dos Santos; ARAUJO, Rosivaldo Cordeiro de",isbn:"9788536521589",edition:1,vbkType:"pbk",url:"/books/9788536521589",coverURL:"//covers.vitalbook.com/vbid/9788536521589/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Assistência de Enfermagem Materno-Infantil",author:"SANTOS, Nívea Cristina Moreira",isbn:"9788576140856",edition:3,vbkType:"pbk",url:"/books/9788576140856",coverURL:"//covers.vitalbook.com/vbid/9788576140856/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Pessoas - Estrutura, Processos e Estratégias Empresariais",author:"FIDELIS, Gilson José",isbn:"9788536517803",edition:1,vbkType:"pbk",url:"/books/9788536517803",coverURL:"//covers.vitalbook.com/vbid/9788536517803/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia Hospitalar, Neuropsicologia e Interlocuções - Avaliação Clínica e Pesquisa",author:"SANTOS, Niraldo de Oliveira; LUCIA, Mara Cristina Souza de",isbn:"9788527730068",edition:0,vbkType:"epub",url:"/books/9788527730068",coverURL:"//covers.vitalbook.com/vbid/9788527730068/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas Eletroeletrônicos - Dispositivos e Aplicações",author:"GARCIA, Gilvan Antônio; ALMEIDA, José Luiz Antunes de",isbn:"9788536520339",edition:1,vbkType:"pbk",url:"/books/9788536520339",coverURL:"//covers.vitalbook.com/vbid/9788536520339/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Oracle Database 10g Express Edition - Guia de Instalação, Configuração e Administração",author:"SILVA, Robson Soares",isbn:"9788536519456",edition:1,vbkType:"pbk",url:"/books/9788536519456",coverURL:"//covers.vitalbook.com/vbid/9788536519456/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nefrologia Intensiva",author:"YU, Luis; MARQUES, Igor Denizarde Bacelar; COSTA, Maristela Carvalho da; BURDMANN, Emmanuel",isbn:"9788527730044",edition:0,vbkType:"epub",url:"/books/9788527730044",coverURL:"//covers.vitalbook.com/vbid/9788527730044/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Padrão Enade - Análise, Reflexões e Proposições à Luz da Taxonomia de Bloom",author:"NICOLINI, Alexandre Mendes; ANDRADE, Rui Otávio Bernardes de",isbn:"9788597008333",edition:0,vbkType:"epub",url:"/books/9788597008333",coverURL:"//covers.vitalbook.com/vbid/9788597008333/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Elaboração de Projetos Empresarias, 2ª edição",author:"CASAROTTO FILHO, Nelson",isbn:"9788597008180",edition:0,vbkType:"epub",url:"/books/9788597008180",coverURL:"//covers.vitalbook.com/vbid/9788597008180/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comunicação e Aprendizagem - Mecanismos, Ferramentas e Comunidades Digitais",author:"FERREIRA, Armindo Ribeiro",isbn:"9788536522180",edition:1,vbkType:"pbk",url:"/books/9788536522180",coverURL:"//covers.vitalbook.com/vbid/9788536522180/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química Ambiental - Conceitos, Processos e Estudo dos Impactos ao Meio Ambiente",author:"RANGEL, Morgana Batista Alves; NOWACKI, Carolina de Cristo Bracht",isbn:"9788536520162",edition:1,vbkType:"pbk",url:"/books/9788536520162",coverURL:"//covers.vitalbook.com/vbid/9788536520162/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processos de Soldagem - Conceitos, Equipamentos e Normas de Segurança",author:"SANTOS, Carlos Eduardo Figueiredo dos",isbn:"9788536520063",edition:1,vbkType:"pbk",url:"/books/9788536520063",coverURL:"//covers.vitalbook.com/vbid/9788536520063/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Casos Clínicos em Oncologia",author:"RODRIGUES, Andrea Bezerra; OLIVEIRA, Patrícia Peres",isbn:"9788576140870",edition:1,vbkType:"pbk",url:"/books/9788576140870",coverURL:"//covers.vitalbook.com/vbid/9788576140870/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Inovação na Gestão da Saúde: Solução Disruptivas para Reduzir Custos e Aumentar Qualidade",author:"Christensen, Clayton M.; Grossman, Jerome H.; Hwang, Jason",isbn:"9788577804382",edition:1,vbkType:"pbk",url:"/books/9788577804382",coverURL:"//covers.vitalbook.com/vbid/9788577804382/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Registral e o Novo Código de Processo Civil",author:"DIP, Ricardo",isbn:"9788530972097",edition:0,vbkType:"epub",url:"/books/9788530972097",coverURL:"//covers.vitalbook.com/vbid/9788530972097/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Supervisão de Sistemas - Funcionalidades e Aplicações",author:"SANTOS, Max Mauro Dias",isbn:"9788536520377",edition:1,vbkType:"pbk",url:"/books/9788536520377",coverURL:"//covers.vitalbook.com/vbid/9788536520377/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Iniciação ao Xadrez para Crianças",author:"GIRONA, Pablo Castro; POLLAN, Óscar Buide; COUBA, César Caudal; GIRONA, María José Castro",isbn:"9788536311838",edition:1,vbkType:"pbk",url:"/books/9788536311838",coverURL:"//covers.vitalbook.com/vbid/9788536311838/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Farmacoeconomia",author:"RASCATI, Karen L.",isbn:"9788536321516",edition:1,vbkType:"pbk",url:"/books/9788536321516",coverURL:"//covers.vitalbook.com/vbid/9788536321516/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Resolução de Problemas: Coleção Matemática de 0 a 6 - Volume 2",author:"SMOLE, Kátia Stocco; DINIZ, Maria Ignez; CÂNDIDO, Patrícia",isbn:"9788584290055",edition:1,vbkType:"pbk",url:"/books/9788584290055",coverURL:"//covers.vitalbook.com/vbid/9788584290055/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnicas de Terapia Cognitiva",author:"LEAHY, Robert L.",isbn:"9788536312743",edition:1,vbkType:"pbk",url:"/books/9788536312743",coverURL:"//covers.vitalbook.com/vbid/9788536312743/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:39.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Holding Familiar e suas Vantagens, 8ª edição",author:"MAMEDE, Gladston; MAMEDE, Eduarda Cotta",isbn:"9788597006957",edition:0,vbkType:"epub",url:"/books/9788597006957",coverURL:"//covers.vitalbook.com/vbid/9788597006957/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microcontroladores PIC - Técnicas Avançadas",author:"PEREIRA, Fábio",isbn:"9788536519944",edition:6,vbkType:"pbk",url:"/books/9788536519944",coverURL:"//covers.vitalbook.com/vbid/9788536519944/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Informática Aplicada",author:"FERREIRA, Maria Cecília",isbn:"9788536519326",edition:2,vbkType:"pbk",url:"/books/9788536519326",coverURL:"//covers.vitalbook.com/vbid/9788536519326/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eletrônica Digital - Teoria e Laboratório",author:"GARCIA, Paulo Alves; MARTINI, José Sidnei Colombo",isbn:"9788536518497",edition:2,vbkType:"pbk",url:"/books/9788536518497",coverURL:"//covers.vitalbook.com/vbid/9788536518497/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Circuitos Digitais - Estude e Use",author:"LOURENÇO, Antônio Carlos de; CRUZ, Eduardo Cesar Alves; \nFERREIRA, Sabrina Rodero; CHOUERI JR., Salo",isbn:"9788536518213",edition:9,vbkType:"pbk",url:"/books/9788536518213",coverURL:"//covers.vitalbook.com/vbid/9788536518213/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios Ergonômicos",author:"MORAES, Márcia Vilma Gonçalvez de",isbn:"9788536518060",edition:1,vbkType:"pbk",url:"/books/9788536518060",coverURL:"//covers.vitalbook.com/vbid/9788536518060/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria Geral da Administração - Dos Clássicos à Pós-modernidade",author:"GIL, Antonio Carlos",isbn:"9788597007862",edition:0,vbkType:"epub",url:"/books/9788597007862",coverURL:"//covers.vitalbook.com/vbid/9788597007862/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Materiais de Construção",author:"PINHEIRO, Antonio Carlos da Fonseca Bragança; CRIVELARO, Marcos",isbn:"9788536518749",edition:2,vbkType:"pbk",url:"/books/9788536518749",coverURL:"//covers.vitalbook.com/vbid/9788536518749/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estudo Dirigido de Microsoft Windows 8 Enterprise",author:"MANZANO, André Luiz N. G.",isbn:"9788536519203",edition:1,vbkType:"pbk",url:"/books/9788536519203",coverURL:"//covers.vitalbook.com/vbid/9788536519203/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenvolvimento e Design de Sites",author:"ALVES, William Pereira",isbn:"9788536519012",edition:1,vbkType:"pbk",url:"/books/9788536519012",coverURL:"//covers.vitalbook.com/vbid/9788536519012/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"AutoCAD 2015 - Utilizando Totalmente",author:"BALDAM, Roquemar; COSTA, Lourenço; OLIVEIRA, Adriano de",isbn:"9788536518886",edition:1,vbkType:"pbk",url:"/books/9788536518886",coverURL:"//covers.vitalbook.com/vbid/9788536518886/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Conforto Ambiental - Iluminação, Cores, Ergonomia, Paisagismo e Critérios para Projetos",author:"PINHEIRO, Antonio Carlos da Fonseca Bragança; CRIVELARO, Marcos",isbn:"9788536518596",edition:1,vbkType:"pbk",url:"/books/9788536518596",coverURL:"//covers.vitalbook.com/vbid/9788536518596/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ferramentas de Gestão para Agropecuária",author:"OLIVEIRA, Ivanoel Marques de",isbn:"9788536521565",edition:1,vbkType:"pbk",url:"/books/9788536521565",coverURL:"//covers.vitalbook.com/vbid/9788536521565/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática Comercial e Financeira e Fundamentos de Estatística",author:"HORIGUTI, Augusto Massashi; DONADEL, Juliane",isbn:"9788536517896",edition:1,vbkType:"pbk",url:"/books/9788536517896",coverURL:"//covers.vitalbook.com/vbid/9788536517896/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Java 7 - Programação de Computadores - Guia Prático de Introdução, Orientação e Desenvolvimento",author:"MANZANO, José Augusto N. G.; COSTA JR., Roberto Affonso da",isbn:"9788536519333",edition:1,vbkType:"pbk",url:"/books/9788536519333",coverURL:"//covers.vitalbook.com/vbid/9788536519333/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Engenharia dos Polímeros - Tipos de Aditivos, Propriedades e Aplicações",author:"ALMEIDA, Gustavo Spina Gaudêncio de; SOUZA, Wander Burielo de",isbn:"9788536520483",edition:1,vbkType:"pbk",url:"/books/9788536520483",coverURL:"//covers.vitalbook.com/vbid/9788536520483/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gerenciamento de Energia - Ações Administrativas e Técnicas de Uso Adequado da Energia Elétrica",author:"BARROS, Benjamim Ferreira de; BORELLI, Reinaldo; GEDRA, Ricardo Luis",isbn:"9788536517483",edition:2,vbkType:"pbk",url:"/books/9788536517483",coverURL:"//covers.vitalbook.com/vbid/9788536517483/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Elementos de Eletrônica Digital",author:"CAPUANO, Francisco Gabriel; IDOETA, Ivan Valeije",isbn:"9788536518428",edition:41,vbkType:"pbk",url:"/books/9788536518428",coverURL:"//covers.vitalbook.com/vbid/9788536518428/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Autodesk Revit Architecture 2014 - Conceitos e Aplicações",author:"LIMA, Claudia Campos",isbn:"9788536518954",edition:1,vbkType:"pbk",url:"/books/9788536518954",coverURL:"//covers.vitalbook.com/vbid/9788536518954/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CURRENT: Medicina Ocupacional e Ambiental (Lange) - Diagnóstico e Tratamento",author:"LADOU, Joseph; HARRISON, Robert;\n",isbn:"9788580555653",edition:5,vbkType:"epub",url:"/books/9788580555653",coverURL:"//covers.vitalbook.com/vbid/9788580555653/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Exame de Certificação Anbima CPA-10 - Teoria, 2ª edição",author:"GALLAGHER, Lilian Massena",isbn:"9788597003963",edition:0,vbkType:"epub",url:"/books/9788597003963",coverURL:"//covers.vitalbook.com/vbid/9788597003963/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microcontrolador 8051 - Detalhado",author:"NICOLOSI, Denys E. C.",isbn:"9788536519876",edition:9,vbkType:"pbk",url:"/books/9788536519876",coverURL:"//covers.vitalbook.com/vbid/9788536519876/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Linguagem e Lógica de Programação",author:"ALVES, William Pereira",isbn:"9788536519371",edition:1,vbkType:"pbk",url:"/books/9788536519371",coverURL:"//covers.vitalbook.com/vbid/9788536519371/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estudo Dirigido de Algoritmos",author:"MANZANO, José Augusto N. G.; OLIVEIRA, Jayr Figueiredo de",isbn:"9788536519067",edition:15,vbkType:"pbk",url:"/books/9788536519067",coverURL:"//covers.vitalbook.com/vbid/9788536519067/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desbravando o Microcontrolador PIC18 - Ensino Didático",author:"SOUZA, David José de; SOUSA, Daniel Rodrigues de",isbn:"9788536518329",edition:1,vbkType:"pbk",url:"/books/9788536518329",coverURL:"//covers.vitalbook.com/vbid/9788536518329/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento e Projeto Agropecuário - Mapeamento e Estratégias Agrícolas",author:"SILVA, Rui Corrêa da",isbn:"9788536521688",edition:1,vbkType:"pbk",url:"/books/9788536521688",coverURL:"//covers.vitalbook.com/vbid/9788536521688/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"NR-33 - Guia Prático de Análise e Aplicações: Norma Regulamentadora de Segurança em Espaços Confinados",author:"BARROS, Benjamim Ferreira de; RODRIGUES, José Eduardo; SANTOS, Rosângela Helena Pereira dos",isbn:"9788536518053",edition:1,vbkType:"pbk",url:"/books/9788536518053",coverURL:"//covers.vitalbook.com/vbid/9788536518053/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microcontroladores PIC - Programação em C",author:"PEREIRA, Fábio",isbn:"9788536519937",edition:7,vbkType:"pbk",url:"/books/9788536519937",coverURL:"//covers.vitalbook.com/vbid/9788536519937/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Informática - Terminologia - Microsoft Windows 8 - Internet - Segurança - Microsoft Word 2013 - Microsoft Excel 2013 - Microsoft PowerPoint 2013 - Microsoft Access 2013",author:"SILVA, Mário Gomes da",isbn:"9788536519319",edition:1,vbkType:"pbk",url:"/books/9788536519319",coverURL:"//covers.vitalbook.com/vbid/9788536519319/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eletrônica Digital",author:"CRUZ, Eduardo Cesar Alves; CHOUERI JR., Salomão; ARAÚJO, Celso de",isbn:"9788536518480",edition:1,vbkType:"pbk",url:"/books/9788536518480",coverURL:"//covers.vitalbook.com/vbid/9788536518480/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cálculo - Funções de uma e várias variáveis",author:"MORETTIN, Pedro A.; HAZZAN, Samuel; BUSSAB, Wilton de O.",isbn:"9788547201128",edition:3,vbkType:"pbk",url:"/books/9788547201128",coverURL:"//covers.vitalbook.com/vbid/9788547201128/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios de Cirurgia Bucomaxilofacial de Peterson, 3ª edição",author:"MILORO, Michael; GHALI, G.E.; LARSEN, Peter E.; WAITE, Peter D.",isbn:"9788527729710",edition:0,vbkType:"epub",url:"/books/9788527729710",coverURL:"//covers.vitalbook.com/vbid/9788527729710/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Recursos Hídricos em Tempos de Crise",author:"PINTO-COELHO, Ricardo Motta; HAVENS, Karl",isbn:"9788582713198",edition:1,vbkType:"pbk",url:"/books/9788582713198",coverURL:"//covers.vitalbook.com/vbid/9788582713198/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnicas de Secretariado - Comunicação Verbal e Escrita, Noções Operacionais e Comportamento Organizacional",author:"SILVA, Cleide Cristina da",isbn:"9788536517971",edition:1,vbkType:"pbk",url:"/books/9788536517971",coverURL:"//covers.vitalbook.com/vbid/9788536517971/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Máquinas Térmicas Estáticas e Dinâmicas - Fundamentos de Termodinâmica, Características Operacionais e Aplicações",author:"FILHO, Guilherme Filippo",isbn:"9788536519838",edition:1,vbkType:"pbk",url:"/books/9788536519838",coverURL:"//covers.vitalbook.com/vbid/9788536519838/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estudo Dirigido de Microsoft Office Access 2003",author:"ALVES, William Pereira",isbn:"9788536519159",edition:4,vbkType:"pbk",url:"/books/9788536519159",coverURL:"//covers.vitalbook.com/vbid/9788536519159/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenho Técnico para Mecânica - Conceitos, Leitura e Interpretação",author:"CRUZ, Michele David da",isbn:"9788536518367",edition:1,vbkType:"pbk",url:"/books/9788536518367",coverURL:"//covers.vitalbook.com/vbid/9788536518367/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"AutoCAD 2014 3D Avançado - Modelagem e Render com Mental Ray",author:"OLIVEIRA, Adriano de",isbn:"9788536518879",edition:1,vbkType:"pbk",url:"/books/9788536518879",coverURL:"//covers.vitalbook.com/vbid/9788536518879/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comandos Elétricos - Componentes Discretos, Elementos de Manobra e Aplicações",author:"FILHO, Guilherme Filippo; DIAS, Rubens Alves",isbn:"9788536518268",edition:1,vbkType:"pbk",url:"/books/9788536518268",coverURL:"//covers.vitalbook.com/vbid/9788536518268/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Extensão Rural",author:"SILVA, Rui Corrêa da",isbn:"9788536521541",edition:1,vbkType:"pbk",url:"/books/9788536521541",coverURL:"//covers.vitalbook.com/vbid/9788536521541/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Macroeconomia do Desenvolvimento - Uma Perspectiva Keynesiana",author:"OREIRO, José Luis da Costa",isbn:"9788521631538",edition:0,vbkType:"epub",url:"/books/9788521631538",coverURL:"//covers.vitalbook.com/vbid/9788521631538/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Instrumentação Eletrônica sem Fio - Transmitindo Dados com Módulos XBee ZigBee e PIC16F877A",author:"RAMOS, Jadeilson de Santana Bezerra",isbn:"9788536519760",edition:1,vbkType:"pbk",url:"/books/9788536519760",coverURL:"//covers.vitalbook.com/vbid/9788536519760/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Energia Solar Fotovoltaica - Conceitos e Aplicações",author:"VILLALVA, Marcelo Gradella",isbn:"9788536518541",edition:2,vbkType:"pbk",url:"/books/9788536518541",coverURL:"//covers.vitalbook.com/vbid/9788536518541/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Elementos de Automação",author:"CAMARGO, Valter Luís Arlindo de",isbn:"9788536518411",edition:1,vbkType:"pbk",url:"/books/9788536518411",coverURL:"//covers.vitalbook.com/vbid/9788536518411/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Autodesk Inventor Professional 2016 - Desenhos, Projetos e Simulações",author:"CRUZ, Michele David da",isbn:"9788536518947",edition:1,vbkType:"pbk",url:"/books/9788536518947",coverURL:"//covers.vitalbook.com/vbid/9788536518947/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Casos Clínicos em Bioquímica (Lange)",author:"TOY, Eugene C.; SEIFERT JR., William E.; STROBEL, Henry W., HARMS, Konrad P.",isbn:"9788580555752",edition:3,vbkType:"epub",url:"/books/9788580555752",coverURL:"//covers.vitalbook.com/vbid/9788580555752/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Metrologia na Indústria",author:"LIRA, Francisco Adval de",isbn:"9788536519869",edition:10,vbkType:"pbk",url:"/books/9788536519869",coverURL:"//covers.vitalbook.com/vbid/9788536519869/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Geração, Transmissão, Distribuição e Consumo de Energia Elétrica",author:"GEDRA, Ricardo Luis; BARROS, Benjamim Ferreira de; BORELLI, Reinaldo",isbn:"9788536518084",edition:1,vbkType:"pbk",url:"/books/9788536518084",coverURL:"//covers.vitalbook.com/vbid/9788536518084/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Linguagem C - Acompanhada de uma Xícara de Café",author:"MANZANO, José Augusto N. G.",isbn:"9788536519364",edition:1,vbkType:"pbk",url:"/books/9788536519364",coverURL:"//covers.vitalbook.com/vbid/9788536519364/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estudo Dirigido de 3ds Max 2016",author:"OLIVEIRA, Adriano de",isbn:"9788536519043",edition:1,vbkType:"pbk",url:"/books/9788536519043",coverURL:"//covers.vitalbook.com/vbid/9788536519043/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cosmos - Plataforma CAE do SolidWorks",author:"FIALHO, Arivelto Bustamante",isbn:"9788536518992",edition:1,vbkType:"pbk",url:"/books/9788536518992",coverURL:"//covers.vitalbook.com/vbid/9788536518992/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nutrição Animal - Conceitos Elementares",author:"PESSOA, Ricardo Alexandre Silva",isbn:"9788536521671",edition:1,vbkType:"pbk",url:"/books/9788536521671",coverURL:"//covers.vitalbook.com/vbid/9788536521671/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"NR-12 - Segurança em Máquinas e Equipamentos - Conceitos e Aplicações",author:"SANTOS JR., Joubert Rodrigues dos; ZANGIROLAMI, Márcio José",isbn:"9788536518046",edition:1,vbkType:"pbk",url:"/books/9788536518046",coverURL:"//covers.vitalbook.com/vbid/9788536518046/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microcontroladores ARM7 (Philips - família LPC213x) - O Poder dos 32 Bits - Teoria e Prática",author:"SOUSA, Daniel Rodrigues de",isbn:"9788536519920",edition:1,vbkType:"pbk",url:"/books/9788536519920",coverURL:"//covers.vitalbook.com/vbid/9788536519920/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Informática - Terminologia - Microsoft Windows 7, Internet, Segurança, Microsoft Office Word 2010, Microsoft Office Excel 2010, Microsoft Office PowerPoint 2010",author:"SILVA, Mário Gomes da",isbn:"9788536519302",edition:1,vbkType:"pbk",url:"/books/9788536519302",coverURL:"//covers.vitalbook.com/vbid/9788536519302/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eletrônica de Potência: Conversores de Energia CA/CC - Teoria, Prática e Simulação",author:"ARRABAÇA, Devair Aparecido; GIMENEZ, Salvador Pinillos",isbn:"9788536518473",edition:2,vbkType:"pbk",url:"/books/9788536518473",coverURL:"//covers.vitalbook.com/vbid/9788536518473/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"C++ Builder 6 - Desenvolva Aplicações para Windows",author:"ALVES, William Pereira",isbn:"9788536518985",edition:2,vbkType:"pbk",url:"/books/9788536518985",coverURL:"//covers.vitalbook.com/vbid/9788536518985/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Processo de Enfermagem do Trabalho",author:"LUCAS, Alexandre Juan",isbn:"9788576140832",edition:2,vbkType:"pbk",url:"/books/9788576140832",coverURL:"//covers.vitalbook.com/vbid/9788576140832/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Projetos - Teoria, Técnicas e Práticas",author:"MOLINARI, Leonardo",isbn:"9788536517827",edition:1,vbkType:"pbk",url:"/books/9788536517827",coverURL:"//covers.vitalbook.com/vbid/9788536517827/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Proteção e Prevenção de Perdas no Ambiente Organizacional",author:"BARSANO, Paulo Roberto; OLIVEIRA, Rodnei Rievers; FUSCO, Marcelo",isbn:"9788536518077",edition:1,vbkType:"pbk",url:"/books/9788536518077",coverURL:"//covers.vitalbook.com/vbid/9788536518077/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Máquinas Elétricas",author:"NASCIMENTO JR., Geraldo Carvalho do",isbn:"9788536519821",edition:1,vbkType:"pbk",url:"/books/9788536519821",coverURL:"//covers.vitalbook.com/vbid/9788536519821/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estudo Dirigido de Microsoft Excel 2013 - Avançado",author:"MANZANO, José Augusto N. G.; MANZANO, André Luiz N. G.",isbn:"9788536519142",edition:1,vbkType:"pbk",url:"/books/9788536519142",coverURL:"//covers.vitalbook.com/vbid/9788536519142/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenho Técnico - Medidas e Representação Gráfica",author:"MORIOKA, Carlos Alberto; CRUZ, Michele David da; ",isbn:"9788536518350",edition:1,vbkType:"pbk",url:"/books/9788536518350",coverURL:"//covers.vitalbook.com/vbid/9788536518350/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"AutoCAD 2013 3D Avançado - Modelagem e Render com Mental Ray",author:"OLIVEIRA, Adriano de",isbn:"9788536518862",edition:1,vbkType:"pbk",url:"/books/9788536518862",coverURL:"//covers.vitalbook.com/vbid/9788536518862/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Agrometeorologia - Princípios, Funcionalidades e Instrumentos de Medição",author:"ALVARENGA, Alexandre Augusto; MORAES, Mário Emmanuel De Oliveira; AZEVEDO, Luciana Luiza Chaves",isbn:"9788536521480",edition:1,vbkType:"pbk",url:"/books/9788536521480",coverURL:"//covers.vitalbook.com/vbid/9788536521480/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Logística para a Indústria do Petróleo, Gás e Biocombustíveis",author:"DONATO, Vitório",isbn:"9788536517865",edition:1,vbkType:"pbk",url:"/books/9788536517865",coverURL:"//covers.vitalbook.com/vbid/9788536517865/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Instrumentação de Processos Industriais - Princípios e Aplicações",author:"FRANCHI, Claiton Moro",isbn:"9788536519753",edition:1,vbkType:"pbk",url:"/books/9788536519753",coverURL:"//covers.vitalbook.com/vbid/9788536519753/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Energia Elétrica: Qualidade e Eficiência para Aplicações Industriais",author:"CAPELLI, Alexandre",isbn:"9788536518534",edition:1,vbkType:"pbk",url:"/books/9788536518534",coverURL:"//covers.vitalbook.com/vbid/9788536518534/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CNC - Programação de Comandos Numéricos Computadorizados - Torneamento",author:"SILVA, Sidnei Domingues da",isbn:"9788536518251",edition:8,vbkType:"pbk",url:"/books/9788536518251",coverURL:"//covers.vitalbook.com/vbid/9788536518251/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eficiência Energética - Técnicas de Aproveitamento, Gestão de Recursos e Fundamentos",author:"BARROS, Benjamim Ferreira de; BORELLI, Reinaldo; GEDRA, Ricardo Luis",isbn:"9788536518404",edition:1,vbkType:"pbk",url:"/books/9788536518404",coverURL:"//covers.vitalbook.com/vbid/9788536518404/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Autodesk Inventor 2013 Professional: Teoria de Projetos, Modelagem, Simulação e Prática",author:"CRUZ, Michele David da",isbn:"9788536518930",edition:1,vbkType:"pbk",url:"/books/9788536518930",coverURL:"//covers.vitalbook.com/vbid/9788536518930/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Casos Clínicos em Anatomia (Lange)",author:"TOY, Eugene C.; ROSS, Lawrence M.; ZHANG, Han; PAPASAKELARIOU, Cristo",isbn:"9788580555639",edition:3,vbkType:"epub",url:"/books/9788580555639",coverURL:"//covers.vitalbook.com/vbid/9788580555639/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Metrologia Dimensional - Técnicas de Medição e Instrumentos para Controle e Fabricação Industrial",author:"LIRA, Francisco Adval de",isbn:"9788536519852",edition:1,vbkType:"pbk",url:"/books/9788536519852",coverURL:"//covers.vitalbook.com/vbid/9788536519852/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Geração de Energia Elétrica - Fundamentos",author:"NETO, Manuel Rangel Borges; CARVALHO, Paulo ",isbn:"9788536518572",edition:1,vbkType:"pbk",url:"/books/9788536518572",coverURL:"//covers.vitalbook.com/vbid/9788536518572/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Legislação Aplicada à Construção Civil",author:"PINHEIRO, Antonio Carlos da Fonseca Bragança; CRIVELARO, Marcos",isbn:"9788536518732",edition:1,vbkType:"pbk",url:"/books/9788536518732",coverURL:"//covers.vitalbook.com/vbid/9788536518732/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estudo Dirigido de 3ds Max 2009",author:"OLIVEIRA, Adriano de",isbn:"9788536519036",edition:1,vbkType:"pbk",url:"/books/9788536519036",coverURL:"//covers.vitalbook.com/vbid/9788536519036/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Conversores de Energia Elétrica CC/CC para Aplicações em Eletrônica de Potência - Conceitos, Metodologia de Análise e Simulação",author:"ARRABAÇA, Devair Aparecido; GIMENEZ, Salvador Pinillos",isbn:"9788536518305",edition:1,vbkType:"pbk",url:"/books/9788536518305",coverURL:"//covers.vitalbook.com/vbid/9788536518305/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mecanização Florestal - Da Fundamentação dos Elementos do Solo a Operação de Máquinas e Equipamentos",author:"SILVA, Rui Corrêa da",isbn:"9788536521657",edition:1,vbkType:"pbk",url:"/books/9788536521657",coverURL:"//covers.vitalbook.com/vbid/9788536521657/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"NR-10: Segurança em Eletricidade - Uma Visão Prática",author:"SANTOS JR., Joubert Rodrigues dos",isbn:"9788536518039",edition:2,vbkType:"pbk",url:"/books/9788536518039",coverURL:"//covers.vitalbook.com/vbid/9788536518039/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microcontroladores 8051 - Teoria e Prática",author:"GIMENEZ, Salvador Pinillos",isbn:"9788536519913",edition:1,vbkType:"pbk",url:"/books/9788536519913",coverURL:"//covers.vitalbook.com/vbid/9788536519913/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Iluminação - Teoria e Projeto",author:"GUERRINI, Délio Pereira",isbn:"9788536520476",edition:2,vbkType:"pbk",url:"/books/9788536520476",coverURL:"//covers.vitalbook.com/vbid/9788536520476/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eletrônica Analógica Básica",author:"CRUZ, Eduardo Cesar Alves; CHOUERI JR., Salomão",isbn:"9788536518466",edition:2,vbkType:"pbk",url:"/books/9788536518466",coverURL:"//covers.vitalbook.com/vbid/9788536518466/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Banco de Dados - Projeto e Implementação",author:"MACHADO, Felipe Nery Rodrigues",isbn:"9788536518978",edition:3,vbkType:"pbk",url:"/books/9788536518978",coverURL:"//covers.vitalbook.com/vbid/9788536518978/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Medicamentos de A a Z: 2016-2018",author:"BARROS, Elvino",isbn:"9788582713143",edition:5,vbkType:"epub",url:"/books/9788582713143",coverURL:"//covers.vitalbook.com/vbid/9788582713143/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Produção",author:"LOBO, Renato Nogueirol",isbn:"9788536517810",edition:1,vbkType:"pbk",url:"/books/9788536517810",coverURL:"//covers.vitalbook.com/vbid/9788536517810/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Máquinas de Indução Trifásicas - Teoria e Exercícios",author:"SIMONE, Gilio Aluisio",isbn:"9788536519814",edition:2,vbkType:"pbk",url:"/books/9788536519814",coverURL:"//covers.vitalbook.com/vbid/9788536519814/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estudo Dirigido de Microsoft Access 2013",author:"ALVES, William Pereira",isbn:"9788536519135",edition:1,vbkType:"pbk",url:"/books/9788536519135",coverURL:"//covers.vitalbook.com/vbid/9788536519135/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenho Técnico",author:"CRUZ, Michele David da",isbn:"9788536518343",edition:1,vbkType:"pbk",url:"/books/9788536518343",coverURL:"//covers.vitalbook.com/vbid/9788536518343/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"AutoCAD 2012 - Utilizando Totalmente",author:"BALDAM, Roquemar; COSTA, Lourenço; OLIVEIRA, Adriano de",isbn:"9788536518855",edition:1,vbkType:"pbk",url:"/books/9788536518855",coverURL:"//covers.vitalbook.com/vbid/9788536518855/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Projetos e Relatórios de Pesquisa em Administração, 16ª edição",author:"VERGARA, Sylvia Constant",isbn:"9788597007480",edition:0,vbkType:"epub",url:"/books/9788597007480",coverURL:"//covers.vitalbook.com/vbid/9788597007480/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Vertebrados - Anatomia Comparada, Função e Evolução, 7ª edição",author:"KARDONG, Kenneth V.",isbn:"9788527729697",edition:0,vbkType:"epub",url:"/books/9788527729697",coverURL:"//covers.vitalbook.com/vbid/9788527729697/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução ao Controle Estatístico da Qualidade, 7ª edição",author:"MONTGOMERY, Douglas C.",isbn:"9788521631873",edition:0,vbkType:"epub",url:"/books/9788521631873",coverURL:"//covers.vitalbook.com/vbid/9788521631873/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Instalações Elétricas Industriais",author:"NERY, Norberto; KANASHIRO, Nelson Massao",isbn:"9788536514673",edition:2,vbkType:"pbk",url:"/books/9788536514673",coverURL:"//covers.vitalbook.com/vbid/9788536514673/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eletrônica: Eletricidade - Corrente Contínua",author:"AIUB, José Eduardo; FILONI, Enio",isbn:"9788536518527",edition:15,vbkType:"pbk",url:"/books/9788536518527",coverURL:"//covers.vitalbook.com/vbid/9788536518527/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Circuitos Eletroeletrônicos - Fundamentos e Desenvolvimento de Projetos Lógicos",author:"PAIXÃO, Renato Rodrigues; SOUZA JR., José Carlos de",isbn:"9788536518244",edition:1,vbkType:"pbk",url:"/books/9788536518244",coverURL:"//covers.vitalbook.com/vbid/9788536518244/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Distúrbios da Energia Elétrica",author:"MARTINHO, Edson",isbn:"9788536518398",edition:3,vbkType:"pbk",url:"/books/9788536518398",coverURL:"//covers.vitalbook.com/vbid/9788536518398/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Autodesk AutoCAD Civil 3D 2016 - Recursos e Aplicações para Projetos de Infraestrutura",author:"CARDOSO, Marcus Cesar; FRAZILLIO, Edna",isbn:"9788536518923",edition:1,vbkType:"pbk",url:"/books/9788536518923",coverURL:"//covers.vitalbook.com/vbid/9788536518923/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bandagem Terapêutica - Conceito de Estimulação Tegumentar, 2ª edição",author:"MORINI Jr., Nelson",isbn:"9788527729673",edition:0,vbkType:"epub",url:"/books/9788527729673",coverURL:"//covers.vitalbook.com/vbid/9788527729673/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Metrologia - Conceitos e Práticas de Instrumentação",author:"LIRA, Francisco Adval de",isbn:"9788536519845",edition:1,vbkType:"pbk",url:"/books/9788536519845",coverURL:"//covers.vitalbook.com/vbid/9788536519845/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Mecânica Técnica",author:"MELCONIAN, Sarkis",isbn:"9788536518565",edition:1,vbkType:"pbk",url:"/books/9788536518565",coverURL:"//covers.vitalbook.com/vbid/9788536518565/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estruturas na Construção Civil",author:"SALGADO, Júlio César Pereira",isbn:"9788536518671",edition:1,vbkType:"pbk",url:"/books/9788536518671",coverURL:"//covers.vitalbook.com/vbid/9788536518671/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Conversão Eletromecânica de Energia",author:"SIMONE, Gilio Aluisio; CREPPE, Renato Crivellari",isbn:"9788536518299",edition:1,vbkType:"pbk",url:"/books/9788536518299",coverURL:"//covers.vitalbook.com/vbid/9788536518299/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mecanização e Manejo do Solo",author:"SILVA, Rui Corrêa da",isbn:"9788536521640",edition:1,vbkType:"pbk",url:"/books/9788536521640",coverURL:"//covers.vitalbook.com/vbid/9788536521640/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microsoft Project Professional 2013 - Guia Prático",author:"FERREIRA, Maria Cecília",isbn:"9788536517919",edition:1,vbkType:"pbk",url:"/books/9788536517919",coverURL:"//covers.vitalbook.com/vbid/9788536517919/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Laboratório de Eletricidade e Eletrônica",author:"CAPUANO, Francisco Gabriel; MARINO, Maria Aparecida Mendes",isbn:"9788536519777",edition:24,vbkType:"pbk",url:"/books/9788536519777",coverURL:"//covers.vitalbook.com/vbid/9788536519777/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microcontroladores 8051 - Conceitos, Operação, Fluxogramas e Programação",author:"GIMENEZ, Salvador Pinillos",isbn:"9788536519906",edition:1,vbkType:"pbk",url:"/books/9788536519906",coverURL:"//covers.vitalbook.com/vbid/9788536519906/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"HTML 5 - Guia Prático",author:"TERUEL, Evandro Carlos",isbn:"9788536519296",edition:2,vbkType:"pbk",url:"/books/9788536519296",coverURL:"//covers.vitalbook.com/vbid/9788536519296/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eletroeletrônica Automotiva - Injeção Eletrônica, Arquitetura do Motor e Sistemas Embarcados",author:"CAPELLI, Alexandre",isbn:"9788536518459",edition:1,vbkType:"pbk",url:"/books/9788536518459",coverURL:"//covers.vitalbook.com/vbid/9788536518459/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Banco de Dados",author:"ALVES, William Pereira",isbn:"9788536518961",edition:1,vbkType:"pbk",url:"/books/9788536518961",coverURL:"//covers.vitalbook.com/vbid/9788536518961/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Exames Laboratoriais e Diagnósticos em Enfermagem - Guia Prático, 6ª edição",author:"FISCHBACH, Frances Talaska; FISCHBACH, Margaret A.",isbn:"9788527729857",edition:0,vbkType:"epub",url:"/books/9788527729857",coverURL:"//covers.vitalbook.com/vbid/9788527729857/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Pessoas, 16ª edição",author:"VERGARA, Sylvia Constant",isbn:"9788597007985",edition:0,vbkType:"epub",url:"/books/9788597007985",coverURL:"//covers.vitalbook.com/vbid/9788597007985/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manutenção Mecânica Industrial - Conceitos Básicos e Tecnologia Aplicada",author:"ALMEIDA, Paulo Samuel de",isbn:"9788536519791",edition:1,vbkType:"pbk",url:"/books/9788536519791",coverURL:"//covers.vitalbook.com/vbid/9788536519791/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estudo Dirigido de Linguagem C",author:"MANZANO, José Augusto N. G.",isbn:"9788536519128",edition:17,vbkType:"pbk",url:"/books/9788536519128",coverURL:"//covers.vitalbook.com/vbid/9788536519128/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Arquitetura de Computadores - PCs",author:"PAIXÃO, Renato Rodrigues",isbn:"9788536518848",edition:1,vbkType:"pbk",url:"/books/9788536518848",coverURL:"//covers.vitalbook.com/vbid/9788536518848/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Português Instrumental",author:"DEMAI, Fernanda Mello",isbn:"9788536517940",edition:1,vbkType:"pbk",url:"/books/9788536517940",coverURL:"//covers.vitalbook.com/vbid/9788536517940/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução a Finanças Empresariais",author:"DANA, Samy",isbn:"9788536517841",edition:1,vbkType:"pbk",url:"/books/9788536517841",coverURL:"//covers.vitalbook.com/vbid/9788536517841/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Instalações Elétricas - Princípios e Aplicações",author:"NERY, Norberto",isbn:"9788536504575",edition:2,vbkType:"pbk",url:"/books/9788536504575",coverURL:"//covers.vitalbook.com/vbid/9788536504575/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eletrônica Industrial - Conceitos e Aplicações Com SCRS e TRIACS",author:"ALMEIDA, José Luiz Antunes de",isbn:"9788536518510",edition:1,vbkType:"pbk",url:"/books/9788536518510",coverURL:"//covers.vitalbook.com/vbid/9788536518510/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Circuitos Elétricos - Corrente Contínua e Corrente Alternada",author:"MARKUS, Otávio",isbn:"9788536518237",edition:9,vbkType:"pbk",url:"/books/9788536518237",coverURL:"//covers.vitalbook.com/vbid/9788536518237/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Suplementação Alimentar na Prática Clínica",author:"SBEM",isbn:"9788527729314",edition:0,vbkType:"epub",url:"/books/9788527729314",coverURL:"//covers.vitalbook.com/vbid/9788527729314/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Autodesk AutoCAD 2016 - Modelagem 3D",author:"OLIVEIRA, Adriano de",isbn:"9788536518909",edition:1,vbkType:"pbk",url:"/books/9788536518909",coverURL:"//covers.vitalbook.com/vbid/9788536518909/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia dos Animais Domésticos: Texto e Atlas Colorido",author:"KÖNIG, Horst; LIEBICH, Hans-Georg",isbn:"9788582713006",edition:6,vbkType:"pbk",url:"/books/9788582713006",coverURL:"//covers.vitalbook.com/vbid/9788582713006/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Metodologias Ágeis - Engenharia de Software sob Medida",author:"SBROCCO, José Henrique Teixeira de Carvalho; MACEDO, Paulo Cesar de",isbn:"9788536519418",edition:1,vbkType:"pbk",url:"/books/9788536519418",coverURL:"//covers.vitalbook.com/vbid/9788536519418/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Elementos de Máquinas - Transmissões, Fixações e Amortecimento",author:"MELCONIAN, Sarkis",isbn:"9788536518558",edition:1,vbkType:"pbk",url:"/books/9788536518558",coverURL:"//covers.vitalbook.com/vbid/9788536518558/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dispositivos Semicondutores: Tiristores - Controle de Potência em CC e CA",author:"ALMEIDA, José Luiz Antunes de",isbn:"9788536518381",edition:13,vbkType:"pbk",url:"/books/9788536518381",coverURL:"//covers.vitalbook.com/vbid/9788536518381/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estruturas de Dados em C - Uma Abordagem Didática",author:"PEREIRA, Silvio do Lago",isbn:"9788536517254",edition:1,vbkType:"pbk",url:"/books/9788536517254",coverURL:"//covers.vitalbook.com/vbid/9788536517254/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controle de Processos Industriais: Princípios e Aplicações",author:"FRANCHI, Claiton Moro",isbn:"9788536518282",edition:1,vbkType:"pbk",url:"/books/9788536518282",coverURL:"//covers.vitalbook.com/vbid/9788536518282/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Máquinas e Equipamentos Agrícolas",author:"SILVA, Rui Corrêa da",isbn:"9788536521633",edition:1,vbkType:"pbk",url:"/books/9788536521633",coverURL:"//covers.vitalbook.com/vbid/9788536521633/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microsoft Project Professional 2013 - Gestão e Desenvolvimento de Projetos",author:"BERNARDES, Maurício Moreira e Silva; OLIVEIRA, Geísa Gaiger de",isbn:"9788536517902",edition:1,vbkType:"pbk",url:"/books/9788536517902",coverURL:"//covers.vitalbook.com/vbid/9788536517902/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Java para Web - Desenvolvimento de Aplicações",author:"ALVES, William Pereira",isbn:"9788536519357",edition:1,vbkType:"pbk",url:"/books/9788536519357",coverURL:"//covers.vitalbook.com/vbid/9788536519357/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microcontrolador PIC18 Detalhado: Hardware e Software",author:"PEREIRA, Fábio",isbn:"9788536519890",edition:1,vbkType:"pbk",url:"/books/9788536519890",coverURL:"//covers.vitalbook.com/vbid/9788536519890/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia Prático de Informática - Terminologia, Microsoft Windows 7, Internet e Segurança, Microsoft Office Word 2010, Microsoft Office Excel 2010, Microsoft Office Powerpoint 2010, MS Office Access 2010",author:"MANZANO, José Augusto N. G.",isbn:"9788536519265",edition:1,vbkType:"pbk",url:"/books/9788536519265",coverURL:"//covers.vitalbook.com/vbid/9788536519265/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eletricidade Básica - Circuitos em Corrente Contínua",author:"CRUZ, Eduardo Cesar Alves",isbn:"9788536518442",edition:1,vbkType:"pbk",url:"/books/9788536518442",coverURL:"//covers.vitalbook.com/vbid/9788536518442/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Automação Eletropneumática",author:"BONACORSO, Nelso Gauze; NOLL, Valdir",isbn:"9788536518169",edition:12,vbkType:"pbk",url:"/books/9788536518169",coverURL:"//covers.vitalbook.com/vbid/9788536518169/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfermagem do Trabalho - Programas, Procedimentos e Técnicas",author:"MORAES, Márcia Vilma Gonçalvez de",isbn:"9788576140825",edition:4,vbkType:"pbk",url:"/books/9788576140825",coverURL:"//covers.vitalbook.com/vbid/9788576140825/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão da Qualidade",author:"LOBO, Renato Nogueirol",isbn:"9788536517797",edition:1,vbkType:"pbk",url:"/books/9788536517797",coverURL:"//covers.vitalbook.com/vbid/9788536517797/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manutenção de Computadores - Guia Prático",author:"PAIXÃO, Renato Rodrigues",isbn:"9788536519395",edition:1,vbkType:"pbk",url:"/books/9788536519395",coverURL:"//covers.vitalbook.com/vbid/9788536519395/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estudo Dirigido de Informática Básica",author:"MANZANO, André Luiz N. G.; MANZANO, Maria Izabel N. G.",isbn:"9788536519111",edition:7,vbkType:"pbk",url:"/books/9788536519111",coverURL:"//covers.vitalbook.com/vbid/9788536519111/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desbravando o PIC24 - Conheça os Microcontroladores de 16 Bits",author:"SOUZA, David José de; SOUSA, Daniel Rodrigues de",isbn:"9788536518336",edition:1,vbkType:"pbk",url:"/books/9788536518336",coverURL:"//covers.vitalbook.com/vbid/9788536518336/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Algoritmos - Técnicas de Programação",author:"MANZANO, José Augusto N. G.; LOURENÇO, André Evandro; MATOS, Ecivaldo",isbn:"9788536518664",edition:2,vbkType:"pbk",url:"/books/9788536518664",coverURL:"//covers.vitalbook.com/vbid/9788536518664/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejando a Carreira - Guia Prático para o Desenvolvimento Pessoal e Profissional",author:"TAJRA, Sanmya Feitosa; SANTOS, Welinton dos",isbn:"9788536517933",edition:1,vbkType:"pbk",url:"/books/9788536517933",coverURL:"//covers.vitalbook.com/vbid/9788536517933/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Inglês Instrumental - Estratégias de Leitura para Informática e Internet",author:"THOMPSON, Marco Aurélio da Silva",isbn:"9788536517834",edition:1,vbkType:"pbk",url:"/books/9788536517834",coverURL:"//covers.vitalbook.com/vbid/9788536517834/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microcontroladores PIC18 com Linguagem C - Uma Abordagem Prática e Objetiva",author:"ZANCO, Wagner da Silva",isbn:"9788536519982",edition:1,vbkType:"pbk",url:"/books/9788536519982",coverURL:"//covers.vitalbook.com/vbid/9788536519982/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Instalações Elétricas - Fundamentos, Prática e Projetos em Instalações Residenciais e Comerciais",author:"CRUZ, Eduardo Cesar Alves; ANICETO, Larry Aparecido",isbn:"9788536503974",edition:2,vbkType:"pbk",url:"/books/9788536503974",coverURL:"//covers.vitalbook.com/vbid/9788536503974/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eletrônica Embarcada Automotiva",author:"GUIMARÃES, Alexandre de Almeida",isbn:"9788536518503",edition:1,vbkType:"pbk",url:"/books/9788536518503",coverURL:"//covers.vitalbook.com/vbid/9788536518503/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Circuitos Elétricos - Análise em Corrente Contínua e Alternada",author:"CRUZ, Eduardo Cesar Alves",isbn:"9788536518220",edition:1,vbkType:"pbk",url:"/books/9788536518220",coverURL:"//covers.vitalbook.com/vbid/9788536518220/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ross | Histologia - Texto e Atlas - Correlações com Biologia Celular e Molecular, 7ª edição",author:"ROSS, Michael H.; PAWLINA, Wojciech",isbn:"9788527729888",edition:0,vbkType:"epub",url:"/books/9788527729888",coverURL:"//covers.vitalbook.com/vbid/9788527729888/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"AutoCAD 2016 - Utilizando Totalmente",author:"BALDAM, Roquemar de Lima; COSTA, Lourenço; OLIVEIRA, Adriano de",isbn:"9788536518893",edition:1,vbkType:"pbk",url:"/books/9788536518893",coverURL:"//covers.vitalbook.com/vbid/9788536518893/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Economia da Natureza, 7ª edição",author:"RICKLEFS, Robert; RELYEA, Rick",isbn:"9788527729635",edition:0,vbkType:"epub",url:"/books/9788527729635",coverURL:"//covers.vitalbook.com/vbid/9788527729635/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matlab R2013a - Teoria e Programação - Guia Prático",author:"MATSUMOTO, Élia Yathie",isbn:"9788536519401",edition:1,vbkType:"pbk",url:"/books/9788536519401",coverURL:"//covers.vitalbook.com/vbid/9788536519401/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estudo Dirigido de Windows 10 Home",author:"MANZANO, André Luiz N. G.",isbn:"9788536517414",edition:1,vbkType:"pbk",url:"/books/9788536517414",coverURL:"//covers.vitalbook.com/vbid/9788536517414/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dispositivos Semicondutores: Diodos e Transistores",author:"MARQUES, Ângelo Eduardo Battistini; CRUZ, Eduardo Cesar Alves; CHOUERI JR., Salomão",isbn:"9788536518374",edition:13,vbkType:"pbk",url:"/books/9788536518374",coverURL:"//covers.vitalbook.com/vbid/9788536518374/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controladores Lógicos Programáveis - Sistemas Discretos",author:"FRANCHI, Claiton Moro; CAMARGO, Valter Luís Arlindo de",isbn:"9788536518275",edition:2,vbkType:"pbk",url:"/books/9788536518275",coverURL:"//covers.vitalbook.com/vbid/9788536518275/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Legislação Aplicada à Agropecuária",author:"BARSANO, Paulo Roberto; VIANA, Viviane Japiassú",isbn:"9788536521626",edition:1,vbkType:"pbk",url:"/books/9788536521626",coverURL:"//covers.vitalbook.com/vbid/9788536521626/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática Financeira - Didática, Objetiva e Prática",author:"HOJI, Masakazu",isbn:"9788597007527",edition:0,vbkType:"epub",url:"/books/9788597007527",coverURL:"//covers.vitalbook.com/vbid/9788597007527/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Java 8 - Ensino Didático - Desenvolvimento e Implementação de Aplicações",author:"FURGERI, Sérgio",isbn:"9788536519340",edition:1,vbkType:"pbk",url:"/books/9788536519340",coverURL:"//covers.vitalbook.com/vbid/9788536519340/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Equipamentos e Instalações para Construção Civil",author:"MENDONÇA, Antonio Valter Rodrigues Marques de; DAIBERT, João Dalton",isbn:"9788536518640",edition:1,vbkType:"pbk",url:"/books/9788536518640",coverURL:"//covers.vitalbook.com/vbid/9788536518640/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Graphisoft Archicad 19 - Representações Gráficas de Projetos Arquitetônicos",author:"CAVASSANI, Glauber",isbn:"9788536517407",edition:1,vbkType:"pbk",url:"/books/9788536517407",coverURL:"//covers.vitalbook.com/vbid/9788536517407/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eletricidade Aplicada em Corrente Contínua - Teoria e Exercícios",author:"CRUZ, Eduardo ",isbn:"9788536518435",edition:2,vbkType:"pbk",url:"/books/9788536518435",coverURL:"//covers.vitalbook.com/vbid/9788536518435/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Autodesk Revit Architecture 2016 - Conceitos e Aplicações",author:"NETTO, Claudia Campos",isbn:"9788536517391",edition:1,vbkType:"pbk",url:"/books/9788536517391",coverURL:"//covers.vitalbook.com/vbid/9788536517391/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Doenças Ocupacionais - Agentes: Físico, Químico, Biológico, Ergonômico",author:"MORAES, Márcia Vilma Gonçalvez de",isbn:"9788576140818",edition:2,vbkType:"pbk",url:"/books/9788576140818",coverURL:"//covers.vitalbook.com/vbid/9788576140818/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Exame de Certificação Anbima CPA-20 - Teoria, 2ª edição",author:"GALLAGHER, Lilian Massena",isbn:"9788597003987",edition:0,vbkType:"epub",url:"/books/9788597003987",coverURL:"//covers.vitalbook.com/vbid/9788597003987/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microcontrolador 8051 com Linguagem C - Prático e Didático - Família AT89S8252 Atmel",author:"NICOLOSI, Denys E. C.; BRONZER, Rodrigo B.",isbn:"9788536519883",edition:2,vbkType:"pbk",url:"/books/9788536519883",coverURL:"//covers.vitalbook.com/vbid/9788536519883/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Linux - Fundamentos",author:"SOARES, Walace; FERNANDES, Gabriel",isbn:"9788536519388",edition:1,vbkType:"pbk",url:"/books/9788536519388",coverURL:"//covers.vitalbook.com/vbid/9788536519388/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estudo Dirigido de AutoCAD 2016",author:"NETTO, Claudia Campos",isbn:"9788536519081",edition:1,vbkType:"pbk",url:"/books/9788536519081",coverURL:"//covers.vitalbook.com/vbid/9788536519081/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desbravando o PIC - Ampliado e Atualizado para PIC 16F628A",author:"SOUZA, David José de",isbn:"9788536518312",edition:12,vbkType:"pbk",url:"/books/9788536518312",coverURL:"//covers.vitalbook.com/vbid/9788536518312/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Produção Agroindustrial - Noções de Processos, Tecnologias de Fabricação de Alimentos de Origem Animal e Vegetal e Gestão Industrial",author:"TEIXEIRA, Eliana Maria; TSUZUKI, Natália; FERNANDES, Célia Andressa; MARTINS, Reginaldo Marcos",isbn:"9788536521701",edition:1,vbkType:"pbk",url:"/books/9788536521701",coverURL:"//covers.vitalbook.com/vbid/9788536521701/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento e Liderança - Conceitos, Estratégias e Comportamento Humano",author:"TAJRA, Sanmya Feitosa; SANTOS, Nádia dos",isbn:"9788536517926",edition:1,vbkType:"pbk",url:"/books/9788536517926",coverURL:"//covers.vitalbook.com/vbid/9788536517926/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenho a Cores: Técnicas de desenho de projeto para arquitetos, paisagistas e designers de interiores",author:"DOYLE, Michael E.",isbn:"9788577801640",edition:2,vbkType:"pbk",url:"/books/9788577801640",coverURL:"//covers.vitalbook.com/vbid/9788577801640/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:38.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Sinopses Jurídicas 25 - direito Previdenciário, 12ª edição.",author:"SANTOS, Marisa Ferreira dos",isbn:"9788547204815",edition:0,vbkType:"pbk",url:"/books/9788547204815",coverURL:"//covers.vitalbook.com/vbid/9788547204815/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução ao Estudo do Direito - Didática Diferenciada, 4ª edição",author:"GARCIA, Gustavo Filipe Barbosa",isbn:"9788530970451",edition:0,vbkType:"epub",url:"/books/9788530970451",coverURL:"//covers.vitalbook.com/vbid/9788530970451/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Títulos de Crédito, 17ª edição",author:"MARTINS, Fran",isbn:"9788530971038",edition:0,vbkType:"epub",url:"/books/9788530971038",coverURL:"//covers.vitalbook.com/vbid/9788530971038/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Automação de Processos e de Sistemas",author:"FILHO, Guilherme Filippo",isbn:"9788536518138",edition:1,vbkType:"pbk",url:"/books/9788536518138",coverURL:"//covers.vitalbook.com/vbid/9788536518138/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Intertemporal e o Novo Código de Processo Civil",author:"CUNHA, Leonardo Carneiro da",isbn:"9788530971601",edition:0,vbkType:"epub",url:"/books/9788530971601",coverURL:"//covers.vitalbook.com/vbid/9788530971601/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão Hoteleira",author:"Geraldo Castelli",isbn:"978-85-472-0118-0",edition:2,vbkType:"pbk",url:"/books/978-85-472-0118-0",coverURL:"//covers.vitalbook.com/vbid/978-85-472-0118-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química Analítica: Teoria e Prática Essenciais",author:"DIAS, Silvio Luis Pereira; VAGHETTI, Júlio César Pacheco; LIMA, Éder Cláudio; BRASIL, Jorge de Lima;",isbn:"9788582603918",edition:1,vbkType:"pbk",url:"/books/9788582603918",coverURL:"//covers.vitalbook.com/vbid/9788582603918/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Opções, Futuros e Outros Derivativos",author:"HULL, John C.",isbn:"9788582603932",edition:9,vbkType:"pbk",url:"/books/9788582603932",coverURL:"//covers.vitalbook.com/vbid/9788582603932/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Legislação Empresarial, Trabalhista e Tributária",author:"MONTE, Gerry Adriano; BARSANO, Paulo Roberto",isbn:"9788536517858",edition:1,vbkType:"pbk",url:"/books/9788536517858",coverURL:"//covers.vitalbook.com/vbid/9788536517858/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Sinopses Jurídicas 14 - Processo penal: parte geral.",author:"REIS, Alexandre Cebrian Araújo; GONÇALVES, Victor Eduardo Rios",isbn:"9788502620643",edition:20,vbkType:"pbk",url:"/books/9788502620643",coverURL:"//covers.vitalbook.com/vbid/9788502620643/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direitos Humanos - Liberdades públicas e cidadania, 4ª edição.",author:"SIQUEIRA JUNIOR, Paulo Hamilton",isbn:"9788502636521",edition:0,vbkType:"pbk",url:"/books/9788502636521",coverURL:"//covers.vitalbook.com/vbid/9788502636521/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria Geral do Processo, 19ª edição",author:"ALVIM, José Eduardo Carreira",isbn:"9788530971571",edition:0,vbkType:"epub",url:"/books/9788530971571",coverURL:"//covers.vitalbook.com/vbid/9788530971571/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Automação Aplicada - Descrição e Implementação de Sistemas Sequenciais com PLC´S",author:"GEORGINI, Marcelo",isbn:"9788536518121",edition:9,vbkType:"pbk",url:"/books/9788536518121",coverURL:"//covers.vitalbook.com/vbid/9788536518121/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Ambiental Sistematizado, 10ª edição",author:"MUKAI, Toshio",isbn:"9788530970918",edition:0,vbkType:"epub",url:"/books/9788530970918",coverURL:"//covers.vitalbook.com/vbid/9788530970918/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão da Qualidade - Conceitos e Técnicas, 3ª edição",author:"CARPINETTI, Luiz Cesar Ribeiro",isbn:"9788597006438",edition:0,vbkType:"epub",url:"/books/9788597006438",coverURL:"//covers.vitalbook.com/vbid/9788597006438/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controle de Riscos - Prevenção de Acidentes no Ambiente Ocupacional",author:"BARSANO, Paulo Roberto; BARBOSA, Rildo Pereira",isbn:"9788536517995",edition:1,vbkType:"pbk",url:"/books/9788536517995",coverURL:"//covers.vitalbook.com/vbid/9788536517995/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Matemática - Física para Licenciatura - Ondulatória",author:"HETEM Jr., Annibal; HETEM, Calvin Gregorio",isbn:"9788521631262",edition:0,vbkType:"epub",url:"/books/9788521631262",coverURL:"//covers.vitalbook.com/vbid/9788521631262/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Legislação Aplicada à Segurança do Trabalho",author:"BARSANO, Paulo Roberto",isbn:"9788536518015",edition:1,vbkType:"pbk",url:"/books/9788536518015",coverURL:"//covers.vitalbook.com/vbid/9788536518015/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Chamado - Você é o Herói do Próprio Destino",author:"GOMES, Maria Tereza",isbn:"9788597006742",edition:0,vbkType:"epub",url:"/books/9788597006742",coverURL:"//covers.vitalbook.com/vbid/9788597006742/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Direito Vivo – História do direito",author:"MACIEL, José Fabio Rodrigues",isbn:"9788547209162",edition:7,vbkType:"pbk",url:"/books/9788547209162",coverURL:"//covers.vitalbook.com/vbid/9788547209162/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito internacional em expansão - encruzilhada entre comércio internacional, direitos humanos e meio ambiente, 1ª edição.",author:"SILVA, Elaini Cristina Gonzaga da",isbn:"9788502625341",edition:0,vbkType:"pbk",url:"/books/9788502625341",coverURL:"//covers.vitalbook.com/vbid/9788502625341/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria do Estado - Filosofia Política e Teoria da Democracia, 5ª edição",author:"BITTAR, Eduardo Carlos Bianca",isbn:"9788597007947",edition:0,vbkType:"epub",url:"/books/9788597007947",coverURL:"//covers.vitalbook.com/vbid/9788597007947/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Android 6 para Programadores: Uma Abordagem Baseada em Aplicativos",author:"DEITEL, Paul; DEITEL, Harvey; WALD, Alexander\n",isbn:"9788582604120",edition:3,vbkType:"pbk",url:"/books/9788582604120",coverURL:"//covers.vitalbook.com/vbid/9788582604120/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Filosofia do Direito, 12ª edição",author:"BITTAR, Eduardo Carlos Bianca; ALMEIDA, Guilherme Assis de",isbn:"9788597006803",edition:0,vbkType:"epub",url:"/books/9788597006803",coverURL:"//covers.vitalbook.com/vbid/9788597006803/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração financeira: uma abordagem global",author:"Clóvis Luiz Padoveze",isbn:"978-85-472-0497-6",edition:1,vbkType:"pbk",url:"/books/978-85-472-0497-6",coverURL:"//covers.vitalbook.com/vbid/978-85-472-0497-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controle da Qualidade - Princípios, Inspeção e Ferramentas de Apoio na Produção de Vestuário",author:"LIMEIRA, Erika Thalita Navas Pires; LOBO, Renato Nogueirol; MARQUES, Rosiane do Nascimento",isbn:"9788536517773",edition:1,vbkType:"pbk",url:"/books/9788536517773",coverURL:"//covers.vitalbook.com/vbid/9788536517773/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Cálculo Numérico",author:"DORNELLES FILHO, Adalberto Ayjara",isbn:"9788582603857",edition:1,vbkType:"pbk",url:"/books/9788582603857",coverURL:"//covers.vitalbook.com/vbid/9788582603857/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução do Estudo do Direito - Primeiras Linhas, 5ª edição",author:"VENOSA, Sílvio de Salvo",isbn:"9788597007909",edition:0,vbkType:"epub",url:"/books/9788597007909",coverURL:"//covers.vitalbook.com/vbid/9788597007909/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing: Novas tendências",author:"Dennis Vincent Reade, Jeferson Mola, Marcos Rocha, Sérgio Luis Ignácio de Oliveira ",isbn:"978-85-02-63887-7",edition:1,vbkType:"pbk",url:"/books/978-85-02-63887-7",coverURL:"//covers.vitalbook.com/vbid/978-85-02-63887-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Ambiental, 18ª edição",author:"ANTUNES, Paulo de Bessa",isbn:"9788597006551",edition:0,vbkType:"epub",url:"/books/9788597006551",coverURL:"//covers.vitalbook.com/vbid/9788597006551/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Cartórios - Tabelionato de Protesto, 2ª edição.",author:"BUENO, Sérgio Luiz; CASSETARI, Christiano",isbn:"9788502618275",edition:0,vbkType:"pbk",url:"/books/9788502618275",coverURL:"//covers.vitalbook.com/vbid/9788502618275/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Segurança e Saúde no Trabalho - NRs 1 a 36 - Comentadas e Descomplicadas, 3ª edição",author:"CAMISASSA, Mara Queiroga",isbn:"9788530970499",edition:0,vbkType:"epub",url:"/books/9788530970499",coverURL:"//covers.vitalbook.com/vbid/9788530970499/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios Integrados de Zoologia, 16ª edição",author:"HICKMAN Jr., Cleveland P.; ROBERTS, Larry S.; KEEN, Susan L.; EISENHOUR, David J.; LARSON, Allan; I’",isbn:"9788527729611",edition:0,vbkType:"epub",url:"/books/9788527729611",coverURL:"//covers.vitalbook.com/vbid/9788527729611/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Previdenciário - Teoria, Jurisprudência e Questões, 12ª edição",author:"EDUARDO, Italo Romano; EDUARDO, Jeane Tavares Aragão",isbn:"9788530971069",edition:0,vbkType:"epub",url:"/books/9788530971069",coverURL:"//covers.vitalbook.com/vbid/9788530971069/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Linha direito comparado: escritos reunidos: 19521983, 1ª edição.",author:"DURING, Gunter",isbn:"9788502631717",edition:0,vbkType:"pbk",url:"/books/9788502631717",coverURL:"//covers.vitalbook.com/vbid/9788502631717/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comunicação Empresarial - Planejamento, Aplicação e Resultados",author:"FERREIRA, Patricia Itala; MALHEIROS, Gustavo",isbn:"9788597007268",edition:0,vbkType:"epub",url:"/books/9788597007268",coverURL:"//covers.vitalbook.com/vbid/9788597007268/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Física - Vol. 3, 9ª edição",author:"CUTNELL, John D.; JOHNSON, Kenneth W.",isbn:"9788521632030",edition:0,vbkType:"epub",url:"/books/9788521632030",coverURL:"//covers.vitalbook.com/vbid/9788521632030/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão do Processo Sucessório - Preservando o Negócio e a Estratégia",author:"DUTRA, Joel Souza; DUTRA, Tatiana Almendra",isbn:"9788597007572",edition:0,vbkType:"epub",url:"/books/9788597007572",coverURL:"//covers.vitalbook.com/vbid/9788597007572/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing tático",author:"Dennis Vincent Reade, Jeferson Mola, Marcos Rocha, Sérgio Luis Ignácio de Oliveira ",isbn:"978-85-02-63881-5",edition:1,vbkType:"pbk",url:"/books/978-85-02-63881-5",coverURL:"//covers.vitalbook.com/vbid/978-85-02-63881-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ação de Indenização no Novo CPC, 3ª edição",author:"MONTENEGRO FILHO, Misael",isbn:"9788597008005",edition:0,vbkType:"epub",url:"/books/9788597008005",coverURL:"//covers.vitalbook.com/vbid/9788597008005/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento tributário, 2ª edição.",author:"ANDRADE FILHO, Edmar Oliveira",isbn:"9788502616967",edition:0,vbkType:"pbk",url:"/books/9788502616967",coverURL:"//covers.vitalbook.com/vbid/9788502616967/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Feridas - Prevenção, Causas e Tratamento",author:"GAMBA, Mônica Antar; PETRI, Valéria; COSTA, Mariana Takahashi Ferreira",isbn:"9788527729567",edition:0,vbkType:"epub",url:"/books/9788527729567",coverURL:"//covers.vitalbook.com/vbid/9788527729567/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Concursos Fiscais, 3ª edição",author:"MEIRELLES, Alexandre",isbn:"9788530970741",edition:0,vbkType:"epub",url:"/books/9788530970741",coverURL:"//covers.vitalbook.com/vbid/9788530970741/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Linha de Direito Comparado- Teoria Geral do Estado, 1ª edição.",author:"ZIPPELIUS, Reinhold",isbn:"9788502617995",edition:0,vbkType:"pbk",url:"/books/9788502617995",coverURL:"//covers.vitalbook.com/vbid/9788502617995/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Auditoria Contábil - Teoria e Prática, 10ª edição",author:"CREPALDI, Silvio Aparecido; CREPALDI, Guilherme Simões",isbn:"9788597006681",edition:0,vbkType:"epub",url:"/books/9788597006681",coverURL:"//covers.vitalbook.com/vbid/9788597006681/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Automação e Instrumentação Industrial com Arduino - Teoria e Projetos",author:"STEVAN JR., Sergio Luiz; SILVA, Rodrigo Adamshuk",isbn:"9788536518152",edition:1,vbkType:"pbk",url:"/books/9788536518152",coverURL:"//covers.vitalbook.com/vbid/9788536518152/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"FGV - A Construção Jurisprudencial da Recuperação Judicial de Empresas, 2ª edição",author:"AYOUB, Luiz Roberto; CAVALLI, Cássio",isbn:"9788530971083",edition:0,vbkType:"epub",url:"/books/9788530971083",coverURL:"//covers.vitalbook.com/vbid/9788530971083/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing estratégico",author:"Dennis Vincent Reade, Marcos Rocha, Sérgio Luis Ignácio de Oliveira, Andréa Chernioglo",isbn:"978-85-02-63878-5",edition:1,vbkType:"pbk",url:"/books/978-85-02-63878-5",coverURL:"//covers.vitalbook.com/vbid/978-85-02-63878-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Mediação no Novo Código de Processo Civil, 2ª edição",author:"ALMEIDA, Diogo Assumpção Rezende de; PANTOJA, Fernanda Medina; PELAJO, Samantha",isbn:"9788530971465",edition:0,vbkType:"epub",url:"/books/9788530971465",coverURL:"//covers.vitalbook.com/vbid/9788530971465/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Atlas de Anatomia, 2ª edição",author:"GILROY, Anne M.; MACPHERSON, Brian R.; ROSS, Lawrence M.",isbn:"9788527729482",edition:0,vbkType:"epub",url:"/books/9788527729482",coverURL:"//covers.vitalbook.com/vbid/9788527729482/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual da Advocacia Cível - Como Advogar com o Novo Código de Processo Civil, 3ª edição",author:"MONTENEGRO FILHO, Misael",isbn:"9788597007176",edition:0,vbkType:"epub",url:"/books/9788597007176",coverURL:"//covers.vitalbook.com/vbid/9788597007176/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao Novo Código de Ética dos Advogados",author:"COELHO, Marcus Vinicius Furtado ",isbn:"9788547202934",edition:1,vbkType:"pbk",url:"/books/9788547202934",coverURL:"//covers.vitalbook.com/vbid/9788547202934/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei Maria da Penha: lei n. 11.340/2006 aspectos assistenciais, protetivos e criminais da violência de gênero. Coleção saberes monográficos. 3ª edição.",author:"BIANCHINI, Alice",isbn:"9788547203900",edition:0,vbkType:"pbk",url:"/books/9788547203900",coverURL:"//covers.vitalbook.com/vbid/9788547203900/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Ordem das Coisas - Pensar a Pós-Modernidade",author:"MAFFESOLI, Michel",isbn:"9788530971199",edition:0,vbkType:"epub",url:"/books/9788530971199",coverURL:"//covers.vitalbook.com/vbid/9788530971199/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Automação e Controle Discreto",author:"SILVEIRA, Paulo R. da; SANTOS, Winderson E.",isbn:"9788536518145",edition:9,vbkType:"pbk",url:"/books/9788536518145",coverURL:"//covers.vitalbook.com/vbid/9788536518145/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito penal: jurisprudência em debate, 2ª edição.",author:"REALE JUNIOR, Miguel",isbn:"9788502635845",edition:0,vbkType:"pbk",url:"/books/9788502635845",coverURL:"//covers.vitalbook.com/vbid/9788502635845/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing B2B",author:"Dennis Vincent Reade, Marcos Rocha, Sérgio Luis Ignácio de Oliveira, Andréa Chernioglo",isbn:"978-85-02-63884-6",edition:1,vbkType:"pbk",url:"/books/978-85-02-63884-6",coverURL:"//covers.vitalbook.com/vbid/978-85-02-63884-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"2ª fase para concursos de cartórios",author:"VILLAVERDE, André; CASSETARI, Christiano",isbn:"9788547208806",edition:3,vbkType:"pbk",url:"/books/9788547208806",coverURL:"//covers.vitalbook.com/vbid/9788547208806/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Português na prática",author:"Sandra Terciotti",isbn:"978-85-472-0115-9",edition:3,vbkType:"pbk",url:"/books/978-85-472-0115-9",coverURL:"//covers.vitalbook.com/vbid/978-85-472-0115-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Liberdade em Disputa - A Reconstrução da Autonomia Privada na Teoria Crítica de Jürgen Habermas, 1ª edição.",author:"SILVA, Felipe Gonçalves",isbn:"9788502216334",edition:0,vbkType:"pbk",url:"/books/9788502216334",coverURL:"//covers.vitalbook.com/vbid/9788502216334/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Filosofia do Direito, 5ª edição",author:"MASCARO, Alysson Leandro",isbn:"9788597007503",edition:0,vbkType:"epub",url:"/books/9788597007503",coverURL:"//covers.vitalbook.com/vbid/9788597007503/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Análise de Circuitos em Corrente Contínua",author:"ALBUQUERQUE, Rômulo de Oliveira",isbn:"9788536518107",edition:21,vbkType:"pbk",url:"/books/9788536518107",coverURL:"//covers.vitalbook.com/vbid/9788536518107/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito penal: parte especial (arts. 121 a 183), 1ª edição.",author:"GONÇALVES, Victor Eduardo Rios",isbn:"9788502635715",edition:0,vbkType:"pbk",url:"/books/9788502635715",coverURL:"//covers.vitalbook.com/vbid/9788502635715/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria Geral do Processo Contemporâneo",author:"DELLORE, Luiz; SOUZA, André Pagani de; CARACIOLA, Andrea Boari; ASSIS, Carlos Augusto de; FERNANDES,",isbn:"9788597006155",edition:0,vbkType:"epub",url:"/books/9788597006155",coverURL:"//covers.vitalbook.com/vbid/9788597006155/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col Saberes do Direito - Vol. 53 - Mediação e arbitragem, 2ª edição.",author:"BARCELLAR, Roberto Portugal",isbn:"9788547208554",edition:0,vbkType:"pbk",url:"/books/9788547208554",coverURL:"//covers.vitalbook.com/vbid/9788547208554/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Pública - Teoria e Prática, 15ª edição",author:"KOHAMA, Heilio",isbn:"9788597006391",edition:0,vbkType:"epub",url:"/books/9788597006391",coverURL:"//covers.vitalbook.com/vbid/9788597006391/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Arbitragem - Mediação e Conciliação, 7ª edição",author:"SCAVONE Jr., Luiz Antonio",isbn:"9788530971779",edition:0,vbkType:"epub",url:"/books/9788530971779",coverURL:"//covers.vitalbook.com/vbid/9788530971779/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cabine Primária - Subestações de Alta Tensão de Consumidor",author:"BARROS, Benjamim Ferreira de; GEDRA, Ricardo Luis",isbn:"9788536518206",edition:4,vbkType:"pbk",url:"/books/9788536518206",coverURL:"//covers.vitalbook.com/vbid/9788536518206/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito penal aplicado: parte especial do código penal (arts. 121 a 361), 6ª edição.",author:"CAMPOS, Pedro Franco de",isbn:"9788502634565",edition:0,vbkType:"pbk",url:"/books/9788502634565",coverURL:"//covers.vitalbook.com/vbid/9788502634565/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estudo Dirigido de Estatística Descritiva",author:"AKANIME, Carlos Takeo; YAMAMOTO, Roberto Katsuhiro",isbn:"9788536517780",edition:3,vbkType:"pbk",url:"/books/9788536517780",coverURL:"//covers.vitalbook.com/vbid/9788536517780/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito do Consumidor Para Concursos, 2ª edição.",author:"SOBRAL PINTO, Cristiano Vieira; NOGUEIRA, Gustavo Santana",isbn:"9788547206734",edition:0,vbkType:"pbk",url:"/books/9788547206734",coverURL:"//covers.vitalbook.com/vbid/9788547206734/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Chamado - Você é o Herói do Próprio Destino",author:"GOMES, Maria Tereza",isbn:"9788597006742",edition:0,vbkType:"epub",url:"/books/9788597006742",coverURL:"//covers.vitalbook.com/vbid/9788597006742/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novo Código de Processo Civil Comparado, 3ª edição",author:"DONIZETTI, Elpídio",isbn:"9788597006117",edition:0,vbkType:"epub",url:"/books/9788597006117",coverURL:"//covers.vitalbook.com/vbid/9788597006117/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Polícia Federal - Delegado e Agente, 4ª ediçao.",author:"MESSA, Ana Flavia",isbn:"9788547208677",edition:0,vbkType:"pbk",url:"/books/9788547208677",coverURL:"//covers.vitalbook.com/vbid/9788547208677/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução aos Circuitos Elétricos, 9ª edição",author:"DORF, Richard C.; SVOBODA, James A.",isbn:"9788521631309",edition:0,vbkType:"epub",url:"/books/9788521631309",coverURL:"//covers.vitalbook.com/vbid/9788521631309/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Análise de Circuitos em Corrente Alternada",author:"ALBUQUERQUE, Rômulo de Oliveira",isbn:"9788536518091",edition:2,vbkType:"pbk",url:"/books/9788536518091",coverURL:"//covers.vitalbook.com/vbid/9788536518091/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito da criança e do adolescente: aspectos teóricos e práticos, 3ª edição.",author:"MACIEL, Kátia R.F. Andrade",isbn:"9788547203788",edition:0,vbkType:"pbk",url:"/books/9788547203788",coverURL:"//covers.vitalbook.com/vbid/9788547203788/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Elementos de direito eleitoral, 5ª edição.",author:"VELLOSO, Carlos Mario da Silva; AGRA, Walber de Moura",isbn:"9788547208080",edition:0,vbkType:"pbk",url:"/books/9788547208080",coverURL:"//covers.vitalbook.com/vbid/9788547208080/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria Geral do Processo - Em Conformidade com o Novo CPC, 2ª edição",author:"TESHEINER, José Maria Rosa; THAMAY, Rennan Faria Krüger",isbn:"9788530971489",edition:0,vbkType:"epub",url:"/books/9788530971489",coverURL:"//covers.vitalbook.com/vbid/9788530971489/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Reforma da Arbitragem",author:"MELO, Leonardo de Campos; BENEDUZZI, Renato Rezende (coords.)",isbn:"9788530970864",edition:0,vbkType:"epub",url:"/books/9788530970864",coverURL:"//covers.vitalbook.com/vbid/9788530970864/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Análise técnica dos mercados financeiros",author:"Flávio Lemos e Celso Cardoso",isbn:"978-85-02-63784-9",edition:1,vbkType:"pbk",url:"/books/978-85-02-63784-9",coverURL:"//covers.vitalbook.com/vbid/978-85-02-63784-9/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual das Audiências Cíveis, 7ª edição",author:"ALVES, Jones Figueirêdo; MONTENEGRO FILHO, Misael",isbn:"9788597007435",edition:0,vbkType:"epub",url:"/books/9788597007435",coverURL:"//covers.vitalbook.com/vbid/9788597007435/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Automatismos Pneumáticos - Princípios Básicos, Dimensionamentos de Componentes e Aplicações Práticas",author:"FIALHO, Arivelto Bustamante",isbn:"9788536518190",edition:1,vbkType:"pbk",url:"/books/9788536518190",coverURL:"//covers.vitalbook.com/vbid/9788536518190/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Eleitoral, 12ª edição",author:"GOMES, José Jairo",isbn:"9788597005806",edition:0,vbkType:"epub",url:"/books/9788597005806",coverURL:"//covers.vitalbook.com/vbid/9788597005806/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controle da Qualidade - Princípios, Inspeção e Ferramentas de Apoio na Produção de Vestuário",author:"LIMEIRA, Erika Thalita Navas Pires; LOBO, Renato Nogueirol; MARQUES, Rosiane do Nascimento",isbn:"9788536517773",edition:1,vbkType:"pbk",url:"/books/9788536517773",coverURL:"//covers.vitalbook.com/vbid/9788536517773/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Administrativo para o exame da OAB - 2ª fase",author:"VELLOSO, Leandro",isbn:"9788547209131",edition:2,vbkType:"pbk",url:"/books/9788547209131",coverURL:"//covers.vitalbook.com/vbid/9788547209131/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing estratégico",author:"Dennis Vincent Reade, Marcos Rocha, Sérgio Luis Ignácio de Oliveira, Andréa Chernioglo",isbn:"978-85-02-63878-5",edition:1,vbkType:"pbk",url:"/books/978-85-02-63878-5",coverURL:"//covers.vitalbook.com/vbid/978-85-02-63878-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Estado em Juízo no Novo CPC",author:"CARVALHO FILHO, José dos Santos",isbn:"9788597007848",edition:0,vbkType:"epub",url:"/books/9788597007848",coverURL:"//covers.vitalbook.com/vbid/9788597007848/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Física - Vol. 4 - Óptica e Física Moderna, 10ª edição",author:"HALLIDAY, David; RESNICK, Robert; WALKER, Jearl",isbn:"9788521632115",edition:0,vbkType:"epub",url:"/books/9788521632115",coverURL:"//covers.vitalbook.com/vbid/9788521632115/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novo Código de Processo Civil - Lei 13.105/2015 - Principais Modificações, 2ª edição",author:"GARCIA, Gustavo Filipe Barbosa",isbn:"9788530971045",edition:0,vbkType:"epub",url:"/books/9788530971045",coverURL:"//covers.vitalbook.com/vbid/9788530971045/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Álgebra Linear com Aplicações",author:"HOLT, Jeffrey",isbn:"9788521631897",edition:0,vbkType:"epub",url:"/books/9788521631897",coverURL:"//covers.vitalbook.com/vbid/9788521631897/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito constitucional, 3ª edição.",author:"VASCONCELOS, Clever",isbn:"9788502628007",edition:0,vbkType:"pbk",url:"/books/9788502628007",coverURL:"//covers.vitalbook.com/vbid/9788502628007/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direitos Humanos, 4ª edição.",author:"GUERRA, Sidney",isbn:"9788547208059",edition:0,vbkType:"pbk",url:"/books/9788547208059",coverURL:"//covers.vitalbook.com/vbid/9788547208059/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Método de Estudo da OAB - Direito Administrativo",author:"ARAS NETO, José Soares Ferreira",isbn:"9788530970970",edition:0,vbkType:"epub",url:"/books/9788530970970",coverURL:"//covers.vitalbook.com/vbid/9788530970970/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Mediação no Novo Código de Processo Civil, 2ª edição",author:"ALMEIDA, Diogo Assumpção Rezende de; PANTOJA, Fernanda Medina; PELAJO, Samantha",isbn:"9788530971465",edition:0,vbkType:"epub",url:"/books/9788530971465",coverURL:"//covers.vitalbook.com/vbid/9788530971465/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração_princípios e tendências",author:"Francisco Lacombe",isbn:"978-85-02-63450-3",edition:3,vbkType:"pbk",url:"/books/978-85-02-63450-3",coverURL:"//covers.vitalbook.com/vbid/978-85-02-63450-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lições de Direito Econômico, 9ª edição",author:"FIGUEIREDO, Leonardo Vizeu",isbn:"9788530970956",edition:0,vbkType:"epub",url:"/books/9788530970956",coverURL:"//covers.vitalbook.com/vbid/9788530970956/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Automatismos Hidráulicos - Princípios Básicos, Dimensionamentos de Componentes e Aplicações Práticas",author:"FIALHO, Arivelto Bustamante",isbn:"9788536518183",edition:1,vbkType:"pbk",url:"/books/9788536518183",coverURL:"//covers.vitalbook.com/vbid/9788536518183/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito do trabalho, seguridade social e processo civil: a evolução diante das mudanças no sistema jurídico, 1ª edição.",author:"GARCIA, Gustavo Filipe Barbosa",isbn:"9788502638181",edition:0,vbkType:"pbk",url:"/books/9788502638181",coverURL:"//covers.vitalbook.com/vbid/9788502638181/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Geral",author:"SILVA, Moacyr de Lima e",isbn:"9788536517766",edition:1,vbkType:"pbk",url:"/books/9788536517766",coverURL:"//covers.vitalbook.com/vbid/9788536517766/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito do Trabalho, 2ª edição.",author:"MOURA, Marcelo",isbn:"9788547206673",edition:0,vbkType:"pbk",url:"/books/9788547206673",coverURL:"//covers.vitalbook.com/vbid/9788547206673/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Língua Portuguesa",author:"Carlos Alberto Moysés",isbn:"978-85-02-63403-9",edition:4,vbkType:"pbk",url:"/books/978-85-02-63403-9",coverURL:"//covers.vitalbook.com/vbid/978-85-02-63403-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novo CPC - Sintetizado e Resumido, 2ª edição",author:"MACHADO, Costa",isbn:"9788597006667",edition:0,vbkType:"epub",url:"/books/9788597006667",coverURL:"//covers.vitalbook.com/vbid/9788597006667/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Física - Vol. 3 - Eletromagnetismo, 10ª edição",author:"HALLIDAY, David; RESNICK, Robert; WALKER, Jearl",isbn:"9788521632092",edition:0,vbkType:"epub",url:"/books/9788521632092",coverURL:"//covers.vitalbook.com/vbid/9788521632092/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Prática Civil, 12ª edição",author:"TARTUCE, Fernanda; DELLORE, Luiz",isbn:"9788530969776",edition:0,vbkType:"epub",url:"/books/9788530969776",coverURL:"//covers.vitalbook.com/vbid/9788530969776/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teorias da administração",author:"Antônio de Lima Ribeiro",isbn:"978-85-02-63539-5",edition:3,vbkType:"pbk",url:"/books/978-85-02-63539-5",coverURL:"//covers.vitalbook.com/vbid/978-85-02-63539-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direitos Humanos Versus Segurança Pública",author:"NUCCI, Guilherme de Souza",isbn:"9788530971175",edition:0,vbkType:"epub",url:"/books/9788530971175",coverURL:"//covers.vitalbook.com/vbid/9788530971175/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Fazenda Pública no Processo Civil, 2ª edição",author:"RODRIGUES, Marco Antonio",isbn:"9788597007411",edition:0,vbkType:"epub",url:"/books/9788597007411",coverURL:"//covers.vitalbook.com/vbid/9788597007411/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração de recursos humanos",author:"Jean Pierre Marras",isbn:"978-85-472-0109-8",edition:15,vbkType:"pbk",url:"/books/978-85-472-0109-8",coverURL:"//covers.vitalbook.com/vbid/978-85-472-0109-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Rotinas Trabalhistas - Legislação e Práticas para Gestão de Pessoas",author:"REZENDE, Mardele Eugênia Teixeira; SILVA, Marilene Luzia da",isbn:"9788536517957",edition:2,vbkType:"pbk",url:"/books/9788536517957",coverURL:"//covers.vitalbook.com/vbid/9788536517957/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"ITBI - Doutrina e Prática, 2ª edição",author:"HARADA, Kiyoshi",isbn:"9788597007886",edition:0,vbkType:"epub",url:"/books/9788597007886",coverURL:"//covers.vitalbook.com/vbid/9788597007886/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Automação Industrial - Série Brasileira de Tecnologia",author:"NATALE, Ferdinando",isbn:"9788536518176",edition:10,vbkType:"pbk",url:"/books/9788536518176",coverURL:"//covers.vitalbook.com/vbid/9788536518176/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito antitruste, 4ª edição.",author:"GABAN, Eduardo Molan; DOMINGUES, Juliana Oliveira",isbn:"9788547203368",edition:0,vbkType:"pbk",url:"/books/9788547203368",coverURL:"//covers.vitalbook.com/vbid/9788547203368/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CIPA - Guia Prático de Segurança do Trabalho",author:"PAOLESCHI, Bruno",isbn:"9788536517988",edition:1,vbkType:"pbk",url:"/books/9788536517988",coverURL:"//covers.vitalbook.com/vbid/9788536517988/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Crimes eleitorais",author:"PONTE, Antonio Carlos da",isbn:"9788547208929",edition:2,vbkType:"pbk",url:"/books/9788547208929",coverURL:"//covers.vitalbook.com/vbid/9788547208929/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia prático de economia e finanças",author:"Osias Brito",isbn:"978-85-472-0103-6",edition:1,vbkType:"pbk",url:"/books/978-85-472-0103-6",coverURL:"//covers.vitalbook.com/vbid/978-85-472-0103-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novo Código de Processo Civil Comentado, 2ª edição",author:"MONTENEGRO FILHO, Misael",isbn:"9788597007541",edition:0,vbkType:"epub",url:"/books/9788597007541",coverURL:"//covers.vitalbook.com/vbid/9788597007541/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Física - Vol. 3, 9ª edição",author:"CUTNELL, John D.; JOHNSON, Kenneth W.",isbn:"9788521632030",edition:0,vbkType:"epub",url:"/books/9788521632030",coverURL:"//covers.vitalbook.com/vbid/9788521632030/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Etica na OAB, 3ª edição.",author:"JUNIOR, Biela",isbn:"9788547206642",edition:0,vbkType:"pbk",url:"/books/9788547206642",coverURL:"//covers.vitalbook.com/vbid/9788547206642/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Empresarial Brasileiro - Vol. 4 - Falência e Recuperação de Empresas, 8ª edição",author:"MAMEDE, Gladston",isbn:"9788597007923",edition:0,vbkType:"epub",url:"/books/9788597007923",coverURL:"//covers.vitalbook.com/vbid/9788597007923/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sociedade e Empresa: Sociologia aplicada à administração",author:"José Roberto Martins Ferreira",isbn:"978-85-472-0106-7",edition:1,vbkType:"pbk",url:"/books/978-85-472-0106-7",coverURL:"//covers.vitalbook.com/vbid/978-85-472-0106-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química Orgânica - Vol. 2, 2ª edição",author:"KLEIN, David",isbn:"9788521631910",edition:0,vbkType:"epub",url:"/books/9788521631910",coverURL:"//covers.vitalbook.com/vbid/9788521631910/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Essencial - Essencial para o Exame da OAB, 7ª edição",author:"GONZAGA, Alvaro Luiz Travassos de Azevedo; ROQUE, Nathaly Campitelli (orgs.)",isbn:"9788530971106",edition:0,vbkType:"epub",url:"/books/9788530971106",coverURL:"//covers.vitalbook.com/vbid/9788530971106/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Regime jurídico do setor postal, 2ª edição.",author:"MESQUITA, Clarissa de Melo",isbn:"9788502637894",edition:0,vbkType:"pbk",url:"/books/9788502637894",coverURL:"//covers.vitalbook.com/vbid/9788502637894/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução ao Direito Civil, 21ª edição",author:"GOMES, Orlando",isbn:"9788530970536",edition:0,vbkType:"epub",url:"/books/9788530970536",coverURL:"//covers.vitalbook.com/vbid/9788530970536/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Automação Aplicada - Descrição e Implementação de Sistemas Sequenciais com PLC´S",author:"GEORGINI, Marcelo",isbn:"9788536518121",edition:9,vbkType:"pbk",url:"/books/9788536518121",coverURL:"//covers.vitalbook.com/vbid/9788536518121/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Processo Constitucional - Controle de Constitucionalidade e Remédios Constitucionais, 4ª edição",author:"DIMOULIS, Dimitri; LUNARDI, Soraya",isbn:"9788597006056",edition:0,vbkType:"epub",url:"/books/9788597006056",coverURL:"//covers.vitalbook.com/vbid/9788597006056/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Assistente de Contabilidade - Guia Prático",author:"CASTIGLIONI, José Antônio de Mattos",isbn:"9788536517759",edition:2,vbkType:"pbk",url:"/books/9788536517759",coverURL:"//covers.vitalbook.com/vbid/9788536517759/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Sinopses Jurídicas, v. 6, t. I - Direito das Obrigações",author:"GONÇALVES, Carlos Roberto",isbn:"9788547208479",edition:18,vbkType:"pbk",url:"/books/9788547208479",coverURL:"//covers.vitalbook.com/vbid/9788547208479/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão da Qualidade - Conceitos e Técnicas, 3ª edição",author:"CARPINETTI, Luiz Cesar Ribeiro",isbn:"9788597006438",edition:0,vbkType:"epub",url:"/books/9788597006438",coverURL:"//covers.vitalbook.com/vbid/9788597006438/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Prática Constitucional, 6ª edição",author:"PADILHA, Rodrigo Corrêa",isbn:"9788530970994",edition:0,vbkType:"epub",url:"/books/9788530970994",coverURL:"//covers.vitalbook.com/vbid/9788530970994/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Física - Vol. 2, 9ª edição",author:"CUTNELL, John D.; JOHNSON, Kenneth W.",isbn:"9788521632016",edition:0,vbkType:"epub",url:"/books/9788521632016",coverURL:"//covers.vitalbook.com/vbid/9788521632016/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Elementos de Dirito Civil, 4ª edição.",author:"CASSETARI, Christiano ",isbn:"9788547206611",edition:0,vbkType:"pbk",url:"/books/9788547206611",coverURL:"//covers.vitalbook.com/vbid/9788547206611/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Empresarial Brasileiro - Vol. 2 - Direito Societário - Sociedades Simples e Empresárias, 8ª edição",author:"MAMEDE, Gladston",isbn:"9788597007824",edition:0,vbkType:"epub",url:"/books/9788597007824",coverURL:"//covers.vitalbook.com/vbid/9788597007824/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Português na prática",author:"Sandra Terciotti",isbn:"978-85-472-0115-9",edition:3,vbkType:"pbk",url:"/books/978-85-472-0115-9",coverURL:"//covers.vitalbook.com/vbid/978-85-472-0115-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química Orgânica - Vol. 1, 2ª edição",author:"KLEIN, David",isbn:"9788521631934",edition:0,vbkType:"epub",url:"/books/9788521631934",coverURL:"//covers.vitalbook.com/vbid/9788521631934/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Obrigações empresariais, 1ª edição.",author:"GOMES, Fabio Luiz",isbn:"9788502621206",edition:0,vbkType:"pbk",url:"/books/9788502621206",coverURL:"//covers.vitalbook.com/vbid/9788502621206/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Reflexos Jurídicos da atuação do Estado no Domínio Econômico, 1ª edição.",author:"BRITO, Edvaldo",isbn:"9788547206314",edition:0,vbkType:"pbk",url:"/books/9788547206314",coverURL:"//covers.vitalbook.com/vbid/9788547206314/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Imposto de Renda das Empresas, 12ª edição",author:"ANDRADE FILHO, Edmar Oliveira",isbn:"9788597007022",edition:0,vbkType:"epub",url:"/books/9788597007022",coverURL:"//covers.vitalbook.com/vbid/9788597007022/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Arduino Descomplicado - Como Elaborar Projetos de Eletrônica",author:"OLIVEIRA, Cláudio Luís Vieira; ZANETTI, Humberto Augusto Piovesana",isbn:"9788536518114",edition:1,vbkType:"pbk",url:"/books/9788536518114",coverURL:"//covers.vitalbook.com/vbid/9788536518114/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direitos Fundamentais, 6ª edição",author:"MARMELSTEIN, George",isbn:"9788597006193",edition:0,vbkType:"epub",url:"/books/9788597006193",coverURL:"//covers.vitalbook.com/vbid/9788597006193/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração - Guia Prático e Didático",author:"CAMPOS, Alexandre de; BARSANO, Paulo Roberto",isbn:"9788536517728",edition:2,vbkType:"pbk",url:"/books/9788536517728",coverURL:"//covers.vitalbook.com/vbid/9788536517728/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Cartórios - Tabelionato de Protesto, 2ª edição.",author:"BUENO, Sérgio Luiz; CASSETARI, Christiano",isbn:"9788502618275",edition:0,vbkType:"pbk",url:"/books/9788502618275",coverURL:"//covers.vitalbook.com/vbid/9788502618275/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gerenciamento de Projetos: O Processo Gerencial",author:"LARSON, Erik W.; GRAY, Clifford F.",isbn:"9788580555677",edition:6,vbkType:"pbk",url:"/books/9788580555677",coverURL:"//covers.vitalbook.com/vbid/9788580555677/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Execução Civil, 6ª edição",author:"ABELHA, Marcelo",isbn:"9788530971144",edition:0,vbkType:"epub",url:"/books/9788530971144",coverURL:"//covers.vitalbook.com/vbid/9788530971144/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Física - Vol. 1, 9ª edição",author:"CUTNELL, John D.; JOHNSON, Kenneth W.",isbn:"9788521631996",edition:0,vbkType:"epub",url:"/books/9788521631996",coverURL:"//covers.vitalbook.com/vbid/9788521631996/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educação e direitos Humanos, 1ª edição.",author:"CASTILHO, Ricardo",isbn:"9788547209001",edition:0,vbkType:"pbk",url:"/books/9788547209001",coverURL:"//covers.vitalbook.com/vbid/9788547209001/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito do Trabalho Esquematizado, 6ª edição",author:"RESENDE, Ricardo",isbn:"9788530971502",edition:0,vbkType:"epub",url:"/books/9788530971502",coverURL:"//covers.vitalbook.com/vbid/9788530971502/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Política Coleção Homem, Cultura e Sociedade",author:"Stephen D. Tansey/Nigel Jackson",isbn:"978-85-02-63836-5",edition:1,vbkType:"pbk",url:"/books/978-85-02-63836-5",coverURL:"//covers.vitalbook.com/vbid/978-85-02-63836-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novo CPC - Repercursões no processo do Trabalho, 1ª edição.",author:"LEITE, Carlos Henrique Bezerra ",isbn:"9788547209629",edition:0,vbkType:"pbk",url:"/books/9788547209629",coverURL:"//covers.vitalbook.com/vbid/9788547209629/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Procedimentos Especiais, 16ª edição",author:"MARCATO, Antonio Carlos",isbn:"9788597008029",edition:0,vbkType:"epub",url:"/books/9788597008029",coverURL:"//covers.vitalbook.com/vbid/9788597008029/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química Analítica: Teoria e Prática Essenciais",author:"DIAS, Silvio Luis Pereira; VAGHETTI, Júlio César Pacheco; LIMA, Éder Cláudio; BRASIL, Jorge de Lima;",isbn:"9788582603918",edition:1,vbkType:"pbk",url:"/books/9788582603918",coverURL:"//covers.vitalbook.com/vbid/9788582603918/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:37.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Empreendedorismo Enxuto",author:"COOPER, Brant; VLASKOVITS, Patrick",isbn:"9788597006131",edition:0,vbkType:"epub",url:"/books/9788597006131",coverURL:"//covers.vitalbook.com/vbid/9788597006131/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pessoas com deficiência e direitos humanos: ótica da diferença e ações afirmativas, 2ª edição.",author:"MADRUGA, Sidney",isbn:"9788547202514",edition:0,vbkType:"pbk",url:"/books/9788547202514",coverURL:"//covers.vitalbook.com/vbid/9788547202514/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Direito Econômico - Direito Concorrencial, 1ª edição.",author:"PEREIRA NETO, Caio Mario da Silva",isbn:"9788502620070",edition:0,vbkType:"pbk",url:"/books/9788502620070",coverURL:"//covers.vitalbook.com/vbid/9788502620070/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"ADMINISTRAÇÃO DA PRODUÇÃO E OPERAÇÕES",author:"DANIEL MOREIRA ",isbn:"9788502180420",edition:0,vbkType:"pbk",url:"/books/9788502180420",coverURL:"//covers.vitalbook.com/vbid/9788502180420/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tecnologia educacionais",author:"Antonio Siemsen Munhoz",isbn:"978-85-472-0095-4",edition:1,vbkType:"pbk",url:"/books/978-85-472-0095-4",coverURL:"//covers.vitalbook.com/vbid/978-85-472-0095-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direitos Humanos Fundamentais, 15ª edição.",author:"FERREIRA FILHO, Manoel Gonçalves",isbn:"9788502208537",edition:0,vbkType:"pbk",url:"/books/9788502208537",coverURL:"//covers.vitalbook.com/vbid/9788502208537/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao código de Processo Civil, 11ª edição.",author:"STRECK, Lenio",isbn:"9788502635609",edition:0,vbkType:"pbk",url:"/books/9788502635609",coverURL:"//covers.vitalbook.com/vbid/9788502635609/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"GESTÃO DE PROJETOS - SÉRIE FUNDAMENTOS",author:"WARBURTON, Roger",isbn:"9788502180109",edition:0,vbkType:"pbk",url:"/books/9788502180109",coverURL:"//covers.vitalbook.com/vbid/9788502180109/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Genética - Um Enfoque Conceitual, 5ª edição",author:"PIERCE, Benjamin A.",isbn:"9788527729338",edition:0,vbkType:"epub",url:"/books/9788527729338",coverURL:"//covers.vitalbook.com/vbid/9788527729338/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de direito do trabalho, 3ª edição.",author:"CALVO, Adriana",isbn:"9788547203931",edition:0,vbkType:"pbk",url:"/books/9788547203931",coverURL:"//covers.vitalbook.com/vbid/9788547203931/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"ANÁLISE FINANCEIRA DE PROJETOS DE INVESTIMENTO DE CAPITAL",author:"HASTINGS, David F.",isbn:"9788502205505",edition:0,vbkType:"pbk",url:"/books/9788502205505",coverURL:"//covers.vitalbook.com/vbid/9788502205505/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Cartórios - Registro de imóveis III: procedimentos especiais, 2ª edição.",author:"SERRA, Marcio Guerra; SERRA, Monete Hipólito; CASSETARI, Christiano ",isbn:"9788502621121",edition:0,vbkType:"pbk",url:"/books/9788502621121",coverURL:"//covers.vitalbook.com/vbid/9788502621121/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Métodos Numéricos para Engenharia",author:"CHAPRA, Steven C.; CANALE, Raymond P",isbn:"9788580555691",edition:7,vbkType:"pbk",url:"/books/9788580555691",coverURL:"//covers.vitalbook.com/vbid/9788580555691/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Democracia e Direitos Fundamentais",author:"LINHARES, Emanuel Andrade; SEGUNDO, Hugo de Brito Machado (orgs.)",isbn:"9788597006575",edition:0,vbkType:"epub",url:"/books/9788597006575",coverURL:"//covers.vitalbook.com/vbid/9788597006575/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Métodos e técnicas de pesquisa",author:"FERNANDEZ, Brena Paula Magno",isbn:"9788502173712",edition:0,vbkType:"pbk",url:"/books/9788502173712",coverURL:"//covers.vitalbook.com/vbid/9788502173712/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"EMPREENDEDORISMO",author:"FARAH, Osvaldo Elias",isbn:"9788502125834",edition:0,vbkType:"pbk",url:"/books/9788502125834",coverURL:"//covers.vitalbook.com/vbid/9788502125834/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Os princípios do processo no novo código de processo civil, 1ª edição.",author:"BONICIO, Marcelo José Magalhães",isbn:"9788502636071",edition:0,vbkType:"pbk",url:"/books/9788502636071",coverURL:"//covers.vitalbook.com/vbid/9788502636071/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código de processo civil e legislação processual em vigor, 47ª edição.",author:"NEGRAO, Theotonio; GOUVEA, José Roberto F.; BONDIOLI, Luis Guilherme A.",isbn:"9788502624993",edition:0,vbkType:"pbk",url:"/books/9788502624993",coverURL:"//covers.vitalbook.com/vbid/9788502624993/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"RELAÇÕES BRASIL-ESTADOS UNIDOS",author:"PAULO ROBERTO DE ALMEIDA",isbn:"9788502053854",edition:0,vbkType:"pbk",url:"/books/9788502053854",coverURL:"//covers.vitalbook.com/vbid/9788502053854/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A EXCELÊNCIA EM SERVIÇOS - COMO SUPERAR AS EXPECTATIVAS E GARANTIR A SATISFAÇÃO COMPLETA DE SEUS CLIENTES",author:"ZEITHAML, Valarie A. ",isbn:"9788502225572",edition:0,vbkType:"pbk",url:"/books/9788502225572",coverURL:"//covers.vitalbook.com/vbid/9788502225572/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Qualidade de Ensino nas Grandes Salas de Aula",author:"Antonio Siemsen Munhoz",isbn:"978-85-472-0097-8",edition:1,vbkType:"pbk",url:"/books/978-85-472-0097-8",coverURL:"//covers.vitalbook.com/vbid/978-85-472-0097-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direitos humanos e o direito constitucional internacional, 16ª edição.",author:"PIOVESAN, Flavia",isbn:"9788502638709",edition:0,vbkType:"pbk",url:"/books/9788502638709",coverURL:"//covers.vitalbook.com/vbid/9788502638709/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Pessoas nas Organizações - Conceitos Básicos e Aplicações",author:"BARBIERI, Ugo Franco",isbn:"9788597003062",edition:0,vbkType:"epub",url:"/books/9788597003062",coverURL:"//covers.vitalbook.com/vbid/9788597003062/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"UM ENSAIO SOBRE A NATUREZA E A IMPORTÂNCIA DA CIÊNCIA ECONÔMICA",author:"ROBBINS, Lionel",isbn:"9788502175402",edition:0,vbkType:"pbk",url:"/books/9788502175402",coverURL:"//covers.vitalbook.com/vbid/9788502175402/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática processual penal: exame da ordem 2ª fase, 6ª edição.",author:"FISHER, Fernanda Salles; COPOBIANCO, Rodrigo Julio",isbn:"9788547203962",edition:0,vbkType:"pbk",url:"/books/9788547203962",coverURL:"//covers.vitalbook.com/vbid/9788547203962/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários à lei de introdução às normas do direito brasileiro, 1ª edição.",author:"RAMOS, André de Carvalho",isbn:"9788502636040",edition:0,vbkType:"pbk",url:"/books/9788502636040",coverURL:"//covers.vitalbook.com/vbid/9788502636040/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito Constitucional, 2ª edição",author:"PIRES, Antonio Fernando",isbn:"9788530970598",edition:0,vbkType:"epub",url:"/books/9788530970598",coverURL:"//covers.vitalbook.com/vbid/9788530970598/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"ANÁLISE E PROJETOS DE REDES LOGÍSTICAS",author:"DARLI RODRIGUES VIEIRA",isbn:"9788502108714",edition:2,vbkType:"pbk",url:"/books/9788502108714",coverURL:"//covers.vitalbook.com/vbid/9788502108714/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Cartórios - Registro de imóveis II: atos ordinários, 2ª edição.",author:"SERRA, Marcio Guerra; SERRA, Monete Hipólito; CASSETARI, Christiano ",isbn:"9788502621152",edition:0,vbkType:"pbk",url:"/books/9788502621152",coverURL:"//covers.vitalbook.com/vbid/9788502621152/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Mineração de Dados: Conceitos Básicos, Algoritmos e Aplicações",author:"Leandro Nunes de Castro, Daniel Gomes Ferrari",isbn:"978-85-472-0100-5",edition:1,vbkType:"pbk",url:"/books/978-85-472-0100-5",coverURL:"//covers.vitalbook.com/vbid/978-85-472-0100-5/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Processo Penal, 11ª edição.",author:"BONFIM, Edilson Mougenot",isbn:"9788547203146",edition:0,vbkType:"pbk",url:"/books/9788547203146",coverURL:"//covers.vitalbook.com/vbid/9788547203146/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Métodos de Pesquisa em Administração",author:"COOPER, Donald; SCHINDLER, Pamela",isbn:"9788580555738",edition:12,vbkType:"pbk",url:"/books/9788580555738",coverURL:"//covers.vitalbook.com/vbid/9788580555738/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"DEUSES DA ADMINISTRAÇÃO: COMO ENFRENTAR AS CONSTANTES MUDANÇAS DA CULTURA EMPRESARIAL",author:"HANDY, Charles",isbn:"9788502179059",edition:5,vbkType:"pbk",url:"/books/9788502179059",coverURL:"//covers.vitalbook.com/vbid/9788502179059/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Obrigações, 18ª edição",author:"GOMES, Orlando",isbn:"9788530970574",edition:0,vbkType:"epub",url:"/books/9788530970574",coverURL:"//covers.vitalbook.com/vbid/9788530970574/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código civil e legislação civil em vigor, 34ª edição.",author:"NEGRAO, Theotonio",isbn:"9788502625020",edition:0,vbkType:"pbk",url:"/books/9788502625020",coverURL:"//covers.vitalbook.com/vbid/9788502625020/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"RECURSOS HUMANOS - PRINCÍPIOS E TENDÊNCIAS",author:"LACOMBE, Francisco",isbn:"9788502135154",edition:0,vbkType:"pbk",url:"/books/9788502135154",coverURL:"//covers.vitalbook.com/vbid/9788502135154/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"MOOCS: Produção de conteúdos educacionais",author:"Antonio Siemsen Munhoz",isbn:"978-85-472-0093-0",edition:1,vbkType:"pbk",url:"/books/978-85-472-0093-0",coverURL:"//covers.vitalbook.com/vbid/978-85-472-0093-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Processual Penal, 24ª edição",author:"RANGEL, Paulo",isbn:"9788597006094",edition:0,vbkType:"epub",url:"/books/9788597006094",coverURL:"//covers.vitalbook.com/vbid/9788597006094/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"FUNDAMENTOS DA AUDITORIA",author:"INALDO DA PAIXÃO SANTOS ARAÚJO",isbn:"9788502163386",edition:0,vbkType:"pbk",url:"/books/9788502163386",coverURL:"//covers.vitalbook.com/vbid/9788502163386/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"TOMADA DE DECISÃO NAS ORGANIZAÇÕES",author:"ABRAHAM SIN OIH YU",isbn:"978852126237",edition:0,vbkType:"pbk",url:"/books/978852126237",coverURL:"//covers.vitalbook.com/vbid/978852126237/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática de Recursos no Processo Civil, 3ª edição",author:"ARAUJO Jr., Gediel Claudino de",isbn:"9788597006414",edition:0,vbkType:"epub",url:"/books/9788597006414",coverURL:"//covers.vitalbook.com/vbid/9788597006414/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Teoria e História do Direito – Crítica da ponderação, 1ª edição.",author:"MACEDO JUNIOR, Ronaldo Porto",isbn:"9788502627444",edition:0,vbkType:"pbk",url:"/books/9788502627444",coverURL:"//covers.vitalbook.com/vbid/9788502627444/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de crimes informáticos, 1ª edição.",author:"JESUS, Damasio de",isbn:"9788502627253",edition:0,vbkType:"pbk",url:"/books/9788502627253",coverURL:"//covers.vitalbook.com/vbid/9788502627253/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Adobe Photoshop CC (2015): Classroom in a Book",author:"FAULKNER, Andrew; CHAVEZ, Conrad",isbn:"9788582603871",edition:1,vbkType:"pbk",url:"/books/9788582603871",coverURL:"//covers.vitalbook.com/vbid/9788582603871/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Cartórios - Registro de imóveis I: parte geral, 2ª edição.",author:"SERRA, Marcio Guerra; SERRA, Monete Hipólito; CASSETARI, Christiano ",isbn:"9788502621183",edition:0,vbkType:"pbk",url:"/books/9788502621183",coverURL:"//covers.vitalbook.com/vbid/9788502621183/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Toxina Botulínica na Dermatologia",author:"AYRES, Eloisa Leis; SANDOVAL, Maria Helena Lesqueves",isbn:"9788527729444",edition:0,vbkType:"epub",url:"/books/9788527729444",coverURL:"//covers.vitalbook.com/vbid/9788527729444/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direitos Humanos, 3ª edição",author:"MALHEIRO, Emerson",isbn:"9788597006537",edition:0,vbkType:"epub",url:"/books/9788597006537",coverURL:"//covers.vitalbook.com/vbid/9788597006537/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática Financeira - Princípios e aplicações",author:"Gustavo Henrique W. de Azevedo",isbn:"9788502632202",edition:0,vbkType:"pbk",url:"/books/9788502632202",coverURL:"//covers.vitalbook.com/vbid/9788502632202/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Marketing - Cenários, Estratégias e Ferramentas",author:"KANAANE, Roberto; RODRIGUES, Carlos Eduardo",isbn:"9788597005608",edition:0,vbkType:"epub",url:"/books/9788597005608",coverURL:"//covers.vitalbook.com/vbid/9788597005608/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao código de processo civil, 1ª edição.",author:"ALVIM, Angélica Arruda; ASSIS, Araken de; ALVIM, Eduardo Arruda",isbn:"9788502638150",edition:0,vbkType:"pbk",url:"/books/9788502638150",coverURL:"//covers.vitalbook.com/vbid/9788502638150/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novo CPC - Código de Processo Civil - Lei 13.105/2015, 3ª edição",author:"NEVES, Daniel Amorim Assumpção",isbn:"9788530970321",edition:0,vbkType:"epub",url:"/books/9788530970321",coverURL:"//covers.vitalbook.com/vbid/9788530970321/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Antimanual de direito e arte, 1ª edição.",author:"FRANCA FILHO, Marcílio",isbn:"9788502228344",edition:0,vbkType:"pbk",url:"/books/9788502228344",coverURL:"//covers.vitalbook.com/vbid/9788502228344/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"PROFISSÃO LÍDER - DESAFIOS E PERSPECTIVAS",author:"JAYR FIGUEIREDO DE OLIVEIRA ",isbn:"9788502099890",edition:0,vbkType:"pbk",url:"/books/9788502099890",coverURL:"//covers.vitalbook.com/vbid/9788502099890/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria dos direitos humanos na ordem internacional, 6ª edição.",author:"RAMOS, André de Carvalho",isbn:"9788547202781",edition:0,vbkType:"pbk",url:"/books/9788547202781",coverURL:"//covers.vitalbook.com/vbid/9788547202781/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mentes Que Mudam",author:"Gardner, Howard",isbn:"9788536319537",edition:1,vbkType:"pbk",url:"/books/9788536319537",coverURL:"//covers.vitalbook.com/vbid/9788536319537/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito penal: parte especial: crimes contra a fé pública a crimes contra a administração pública: volume 4, 19ª edição.",author:"JESUS, Damasio de",isbn:"9788547201487",edition:0,vbkType:"pbk",url:"/books/9788547201487",coverURL:"//covers.vitalbook.com/vbid/9788547201487/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estratégia - Série Fundamentos",author:"THURMAN, Paul W. ",isbn:"9788502180062",edition:0,vbkType:"pbk",url:"/books/9788502180062",coverURL:"//covers.vitalbook.com/vbid/9788502180062/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática de Contestação no Processo Civil, 3ª edição",author:"ARAUJO Jr., Gediel Claudino de",isbn:"9788597006032",edition:0,vbkType:"epub",url:"/books/9788597006032",coverURL:"//covers.vitalbook.com/vbid/9788597006032/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Sinopses Jurídicas, v. 33 – Direito internacional, 4ª edição.",author:"CAMPOS, Diego Araujo ; TAVORA, Fabiano Távora",isbn:"9788547203085",edition:0,vbkType:"pbk",url:"/books/9788547203085",coverURL:"//covers.vitalbook.com/vbid/9788547203085/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"TEORIA GERAL DOS SISTEMAS",author:"MARTINELLI, Dante Pinheiro",isbn:"9788502180390",edition:0,vbkType:"pbk",url:"/books/9788502180390",coverURL:"//covers.vitalbook.com/vbid/9788502180390/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col Sinopses Juridicas - Direito Penal Parte Geral -Vol 7 - 22ª edição.",author:"GONÇALVES, Victor Rios",isbn:"9788547206123",edition:0,vbkType:"pbk",url:"/books/9788547206123",coverURL:"//covers.vitalbook.com/vbid/9788547206123/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Magistratura e Gestão Judiciária",author:"SLAIBI FILHO, Nagib",isbn:"9788530970031",edition:0,vbkType:"epub",url:"/books/9788530970031",coverURL:"//covers.vitalbook.com/vbid/9788530970031/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microbiologia Médica e Imunologia",author:"LEVINSON, Warren",isbn:"9788580555578",edition:13,vbkType:"pbk",url:"/books/9788580555578",coverURL:"//covers.vitalbook.com/vbid/9788580555578/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Processual Civil, 12ª edição",author:"MONTENEGRO FILHO, Misael",isbn:"9788597006513",edition:0,vbkType:"epub",url:"/books/9788597006513",coverURL:"//covers.vitalbook.com/vbid/9788597006513/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Leituras em Teoria Social",author:"FARGANIS, James",isbn:"9788580555615",edition:7,vbkType:"epub",url:"/books/9788580555615",coverURL:"//covers.vitalbook.com/vbid/9788580555615/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contrato de factoring: objeto, função e prática do fomento mercantil, 1ª edição.",author:"FIGUEIREDO, Fabio Vieira",isbn:"9788502629677",edition:0,vbkType:"pbk",url:"/books/9788502629677",coverURL:"//covers.vitalbook.com/vbid/9788502629677/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Teoria e História do direito: Ficções do direito latino-americano, 1ª edição.",author:"ESQUIROL, Jorge",isbn:"9788502631267",edition:0,vbkType:"pbk",url:"/books/9788502631267",coverURL:"//covers.vitalbook.com/vbid/9788502631267/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novo Código de Processo Civil - Anotado, 20ª edição",author:"THEODORO Jr., Humberto",isbn:"9788530970420",edition:0,vbkType:"epub",url:"/books/9788530970420",coverURL:"//covers.vitalbook.com/vbid/9788530970420/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A política criminal de drogas no Brasil: estudo criminológico e dogmático da lei nº 11.343/2006, 8ª edição.",author:"CARVALHO, Salo de ",isbn:"9788502638334",edition:0,vbkType:"pbk",url:"/books/9788502638334",coverURL:"//covers.vitalbook.com/vbid/9788502638334/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"PLANEJAMENTO TRIBUTÁRIO",author:"CREPALDI, Silvio Aparecido",isbn:"9788502175105",edition:0,vbkType:"pbk",url:"/books/9788502175105",coverURL:"//covers.vitalbook.com/vbid/9788502175105/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educação para o Século XXII: a era do indivíduo digital",author:"Rui Fava",isbn:"978-85-472-0494-5",edition:1,vbkType:"pbk",url:"/books/978-85-472-0494-5",coverURL:"//covers.vitalbook.com/vbid/978-85-472-0494-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito internacional privado: teoria e prática,18ª edição",author:"RECHSTEINER, Beat Walter",isbn:"9788547203566",edition:0,vbkType:"pbk",url:"/books/9788547203566",coverURL:"//covers.vitalbook.com/vbid/9788547203566/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"ESTATÍSTICA APLICADA: ANÁLISE EXPLORATÓRIA DE DADOS",author:"SICSÚ, Abraham Laredo; DANA, Samy",isbn:"9788502177574",edition:0,vbkType:"pbk",url:"/books/9788502177574",coverURL:"//covers.vitalbook.com/vbid/9788502177574/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Português Forense - Língua Portuguesa para Curso de Direito, 8ª edição",author:"MEDEIROS, João Bosco; TOMASI, Carolina",isbn:"9788597006629",edition:0,vbkType:"epub",url:"/books/9788597006629",coverURL:"//covers.vitalbook.com/vbid/9788597006629/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. sinopses jurídicas volume 26 - Tutela de interesses difusso e coletivos, 10ª edição.",author:"GONÇALVES, Marcus Vinícius Rios",isbn:"9788547203818",edition:0,vbkType:"pbk",url:"/books/9788547203818",coverURL:"//covers.vitalbook.com/vbid/9788547203818/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tecnologia Informação e Desempenho Empresarial, 3ª edição",author:"ALBERTIN, Alberto Luiz; ALBERTIN, Rosa Maria de Moura",isbn:"9788597006230",edition:0,vbkType:"epub",url:"/books/9788597006230",coverURL:"//covers.vitalbook.com/vbid/9788597006230/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Arbitragem - comentários ao projeto de lei nº 406/2013, 1ª edição.",author:"CAHALI, Francisco",isbn:"9788502625310",edition:0,vbkType:"pbk",url:"/books/9788502625310",coverURL:"//covers.vitalbook.com/vbid/9788502625310/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução ao Estudo do Direito - Técnica, Decisão, Dominação, 9ª edição",author:"FERRAZ Jr., Tercio Sampaio",isbn:"9788597006704",edition:0,vbkType:"epub",url:"/books/9788597006704",coverURL:"//covers.vitalbook.com/vbid/9788597006704/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito internacional público, 10ª edição",author:"GUERRA, Sidney",isbn:"9788547203054",edition:0,vbkType:"pbk",url:"/books/9788547203054",coverURL:"//covers.vitalbook.com/vbid/9788547203054/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Administração - Desenvolvimento Histórico, Educação e Perspectivas Profissionais",author:"ARAGÃO, José Euzébio de Oliveira Souza; ESCRIVÃO FILHO, Edmundo (orgs.)",isbn:"9788597006308",edition:0,vbkType:"epub",url:"/books/9788597006308",coverURL:"//covers.vitalbook.com/vbid/9788597006308/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Medicina Farmacêutica",author:"MASSUD FILHO, João",isbn:"9788582713174",edition:1,vbkType:"pbk",url:"/books/9788582713174",coverURL:"//covers.vitalbook.com/vbid/9788582713174/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Sinopses jurídicas, vol. 3 -Direito das coisas, 17ª edição.",author:"GONÇALVES, Carlos Roberto",isbn:"9788547202347",edition:0,vbkType:"pbk",url:"/books/9788547202347",coverURL:"//covers.vitalbook.com/vbid/9788547202347/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual esquemático de criminologia, 6ª edição.",author:"PENTEADO FILHO, Nestor Sampaio",isbn:"9788547206765",edition:0,vbkType:"pbk",url:"/books/9788547206765",coverURL:"//covers.vitalbook.com/vbid/9788547206765/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Aplicada ao Setor Público - Estudos e Práticas",author:"BEHR, Ariel; BARBOSA, Diogo",isbn:"9788597005646",edition:0,vbkType:"epub",url:"/books/9788597005646",coverURL:"//covers.vitalbook.com/vbid/9788597005646/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento de Sistemas de Informação e Informática, 5ª edição",author:"REZENDE, Denis Alcides",isbn:"9788597005660",edition:0,vbkType:"epub",url:"/books/9788597005660",coverURL:"//covers.vitalbook.com/vbid/9788597005660/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cinco Mentes para o Futuro",author:" Gardner, Howard",isbn:"9788536312323",edition:1,vbkType:"pbk",url:"/books/9788536312323",coverURL:"//covers.vitalbook.com/vbid/9788536312323/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Econômico - Do Direito Nacional ao Direito Supranacional, 5ª edição",author:"AGUILLAR, Fernando Herren",isbn:"9788597004267",edition:0,vbkType:"epub",url:"/books/9788597004267",coverURL:"//covers.vitalbook.com/vbid/9788597004267/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Esquematizado - Macroeconomia, 2ª edição.",author:"SAMPAIO, Luiza Maria S. Moreira",isbn:"9788547200107",edition:0,vbkType:"pbk",url:"/books/9788547200107",coverURL:"//covers.vitalbook.com/vbid/9788547200107/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Poder familiar e a guarda compartilhada : novos paradigmas do direito de família, 2ª edição.",author:"RAMOS, Patricia Pimentel de Oliveira Chambers",isbn:"9788502637306",edition:0,vbkType:"pbk",url:"/books/9788502637306",coverURL:"//covers.vitalbook.com/vbid/9788502637306/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Esquematizado Direito previdenciário., 6ª edição.",author:"SANTOS, Marisa Ferreira dos",isbn:"9788547202293",edition:0,vbkType:"pbk",url:"/books/9788547202293",coverURL:"//covers.vitalbook.com/vbid/9788547202293/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"SERVIÇOS DE MARKETING: UM DIFERENCIAL COMPETITIVO",author:"JÚLIO CÉSAR TAVARES MOREIRA",isbn:"9788502121751",edition:0,vbkType:"pbk",url:"/books/9788502121751",coverURL:"//covers.vitalbook.com/vbid/9788502121751/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"ADMINISTRAÇÃO DE EMPRESAS",author:"GILMAR MASIERO",isbn:"9788502177543",edition:3,vbkType:"pbk",url:"/books/9788502177543",coverURL:"//covers.vitalbook.com/vbid/9788502177543/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Proibição de Comportamento Contraditório, 4ª edição",author:"SCHREIBER, Anderson",isbn:"9788597007152",edition:0,vbkType:"epub",url:"/books/9788597007152",coverURL:"//covers.vitalbook.com/vbid/9788597007152/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Exame da OAB unificado, 6ª edição.",author:"MESSA, Ana Flavia",isbn:"9788547203399",edition:0,vbkType:"pbk",url:"/books/9788547203399",coverURL:"//covers.vitalbook.com/vbid/9788547203399/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comportamento do consumidor brasileiro",author:"LIMEIRA, Tania Maria Vidigal",isbn:"9788502088641",edition:0,vbkType:"pbk",url:"/books/9788502088641",coverURL:"//covers.vitalbook.com/vbid/9788502088641/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"HISTÓRIA DO PENSAMENTO ECONÔMICO",author:"ADILSON GENNARI",isbn:"9788502117327",edition:0,vbkType:"pbk",url:"/books/9788502117327",coverURL:"//covers.vitalbook.com/vbid/9788502117327/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Geriatria - Guia Prático",author:"TOMMASO, Ana Beatriz Galhardi Di; MORAES, Niele Silva de; CRUZ, Eduardo Canteiro; KAIRALLA, Maisa Ca",isbn:"9788527729543",edition:0,vbkType:"epub",url:"/books/9788527729543",coverURL:"//covers.vitalbook.com/vbid/9788527729543/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito Previdenciário, 4ª edição.",author:"LEITAO, Andre Studart",isbn:"9788502636613",edition:0,vbkType:"pbk",url:"/books/9788502636613",coverURL:"//covers.vitalbook.com/vbid/9788502636613/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria Elementar dos Números, 7ª edição",author:"BURTON, David M.",isbn:"9788521631026",edition:0,vbkType:"epub",url:"/books/9788521631026",coverURL:"//covers.vitalbook.com/vbid/9788521631026/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Sinopses Jurídicas, v. 21 - Direito de empresa e sociedades empresariais, 9ªedição.",author:"GONÇALVES, Victor Rios",isbn:"9788547206093",edition:0,vbkType:"pbk",url:"/books/9788547206093",coverURL:"//covers.vitalbook.com/vbid/9788547206093/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"MICROECONOMIA ESSENCIAL",author:"Maria Auxiliadora de Carvalho",isbn:"9788502634534",edition:0,vbkType:"pbk",url:"/books/9788502634534",coverURL:"//covers.vitalbook.com/vbid/9788502634534/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microsoft Excel 2016 - Série Passo a Passo",author:"FRYE, Curtis",isbn:"9788582603963",edition:1,vbkType:"pbk",url:"/books/9788582603963",coverURL:"//covers.vitalbook.com/vbid/9788582603963/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito do Trabalho Sintetizado",author:"CISNEIROS, Gustavo",isbn:"9788530970611",edition:0,vbkType:"epub",url:"/books/9788530970611",coverURL:"//covers.vitalbook.com/vbid/9788530970611/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A ESSÊNCIA DA ADMINISTRAÇÃO: CONCEITOS INTRODUTÓRIOS",author:"MARCIO COELHO",isbn:"9788502088733",edition:1,vbkType:"pbk",url:"/books/9788502088733",coverURL:"//covers.vitalbook.com/vbid/9788502088733/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"ADMINISTRAÇÃO DE SISTEMAS DE INFORMAÇÃO",author:"PEDRO LUIZ CÔRTES",isbn:"9788502088696",edition:0,vbkType:"pbk",url:"/books/9788502088696",coverURL:"//covers.vitalbook.com/vbid/9788502088696/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"ADMINISTRAÇÃO DE VENDAS, 2ª edição",author:" JÚLIO CÉSAR TAVARES MOREIRA ",isbn:"9788502108592",edition:0,vbkType:"pbk",url:"/books/9788502108592",coverURL:"//covers.vitalbook.com/vbid/9788502108592/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CIDADES",author:"LUIZ ROBERTO ALVES , MARCELO CARVALHO",isbn:"9788502108493",edition:0,vbkType:"pbk",url:"/books/9788502108493",coverURL:"//covers.vitalbook.com/vbid/9788502108493/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ler Freud",author:"QUINODOZ, Jean-Michel",isbn:"9788536312699",edition:1,vbkType:"pbk",url:"/books/9788536312699",coverURL:"//covers.vitalbook.com/vbid/9788536312699/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 379",author:"Vários",isbn:"0000012151379",edition:0,vbkType:"pbk",url:"/books/0000012151379",coverURL:"//covers.vitalbook.com/vbid/0000012151379/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 380",author:"Vários",isbn:"0000012151380",edition:0,vbkType:"pbk",url:"/books/0000012151380",coverURL:"//covers.vitalbook.com/vbid/0000012151380/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 381",author:"Vários",isbn:"0000012151381",edition:0,vbkType:"pbk",url:"/books/0000012151381",coverURL:"//covers.vitalbook.com/vbid/0000012151381/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 382",author:"Vários",isbn:"0000012151382",edition:0,vbkType:"pbk",url:"/books/0000012151382",coverURL:"//covers.vitalbook.com/vbid/0000012151382/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 383",author:"Vários",isbn:"0000012151383",edition:0,vbkType:"pbk",url:"/books/0000012151383",coverURL:"//covers.vitalbook.com/vbid/0000012151383/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 384",author:"Vários",isbn:"0000012151384",edition:0,vbkType:"pbk",url:"/books/0000012151384",coverURL:"//covers.vitalbook.com/vbid/0000012151384/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 385",author:"Vários",isbn:"0000012141385",edition:0,vbkType:"pbk",url:"/books/0000012141385",coverURL:"//covers.vitalbook.com/vbid/0000012141385/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 386",author:"Vários",isbn:"0000012141386",edition:0,vbkType:"pbk",url:"/books/0000012141386",coverURL:"//covers.vitalbook.com/vbid/0000012141386/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 387",author:"Vários",isbn:"0000012141387",edition:0,vbkType:"pbk",url:"/books/0000012141387",coverURL:"//covers.vitalbook.com/vbid/0000012141387/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 388",author:"Vários",isbn:"0000012141388",edition:0,vbkType:"pbk",url:"/books/0000012141388",coverURL:"//covers.vitalbook.com/vbid/0000012141388/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 389",author:"Vários",isbn:"0000012141389",edition:0,vbkType:"pbk",url:"/books/0000012141389",coverURL:"//covers.vitalbook.com/vbid/0000012141389/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 390",author:"Vários",isbn:"0000012141390",edition:0,vbkType:"pbk",url:"/books/0000012141390",coverURL:"//covers.vitalbook.com/vbid/0000012141390/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 391",author:"Vários",isbn:"0000012141391",edition:0,vbkType:"pbk",url:"/books/0000012141391",coverURL:"//covers.vitalbook.com/vbid/0000012141391/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 392",author:"Vários",isbn:"0000012141392",edition:0,vbkType:"pbk",url:"/books/0000012141392",coverURL:"//covers.vitalbook.com/vbid/0000012141392/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 393",author:"Vários",isbn:"0000012141393",edition:0,vbkType:"pbk",url:"/books/0000012141393",coverURL:"//covers.vitalbook.com/vbid/0000012141393/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 394",author:"Vários",isbn:"0000012141394",edition:0,vbkType:"pbk",url:"/books/0000012141394",coverURL:"//covers.vitalbook.com/vbid/0000012141394/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 395",author:"Vários",isbn:"0000012141395",edition:0,vbkType:"pbk",url:"/books/0000012141395",coverURL:"//covers.vitalbook.com/vbid/0000012141395/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 396",author:"Vários",isbn:"0000012141396",edition:0,vbkType:"pbk",url:"/books/0000012141396",coverURL:"//covers.vitalbook.com/vbid/0000012141396/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 397",author:"Vários",isbn:"0000012141397",edition:0,vbkType:"pbk",url:"/books/0000012141397",coverURL:"//covers.vitalbook.com/vbid/0000012141397/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 398",author:"Vários",isbn:"0000012141398",edition:0,vbkType:"pbk",url:"/books/0000012141398",coverURL:"//covers.vitalbook.com/vbid/0000012141398/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 399",author:"Vários",isbn:"0000012141399",edition:0,vbkType:"pbk",url:"/books/0000012141399",coverURL:"//covers.vitalbook.com/vbid/0000012141399/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 400",author:"Vários",isbn:"0000012141400",edition:0,vbkType:"pbk",url:"/books/0000012141400",coverURL:"//covers.vitalbook.com/vbid/0000012141400/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 401",author:"Vários",isbn:"0000012141401",edition:0,vbkType:"pbk",url:"/books/0000012141401",coverURL:"//covers.vitalbook.com/vbid/0000012141401/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 402",author:"Vários",isbn:"0000012141402",edition:0,vbkType:"pbk",url:"/books/0000012141402",coverURL:"//covers.vitalbook.com/vbid/0000012141402/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 403",author:"Vários",isbn:"0000012141403",edition:0,vbkType:"pbk",url:"/books/0000012141403",coverURL:"//covers.vitalbook.com/vbid/0000012141403/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 404",author:"Vários",isbn:"0000012141404",edition:0,vbkType:"pbk",url:"/books/0000012141404",coverURL:"//covers.vitalbook.com/vbid/0000012141404/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 405",author:"Vários",isbn:"0000012141405",edition:0,vbkType:"pbk",url:"/books/0000012141405",coverURL:"//covers.vitalbook.com/vbid/0000012141405/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 406",author:"Vários",isbn:"0000012141406",edition:0,vbkType:"pbk",url:"/books/0000012141406",coverURL:"//covers.vitalbook.com/vbid/0000012141406/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 407",author:"Vários",isbn:"0000012141407",edition:0,vbkType:"pbk",url:"/books/0000012141407",coverURL:"//covers.vitalbook.com/vbid/0000012141407/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 408",author:"Vários",isbn:"0000012141408",edition:0,vbkType:"pbk",url:"/books/0000012141408",coverURL:"//covers.vitalbook.com/vbid/0000012141408/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 409",author:"Vários",isbn:"0000012141409",edition:0,vbkType:"pbk",url:"/books/0000012141409",coverURL:"//covers.vitalbook.com/vbid/0000012141409/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 410",author:"Vários",isbn:"0000012141410",edition:0,vbkType:"pbk",url:"/books/0000012141410",coverURL:"//covers.vitalbook.com/vbid/0000012141410/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 411",author:"Vários",isbn:"0000012141411",edition:0,vbkType:"pbk",url:"/books/0000012141411",coverURL:"//covers.vitalbook.com/vbid/0000012141411/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 412",author:"Vários",isbn:"0000012141412",edition:0,vbkType:"pbk",url:"/books/0000012141412",coverURL:"//covers.vitalbook.com/vbid/0000012141412/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 413",author:"Vários",isbn:"0000012141413",edition:0,vbkType:"pbk",url:"/books/0000012141413",coverURL:"//covers.vitalbook.com/vbid/0000012141413/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 414",author:"Vários",isbn:"0000012141414",edition:0,vbkType:"pbk",url:"/books/0000012141414",coverURL:"//covers.vitalbook.com/vbid/0000012141414/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 415",author:"Vários",isbn:"0000012141415",edition:0,vbkType:"pbk",url:"/books/0000012141415",coverURL:"//covers.vitalbook.com/vbid/0000012141415/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 416",author:"Vários",isbn:"0000012141416",edition:0,vbkType:"pbk",url:"/books/0000012141416",coverURL:"//covers.vitalbook.com/vbid/0000012141416/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 417",author:"Vários",isbn:"0000012141417",edition:0,vbkType:"pbk",url:"/books/0000012141417",coverURL:"//covers.vitalbook.com/vbid/0000012141417/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 418",author:"Vários",isbn:"0000012141418",edition:0,vbkType:"pbk",url:"/books/0000012141418",coverURL:"//covers.vitalbook.com/vbid/0000012141418/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 419",author:"Vários",isbn:"0000012141419",edition:0,vbkType:"pbk",url:"/books/0000012141419",coverURL:"//covers.vitalbook.com/vbid/0000012141419/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Revista Forense - Vol. 420",author:"Vários",isbn:"0000012151420",edition:0,vbkType:"pbk",url:"/books/0000012151420",coverURL:"//covers.vitalbook.com/vbid/0000012151420/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"SER EMPREENDEDOR",author:"FERNANDO RIBEIRO SERRA , JOÃO CARVALHO SANTOS , MANUEL PORTUGAL FERREIRA",isbn:"9788502121966",edition:0,vbkType:"pbk",url:"/books/9788502121966",coverURL:"//covers.vitalbook.com/vbid/9788502121966/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:36.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Operação Ferroviária - Planejamento, Dimensionamento e Acompanhamento",author:"ROSA, Rodrigo de Alvarenga",isbn:"9788521630784",edition:0,vbkType:"epub",url:"/books/9788521630784",coverURL:"//covers.vitalbook.com/vbid/9788521630784/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Empresarial Brasileiro - Vol. 3 - Títulos de Créditos, 9ª edição",author:"MAMEDE, Gladston",isbn:"9788597005219",edition:0,vbkType:"epub",url:"/books/9788597005219",coverURL:"//covers.vitalbook.com/vbid/9788597005219/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Metodologia da pesquisa jurídica: teoria e prática da monografia para concursos de direito. 14ª edição.",author:"BITTAR, Eduardo C. B.",isbn:"9788547204143",edition:0,vbkType:"pbk",url:"/books/9788547204143",coverURL:"//covers.vitalbook.com/vbid/9788547204143/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Prática - Prática Tributária, 4ª edição",author:"NASSER, Guilherme Sacomano; ROQUE, Nathaly Campitelli",isbn:"9788530970345",edition:0,vbkType:"epub",url:"/books/9788530970345",coverURL:"//covers.vitalbook.com/vbid/9788530970345/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Materiais Manipulativos para o Ensino das Quatro Operações Básicas - Vol.2",author:"SMOLE, Kátia Stocco; DINIZ, Maria Ignez",isbn:"9788584290734",edition:1,vbkType:"pbk",url:"/books/9788584290734",coverURL:"//covers.vitalbook.com/vbid/9788584290734/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenvolvimento Motor ao Longo da Vida",author:"HAYWOOD, Kathleen M.; GETCHELL, Nancy",isbn:"9788582713020",edition:6,vbkType:"pbk",url:"/books/9788582713020",coverURL:"//covers.vitalbook.com/vbid/9788582713020/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Resolução de Problemas nas Aulas de Matemática: Coleção Mathemoteca - Vol.6",author:"SMOLE, Kátia Stocco; DINIZ, Maria Ignez",isbn:"9788584290819",edition:1,vbkType:"pbk",url:"/books/9788584290819",coverURL:"//covers.vitalbook.com/vbid/9788584290819/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Auditoria de Sistemas de Informação, 3ª edição",author:"IMONIANA, Joshua Onome",isbn:"9788597005745",edition:0,vbkType:"epub",url:"/books/9788597005745",coverURL:"//covers.vitalbook.com/vbid/9788597005745/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito de Família, 1ªedição.",author:"MALUF, Carlos Alberto Dabus; MALUF, Adriana Caldas do Rego Freitas Dabus",isbn:"9788502627949",edition:0,vbkType:"pbk",url:"/books/9788502627949",coverURL:"//covers.vitalbook.com/vbid/9788502627949/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Obstetrícia de Williams",author:"CUNNINGHAM, F. Gary; LEVENO, Kenneth J.; BLOOM, Steven L.; SPONG, Catherine Y.; DASHE, Jodi S.; HOFF",isbn:"9788580555264",edition:24,vbkType:"pbk",url:"/books/9788580555264",coverURL:"//covers.vitalbook.com/vbid/9788580555264/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito Financeiro e tributário, 14ª eidção.",author:"JARDIM, Eduardo Marcial Ferreira",isbn:"9788502636583",edition:0,vbkType:"pbk",url:"/books/9788502636583",coverURL:"//covers.vitalbook.com/vbid/9788502636583/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ações Possessórias no Novo CPC, 3ª edição",author:"MONTENEGRO FILHO, Misael",isbn:"9788597005387",edition:0,vbkType:"epub",url:"/books/9788597005387",coverURL:"//covers.vitalbook.com/vbid/9788597005387/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Metodologias Pesquisa em Ciências - Análise Quantitativa e Qualitativa, 2ª edição",author:"BAPTISTA, Makilim Nunes; CAMPOS, Dinael Corrêa de",isbn:"9788521630470",edition:0,vbkType:"epub",url:"/books/9788521630470",coverURL:"//covers.vitalbook.com/vbid/9788521630470/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Empresarial Brasileiro - Vol. 1 - Empresa e Atuação Empresarial, 9ª edição",author:"MAMEDE, Gladston",isbn:"9788597006001",edition:0,vbkType:"epub",url:"/books/9788597006001",coverURL:"//covers.vitalbook.com/vbid/9788597006001/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual Prático do Trabalhador Doméstico - Da Contratação ao Desligamento",author:"OLIVEIRA, Aristeu de",isbn:"9788597005400",edition:0,vbkType:"epub",url:"/books/9788597005400",coverURL:"//covers.vitalbook.com/vbid/9788597005400/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Prática - Prática Empresarial, 4ª edição",author:"PEDRO, Paulo Roberto Bastos; ROQUE, Nathaly Campitelli",isbn:"9788530970055",edition:0,vbkType:"epub",url:"/books/9788530970055",coverURL:"//covers.vitalbook.com/vbid/9788530970055/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Engenharia de Produção - Conceitos e Casos Práticos",author:"VENANZI, Délvio; SILVA, Orlando Roque da",isbn:"9788521631002",edition:0,vbkType:"epub",url:"/books/9788521631002",coverURL:"//covers.vitalbook.com/vbid/9788521631002/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Biomecânica Básica, 7ª edição",author:"HALL, Susan J.",isbn:"9788527729116",edition:0,vbkType:"epub",url:"/books/9788527729116",coverURL:"//covers.vitalbook.com/vbid/9788527729116/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direitos Humanos",author:"OLIVEIRA, Fabiano Melo Gonçalves de",isbn:"9788530968908",edition:0,vbkType:"epub",url:"/books/9788530968908",coverURL:"//covers.vitalbook.com/vbid/9788530968908/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Redes de Computadores e Internet",author:"COMER, Douglas E.",isbn:"9788582603734",edition:6,vbkType:"pbk",url:"/books/9788582603734",coverURL:"//covers.vitalbook.com/vbid/9788582603734/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Casa da Mãe Joana 1 e 2 - Curiosidades nas Origens das Palavras, Frases e Marcas",author:"PIMENTA, Reinaldo",isbn:"9788521630838",edition:0,vbkType:"epub",url:"/books/9788521630838",coverURL:"//covers.vitalbook.com/vbid/9788521630838/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito constitucional. 11ª edição.",author:"MENDES, Gilmar Ferreira; BRANCO, Paulo Gustavo Gonet",isbn:"9788547203665",edition:0,vbkType:"pbk",url:"/books/9788547203665",coverURL:"//covers.vitalbook.com/vbid/9788547203665/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microbiologia de Brock",author:"MADIGAN , Michael T.; MARTINKO, John M.; BENDER, Kelly S.; BUCKLEY, Daniel H.; STAHL, David A.",isbn:"9788582712986",edition:14,vbkType:"pbk",url:"/books/9788582712986",coverURL:"//covers.vitalbook.com/vbid/9788582712986/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sala de Aula Invertida - Uma metodologia Ativa de Aprendizagem",author:"BERGMANN, Jonathan; SAMS, Aaron",isbn:"9788521630876",edition:0,vbkType:"epub",url:"/books/9788521630876",coverURL:"//covers.vitalbook.com/vbid/9788521630876/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Pessoas - Modelo, Processos, Tendências e Perspectivas, 2ª edição",author:"DUTRA, Joel Souza",isbn:"9788597005196",edition:0,vbkType:"epub",url:"/books/9788597005196",coverURL:"//covers.vitalbook.com/vbid/9788597005196/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Civil - Vol. IV - Responsabilidade Civil, 16ª edição",author:"VENOSA, Sílvio de Salvo",isbn:"9788597005363",edition:0,vbkType:"epub",url:"/books/9788597005363",coverURL:"//covers.vitalbook.com/vbid/9788597005363/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Prática - Prática Constitucional, 5ª edição",author:"GALANTE, Marcelo",isbn:"9788530970154",edition:0,vbkType:"epub",url:"/books/9788530970154",coverURL:"//covers.vitalbook.com/vbid/9788530970154/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Computação Usando Python - Um Foco no Desenvolvimento de Aplicações",author:"PERKOVIC, Ljubomir",isbn:"9788521630937",edition:0,vbkType:"epub",url:"/books/9788521630937",coverURL:"//covers.vitalbook.com/vbid/9788521630937/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual esquemático de direito e processo do trabalho, 23ª edição.",author:"MARTINS FILHO, Ives Gandra da silva",isbn:"9788547204655",edition:0,vbkType:"pbk",url:"/books/9788547204655",coverURL:"//covers.vitalbook.com/vbid/9788547204655/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia e Fisiologia na Enfermagem",author:"KAWAMOTO, Emilia Emi",isbn:"9788527729154",edition:0,vbkType:"epub",url:"/books/9788527729154",coverURL:"//covers.vitalbook.com/vbid/9788527729154/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Tributário e Constituição - Estudos e Pareceres",author:"BRITO, Edvaldo",isbn:"9788597003185",edition:0,vbkType:"epub",url:"/books/9788597003185",coverURL:"//covers.vitalbook.com/vbid/9788597003185/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Materiais Manipulativos para o Ensino do Sistema de Numeração Decimal: Coleção Mathemoteca - Vol.1",author:"SMOLE, Kátia Stocco; DINIZ, Maria Ignez",isbn:"9788584290710",edition:1,vbkType:"pbk",url:"/books/9788584290710",coverURL:"//covers.vitalbook.com/vbid/9788584290710/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Temas de direitos humanos, 9ª edição.",author:"PIOVESAN, Flavia",isbn:"9788547203023",edition:0,vbkType:"pbk",url:"/books/9788547203023",coverURL:"//covers.vitalbook.com/vbid/9788547203023/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Constitucional, 8ª edição",author:"MORAES, Guilherme Peña de",isbn:"9788597005523",edition:0,vbkType:"epub",url:"/books/9788597005523",coverURL:"//covers.vitalbook.com/vbid/9788597005523/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Psiquiatria Clínica",author:"PARAVENTI, Felipe; CHAVES, Ana Cristina (coords.)",isbn:"9788527729352",edition:0,vbkType:"epub",url:"/books/9788527729352",coverURL:"//covers.vitalbook.com/vbid/9788527729352/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mídias e Tecnologias na Educação Presencial e à Distância",author:"SANTOS, Edméa",isbn:"9788521630890",edition:0,vbkType:"epub",url:"/books/9788521630890",coverURL:"//covers.vitalbook.com/vbid/9788521630890/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Gestão de Projetos",author:"CAVALCANTI, Francisco Rodrigo P.; SILVEIRA, Jarbas A. N.",isbn:"9788597005622",edition:0,vbkType:"epub",url:"/books/9788597005622",coverURL:"//covers.vitalbook.com/vbid/9788597005622/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Civil - Constitucional",author:"SCHREIBER, Anderson; KONDER, Carlos Nelson (coords.)",isbn:"9788597005172",edition:0,vbkType:"epub",url:"/books/9788597005172",coverURL:"//covers.vitalbook.com/vbid/9788597005172/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Prática - Prática Administrativa, 4ª edição",author:"LIMA, Leo Vinicius Pires de",isbn:"9788530970079",edition:0,vbkType:"epub",url:"/books/9788530970079",coverURL:"//covers.vitalbook.com/vbid/9788530970079/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Patologia Veterinária, 2ª edição",author:"SANTOS, Renato de Lima; ALESSI, Antonio Carlos",isbn:"9788527729253",edition:0,vbkType:"epub",url:"/books/9788527729253",coverURL:"//covers.vitalbook.com/vbid/9788527729253/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Prática do Processo Civil, 2ª edição",author:"MONTENEGRO FILHO, Misael",isbn:"9788597005776",edition:0,vbkType:"epub",url:"/books/9788597005776",coverURL:"//covers.vitalbook.com/vbid/9788597005776/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Topografia, 6ª edição",author:"McCORMAC, Jack; SARASUA, Wayne; DAVIS, William",isbn:"9788521630807",edition:0,vbkType:"epub",url:"/books/9788521630807",coverURL:"//covers.vitalbook.com/vbid/9788521630807/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito tributário brasileiro, 21ª edição.",author:"AMARO, Luciano",isbn:"9788547203603",edition:0,vbkType:"pbk",url:"/books/9788547203603",coverURL:"//covers.vitalbook.com/vbid/9788547203603/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Materiais Manipulativos para o Ensino de Sólidos Geométricos: Coleção Mathemoteca - Vol.5",author:"SMOLE, Kátia Stocco; DINIZ, Maria Ignez",isbn:"9788584290796",edition:1,vbkType:"pbk",url:"/books/9788584290796",coverURL:"//covers.vitalbook.com/vbid/9788584290796/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processo internacional de direito humanos: análise dos mecanismos de apuração de violações de direitos humanos e implementação das decisões no Brasil, 5ª edição.",author:"RAMOS, André de Carvalho",isbn:"9788547202576",edition:0,vbkType:"pbk",url:"/books/9788547202576",coverURL:"//covers.vitalbook.com/vbid/9788547202576/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Civil - Vol. 1 - Parte Geral, 10ª edição",author:"NADER, Paulo",isbn:"9788530969936",edition:0,vbkType:"epub",url:"/books/9788530969936",coverURL:"//covers.vitalbook.com/vbid/9788530969936/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Langman | Embriologia Médica, 13ª edição",author:"SADLER, T. W.",isbn:"9788527729178",edition:0,vbkType:"epub",url:"/books/9788527729178",coverURL:"//covers.vitalbook.com/vbid/9788527729178/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Sobrevivência no Laboratório de Química Orgânica - Guia de Técnicas para o Aluno, 9ª edição",author:"ZUBRICK, James W.",isbn:"9788521630913",edition:0,vbkType:"epub",url:"/books/9788521630913",coverURL:"//covers.vitalbook.com/vbid/9788521630913/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Empreendedorismo - Uma Perspectiva Multidisciplinar",author:"PATRÍCIO, Patrícia; CANDIDO, Claudio Roberto (orgs.)",isbn:"9788521630852",edition:0,vbkType:"epub",url:"/books/9788521630852",coverURL:"//covers.vitalbook.com/vbid/9788521630852/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito administrativo, 10ª edição.",author:"MARINELA, Fernanda",isbn:"9788547204365",edition:0,vbkType:"pbk",url:"/books/9788547204365",coverURL:"//covers.vitalbook.com/vbid/9788547204365/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Gato - Medicina Interna",author:"LITTLE, Susan E.",isbn:"9788527729468",edition:0,vbkType:"epub",url:"/books/9788527729468",coverURL:"//covers.vitalbook.com/vbid/9788527729468/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito Tributário, 8ª edição.",author:"SABBAG, Eduardo",isbn:"9788502636156",edition:0,vbkType:"pbk",url:"/books/9788502636156",coverURL:"//covers.vitalbook.com/vbid/9788502636156/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Sinopses Jurídicas 09 - Dos crimes contra o patrimônio, 18ª edição.",author:"GONÇALVES, Victor Eduardo Rios",isbn:"9788502620827",edition:0,vbkType:"pbk",url:"/books/9788502620827",coverURL:"//covers.vitalbook.com/vbid/9788502620827/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Processual Civil Contemporâneo vol. 2 -Processo de conhecimento, cautelar, execução e procedimentos especiais, 3ªedição",author:"PINHO, Humberto Dalla Bernardina de",isbn:"9788502620100",edition:0,vbkType:"pbk",url:"/books/9788502620100",coverURL:"//covers.vitalbook.com/vbid/9788502620100/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Redação de Artigos Científicos",author:"MEDEIROS, João Bosco; TOMASI, Carolina",isbn:"9788597001532",edition:0,vbkType:"epub",url:"/books/9788597001532",coverURL:"//covers.vitalbook.com/vbid/9788597001532/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Materiais Manipulativos para o Ensino de Frações e Números Decimais: Coleção Mathemoteca - Vol.3",author:"SMOLE, Kátia Stocco; DINIZ, Maria Ignez",isbn:"9788584290758",edition:1,vbkType:"pbk",url:"/books/9788584290758",coverURL:"//covers.vitalbook.com/vbid/9788584290758/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novo código de processo civil anotado, 2ªedição.",author:"BUENO, Cássio Scarpinella",isbn:"9788547203450",edition:0,vbkType:"pbk",url:"/books/9788547203450",coverURL:"//covers.vitalbook.com/vbid/9788547203450/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao estatuto da advocacia e da OAB. 9ª ediçao.",author:"LOBO, Paulo",isbn:"9788547201685",edition:0,vbkType:"pbk",url:"/books/9788547201685",coverURL:"//covers.vitalbook.com/vbid/9788547201685/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão em Saúde, 2ª edição",author:"VECINA NETO, Gonzalo; MALIK, Ana Maria",isbn:"9788527729239",edition:0,vbkType:"epub",url:"/books/9788527729239",coverURL:"//covers.vitalbook.com/vbid/9788527729239/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de direito administrativo, 2ª edição.",author:"ROSSI, Licínia",isbn:"9788547202392",edition:0,vbkType:"pbk",url:"/books/9788547202392",coverURL:"//covers.vitalbook.com/vbid/9788547202392/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Instalações Elétricas, 16ª edição",author:"CREDER, Hélio",isbn:"9788521630739",edition:0,vbkType:"epub",url:"/books/9788521630739",coverURL:"//covers.vitalbook.com/vbid/9788521630739/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Empreendedorismo - Transformando Ideias em Negócios, 6ª edição",author:"DORNELAS, José",isbn:"9788597005257",edition:0,vbkType:"epub",url:"/books/9788597005257",coverURL:"//covers.vitalbook.com/vbid/9788597005257/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Ética Jurídica, 13ª edição.",author:"BITTAR, Eduardo Carlos Bianca",isbn:"9788547202996",edition:0,vbkType:"pbk",url:"/books/9788547202996",coverURL:"//covers.vitalbook.com/vbid/9788547202996/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Zoologia dos Invertebrados",author:"FRANSOZO, Adilson",isbn:"9788527729215",edition:0,vbkType:"epub",url:"/books/9788527729215",coverURL:"//covers.vitalbook.com/vbid/9788527729215/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de direito processual civil: volume único, 2ª edição.",author:"BUENO, Cassio Scarpinella",isbn:"9788547204747",edition:0,vbkType:"pbk",url:"/books/9788547204747",coverURL:"//covers.vitalbook.com/vbid/9788547204747/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. esquematizado - Direito ambiental, 3ª edição.",author:"ABELHA, Marcelo",isbn:"9788547202125",edition:0,vbkType:"pbk",url:"/books/9788547202125",coverURL:"//covers.vitalbook.com/vbid/9788547202125/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Empresarial Esquematizado, 6ª edição",author:"RAMOS, André Luiz Santa Cruz",isbn:"9788530969578",edition:0,vbkType:"epub",url:"/books/9788530969578",coverURL:"//covers.vitalbook.com/vbid/9788530969578/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pesquisa Operacional na tomada de decisões, 5ª edição",author:"LACHTERMACHER, Gerson",isbn:"9788521630494",edition:0,vbkType:"epub",url:"/books/9788521630494",coverURL:"//covers.vitalbook.com/vbid/9788521630494/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção sinopses jurídicas v. 8 - Dos crimes contra a pessoa, 19ª edição.",author:"GONÇALVES, Victor Eduardo Rios",isbn:"9788547202545",edition:0,vbkType:"pbk",url:"/books/9788547202545",coverURL:"//covers.vitalbook.com/vbid/9788547202545/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Materiais Manipulativos para o Ensino de Figuras Planas: Coleção Mathemoteca - Vol.4",author:"SMOLE, Kátia Stocco; DINIZ, Maria Ignez",isbn:"9788584290772",edition:1,vbkType:"pbk",url:"/books/9788584290772",coverURL:"//covers.vitalbook.com/vbid/9788584290772/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educação Física no Ensino Superior - Fundamentos da Ginástica Artística e de Trampolins, 2ª edição",author:"BROCHADO, Fernando Augusto; BROCHADO, Monica Maria Viviani",isbn:"9788527729130",edition:0,vbkType:"epub",url:"/books/9788527729130",coverURL:"//covers.vitalbook.com/vbid/9788527729130/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução ao Estudo do Direito, 38ª edição",author:"NADER, Paulo",isbn:"9788530969462",edition:0,vbkType:"epub",url:"/books/9788530969462",coverURL:"//covers.vitalbook.com/vbid/9788530969462/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos do Projeto de Componentes de Máquinas, 5ª edição",author:"JUVINALL, Robert C.; MARSHEK, Kurt M.",isbn:"9788521630715",edition:0,vbkType:"epub",url:"/books/9788521630715",coverURL:"//covers.vitalbook.com/vbid/9788521630715/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Biogeografia da América do Sul - Análise de Tempo, Espaço e Forma, 2ª edição",author:"CARVALHO, Claudio J. B. de; ALMEIDA, Eduardo A. B.",isbn:"9788527729093",edition:0,vbkType:"epub",url:"/books/9788527729093",coverURL:"//covers.vitalbook.com/vbid/9788527729093/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito do Trabalho - relações individuais, sindicais e coletivas do trabalho, 7ª edição.",author:"MARTINEZ, Luciano",isbn:"9788502638518",edition:0,vbkType:"pbk",url:"/books/9788502638518",coverURL:"//covers.vitalbook.com/vbid/9788502638518/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Vigilância Nutricional na Fase Pré-Escolar",author:"CASTANHEIRA, Marcelo",isbn:"9788527729192",edition:0,vbkType:"epub",url:"/books/9788527729192",coverURL:"//covers.vitalbook.com/vbid/9788527729192/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito Previdenciário, 19ª edição",author:"CASTRO, Carlos Alberto Pereira de; LAZZARI, João Batista",isbn:"9788530969912",edition:0,vbkType:"epub",url:"/books/9788530969912",coverURL:"//covers.vitalbook.com/vbid/9788530969912/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código Penal Comentado, 1ª edição.",author:"DELMANTO, Celso; DELMANTO, Roberto; DELMANTO JUNIOR, Roberto Delmanto",isbn:"9788502634633",edition:0,vbkType:"pbk",url:"/books/9788502634633",coverURL:"//covers.vitalbook.com/vbid/9788502634633/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Filosofia do direito : uma crítica à verdade na ética e na ciência - em contraposição à ontol",author:"ADEODATO, João Maurício",isbn:"9788502197916",edition:0,vbkType:"pbk",url:"/books/9788502197916",coverURL:"//covers.vitalbook.com/vbid/9788502197916/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de direito comercial e de empresa, volume 1 : teoria geral da empresa e direito societário, ",author:"NEGRÃO, Ricardo",isbn:"9788502622340",edition:0,vbkType:"pbk",url:"/books/9788502622340",coverURL:"//covers.vitalbook.com/vbid/9788502622340/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de direito comercial e de empresa, volume 2 : títulos de crédito e contratos empresariais, ",author:"NEGRÃO, Ricardo",isbn:"9788502622319",edition:0,vbkType:"pbk",url:"/books/9788502622319",coverURL:"//covers.vitalbook.com/vbid/9788502622319/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de direito comercial e de empresa, volume 3 : recuperação de empresas e falência, 10ª edi",author:"NEGRÃO, Ricardo",isbn:"9788502622463",edition:0,vbkType:"pbk",url:"/books/9788502622463",coverURL:"//covers.vitalbook.com/vbid/9788502622463/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ministério Público do Trabalho - doutrina, jurisprudencia e prática",author:"LEITE, Carlos Henrique Bezerra",isbn:"9788502626270",edition:7,vbkType:"pbk",url:"/books/9788502626270",coverURL:"//covers.vitalbook.com/vbid/9788502626270/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nutrologia Pediátrica: Prática Baseada em Evidências",author:"NOGUEIRA-DE-ALMEIDA, Carlos Alberto; MELLO, Elza Daniel de (eds.)",isbn:"9788520447024",edition:0,vbkType:"pbk",url:"/books/9788520447024",coverURL:"//covers.vitalbook.com/vbid/9788520447024/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Odontopediatria, 9ª edição",author:"GUEDES-PINTO, Antonio Carlos",isbn:"9788527728881",edition:0,vbkType:"epub",url:"/books/9788527728881",coverURL:"//covers.vitalbook.com/vbid/9788527728881/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Odontopediatria: A Transdisciplinaridade na Saúde Integral da Criança",author:"TAKAOKA, Liliana; COUTINHO, Lúcia; WEILER, Rosa Maria Eid (coords.)",isbn:"9788578682446",edition:0,vbkType:"pbk",url:"/books/9788578682446",coverURL:"//covers.vitalbook.com/vbid/9788578682446/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pais, Mães & Cia.: Uma Coletânea de Informações e Histórias sobre Recém-nascidos, Bebês, Meninas, Meninos e suas Famílias",author:"GRINFELD, Hermann",isbn:"9788578680824",edition:2,vbkType:"pbk",url:"/books/9788578680824",coverURL:"//covers.vitalbook.com/vbid/9788578680824/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Patologia Oral - Série Abeno: Odontologia Essencial - Parte Básica",author:"ALMEIDA, Oslei Paes de",isbn:"9788536702612",edition:1,vbkType:"pbk",url:"/books/9788536702612",coverURL:"//covers.vitalbook.com/vbid/9788536702612/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pediatria Baseada em Evidências",author:"LAGO, Patricia Miranda do; FERREIRA, Cristina Targa; MELLO, Elza Daniel de; PINTO, Leonardo Araujo; ",isbn:"9788520447017",edition:0,vbkType:"pbk",url:"/books/9788520447017",coverURL:"//covers.vitalbook.com/vbid/9788520447017/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Perguntas e Respostas em Pediatria",author:"CAMPOS JÚNIOR, Dioclécio; BURNS, Dennis Alexander Rabelo (coords.)",isbn:"9788520447000",edition:0,vbkType:"pbk",url:"/books/9788520447000",coverURL:"//covers.vitalbook.com/vbid/9788520447000/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Periodontia e Implantodontia - Algoritmos de Hall para Prática Clínica, 5ª edição",author:"HARPENAU, Lisa A.; KAO, Richard T.; LUNDERGAN, William P.; SANZ, Mariano",isbn:"9788527728805",edition:0,vbkType:"epub",url:"/books/9788527728805",coverURL:"//covers.vitalbook.com/vbid/9788527728805/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pirâmide dos Alimentos: Fundamentos Básicos da Nutrição",author:"PHILIPPI, Sonia Tucunduva (org.)",isbn:"9788520448601",edition:2,vbkType:"pbk",url:"/books/9788520448601",coverURL:"//covers.vitalbook.com/vbid/9788520448601/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios de Anatomia e Fisiologia, 14ª edição",author:"TORTORA, Gerard J.; DERRICKSON, Bryan",isbn:"9788527728867",edition:0,vbkType:"epub",url:"/books/9788527728867",coverURL:"//covers.vitalbook.com/vbid/9788527728867/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Procedimentos de Enfermagem IOT-HC-FMUSP",author:"GIOVANI, Arlete M. M.; RODRIGUES, Camila F. S.; LEITE, César da S.; MEIRELES, Cláudia C. S.; CARVALH",isbn:"9788520448205",edition:0,vbkType:"pbk",url:"/books/9788520448205",coverURL:"//covers.vitalbook.com/vbid/9788520448205/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pronto-Socorro: Medicina de Emergência",author:"MARTINS, Herlon Saraiva; DAMASCENO, Maria Cecília de Toledo; AWADA, Soraia Barakat (eds.)",isbn:"9788520437087",edition:3,vbkType:"pbk",url:"/books/9788520437087",coverURL:"//covers.vitalbook.com/vbid/9788520437087/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Protocolos Terapêuticos de Massoterapia: Técnicas Passo a Passo para Diversas Condições Clínicas",author:"VERSAGI, Charlotte Michael",isbn:"9788520448229",edition:0,vbkType:"pbk",url:"/books/9788520448229",coverURL:"//covers.vitalbook.com/vbid/9788520448229/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Saúde Baseada em Evidências",author:"PEREIRA, Maurício Gomes; GALVÃO, Taís Freire; SILVA, Marcus Tolentino",isbn:"9788527728843",edition:0,vbkType:"epub",url:"/books/9788527728843",coverURL:"//covers.vitalbook.com/vbid/9788527728843/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Saúde Global",author:"FORTES, Paulo Antonio de Carvalho; RIBEIRO, Helena (orgs.)",isbn:"9788520446669",edition:0,vbkType:"pbk",url:"/books/9788520446669",coverURL:"//covers.vitalbook.com/vbid/9788520446669/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Suplementação de Creatina: Efeitos Ergogênicos, Terapêuticos e Adversos",author:"GUALANO, Bruno (org.)",isbn:"9788520448625",edition:0,vbkType:"pbk",url:"/books/9788520448625",coverURL:"//covers.vitalbook.com/vbid/9788520448625/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Testes Ortopédicos em Fisioterapia",author:"COOK, Chad E.; HEGEDUS, Eric J.",isbn:"9788520448731",edition:2,vbkType:"pbk",url:"/books/9788520448731",coverURL:"//covers.vitalbook.com/vbid/9788520448731/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de Estimulação Cardíaca Artificial",author:"MELO, Celso Salgado de (ed.)",isbn:"9788578682101",edition:5,vbkType:"pbk",url:"/books/9788578682101",coverURL:"//covers.vitalbook.com/vbid/9788578682101/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de Uroginecologia e Disfunções do Assoalho Pélvico",author:"GIRÃO, Manoel João Batista Castello; SARTORI, Marair Gracio Ferreira; RIBEIRO, Ricardo Muniz; CASTRO",isbn:"9788520441206",edition:0,vbkType:"pbk",url:"/books/9788520441206",coverURL:"//covers.vitalbook.com/vbid/9788520441206/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Treinamento de Força Levado a Sério",author:"BOMPA, Tudor O.; DI PASQUALE, Mauro; CORNACCHIA, Lorenzo J.",isbn:"9788520448748",edition:3,vbkType:"pbk",url:"/books/9788520448748",coverURL:"//covers.vitalbook.com/vbid/9788520448748/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Treinamento do Core: Abordagem Anatômica",author:"DELAVIER, Frédéric; GUNDILL, Michael",isbn:"9788520450246",edition:0,vbkType:"pbk",url:"/books/9788520450246",coverURL:"//covers.vitalbook.com/vbid/9788520450246/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Treinamento Respiratório para um Desempenho Superior",author:"MCCONNELL, Alison",isbn:"9788520450253",edition:0,vbkType:"pbk",url:"/books/9788520450253",coverURL:"//covers.vitalbook.com/vbid/9788520450253/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Yoga: Anatomia Ilustrada – Guia Completo para o Aperfeiçoamento de Posturas",author:"ELLSWORTH, Abigail",isbn:"9788520449547",edition:0,vbkType:"pbk",url:"/books/9788520449547",coverURL:"//covers.vitalbook.com/vbid/9788520449547/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:35.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração de Recursos Materiais e Patrimoniais - Uma Abordagem Logística, 7ª edição",author:"POZO, Hamilton",isbn:"9788597004427",edition:0,vbkType:"epub",url:"/books/9788597004427",coverURL:"//covers.vitalbook.com/vbid/9788597004427/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O novo divórcio, 3ª edição.",author:"STOLZE, Pablo; PAMPLONA FILHO, Rodolfo",isbn:"9788502218253",edition:0,vbkType:"pbk",url:"/books/9788502218253",coverURL:"//covers.vitalbook.com/vbid/9788502218253/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Elementos de teoria geral do direito, 3ª edição.",author:"SOARES, Ricardo Maurício Freire",isbn:"9788547202484",edition:0,vbkType:"pbk",url:"/books/9788547202484",coverURL:"//covers.vitalbook.com/vbid/9788547202484/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Civil - Vol. 5 - Direito de Família, 7ª edição",author:"NADER, Paulo",isbn:"9788530968687",edition:0,vbkType:"epub",url:"/books/9788530968687",coverURL:"//covers.vitalbook.com/vbid/9788530968687/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Noções de Implantodontia Cirúrgica - Série Abeno",author:"MAGINI, Ricardo de Souza; BENFATTI, Cesar Augusto Magalhães; DE SOUZA, Júlio César Matias",isbn:"9788536702599",edition:1,vbkType:"pbk",url:"/books/9788536702599",coverURL:"//covers.vitalbook.com/vbid/9788536702599/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Civil - Vol. 4 - Direito das Coisas, 7ª edição",author:"NADER, Paulo",isbn:"9788530968700",edition:0,vbkType:"epub",url:"/books/9788530968700",coverURL:"//covers.vitalbook.com/vbid/9788530968700/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Perícia na psiquiatria forense, 1ª edição.",author:"PALOMBA, Guido Arturo",isbn:"9788502629738",edition:0,vbkType:"pbk",url:"/books/9788502629738",coverURL:"//covers.vitalbook.com/vbid/9788502629738/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Arte da Palavra: Como Criar um Estilo Pessoal na Comunicação Escrita",author:"PERISSÉ, Gabriel",isbn:"9788520438688",edition:0,vbkType:"pbk",url:"/books/9788520438688",coverURL:"//covers.vitalbook.com/vbid/9788520438688/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Privatização das Terras Rurais",author:"FORSTER, Germano de Rezende",isbn:"9788520443460",edition:0,vbkType:"pbk",url:"/books/9788520443460",coverURL:"//covers.vitalbook.com/vbid/9788520443460/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"ABC da Saúde Infantojuvenil: Recomendações Práticas do Instituto da Criança do HCFMUSP",author:"CARNEIRO-SAMPAIO, Magda (ed.)",isbn:"9788520449264",edition:0,vbkType:"pbk",url:"/books/9788520449264",coverURL:"//covers.vitalbook.com/vbid/9788520449264/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração Geral e Pública: Provas e Concursos",author:"CHIAVENATO, Idalberto",isbn:"9788520448380",edition:3,vbkType:"pbk",url:"/books/9788520448380",coverURL:"//covers.vitalbook.com/vbid/9788520448380/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Alca: Riscos e Oportunidades",author:"HABERFELD, Sérgio (org.)",isbn:"9788520442920",edition:0,vbkType:"pbk",url:"/books/9788520442920",coverURL:"//covers.vitalbook.com/vbid/9788520442920/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Amordaçados: Uma História da Censura e de seus Personagens",author:"CARVALHO, Julia",isbn:"9788520449363",edition:0,vbkType:"pbk",url:"/books/9788520449363",coverURL:"//covers.vitalbook.com/vbid/9788520449363/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia Básica: Guia Ilustrado de Conceitos Fundamentais",author:"FAIZ, Omar; BLACKBURN, Simon, MOFFAT, David",isbn:"9788520449660",edition:3,vbkType:"pbk",url:"/books/9788520449660",coverURL:"//covers.vitalbook.com/vbid/9788520449660/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia da Yoga: Guia Ilustrado de Posturas, Movimentos e Técnicas de Respiração",author:"KAMINOFF, Leslie; MATTHEWS, Amy",isbn:"9788520449677",edition:2,vbkType:"pbk",url:"/books/9788520449677",coverURL:"//covers.vitalbook.com/vbid/9788520449677/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia do Futebol: Guia Ilustrado para o Aumento de Força, Velocidade e Agilidade no Futebol",author:"KIRKENDALL, Donald T.",isbn:"9788520449707",edition:0,vbkType:"pbk",url:"/books/9788520449707",coverURL:"//covers.vitalbook.com/vbid/9788520449707/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia do Pilates: Guia Ilustrado de Pilates de Solo para Estabilidade do Core e Equilíbrio",author:"ISACOWITZ, Rael; CLIPPINGER, Karen",isbn:"9788520449714",edition:0,vbkType:"pbk",url:"/books/9788520449714",coverURL:"//covers.vitalbook.com/vbid/9788520449714/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia e Fisiologia Aplicadas à Fonoaudiologia",author:"FULLER, Donald R.; PIMENTEL, Jane T.; PEREGOY, Barbara M.",isbn:"9788520449554",edition:0,vbkType:"pbk",url:"/books/9788520449554",coverURL:"//covers.vitalbook.com/vbid/9788520449554/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia Palpatória e Funcional",author:"CAEL, Christy",isbn:"9788520449585",edition:0,vbkType:"pbk",url:"/books/9788520449585",coverURL:"//covers.vitalbook.com/vbid/9788520449585/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Aprendendo Anatomia Muscular Funcional",author:"DELAVIER, Frédéric; GUNDILL, Michael",isbn:"9788520449615",edition:0,vbkType:"pbk",url:"/books/9788520449615",coverURL:"//covers.vitalbook.com/vbid/9788520449615/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Arritmias Cardíacas: Rotinas do Centro de Arritmia do Hospital Israelita Albert Einstein – Programa de Cardiologia",author:"LUIZ, Fatima Dumas Cintra (ed.); PAOLA, Angelo Amato V. de; Makdisse, Marcia (coeds.)",isbn:"9788578682088",edition:0,vbkType:"pbk",url:"/books/9788578682088",coverURL:"//covers.vitalbook.com/vbid/9788578682088/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Assistência Respiratória Neonatal: Abordagem Prática",author:"HARRISON, Elgloria A.",isbn:"9788520449721",edition:0,vbkType:"pbk",url:"/books/9788520449721",coverURL:"//covers.vitalbook.com/vbid/9788520449721/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Álcool e Suas Consequências: uma Abordagem Multiconceitual",author:"ANDRADE, Arthur Guerra de; ANTHONY, James C. (eds.)",isbn:"9788520442937",edition:0,vbkType:"pbk",url:"/books/9788520442937",coverURL:"//covers.vitalbook.com/vbid/9788520442937/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Barcelona: O Melhor Futebol do Mundo e o Superado Futebol Brasileiro",author:"MACHADO, Costa",isbn:"9788578681449",edition:0,vbkType:"pbk",url:"/books/9788578681449",coverURL:"//covers.vitalbook.com/vbid/9788578681449/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Brincando a Brincadeira com a Criança Deficiente: Novos Rumos Terapêuticos",author:"LORENZINI, Marlene V.",isbn:"9788520449868",edition:0,vbkType:"pbk",url:"/books/9788520449868",coverURL:"//covers.vitalbook.com/vbid/9788520449868/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cinesiologia Clínica de Brunnstrom",author:"HOUGLUM, Peggy A.; BERTOTI, Dolores B. (eds.)",isbn:"9788520449776",edition:6,vbkType:"pbk",url:"/books/9788520449776",coverURL:"//covers.vitalbook.com/vbid/9788520449776/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cirurgia Bucomaxilofacial",author:"POGREL, M. Anthony; KAHNBERG, Karl-Erik; ANDERSON, Lars",isbn:"9788527728829",edition:0,vbkType:"epub",url:"/books/9788527728829",coverURL:"//covers.vitalbook.com/vbid/9788527728829/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Clínica Psiquiátrica de Bolso",author:"FORLENZA, Orestes Vicente; MIGUEL, Euripedes Constantino (eds.)",isbn:"9788520448465",edition:0,vbkType:"pbk",url:"/books/9788520448465",coverURL:"//covers.vitalbook.com/vbid/9788520448465/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Diplomata - Macroeconomia, 1ªedição",author:"MILTONS, Michele Merética",isbn:"9788502635685",edition:0,vbkType:"pbk",url:"/books/9788502635685",coverURL:"//covers.vitalbook.com/vbid/9788502635685/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Sinopses Jurídicas 28 - Direito do Trabalho - Duração do Trabalho a direito de greve, 7ª edição.",author:"César Reinaldo Offa Basile",isbn:"9788502636866",edition:0,vbkType:"pbk",url:"/books/9788502636866",coverURL:"//covers.vitalbook.com/vbid/9788502636866/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Sinopses Jurídicas 34 - Português jurídico, 1ª edição.",author:"SABBAG, Eduardo",isbn:"9788502624894",edition:0,vbkType:"pbk",url:"/books/9788502624894",coverURL:"//covers.vitalbook.com/vbid/9788502624894/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao estatuto do idoso, 1ª edição.",author:"GARCIA, Maria Garcia; PIVA, Flavia",isbn:"9788502634442",edition:0,vbkType:"pbk",url:"/books/9788502634442",coverURL:"//covers.vitalbook.com/vbid/9788502634442/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como Tratar: Cardiologia Pediátrica e Cardiogeriatria, Volume 4",author:"JATENE, Ieda Biscegli; FREITAS, Elizabete Viana (eds.)",isbn:"9788520448243",edition:0,vbkType:"pbk",url:"/books/9788520448243",coverURL:"//covers.vitalbook.com/vbid/9788520448243/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Condicionamento Físico para Dança: Técnicas para a Otimização do Desempenho em Todos os Estilos",author:"FRANKLIN, Eric",isbn:"9788520449738",edition:0,vbkType:"pbk",url:"/books/9788520449738",coverURL:"//covers.vitalbook.com/vbid/9788520449738/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Civil - Direito das Sucessões - Vol. 06, 39ª edição.",author:"Washington de Barros Monteiro e Ana Cristina de Barros Monteiro França Pinto",isbn:"9788502196094",edition:0,vbkType:"pbk",url:"/books/9788502196094",coverURL:"//covers.vitalbook.com/vbid/9788502196094/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Civil - Vol. 2 - Obrigações, 8ª edição",author:"NADER, Paulo",isbn:"9788530968885",edition:0,vbkType:"epub",url:"/books/9788530968885",coverURL:"//covers.vitalbook.com/vbid/9788530968885/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Civil - Vol. 6 - Direito das Sucessões, 7ª edição",author:"NADER, Paulo",isbn:"9788530968748",edition:0,vbkType:"epub",url:"/books/9788530968748",coverURL:"//covers.vitalbook.com/vbid/9788530968748/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Civil - Vol. 7 - Responsabilidade Civil, 6ª edição",author:"NADER, Paulo",isbn:"9788530968724",edition:0,vbkType:"epub",url:"/books/9788530968724",coverURL:"//covers.vitalbook.com/vbid/9788530968724/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Civil 1 - Parte Geral, 45ª edição.",author:"Washington de Barros Monteiro e Ana Cristina de Barros Monteiro França Pinto",isbn:"9788502196124",edition:0,vbkType:"pbk",url:"/books/9788502196124",coverURL:"//covers.vitalbook.com/vbid/9788502196124/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Processual Civil - Vol. II, 50ª edição",author:"THEODORO Jr., Humberto",isbn:"9788530961398",edition:0,vbkType:"epub",url:"/books/9788530961398",coverURL:"//covers.vitalbook.com/vbid/9788530961398/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito tributário e financeiro, 6ª edição.",author:"Claudio Carneiro",isbn:"9788502626859",edition:0,vbkType:"pbk",url:"/books/9788502626859",coverURL:"//covers.vitalbook.com/vbid/9788502626859/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito tributário, 27ª edição.",author:"CARVALHO, Paulo de Barros",isbn:"9788502638020",edition:0,vbkType:"pbk",url:"/books/9788502638020",coverURL:"//covers.vitalbook.com/vbid/9788502638020/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito tributário, 3ª edição.",author:"KFOURI JUNIOR, Anis",isbn:"9788502623774",edition:0,vbkType:"pbk",url:"/books/9788502623774",coverURL:"//covers.vitalbook.com/vbid/9788502623774/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dentística Restauradora - Do Planejamento à Execução",author:"SILVA, Adriana Fernandes da; LUND, Rafael Guerra ",isbn:"9788527728782",edition:0,vbkType:"epub",url:"/books/9788527728782",coverURL:"//covers.vitalbook.com/vbid/9788527728782/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenvolvimento Local e o Papel das Pequenas e Médias Empresas",author:"MARTINELLI, Dante Pinheiro; JOYAL, André",isbn:"9788520443224",edition:0,vbkType:"pbk",url:"/books/9788520443224",coverURL:"//covers.vitalbook.com/vbid/9788520443224/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dicionário dos Apaixonados pelo Brasil",author:"LAPOUGE, Gilles",isbn:"9788520448489",edition:0,vbkType:"pbk",url:"/books/9788520448489",coverURL:"//covers.vitalbook.com/vbid/9788520448489/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dicionário Jurídico",author:"LUZ, Valdemar P. da",isbn:"9788520448496",edition:0,vbkType:"pbk",url:"/books/9788520448496",coverURL:"//covers.vitalbook.com/vbid/9788520448496/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito bancário, 16ª edição.",author:"ABRÃO, Nelson",isbn:"9788502625792",edition:0,vbkType:"pbk",url:"/books/9788502625792",coverURL:"//covers.vitalbook.com/vbid/9788502625792/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Civil brasileiro 2 - teoria geral das obrigações, 13ª edição.",author:"Carlos Roberto Gonçalves",isbn:"9788502636705",edition:0,vbkType:"pbk",url:"/books/9788502636705",coverURL:"//covers.vitalbook.com/vbid/9788502636705/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Civil brasileiro 3 - Contratos e atos unilaterais, 13ª edição.",author:"Carlos Roberto Gonçalves",isbn:"9788502636736",edition:0,vbkType:"pbk",url:"/books/9788502636736",coverURL:"//covers.vitalbook.com/vbid/9788502636736/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito civil Brasileiro 4 - Responsabilidade Civil, 11ª edição.",author:"Carlos Roberto Gonçalves",isbn:"9788502636767",edition:0,vbkType:"pbk",url:"/books/9788502636767",coverURL:"//covers.vitalbook.com/vbid/9788502636767/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito civil Brasileiro 5 - direito das coisas, 11ª edição.",author:"Carlos Roberto Gonçalves",isbn:"9788502637276",edition:0,vbkType:"pbk",url:"/books/9788502637276",coverURL:"//covers.vitalbook.com/vbid/9788502637276/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Civil de A a Z",author:"LISBOA, Roberto Senise",isbn:"9788520446478",edition:0,vbkType:"pbk",url:"/books/9788520446478",coverURL:"//covers.vitalbook.com/vbid/9788520446478/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Constitucional",author:"HAMON, Francis; TROPER, Michel; BURDEAU, Georges",isbn:"9788520443231",edition:27,vbkType:"pbk",url:"/books/9788520443231",coverURL:"//covers.vitalbook.com/vbid/9788520443231/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito de autor: proteção e disposição extrapatrimonial, 2ª edição.",author:"Fábio Vieira Figueiredo",isbn:"9788502634695",edition:0,vbkType:"pbk",url:"/books/9788502634695",coverURL:"//covers.vitalbook.com/vbid/9788502634695/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito e Argumentação",author:"CORRÊA, Leda",isbn:"9788520446492",edition:0,vbkType:"pbk",url:"/books/9788520446492",coverURL:"//covers.vitalbook.com/vbid/9788520446492/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito empresarial sistematizado: doutrina, jurisprudência e prática, 5ª edição",author:"TEIXEIRA, Tarcísio",isbn:"9788502635234",edition:0,vbkType:"pbk",url:"/books/9788502635234",coverURL:"//covers.vitalbook.com/vbid/9788502635234/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Internacional Público, 6ª edição.",author:"Marcelo D. Varella",isbn:"9788502636927",edition:0,vbkType:"pbk",url:"/books/9788502636927",coverURL:"//covers.vitalbook.com/vbid/9788502636927/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito privado: teoria e prática",author:"Luís Felipe Salomão",isbn:"9788502635876",edition:0,vbkType:"pbk",url:"/books/9788502635876",coverURL:"//covers.vitalbook.com/vbid/9788502635876/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dor",author:"MINSON, Fabiola Peixoto; MORETE, Marcia Carla; MARANGONI, Marco Aurélio (coords.)",isbn:"9788578682057",edition:0,vbkType:"pbk",url:"/books/9788578682057",coverURL:"//covers.vitalbook.com/vbid/9788578682057/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ecoturismo: Impactos, Potencialidades e Possibilidades",author:"WEARING, Stephen; NEIL, John",isbn:"9788520446515",edition:2,vbkType:"pbk",url:"/books/9788520446515",coverURL:"//covers.vitalbook.com/vbid/9788520446515/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educando Crianças para a Aptidão Física: Uma Abordagem Multidisciplinar",author:"VIRGILIO, Stephen J.",isbn:"9788520448120",edition:2,vbkType:"pbk",url:"/books/9788520448120",coverURL:"//covers.vitalbook.com/vbid/9788520448120/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Empreendedorismo: Construindo seu Projeto de Vida",author:"BIAGIO, Luiz Arnaldo",isbn:"9788520448878",edition:0,vbkType:"pbk",url:"/books/9788520448878",coverURL:"//covers.vitalbook.com/vbid/9788520448878/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ensinando Dança para Crianças",author:"CONE, Theresa Purcell; CONE, Stephen L.",isbn:"9788520450079",edition:3,vbkType:"pbk",url:"/books/9788520450079",coverURL:"//covers.vitalbook.com/vbid/9788520450079/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estratégias de Nutrição e Suplementação no Esporte",author:"BIESEK, Simone; ALVES, Letícia Azen; GUERRA, Isabela (orgs.)",isbn:"9788520448502",edition:3,vbkType:"pbk",url:"/books/9788520448502",coverURL:"//covers.vitalbook.com/vbid/9788520448502/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estudos , 2ª edição.",author:"Goffredo Telles Junior",isbn:"9788502627567",edition:0,vbkType:"pbk",url:"/books/9788502627567",coverURL:"//covers.vitalbook.com/vbid/9788502627567/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Farmacologia Veterinária",author:"BARROS, Ciro Moraes; DI STASI, Luiz Claudio (eds.)",isbn:"9788520449981",edition:0,vbkType:"pbk",url:"/books/9788520449981",coverURL:"//covers.vitalbook.com/vbid/9788520449981/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiologia do Exercício na Terceira Idade",author:"TAYLOR, Albert W.; JOHNSON, Michel J.",isbn:"9788520449486",edition:0,vbkType:"pbk",url:"/books/9788520449486",coverURL:"//covers.vitalbook.com/vbid/9788520449486/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiologia Humana Ilustrada",author:"MAURER, Martin H.",isbn:"9788520449509",edition:2,vbkType:"pbk",url:"/books/9788520449509",coverURL:"//covers.vitalbook.com/vbid/9788520449509/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Formação do conceito de soberania: História de um paradoxo",author:"Juliana Neuenschwander Magalhães",isbn:"9788502214873",edition:0,vbkType:"pbk",url:"/books/9788502214873",coverURL:"//covers.vitalbook.com/vbid/9788502214873/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos do Processo Penal - Introdução Crítica, 2ª edição.",author:"LOPES, Aury",isbn:"9788502636644",edition:0,vbkType:"pbk",url:"/books/9788502636644",coverURL:"//covers.vitalbook.com/vbid/9788502636644/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Garantias Fundamentais na Área Criminal",author:"MOSSIN, Heráclito Antônio",isbn:"9788520448519",edition:0,vbkType:"pbk",url:"/books/9788520448519",coverURL:"//covers.vitalbook.com/vbid/9788520448519/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão Ambiental e Sustentabilidade no Turismo",author:"PHILIPPI JR., Arlindo; RUSCHMANN, Doris van de Meene (eds.)",isbn:"9788520446553",edition:0,vbkType:"pbk",url:"/books/9788520446553",coverURL:"//covers.vitalbook.com/vbid/9788520446553/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Eventos Esportivos, Recreativos e Turísticos: Dimensões Teóricas e Práticas",author:"MALLEN, Cheryl; ADAMS, Lorne J.",isbn:"9788520448526",edition:0,vbkType:"pbk",url:"/books/9788520448526",coverURL:"//covers.vitalbook.com/vbid/9788520448526/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Negócios em Alimentação: Princípios e Práticas",author:"PAYNE-PALACIO, June; THEIS, Monica",isbn:"9788520448151",edition:12,vbkType:"pbk",url:"/books/9788520448151",coverURL:"//covers.vitalbook.com/vbid/9788520448151/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão em Atendimento: Manual Prático para Academias e Centros Esportivos",author:"SABA, Fabio",isbn:"9788520444634",edition:2,vbkType:"pbk",url:"/books/9788520444634",coverURL:"//covers.vitalbook.com/vbid/9788520444634/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia de Condicionamento Físico: Diretrizes para Elaboração de Programas",author:"HOFFMAN, Jay R. (ed.)",isbn:"9788520448533",edition:0,vbkType:"pbk",url:"/books/9788520448533",coverURL:"//covers.vitalbook.com/vbid/9788520448533/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia de Hepatologia",author:"FERRAZ, Maria Lucia G.; SCHIAVON, Janaína L. Narciso; SILVA, Antonio Eduardo B. (coords.)",isbn:"9788520440322",edition:3,vbkType:"pbk",url:"/books/9788520440322",coverURL:"//covers.vitalbook.com/vbid/9788520440322/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia para Avaliações do Condicionamento Físico",author:"MILLER, Todd (ed.)",isbn:"9788520450000",edition:0,vbkType:"pbk",url:"/books/9788520450000",coverURL:"//covers.vitalbook.com/vbid/9788520450000/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Higiene e Vigilância Sanitária de Alimentos",author:"GERMANO, Pedro Manuel Leal; GERMANO, Maria Izabel Simões (orgs.)",isbn:"9788520450017",edition:5,vbkType:"pbk",url:"/books/9788520450017",coverURL:"//covers.vitalbook.com/vbid/9788520450017/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Impeachment à Brasileira: Instrumento de Controle Parlamentar?",author:"RICCITELLI, Antonio",isbn:"9788520446560",edition:0,vbkType:"pbk",url:"/books/9788520446560",coverURL:"//covers.vitalbook.com/vbid/9788520446560/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Imunologia Básica: Guia Ilustrado de Conceitos Fundamentais",author:"PLAYFAIR, J. H. L.; CHAIN, B. M.",isbn:"9788520450154",edition:9,vbkType:"pbk",url:"/books/9788520450154",coverURL:"//covers.vitalbook.com/vbid/9788520450154/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Infertilidade: Da Prática Clínica à Laboratorial",author:"TOGNOTTI, Elvio (ed.)",isbn:"9788520440988",edition:0,vbkType:"pbk",url:"/books/9788520440988",coverURL:"//covers.vitalbook.com/vbid/9788520440988/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Filosofia",author:"GHIRALDELLI JR., Paulo",isbn:"9788520448168",edition:0,vbkType:"pbk",url:"/books/9788520448168",coverURL:"//covers.vitalbook.com/vbid/9788520448168/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lingerie: Da Antiguidade à Cultura Pop",author:"SCOTT, Lesley",isbn:"9788520450161",edition:0,vbkType:"pbk",url:"/books/9788520450161",coverURL:"//covers.vitalbook.com/vbid/9788520450161/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Macroeconomia do Emprego e da Renda: Keynes e o Keynesianismo",author:"LIMA, Gilberto Tadeu; SICSÚ, João (orgs.)",isbn:"9788520442906",edition:0,vbkType:"pbk",url:"/books/9788520442906",coverURL:"//covers.vitalbook.com/vbid/9788520442906/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Maestro de Voo: Pedro Janot e Azul – Uma Vida em Desafios",author:"LIMA, Edvaldo Pereira",isbn:"9788578682071",edition:0,vbkType:"pbk",url:"/books/9788578682071",coverURL:"//covers.vitalbook.com/vbid/9788578682071/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual das Sociedades Comerciais - Direito de Empresa, 21ª edição.",author:"Amador Paes de Almeida",isbn:"9788502637061",edition:0,vbkType:"pbk",url:"/books/9788502637061",coverURL:"//covers.vitalbook.com/vbid/9788502637061/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Citopatología Diagnóstica",author:"GAMBONI, Mercedes; MIZIARA, Elias Fernando (eds.)",isbn:"9788520437292",edition:0,vbkType:"pbk",url:"/books/9788520437292",coverURL:"//covers.vitalbook.com/vbid/9788520437292/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Cuidados Intensivos em Hepatologia",author:"BITTENCOURT, Paulo Lisboa; ZOLLINGER, Claudio Celestino; COELHO, Henrique Sergio de Moraes (eds.)",isbn:"9788578681623",edition:0,vbkType:"pbk",url:"/books/9788578681623",coverURL:"//covers.vitalbook.com/vbid/9788578681623/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de direito administrativo, 6ª edição.",author:"MAZZA, Alexandre",isbn:"9788502637962",edition:0,vbkType:"pbk",url:"/books/9788502637962",coverURL:"//covers.vitalbook.com/vbid/9788502637962/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de direito internacional público, 22ª edição.",author:"Hildebrando Accioly/G.E. do Nascimento e Silva/Paul oBorba Casella",isbn:"9788547201272",edition:0,vbkType:"pbk",url:"/books/9788547201272",coverURL:"//covers.vitalbook.com/vbid/9788547201272/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de direito tributário, 2ª edição.",author:"MAZZA, Alexandre",isbn:"9788502638051",edition:0,vbkType:"pbk",url:"/books/9788502638051",coverURL:"//covers.vitalbook.com/vbid/9788502638051/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Ecocardiografia",author:"MATHIAS JR., Wilson",isbn:"9788520448571",edition:3,vbkType:"pbk",url:"/books/9788520448571",coverURL:"//covers.vitalbook.com/vbid/9788520448571/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Reabilitação em Oncologia do ICESP",author:"BRITO, Christina May Moran de; BAZAN, Mellik; PINTO, Cesar Antonio; BAIA, Wania Regina Mollo; BATTIS",isbn:"9788520440650",edition:0,vbkType:"pbk",url:"/books/9788520440650",coverURL:"//covers.vitalbook.com/vbid/9788520440650/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual do Residente em Endoscopia Digestiva",author:"MOURA, Eduardo Guimarães Hourneaux de; ARTIFON, Everson Luiz de Almeida; SAKAI, Paulo (eds.)",isbn:"9788520448588",edition:0,vbkType:"pbk",url:"/books/9788520448588",coverURL:"//covers.vitalbook.com/vbid/9788520448588/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Massagem: Anatomia Ilustrada – Guia Completo de Técnicas Básicas de Massagem",author:"ELLSWORTH, Abigail; ALTMAN, Peggy",isbn:"9788520449516",edition:0,vbkType:"pbk",url:"/books/9788520449516",coverURL:"//covers.vitalbook.com/vbid/9788520449516/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Medicina Comportamental",author:"WEDDING, Danny; STUBER, Margaret L. (eds.)",isbn:"9788520450192",edition:5,vbkType:"pbk",url:"/books/9788520450192",coverURL:"//covers.vitalbook.com/vbid/9788520450192/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mercado Financeiro, 13ª edição",author:"ASSAF NETO, Alexandre",isbn:"9788597002591",edition:0,vbkType:"epub",url:"/books/9788597002591",coverURL:"//covers.vitalbook.com/vbid/9788597002591/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Missão aprovação - 10 histórias de sucesso em concursos, 1ªedição.",author:"ROCHA, Marcelo Hugo da",isbn:"9788502637092",edition:0,vbkType:"pbk",url:"/books/9788502637092",coverURL:"//covers.vitalbook.com/vbid/9788502637092/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mudanças Climáticas: Do Global ao Local",author:"CORTESE, Tatiana Tucunduva P.; NATALINI, Gilberto (orgs.)",isbn:"9788520446607",edition:0,vbkType:"pbk",url:"/books/9788520446607",coverURL:"//covers.vitalbook.com/vbid/9788520446607/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Noções de Macroeconomia: Razões Teóricas para as Divergências entre os Economistas",author:"AMADO, Adriana Moreira; MOLLO, Maria de Lourdes Rollemberg",isbn:"9788520442623",edition:0,vbkType:"pbk",url:"/books/9788520442623",coverURL:"//covers.vitalbook.com/vbid/9788520442623/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novo Código de Processo Civil - Impactos na legislação extravagante e interdisciplinar V.1, 1ª edição.",author:"CIANCI, Mirna; DELFINO, Lucio Delfino; DANTAS, Bruno",isbn:"9788502637153",edition:0,vbkType:"pbk",url:"/books/9788502637153",coverURL:"//covers.vitalbook.com/vbid/9788502637153/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novo Código de Processo Civil - Impactos na legislação extravagante e interdisciplinar V.2, 1ª edição,",author:"CIANCI, Mirna; DELFINO, Lucio Delfino; DANTAS, Bruno",isbn:"9788502637184",edition:0,vbkType:"pbk",url:"/books/9788502637184",coverURL:"//covers.vitalbook.com/vbid/9788502637184/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nutrição e Técnica Dietética",author:"PHILIPPI, Sonia Tucunduva",isbn:"9788520448595",edition:3,vbkType:"pbk",url:"/books/9788520448595",coverURL:"//covers.vitalbook.com/vbid/9788520448595/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Comportamento do Consumidor: Comprando, Possuindo e Sendo",author:"SOLOMON, Michael R.",isbn:"9788582603680",edition:11,vbkType:"pbk",url:"/books/9788582603680",coverURL:"//covers.vitalbook.com/vbid/9788582603680/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O controle de constitucionalidade no direito brasileiro: exposição sistemática da doutrina e análise crítica da jurisprudência, 7ª edição.",author:"BARROSO, Luís Roberto",isbn:"9788502629271",edition:0,vbkType:"pbk",url:"/books/9788502629271",coverURL:"//covers.vitalbook.com/vbid/9788502629271/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Novo CPC e o Direito Civil, 2ª edição",author:"TARTUCE, Flávio",isbn:"9788530968823",edition:0,vbkType:"epub",url:"/books/9788530968823",coverURL:"//covers.vitalbook.com/vbid/9788530968823/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Setor Bancário Brasileiro de 1990 a 2010",author:"METZNER, Talita Dayane; MATIAS, Alberto Borges",isbn:"9788520448922",edition:0,vbkType:"pbk",url:"/books/9788520448922",coverURL:"//covers.vitalbook.com/vbid/9788520448922/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Terceiro Ausente: Ensaios e Discursos sobre a Paz e a Guerra",author:"BOBBIO, Norberto",isbn:"9788520446621",edition:0,vbkType:"pbk",url:"/books/9788520446621",coverURL:"//covers.vitalbook.com/vbid/9788520446621/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Organização de Eventos: Procedimentos e Técnicas",author:"MATIAS, Marlene",isbn:"9788520449028",edition:6,vbkType:"pbk",url:"/books/9788520449028",coverURL:"//covers.vitalbook.com/vbid/9788520449028/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Participação democrática e fomento nos conselhos deliberativos , 1ª edição.",author:"BARROS, Laura Mendes Amando des",isbn:"9788502227095",edition:0,vbkType:"pbk",url:"/books/9788502227095",coverURL:"//covers.vitalbook.com/vbid/9788502227095/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pequeno Tratado de Subversão da Ordem",author:"CAMPOS JÚNIOR, Dioclécio",isbn:"9788520449349",edition:0,vbkType:"pbk",url:"/books/9788520449349",coverURL:"//covers.vitalbook.com/vbid/9788520449349/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Plano de Negócio: Teoria Geral",author:"NAKAGAWA, Marcelo",isbn:"9788520441916",edition:0,vbkType:"pbk",url:"/books/9788520441916",coverURL:"//covers.vitalbook.com/vbid/9788520441916/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Políticas de Transporte no Brasil: A Construção da Mobilidade Excludente",author:"VASCONCELLOS, Eduardo Alcântara de",isbn:"9788520446638",edition:0,vbkType:"pbk",url:"/books/9788520446638",coverURL:"//covers.vitalbook.com/vbid/9788520446638/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios do direito processual ambiental, 6ª edição",author:"FIORILLO, Celso Pacheco",isbn:"9788502637368",edition:0,vbkType:"pbk",url:"/books/9788502637368",coverURL:"//covers.vitalbook.com/vbid/9788502637368/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Produtos Turísticos e Novos Segmentos de Mercado: Planejamento, Criação e Comercialização",author:"NETTO, Alexandre Panosso; ANSARAH, Marilia Gomes dos Reis (eds.)",isbn:"9788520448212",edition:0,vbkType:"pbk",url:"/books/9788520448212",coverURL:"//covers.vitalbook.com/vbid/9788520448212/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia Jurídica no Processo Civil Brasileiro, 3ª edição",author:"SILVA, Denise Maria Perissini da",isbn:"9788530969097",edition:0,vbkType:"epub",url:"/books/9788530969097",coverURL:"//covers.vitalbook.com/vbid/9788530969097/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia Jurídica, 7ª edição",author:"FIORELLI, José Osmir; MANGINI, Rosana Cathya Ragazzoni",isbn:"9788597004342",edition:0,vbkType:"epub",url:"/books/9788597004342",coverURL:"//covers.vitalbook.com/vbid/9788597004342/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Relações Internacionais",author:"SEITENFUS, Ricardo",isbn:"9788520444870",edition:2,vbkType:"pbk",url:"/books/9788520444870",coverURL:"//covers.vitalbook.com/vbid/9788520444870/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Resíduos Sólidos no Brasil: Oportunidades e Desafios da Lei Federal n. 12.305 (Lei de Resíduos Sólidos)",author:"TONETO JÚNIOR, Rudinei; SAIANI, Carlos César Santejo; DOURADO, Juscelino (orgs.)",isbn:"9788520449240",edition:0,vbkType:"pbk",url:"/books/9788520449240",coverURL:"//covers.vitalbook.com/vbid/9788520449240/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Gvlaw - Direito tributário: política fiscal, 2ª edição.",author:"Roberto França de Vasconcellos",isbn:"9788502630796",edition:0,vbkType:"pbk",url:"/books/9788502630796",coverURL:"//covers.vitalbook.com/vbid/9788502630796/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Linha direito comparado: Integração supranacional: dimensões da proteção multinível dos direitos e sistema de governo da União Europeia, 1ª edição.",author:"RAMIREZ, José Maria Porras",isbn:"9788502623446",edition:0,vbkType:"pbk",url:"/books/9788502623446",coverURL:"//covers.vitalbook.com/vbid/9788502623446/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Linha pesquisa acadêmica: a repercussão geral no supremo tribunal federal, 1ª edição.",author:"COELHO, Damares Medina",isbn:"9788502631748",edition:0,vbkType:"pbk",url:"/books/9788502631748",coverURL:"//covers.vitalbook.com/vbid/9788502631748/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Linha pesquisa acadêmica: o controle disciplinar da magistratura e o perfil ético do magistrado, 1 edição.",author:"MARTINS FILHO, Ives Gandra da Silva",isbn:"9788502631687",edition:0,vbkType:"pbk",url:"/books/9788502631687",coverURL:"//covers.vitalbook.com/vbid/9788502631687/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Provas & Concursos - Direito Administrativo, 3ª edição",author:"BARCHET, Gustavo",isbn:"9788530968113",edition:0,vbkType:"epub",url:"/books/9788530968113",coverURL:"//covers.vitalbook.com/vbid/9788530968113/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tecnologia Orientada para Gestão",author:"BALTZAN, Paige",isbn:"9788580555493",edition:6,vbkType:"pbk",url:"/books/9788580555493",coverURL:"//covers.vitalbook.com/vbid/9788580555493/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria Geral da Administração: Abordagens Descritivas e Explicativas, Volume II",author:"CHIAVENATO, Idalberto",isbn:"9788520440483",edition:7,vbkType:"pbk",url:"/books/9788520440483",coverURL:"//covers.vitalbook.com/vbid/9788520440483/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Turismo da Juventude",author:"GIARETTA, Maria José",isbn:"9788520449844",edition:0,vbkType:"pbk",url:"/books/9788520449844",coverURL:"//covers.vitalbook.com/vbid/9788520449844/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:34.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Projetos de Circuitos Analógicos",author:"FRANCO, Sergio",isbn:"9788580555530",edition:1,vbkType:"pbk",url:"/books/9788580555530",coverURL:"//covers.vitalbook.com/vbid/9788580555530/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tributação, Meio Ambiente e Desenvolvimento",author:"TUPIASSU, Lise; MENDES NETO, João Paulo",isbn:"9788530968434",edition:0,vbkType:"epub",url:"/books/9788530968434",coverURL:"//covers.vitalbook.com/vbid/9788530968434/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários à Convenção de Viena Sobre Contratos de Compra e Venda Internacional de Mercadorias (CISG)",author:"MOSER, Luiz Gustavo Meira; PIGNATTA, Francisco Augusto",isbn:"9788597003925",edition:0,vbkType:"epub",url:"/books/9788597003925",coverURL:"//covers.vitalbook.com/vbid/9788597003925/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de Pediatria",author:"CAMPOS JÚNIOR, Dioclécio; BURNS, Dennis Alexander Rabelo; LOPEZ, Fabio Ancona",isbn:"9788520438626",edition:3,vbkType:"pbk",url:"/books/9788520438626",coverURL:"//covers.vitalbook.com/vbid/9788520438626/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Aprendizagem e Performance Motora",author:"SCHMIDT, Richard; LEE, Tim",isbn:"9788582712962",edition:5,vbkType:"pbk",url:"/books/9788582712962",coverURL:"//covers.vitalbook.com/vbid/9788582712962/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Condominio e Incorporações, 12ª edição",author:"PEREIRA, Caio Mário da Silva",isbn:"9788530968649",edition:0,vbkType:"epub",url:"/books/9788530968649",coverURL:"//covers.vitalbook.com/vbid/9788530968649/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cartilha dos Direitos do Empregador e Empregado Doméstico - Perguntas e Respostas, 2ª edição",author:"JORGE NETO, Francisco Ferreira; CAVALCANTE, Jouberto de Quadros Pessoa; FRACAPPANI, Adriano",isbn:"9788597004366",edition:0,vbkType:"epub",url:"/books/9788597004366",coverURL:"//covers.vitalbook.com/vbid/9788597004366/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Saúde de Nossos Filhos",author:"WAKSMAN, Renata Dejtiar; SCHVARTSMAN, Cláudio; TROSTER, Eduardo Juan; ABRAMOVICI, Sulim (coords.)",isbn:"9788520435021",edition:3,vbkType:"pbk",url:"/books/9788520435021",coverURL:"//covers.vitalbook.com/vbid/9788520435021/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Terra Transformada",author:"William F. Ruddiman",isbn:"9788582603567",edition:1,vbkType:"pbk",url:"/books/9788582603567",coverURL:"//covers.vitalbook.com/vbid/9788582603567/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração da Produção, 4ª edição",author:"SLACK, Nigel; BRANDON-JONES, Alistair; JOHNSTON, Robert",isbn:"9788597003352",edition:0,vbkType:"epub",url:"/books/9788597003352",coverURL:"//covers.vitalbook.com/vbid/9788597003352/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração Financeira na Prática: Guia para Educação Financeira Corporativa e Gestão Financ",author:"Hoji, Masakazu ",isbn:"9788522492381",edition:0,vbkType:"pbk",url:"/books/9788522492381",coverURL:"//covers.vitalbook.com/vbid/9788522492381/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Agravo Contra as Decisões de Primeiro Grau, 2ª edição",author:"NOTARIANO Jr., Antonio; BRUSCHI, Gilberto Gomes",isbn:"978-85-309-6602-7",edition:0,vbkType:"epub",url:"/books/978-85-309-6602-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6602-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Análise de Crédito: Segmento: Empresas, Pessoas Físicas, Varejo, Agronegócio e Pecuária, 6ª ed",author:"Santos, José Odálio dos ",isbn:"9788522496099",edition:0,vbkType:"pbk",url:"/books/9788522496099",coverURL:"//covers.vitalbook.com/vbid/9788522496099/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia da Corrida: Guia Ilustrado de Força, Velocidade e Resistência para Corrida",author:"PULEO, Joe; MILROY, Patrick",isbn:"9788520447611",edition:0,vbkType:"pbk",url:"/books/9788520447611",coverURL:"//covers.vitalbook.com/vbid/9788520447611/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia da Dança",author:"HAAS, Jacqui Greene",isbn:"9788520447512",edition:0,vbkType:"pbk",url:"/books/9788520447512",coverURL:"//covers.vitalbook.com/vbid/9788520447512/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia da Natação",author:"MCLEOD, Ian",isbn:"9788520447628",edition:0,vbkType:"pbk",url:"/books/9788520447628",coverURL:"//covers.vitalbook.com/vbid/9788520447628/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia do Cão: Texto e Atlas",author:"BUDRAS, Klaus-Dieter; MCCARTHY, Patrick H.; HOROWITZ, Aaron; BERG, Rolf ",isbn:"9788520447529",edition:5,vbkType:"pbk",url:"/books/9788520447529",coverURL:"//covers.vitalbook.com/vbid/9788520447529/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"As Constituições do Brasil: 1824, 1891, 1934, 1937, 1946, 1967, 1988 e Suas Emendas",author:"PELUZO, Antonio Cezar (org.)",isbn:"9788520443620",edition:0,vbkType:"pbk",url:"/books/9788520443620",coverURL:"//covers.vitalbook.com/vbid/9788520443620/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"As Escolas Hermenêuticas e os Métodos de Interpretação da Lei",author:"MAZOTTI, Marcelo",isbn:"9788520446409",edition:0,vbkType:"pbk",url:"/books/9788520446409",coverURL:"//covers.vitalbook.com/vbid/9788520446409/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"As Funções da Responsabilidade Civil: A Reparação e a Pena Civil, 2ª edição",author:"Rosenvald, Nelson ",isbn:"9788522491759",edition:0,vbkType:"pbk",url:"/books/9788522491759",coverURL:"//covers.vitalbook.com/vbid/9788522491759/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Atendimento domiciliar: estrutura física, aspectos legais e operacionalização do serviço.",author:"SANTOS, Nívea Cristina Moreira",isbn:"978-85-365-1545-8",edition:1,vbkType:"pbk",url:"/books/978-85-365-1545-8",coverURL:"//covers.vitalbook.com/vbid/978-85-365-1545-8/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Atlas de Diagnóstico por Imagem em Cardiologia",author:"PINTO, Ibraim Masciarelli Francisco; SMANIO, Paola Emanuela P.; MATHIAS JR., Wilson (orgs.)",isbn:"9788520447635",edition:0,vbkType:"pbk",url:"/books/9788520447635",coverURL:"//covers.vitalbook.com/vbid/9788520447635/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ética profissional.",author:"BARSANO, Paulo Roberto; SOARES, Suerlane Pereira da Silva",isbn:"978-85-365-1541-0",edition:1,vbkType:"pbk",url:"/books/978-85-365-1541-0",coverURL:"//covers.vitalbook.com/vbid/978-85-365-1541-0/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Balanced Scorecard: Conceitos e Guia de Implementação",author:"Costa, Ana Paula Paulino da ",isbn:"9788597000344",edition:0,vbkType:"pbk",url:"/books/9788597000344",coverURL:"//covers.vitalbook.com/vbid/9788597000344/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bandagem Terapêutica no Esporte e na Reabilitação",author:"KEIL, Anne",isbn:"9788520447406",edition:0,vbkType:"pbk",url:"/books/9788520447406",coverURL:"//covers.vitalbook.com/vbid/9788520447406/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bases Biomecânicas do Movimento Humano",author:"HAMILL, Joseph; KNUTZEN, Kathleen M.",isbn:"9788520447567",edition:3,vbkType:"pbk",url:"/books/9788520447567",coverURL:"//covers.vitalbook.com/vbid/9788520447567/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bases Teóricas de Enfermagem",author:"McEWEN, Melanie; WILLS, Evelyn",isbn:"9788582712887",edition:4,vbkType:"pbk",url:"/books/9788582712887",coverURL:"//covers.vitalbook.com/vbid/9788582712887/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bioquímica Básica, 4ª edição",author:"MARZZOCO, Anita; TORRES, Bayardo Baptista",isbn:"978-85-277-2782-2",edition:0,vbkType:"epub",url:"/books/978-85-277-2782-2",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2782-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Brunner & Suddarth | Tratado de Enfermagem Médico-Cirúrgica, 13ª edição",author:"CHEEVER, Kerry H; BRUNNER, Lillian Sholtis; SUDDARTH, Doris Smith",isbn:"978-85-277-2820-1",edition:0,vbkType:"epub",url:"/books/978-85-277-2820-1",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2820-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Carta aos brasileiros 1977: manifesto de repúdio da ditadura e de exaltação do "estado de direito já", 2ª edição.",author:"TELLES JUNIOR, Goffredo",isbn:"9788502627802",edition:0,vbkType:"pbk",url:"/books/9788502627802",coverURL:"//covers.vitalbook.com/vbid/9788502627802/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cérebro Ativo: Reeducação do Movimento",author:"BERTAZZO, Ivaldo",isbn:"9788578681722",edition:0,vbkType:"pbk",url:"/books/9788578681722",coverURL:"//covers.vitalbook.com/vbid/9788578681722/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código de processo penal comentado, 1ª edição.",author:"MARCÃO, Renato",isbn:"9788502626805",edition:0,vbkType:"pbk",url:"/books/9788502626805",coverURL:"//covers.vitalbook.com/vbid/9788502626805/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código penal anotado, 23ª edição.",author:"JESUS, Damásio de",isbn:"9788502634350",edition:0,vbkType:"pbk",url:"/books/9788502634350",coverURL:"//covers.vitalbook.com/vbid/9788502634350/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Diplomata - Direito Internacional público, 1ª edição.",author:"TAVORA, Fabiano",isbn:"9788502623866",edition:0,vbkType:"pbk",url:"/books/9788502623866",coverURL:"//covers.vitalbook.com/vbid/9788502623866/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Diplomata - História Geral, 1ª edição.",author:"ARAUJO, Daniel de",isbn:"9788502323743",edition:0,vbkType:"pbk",url:"/books/9788502323743",coverURL:"//covers.vitalbook.com/vbid/9788502323743/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Sinopses Jurídicas 15 Tomo I - Processo penal: procedimentos, nulidades e recursos, 17ª edição.",author:"REIS, Alexandre Cebrian Araújo; GONÇALVES, Victor Eduardo Rios",isbn:"9788502620766",edition:0,vbkType:"pbk",url:"/books/9788502620766",coverURL:"//covers.vitalbook.com/vbid/9788502620766/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Sinopses Jurídicas 22 - Títulos de crédito e contratos mercantis, 11ª edição.",author:"Victor Eduardo Rios Gonçalves",isbn:"9788502623064",edition:0,vbkType:"pbk",url:"/books/9788502623064",coverURL:"//covers.vitalbook.com/vbid/9788502623064/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Sinopses Jurídicas 24 - Legislação penal especial: dos crimes hediondos, drogas, terrorismo, tortura, armas de fogo, contravenções penais, criems de trânsito: tomo I, 12ª edição.",author:"REIS, Alexandre Cebrian Araújo; GONÇALVES, Victor Eduardo Rios",isbn:"9788502620858",edition:0,vbkType:"pbk",url:"/books/9788502620858",coverURL:"//covers.vitalbook.com/vbid/9788502620858/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. sinopses jurídicas ; v. 15 – tomo II - Juizados especiais cíveis e criminais : federais e e",author:"SANTOS, Marisa Ferreira dos",isbn:"9788502189584",edition:0,vbkType:"pbk",url:"/books/9788502189584",coverURL:"//covers.vitalbook.com/vbid/9788502189584/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como Calcular o Preço de Venda",author:"BIAGIO, Luiz Arnaldo",isbn:"9788520447321",edition:0,vbkType:"pbk",url:"/books/9788520447321",coverURL:"//covers.vitalbook.com/vbid/9788520447321/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como Elaborar o Plano de Negócios",author:"BIAGIO, Luiz Arnaldo",isbn:"9788520447338",edition:0,vbkType:"pbk",url:"/books/9788520447338",coverURL:"//covers.vitalbook.com/vbid/9788520447338/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comportamento Organizacional: a Dinâmica do Sucesso das Organizações",author:"CHIAVENATO, Idalberto",isbn:"9788520447345",edition:3,vbkType:"pbk",url:"/books/9788520447345",coverURL:"//covers.vitalbook.com/vbid/9788520447345/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Construção – 101 Perguntas e Respostas: Dicas de Projetos, Materiais e Técnicas",author:"MEDEIROS, Jonas Silvestre",isbn:"9788578681494",edition:0,vbkType:"pbk",url:"/books/9788578681494",coverURL:"//covers.vitalbook.com/vbid/9788578681494/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Tributária: Um Enfoque Prático nas Áreas Federal, Estadual e Municipal, 2ª ediçã",author:"Andrade, Euridice S. Mamede de; Lins, Luiz dos Santos; Borges, Viviane Lima ",isbn:"9788522499977",edition:0,vbkType:"pbk",url:"/books/9788522499977",coverURL:"//covers.vitalbook.com/vbid/9788522499977/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controladoria Estratégica - Textos e Casos Práticos com Solução, 11ª Edição",author:"OLIVEIRA, Luís Martins de; PEREZ Jr., José Hernandez; SILVA, Carlos Alberto dos Santos",isbn:"9788597003000",edition:0,vbkType:"epub",url:"/books/9788597003000",coverURL:"//covers.vitalbook.com/vbid/9788597003000/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controladoria Estratégica e Seus Desdobramentos Comportamentais",author:"BERMUDO, Vera; VERTAMATTI, Roberto",isbn:"9788597002522",edition:0,vbkType:"epub",url:"/books/9788597002522",coverURL:"//covers.vitalbook.com/vbid/9788597002522/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Química para Engenharia, Volume I: Energia",author:"TRSIC, Milan; FRESQUI, Maíra Carvalho",isbn:"9788520435045",edition:0,vbkType:"pbk",url:"/books/9788520435045",coverURL:"//covers.vitalbook.com/vbid/9788520435045/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Disciplina Positiva",author:"NELSEN, Jane",isbn:"9788520448694",edition:3,vbkType:"pbk",url:"/books/9788520448694",coverURL:"//covers.vitalbook.com/vbid/9788520448694/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Economia - Micro e Macro, 6ª Edição",author:"VASCONCELLOS, Marco Antonio Sandoval de",isbn:"9788597003505",edition:0,vbkType:"epub",url:"/books/9788597003505",coverURL:"//covers.vitalbook.com/vbid/9788597003505/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Elaboração de Projeto, TCC, Dissertação e Tese: Uma Abordagem Simples, Prática e Objetiva, 2ª ",author:"Almeida, Mário de Souza ",isbn:"9788522491162",edition:0,vbkType:"pbk",url:"/books/9788522491162",coverURL:"//covers.vitalbook.com/vbid/9788522491162/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Elementos de Máquinas de Shigley",author:"BUDYNAS, Richard; NISBETT, J. Keith",isbn:"9788580555554",edition:10,vbkType:"pbk",url:"/books/9788580555554",coverURL:"//covers.vitalbook.com/vbid/9788580555554/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eletroterapia Clínica",author:"NELSON, Roger M.; HAYES, Karen W.; CURRIER, Dean P. (eds.)",isbn:"9788520447420",edition:3,vbkType:"pbk",url:"/books/9788520447420",coverURL:"//covers.vitalbook.com/vbid/9788520447420/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Emergências em Pediatria: Protocolos da Santa Casa",author:"LA TORRE, Fabíola Peixoto Ferreira; PASSARELLI, Maria Lucia Bastos; CESAR, Regina Grigolli; PECCHINI",isbn:"9788520437568",edition:2,vbkType:"pbk",url:"/books/9788520437568",coverURL:"//covers.vitalbook.com/vbid/9788520437568/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Emergências Oncológicas em Pediatria: o que o Pediatra, o Médico Emergencista e o Intensivista Precisam Saber",author:"LA TORRE, Fabíola Peixoto Ferreira; CARVALHO FILHO, Neviçolino Pereira de; ALMEIDA, Flávia Jacquelin",isbn:"9788520447048",edition:0,vbkType:"pbk",url:"/books/9788520447048",coverURL:"//covers.vitalbook.com/vbid/9788520447048/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Emergências Pediátricas: Abordagem Baseada em Casos Clínicos e Evidências Científicas",author:"FERREIRA, Adriana Vada Souza; SCHVARTSMAN, Benita Galassi Soares; OLIVEIRA, Carlos Augusto Cardim de",isbn:"9788520440872",edition:0,vbkType:"pbk",url:"/books/9788520440872",coverURL:"//covers.vitalbook.com/vbid/9788520440872/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Energia Eólica",author:"FADIGAS, Eliane A. Faria Amaral",isbn:"9788520446539",edition:0,vbkType:"pbk",url:"/books/9788520446539",coverURL:"//covers.vitalbook.com/vbid/9788520446539/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Energia Elétrica e Sustentabilidade: Aspectos Tecnológicos, Socioambientais e Legais",author:"REIS, Lineu Belico dos; SANTOS, Eldis Camargo",isbn:"9788520443033",edition:2,vbkType:"pbk",url:"/books/9788520443033",coverURL:"//covers.vitalbook.com/vbid/9788520443033/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Engenharia de Software",author:"PRESSMAN, Roger; MAXIM, Bruce",isbn:"9788580555349",edition:8,vbkType:"pbk",url:"/books/9788580555349",coverURL:"//covers.vitalbook.com/vbid/9788580555349/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estratégias de Comunicação nas Mídias Sociais",author:"BUENO, Wilson da Costa (org.)",isbn:"9788520447437",edition:0,vbkType:"pbk",url:"/books/9788520447437",coverURL:"//covers.vitalbook.com/vbid/9788520447437/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Exam Ref 70-412: Configuração dos Serviços Avançados do Windows Server 2012 R2",author:"MACKIN, J. C.; THOMAS, Orin",isbn:"9788582603772",edition:1,vbkType:"pbk",url:"/books/9788582603772",coverURL:"//covers.vitalbook.com/vbid/9788582603772/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Filhos Adolescentes: de 10 a 20 Anos",author:"LOPEZ, Fabio Ancona; CAMPOS JR., Dioclécio (orgs.)",isbn:"9788520447369",edition:0,vbkType:"pbk",url:"/books/9788520447369",coverURL:"//covers.vitalbook.com/vbid/9788520447369/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Filhos: da Gravidez aos 2 Anos de Idade",author:"LOPEZ, Fabio Ancona; CAMPOS JR., Dioclécio (orgs.)",isbn:"9788520447536",edition:0,vbkType:"pbk",url:"/books/9788520447536",coverURL:"//covers.vitalbook.com/vbid/9788520447536/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Filhos: de 2 a 10 Anos de Idade",author:"LOPEZ, Fabio Ancona; CAMPOS JR., Dioclécio (orgs.)",isbn:"9788520447543",edition:0,vbkType:"pbk",url:"/books/9788520447543",coverURL:"//covers.vitalbook.com/vbid/9788520447543/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiologia Renal de Vander - Lange",author:"EATON, Douglas C.; POOLER, John P.",isbn:"9788580554144",edition:8,vbkType:"pbk",url:"/books/9788580554144",coverURL:"//covers.vitalbook.com/vbid/9788580554144/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisioterapia Neonatal e Pediátrica",author:"PRADO, Cristiane do; VALE, Luciana Assis (coords.)",isbn:"9788520447550",edition:0,vbkType:"pbk",url:"/books/9788520447550",coverURL:"//covers.vitalbook.com/vbid/9788520447550/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fraturas em Adultos de Rockwood & Green",author:"BUCHOLZ, Robert W.; COURT-BROWN, Charles M.; HECKMAN, James D.; TORNETTA III, Paul (eds.); MCQUEENS,",isbn:"9788520447659",edition:7,vbkType:"pbk",url:"/books/9788520447659",coverURL:"//covers.vitalbook.com/vbid/9788520447659/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Arte: Teoria e Prática",author:"OCVIRK, Otto G.; STINSON, Robert E.; WIGG, Philip R.; BONE, Robert O.; CAYTON, David L.",isbn:"9788580553765",edition:12,vbkType:"pbk",url:"/books/9788580553765",coverURL:"//covers.vitalbook.com/vbid/9788580553765/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Geodésia e Cartografia - Série Tekne",author:"OLIVEIRA, Marcelo Tuler de; SARAIVA, Sérgio Luiz Costa",isbn:"9788582603697",edition:1,vbkType:"pbk",url:"/books/9788582603697",coverURL:"//covers.vitalbook.com/vbid/9788582603697/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"GANHE MAIS INVESTINDO EM OPÇÕES: UM GUIA REVELADOR COM TUDO O QUE VOCÊ PRECISA SABER PARA GANHAR ",author:"MARCELO C. PIAZZA",isbn:"9788502106062",edition:0,vbkType:"pbk",url:"/books/9788502106062",coverURL:"//covers.vitalbook.com/vbid/9788502106062/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Geriatria e Gerontologia",author:"MENDES, Telma de Almeida Busch (coord.)",isbn:"9788520440223",edition:0,vbkType:"pbk",url:"/books/9788520440223",coverURL:"//covers.vitalbook.com/vbid/9788520440223/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão da Imagem de Organizações, Marcas e Produtos: Através do MCI - Método para Configuraçã",author:"Schuler, Maria; Toni, Deonir de ",isbn:"9788522497195",edition:0,vbkType:"pbk",url:"/books/9788522497195",coverURL:"//covers.vitalbook.com/vbid/9788522497195/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Crises e Comunicação: O que Gestores e Profissionais de Comunicação Precisam Saber pa",author:"Forni, João José ",isbn:"9788522498956",edition:0,vbkType:"pbk",url:"/books/9788522498956",coverURL:"//covers.vitalbook.com/vbid/9788522498956/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Pessoas nas Organizações: Sua Relação com Governança, Cultura e Liderança",author:"Barbieri, Ugo Franco ",isbn:"9788522499076",edition:0,vbkType:"pbk",url:"/books/9788522499076",coverURL:"//covers.vitalbook.com/vbid/9788522499076/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão Financeira para Cooperativas: Enfoque Contábil e Gerencial",author:"Zdanowicz, José Eduardo ",isbn:"9788522491186",edition:0,vbkType:"pbk",url:"/books/9788522491186",coverURL:"//covers.vitalbook.com/vbid/9788522491186/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão da Cadeia de Suprimentos - Uma Jornada Empreendedora da Prática à Teoria",author:"BREMER, Carlos; Espôsto, Kleber; TORRES, Paulo; FREITAS, Paulo",isbn:"978-85-216-3023-4",edition:0,vbkType:"epub",url:"/books/978-85-216-3023-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-3023-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão estratégica de clientes - Key account management",author:"Francisco J. S. M. Alvarez",isbn:"9788502636316",edition:1,vbkType:"pbk",url:"/books/9788502636316",coverURL:"//covers.vitalbook.com/vbid/9788502636316/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia de Nutrição Clínica na Infância e na Adolescência",author:"PALMA, Domingos; ESCRIVÃO, Maria Alete Meil Schimith; OLIVEIRA, Fernanda Luisa Ceragioli (coords.)",isbn:"9788520447673",edition:0,vbkType:"pbk",url:"/books/9788520447673",coverURL:"//covers.vitalbook.com/vbid/9788520447673/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"História da Educação Brasileira: Do Período Colonial ao Predomínio das Políticas Educacionais ",author:"Shigunov Neto, Alexandre ",isbn:"9788522498390",edition:0,vbkType:"pbk",url:"/books/9788522498390",coverURL:"//covers.vitalbook.com/vbid/9788522498390/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Imunologia: Do básico ao Aplicado, 2ª edição",author:"FORTE, Wilma Carvalho Neves ",isbn:"9788536312897",edition:0,vbkType:"pbk",url:"/books/9788536312897",coverURL:"//covers.vitalbook.com/vbid/9788536312897/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Leis Penais e Processuais Penais Comentadas - Vol. 2, 9ª edição",author:"NUCCI, Guilherme de Souza",isbn:"9788530968519",edition:0,vbkType:"epub",url:"/books/9788530968519",coverURL:"//covers.vitalbook.com/vbid/9788530968519/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lições de Linguagem Jurídica - Da Interpretação à Produção do Texto, 4ª edição",author:"VALVERDE, Alda da Graça Marques; FETZNER, Néli Luiza Cavalieri; TAVARES Jr., Nelson Carlos",isbn:"978-85-309-6768-0",edition:0,vbkType:"epub",url:"/books/978-85-309-6768-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6768-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lições de Direito Empresarial, 12ª edição",author:"GUSMÃO, Mônica",isbn:"978-85-309-6583-9",edition:0,vbkType:"epub",url:"/books/978-85-309-6583-9",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6583-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Logística e Gerenciamento da Cadeia de Suprimentos: Um Enfoque para os Cursos Superiores de Tecnolo",author:"Pozo, Hamilton ",isbn:"9788522499243",edition:0,vbkType:"pbk",url:"/books/9788522499243",coverURL:"//covers.vitalbook.com/vbid/9788522499243/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Audiologia Pediátrica",author:"LEVY, Cilmara Cristina Alves da Costa (coord.)",isbn:"9788520447581",edition:0,vbkType:"pbk",url:"/books/9788520447581",coverURL:"//covers.vitalbook.com/vbid/9788520447581/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de direito previdenciário, 3ª edição.",author:"Leitão, André Studart",isbn:"9788502622128",edition:0,vbkType:"pbk",url:"/books/9788502622128",coverURL:"//covers.vitalbook.com/vbid/9788502622128/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Goniometria",author:"MARQUES, Amélia Pasqual",isbn:"9788520447468",edition:3,vbkType:"pbk",url:"/books/9788520447468",coverURL:"//covers.vitalbook.com/vbid/9788520447468/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Práticas Contábeis, 3ª edição",author:"SANTOS, José Luiz dos; SCHMIDT, Paulo; FERNANDES, Luciane Alves; GOMES, José Mário Matsumura",isbn:"978-85-970-0361-1",edition:0,vbkType:"epub",url:"/books/978-85-970-0361-1",coverURL:"//covers.vitalbook.com/vbid/978-85-970-0361-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Redação de Contratos Sociais, Estatutos e Acordos de Sócios, 3ª edição",author:"Mamede, Gladston; Mamede, Eduarda Cotta ",isbn:"9788522497430",edition:0,vbkType:"pbk",url:"/books/9788522497430",coverURL:"//covers.vitalbook.com/vbid/9788522497430/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Saúde da Família",author:"GARCIA, Maria Lúcia Bueno",isbn:"978-85-277-2778-5",edition:0,vbkType:"epub",url:"/books/978-85-277-2778-5",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2778-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática Financeira: Guia para Investidores no Mercado Financeiro e de Capitais",author:"Gonsalves, Renaldo Antônio ",isbn:"9788522497157",edition:0,vbkType:"pbk",url:"/books/9788522497157",coverURL:"//covers.vitalbook.com/vbid/9788522497157/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Medicamentos de A a Z: Enfermagem",author:"TORRIANI, Mayde S.; SANTOS, Luciana dos; ECHER, Isabel Cristina; BARROS, Elvino\n",isbn:"9788582712627",edition:2,vbkType:"pbk",url:"/books/9788582712627",coverURL:"//covers.vitalbook.com/vbid/9788582712627/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Meio ambiente, planejamento e desenvolvimento sustentável",author:"Paulo Roberto Haddad",isbn:"9788502636798",edition:1,vbkType:"pbk",url:"/books/9788502636798",coverURL:"//covers.vitalbook.com/vbid/9788502636798/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microbiologia Veterinária, 3ª edição",author:"McVEY, Scott; KENNEDY, Melissa; CHENGAPPA, M.M.",isbn:"9788527728263",edition:0,vbkType:"epub",url:"/books/9788527728263",coverURL:"//covers.vitalbook.com/vbid/9788527728263/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microeconomia - Série Express",author:"Stuart Wall ",isbn:"9788502635937",edition:1,vbkType:"pbk",url:"/books/9788502635937",coverURL:"//covers.vitalbook.com/vbid/9788502635937/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Negociação e direito - proposições, 1ª Edição.",author:"RAMUNNO, Pedro A. L.",isbn:"9788502616165",edition:0,vbkType:"pbk",url:"/books/9788502616165",coverURL:"//covers.vitalbook.com/vbid/9788502616165/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Negociações Coletivas no Brasil: 50 Anos de Aprendizado",author:"Amorim, Wilson Aparecido Costa de ",isbn:"9788522499724",edition:0,vbkType:"pbk",url:"/books/9788522499724",coverURL:"//covers.vitalbook.com/vbid/9788522499724/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Neurociência e Direito Penal",author:"Busato, Paulo César (Org.)",isbn:"9788522491414",edition:0,vbkType:"pbk",url:"/books/9788522491414",coverURL:"//covers.vitalbook.com/vbid/9788522491414/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"NINGUÉM É EMPREENDEDOR SOZINHO: O NOVO HOMO HABILIS",author:"LUIZ MARINS",isbn:"9788502124578",edition:0,vbkType:"pbk",url:"/books/9788502124578",coverURL:"//covers.vitalbook.com/vbid/9788502124578/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novos Paradigmas da Responsabilidade Civil: Da Erosão dos Filtros da Reparação à Diluição dos ",author:"Schreiber, Anderson ",isbn:"9788522497492",edition:0,vbkType:"pbk",url:"/books/9788522497492",coverURL:"//covers.vitalbook.com/vbid/9788522497492/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Bebê Prematuro: Tudo o que os Pais Precisam Saber",author:"DEUTSCH, Alice D'Agostini; DORNAUS, Maria Fernanda P. S.; WAKSMAN, Renata Dejtiar (coords.)",isbn:"9788520447697",edition:0,vbkType:"pbk",url:"/books/9788520447697",coverURL:"//covers.vitalbook.com/vbid/9788520447697/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Gerente Lean - Uma Transformção Lean em Romance",author:"Freddy Ballé; Michael Ballé",isbn:"9788540700420",edition:0,vbkType:"pbk",url:"/books/9788540700420",coverURL:"//covers.vitalbook.com/vbid/9788540700420/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O nascimento do Lean",author:"SHIMOKAWA, Koichi ; FUJIMOTO, Takahiro ",isbn:"9788577807598",edition:0,vbkType:"pbk",url:"/books/9788577807598",coverURL:"//covers.vitalbook.com/vbid/9788577807598/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O que é Biomecânica",author:"KAPANDJI, Adalbert I.",isbn:"9788520447482",edition:0,vbkType:"pbk",url:"/books/9788520447482",coverURL:"//covers.vitalbook.com/vbid/9788520447482/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O que é um Axioma",author:"SANT'ANNA, Adonai S.",isbn:"9788520448182",edition:0,vbkType:"pbk",url:"/books/9788520448182",coverURL:"//covers.vitalbook.com/vbid/9788520448182/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Odontologia Baseada em Evidências e Intervenção Mínima em Odontologia - Série Abeno",author:"KRIGER, Léo; MOYSÉS, Simone Tetu; MORITA, Maria Celeste",isbn:"9788536702575",edition:1,vbkType:"pbk",url:"/books/9788536702575",coverURL:"//covers.vitalbook.com/vbid/9788536702575/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pai Ausente, Filho Carente",author:"CORNEAU, Guy",isbn:"9788520447451",edition:0,vbkType:"pbk",url:"/books/9788520447451",coverURL:"//covers.vitalbook.com/vbid/9788520447451/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Patologia: Uma Abordagem por Estudos de Casos (Lange)",author:"REISNER, Howard M.",isbn:"9788580555479",edition:1,vbkType:"pbk",url:"/books/9788580555479",coverURL:"//covers.vitalbook.com/vbid/9788580555479/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pediatria: Diagnóstico e Tratamento",author:"MORAIS, Mauro Batista de; CAMPOS, Sandra de Oliveira; HILÁRIO, Maria Odete Esteves (eds.)",isbn:"9788520447598",edition:0,vbkType:"pbk",url:"/books/9788520447598",coverURL:"//covers.vitalbook.com/vbid/9788520447598/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento Estratégico Público ou Privado: Guia para Projetos em Organizações de Governo e de ",author:"Rezende, Denis Alcides ",isbn:"9788522498604",edition:0,vbkType:"pbk",url:"/books/9788522498604",coverURL:"//covers.vitalbook.com/vbid/9788522498604/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento Tributário na Prática: Gestão Tributária Aplicada, 3ª edição",author:"Chaves, Francisco Coutinho ",isbn:"9788522488964",edition:0,vbkType:"pbk",url:"/books/9788522488964",coverURL:"//covers.vitalbook.com/vbid/9788522488964/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Polimento e Maximização para um Ótimo Desempenho Físico",author:"MUJIKA, Iñigo",isbn:"9788520444177",edition:0,vbkType:"pbk",url:"/books/9788520444177",coverURL:"//covers.vitalbook.com/vbid/9788520444177/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Políticas públicas e direitos fundamentais, 2ª edição.",author:"FONTE, Felipe de Melo",isbn:"9788502622555",edition:0,vbkType:"pbk",url:"/books/9788502622555",coverURL:"//covers.vitalbook.com/vbid/9788502622555/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Porth | Fisiopatologia, 9ª edição",author:"GROSSMAN, Sheila C.; PORTH, Carol Mattson",isbn:"978-85-277-2839-3",edition:0,vbkType:"epub",url:"/books/978-85-277-2839-3",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2839-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática da Reabilitação Musculoesquelética: Princípios e Fundamentos Científicos",author:"MAGEE, David J.; ZACHAZEWSKI, James E.; QUILLEN, William S. (eds.)",isbn:"9788520447499",edition:0,vbkType:"pbk",url:"/books/9788520447499",coverURL:"//covers.vitalbook.com/vbid/9788520447499/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Primeiras Lições sobre o Novo Direito Procesual Civil Brasileiro",author:"THEODORO Jr., Humberto; OLIVEIRA, Fernanda Alvim Ribeiro de; REZENDE, Ester Camila Gomes Norato",isbn:"978-85-309-6596-9",edition:0,vbkType:"epub",url:"/books/978-85-309-6596-9",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6596-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios Básicos de Diagnóstico por Imagem",author:"FUNARI, Marcelo Buarque de Gusmão; NOGUEIRA, Solange Amorim; SILVA, Elaine Ferreira da; GUERRA, Elai",isbn:"9788520439852",edition:0,vbkType:"pbk",url:"/books/9788520439852",coverURL:"//covers.vitalbook.com/vbid/9788520439852/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processo Cautelar: Estudos Avançados",author:"MACHADO, Costa; VEZZONI, Marina (orgs.)",isbn:"9788520446645",edition:0,vbkType:"pbk",url:"/books/9788520446645",coverURL:"//covers.vitalbook.com/vbid/9788520446645/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Programa de Direito do Consumidor, 4ª edição",author:"Cavalieri Filho, Sergio ",isbn:"9788522490790",edition:0,vbkType:"pbk",url:"/books/9788522490790",coverURL:"//covers.vitalbook.com/vbid/9788522490790/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia Aplicada à Administração de Empresas, 5ª edição",author:"BERGAMINI, Cecília Whitaker",isbn:"978-85-970-0360-4",edition:0,vbkType:"epub",url:"/books/978-85-970-0360-4",coverURL:"//covers.vitalbook.com/vbid/978-85-970-0360-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química para um Futuro Sustentável",author:"American Chemical Society",isbn:"9788580555400",edition:8,vbkType:"pbk",url:"/books/9788580555400",coverURL:"//covers.vitalbook.com/vbid/9788580555400/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Regulamentação Fiscal das Normas Contábeis do IFRS e CPC - Lei N° 12.973/14: Aspectos Contábeis",author:"Almeida, Marcelo Cavalcanti ; Almeida, Rafael Jachelli ",isbn:"9788522499915",edition:0,vbkType:"pbk",url:"/books/9788522499915",coverURL:"//covers.vitalbook.com/vbid/9788522499915/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Remuneração, Benefícios e Relações de Trabalho: Como Reter Talentos na Organização",author:"CHIAVENATO, Idalberto",isbn:"9788520446065",edition:7,vbkType:"pbk",url:"/books/9788520446065",coverURL:"//covers.vitalbook.com/vbid/9788520446065/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Representação Comercial, 5ª edição.",author:"SAAD, Ricardo Nacim",isbn:"9788502226531",edition:0,vbkType:"pbk",url:"/books/9788502226531",coverURL:"//covers.vitalbook.com/vbid/9788502226531/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - linha Direito Comparado - Teoria do direito : uma introdução, 1ª edição.",author:"VESTING, Thomas",isbn:"9788502619623",edition:0,vbkType:"pbk",url:"/books/9788502619623",coverURL:"//covers.vitalbook.com/vbid/9788502619623/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Provas & Concursos - Arquivologia",author:"MARIANO, Fabrício",isbn:"978-85-309-6585-3",edition:0,vbkType:"epub",url:"/books/978-85-309-6585-3",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6585-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Provas & Concursos - Relações Econômicas Internacionais e Comércio Internacional, 4ª",author:"LUZ, Rodrigo",isbn:"978-85-309-6581-5",edition:0,vbkType:"epub",url:"/books/978-85-309-6581-5",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6581-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sinopses jurídicas 19, Direito Administrativo, parte I, 13ª edição",author:"ROSA, Márcio Fernando Elias",isbn:"9788502160286",edition:0,vbkType:"pbk",url:"/books/9788502160286",coverURL:"//covers.vitalbook.com/vbid/9788502160286/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas, Métodos & Processos: Administrando Organizações por Meio de Processos de Negócios,",author:"Cruz, Tadeu ",isbn:"9788522493647",edition:0,vbkType:"pbk",url:"/books/9788522493647",coverURL:"//covers.vitalbook.com/vbid/9788522493647/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sociologia - Série A",author:"WITT, Jon",isbn:"9788580555325",edition:3,vbkType:"pbk",url:"/books/9788580555325",coverURL:"//covers.vitalbook.com/vbid/9788580555325/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Storytelling e suas Aplicações no Mundo dos Negócios",author:"Franco, Max ",isbn:"9788522498970",edition:0,vbkType:"pbk",url:"/books/9788522498970",coverURL:"//covers.vitalbook.com/vbid/9788522498970/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sucesso com direito, 1ª edição.",author:"NICHOLAS, Paulo",isbn:"9788502626362",edition:0,vbkType:"pbk",url:"/books/9788502626362",coverURL:"//covers.vitalbook.com/vbid/9788502626362/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnicas de Exercícios Terapêuticos: Estratégias de Intervenção Musculoesquelética",author:"VOIGHT, Michael L.; HOOGENBOOM, Barbara J.; PRENTICE, William E. (eds.)",isbn:"9788520447505",edition:0,vbkType:"pbk",url:"/books/9788520447505",coverURL:"//covers.vitalbook.com/vbid/9788520447505/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tecnologia, Educação e Contabilidade",author:"AFONSO, Luís Eduardo; MACHADO, Esmael Almeida",isbn:"9788597002911",edition:0,vbkType:"epub",url:"/books/9788597002911",coverURL:"//covers.vitalbook.com/vbid/9788597002911/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria do direito, 3ª Edição.",author:"Siqueira Jr., Paulo Hamilton",isbn:"9788502145719",edition:0,vbkType:"pbk",url:"/books/9788502145719",coverURL:"//covers.vitalbook.com/vbid/9788502145719/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terapêutica em Pediatria",author:"LOPEZ, Fabio Ancona; GIRIBELA, Flavio; KONSTANTYNER, Tulio",isbn:"9788520447604",edition:2,vbkType:"pbk",url:"/books/9788520447604",coverURL:"//covers.vitalbook.com/vbid/9788520447604/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de Obesidade, 2ª edição",author:"MANCINI, Marcio C.",isbn:"978-85-277-2770-9",edition:0,vbkType:"epub",url:"/books/978-85-277-2770-9",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2770-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Uma Obstetra Grávida: a Teoria Desafiando a Prática",author:"RAMOS, Naira",isbn:"9788520447390",edition:0,vbkType:"pbk",url:"/books/9788520447390",coverURL:"//covers.vitalbook.com/vbid/9788520447390/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ventilação Mecânica - Fundamentos e Prática Clínica",author:"VALIATTI, Jorge Luis dos Santos; AMARAL, José Luiz Gomes; FALCÃO, Luiz Fernando dos Reis",isbn:"978-85-277-2843-0",edition:0,vbkType:"epub",url:"/books/978-85-277-2843-0",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2843-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Wallach | Interpretação de Exames Laboratoriais, 10ª edição",author:"WILLIAMSON, Mary A.; SNYDER, L. Michael",isbn:"9788527728652",edition:0,vbkType:"epub",url:"/books/9788527728652",coverURL:"//covers.vitalbook.com/vbid/9788527728652/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:33.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso Direito Civil - Vol. 3 - Contratos, 8ª edição",author:"NADER, Paulo",isbn:"9788530968496",edition:0,vbkType:"epub",url:"/books/9788530968496",coverURL:"//covers.vitalbook.com/vbid/9788530968496/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Redes Elétricas Inteligentes - Aplicações, Comunicação e Segurança",author:"BERGER, Lars Torsten; INIEWSKI, Krzysztof",isbn:"9788521630302",edition:0,vbkType:"epub",url:"/books/9788521630302",coverURL:"//covers.vitalbook.com/vbid/9788521630302/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Aventura da Filosofia: de Parmênides a Nietzsche",author:"GHIRALDELLI JR., Paulo",isbn:"9788520443408",edition:0,vbkType:"pbk",url:"/books/9788520443408",coverURL:"//covers.vitalbook.com/vbid/9788520443408/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A luta pelo direito, 1ª edição.",author:"JHERING, Rudolf von",isbn:"9788502209107",edition:0,vbkType:"pbk",url:"/books/9788502209107",coverURL:"//covers.vitalbook.com/vbid/9788502209107/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração nos novos tempos: os novos horizontes em administração",author:"CHIAVENATO, Idalberto",isbn:"9788520445464",edition:3,vbkType:"pbk",url:"/books/9788520445464",coverURL:"//covers.vitalbook.com/vbid/9788520445464/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia: caderno ilustrado de exercícios",author:"PROSDÓCIMI, Fábio César; NOGUEIRA, Maria Inês",isbn:"9788520441565",edition:0,vbkType:"pbk",url:"/books/9788520441565",coverURL:"//covers.vitalbook.com/vbid/9788520441565/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anestesia e Reanimação",author:"LEITÃO, Fernando Bueno Pereira (ed.)",isbn:"9788520442753",edition:0,vbkType:"pbk",url:"/books/9788520442753",coverURL:"//covers.vitalbook.com/vbid/9788520442753/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Argumentar em Situações Difíceis",author:"BRETON, Philippe",isbn:"9788520443514",edition:0,vbkType:"pbk",url:"/books/9788520443514",coverURL:"//covers.vitalbook.com/vbid/9788520443514/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Arte em Papel: 25 Projetos Contemporâneos para sua Casa",author:"YOUNGS, Clare",isbn:"9788520441794",edition:0,vbkType:"pbk",url:"/books/9788520441794",coverURL:"//covers.vitalbook.com/vbid/9788520441794/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Atividades Físicas para Jovens com Deficiências Graves",author:"CANALES, Lindsay K.; LYTLE, Rebecca K.",isbn:"9788520444993",edition:0,vbkType:"pbk",url:"/books/9788520444993",coverURL:"//covers.vitalbook.com/vbid/9788520444993/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ativismo judicial : parâmetros dogmáticos, 2ª edição.",author:"RAMOS, Elival Silva",isbn:"9788502622289",edition:0,vbkType:"pbk",url:"/books/9788502622289",coverURL:"//covers.vitalbook.com/vbid/9788502622289/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Atualização em Emergências Médicas, volume 2",author:"SILVA, Leonardo da; FALCÃO, Luiz Fernando dos Reis",isbn:"9788520439333",edition:0,vbkType:"pbk",url:"/books/9788520439333",coverURL:"//covers.vitalbook.com/vbid/9788520439333/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Boas Práticas em Saúde Mental Comunitária",author:"THORNICROFT, Graham; TANSELLA, Michele",isbn:"9788520442944",edition:0,vbkType:"pbk",url:"/books/9788520442944",coverURL:"//covers.vitalbook.com/vbid/9788520442944/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ciências Farmacêuticas - Toxicologia Analítica, 2ª edição",author:"MOREAU, Regina Lúcia de Moraes",isbn:"978-85-277-2860-7",edition:0,vbkType:"epub",url:"/books/978-85-277-2860-7",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2860-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Diplomata - Geografia: epistemologia, política e meio ambiente: tomo I, 1ª edição.",author:"SANTOS JUNIOR, Washington Ramos dos",isbn:"9788502624016",edition:0,vbkType:"pbk",url:"/books/9788502624016",coverURL:"//covers.vitalbook.com/vbid/9788502624016/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Diplomata - Geografia: geografia economica: tomo II, 1ª edição.",author:"SANTOS JUNIOR, Washington Ramos dos",isbn:"9788502624047",edition:0,vbkType:"pbk",url:"/books/9788502624047",coverURL:"//covers.vitalbook.com/vbid/9788502624047/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Diplomata - História do Brasil: tomo I: o tempo das monarquias, 1ª edição.",author:"SOARES, Rodrigo Goyena; TÁVORA, Fabiano",isbn:"9788502624078",edition:0,vbkType:"pbk",url:"/books/9788502624078",coverURL:"//covers.vitalbook.com/vbid/9788502624078/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Diplomata - História do Brasil: tomo II: o tempo das repúblicas, 1ª edição.",author:"SOARES, Rodrigo Goyena; TÁVORA, Fabiano",isbn:"9788502624139",edition:0,vbkType:"pbk",url:"/books/9788502624139",coverURL:"//covers.vitalbook.com/vbid/9788502624139/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Diplomata - Inglês, 1ª edição.",author:"CELESTINO, Jefferson; TÀVORA, Fabiano",isbn:"9788502624108",edition:0,vbkType:"pbk",url:"/books/9788502624108",coverURL:"//covers.vitalbook.com/vbid/9788502624108/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Diplomata - Microeconomia, 1ª edição.",author:"MILTONS, Michele Merética",isbn:"9788502623958",edition:0,vbkType:"pbk",url:"/books/9788502623958",coverURL:"//covers.vitalbook.com/vbid/9788502623958/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Diplomata - Política internacional: tomo I: a política externa brasileira e os novos padrões de inserção no sistema internaciona o século XXI, 1ª edição.",author:"CONSIDERA, Carlos Alexandre",isbn:"9788502623804",edition:0,vbkType:"pbk",url:"/books/9788502623804",coverURL:"//covers.vitalbook.com/vbid/9788502623804/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Diplomata - Política internacional: tomo II: relações do Brasil com as economias emergentes e o diálogo com os países desenvolvidos, 1ª edição.",author:"CONSIDERA, Carlos Alexandre",isbn:"9788502623897",edition:0,vbkType:"pbk",url:"/books/9788502623897",coverURL:"//covers.vitalbook.com/vbid/9788502623897/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Diplomata - Português, 1ª edição.",author:"AZEVEDO, Ritacy; TÀVORA, Fabiano",isbn:"9788502623927",edition:0,vbkType:"pbk",url:"/books/9788502623927",coverURL:"//covers.vitalbook.com/vbid/9788502623927/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Direito Vivo - Introdução ao Estudo e à Teroria Geral do Direito1ª edição.",author:"MADEU, Diógenes",isbn:"9788502170896",edition:0,vbkType:"pbk",url:"/books/9788502170896",coverURL:"//covers.vitalbook.com/vbid/9788502170896/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Esquematizado - Direito eleitoral - esquematizado, 5ª edição",author:"CERQUEIRA,Thales Tácito; ALBUQUERQUE, Camila",isbn:"9788502624702",edition:0,vbkType:"pbk",url:"/books/9788502624702",coverURL:"//covers.vitalbook.com/vbid/9788502624702/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Esquematizado -Direito do trabalho esquematizado, 3ª edição.",author:"ROMAR, Carla Teresa Martins",isbn:"9788502627505",edition:0,vbkType:"pbk",url:"/books/9788502627505",coverURL:"//covers.vitalbook.com/vbid/9788502627505/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. passe em concursos públicos - Manual de dicas : analista e técnico do INSS, 1ª edição.",author:"ROCHA, Marcelo Hugo da",isbn:"9788502626584",edition:0,vbkType:"pbk",url:"/books/9788502626584",coverURL:"//covers.vitalbook.com/vbid/9788502626584/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Sinopses 17 - Teoria geral da constituição e direitos fundamentais, 15ª edição.",author:"PINHO, Rodrigo César Rebello",isbn:"9788502619913",edition:0,vbkType:"pbk",url:"/books/9788502619913",coverURL:"//covers.vitalbook.com/vbid/9788502619913/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Sinopses v, 6 - Direito das obrigações, parte especial, tomo II : responsabilidade civil , 12",author:"GONÇALVES, Carlos Roberto",isbn:"9788502617148",edition:0,vbkType:"pbk",url:"/books/9788502617148",coverURL:"//covers.vitalbook.com/vbid/9788502617148/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Essencial - Essencial para Concurso de Polícia Estadual, 4ª edição",author:"GONZAGA, Alvaro Luiz Travassos de Azevedo; ROQUE, Nathaly Campitelli (orgs.)",isbn:"9788530968410",edition:0,vbkType:"epub",url:"/books/9788530968410",coverURL:"//covers.vitalbook.com/vbid/9788530968410/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao Código de Processo Penal: à Luz da Doutrina e da Jurisprudência",author:"MOSSNI, Heráclito Antônio",isbn:"9788520444702",edition:3,vbkType:"pbk",url:"/books/9788520444702",coverURL:"//covers.vitalbook.com/vbid/9788520444702/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Compliance, direito penal e lei anticorrupção, 1ª edição.",author:"SILVEIRA, Renato de Mello Jorge",isbn:"9788502622098",edition:0,vbkType:"pbk",url:"/books/9788502622098",coverURL:"//covers.vitalbook.com/vbid/9788502622098/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Complicações em Obstetrícia",author:"PIATO, Sebastião",isbn:"9788520444535",edition:0,vbkType:"pbk",url:"/books/9788520444535",coverURL:"//covers.vitalbook.com/vbid/9788520444535/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controle Motor: Teoria e Aplicações Práticas",author:"SHUMWAY-COOK, Anne; WOOLLACOTT, Marjorie",isbn:"9788520442951",edition:3,vbkType:"pbk",url:"/books/9788520442951",coverURL:"//covers.vitalbook.com/vbid/9788520442951/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Convenção de Arbitragem e Processo Arbitral, 2ª edição",author:"Guerrero, Luis Fernando ",isbn:"9788522491605",edition:0,vbkType:"pbk",url:"/books/9788522491605",coverURL:"//covers.vitalbook.com/vbid/9788522491605/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito constitucional, 5ª edição.",author:"PUCCINELLI JUNIOR, André",isbn:"9788502627628",edition:0,vbkType:"pbk",url:"/books/9788502627628",coverURL:"//covers.vitalbook.com/vbid/9788502627628/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Marítimo, volume I: Teoria Geral",author:"MARTINS, Eliane Maria Octaviano",isbn:"9788520444719",edition:4,vbkType:"pbk",url:"/books/9788520444719",coverURL:"//covers.vitalbook.com/vbid/9788520444719/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Marítimo, volume II: Vendas Marítimas",author:"MARTINS, Eliane Maria Octaviano",isbn:"9788520444726",edition:2,vbkType:"pbk",url:"/books/9788520444726",coverURL:"//covers.vitalbook.com/vbid/9788520444726/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Português Jurídico, 12ª edição",author:"Damião, Regina Toledo; Henriques, Antonio",isbn:"9788522497294",edition:0,vbkType:"pbk",url:"/books/9788522497294",coverURL:"//covers.vitalbook.com/vbid/9788522497294/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Processo Penal, 2ª edição.",author:"MARCÃO, Renato",isbn:"9788502626300",edition:0,vbkType:"pbk",url:"/books/9788502626300",coverURL:"//covers.vitalbook.com/vbid/9788502626300/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dialética e direito: linguagem, sentido e realidade",author:"ALVES, Alaôr Caffé",isbn:"9788520441664",edition:0,vbkType:"pbk",url:"/books/9788520441664",coverURL:"//covers.vitalbook.com/vbid/9788520441664/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Civil: Família e Sucessões",author:"ALMEIDA JÚNIOR, Fernando Frederico de; Tebaldi, Juliana Zacarias Fabre",isbn:"9788520444337",edition:0,vbkType:"pbk",url:"/books/9788520444337",coverURL:"//covers.vitalbook.com/vbid/9788520444337/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Constitucional",author:"TANAKA, Sônia Yuriko Kanashiro",isbn:"978-85-970-0312-3",edition:0,vbkType:"epub",url:"/books/978-85-970-0312-3",coverURL:"//covers.vitalbook.com/vbid/978-85-970-0312-3/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Constitucional",author:"SALEME, Edson Ricardo",isbn:"9788520442982",edition:0,vbkType:"pbk",url:"/books/9788520442982",coverURL:"//covers.vitalbook.com/vbid/9788520442982/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito das Sucessões, 9ª edição",author:"RIZZARDO, Arnaldo",isbn:"978-85-309-6598-3",edition:0,vbkType:"epub",url:"/books/978-85-309-6598-3",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6598-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito digital, 5ª edição.",author:"PINHEIRO, Patricia Peck",isbn:"9788502201675",edition:0,vbkType:"pbk",url:"/books/9788502201675",coverURL:"//covers.vitalbook.com/vbid/9788502201675/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito do Trabalho",author:"FREDIANI, Yone",isbn:"9788520444351",edition:0,vbkType:"pbk",url:"/books/9788520444351",coverURL:"//covers.vitalbook.com/vbid/9788520444351/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito do Trabalho, 11ª edição",author:"CASSAR, Vólia Bomfim",isbn:"978-85-309-6499-3",edition:0,vbkType:"epub",url:"/books/978-85-309-6499-3",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6499-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito e Medicina",author:"SCALQUETTE, Ana Cláudia Silva; CAMILLO, Carlos Eduardo Nicoletti (coords.)",isbn:"978-85-970-0271-3",edition:0,vbkType:"epub",url:"/books/978-85-970-0271-3",coverURL:"//covers.vitalbook.com/vbid/978-85-970-0271-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Penal: Parte Geral",author:"THOMAZ, Paulo Amador; BUENO, Alves da Cunha",isbn:"9788520444511",edition:0,vbkType:"pbk",url:"/books/9788520444511",coverURL:"//covers.vitalbook.com/vbid/9788520444511/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito tributário: fundamentos jurídicos da incidência, 10ª edição.",author:"CARVALHO, Paulo de Barros",isbn:"9788502626744",edition:0,vbkType:"pbk",url:"/books/9788502626744",coverURL:"//covers.vitalbook.com/vbid/9788502626744/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Distúrbios neurológicos adquiridos: fala e deglutição",author:"ORTIZ, Karin Zazo (org.)",isbn:"9788520441831",edition:2,vbkType:"pbk",url:"/books/9788520441831",coverURL:"//covers.vitalbook.com/vbid/9788520441831/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Distúrbios neurológicos adquiridos: linguagem e cognição",author:"ORTIZ, Karin Zazo (org.)",isbn:"9788520441688",edition:2,vbkType:"pbk",url:"/books/9788520441688",coverURL:"//covers.vitalbook.com/vbid/9788520441688/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Doença Inflamatória Intestinal",author:"CARDOZO, Wilton Schmidt; SOBRADO, Carlos Walter (eds.)",isbn:"9788578682149",edition:2,vbkType:"pbk",url:"/books/9788578682149",coverURL:"//covers.vitalbook.com/vbid/9788578682149/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ecocardiografia na Terapia Intensiva e na Emergência",author:"MANCUSO, Frederico José Neves; HOTTA, Viviane Tiemi; CARVALHO, Antonio Carlos; CAMPOS FILHO, Orlando",isbn:"9788520443903",edition:0,vbkType:"pbk",url:"/books/9788520443903",coverURL:"//covers.vitalbook.com/vbid/9788520443903/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educação Ambiental e Sustentabilidade",author:"PHILIPPI JR., Arlindo; PELICIONI, Maria Cecília Focesi (eds.)",isbn:"9788520445020",edition:2,vbkType:"pbk",url:"/books/9788520445020",coverURL:"//covers.vitalbook.com/vbid/9788520445020/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eletrocardiograma: Conceito e Conhecimento",author:"UCHIDA, Augusto; MURAD NETO, Alexandre",isbn:"9788520444733",edition:0,vbkType:"pbk",url:"/books/9788520444733",coverURL:"//covers.vitalbook.com/vbid/9788520444733/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ergometria: Teoria e Prática",author:"UCHIDA, Augusto; MURAD NETO, Augusto; CHALELA, William Azem (eds.)",isbn:"9788520444597",edition:0,vbkType:"pbk",url:"/books/9788520444597",coverURL:"//covers.vitalbook.com/vbid/9788520444597/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Esocial: Modernidade na Prestação de Informações ao Governo Federal",author:"Pacheco Filho, José Gomes; Kruger, Samuel ",isbn:"9788522499403",edition:0,vbkType:"pbk",url:"/books/9788522499403",coverURL:"//covers.vitalbook.com/vbid/9788522499403/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estágio em Direito: Manual do Estagiário",author:"LUZ, Valdemar P. da",isbn:"9788520443347",edition:0,vbkType:"pbk",url:"/books/9788520443347",coverURL:"//covers.vitalbook.com/vbid/9788520443347/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Exercícios Abdominais sem Riscos",author:"CALAIS-GERMAIN, Blandine",isbn:"9788520444740",edition:0,vbkType:"pbk",url:"/books/9788520444740",coverURL:"//covers.vitalbook.com/vbid/9788520444740/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Exercícios na Saúde e na Doença",author:"VAISBERG, Mauro; MELLO, Marco Túlio de (coords.)",isbn:"9788520443064",edition:0,vbkType:"pbk",url:"/books/9788520443064",coverURL:"//covers.vitalbook.com/vbid/9788520443064/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Farmacêutico Hospitalar: Conhecimentos, Habilidades e Atitudes",author:"CARVALHO, Felipe Dias; CAPUCHO, Helaine Carneiro; BISSON, Marcelo Polacow",isbn:"9788520438916",edition:0,vbkType:"pbk",url:"/books/9788520438916",coverURL:"//covers.vitalbook.com/vbid/9788520438916/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Farmácia Homeopática: Teoria e Prática",author:"FONTES, Olney Leite (ed.)",isbn:"9788520444603",edition:4,vbkType:"pbk",url:"/books/9788520444603",coverURL:"//covers.vitalbook.com/vbid/9788520444603/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Farmácia Hospitalar: um Enfoque em Sistemas de Saúde",author:"CAVALLINI, Míriam Elias; BISSON, Marcelo Polacow",isbn:"9788520443354",edition:2,vbkType:"pbk",url:"/books/9788520443354",coverURL:"//covers.vitalbook.com/vbid/9788520443354/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Filosofia e História da Educação Brasileira: da Colônia ao Governo Lula",author:"GHIRALDELLI JR., Paulo",isbn:"9788520443361",edition:2,vbkType:"pbk",url:"/books/9788520443361",coverURL:"//covers.vitalbook.com/vbid/9788520443361/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Epidemiologia",author:"FRANCO, Laércio Joel; PASSOS, Afonso Dinis Costa (orgs.)",isbn:"9788520444610",edition:2,vbkType:"pbk",url:"/books/9788520444610",coverURL:"//covers.vitalbook.com/vbid/9788520444610/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fusões & Aquisições, 4ª edição.",author:"COUTINHO, Sergio Mendes Botrel",isbn:"9788502636491",edition:0,vbkType:"pbk",url:"/books/9788502636491",coverURL:"//covers.vitalbook.com/vbid/9788502636491/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Garantismo Penal Integral, 3ª edição",author:"CALABRICH, Bruno; FISCHER, Douglas; PELELLA, Eduardo (orgs.)",isbn:"978-85-970-0366-6",edition:0,vbkType:"epub",url:"/books/978-85-970-0366-6",coverURL:"//covers.vitalbook.com/vbid/978-85-970-0366-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão da produção: uma abordagem introdutória",author:"CHIAVENATO, Idalberto",isbn:"9788520445471",edition:3,vbkType:"pbk",url:"/books/9788520445471",coverURL:"//covers.vitalbook.com/vbid/9788520445471/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de materiais: uma abordagem introdutória",author:"CHIAVENATO, Idalberto",isbn:"9788520445488",edition:3,vbkType:"pbk",url:"/books/9788520445488",coverURL:"//covers.vitalbook.com/vbid/9788520445488/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Novos Produtos",author:"CRAWFORD, Merle; Di BENEDETTO, Anthony",isbn:"9788580555424",edition:11,vbkType:"pbk",url:"/books/9788580555424",coverURL:"//covers.vitalbook.com/vbid/9788580555424/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ginástica Laboral: Princípios e Aplicações Práticas",author:"MENDES, Ricardo Alves; LEITE, Neiva",isbn:"9788520444641",edition:3,vbkType:"pbk",url:"/books/9788520444641",coverURL:"//covers.vitalbook.com/vbid/9788520444641/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"GPS - Guia Prático de Saúde - Enfermagem",author:"GUIMARÃES, Raphael Mendonça; MESQUITA, Selma Cristina de Jesus (orgs.)",isbn:"978-85-8114-321-7",edition:0,vbkType:"epub",url:"/books/978-85-8114-321-7",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-321-7/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Habeas Corpus: Antecedentes Históricos, Hipóteses de Impetração, Processo, Competência e Recursos, Modelos de Petição, Jurisprudência Atualizada",author:"MOSSNI, Heráclito Antônio",isbn:"9788520444757",edition:9,vbkType:"pbk",url:"/books/9788520444757",coverURL:"//covers.vitalbook.com/vbid/9788520444757/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Hermenêutica e interpretação jurídica, 2ª edição.",author:"SOARES, Ricardo Maurício Freire",isbn:"9788502626423",edition:0,vbkType:"pbk",url:"/books/9788502626423",coverURL:"//covers.vitalbook.com/vbid/9788502626423/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Histórias de Ciúme Patológico: Identificação e Tratamento",author:"BALLONE, Geraldo José",isbn:"9788520443118",edition:0,vbkType:"pbk",url:"/books/9788520443118",coverURL:"//covers.vitalbook.com/vbid/9788520443118/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Individualização da Pena, 7ª edição",author:"NUCCI, Guilherme de Souza",isbn:"978-85-309-6772-7",edition:0,vbkType:"epub",url:"/books/978-85-309-6772-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6772-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Instituições de Processo Civil - Recursos e Processos da Competência Originária dos Tribunais - Vol. III",author:"GRECO, Leonardo",isbn:"978-85-309-6834-8",edition:0,vbkType:"epub",url:"/books/978-85-309-6834-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6834-8/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução ao Direito e Parte Geral do Código Civil, 8ª edição",author:"RIZZARDO, Arnaldo",isbn:"978-85-309-6832-8",edition:0,vbkType:"epub",url:"/books/978-85-309-6832-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6832-8/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Teoria Geral da Administração",author:"CHIAVENATO, Idalberto",isbn:"9788520440469",edition:9,vbkType:"pbk",url:"/books/9788520440469",coverURL:"//covers.vitalbook.com/vbid/9788520440469/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Teoria Geral da Administração: Edição Compacta",author:"CHIAVENATO, Idalberto",isbn:"9788520440452",edition:4,vbkType:"pbk",url:"/books/9788520440452",coverURL:"//covers.vitalbook.com/vbid/9788520440452/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Jornadas Científicas do Nisan: Núcleo Interdepartamental de Segurança Alimentar e Nutricional 2008/2009",author:"TADDEI, José Augusto de A. C.; VIANA, Kelly; VITALLE, Maria Sylvia S. (coord.)",isbn:"9788578681050",edition:0,vbkType:"pbk",url:"/books/9788578681050",coverURL:"//covers.vitalbook.com/vbid/9788578681050/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Laboratório de Gestão: Simulador Organizacional, Jogo de Empresas e Pesquisa Aplicada",author:"SAUAIA, Antonio Carlos Aidar",isbn:"9788520437919",edition:3,vbkType:"pbk",url:"/books/9788520437919",coverURL:"//covers.vitalbook.com/vbid/9788520437919/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei Cambial Comentada: Letra de Câmbio e Nota Promissória",author:"BIMBATO, José Mário",isbn:"9788578681517",edition:0,vbkType:"pbk",url:"/books/9788578681517",coverURL:"//covers.vitalbook.com/vbid/9788578681517/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Leis Penais e Processuais Penais Comentadas - Vol. 1, 9ª edição",author:"NUCCI, Guilherme de Souza",isbn:"978-85-309-6770-3",edition:0,vbkType:"epub",url:"/books/978-85-309-6770-3",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6770-3/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lesões no Esporte: uma Abordagem Anatômica",author:"WALKER, Brad",isbn:"9788520441879",edition:0,vbkType:"pbk",url:"/books/9788520441879",coverURL:"//covers.vitalbook.com/vbid/9788520441879/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual da Residência de Medicina Intensiva",author:"OLIVEIRA, Andréa Remigio de; TANIGUCHI, Leandro Utino; PARK, Marcelo; SCALABRINI NETO, Augusto; VELA",isbn:"9788520438633",edition:4,vbkType:"pbk",url:"/books/9788520438633",coverURL:"//covers.vitalbook.com/vbid/9788520438633/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Aleitamento Materno",author:"SANTIAGO, Luciano Borges (coord.)",isbn:"9788520439319",edition:0,vbkType:"pbk",url:"/books/9788520439319",coverURL:"//covers.vitalbook.com/vbid/9788520439319/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito Internacional Privado, 3ª edição",author:"MALHEIRO, Emerson Penha",isbn:"978-85-970-0249-2",edition:0,vbkType:"epub",url:"/books/978-85-970-0249-2",coverURL:"//covers.vitalbook.com/vbid/978-85-970-0249-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Propriedade Intelectual, 2ª edição",author:"PAESANI, Liliana Minardi",isbn:"978-85-970-0368-0",edition:0,vbkType:"epub",url:"/books/978-85-970-0368-0",coverURL:"//covers.vitalbook.com/vbid/978-85-970-0368-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Terapia Nutricional Pediátrica",author:"OLIVEIRA, Fernanda Luisa Ceragioli; LEITE, Heitor Pons; SARNI, Roseli Oselka Saccardo; PALMA, Doming",isbn:"9788520439340",edition:0,vbkType:"pbk",url:"/books/9788520439340",coverURL:"//covers.vitalbook.com/vbid/9788520439340/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual do direito do consumidor para concursos, 1ª edição.",author:"NUNES, Rizzato",isbn:"9788502634381",edition:0,vbkType:"pbk",url:"/books/9788502634381",coverURL:"//covers.vitalbook.com/vbid/9788502634381/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mecânica para Engenharia - Dinâmica - Vol. 2, 7ª edição",author:"MERIAM, James L.; KRAIGE, L. Glenn ",isbn:"9788521630425",edition:0,vbkType:"epub",url:"/books/9788521630425",coverURL:"//covers.vitalbook.com/vbid/9788521630425/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Medicina Integrativa",author:"LIMA, Paulo de Tarso Ricieri de (coord.)",isbn:"9788520443910",edition:0,vbkType:"pbk",url:"/books/9788520443910",coverURL:"//covers.vitalbook.com/vbid/9788520443910/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microsoft ASP.NET 3.5: Série Passo a Passo",author:"SHEPHERD, George",isbn:"9788577805334",edition:1,vbkType:"pbk",url:"/books/9788577805334",coverURL:"//covers.vitalbook.com/vbid/9788577805334/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Musculação em Todas as Idades: Comece a Praticar Antes que o seu Médico Recomende",author:"SANTAREM, José Maria",isbn:"9788520444672",edition:0,vbkType:"pbk",url:"/books/9788520444672",coverURL:"//covers.vitalbook.com/vbid/9788520444672/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nadando com Perfeição: o Guia de Condicionamento Físico, Treinamento e Competição para Nadadores Masters",author:"MONTGOMERY, Jim; CHAMBERS, Mo",isbn:"9788520444771",edition:0,vbkType:"pbk",url:"/books/9788520444771",coverURL:"//covers.vitalbook.com/vbid/9788520444771/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Novo Código de Processo Civil",author:"CARMONA, Carlos Alberto et al.",isbn:"978-85-970-0236-2",edition:0,vbkType:"epub",url:"/books/978-85-970-0236-2",coverURL:"//covers.vitalbook.com/vbid/978-85-970-0236-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Preço do Prazer e Outros Textos sobre Psiquiatria e Sociedade",author:"BARROS, Daniel Martins de",isbn:"9788520447444",edition:0,vbkType:"pbk",url:"/books/9788520447444",coverURL:"//covers.vitalbook.com/vbid/9788520447444/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O que a Google Faria? – Como Atender às Novas Exigências do Mercado",author:"JARVIS, Jeff",isbn:"9788520442708",edition:0,vbkType:"pbk",url:"/books/9788520442708",coverURL:"//covers.vitalbook.com/vbid/9788520442708/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Voleibol de Alto Nível: da Iniciação à Competição",author:"BIZZOCCHI, Carlos "Cacá"",isbn:"9788520444788",edition:4,vbkType:"pbk",url:"/books/9788520444788",coverURL:"//covers.vitalbook.com/vbid/9788520444788/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Operações Unitárias na Indústria de Alimentos",author:"TADINI, Carmen Cecilia",isbn:"978-85-216-3034-0",edition:0,vbkType:"epub",url:"/books/978-85-216-3034-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-3034-0/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Os Métodos de Solução de Conflitos e o Processo Civil",author:"GUERRERO, Luis Fernando",isbn:"978-85-970-0367-3",edition:0,vbkType:"epub",url:"/books/978-85-970-0367-3",coverURL:"//covers.vitalbook.com/vbid/978-85-970-0367-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Para Escrever Bem",author:"ASSUMPÇÃO, Maria Elena O.; BOCCHINI, Maria Otilia",isbn:"9788520442357",edition:2,vbkType:"pbk",url:"/books/9788520442357",coverURL:"//covers.vitalbook.com/vbid/9788520442357/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Passo a passo para elaboração de petições trabalhistas, 4ª edição.",author:"REDINZ, Marco Antonio",isbn:"9788502634909",edition:0,vbkType:"pbk",url:"/books/9788502634909",coverURL:"//covers.vitalbook.com/vbid/9788502634909/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Páginas Ampliadas: o Livro-Reportagem como Extensão do Jornalismo e da Literatura",author:"LIMA, Edvaldo Pereira",isbn:"9788520442340",edition:4,vbkType:"pbk",url:"/books/9788520442340",coverURL:"//covers.vitalbook.com/vbid/9788520442340/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pilates Moderno: a Perfeita Forma Física ao seu Alcance",author:"REYNEKE, Dreas",isbn:"9788520442364",edition:0,vbkType:"pbk",url:"/books/9788520442364",coverURL:"//covers.vitalbook.com/vbid/9788520442364/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pollock: Fisiologia Clínica do Exercício",author:"RASO, Vagner; GREVE, Julia Maria D'Andrea; POLITO, Marcos Doederlein",isbn:"9788520444818",edition:0,vbkType:"pbk",url:"/books/9788520444818",coverURL:"//covers.vitalbook.com/vbid/9788520444818/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pontos-Gatilho: uma Abordagem Concisa",author:"NIEL-ASHER, Simeon",isbn:"9788520442425",edition:0,vbkType:"pbk",url:"/books/9788520442425",coverURL:"//covers.vitalbook.com/vbid/9788520442425/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios de Drenagem Linfática",author:"FÖLDI, Michael",isbn:"9788520444825",edition:4,vbkType:"pbk",url:"/books/9788520444825",coverURL:"//covers.vitalbook.com/vbid/9788520444825/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processo Marítimo: Formalidades e Tramitação",author:"PIMENTA, Matusalém Gonçalves",isbn:"9788520444832",edition:2,vbkType:"pbk",url:"/books/9788520444832",coverURL:"//covers.vitalbook.com/vbid/9788520444832/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psiquiatria na Prática Clínica",author:"MARI, Jair de Jesus; KIELING, Christian",isbn:"9788520439326",edition:0,vbkType:"pbk",url:"/books/9788520439326",coverURL:"//covers.vitalbook.com/vbid/9788520439326/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Regulação do Saneamento Básico",author:"GALVÃO JR., Alceu de Castro; MELO, Alisson José Maia; MONTEIRO, Mario Augusto P. (orgs.)",isbn:"9788520445051",edition:0,vbkType:"pbk",url:"/books/9788520445051",coverURL:"//covers.vitalbook.com/vbid/9788520445051/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ressonância e Tomografia Cardiovascular",author:"FERNANDES, Juliano de Lara; ROCHITTE, Carlos Eduardo; NOMURA, César Higa; AZEVEDO FILHO, Clerio Fran",isbn:"9788520438909",edition:0,vbkType:"pbk",url:"/books/9788520438909",coverURL:"//covers.vitalbook.com/vbid/9788520438909/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Saneamento, Saúde e Ambiente: Fundamentos para um Desenvolvimento Sustentável",author:"PHILIPPI JR., Arlindo (ed.)",isbn:"9788520442128",edition:0,vbkType:"pbk",url:"/books/9788520442128",coverURL:"//covers.vitalbook.com/vbid/9788520442128/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Linha de pesquisa acadêmica: Presidencialismo de coalizão : exame do atual sistema de governo brasileiro, 1ª edição.",author:"VICTOR, Sérgio Antônio Ferreira",isbn:"9788502631625",edition:0,vbkType:"pbk",url:"/books/9788502631625",coverURL:"//covers.vitalbook.com/vbid/9788502631625/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Linha pesquisa acadêmica: diálogo constitucional e controle de constitucionalidade : debate entre STF e o congresso Nacional, 1ª edição.",author:"VICTOR, Sérgio Antônio Ferreira",isbn:"9788502631656",edition:0,vbkType:"pbk",url:"/books/9788502631656",coverURL:"//covers.vitalbook.com/vbid/9788502631656/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP : Direito comparado - Sociologia do direito e do Estado: noções fundamentais, 1ª edição.",author:"ZIPPELIUS, Reinhold",isbn:"9788502209640",edition:0,vbkType:"pbk",url:"/books/9788502209640",coverURL:"//covers.vitalbook.com/vbid/9788502209640/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Provas e Concursos - Direito Previdenciário",author:"TANAKA, Eduardo",isbn:"978-85-309-6828-1",edition:0,vbkType:"epub",url:"/books/978-85-309-6828-1",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6828-1/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Suporte Avançado de Vida em Hipotermia – SAVEH",author:"TIMERMAN, Sergio; DALLAN, Luís Augusto Palma; GONZALEZ, Maria Margarita Castro; BERNOCHE, Cláudia (e",isbn:"9788520439791",edition:0,vbkType:"pbk",url:"/books/9788520439791",coverURL:"//covers.vitalbook.com/vbid/9788520439791/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Suporte Básico de Vida: Primeiro Atendimento na Emergência para Profissionais da Saúde",author:"QUILICI, Ana Paula; TIMERMAN, Sergio (eds.)",isbn:"9788520444924",edition:0,vbkType:"pbk",url:"/books/9788520444924",coverURL:"//covers.vitalbook.com/vbid/9788520444924/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnicas de Massagem I: Aprimorando a Arte do Toque",author:"MEYER, Sophie",isbn:"9788520441923",edition:0,vbkType:"pbk",url:"/books/9788520441923",coverURL:"//covers.vitalbook.com/vbid/9788520441923/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnicas de Massagem Profunda: um Guia Visual",author:"RIGGS, Art",isbn:"9788520442173",edition:0,vbkType:"pbk",url:"/books/9788520442173",coverURL:"//covers.vitalbook.com/vbid/9788520442173/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de Nutrologia",author:"RIBAS FILHO, Durval; SUEN, Vivian Marques Miguel (coords.)",isbn:"9788520445945",edition:0,vbkType:"pbk",url:"/books/9788520445945",coverURL:"//covers.vitalbook.com/vbid/9788520445945/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Treinamento de Emergências Cardiovasculares da Sociedade Brasileira de Cardiologia Avançado: TECA A",author:"CANESIN, Manoel Fernandes; TIMERMAN, Sergio (eds.)",isbn:"9788520436912",edition:0,vbkType:"pbk",url:"/books/9788520436912",coverURL:"//covers.vitalbook.com/vbid/9788520436912/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Treinamento de Emergências Cardiovasculares da Sociedade Brasileira de Cardiologia Básico: TECA B",author:"CANESIN, Manoel Fernandes; TIMERMAN, Sergio (eds.)",isbn:"9788520436929",edition:0,vbkType:"pbk",url:"/books/9788520436929",coverURL:"//covers.vitalbook.com/vbid/9788520436929/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Treinamento de Força com Bola: Estabilidade Total e Exercícios com Medicine Ball",author:"GOLDENBERG, Lorne; TWIST, Peter",isbn:"9788520441954",edition:2,vbkType:"pbk",url:"/books/9788520441954",coverURL:"//covers.vitalbook.com/vbid/9788520441954/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tudo o que Você Sempre Quis Saber Sobre o Câncer de Mama",author:"BARRIOS, Carlos Henrique Escosteguy; SAMPAIO, Carlos Alberto Pereira Filho; VASCONCELOS, Cláudia Mar",isbn:"9788578681173",edition:0,vbkType:"pbk",url:"/books/9788578681173",coverURL:"//covers.vitalbook.com/vbid/9788578681173/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Usucapião administrativa : De acordo com o novo código de processo civil, 1ª edição.",author:"BRANDELLI, Leonardo",isbn:"9788502637009",edition:0,vbkType:"pbk",url:"/books/9788502637009",coverURL:"//covers.vitalbook.com/vbid/9788502637009/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Voz e Direito Civil: Proteção Jurídica da Voz: História, Evolução e Fundamentação Legal",author:"LEONARDI, Fernanda Stinchi Pascale",isbn:"9788520445082",edition:0,vbkType:"pbk",url:"/books/9788520445082",coverURL:"//covers.vitalbook.com/vbid/9788520445082/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Xô, Bactéria! Tire suas Dúvidas com Dr. Bactéria",author:"FIGUEIREDO, Roberto Martins",isbn:"9788520444979",edition:0,vbkType:"pbk",url:"/books/9788520444979",coverURL:"//covers.vitalbook.com/vbid/9788520444979/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:32.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários à Lei de Combate ao Crime Organizado: Lei Nº 12.850/13, 2ª edição",author:"Mendroni, Marcelo Batlouni ",isbn:"9788597001501",edition:0,vbkType:"pbk",url:"/books/9788597001501",coverURL:"//covers.vitalbook.com/vbid/9788597001501/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática de Direito Processual Civil: Para Graduação e Exame da OAB, 7ª edição",author:"Nishiyama, Adolfo Mamoru ",isbn:"9788522495597",edition:0,vbkType:"pbk",url:"/books/9788522495597",coverURL:"//covers.vitalbook.com/vbid/9788522495597/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contrato de Distribuição: Inadimplemento Recíproco",author:"Zanetti, Ana Carolina Devito Dearo ",isbn:"9788597001822",edition:0,vbkType:"pbk",url:"/books/9788597001822",coverURL:"//covers.vitalbook.com/vbid/9788597001822/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Nova Filosofia da Educação",author:"GHIRALDELLI JUNIOR, Paulo; CASTRO, Susana de",isbn:"9788520444986",edition:0,vbkType:"pbk",url:"/books/9788520444986",coverURL:"//covers.vitalbook.com/vbid/9788520444986/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Acidente Vascular Cerebral: Protocolos Gerenciados do Hospital Israelita Albert Einstein",author:"ZUKERMAN, Eliova; BRANDT, Reynaldo André; COELHO, Fernando Morgadinho Santos; PIERI, Alexandre; ALVE",isbn:"9788520441756",edition:0,vbkType:"pbk",url:"/books/9788520441756",coverURL:"//covers.vitalbook.com/vbid/9788520441756/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Alienação parental, 2ª edição.",author:"FIGUEIREDO, Fábio Vieira",isbn:"9788502220133",edition:0,vbkType:"pbk",url:"/books/9788502220133",coverURL:"//covers.vitalbook.com/vbid/9788502220133/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anamnese e Exame Físico",author:"BARROS, Alba Lucia Bottura Leite de ",isbn:"9788582712924",edition:3,vbkType:"pbk",url:"/books/9788582712924",coverURL:"//covers.vitalbook.com/vbid/9788582712924/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia do Golfe: Guia Ilustrado para o Aumento de Força, Flexibilidade e Potência na Prática do Golfe",author:"DAVIES, Craig; DISAIA, Vince",isbn:"9788520444245",edition:0,vbkType:"pbk",url:"/books/9788520444245",coverURL:"//covers.vitalbook.com/vbid/9788520444245/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia e Biomecânica Aplicadas no Esporte",author:"ACKLAND, Timothy R.; ELLIOTT, Bruce C.; BLOOMFIELD; John (eds.)",isbn:"9788520441787",edition:2,vbkType:"pbk",url:"/books/9788520441787",coverURL:"//covers.vitalbook.com/vbid/9788520441787/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Análise Qualitativa em Escala Semimicro",author:"DIAS, Silvio Luís Pereira; LUCA, Maria Augusta de; VAGHETTI, Júlio César Pacheco; BRASIL, Jorge de L",isbn:"9788582603758",edition:1,vbkType:"pbk",url:"/books/9788582603758",coverURL:"//covers.vitalbook.com/vbid/9788582603758/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Aspectos criminais do código de transito, 3ª edição.",author:"CAPEZ, Fernando; GONÇALVES, Victor Eduardo Rios",isbn:"9788502618619",edition:0,vbkType:"pbk",url:"/books/9788502618619",coverURL:"//covers.vitalbook.com/vbid/9788502618619/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Atlas de Ressonância Magnética do Sistema Musculoesquelético",author:"HEUCK, Andreas; STEINBORN, Marc; ROHEN, Johannes W.; LÜTJEN-DRECOLL, Elke",isbn:"9788520444252",edition:2,vbkType:"pbk",url:"/books/9788520444252",coverURL:"//covers.vitalbook.com/vbid/9788520444252/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Atlas de Shiatsu: os Meridianos do Zen-shiatsu",author:"RAPPENECKER, Wilfried; KOCKRICK, Meike",isbn:"9788520443644",edition:0,vbkType:"pbk",url:"/books/9788520443644",coverURL:"//covers.vitalbook.com/vbid/9788520443644/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Atualização Terapêutica de Prado, Ramos e Valle: Diagnóstico e Tratamento - 2014/2015 - Vol.1",author:"BORGES, Durval Rosa; COLOMBO, Arnaldo Lopes; RAMOS, Luiz Roberto; FERREIRA, Lydia Masako; GUINSBURG,",isbn:"9788536702421",edition:25,vbkType:"pbk",url:"/books/9788536702421",coverURL:"//covers.vitalbook.com/vbid/9788536702421/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Atualização Terapêutica de Prado, Ramos e Valle: Urgências e Emergências - 2014/2015 - Vol.2",author:"BIROLINI, Dario; ATALLAH, Álvaro Nagib",isbn:"9788536702438",edition:2,vbkType:"pbk",url:"/books/9788536702438",coverURL:"//covers.vitalbook.com/vbid/9788536702438/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Autonomia e frustação da tutela penal, 1ª edição.",author:"AUXILIADORA, Maria",isbn:"9788502635470",edition:0,vbkType:"pbk",url:"/books/9788502635470",coverURL:"//covers.vitalbook.com/vbid/9788502635470/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Avaliação Física em Enfermagem",author:"CHAVES, Loide Corina; POSSO, Maria Belén Salazar (orgs.)",isbn:"9788520444269",edition:0,vbkType:"pbk",url:"/books/9788520444269",coverURL:"//covers.vitalbook.com/vbid/9788520444269/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"À Beira do Leito: Geriatria e Gerontologia na Prática Hospitalar",author:"TONIOLO NETO, João; PINTARELLI, Vitor Last; YAMATTO, Talita Hatsumi (orgs.)",isbn:"9788520444023",edition:0,vbkType:"pbk",url:"/books/9788520444023",coverURL:"//covers.vitalbook.com/vbid/9788520444023/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cake Pops: Receitas e Dicas para mais de 40 Minidelícias",author:"DUDLEY, Angie",isbn:"9788520444030",edition:0,vbkType:"pbk",url:"/books/9788520444030",coverURL:"//covers.vitalbook.com/vbid/9788520444030/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cláusula de Arbitragem nos Contratos Comerciais Internacionais",author:"DECCACHE, Antonio Carlos Fernandes",isbn:"978-85-970-0362-8",edition:0,vbkType:"epub",url:"/books/978-85-970-0362-8",coverURL:"//covers.vitalbook.com/vbid/978-85-970-0362-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Clínica Médica na Prática Diária",author:"PORTO, Celmo Celeno; PORTO, Arnaldo Lemos",isbn:"978-85-277-2824-9",edition:0,vbkType:"epub",url:"/books/978-85-277-2824-9",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2824-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. DDJ - A Regulação brasileira do mercado, 1ª edição.",author:"ARAUJO, Danilo Borges dos Santos Gomes de",isbn:"9788502627413",edition:0,vbkType:"pbk",url:"/books/9788502627413",coverURL:"//covers.vitalbook.com/vbid/9788502627413/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Diplomata - Direito interno, 1ª edição.",author:"MARTINS FILHO, Pedro de Almeida; LEITE JR., Fabíola Araújo Geraldo A.; SIQUEIRA, Gerlena",isbn:"9788502623989",edition:0,vbkType:"pbk",url:"/books/9788502623989",coverURL:"//covers.vitalbook.com/vbid/9788502623989/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. direito em contexto : questões regulatórias: Políticas públicas nas Leis orçamentárias, 1ª Edição.",author:"PINHEIRO, Luís Felipe Valerim",isbn:"9788502628397",edition:0,vbkType:"pbk",url:"/books/9788502628397",coverURL:"//covers.vitalbook.com/vbid/9788502628397/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Direito Simplificado : Direito penal simplificado : parte especial, 17ª Edição.",author:"CAPEZ, Fernando",isbn:"9788502205024",edition:0,vbkType:"pbk",url:"/books/9788502205024",coverURL:"//covers.vitalbook.com/vbid/9788502205024/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Prática Trabalhista - Advocacia trabalhista, 1ª edição.",author:"AGUIAR, Antonio Carlos",isbn:"9788502622067",edition:0,vbkType:"pbk",url:"/books/9788502622067",coverURL:"//covers.vitalbook.com/vbid/9788502622067/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Prática Trabalhsita - Audiência trabalhista, 1ª edição.",author:"CREMONESI, André",isbn:"9788502623712",edition:0,vbkType:"pbk",url:"/books/9788502623712",coverURL:"//covers.vitalbook.com/vbid/9788502623712/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Sinopses jurídicas vol. 28 - Direito do trabalho : duração do trabalho a direito e greve, 6ª edição.",author:"BASILE, César Reinaldo Offa",isbn:"9788502216419",edition:0,vbkType:"pbk",url:"/books/9788502216419",coverURL:"//covers.vitalbook.com/vbid/9788502216419/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção preparatória para concursos jurídicos; v. 10 - Direitos difusos e coletivos, 2ª ediçã",author:"DESTEFENNI, Andressa Bannwart L",isbn:"9788502218581",edition:0,vbkType:"pbk",url:"/books/9788502218581",coverURL:"//covers.vitalbook.com/vbid/9788502218581/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Professor Rubens Limongi França - Direito Sucessório do Cônjuge e do Companheiro, 2ª edição",author:"CARVALHO NETO, Inacio de",isbn:"978-85-309-6734-5",edition:0,vbkType:"epub",url:"/books/978-85-309-6734-5",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6734-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Teoria e História do direito – Ensaios de direito privado e social: Contratos, meio ambiente e tutela coletiva, 1ª edição.",author:"MACEDO JUNIOR, Ronaldo Porto",isbn:"9788502214811",edition:0,vbkType:"pbk",url:"/books/9788502214811",coverURL:"//covers.vitalbook.com/vbid/9788502214811/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como e por que Massagear o Bebê: do Carinho às Técnicas e Fundamentos",author:"CRUZ, Cláudia Marchetti V. da; CAROMANO, Fátima A.",isbn:"9788520443729",edition:0,vbkType:"pbk",url:"/books/9788520443729",coverURL:"//covers.vitalbook.com/vbid/9788520443729/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Condicionamento Físico para Natação",author:"SALO, Dave; RIEWALD, Scott A.",isbn:"9788520443736",edition:0,vbkType:"pbk",url:"/books/9788520443736",coverURL:"//covers.vitalbook.com/vbid/9788520443736/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Conflito entre normas constitucionais: esboço de uma teoria geral, 2ª edição.",author:"GARCIA, Emerson",isbn:"9788502625587",edition:0,vbkType:"pbk",url:"/books/9788502625587",coverURL:"//covers.vitalbook.com/vbid/9788502625587/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Constituição e legislação ambiental comentada, 1ª edição.",author:"SARLET, Ingo Wolfgand",isbn:"9788502626492",edition:0,vbkType:"pbk",url:"/books/9788502626492",coverURL:"//covers.vitalbook.com/vbid/9788502626492/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Avançada",author:"Osni Moura Ribeiro",isbn:"9788502621855",edition:5,vbkType:"pbk",url:"/books/9788502621855",coverURL:"//covers.vitalbook.com/vbid/9788502621855/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade de Custos",author:"Osni Moura Ribeiro",isbn:"9788502621824",edition:4,vbkType:"pbk",url:"/books/9788502621824",coverURL:"//covers.vitalbook.com/vbid/9788502621824/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Pública, 13ª edição",author:"PISCITELLI, Roberto Bocaccio",isbn:"978-85-970-0373-4",edition:0,vbkType:"epub",url:"/books/978-85-970-0373-4",coverURL:"//covers.vitalbook.com/vbid/978-85-970-0373-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito da seguridade social, 4ª Edição.",author:"TSUTIYA, Augusto Massayuki",isbn:"9788502202504",edition:0,vbkType:"pbk",url:"/books/9788502202504",coverURL:"//covers.vitalbook.com/vbid/9788502202504/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Química para Engenharia, volume II: Materiais",author:"PAWLICKA, Agnieszka; FRESQUI, Maíra; TRSIC, Milan",isbn:"9788520436646",edition:0,vbkType:"pbk",url:"/books/9788520436646",coverURL:"//covers.vitalbook.com/vbid/9788520436646/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Da Palavra ao Gesto do Analista",author:"FORBES, Jorge",isbn:"9788520445129",edition:2,vbkType:"pbk",url:"/books/9788520445129",coverURL:"//covers.vitalbook.com/vbid/9788520445129/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Da Química Medicinal à Química Combinatória e Modelagem Molecular: um Curso Prático",author:"ANDREI, César Cornélio; FERREIRA, Dalva Trevisan; FACCIONE, Milton; FARIA, Terezinha de Jesus (orgs.",isbn:"9788520444061",edition:2,vbkType:"pbk",url:"/books/9788520444061",coverURL:"//covers.vitalbook.com/vbid/9788520444061/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Decida e conquiste: o guia definitivo para tomada de decisão",author:"Stephen P. Robbins",isbn:"9788502636460",edition:1,vbkType:"pbk",url:"/books/9788502636460",coverURL:"//covers.vitalbook.com/vbid/9788502636460/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenvolvimento de Software III: Programação de Sistemas Web Orientada a Objetos em Java - Série Tekne",author:"MACHADO, Rodrigo Prestes; FRANCO, Márcia Islabão; BERTAGNOLLI, Silvia de Castro",isbn:"9788582603710",edition:1,vbkType:"pbk",url:"/books/9788582603710",coverURL:"//covers.vitalbook.com/vbid/9788582603710/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Administrativo",author:"HORVATH, Miriam V. Fiaux",isbn:"9788520444320",edition:0,vbkType:"pbk",url:"/books/9788520444320",coverURL:"//covers.vitalbook.com/vbid/9788520444320/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito de Águas: Disciplina Jurídica das Águas Doces, 4ª edição",author:"Granziera, Maria Luiza Machado ",isbn:"9788522491599",edition:0,vbkType:"pbk",url:"/books/9788522491599",coverURL:"//covers.vitalbook.com/vbid/9788522491599/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito penal do trabalho, 5ª edição.",author:"ANDREUCCI, Ricardo Antonio",isbn:"9788502215344",edition:0,vbkType:"pbk",url:"/books/9788502215344",coverURL:"//covers.vitalbook.com/vbid/9788502215344/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito penal, volume 1 : parte geral, 35ª edição.",author:"JESUS, Damásio de",isbn:"9788502219670",edition:0,vbkType:"pbk",url:"/books/9788502219670",coverURL:"//covers.vitalbook.com/vbid/9788502219670/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito processual civil brasileiro, volume 3 : (processo de execução a procedimentos especiais), ",author:"GRECO Filho, Vicente",isbn:"9788502195455",edition:0,vbkType:"pbk",url:"/books/9788502195455",coverURL:"//covers.vitalbook.com/vbid/9788502195455/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direitos fundamentais sociais, 2ª edição.",author:"CANOTILHO J.J. Gomes; CORREIA, Marcus Orione Gonçalves; CORREIA, Erica Paula Barcha",isbn:"9788502629646",edition:0,vbkType:"pbk",url:"/books/9788502629646",coverURL:"//covers.vitalbook.com/vbid/9788502629646/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Doenças Vasculares Periféricas, 5ª edição",author:"MAFFEI, Francisco Humberto de Abreu et al.",isbn:"978-85-277-2822-5",edition:0,vbkType:"epub",url:"/books/978-85-277-2822-5",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2822-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educação e Meio Ambiente: uma Relação Intrínseca",author:"LUZZI, Daniel",isbn:"9788520444573",edition:0,vbkType:"pbk",url:"/books/9788520444573",coverURL:"//covers.vitalbook.com/vbid/9788520444573/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Elementos de Programação em C",author:"Francisco de Assis Cartaxo Pinheiro",isbn:"9788540702035",edition:0,vbkType:"pbk",url:"/books/9788540702035",coverURL:"//covers.vitalbook.com/vbid/9788540702035/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Elementos do Direito tributário, 12ª edição.",author:"SABBAG, Eduardo",isbn:"9788502618893",edition:0,vbkType:"pbk",url:"/books/9788502618893",coverURL:"//covers.vitalbook.com/vbid/9788502618893/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eletrônica I: Série Tekne",author:"SCHULER, Charles",isbn:"9788580552119",edition:7,vbkType:"pbk",url:"/books/9788580552119",coverURL:"//covers.vitalbook.com/vbid/9788580552119/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eletrônica II: Série Tekne",author:"SCHULER, Charles",isbn:"9788580552133",edition:7,vbkType:"pbk",url:"/books/9788580552133",coverURL:"//covers.vitalbook.com/vbid/9788580552133/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Emergências Clínicas: Abordagem Prática",author:"MARTINS, Herlon Saraiva; BRANDÃO NETO, Rodrigo Antonio; SCALABRINI NETO, Augusto; VELASCO, Irineu Ta",isbn:"9788520446980",edition:10,vbkType:"pbk",url:"/books/9788520446980",coverURL:"//covers.vitalbook.com/vbid/9788520446980/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfermagem Pediátrica: a Criança, o Adolescente e sua Família no Hospital",author:"ALMEIDA, Fabiane de Amorim; SABATÉS, Ana Llonch (orgs.)",isbn:"9788520444405",edition:0,vbkType:"pbk",url:"/books/9788520444405",coverURL:"//covers.vitalbook.com/vbid/9788520444405/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfermagem Psiquiátrica em Suas Dimensões Assistenciais",author:"STEFANELLI, Maguida Costa; FUKUDA, Ilza Marlene Kuae; ARANTES, Evalda Cançado (orgs.)",isbn:"9788520444085",edition:0,vbkType:"pbk",url:"/books/9788520444085",coverURL:"//covers.vitalbook.com/vbid/9788520444085/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Envelhecimento, Promoção da Saúde e Exercício: Bases Teóricas e Metodológicas",author:"FARINATTI, Paulo de Tarso Veras",isbn:"9788520443743",edition:0,vbkType:"pbk",url:"/books/9788520443743",coverURL:"//covers.vitalbook.com/vbid/9788520443743/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Exames Laboratoriais e Diagnósticos em Enfermagem, 9ª edição",author:"FISCHBACH, Frances Talaska; DUNNING, Marshall Barnett",isbn:"978-85-277-2835-5",edition:0,vbkType:"epub",url:"/books/978-85-277-2835-5",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2835-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Farmácia Clínica",author:"FERRACINI, Fábio Teixeira; ALMEIDA, Silvana Maria de ; BORGES FILHO, Wladmir Mendes (coords.)",isbn:"9788520439869",edition:0,vbkType:"pbk",url:"/books/9788520439869",coverURL:"//covers.vitalbook.com/vbid/9788520439869/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisioterapia Hospitalar",author:"CAVALHEIRO, Leny Vieira; GOBBI, Fátima Cristina Martorano (coords.)",isbn:"9788520439845",edition:0,vbkType:"pbk",url:"/books/9788520439845",coverURL:"//covers.vitalbook.com/vbid/9788520439845/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos em Psiquiatria",author:"ALVARENGA, Pedro Gomes de; ANDRADE, Arthur Guerra de",isbn:"9788520444115",edition:0,vbkType:"pbk",url:"/books/9788520444115",coverURL:"//covers.vitalbook.com/vbid/9788520444115/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ginecologia Baseada em Casos Clínicos",author:"BARACAT, Edmund Chada; MELO, Nilson Roberto de (eds.); SALOMÃO, Antonio Jorge; SOARES JÚNIOR, José M",isbn:"9788520437971",edition:0,vbkType:"pbk",url:"/books/9788520437971",coverURL:"//covers.vitalbook.com/vbid/9788520437971/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia de Nutrição Clínica no Adulto",author:"CUPPARI, Lilian (coord.)",isbn:"9788520438237",edition:3,vbkType:"pbk",url:"/books/9788520438237",coverURL:"//covers.vitalbook.com/vbid/9788520438237/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia de Trauma",author:"ABIB, Simone de Campos Vieira; PERFEITO, João Aléssio Juliano (coords.)",isbn:"9788520437933",edition:0,vbkType:"pbk",url:"/books/9788520437933",coverURL:"//covers.vitalbook.com/vbid/9788520437933/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Handebol: Conceitos e Aplicações",author:"ALMEIDA, Alexandre Gomes de; DECHECHI, Clodoaldo José",isbn:"9788520443767",edition:0,vbkType:"pbk",url:"/books/9788520443767",coverURL:"//covers.vitalbook.com/vbid/9788520443767/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Hemiplegia: Tratamento para Pacientes após AVC e Outras Lesões Cerebrais",author:"DAVIES, Patricia M.",isbn:"9788520444139",edition:2,vbkType:"pbk",url:"/books/9788520444139",coverURL:"//covers.vitalbook.com/vbid/9788520444139/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Kit de Treinamento MCTS (Exame 70-432): Microsoft SQL Server 2008: Implementação e Manutenção",author:"HOTEK, Mike",isbn:"9788577806669",edition:1,vbkType:"pbk",url:"/books/9788577806669",coverURL:"//covers.vitalbook.com/vbid/9788577806669/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lidere & Inspire - A verdade sobre a gestão de pessoas",author:"Stephen P. Robbins",isbn:"9788502638129",edition:1,vbkType:"pbk",url:"/books/9788502638129",coverURL:"//covers.vitalbook.com/vbid/9788502638129/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Linha doutrina: o novo direito do trabalho doméstico, 1ª edição.",author:"SOUZA JUNIOR, Antonio Umberto de",isbn:"9788502634961",edition:0,vbkType:"pbk",url:"/books/9788502634961",coverURL:"//covers.vitalbook.com/vbid/9788502634961/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Contrato de Trabalho Doméstico - Com a nova Lei do Trabalhando Doméstico de 2015, 5ª edição",author:"SANTOS, Aloysio",isbn:"978-85-309-6755-0",edition:0,vbkType:"epub",url:"/books/978-85-309-6755-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6755-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de direito civil, 7ª Edição.",author:"LISBOA, Roberto Senise",isbn:"9788502201217",edition:0,vbkType:"pbk",url:"/books/9788502201217",coverURL:"//covers.vitalbook.com/vbid/9788502201217/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de direito civil, v. 1 : teoria geral do direito civil, 8ª Edição.",author:"LISBOA, Roberto Senise",isbn:"9788502201057",edition:0,vbkType:"pbk",url:"/books/9788502201057",coverURL:"//covers.vitalbook.com/vbid/9788502201057/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Pediatria do Desenvolvimento e Comportamento",author:"HALPERN, Ricardo (ed.)",isbn:"9788520440971",edition:0,vbkType:"pbk",url:"/books/9788520440971",coverURL:"//covers.vitalbook.com/vbid/9788520440971/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Prática Trabalhista, 50ª edição",author:"OLIVEIRA, Aristeu de",isbn:"978-85-970-0363-5",edition:0,vbkType:"epub",url:"/books/978-85-970-0363-5",coverURL:"//covers.vitalbook.com/vbid/978-85-970-0363-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Transplante Renal",author:"MANFRO, Roberto Ceratti; NORONHA, Irene Lourdes; SILVA FILHO, Alvaro Pacheco e (coords.)",isbn:"9788520440209",edition:2,vbkType:"pbk",url:"/books/9788520440209",coverURL:"//covers.vitalbook.com/vbid/9788520440209/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual Prático de Imunizações, 2ª edição",author:"BALLALAI, Isabella",isbn:"978-85-8114-315-6",edition:0,vbkType:"epub",url:"/books/978-85-8114-315-6",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-315-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual Terapêutico de Acupuntura",author:"WEN, Tom Sintan; HSING, Wu Tu (ed.)",isbn:"9788520443774",edition:0,vbkType:"pbk",url:"/books/9788520443774",coverURL:"//covers.vitalbook.com/vbid/9788520443774/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática para concursos: nível fundamental, 2ª edição.",author:"QUILELLI, PAULO",isbn:"9788502628458",edition:0,vbkType:"pbk",url:"/books/9788502628458",coverURL:"//covers.vitalbook.com/vbid/9788502628458/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Músculos: uma Abordagem Concisa",author:"JARMEY, Chris",isbn:"9788520442609",edition:0,vbkType:"pbk",url:"/books/9788520442609",coverURL:"//covers.vitalbook.com/vbid/9788520442609/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mecânica para Engenharia - Estática - Vol. 1, 7ª edição",author:"MERIAM, James L.; KRAIGE, L. Glenn ",isbn:"978-85-216-3040-1",edition:0,vbkType:"epub",url:"/books/978-85-216-3040-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-3040-1/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microsoft Excel 2013: Série Passo a Passo",author:"FRYE, Curtis D.",isbn:"9788582601389",edition:1,vbkType:"pbk",url:"/books/9788582601389",coverURL:"//covers.vitalbook.com/vbid/9788582601389/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microsoft Exchange Server 2007: Série Guia de Bolso do Administrador",author:"STANEK, William R.",isbn:"9788577803781",edition:1,vbkType:"pbk",url:"/books/9788577803781",coverURL:"//covers.vitalbook.com/vbid/9788577803781/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microsoft Exchange Server 2010: Série Guia de Bolso do Administrador",author:"STANEK, William R.",isbn:"9788577808823",edition:1,vbkType:"pbk",url:"/books/9788577808823",coverURL:"//covers.vitalbook.com/vbid/9788577808823/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microsoft Office Access 2007: Série Passo a Passo",author:"LAMBERT, Steve; LAMBERT III, M. Dow; PREPPERNAU, Joan\n",isbn:"9788577802869",edition:1,vbkType:"pbk",url:"/books/9788577802869",coverURL:"//covers.vitalbook.com/vbid/9788577802869/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microsoft SQL Server 2005 - Analysis Services: Série Passo a Passo",author:"JACOBSON, Reed; MISNER, Stacia; CONSULTING, Hitachi ",isbn:"9788577800520",edition:1,vbkType:"pbk",url:"/books/9788577800520",coverURL:"//covers.vitalbook.com/vbid/9788577800520/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microsoft SQL Server 2012: Série Passo a Passo",author:"LEBLANC, Patrick",isbn:"9788582602249",edition:1,vbkType:"pbk",url:"/books/9788582602249",coverURL:"//covers.vitalbook.com/vbid/9788582602249/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microsoft Visual C# 2008: Série Passo a Passo",author:"SHARP, John",isbn:"9788577803958",edition:1,vbkType:"pbk",url:"/books/9788577803958",coverURL:"//covers.vitalbook.com/vbid/9788577803958/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microsoft Word 2013: Série Passo a Passo",author:"LAMBERT, Joan; COX, Joyce",isbn:"9788582601167",edition:1,vbkType:"pbk",url:"/books/9788582601167",coverURL:"//covers.vitalbook.com/vbid/9788582601167/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mielograma e Imunofenotipagem por Citometria de Fluxo em Hematologia - Prática e Interpretação",author:"OLIVEIRA, Raimundo Antônio; PEREIRA, Juliana; BEITLER, Beatriz",isbn:"978-85-277-2837-9",edition:0,vbkType:"epub",url:"/books/978-85-277-2837-9",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2837-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novo Perfil da Regulação Estatal - Administração Pública de Resultados e Análise de Impacto Regulátorio",author:"OLIVEIRA, Rafael Carvalho Rezende",isbn:"978-85-309-6746-8",edition:0,vbkType:"epub",url:"/books/978-85-309-6746-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6746-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O código de defesa do consumidor e sua interpretação jurisprudencial, 5ª edição.",author:"NUNES, Rizzato",isbn:"9788502631035",edition:0,vbkType:"pbk",url:"/books/9788502631035",coverURL:"//covers.vitalbook.com/vbid/9788502631035/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Obstetrícia",author:"MORON, Antonio Fernandes; CAMANO, Luiz; KULAY JÚNIOR, Luiz (eds.)",isbn:"9788520438251",edition:0,vbkType:"pbk",url:"/books/9788520438251",coverURL:"//covers.vitalbook.com/vbid/9788520438251/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pilates sem Riscos: os Riscos mais Comuns e como Evitá-los",author:"CALAIS-GERMAIN, Blandine; RAISON, Bertrand",isbn:"9788520444450",edition:0,vbkType:"pbk",url:"/books/9788520444450",coverURL:"//covers.vitalbook.com/vbid/9788520444450/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prescrição e Decadência",author:"RIZZARDO, Arnaldo; RIZZARDO Filho, Arnaldo; RIZZARDO, Carine Ardissone",isbn:"978-85-309-6749-9",edition:0,vbkType:"epub",url:"/books/978-85-309-6749-9",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6749-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios e Práticas de Ventilação Mecânica em Pediatria e Neonatologia",author:"SARMENTO, George Jerre Vieira (org.)",isbn:"9788520442456",edition:0,vbkType:"pbk",url:"/books/9788520442456",coverURL:"//covers.vitalbook.com/vbid/9788520442456/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Produção de conteúdos educacionais",author:"Andrea Filatro e Sabrina Cairo",isbn:"9788502635906",edition:1,vbkType:"pbk",url:"/books/9788502635906",coverURL:"//covers.vitalbook.com/vbid/9788502635906/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Protocolos em Anestesia",author:"Departamento de Anestesia e Reanimação de Bicêtre",isbn:"9788520443811",edition:11,vbkType:"pbk",url:"/books/9788520443811",coverURL:"//covers.vitalbook.com/vbid/9788520443811/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicanálise: A Clínica do Real",author:"FORBES, Jorge (ed.); RIOLFI, Claudia (org.)",isbn:"9788520445112",edition:0,vbkType:"pbk",url:"/books/9788520445112",coverURL:"//covers.vitalbook.com/vbid/9788520445112/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Raciocínio Lógico Facilitado, 4ª edição",author:"VILLAR, Bruno",isbn:"978-85-309-6839-7",edition:0,vbkType:"epub",url:"/books/978-85-309-6839-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6839-7/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Raciocínio lógico matemático para concursos, 3ª edição.",author:"QUILELLI, PAULO",isbn:"9788502628427",edition:0,vbkType:"pbk",url:"/books/9788502628427",coverURL:"//covers.vitalbook.com/vbid/9788502628427/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Recuperação Judicial, Extrajudicial e Falência, 2ª edição",author:"SALOMÃO, Luis Felipe; SANTOS, Paulo Penalva",isbn:"978-85-309-6753-6",edition:0,vbkType:"epub",url:"/books/978-85-309-6753-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6753-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Regime jurídico da magistratura, 2ª edição",author:"ALVES, Alexandre Henry",isbn:"9788502221109",edition:0,vbkType:"pbk",url:"/books/9788502221109",coverURL:"//covers.vitalbook.com/vbid/9788502221109/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Provas e Concursos - Contabilidade Avançada, 5ª edição",author:"MISSAGIA, Luiz Roberto; VELTER, Francisco",isbn:"978-85-309-6688-1",edition:0,vbkType:"epub",url:"/books/978-85-309-6688-1",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6688-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Questões Simuladas - Inglês",author:"PEREIRA, Carlos Augusto",isbn:"978-85-309-6724-6",edition:0,vbkType:"epub",url:"/books/978-85-309-6724-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6724-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Serviço Social Gestão e Terceiro Setor – Dilemas nas políticas sociais",author:"Renato Andrade",isbn:"9788502635364",edition:1,vbkType:"pbk",url:"/books/9788502635364",coverURL:"//covers.vitalbook.com/vbid/9788502635364/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas Telefônicos",author:"JESZENSKY, Paul Jean Etienne",isbn:"9788520442142",edition:0,vbkType:"pbk",url:"/books/9788520442142",coverURL:"//covers.vitalbook.com/vbid/9788520442142/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnicas de Massagem II: Redescobrindo o Sentido do Tato",author:"MEYER, Sophie",isbn:"9788520441930",edition:0,vbkType:"pbk",url:"/books/9788520441930",coverURL:"//covers.vitalbook.com/vbid/9788520441930/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tecnologia da Panificação",author:"CAUVAIN, Stanley P.; YOUNG, Linda S.",isbn:"9788520442180",edition:2,vbkType:"pbk",url:"/books/9788520442180",coverURL:"//covers.vitalbook.com/vbid/9788520442180/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria Geral da Administração: Abordagens Prescritivas e Normas, Volume 1",author:"CHIAVENATO, Idalberto",isbn:"9788520444948",edition:7,vbkType:"pbk",url:"/books/9788520444948",coverURL:"//covers.vitalbook.com/vbid/9788520444948/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria geral das organizações internacionais, 3ª Edição.",author:"CRETELLA Neto, José",isbn:"9788502201293",edition:0,vbkType:"pbk",url:"/books/9788502201293",coverURL:"//covers.vitalbook.com/vbid/9788502201293/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria Geral do Estado",author:"ACQUAVIVA, Marcus Cláudio",isbn:"9788520442227",edition:3,vbkType:"pbk",url:"/books/9788520442227",coverURL:"//covers.vitalbook.com/vbid/9788520442227/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de Clínica Médica, 3ª edição",author:"LOPES, Antonio Carlos",isbn:"978-85-277-2832-4",edition:0,vbkType:"epub",url:"/books/978-85-277-2832-4",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2832-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratamento de Efluentes e Recuperação de Recursos",author:"Metcalf and Eddy Inc.",isbn:"9788580555240",edition:5,vbkType:"pbk",url:"/books/9788580555240",coverURL:"//covers.vitalbook.com/vbid/9788580555240/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Urologia",author:"GIRON, Amilcar Martins; DÉNES, Francisco Tibor; SROUGI, Miguel (coords.)",isbn:"9788520444214",edition:0,vbkType:"pbk",url:"/books/9788520444214",coverURL:"//covers.vitalbook.com/vbid/9788520444214/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"UTI Pediátrica",author:"LA TORRE, Fabíola Peixoto Ferreira; STORNI, Juliana Gamo; CHICUTO, Luciana Andréa Digieri; CESAR, Re",isbn:"9788520443927",edition:0,vbkType:"pbk",url:"/books/9788520443927",coverURL:"//covers.vitalbook.com/vbid/9788520443927/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Windows 7: Série Guia de Bolso do Administrador",author:"STANEK, William R.",isbn:"9788577803385",edition:1,vbkType:"pbk",url:"/books/9788577803385",coverURL:"//covers.vitalbook.com/vbid/9788577803385/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Windows Server 2008: Guia Completo",author:"STANEK, William R.",isbn:"9788577805358",edition:1,vbkType:"pbk",url:"/books/9788577805358",coverURL:"//covers.vitalbook.com/vbid/9788577805358/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Windows Server 2008: Série Guia de Bolso do Administrador",author:"STANEK, William R.",isbn:"9788577804757",edition:1,vbkType:"pbk",url:"/books/9788577804757",coverURL:"//covers.vitalbook.com/vbid/9788577804757/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:31.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código penal comentado, 9ª edição.",author:"BITENCOURT, Cezar Roberto",isbn:"9788502626522",edition:0,vbkType:"pbk",url:"/books/9788502626522",coverURL:"//covers.vitalbook.com/vbid/9788502626522/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Transparência Eleitoral, 1ª edição.",author:"MESSA, Ana Flávia",isbn:"9788502635449",edition:0,vbkType:"pbk",url:"/books/9788502635449",coverURL:"//covers.vitalbook.com/vbid/9788502635449/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito e processo eletrônico: doutrina, jurisprudência e prática, 3ª edição.",author:"TEIXEIRA, Tarcísio",isbn:"9788502628069",edition:0,vbkType:"pbk",url:"/books/9788502628069",coverURL:"//covers.vitalbook.com/vbid/9788502628069/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CLT comentada, 9ª edição.",author:"ALMEIDA, Amador Paes de",isbn:"9788502627192",edition:0,vbkType:"pbk",url:"/books/9788502627192",coverURL:"//covers.vitalbook.com/vbid/9788502627192/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução ao Pensamento Jurídico Crítico, 9ª edição.",author:"WOLKMER, Antonio Carlos",isbn:"9788502625884",edition:0,vbkType:"pbk",url:"/books/9788502625884",coverURL:"//covers.vitalbook.com/vbid/9788502625884/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria do fato jurídico - plano da eficácia, 10ª edição.",author:"MELLO, Marcos Bernardes de",isbn:"9788502627161",edition:0,vbkType:"pbk",url:"/books/9788502627161",coverURL:"//covers.vitalbook.com/vbid/9788502627161/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito civil: direito das obrigações: 1ª parte. Vol. 4, 40ª edição.",author:"MONTEIRO, Washington de Barros; PINTO, Ana Cristina de Barros Monteiro França",isbn:"9788502634121",edition:0,vbkType:"pbk",url:"/books/9788502634121",coverURL:"//covers.vitalbook.com/vbid/9788502634121/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Nova Lei do Trabalho doméstico, 1ª edição.",author:"LEITE, Carlos Henrique Bezerra",isbn:"9788502634763",edition:0,vbkType:"pbk",url:"/books/9788502634763",coverURL:"//covers.vitalbook.com/vbid/9788502634763/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução ao Direito, 14ª edição.",author:"BETIOLI, Antonio Bento",isbn:"9788502627109",edition:0,vbkType:"pbk",url:"/books/9788502627109",coverURL:"//covers.vitalbook.com/vbid/9788502627109/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sucesso na arte de advogar, 1ª edição.",author:"KFOURI JR, Anis",isbn:"9788502634060",edition:0,vbkType:"pbk",url:"/books/9788502634060",coverURL:"//covers.vitalbook.com/vbid/9788502634060/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito Civil : direito das coisas, 44ª edição.",author:"MONTEIRO, Washington de Barros; PINTO, Ana Cristina de Barros Monteiro França",isbn:"9788502627130",edition:0,vbkType:"pbk",url:"/books/9788502627130",coverURL:"//covers.vitalbook.com/vbid/9788502627130/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Segurança do Trabalho na Construção Civil",author:"Barbosa Filho, Antonio Nunes ",isbn:"9788522499427",edition:0,vbkType:"pbk",url:"/books/9788522499427",coverURL:"//covers.vitalbook.com/vbid/9788522499427/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de metodologia jurídica: técnicas para argumentar em textos jurídicos, 1ª edição.",author:"MONEBHURRUN, Nitish",isbn:"9788502626553",edition:0,vbkType:"pbk",url:"/books/9788502626553",coverURL:"//covers.vitalbook.com/vbid/9788502626553/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Auditoria Integrada do Simples Nacional: O Que Muda com o Sefisc - Sistema Eletrônico Único de Fiscalização, 2ª edição",author:"Geraldo Roberto Ribeiro Junior; João Pujals",isbn:"9788597001303",edition:0,vbkType:"pbk",url:"/books/9788597001303",coverURL:"//covers.vitalbook.com/vbid/9788597001303/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito do Trabalho de A a Z, 2ª edição.",author:"SALES, Fernando Augusto; MENDES, Marcel Kléber",isbn:"9788502221833",edition:0,vbkType:"pbk",url:"/books/9788502221833",coverURL:"//covers.vitalbook.com/vbid/9788502221833/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Marco civil da internet e o meio ambiente digital na sociedade da informação - Comentários à Lei n. 12.965/2014, 1ª edição.",author:"FIORILLO, Celso Anotonio Pacheco",isbn:"9788502627741",edition:0,vbkType:"pbk",url:"/books/9788502627741",coverURL:"//covers.vitalbook.com/vbid/9788502627741/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Improbidade administrativa - Limites constitucionais à lei de improbidade, 2ª edição.",author:"CAPEZ, Fernando",isbn:"9788502626157",edition:0,vbkType:"pbk",url:"/books/9788502626157",coverURL:"//covers.vitalbook.com/vbid/9788502626157/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sinopses v. 26 - Tutela de Interesses Difusos e coletivos, 9ª edição.",author:"GONÇALVES, Carlos Roberto",isbn:"9788502622616",edition:0,vbkType:"pbk",url:"/books/9788502622616",coverURL:"//covers.vitalbook.com/vbid/9788502622616/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Crimes hediondos: texto, comentários e aspectos polêmicos, 10ª edição.",author:"MONTEIRO, Antonio Lopes",isbn:"9788502625761",edition:0,vbkType:"pbk",url:"/books/9788502625761",coverURL:"//covers.vitalbook.com/vbid/9788502625761/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Provas no Processo Penal: Estudo sobre a Valoração das Provas Penais, 2ª edição",author:"Mendroni, Marcelo Batlouni ",isbn:"9788597000542",edition:0,vbkType:"pbk",url:"/books/9788597000542",coverURL:"//covers.vitalbook.com/vbid/9788597000542/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de direito processual civil, 1ª edição.",author:"MONTANS DE Sá, Renato",isbn:"9788502630956",edition:0,vbkType:"pbk",url:"/books/9788502630956",coverURL:"//covers.vitalbook.com/vbid/9788502630956/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novo código de processo civil comentado para concursos, 1ª edição.",author:"FIGUEIREDO, Simone; MONTANS, Renato",isbn:"9788502625228",edition:0,vbkType:"pbk",url:"/books/9788502625228",coverURL:"//covers.vitalbook.com/vbid/9788502625228/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Formação humanística em direito, 2ª edição.",author:"MACIEL, José Fabio Rodrigues",isbn:"9788502630802",edition:0,vbkType:"pbk",url:"/books/9788502630802",coverURL:"//covers.vitalbook.com/vbid/9788502630802/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sinopses v. 12 - Processo de Execução e Cautelar, 18ª edição.",author:"GONÇALVES, Carlos Roberto",isbn:"9788502621091",edition:0,vbkType:"pbk",url:"/books/9788502621091",coverURL:"//covers.vitalbook.com/vbid/9788502621091/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Ambiental Contemporaneo, 1ª edição.",author:"FIORILLO, Celso Fiorillo; MARQUES, Renata",isbn:"9788502631595",edition:0,vbkType:"pbk",url:"/books/9788502631595",coverURL:"//covers.vitalbook.com/vbid/9788502631595/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direitos Humanos, 3ª edição.",author:"CASTILHO, Ricardo",isbn:"9788502631205",edition:0,vbkType:"pbk",url:"/books/9788502631205",coverURL:"//covers.vitalbook.com/vbid/9788502631205/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Sinopses Jurídicas 24 -Legislação penal especial: tomo II, 2ª edição.",author:"GONÇALVES, Victor Eduardo Rios",isbn:"9788502631069",edition:0,vbkType:"pbk",url:"/books/9788502631069",coverURL:"//covers.vitalbook.com/vbid/9788502631069/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei anticorrupção: lei nº 12.846 de 1º de agosto de 2013, 1ª edição.",author:"SANTOS, Fernanda Marinela de Sousa",isbn:"9788502623033",edition:0,vbkType:"pbk",url:"/books/9788502623033",coverURL:"//covers.vitalbook.com/vbid/9788502623033/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso prático de processo do trabalho, 24ª edição.",author:"ALMEIDA, Amador Paes de",isbn:"9788502627017",edition:0,vbkType:"pbk",url:"/books/9788502627017",coverURL:"//covers.vitalbook.com/vbid/9788502627017/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mitologia processual penal, 1ª edição.",author:"CASARA, Rubens R. R.",isbn:"9788502626034",edition:0,vbkType:"pbk",url:"/books/9788502626034",coverURL:"//covers.vitalbook.com/vbid/9788502626034/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Arte de Escrever Histórias",author:"SOARES, Esther Proença",isbn:"9788520442722",edition:0,vbkType:"pbk",url:"/books/9788520442722",coverURL:"//covers.vitalbook.com/vbid/9788520442722/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Globalização Ocidental: Controvérsia sobre a Cultura Planetária",author:"JUVIN, Hervé; LIPOVETSKY, Gilles",isbn:"9788520444498",edition:0,vbkType:"pbk",url:"/books/9788520444498",coverURL:"//covers.vitalbook.com/vbid/9788520444498/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Linguagem do Toque - Massoterapia Oriental e Ocidental",author:"DONATELLI, Sidney",isbn:"978-85-277-2811-9",edition:0,vbkType:"epub",url:"/books/978-85-277-2811-9",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2811-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Sociedade da Decepção",author:"LIPOVETSKY, Gilles",isbn:"9788520443484",edition:0,vbkType:"pbk",url:"/books/9788520443484",coverURL:"//covers.vitalbook.com/vbid/9788520443484/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração da Informação- Fundamentos e práticas para uma nova gestão do conhecimento",author:"José Osvaldo De Sordi ",isbn:"9788502634824",edition:2,vbkType:"pbk",url:"/books/9788502634824",coverURL:"//covers.vitalbook.com/vbid/9788502634824/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Alemão Urgente! Para Brasileiros",author:"BRAATZ, Birgit; SCHUMACHER, Cristina",isbn:"978-85-216-2997-9",edition:0,vbkType:"epub",url:"/books/978-85-216-2997-9",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2997-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ambiente e Sustentabilidade - Metodologias para Gestão",author:"KOHN, Ricardo",isbn:"978-85-216-2962-7",edition:0,vbkType:"epub",url:"/books/978-85-216-2962-7",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2962-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia do Ciclismo",author:"SOVNDAL, Shannon",isbn:"9788520441770",edition:0,vbkType:"pbk",url:"/books/9788520441770",coverURL:"//covers.vitalbook.com/vbid/9788520441770/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Aprenda a Conjugar Verbos em Alemão",author:"BRAATZ, Birgit",isbn:"978-85-216-2974-0",edition:0,vbkType:"epub",url:"/books/978-85-216-2974-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2974-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Auditoria de Processos Organizacionais: Teoria, Finalidade, Metodologia de Trabalho e Resultados Esperados, 4ª edição",author:"Dias, Sergio Vidal dos Santos ",isbn:"9788597000627",edition:0,vbkType:"pbk",url:"/books/9788597000627",coverURL:"//covers.vitalbook.com/vbid/9788597000627/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Biologia de Campbell",author:"REECE, Jane B.; WASSERMAN, Steven A.; URRY, Lisa A.; CAIN, Michael L.; MINORSKY, Peter V.; JACKSON, ",isbn:"9788582712306",edition:10,vbkType:"pbk",url:"/books/9788582712306",coverURL:"//covers.vitalbook.com/vbid/9788582712306/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"BrandSense: Revisada e atualizada - Segredos Sensoriais por Trás das Coisas que Compramos",author:"LINDSTROM, Martin",isbn:"9788577809318",edition:2,vbkType:"pbk",url:"/books/9788577809318",coverURL:"//covers.vitalbook.com/vbid/9788577809318/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cardiologia - Manual do Residente da Universidade Federal de São Paulo (UNIFESP), 2ª edição",author:"MORAES, Pedro Ivo De Marqui",isbn:"978-85-277-2805-8",edition:0,vbkType:"epub",url:"/books/978-85-277-2805-8",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2805-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários à Jurisprudência do STF: Direitos Fundamentais e Omissão Inconstitucional",author:"FREITAS, Juarez; TEIXEIRA, Anderson V. (orgs.)",isbn:"9788520444528",edition:0,vbkType:"pbk",url:"/books/9788520444528",coverURL:"//covers.vitalbook.com/vbid/9788520444528/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Aplicada ao Setor Público: Abordagem Simples e Objetiva, 2ª edição",author:"Bezerra Filho, João Eudes ",isbn:"9788597001679",edition:0,vbkType:"pbk",url:"/books/9788597001679",coverURL:"//covers.vitalbook.com/vbid/9788597001679/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Básica: Atualizada Conforme os Pronunciamentos do CPC (Comitê de Pronunciamentos Contábeis) e as Normas Brasileiras de Contabilidade NBC TG 1000 e ITG 1000, 11ª edição",author:"Marion, José Carlos ",isbn:"9788522498871",edition:0,vbkType:"pbk",url:"/books/9788522498871",coverURL:"//covers.vitalbook.com/vbid/9788522498871/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Empresarial: Texto, 17ª edição",author:"Marion, José Carlos ",isbn:"9788522497591",edition:0,vbkType:"pbk",url:"/books/9788522497591",coverURL:"//covers.vitalbook.com/vbid/9788522497591/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Pública: Uma Abordagem da Administração Financeira Pública, 13ª edição",author:"Piscitelli, Roberto Bocaccio; Timbó, Maria Zulene Farias",isbn:"9788522490882",edition:0,vbkType:"pbk",url:"/books/9788522490882",coverURL:"//covers.vitalbook.com/vbid/9788522490882/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Culinária Profissional",author:"GISSLEN, Wayne",isbn:"9788520444566",edition:6,vbkType:"pbk",url:"/books/9788520444566",coverURL:"//covers.vitalbook.com/vbid/9788520444566/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Contabilidade Básica, (Vol. 1)",author:"Silva, César Augusto Tibúrcio; Rodrigues, Fernanda Fernandes ",isbn:"9788597001105",edition:0,vbkType:"pbk",url:"/books/9788597001105",coverURL:"//covers.vitalbook.com/vbid/9788597001105/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Contabilidade Básica, (Vol. 2)",author:"Silva, César Augusto Tibúrcio; Rodrigues, Fernanda Fernandes ",isbn:"9788597001129",edition:0,vbkType:"pbk",url:"/books/9788597001129",coverURL:"//covers.vitalbook.com/vbid/9788597001129/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Da Emoção à Lesão: um Guia de Medicina Psicossomática",author:"BALLONE, Geraldo José; ORTOLANI, Ida Vani; PEREIRA NETO, Eurico",isbn:"9788520443590",edition:2,vbkType:"pbk",url:"/books/9788520443590",coverURL:"//covers.vitalbook.com/vbid/9788520443590/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Autoral: Conceitos Essenciais",author:"AFONSO, Otávio",isbn:"9788520442791",edition:0,vbkType:"pbk",url:"/books/9788520442791",coverURL:"//covers.vitalbook.com/vbid/9788520442791/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Notarial e Registral Atual, 2ª edição",author:"PEDROSO, Regina; LAMANAUSKAS, Milton Fernando",isbn:"978-85-309-6740-6",edition:0,vbkType:"epub",url:"/books/978-85-309-6740-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6740-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Processual Civil",author:"VEZZONI, Marina",isbn:"9788520444382",edition:0,vbkType:"pbk",url:"/books/9788520444382",coverURL:"//covers.vitalbook.com/vbid/9788520444382/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Tributário",author:"PINTO, Fabiana Lopes",isbn:"9788520444399",edition:0,vbkType:"pbk",url:"/books/9788520444399",coverURL:"//covers.vitalbook.com/vbid/9788520444399/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eficiência Energética em Edifícios",author:"ROMÉRO, Marcelo de Andrade; REIS, Lineu Belico dos",isbn:"9788520444580",edition:0,vbkType:"pbk",url:"/books/9788520444580",coverURL:"//covers.vitalbook.com/vbid/9788520444580/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Elaboração e Análise das Demonstrações Financeiras, 5ª edição",author:"Perez Junior, José Hernandez; Begalli, Glaucos Antonio ",isbn:"9788597000740",edition:0,vbkType:"pbk",url:"/books/9788597000740",coverURL:"//covers.vitalbook.com/vbid/9788597000740/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Empreendedorismo Corporativo - Como ser Empreendedor, Inovar e Diferenciar na sua Empresa, 3ª edição",author:"DORNELAS, José",isbn:"978-85-216-3016-6",edition:0,vbkType:"epub",url:"/books/978-85-216-3016-6",coverURL:"//covers.vitalbook.com/vbid/978-85-216-3016-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Energia e o Sistema Multilateral de Comércio: Perante o Paradigma do Desenvolvimento Sustentável",author:"Lembo, Carolina ",isbn:"9788597001044",edition:0,vbkType:"pbk",url:"/books/9788597001044",coverURL:"//covers.vitalbook.com/vbid/9788597001044/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Escola de Chefs",author:"FARROW, Joanna",isbn:"9788520443156",edition:0,vbkType:"pbk",url:"/books/9788520443156",coverURL:"//covers.vitalbook.com/vbid/9788520443156/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Escola de Culinária: 150 das Melhores Receitas Clássicas e Contemporâneas Passo a Passo",author:"FARROW, Joanna",isbn:"9788520443057",edition:0,vbkType:"pbk",url:"/books/9788520443057",coverURL:"//covers.vitalbook.com/vbid/9788520443057/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estrutura e Análise de Balanços: Um Enfoque Econômico-Financeiro, 11ª edição",author:"Assaf Neto, Alexandre ",isbn:"9788597000146",edition:0,vbkType:"pbk",url:"/books/9788597000146",coverURL:"//covers.vitalbook.com/vbid/9788597000146/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Física Conceitual",author:"HEWITT, Paul",isbn:"9788582603413",edition:12,vbkType:"pbk",url:"/books/9788582603413",coverURL:"//covers.vitalbook.com/vbid/9788582603413/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiopatologia da Doença",author:"HAMMER, Gary D.; McPHEE, Stephen J.",isbn:"9788580555288",edition:7,vbkType:"pbk",url:"/books/9788580555288",coverURL:"//covers.vitalbook.com/vbid/9788580555288/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisioterapia Geriátrica: a Prática da Assistência ao Idoso",author:"REBELATTO, José Rubens; MORELLI, José Geraldo da Silva",isbn:"9788520444108",edition:2,vbkType:"pbk",url:"/books/9788520444108",coverURL:"//covers.vitalbook.com/vbid/9788520444108/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fonética, Fonologia e Ortografia, 4ª edição",author:"HENRIQUES, Claudio Cezar",isbn:"978-85-216-2978-8",edition:0,vbkType:"epub",url:"/books/978-85-216-2978-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2978-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Francês Urgente! Para Brasileiros",author:"PASTURA, Angela",isbn:"978-85-216-2982-5",edition:0,vbkType:"epub",url:"/books/978-85-216-2982-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2982-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão do Saneamento Básico: Abastecimento de Água e Esgotamento Sanitário",author:"PHILIPPI JR., Arlindo; GALVÃO JR., Alceu de Castro (eds.)",isbn:"9788520444122",edition:0,vbkType:"pbk",url:"/books/9788520444122",coverURL:"//covers.vitalbook.com/vbid/9788520444122/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão Estratégica do Saneamento",author:"ANJOS JR., Ary Haro dos",isbn:"9788520441862",edition:0,vbkType:"pbk",url:"/books/9788520441862",coverURL:"//covers.vitalbook.com/vbid/9788520441862/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão pela Formação Humana: uma Abordagem Fenomenológica",author:"FRAGA, Valderez Ferreira",isbn:"9788520443385",edition:2,vbkType:"pbk",url:"/books/9788520443385",coverURL:"//covers.vitalbook.com/vbid/9788520443385/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Governança Corporativa na Prática: Integrando Acionistas, Conselho de Administração e Diretoria ",author:"Oliveira, Djalma de Pinho Rebouças de ",isbn:"9788522494569",edition:0,vbkType:"pbk",url:"/books/9788522494569",coverURL:"//covers.vitalbook.com/vbid/9788522494569/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Help! Meu Inglês Enferrujou",author:"ASSUMPÇÃO, Sônia; FERREIRA, Fernanda Ferreira de",isbn:"978-85-216-2972-6",edition:0,vbkType:"epub",url:"/books/978-85-216-2972-6",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2972-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Hematologia Laboratorial: Teoria e Procedimentos",author:"SILVA, Paulo Henrique da; ALVES, Hemerson Bertassoni; COMAR, Samuel Ricardo; HENNEBERG, Railson; MER",isbn:"9788582712603",edition:1,vbkType:"pbk",url:"/books/9788582712603",coverURL:"//covers.vitalbook.com/vbid/9788582712603/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"How to Say Anything in Portuguese",author:"MARTINEZ, Ron",isbn:"978-85-216-2970-2",edition:0,vbkType:"epub",url:"/books/978-85-216-2970-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2970-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Inglês que Não Falha - O Livro de Pronúncia",author:"DAVIES, Ben Parry",isbn:"978-85-216-2976-4",edition:0,vbkType:"epub",url:"/books/978-85-216-2976-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2976-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Instrumentos de Gestão Pública",author:"Saulo Barbará de Oliveira (organizador e coautor)",isbn:"9788502635982",edition:1,vbkType:"pbk",url:"/books/9788502635982",coverURL:"//covers.vitalbook.com/vbid/9788502635982/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Inteligência Organizacional como Modelo de Gestão em Organizações Privadas e Públicas: Guia para Projetos de Organizational Business Intelligence - OBI",author:"Rezende, Denis Alcides ",isbn:"9788597001440",edition:0,vbkType:"pbk",url:"/books/9788597001440",coverURL:"//covers.vitalbook.com/vbid/9788597001440/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Farmácia de Remington",author:"ALLEN JR., Loyd V.",isbn:"9788582712528",edition:1,vbkType:"pbk",url:"/books/9788582712528",coverURL:"//covers.vitalbook.com/vbid/9788582712528/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Gestão Ambiental Empresarial: Abordando Economia, Direito, Contabilidade e Auditoria",author:"Lins, Luiz dos Santos ",isbn:"9788597001082",edition:0,vbkType:"pbk",url:"/books/9788597001082",coverURL:"//covers.vitalbook.com/vbid/9788597001082/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Pesquisa Operacional - Método e Modelos para Análise de Decisões, 5ª edição",author:"ANDRADE, Eduardo Leopoldino de",isbn:"978-85-216-2967-2",edition:0,vbkType:"epub",url:"/books/978-85-216-2967-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2967-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Teoria Geral da Administração, 3ª edição",author:"Maximiano, Antonio Cesar Amaru",isbn:"9788522495559",edition:0,vbkType:"pbk",url:"/books/9788522495559",coverURL:"//covers.vitalbook.com/vbid/9788522495559/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Jurisdição Eleitoral e Direitos Políticos Fundamentais",author:"MACEDO, Elaine Harzheim; FREITAS, Juliana Rodrigues",isbn:"978-85-309-6707-9",edition:0,vbkType:"epub",url:"/books/978-85-309-6707-9",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6707-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei Maria da Penha: O Processo Penal no Caminho da Efetividade",author:"Fernandes, Valéria Diez Scarance ",isbn:"9788597000429",edition:0,vbkType:"pbk",url:"/books/9788597000429",coverURL:"//covers.vitalbook.com/vbid/9788597000429/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lições de Direito Civil: Obrigações e Responsabilidade Civil, (V. 2), 2ª edição",author:"Melo, Nehemias Domingos de ",isbn:"9788597000283",edition:0,vbkType:"pbk",url:"/books/9788597000283",coverURL:"//covers.vitalbook.com/vbid/9788597000283/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lições de Direito Civil: Teoria Geral, (V. 1), 2ª edição",author:"Melo, Nehemias Domingos de ",isbn:"9788597000641",edition:0,vbkType:"pbk",url:"/books/9788597000641",coverURL:"//covers.vitalbook.com/vbid/9788597000641/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Liberdade de Imprensa e a Mediação Estatal",author:"Gadelho Junior, Marcos Duque ",isbn:"9788597000160",edition:0,vbkType:"pbk",url:"/books/9788597000160",coverURL:"//covers.vitalbook.com/vbid/9788597000160/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Licitações e Contratos Administrativos - Teoria e Prática, 5ª edição",author:"OLIVEIRA, Rafael Carvalho Rezende",isbn:"978-85-309-6623-2",edition:0,vbkType:"epub",url:"/books/978-85-309-6623-2",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6623-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Linguagem Jurídica e Argumentação: Teoria e Prática, 4ª edição",author:"Trubilhano, Fabio; Henriques, Antonio ",isbn:"9788597001266",edition:0,vbkType:"pbk",url:"/books/9788597001266",coverURL:"//covers.vitalbook.com/vbid/9788597001266/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Macroeconomia - Série Express",author:"Dean Garratt",isbn:"9788502635043",edition:1,vbkType:"pbk",url:"/books/9788502635043",coverURL:"//covers.vitalbook.com/vbid/9788502635043/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual da Licitação: Orientação Prática para o Processamento de Licitações, com Roteiros de Procedimento, Modelos de Carta-Convite e de Editais, de Atas de Sessões Públicas e de Relatórios de Julgamento de Propostas, 2ª edição",author:"Calasans Junior, José ",isbn:"9788522499823",edition:0,vbkType:"pbk",url:"/books/9788522499823",coverURL:"//covers.vitalbook.com/vbid/9788522499823/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Consultoria Empresarial: Conceitos, Metodologia e Práticas, 13ª edição",author:"Oliveira, Djalma de Pinho Rebouças de ",isbn:"9788522499847",edition:0,vbkType:"pbk",url:"/books/9788522499847",coverURL:"//covers.vitalbook.com/vbid/9788522499847/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Contabilidade Tributária: Textos e Testes com Respostas, 14ª edição",author:"Oliveira, Luís Martins de et al. ",isbn:"9788597002003",edition:0,vbkType:"pbk",url:"/books/9788597002003",coverURL:"//covers.vitalbook.com/vbid/9788597002003/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito Ambiental: De Acordo com o Novo Código Florestal (Lei Nº12.651/12 e Lei Nº 12.727/12), 6ª edição",author:"Antunes, Paulo de Bessa ",isbn:"9788597001525",edition:0,vbkType:"pbk",url:"/books/9788597001525",coverURL:"//covers.vitalbook.com/vbid/9788597001525/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de direito civil, v. 4 : direitos reais e direitos intelectuais, 7ª Edição.",author:"LISBOA, Roberto Senise",isbn:"9788502201231",edition:0,vbkType:"pbk",url:"/books/9788502201231",coverURL:"//covers.vitalbook.com/vbid/9788502201231/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Gestão das Cooperativas: Uma Abordagem Prática, 7ª edição",author:"Oliveira, Djalma de Pinho Rebouças de ",isbn:"9788597000726",edition:0,vbkType:"pbk",url:"/books/9788597000726",coverURL:"//covers.vitalbook.com/vbid/9788597000726/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Processo Penal, 3ª edição",author:"AVENA, Norberto",isbn:"978-85-309-6717-8",edition:0,vbkType:"epub",url:"/books/978-85-309-6717-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6717-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual do Advogado: Advocacia Prática (Civil, Trabalhista e Criminal)",author:"LUZ, Valdemar P. da",isbn:"9788520446300",edition:27,vbkType:"pbk",url:"/books/9788520446300",coverURL:"//covers.vitalbook.com/vbid/9788520446300/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manufatura Enxuta como Estratégia de Produção: A Chave para a Produtividade Industrial",author:"Tubino, Dalvio Ferrari ",isbn:"9788597001402",edition:0,vbkType:"pbk",url:"/books/9788597001402",coverURL:"//covers.vitalbook.com/vbid/9788597001402/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática Financeira com Ênfase em Produtos Bancários, 4ª edição",author:"Tosi, Armando José ",isbn:"9788522498932",edition:0,vbkType:"pbk",url:"/books/9788522498932",coverURL:"//covers.vitalbook.com/vbid/9788522498932/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática financeira, 7ª edição",author:"Samuel Hazzan, José Nicolau Pompeo",isbn:"9788502618176",edition:7,vbkType:"pbk",url:"/books/9788502618176",coverURL:"//covers.vitalbook.com/vbid/9788502618176/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matrizes Energéticas: Conceitos e Usos em Gestão e Planejamento",author:"REIS, Lineu Belico dos",isbn:"9788520442562",edition:0,vbkType:"pbk",url:"/books/9788520442562",coverURL:"//covers.vitalbook.com/vbid/9788520442562/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mecânica dos Solos e suas Aplicações - Mecânica das Rochas, Fundações e Obras de Terra - Vol. 2, 7ª edição",author:"CAPUTO, Homero Pinto; CAPUTO, Armando Negreiros; RODRIGUES, J. Martinho de A.",isbn:"978-85-216-3007-4",edition:0,vbkType:"epub",url:"/books/978-85-216-3007-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-3007-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mensalão - Diário de um Julgamento, 2ª edição",author:"FALCÃO, Joaquim de Arruda",isbn:"978-85-309-6719-2",edition:0,vbkType:"epub",url:"/books/978-85-309-6719-2",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6719-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mercados Financeiros - Série Express",author:"Robert Webb; Sanjukta Brahma",isbn:"9788502635074",edition:1,vbkType:"pbk",url:"/books/9788502635074",coverURL:"//covers.vitalbook.com/vbid/9788502635074/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nadando o Mais Rápido Possível",author:"MAGLISCHO, Ernest W.",isbn:"9788520444153",edition:3,vbkType:"pbk",url:"/books/9788520444153",coverURL:"//covers.vitalbook.com/vbid/9788520444153/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nos Bastidores da Censura: Sexualidade, Literatura e Repressão pós-64",author:"SILVA, Deonísio da",isbn:"9788520442630",edition:2,vbkType:"pbk",url:"/books/9788520442630",coverURL:"//covers.vitalbook.com/vbid/9788520442630/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nos Bastidores do STF",author:"MELLO, Patrícia Perrone Campos",isbn:"978-85-309-6732-1",edition:0,vbkType:"epub",url:"/books/978-85-309-6732-1",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6732-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Novo Código de Processo Civil: Lei n. 13.105, de 16 de março de 2015",author:"Editoria Jurídica da Editora Manole",isbn:"9788520446317",edition:0,vbkType:"pbk",url:"/books/9788520446317",coverURL:"//covers.vitalbook.com/vbid/9788520446317/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nutrição e Transtornos Alimentares: Avaliação e Tratamento",author:"ALVARENGA, Marle; SCAGLIUSI, Fernanda Baeza; PHILIPPI, Sonia Tucunduva (orgs.)",isbn:"9788520442647",edition:0,vbkType:"pbk",url:"/books/9788520442647",coverURL:"//covers.vitalbook.com/vbid/9788520442647/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Novo Código de Processo Civil Brasileiro - Estudos Dirigidos: Sistematização e Procedimentos",author:"ALVIM, Thereza Arruda",isbn:"978-85-309-6715-4",edition:0,vbkType:"epub",url:"/books/978-85-309-6715-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6715-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Universo do Luxo: Marketing e Estratégia para o Mercado de Bens e Serviços de Luxo",author:"PASSARELLI, Silvio",isbn:"9788520444917",edition:0,vbkType:"pbk",url:"/books/9788520444917",coverURL:"//covers.vitalbook.com/vbid/9788520444917/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Os Novos Paradigmas: Como as Mudanças estão Mexendo com as Empresas",author:"CHIAVENATO, Idalberto",isbn:"9788520444689",edition:5,vbkType:"pbk",url:"/books/9788520444689",coverURL:"//covers.vitalbook.com/vbid/9788520444689/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pilates para Grávidas: Exercícios Simples e Seguros para Antes e Depois do Parto",author:"ENDACOTT, Jan",isbn:"9788520442371",edition:0,vbkType:"pbk",url:"/books/9788520442371",coverURL:"//covers.vitalbook.com/vbid/9788520442371/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento Estratégico: Conceitos, Metodologia, Práticas, 33ª edição",author:"Oliveira, Djalma de Pinho Rebouças de ",isbn:"9788597000702",edition:0,vbkType:"pbk",url:"/books/9788597000702",coverURL:"//covers.vitalbook.com/vbid/9788597000702/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Plano de Negócios com o Modelo Canvas - Guia Prático de Avaliação de Ideias de Negócio a Partir de Exemplos",author:"DORNELAS, José; BIM, Adriana; FREITAS, Gustavo; USHIKUBO, Rafaela",isbn:"978-85-216-2965-8",edition:0,vbkType:"epub",url:"/books/978-85-216-2965-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2965-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"PNF. Facilitação Neuromuscular Proprioceptiva",author:"ADLER, Susan S.; BECKERS, Dominiek; BUCK, Math",isbn:"9788520442401",edition:2,vbkType:"pbk",url:"/books/9788520442401",coverURL:"//covers.vitalbook.com/vbid/9788520442401/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Política Nacional. Gestão e Gerenciamento de Resíduos Sólidos",author:"JARDIM, Arnaldo; YOSHIDA, Consuelo; MACHADO FILHO, José Valverde (eds.)",isbn:"9788520444801",edition:0,vbkType:"pbk",url:"/books/9788520444801",coverURL:"//covers.vitalbook.com/vbid/9788520444801/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática de Morfossintaxe: Como e por que Aprender Análise (Morfo)sintática",author:"SAUTCHUK, Inez",isbn:"9788520442449",edition:2,vbkType:"pbk",url:"/books/9788520442449",coverURL:"//covers.vitalbook.com/vbid/9788520442449/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática Jurídica Penal, 8ª edição",author:"Ishida, Válter Kenji ",isbn:"9788597000382",edition:0,vbkType:"pbk",url:"/books/9788597000382",coverURL:"//covers.vitalbook.com/vbid/9788597000382/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Preparo de Alimentos: um Guia Prático para Profissionais",author:"MCWILLIAMS, Margaret",isbn:"9788520445037",edition:11,vbkType:"pbk",url:"/books/9788520445037",coverURL:"//covers.vitalbook.com/vbid/9788520445037/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Programa de Responsabilidade Civil, 12ª edição",author:"Cavalieri Filho, Sergio ",isbn:"9788597000764",edition:0,vbkType:"pbk",url:"/books/9788597000764",coverURL:"//covers.vitalbook.com/vbid/9788597000764/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Propriedades do Concreto",author:"NEVILLE, Adam M.",isbn:"9788582603666",edition:5,vbkType:"pbk",url:"/books/9788582603666",coverURL:"//covers.vitalbook.com/vbid/9788582603666/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia Aplicada à Administração de Empresas: Psicologia do Comportamento Organizacional, 5ª edição",author:"Bergamini, Cecília Whitaker ",isbn:"9788522498475",edition:0,vbkType:"pbk",url:"/books/9788522498475",coverURL:"//covers.vitalbook.com/vbid/9788522498475/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Reúso de Água",author:"MANCUSO, Pedro Caetano Sanches; SANTOS, Hilton Felício dos (eds.)",isbn:"9788520442111",edition:0,vbkType:"pbk",url:"/books/9788520442111",coverURL:"//covers.vitalbook.com/vbid/9788520442111/width/:width?style=preview",hasPageBreaks:!1,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Direito Atual - Direito Econômico Atual",author:"COUTINHO, Diogo R.; ROCHA, Jean-Paul Veiga da; SCHAPIRO, Mario G.",isbn:"978-85-309-6726-0",edition:0,vbkType:"epub",url:"/books/978-85-309-6726-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6726-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Provas & Concursos - A Gramática para Concursos Públicos, 2ª edição",author:"PESTANA, Fernando",isbn:"978-85-309-6653-9",edition:0,vbkType:"epub",url:"/books/978-85-309-6653-9",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6653-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Provas & Concursos - Direito Financeiro e Controle Externo, 9ª edição",author:"PASCOAL, Valdecir Fernandes",isbn:"978-85-309-6738-3",edition:0,vbkType:"epub",url:"/books/978-85-309-6738-3",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6738-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Provas & Concursos - Mercado de Valores Mobiliários, 2ª edição",author:"FACCINI, Leonardo",isbn:"978-85-309-6710-9",edition:0,vbkType:"epub",url:"/books/978-85-309-6710-9",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6710-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Provas & Concursos - Mercado Financeiro, 2ª edição",author:"MENESES, Anderson; MARIANO, Fabrício",isbn:"978-85-309-6675-1",edition:0,vbkType:"epub",url:"/books/978-85-309-6675-1",coverURL:"//covers.vitalbook.com/vbid/978-85-309-6675-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:30.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução À Contabilidade Tributária - 2ª Edição",author:"RIBEIRO, Osni Moura; PINTO, Mauro Aparecido",isbn:"9788502220607",edition:2,vbkType:"pbk",url:"/books/9788502220607",coverURL:"//covers.vitalbook.com/vbid/9788502220607/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução a Sistemas de Telecomunicações - Abordagem Histórica",author:"CARVALHO, Luiz Pinto de",isbn:"978-85-216-2730-2",edition:0,vbkType:"epub",url:"/books/978-85-216-2730-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2730-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"ISS: Doutrina e Prática, 2ª edição",author:"Harada, Kiyoshi ",isbn:"9788522492503",edition:0,vbkType:"pbk",url:"/books/9788522492503",coverURL:"//covers.vitalbook.com/vbid/9788522492503/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei de execução penal anotada, 5ª edição.",author:"MARCÃO, Renato",isbn:"9788502229556",edition:0,vbkType:"pbk",url:"/books/9788502229556",coverURL:"//covers.vitalbook.com/vbid/9788502229556/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lições de Direito Civil: Direito das Coisas, (V. 4)",author:"Melo, Nehemias domingos de ",isbn:"9788522492404",edition:0,vbkType:"pbk",url:"/books/9788522492404",coverURL:"//covers.vitalbook.com/vbid/9788522492404/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Logística - um enfoque prático - 2ª Edição",author:"Fabiano Caxito",isbn:"9788502226302",edition:2,vbkType:"pbk",url:"/books/9788502226302",coverURL:"//covers.vitalbook.com/vbid/9788502226302/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Anestesiologia Clínica",author:"BARASH, Paul G.; CULLEN, Bruce F.; STOELTING, Robert K.; CAHALAN, Michael K.; STOCK, Christine; ORTE",isbn:"9788582711064",edition:7,vbkType:"pbk",url:"/books/9788582711064",coverURL:"//covers.vitalbook.com/vbid/9788582711064/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Auditoria Governamental, 2ª edição",author:"Peter, Maria da Glória Arrais; Machado, Marcus Vinícius Veras ",isbn:"9788522491803",edition:0,vbkType:"pbk",url:"/books/9788522491803",coverURL:"//covers.vitalbook.com/vbid/9788522491803/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Controladoria",author:"Schmidt, Paulo; Santos, José Luiz dos; Martins, Marco Antônio dos Santos ",isbn:"9788522491902",edition:0,vbkType:"pbk",url:"/books/9788522491902",coverURL:"//covers.vitalbook.com/vbid/9788522491902/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de português jurídico, 8ª edição.",author:"SABBAG, Eduardo",isbn:"9788502225831",edition:0,vbkType:"pbk",url:"/books/9788502225831",coverURL:"//covers.vitalbook.com/vbid/9788502225831/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de prevenção e controle de infecções para hospitais",author:"SLAVISH, Susan M.",isbn:"9788536327693",edition:1,vbkType:"pbk",url:"/books/9788536327693",coverURL:"//covers.vitalbook.com/vbid/9788536327693/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de processo do trabalho, 3ª edição.",author:"PEREIRA, Leone",isbn:"9788502230293",edition:0,vbkType:"pbk",url:"/books/9788502230293",coverURL:"//covers.vitalbook.com/vbid/9788502230293/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marco Civil da Internet",author:"Leite, George Salomão; Lemos, Ronaldo (Coord.) ",isbn:"9788522493401",edition:0,vbkType:"pbk",url:"/books/9788522493401",coverURL:"//covers.vitalbook.com/vbid/9788522493401/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marco Civil da Internet : comentários à Lei n. 12.965, de 23 de abril de 2014, 1ª Edição,",author:"JESUS, Damásio de",isbn:"9788502203200",edition:0,vbkType:"pbk",url:"/books/9788502203200",coverURL:"//covers.vitalbook.com/vbid/9788502203200/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing Ambiental: Ética, Responsabilidade Social e Competitividade nos Negócios, 2ª edição",author:"Dias, Reinaldo ",isbn:"9788522489800",edition:0,vbkType:"pbk",url:"/books/9788522489800",coverURL:"//covers.vitalbook.com/vbid/9788522489800/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing Esportivo",author:"Marco Antonio Siqueira",isbn:"9788502223837",edition:0,vbkType:"pbk",url:"/books/9788502223837",coverURL:"//covers.vitalbook.com/vbid/9788502223837/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mobilidade Empresarial: Oportunidades e Desafios do Uso de Tecnologias Móveis para Negócios no Con",author:"Klein, Amarolinda Zanela; Freitas, Henrique (Org.) ",isbn:"9788522492756",edition:0,vbkType:"pbk",url:"/books/9788522492756",coverURL:"//covers.vitalbook.com/vbid/9788522492756/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Negociação e conflito - 1ª Edição",author:"MATOS, Francisco Gomes De",isbn:"9788502220195",edition:0,vbkType:"pbk",url:"/books/9788502220195",coverURL:"//covers.vitalbook.com/vbid/9788502220195/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Modelo Toyota - Manual de Aplicação: Um Guia Prático para a Implementação dos 4Ps da Toyota",author:"LIKER, Jeffrey K.; MEIER, David",isbn:"9788577800308",edition:1,vbkType:"pbk",url:"/books/9788577800308",coverURL:"//covers.vitalbook.com/vbid/9788577800308/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O povo e o poder, 3ª Edição.",author:"TELLES JUNIOR, Goffredo",isbn:"9788502208896",edition:0,vbkType:"pbk",url:"/books/9788502208896",coverURL:"//covers.vitalbook.com/vbid/9788502208896/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Organização Empresarial - Conceitos, Modelos, Planejamento, Técnicas de Gestão e Normas de Quali",author:"CASTIGLIONI, José Antônio de Mattos; TANCREDI, Claudio Tadeu",isbn:"9788536511047",edition:1,vbkType:"pbk",url:"/books/9788536511047",coverURL:"//covers.vitalbook.com/vbid/9788536511047/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Palavras do amigo aos estudantes de Direito, 2ª edição.",author:"TELLES JUNIOR, Goffredo",isbn:"9788502208957",edition:0,vbkType:"pbk",url:"/books/9788502208957",coverURL:"//covers.vitalbook.com/vbid/9788502208957/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pensando no Futuro da Educação: Uma Nova Escola para o Século XXII",author:"JARAUTA, Beatriz; IMBERNÓN, Francisco ",isbn:"9788584290116",edition:1,vbkType:"pbk",url:"/books/9788584290116",coverURL:"//covers.vitalbook.com/vbid/9788584290116/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planejamento e Organização de Eventos",author:"MENDONÇA, Maria José Alves; PEROZIN, Juliana Gutierres Penna Almendros",isbn:"9788536511030",edition:1,vbkType:"pbk",url:"/books/9788536511030",coverURL:"//covers.vitalbook.com/vbid/9788536511030/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Poderes selvagens : a crise da democracia italiana, 1ª edição.",author:"FERRAJOLI, Luigi",isbn:"9788502213364",edition:0,vbkType:"pbk",url:"/books/9788502213364",coverURL:"//covers.vitalbook.com/vbid/9788502213364/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios de contabilidade - Comentados - 1ª Edição",author:"RIBEIRO, Osni Moura; COELHO, Juliana Moura Ribeiro",isbn:"9788502220430",edition:0,vbkType:"pbk",url:"/books/9788502220430",coverURL:"//covers.vitalbook.com/vbid/9788502220430/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios de Neurociências",author:"KANDEL, Eric; SCHWARTZ, James; JESSEL, Thomas; SIEGELBAUM, Steven; HUDSPETH, A.J. ",isbn:"9788580554069",edition:5,vbkType:"pbk",url:"/books/9788580554069",coverURL:"//covers.vitalbook.com/vbid/9788580554069/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processos de Saúde - Fundamentos Éticos e Práticas Profissionais",author:"MONTIJO, Karina Maxeniuc Silva",isbn:"9788536510965",edition:1,vbkType:"pbk",url:"/books/9788536510965",coverURL:"//covers.vitalbook.com/vbid/9788536510965/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processos Logísticos",author:"CASTIGLIONI, José Antonio; MINETTO, Romualdo",isbn:"9788536510989",edition:1,vbkType:"pbk",url:"/books/9788536510989",coverURL:"//covers.vitalbook.com/vbid/9788536510989/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Projeto de Sistemas de Computador - System-on-Chip",author:"FLYNN, Michael J.; LUK, Wayne",isbn:"978-85-216-2724-1",edition:0,vbkType:"epub",url:"/books/978-85-216-2724-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2724-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pronunciamentos Contábeis na Prática (V.4)",author:"Lagioia, Umbelina Cravo Teixeira ",isbn:"9788522491490",edition:0,vbkType:"pbk",url:"/books/9788522491490",coverURL:"//covers.vitalbook.com/vbid/9788522491490/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Propaganda eleitoral na Internet, 1ª edição.",author:"BRITO, Auriney",isbn:"9788502228610",edition:0,vbkType:"pbk",url:"/books/9788502228610",coverURL:"//covers.vitalbook.com/vbid/9788502228610/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicofarmacologia - Bases Neurocientíficas e Aplicações Práticas, 4ª edição",author:"STAHL, Stephen M.",isbn:"978-85-277-2629-0",edition:0,vbkType:"epub",url:"/books/978-85-277-2629-0",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2629-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia para Administradores: Integrando Teoria e Prática, 9ª edição",author:"Fiorelli, José Osmir ",isbn:"9788522492619",edition:0,vbkType:"pbk",url:"/books/9788522492619",coverURL:"//covers.vitalbook.com/vbid/9788522492619/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicoterapia de Orientação Analítica: Fundamentos Teóricos e Clínicos",author:"EIZIRIK, Cláudio Laks; DE AGUIAR, Rogério Wolf; SCHESTATSKY, Sidnei S.",isbn:"9788582711491",edition:1,vbkType:"pbk",url:"/books/9788582711491",coverURL:"//covers.vitalbook.com/vbid/9788582711491/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química Inorgânica - Vol. 2, 4ª edição",author:"HOUSECROFT, Catherine E.; SHARPE, Alan G.",isbn:"978-85-216-2733-3",edition:0,vbkType:"epub",url:"/books/978-85-216-2733-3",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2733-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química Medicinal: As Bases Moleculares da Ação dos Fármacos",author:"BARREIRO, Eliezer J.; FRAGA, Carlos Alberto Manssour",isbn:"9788582711187",edition:3,vbkType:"pbk",url:"/books/9788582711187",coverURL:"//covers.vitalbook.com/vbid/9788582711187/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Recursos constitucionais : recursos ordinário, extraordinário e especial, 2ª Edição.",author:"SOUZA, Bernardo Pimentel",isbn:"9788502187221",edition:0,vbkType:"pbk",url:"/books/9788502187221",coverURL:"//covers.vitalbook.com/vbid/9788502187221/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Registros Públicos - Teoria e Prática, 6ª edição",author:"LOUREIRO, Luiz Guilherme",isbn:"978-85-309-5862-6",edition:0,vbkType:"epub",url:"/books/978-85-309-5862-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5862-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Saúde Coletiva para Iniciantes - Políticas e Práticas Profissionais",author:"SOLHA, Raphaela Karla de Toledo",isbn:"9788536510972",edition:2,vbkType:"pbk",url:"/books/9788536510972",coverURL:"//covers.vitalbook.com/vbid/9788536510972/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Carreiras Federais - Direito Penal - Parte Geral",author:"SANCTIS, Fausto Martin de; TAVARES, André Ramos; FRANCISCO, José Carlos (orgs.)",isbn:"978-85-309-5588-5",edition:0,vbkType:"epub",url:"/books/978-85-309-5588-5",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5588-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Gvlaw - 'Direito societário : tipos societários, 2ª edição.",author:"FINKELSTEIN, Maria Eugênia Reis",isbn:"9788502227286",edition:0,vbkType:"pbk",url:"/books/9788502227286",coverURL:"//covers.vitalbook.com/vbid/9788502227286/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Gvlaw - Direito societário : sociedades anônimas, 3ª edição.",author:"FINKELSTEIN, Maria Eugênia Reis",isbn:"9788502227316",edition:0,vbkType:"pbk",url:"/books/9788502227316",coverURL:"//covers.vitalbook.com/vbid/9788502227316/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Gvlaw - Direito, gestão e prática: direito do consumidor: a visão da empresa e da jurispru",author:"CORDOVIL, Leonor",isbn:"9788502228436",edition:0,vbkType:"pbk",url:"/books/9788502228436",coverURL:"//covers.vitalbook.com/vbid/9788502228436/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série MBA - Gestão de Pessoas - Avaliação e Gestão de Desempenho",author:"MALHEIROS, Bruno Taranto; ROCHA, Ana Raquel Coelho",isbn:"978-85-216-2679-4",edition:0,vbkType:"epub",url:"/books/978-85-216-2679-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2679-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Serviços Logísticos - Organização e Montagem de Eventos",author:"GALVÃO, André Luiz Braun; SILVA, Giszele Cristiane da",isbn:"9788536511023",edition:1,vbkType:"pbk",url:"/books/9788536511023",coverURL:"//covers.vitalbook.com/vbid/9788536511023/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Shields | Tratado de Glaucoma, 6ª edição",author:"ALLINGHAM, R. Rand; SHIELDS, M. Bruce",isbn:"978-85-7006-649-7",edition:0,vbkType:"epub",url:"/books/978-85-7006-649-7",coverURL:"//covers.vitalbook.com/vbid/978-85-7006-649-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria do domínio do fato, 1ª edição.",author:"ALFLEN, Pablo Rodrigo",isbn:"9788502210097",edition:0,vbkType:"pbk",url:"/books/9788502210097",coverURL:"//covers.vitalbook.com/vbid/9788502210097/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria dos Jogos - 1ª Edição",author:"BÊRNI, Duilio de Avila; FERNANDEZ, Brena Paula Magno",isbn:"9788502220577",edition:0,vbkType:"pbk",url:"/books/9788502220577",coverURL:"//covers.vitalbook.com/vbid/9788502220577/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria Geral da Administração: gerenciando empresas brasileiras - 1ª Edição",author:"BERNANDES, Cyro",isbn:"9788502200449",edition:0,vbkType:"pbk",url:"/books/9788502200449",coverURL:"//covers.vitalbook.com/vbid/9788502200449/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tomada de Decisão Gerencial: Enfoque Multicritério, 5ª edição",author:"Gomes, Luiz Flavio Autran Monteiro; Gomes, Carlos Francisco Simões ",isbn:"9788522488209",edition:0,vbkType:"pbk",url:"/books/9788522488209",coverURL:"//covers.vitalbook.com/vbid/9788522488209/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Transtornos Psiquiátricos Resistentes ao Tratamento: Diagnóstico e Manejo",author:"CARVALHO, André Férrer; NARDI, Antonio Egidio; QUEVEDO, João ",isbn:"9788582711552",edition:1,vbkType:"pbk",url:"/books/9788582711552",coverURL:"//covers.vitalbook.com/vbid/9788582711552/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado das Especialidades em Fonoaudiologia",author:"MARCHESAN, Irene Queiroz; JUSTINO, Hilton; TOMÉ, Marileda Cattelan",isbn:"978-85-277-2656-6",edition:0,vbkType:"epub",url:"/books/978-85-277-2656-6",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2656-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de Semiologia Médica",author:"SILVA, Rose Mary Ferreira Lisboa da",isbn:"978-85-277-2636-8",edition:0,vbkType:"epub",url:"/books/978-85-277-2636-8",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2636-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Treinamento com Kettlebell",author:"COTTER, Steve",isbn:"9788582711118",edition:1,vbkType:"pbk",url:"/books/9788582711118",coverURL:"//covers.vitalbook.com/vbid/9788582711118/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tributação e Legislação Logística",author:"BARSANO, Paulo Roberto; MONTE, Gerry Adriano; FILHO, José Leme de Oliveira",isbn:"9788536511009",edition:2,vbkType:"pbk",url:"/books/9788536511009",coverURL:"//covers.vitalbook.com/vbid/9788536511009/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ultrassonografia Ocular, 4ª edição",author:"ABREU, Gustavo",isbn:"978-85-7006-652-7",edition:0,vbkType:"epub",url:"/books/978-85-7006-652-7",coverURL:"//covers.vitalbook.com/vbid/978-85-7006-652-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Vendas - fundamentos e novas práticas de gestão - 2ª edição",author:"Charles M. Futrell",isbn:"9788502225510",edition:2,vbkType:"pbk",url:"/books/9788502225510",coverURL:"//covers.vitalbook.com/vbid/9788502225510/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Vida: A Ciência da Biologia - Vol. 1: Célula e Hereditariedade",author:"David Sadava; Craig Heller; Gordon H. Orians; William K. Purves; David M. Hillis",isbn:"9788536320502",edition:8,vbkType:"pbk",url:"/books/9788536320502",coverURL:"//covers.vitalbook.com/vbid/9788536320502/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Vida: A Ciência da Biologia - Volume 2: Evolução, Diversidade e Ecologia",author:"David Sadava; Craig Heller; Gordon H. Orians; William K. Purves; David M. Hillis",isbn:"9788536320595",edition:8,vbkType:"pbk",url:"/books/9788536320595",coverURL:"//covers.vitalbook.com/vbid/9788536320595/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Vida: A Ciência da Biologia - Volume 3: Plantas e Animais",author:"David Sadava; Craig Heller; Gordon H. Orians; William K. Purves; David M. Hillis",isbn:"9788536320601",edition:8,vbkType:"pbk",url:"/books/9788536320601",coverURL:"//covers.vitalbook.com/vbid/9788536320601/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:22.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Coisa Certa a Fazer: Leituras Básicas sobre Filosofia Moral",author:"RACHELS, James; RACHELS, Stuart ",isbn:"9788580554083",edition:6,vbkType:"pbk",url:"/books/9788580554083",coverURL:"//covers.vitalbook.com/vbid/9788580554083/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Matemática na Educação Infantil: Inteligências Múltiplas na Prática Escolar",author:"SMOLE, Kátia Stocco ",isbn:"9788584290024",edition:1,vbkType:"pbk",url:"/books/9788584290024",coverURL:"//covers.vitalbook.com/vbid/9788584290024/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Zona da Morte: Como e Por Que os Acidentes Aéreos Acontecem",author:"CRAIG, Paul A.",isbn:"9788582602003",edition:2,vbkType:"pbk",url:"/books/9788582602003",coverURL:"//covers.vitalbook.com/vbid/9788582602003/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração Pública: Foco na Otimização do Modelo Administrativo",author:"Oliveira, Djalma de Pinho Rebouças de ",isbn:"9788522490042",edition:0,vbkType:"pbk",url:"/books/9788522490042",coverURL:"//covers.vitalbook.com/vbid/9788522490042/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia e Fisiologia Humana",author:"SANTOS, Nívea Cristina Moreira",isbn:"9788536510958",edition:2,vbkType:"pbk",url:"/books/9788536510958",coverURL:"//covers.vitalbook.com/vbid/9788536510958/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia Orientada para a Clínica, 7ª edição",author:"MOORE, Keith L.; DALLEY, Arthur F.; AGUR, Anne M.R.",isbn:"978-85-277-2585-9",edition:0,vbkType:"epub",url:"/books/978-85-277-2585-9",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2585-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Análise de Circuitos em Engenharia",author:"HAYT, Jr., William H., KEMMERLY, Jack E., DURBIN, Steven M.",isbn:"9788580553840",edition:8,vbkType:"pbk",url:"/books/9788580553840",coverURL:"//covers.vitalbook.com/vbid/9788580553840/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Antibióticos em Endodontia - Por que, como e quando usá-los",author:"SOUSA, Ezilmara Leonor Rolim de; TORINO, Gabriela Garcia; MARTINS, Gabriela Bülow",isbn:"978-85-277-2588-0",edition:0,vbkType:"epub",url:"/books/978-85-277-2588-0",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2588-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Arquitetura de Microprocessadores - Do Simples Pipeline ao Multiprocessador em Chip",author:"BAER, Jean-Loup",isbn:"978-85-216-2677-0",edition:0,vbkType:"epub",url:"/books/978-85-216-2677-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2677-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Atlas Colorido de Histologia, 6ª edição",author:"GARTNER, Leslie P.; HIATT, James L.",isbn:"978-85-277-2592-7",edition:0,vbkType:"epub",url:"/books/978-85-277-2592-7",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2592-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Auditoria: Uma Abordagem Prática com Ênfase na Auditoria Externa, 3ª edição",author:"Lins, Luiz dos Santos ",isbn:"9788522488032",edition:0,vbkType:"pbk",url:"/books/9788522488032",coverURL:"//covers.vitalbook.com/vbid/9788522488032/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Avaliação de Pessoas na Empresa Contemporânea",author:"Dutra, Joel Souza ",isbn:"9788522490592",edition:0,vbkType:"pbk",url:"/books/9788522490592",coverURL:"//covers.vitalbook.com/vbid/9788522490592/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bandagens Funcionais e Órteses Esportivas",author:"PERRIN, David H. ",isbn:"9788582710135",edition:3,vbkType:"pbk",url:"/books/9788582710135",coverURL:"//covers.vitalbook.com/vbid/9788582710135/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Biotecnologia I: Princípios e Métodos - Série Tekne",author:"BRUNO, Alessandra Nejar",isbn:"9788582711019",edition:1,vbkType:"pbk",url:"/books/9788582711019",coverURL:"//covers.vitalbook.com/vbid/9788582711019/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Brunner & Suddarth | Exames Complementares",author:"BRUNNER, Lillian Sholtis; SUDDARTH, Doris Smith; LIPPINCOTT, Williams Wilkins ",isbn:"978-85-277-2523-1",edition:0,vbkType:"epub",url:"/books/978-85-277-2523-1",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2523-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"BSAVA | Manual de Feridas em Cães e Gatos, 2ª edição",author:"WILLIAMS, John; MOORES, Alison",isbn:"978-85-277-2547-7",edition:0,vbkType:"epub",url:"/books/978-85-277-2547-7",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2547-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Burton | Microbiologia para as Ciências da Saúde, 9ª edição",author:"ENGELKIRK, Paul G.; DUBEN-ENGELKIRK, Janet; BURTON, Gwendolyn R. W.",isbn:"978-85-277-2495-1",edition:0,vbkType:"epub",url:"/books/978-85-277-2495-1",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2495-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Capitalismo e Liberdade",author:"FRIEDMAN, Milton; FRIEDMAN, Rose D.",isbn:"978-55-216-2709-8",edition:0,vbkType:"epub",url:"/books/978-55-216-2709-8",coverURL:"//covers.vitalbook.com/vbid/978-55-216-2709-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cardápio - Guia Prático para a Elaboração, 3ª edição",author:"SILVA, Sandra Maria Chemin Seabra da; MARTINEZ, Sílvia",isbn:"978-85-277-2573-6",edition:0,vbkType:"epub",url:"/books/978-85-277-2573-6",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2573-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cálculo - Vol. 1, 9ª edição",author:"SALAS, Saturnino L.; HILLE, Einar; ETGEN, Garret J.",isbn:"978-85-216-2660-2",edition:0,vbkType:"epub",url:"/books/978-85-216-2660-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2660-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coisa julgada sobre a sentença genérica coletiva, 1ª edição.",author:"OLIVEIRA, Marco Antonio Perez de",isbn:"9788502212947",edition:0,vbkType:"pbk",url:"/books/9788502212947",coverURL:"//covers.vitalbook.com/vbid/9788502212947/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Rubens Limongi - Negócio Fundacional Criação de Fundações Privadas - Vol. 14",author:"DIAS, Daniel Pires Novais",isbn:"978-85-309-5840-4",edition:0,vbkType:"epub",url:"/books/978-85-309-5840-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5840-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao Novo Código Florestal: Atualizado de Acordo com a Lei nº12.727/12 - Código Flores",author:"Antunes, Paulo de Bessa ",isbn:"9788522489435",edition:0,vbkType:"pbk",url:"/books/9788522489435",coverURL:"//covers.vitalbook.com/vbid/9788522489435/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como Eu Cuido? Lábios",author:"KALIL, Célia Luiza Petersen Vitello; CIGNACHI, Stela",isbn:"978-85-8114-268-5",edition:0,vbkType:"epub",url:"/books/978-85-8114-268-5",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-268-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comportamento Organizacional",author:"MCSHANE, Steven L.; VON GLINOW, Mary Ann",isbn:"9788580554045",edition:6,vbkType:"pbk",url:"/books/9788580554045",coverURL:"//covers.vitalbook.com/vbid/9788580554045/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comunicação Integrada de Marketing: Gestão dos Elementos de Comunicação: Suporte às Estratégi",author:"Pinheiro, Duda; Gullo, José ",isbn:"9788522487882",edition:0,vbkType:"pbk",url:"/books/9788522487882",coverURL:"//covers.vitalbook.com/vbid/9788522487882/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comunicações por Fibras Ópticas",author:"KEISER, Gerd",isbn:"9788580553987",edition:4,vbkType:"pbk",url:"/books/9788580553987",coverURL:"//covers.vitalbook.com/vbid/9788580553987/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Concurso Público - Direitos Fundamentais dos Candidatos",author:"FONTENELE, Francisco; DANTAS, Alessandro",isbn:"978-85-309-5679-0",edition:0,vbkType:"epub",url:"/books/978-85-309-5679-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5679-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Geral: Atualizado pela Lei Nº 11.941/09 e pelas Normas do CPC até o Documento de Revisão de Pronunciamentos Técnicos Nº 03/2013, 4ª edição",author:"Santos, José Luiz dos et all. ",isbn:"9788522489473",edition:0,vbkType:"pbk",url:"/books/9788522489473",coverURL:"//covers.vitalbook.com/vbid/9788522489473/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Gerencial: Teoria e Prática, 7ª edição",author:"Crepaldi, Silvio Aparecido; Crepaldi, Guilherme Simões ",isbn:"9788522490356",edition:0,vbkType:"pbk",url:"/books/9788522490356",coverURL:"//covers.vitalbook.com/vbid/9788522490356/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Crimes Funcionais Comuns",author:"MACHADO, Agapito",isbn:"978-85-309-5705-6",edition:0,vbkType:"epub",url:"/books/978-85-309-5705-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5705-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cuidados Cardiovasculares em Enfermagem",author:"BRENNAN, Lisa A.",isbn:"978-85-277-2415-9",edition:0,vbkType:"epub",url:"/books/978-85-277-2415-9",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2415-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Ambiental, 2ª edição",author:"BELTRÃO, Antonio F. G.",isbn:"978-85-309-5812-1",edition:0,vbkType:"epub",url:"/books/978-85-309-5812-1",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5812-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito civil : parte geral, volume 1, 7ª edição.",author:"COELHO, Fábio Ulhoa",isbn:"9788502214508",edition:0,vbkType:"pbk",url:"/books/9788502214508",coverURL:"//covers.vitalbook.com/vbid/9788502214508/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Tributário, 5ª edição",author:"Beltrão, Irapuã ",isbn:"9788522489657",edition:0,vbkType:"pbk",url:"/books/9788522489657",coverURL:"//covers.vitalbook.com/vbid/9788522489657/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Recuperacao de Empresas",author:"Faver, Scilio ",isbn:"9788522491698",edition:0,vbkType:"pbk",url:"/books/9788522491698",coverURL:"//covers.vitalbook.com/vbid/9788522491698/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso Fundamental de Direito do Consumidor, 3ª edição",author:"Filomeno, José Geraldo Brito ",isbn:"9788522490653",edition:0,vbkType:"pbk",url:"/books/9788522490653",coverURL:"//covers.vitalbook.com/vbid/9788522490653/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dejong | O Exame Neurológico, 7ª edição",author:"CAMPBELL, William W",isbn:"978-85-277-2577-4",edition:0,vbkType:"epub",url:"/books/978-85-277-2577-4",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2577-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Democracia: hegemonia e aperfeiçoamento, 1ª edição.",author:"BEÇAK, Rubens",isbn:"9788502213241",edition:0,vbkType:"pbk",url:"/books/9788502213241",coverURL:"//covers.vitalbook.com/vbid/9788502213241/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dermatologia Clínica (Lange)",author:"SOUTOR, Carol; HORDINSKY, Maria",isbn:"9788580553802",edition:1,vbkType:"pbk",url:"/books/9788580553802",coverURL:"//covers.vitalbook.com/vbid/9788580553802/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desaposentação - Novas Perspectivas Teóricas e Práticas, 5ª edição",author:"SERAU Jr., Marco Aurélio",isbn:"978-85-309-5762-9",edition:0,vbkType:"epub",url:"/books/978-85-309-5762-9",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5762-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dimensões do Ativismo Judicial do Supremo Tribunal Federal",author:"CAMPOS, Carlos Alexandre de Azevedo",isbn:"978-85-309-5776-6",edition:0,vbkType:"epub",url:"/books/978-85-309-5776-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5776-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito à diferença : Aspectos de proteção específica às minorias e aos grupos vulneráveis, v",author:"JUBILUT, Liliana Lyra",isbn:"9788502208803",edition:0,vbkType:"pbk",url:"/books/9788502208803",coverURL:"//covers.vitalbook.com/vbid/9788502208803/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito à diferença : aspectos institucionais e instrumentais de proteção às minorias e aos gru",author:"JUBILUT, Liliana Lyra",isbn:"9788502208834",edition:0,vbkType:"pbk",url:"/books/9788502208834",coverURL:"//covers.vitalbook.com/vbid/9788502208834/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Civil Constitucional e outros Estudos em Homenagem ao Prof. Zeno Veloso",author:"LEAL, Pastora do Socorro Teixeira",isbn:"978-85-309-5732-2",edition:0,vbkType:"epub",url:"/books/978-85-309-5732-2",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5732-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito de Família, 9ª edição",author:"RIZZARDO, Arnaldo",isbn:"978-85-309-5837-4",edition:0,vbkType:"epub",url:"/books/978-85-309-5837-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5837-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito dos Tratados, 2ª edição",author:"MAZZUOLI, Valerio de Oliveira",isbn:"978-85-309-5707-0",edition:0,vbkType:"epub",url:"/books/978-85-309-5707-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5707-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Penal e Propriedade Privada: A Racionalidade do Sistema Penal na Tutela do Patrimônio",author:"Salvador Netto, Alamiro Velludo ",isbn:"9788522490943",edition:0,vbkType:"pbk",url:"/books/9788522490943",coverURL:"//covers.vitalbook.com/vbid/9788522490943/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Privado e Internet: Atualizado pela Lei n° 12.965/2014",author:"Martins, Guilherme Magalhaes (Coord.)",isbn:"9788522490486",edition:0,vbkType:"pbk",url:"/books/9788522490486",coverURL:"//covers.vitalbook.com/vbid/9788522490486/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito processual civil brasileiro, voL. 1 : teoria geral do processo a auxiliares da justiça, 23ª Edição.",author:"GRECO Filho, Vicente",isbn:"9788502203426",edition:0,vbkType:"pbk",url:"/books/9788502203426",coverURL:"//covers.vitalbook.com/vbid/9788502203426/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito quântico : ensaio sobre o fundamento da ordem jurídica, 9ª Edição.",author:"TELLES JUNIOR, Goffredo",isbn:"9788502208476",edition:0,vbkType:"pbk",url:"/books/9788502208476",coverURL:"//covers.vitalbook.com/vbid/9788502208476/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Tributário: Uma Visão Sistemática",author:"Yamashita, douglas ",isbn:"9788522487837",edition:0,vbkType:"pbk",url:"/books/9788522487837",coverURL:"//covers.vitalbook.com/vbid/9788522487837/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direitos Humanos e Hospitalidade: A Proteção Internacional para Apátridas e Refugiados",author:"Pereira, Gustavo Oliveira de Lima ",isbn:"9788522490738",edition:0,vbkType:"pbk",url:"/books/9788522490738",coverURL:"//covers.vitalbook.com/vbid/9788522490738/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Diretrizes do ACSM para os Testes de Esforço e sua Prescrição, 9ª edição",author:"ACSM",isbn:"978-85-277-2617-7",edition:0,vbkType:"epub",url:"/books/978-85-277-2617-7",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2617-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Econometria e Séries Temporais com Aplicações à Dados da Economia Brasileira",author:"NEVES, Cesar das; ROSSI, José W.",isbn:"978-85-216-2685-5",edition:0,vbkType:"epub",url:"/books/978-85-216-2685-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2685-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eletromagnetismo Básico",author:"REGO, Ricardo Affonso do",isbn:"978-85-216-2668-8",edition:0,vbkType:"epub",url:"/books/978-85-216-2668-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2668-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eletrônica de Potência - Curso Introdutório",author:"MOHAN, Ned",isbn:"978-85-216-2705-0",edition:0,vbkType:"epub",url:"/books/978-85-216-2705-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2705-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eletrônica Digital - Teoria, Componentes e Aplicações",author:"SZAJNBERG, Mordka",isbn:"978-85-216-2707-4",edition:0,vbkType:"epub",url:"/books/978-85-216-2707-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2707-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfermagem Médico-Cirúrgica, 4ª edição",author:"BOUCHER, Mary Ann",isbn:"978-85-277-2503-3",edition:0,vbkType:"epub",url:"/books/978-85-277-2503-3",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2503-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfermagem Pediátrica",author:"KYLE, Terri",isbn:"978-85-277-2489-0",edition:0,vbkType:"epub",url:"/books/978-85-277-2489-0",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2489-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfim",author:"Mamede, Gladston ",isbn:"9788522492718",edition:0,vbkType:"pbk",url:"/books/9788522492718",coverURL:"//covers.vitalbook.com/vbid/9788522492718/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Erro de tipo e erro de proibição : uma análise comparativa, 6ª Edição.",author:"BITENCOURT, Cezar Roberto",isbn:"9788502202641",edition:0,vbkType:"pbk",url:"/books/9788502202641",coverURL:"//covers.vitalbook.com/vbid/9788502202641/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estatística Aplicada à Administração e Economia",author:"DOANE, David P.; SEWARD, Lori E.",isbn:"9788580553949",edition:4,vbkType:"pbk",url:"/books/9788580553949",coverURL:"//covers.vitalbook.com/vbid/9788580553949/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estrutura, Análise e Interpretação das Demonstrações Contábeis, 4ª edição",author:"Silva, Alexandre Alcantara da ",isbn:"9788522489251",edition:0,vbkType:"pbk",url:"/books/9788522489251",coverURL:"//covers.vitalbook.com/vbid/9788522489251/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Exame de Ordem 2ª Fase - Direito Tributário - Resolução de Casos Concretos & Petições, 3ª",author:"BARRETTO, Pedro Humberto Teixeira",isbn:"978-85-309-5730-8",edition:0,vbkType:"epub",url:"/books/978-85-309-5730-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5730-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Exercício Terapêutico - Na Busca da Função, 3ª edição",author:"BRODY, Lori Thein; HALL, Carrie M.",isbn:"978-85-277-2462-3",edition:0,vbkType:"epub",url:"/books/978-85-277-2462-3",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2462-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Farmacologia para Enfermagem - Série Incrivelmente Fácil",author:"SPRINGHOUSE",isbn:"978-85-277-2477-7",edition:0,vbkType:"epub",url:"/books/978-85-277-2477-7",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2477-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Físico-Química - Vol.2: Para as Ciências Químicas e Biológicas",author:"CHANG, Raymond",isbn:"9788563308306",edition:3,vbkType:"pbk",url:"/books/9788563308306",coverURL:"//covers.vitalbook.com/vbid/9788563308306/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Figuras e Formas: Matemática de 0 a 6 - Volume 3",author:"SMOLE, Kátia Stocco; DINIZ, Maria Ignez; CÂNDIDO, Patrícia",isbn:"9788565848985",edition:2,vbkType:"pbk",url:"/books/9788565848985",coverURL:"//covers.vitalbook.com/vbid/9788565848985/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Física Moderna, 6ª edição",author:"TIPLER, Paul A.; LLEWELLYN, Ralph A.",isbn:"978-85-216-2689-3",edition:0,vbkType:"epub",url:"/books/978-85-216-2689-3",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2689-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Físico-Química: Para as Ciências Químicas e Biológicas - Vol.1",author:"CHANG, Raymond",isbn:"9788563308498",edition:3,vbkType:"pbk",url:"/books/9788563308498",coverURL:"//covers.vitalbook.com/vbid/9788563308498/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiopatologia - Série Incrivelmente Fácil, 2ª edição",author:"SPRINGHOUSE",isbn:"978-85-277-2533-0",edition:0,vbkType:"epub",url:"/books/978-85-277-2533-0",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2533-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Investimentos",author:"BODIE, Zvi; KANE, Alex; MARCUS, Alan",isbn:"9788580553789",edition:9,vbkType:"pbk",url:"/books/9788580553789",coverURL:"//covers.vitalbook.com/vbid/9788580553789/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Prótese Fixa - Série Abeno",author:"Pegoraro, Luiz Fernando",isbn:"9788536702469",edition:1,vbkType:"pbk",url:"/books/9788536702469",coverURL:"//covers.vitalbook.com/vbid/9788536702469/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos dos Cuidados Críticos em Enfermagem - Uma Abordagem Holística",author:"FONTAINE, Dorrie K.; MORTON, Patricia Gonce",isbn:"978-85-277-2621-4",edition:0,vbkType:"epub",url:"/books/978-85-277-2621-4",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2621-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gerenciamento de Projetos: Guia para as Certificações CAPM® e PMP®, 2ª edição",author:"Trentim, Mário Henrique ",isbn:"9788522490639",edition:0,vbkType:"pbk",url:"/books/9788522490639",coverURL:"//covers.vitalbook.com/vbid/9788522490639/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão da Prática em Saúde Bucal: Série Abeno: Odontologia Essencial -Temas Interdisciplinares",author:"DE GOES, Paulo Sávio Angeiras",isbn:"9788536702483",edition:1,vbkType:"pbk",url:"/books/9788536702483",coverURL:"//covers.vitalbook.com/vbid/9788536702483/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão da Produção e Operações: Bases para Competitividade",author:"Oliveira, Otávio José de (Org.)",isbn:"9788522490417",edition:0,vbkType:"pbk",url:"/books/9788522490417",coverURL:"//covers.vitalbook.com/vbid/9788522490417/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão e Análise de Risco de Crédito, 8ª edição",author:"Silva, José Pereira Da ",isbn:"9788522490967",edition:0,vbkType:"pbk",url:"/books/9788522490967",coverURL:"//covers.vitalbook.com/vbid/9788522490967/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Propriedades Rurais",author:"KAY, Ronald D.; EDWARDS, William M.; DUFFY, Patricia A.",isbn:"9788580553963",edition:7,vbkType:"pbk",url:"/books/9788580553963",coverURL:"//covers.vitalbook.com/vbid/9788580553963/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de UAN - Um Resgate do Binômio Alimentação e Nutrição",author:"BALCHIUNAS, Denise",isbn:"978-85-412-0408-8",edition:0,vbkType:"epub",url:"/books/978-85-412-0408-8",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0408-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia Para OAB - 1ª Fase - Estudo Dirigido - Análise dos Temas de Maior Incidência",author:"PISCITELLI, Tathiane",isbn:"978-85-309-5734-6",edition:0,vbkType:"epub",url:"/books/978-85-309-5734-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5734-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Hannah Arendt e a Modernidade - Política, Economia e a Disputa por uma Fronteira",author:"CORREIA, Adriano",isbn:"978-85-309-5835-0",edition:0,vbkType:"epub",url:"/books/978-85-309-5835-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5835-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Homo Eroticus - As Comunhões Emocionais",author:"MAFFESOLI, Michel",isbn:"978-85-309-5782-7",edition:0,vbkType:"epub",url:"/books/978-85-309-5782-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5782-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Interpretação do ECG - Série Incrivelmente Fácil, 5ª edição",author:"ALLEN",isbn:"978-85-277-2409-8",edition:0,vbkType:"epub",url:"/books/978-85-277-2409-8",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2409-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução ao Projeto de Produtos: Série Tekne",author:"CARPES JR., Widomar P.",isbn:"9788582602409",edition:1,vbkType:"pbk",url:"/books/9788582602409",coverURL:"//covers.vitalbook.com/vbid/9788582602409/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Investigação preliminar no processo penal, 6ª Edição.",author:"LOPES Jr., Aury",isbn:"9788502225992",edition:0,vbkType:"pbk",url:"/books/9788502225992",coverURL:"//covers.vitalbook.com/vbid/9788502225992/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Investimentos",author:"BODIE, Zvi; KANE, A.; MARCUS, A.",isbn:"9788580554205",edition:10,vbkType:"pbk",url:"/books/9788580554205",coverURL:"//covers.vitalbook.com/vbid/9788580554205/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Isto é Design Thinking de Serviços: Fundamentos, Ferramentas, Casos",author:"STICKDORN, Marc; SCHENEIDER, Jakob",isbn:"9788582602188",edition:1,vbkType:"pbk",url:"/books/9788582602188",coverURL:"//covers.vitalbook.com/vbid/9788582602188/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei de Registros Públicos Comentada - Lei 6.015/1973",author:"ALVIM NETO, José Manuel de Arruda; CLÁPIS, Alexandre Laizo; CAMBLER, Everaldo Augusto (coords.)",isbn:"978-85-309-5859-6",edition:0,vbkType:"epub",url:"/books/978-85-309-5859-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5859-6/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei do Mandado de Segurança Comentada (Lei nº 12.016, de 07 de agosto de 2009)",author:"THEODORO Jr., Humberto",isbn:"978-85-309-5758-2",edition:0,vbkType:"epub",url:"/books/978-85-309-5758-2",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5758-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Liderança para Engenheiros",author:"BENNETT, Ronald; MILLAM, Elaine",isbn:"9788580554007",edition:1,vbkType:"pbk",url:"/books/9788580554007",coverURL:"//covers.vitalbook.com/vbid/9788580554007/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Cirurgia em Cães e Gatos",author:"BAINES, Stephen; LIPSCOMB, Vicky; HUTCHINSON, Tim",isbn:"978-85-412-0449-1",edition:0,vbkType:"epub",url:"/books/978-85-412-0449-1",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0449-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Custos para o Exame de Suficiência",author:"Guerra, Luciano ",isbn:"9788522490707",edition:0,vbkType:"pbk",url:"/books/9788522490707",coverURL:"//covers.vitalbook.com/vbid/9788522490707/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito Ambiental",author:"OLIVEIRA, Fabiano Melo Gonçalves de",isbn:"978-85-309-5756-8",edition:0,vbkType:"epub",url:"/books/978-85-309-5756-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5756-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de direito penal: parte geral, 2ª edição.",author:"JUNQUEIRA, Gustavo",isbn:"9788502224032",edition:0,vbkType:"pbk",url:"/books/9788502224032",coverURL:"//covers.vitalbook.com/vbid/9788502224032/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Doenças Osteometabólicas e Distúrbios do Metabolismo Mineral",author:"ROSEN, Clifford",isbn:"978-85-8114-272-2",edition:0,vbkType:"epub",url:"/books/978-85-8114-272-2",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-272-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de metodologia da pesquisa no direito, 6ª Edição.",author:"MEZZAROBA, Orides",isbn:"9788502208179",edition:0,vbkType:"pbk",url:"/books/9788502208179",coverURL:"//covers.vitalbook.com/vbid/9788502208179/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Plano de Negócios: Fundamentos, Processos e Estruturação, 2ª edição",author:"Bernardi, Luiz Antonio ",isbn:"9788522489183",edition:0,vbkType:"pbk",url:"/books/9788522489183",coverURL:"//covers.vitalbook.com/vbid/9788522489183/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual do ACSM para Avaliação da Aptidão Física Relacionada à Saúde, 3ª edição",author:"ACSM",isbn:"978-85-277-2501-9",edition:0,vbkType:"epub",url:"/books/978-85-277-2501-9",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2501-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual Prático de Tireoide - Diagnóstico e Tratamento, 3ª edição",author:"WARD, Laura",isbn:"978-85-8114-266-1",edition:0,vbkType:"epub",url:"/books/978-85-8114-266-1",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-266-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática Atuarial de Seguros de Danos",author:"Pacheco, Ricardo ",isbn:"9788522489671",edition:0,vbkType:"pbk",url:"/books/9788522489671",coverURL:"//covers.vitalbook.com/vbid/9788522489671/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Métodos Ágeis para Desenvolvimento de Software",author:"PRIKLADNICKI; Rafael; WILLI, Renato; MILANI, Fabiano",isbn:"9788582602089",edition:1,vbkType:"pbk",url:"/books/9788582602089",coverURL:"//covers.vitalbook.com/vbid/9788582602089/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mecânica dos Materiais, 2ª edição",author:"CRAIG Jr., Roy R.",isbn:"978-85-216-2674-9",edition:0,vbkType:"epub",url:"/books/978-85-216-2674-9",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2674-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Medicina Ambulatorial: Condutas de Atenção Primária Baseadas em Evidências",author:"Duncan, Bruce B.; Schmidt, Maria Inês; Giugliani, Elsa R. J.; Duncan, Michael Schmidt; Giugliani, Ca",isbn:"9788582711149",edition:4,vbkType:"epub",url:"/books/9788582711149",coverURL:"//covers.vitalbook.com/vbid/9788582711149/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Merritt | Tratado de Neurologia, 12ª edição",author:"ROWLAND, Lewis P.; PEDLEY, Timothy A.",isbn:"978-85-277-2481-4",edition:0,vbkType:"epub",url:"/books/978-85-277-2481-4",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2481-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microsoft Visual Basic 2008: Série Passo a Passo",author:"HALVORSON, Michael\n",isbn:"9788577804337",edition:1,vbkType:"pbk",url:"/books/9788577804337",coverURL:"//covers.vitalbook.com/vbid/9788577804337/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O contrato de doação : análise crítica do atual sistema jurídico e os seus efeitos no direito d",author:"GAGLIANO, Pablo Stolze",isbn:"9788502224339",edition:0,vbkType:"pbk",url:"/books/9788502224339",coverURL:"//covers.vitalbook.com/vbid/9788502224339/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Cuidado com Bebês e Crianças Pequenas na Creche: Um Currículo de Educação e Cuidados Baseado ",author:"GONZALEZ-MENA, Janet; EYER, Dianne Widmeyer",isbn:"9788580554021",edition:9,vbkType:"pbk",url:"/books/9788580554021",coverURL:"//covers.vitalbook.com/vbid/9788580554021/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Direito na História: Lições Introdutórias, 5ª edição",author:"Lopes, José Reinaldo de Lima ",isbn:"9788522490813",edition:0,vbkType:"pbk",url:"/books/9788522490813",coverURL:"//covers.vitalbook.com/vbid/9788522490813/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Livro do Genograma",author:"CERVENY, Ceneide Maria de Oliveira",isbn:"978-85-277-2615-3",edition:0,vbkType:"epub",url:"/books/978-85-277-2615-3",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2615-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Sistema Imune",author:"PARHAM, Peter",isbn:"9788536326788",edition:3,vbkType:"pbk",url:"/books/9788536326788",coverURL:"//covers.vitalbook.com/vbid/9788536326788/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"PGOE - Propagação Guiada de Ondas Eletromagnéticas",author:"PINHO, Pedro Renato Tavares; ROCHA, Armando Carlos Domingues; PEREIRA, José Fernando da Rocha",isbn:"978-85-216-2646-6",edition:0,vbkType:"epub",url:"/books/978-85-216-2646-6",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2646-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prevenção ao Uso de Álcool e Drogas: O Que Cada um de Nós Pode e Deve Fazer?",author:"DIEHL, Alessandra; FIGLIE, Neliana Buzi",isbn:"9788582711033",edition:1,vbkType:"pbk",url:"/books/9788582711033",coverURL:"//covers.vitalbook.com/vbid/9788582711033/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Primeiras linhas de direito processual civil, volume 3, 27ª edição.",author:"SANTOS, Moacyr Amaral",isbn:"9788502225237",edition:0,vbkType:"pbk",url:"/books/9788502225237",coverURL:"//covers.vitalbook.com/vbid/9788502225237/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios Formais e Outros Aspectos da Teoria Discursiva do Direito",author:"ALEXY, Robert",isbn:"978-85-309-5703-2",edition:0,vbkType:"epub",url:"/books/978-85-309-5703-2",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5703-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prisão Cautelar - Medidas Alternativas e Direitos Fundamentais",author:"SANGUIN?, Odone",isbn:"978-85-309-5816-9",edition:0,vbkType:"epub",url:"/books/978-85-309-5816-9",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5816-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processamento de Petróleo e Gás, 2ª edição",author:"BRASIL, Nilo Indio do; ARAÚJO, Maria Adelina Santos; SOUSA, Elisabeth Cristina Molina de (orgs.)",isbn:"978-85-216-2636-7",edition:0,vbkType:"epub",url:"/books/978-85-216-2636-7",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2636-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Produção de Ovinos no Brasil",author:"SELAIVE-VILLARROEL, Arturo Bernardo; OSÓRIO, José Carlos da Silveira",isbn:"978-85-277-2602-3",edition:0,vbkType:"epub",url:"/books/978-85-277-2602-3",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2602-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Projetos de Estágio e de Pesquisa em Administração, 3ª edição",author:"Roesch, Sylvia Maria Azevedo ",isbn:"9788522492572",edition:0,vbkType:"pbk",url:"/books/9788522492572",coverURL:"//covers.vitalbook.com/vbid/9788522492572/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Projetos Sociais: Benefícios e Custos Sociais, Valor dos Recursos Naturais, Impacto Ambiental, Externalidades, 5ª edição",author:"Contador, Claudio Roberto ",isbn:"9788522489992",edition:0,vbkType:"pbk",url:"/books/9788522489992",coverURL:"//covers.vitalbook.com/vbid/9788522489992/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Propaganda e Promoção: Uma Perspectiva da Comunidação Integrada de Marketing",author:"BELCH, George E.; BELCH, Michael E.",isbn:"9788580553659",edition:9,vbkType:"pbk",url:"/books/9788580553659",coverURL:"//covers.vitalbook.com/vbid/9788580553659/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química Inorgânica - Vol. 1, 4ª edição",author:"HOUSECROFT, Catherine E.; SHARPE, Alan G.",isbn:"978-85-216-2664-0",edition:0,vbkType:"epub",url:"/books/978-85-216-2664-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2664-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Química, 4ª edição",author:"LEWIS, Rob; EVANS, Wynne",isbn:"978-85-216-2687-9",edition:0,vbkType:"epub",url:"/books/978-85-216-2687-9",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2687-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Recursos do ACSM para o Personal Trainer, 3ª edição",author:"ACSM",isbn:"978-85-277-2505-7",edition:0,vbkType:"epub",url:"/books/978-85-277-2505-7",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2505-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Redes de Computadores III: Níveis de Enlace e Físico",author:"LOUREIRO, César Augusto Hass; SCHMITT, Marcelo Augusto Rauh; PERES, André; DE OLIVEIRA, Alex Marti",isbn:"9788582602287",edition:1,vbkType:"pbk",url:"/books/9788582602287",coverURL:"//covers.vitalbook.com/vbid/9788582602287/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Rezende | Obstetrícia Fundamental, 13ª edição",author:"MONTENEGRO, Carlos Antonio Barbosa; REZENDE FILHO, Jorge de",isbn:"978-85-277-2596-5",edition:0,vbkType:"epub",url:"/books/978-85-277-2596-5",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2596-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Robótica Móvel",author:"ROMERO, Roseli Aparecida Francelin et al. (orgs.)",isbn:"978-85-216-2642-8",edition:0,vbkType:"epub",url:"/books/978-85-216-2642-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2642-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Rotinas de Diagnóstico e Tratamento do Diabetes Mellitus",author:"MILECH, Adolpho",isbn:"978-85-8114-270-8",edition:0,vbkType:"epub",url:"/books/978-85-8114-270-8",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-270-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Rotinas em Otorrinolaringologia",author:"PILTCHER, Otavio B.; COSTA, Sady Selaimen da; MAAHS, Gerson Schulz; KUHL, Gabriel",isbn:"9788582710975",edition:1,vbkType:"pbk",url:"/books/9788582710975",coverURL:"//covers.vitalbook.com/vbid/9788582710975/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Saúde Mental na Escola: O que os Educadores Devem Saber",author:"ESTANISLAU, Gustavo M.; BRASSAN, Rodrigo Affonseca",isbn:"9788582711057",edition:1,vbkType:"pbk",url:"/books/9788582711057",coverURL:"//covers.vitalbook.com/vbid/9788582711057/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Carreiras Federais - Processo Judicial Tributário",author:"CONRADO, Paulo Cesar",isbn:"978-85-309-5567-0",edition:0,vbkType:"epub",url:"/books/978-85-309-5567-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5567-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Terceirização de serviços pela Administração Pública : estudo da responsabilidade",author:"SANTOS, Diogo Palau Flores dos",isbn:"9788502221352",edition:0,vbkType:"pbk",url:"/books/9788502221352",coverURL:"//covers.vitalbook.com/vbid/9788502221352/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Segredos do Mini-implante na Ortodontia Contemporânea",author:"FERREIRA, Fernando Pedrin Carvalho; PEDRIN, Renata Rodrigues de Almeida; SANTANA FILHO, Roberto Flá",isbn:"978-85-277-2579-8",edition:0,vbkType:"epub",url:"/books/978-85-277-2579-8",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2579-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Semiologia para Enfermagem - Conceitos e Prática Clínica",author:"JENSEN, Sharon",isbn:"978-85-277-2403-6",edition:0,vbkType:"epub",url:"/books/978-85-277-2403-6",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2403-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série MBA - Gestão de Pessoas nas Organizações Contemporâneas",author:"MÓSCA, Hugo Motta Bacêllo; CEREJA, José Ricardo; BASTOS, Sérgio Augusto Pereira; RAMAL, Andrea (org",isbn:"978-85-216-2681-7",edition:0,vbkType:"epub",url:"/books/978-85-216-2681-7",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2681-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnicas de Negociação: Como Melhorar seu Desempenho Pessoal e Profissional nos Negócios",author:"Zenaro, Marcelo ",isbn:"9788522490721",edition:0,vbkType:"pbk",url:"/books/9788522490721",coverURL:"//covers.vitalbook.com/vbid/9788522490721/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria da Contabilidade e do Controle",author:"Sunder, Shyam ",isbn:"9788522491933",edition:0,vbkType:"pbk",url:"/books/9788522491933",coverURL:"//covers.vitalbook.com/vbid/9788522491933/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria Tridimensional das Integrações Supranacionais",author:"CARDUCCI, Michele; MAZZUOLI, Valerio de Oliveira",isbn:"978-85-309-5842-8",edition:0,vbkType:"epub",url:"/books/978-85-309-5842-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5842-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Testagem e Avaliação Psicológica: Introdução a Testes e Medidas",author:"COHEN, Ronald Jay; SWERDLIK, Mark E.; STURMAN, Edward D.",isbn:"9788580554106",edition:8,vbkType:"pbk",url:"/books/9788580554106",coverURL:"//covers.vitalbook.com/vbid/9788580554106/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de Endocrinologia Clínica",author:"WAJCHENBERG, Bernardo Leo; LERÁRIO, Antonio Carlos; BETTI, Roberto",isbn:"978-85-8114-274-6",edition:0,vbkType:"epub",url:"/books/978-85-8114-274-6",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-274-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Vade Mecum de Jurisprudência - STF e STJ Julgados Relevantes Comentados",author:"FAGA, Tânia Regina Trombini",isbn:"978-85-309-5724-7",edition:0,vbkType:"epub",url:"/books/978-85-309-5724-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5724-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Vade Mecum Doutrina - Humanístico, 4ª edição",author:"GONZAGA, Alvaro Luiz Travassos de Azevedo; ROQUE, Nathaly Campitelli (orgs.)",isbn:"978-85-309-5790-2",edition:0,vbkType:"epub",url:"/books/978-85-309-5790-2",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5790-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Vade Mecum Doutrina - Técnico e Analista dos Tribunais e Ministério Público, 4ª edição",author:"GONZAGA, Alvaro de Azevedo; ROQUE, Nathaly Campitelli (orgs.)",isbn:"978-85-309-5792-6",edition:0,vbkType:"epub",url:"/books/978-85-309-5792-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5792-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:21.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Arte de Motivar os Estudantes do Ensino Médio para a Matemática",author:"POSAMENTIER, Alfred S.; KRULIK, Stephen",isbn:"9788580553680",edition:1,vbkType:"pbk",url:"/books/9788580553680",coverURL:"//covers.vitalbook.com/vbid/9788580553680/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Crítica de Arte: Como Entender o Contemporâneo",author:"BARRET, Terry",isbn:"9788580553826",edition:3,vbkType:"pbk",url:"/books/9788580553826",coverURL:"//covers.vitalbook.com/vbid/9788580553826/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Prática do Shiatsu - Na Visão Tradicional Chinesa, 2ª edição",author:"MARTINS, Ednéa Iara Souza; LEONELLI, Luiz Bernardo",isbn:"978-85-412-0340-1",edition:0,vbkType:"epub",url:"/books/978-85-412-0340-1",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0340-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Reforma do Poder Judiciário: Análise do Papel do STF e CNJ",author:"Rodovalho, Maria Fernanda de Toledo ",isbn:"9788522489831",edition:0,vbkType:"pbk",url:"/books/9788522489831",coverURL:"//covers.vitalbook.com/vbid/9788522489831/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ação Civil Pública e Ação de Improbidade Administrativa, 3ª edição",author:"RIZZARDO, Arnaldo",isbn:"978-85-309-5660-8",edition:0,vbkType:"epub",url:"/books/978-85-309-5660-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5660-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Alfabetizar para a Democracia",author:"MORAIS, José",isbn:"9788565848947",edition:1,vbkType:"pbk",url:"/books/9788565848947",coverURL:"//covers.vitalbook.com/vbid/9788565848947/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Algoritmos e Programação com Exemplos em Pascal e C -Série Livros Didáticos UFRGS - Volume 23",author:"EDELWEISS, Nina; LIVI, Maria Aparecida Castro",isbn:"9788582601907",edition:1,vbkType:"pbk",url:"/books/9788582601907",coverURL:"//covers.vitalbook.com/vbid/9788582601907/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia & Fisiologia - Série Incrivelmente Fácil",author:"SPRINGHOUSE",isbn:"978-85-277-2445-6",edition:0,vbkType:"epub",url:"/books/978-85-277-2445-6",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2445-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia Cabeça & Pescoço, 4ª edição",author:"HIATT, James L.; GARTNER, Leslie P.",isbn:"978-85-277-2535-4",edition:0,vbkType:"epub",url:"/books/978-85-277-2535-4",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2535-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia Humana: Coleção Martini",author:"MARTINI, Frederic H.; TIMMONS, Michael J.; TALLITSCH, Robert B.",isbn:"9788536320298",edition:6,vbkType:"pbk",url:"/books/9788536320298",coverURL:"//covers.vitalbook.com/vbid/9788536320298/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Análise e Projeto de Sistemas, 5ª edição",author:"DENNIS, Alan; WIXOM, Barbara Haley; ROTH, Roberta M.",isbn:"978-85-216-2634-3",edition:0,vbkType:"epub",url:"/books/978-85-216-2634-3",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2634-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anestesia - Abordagem Prática",author:"BEHAR, Nino",isbn:"978-85-277-2543-9",edition:0,vbkType:"epub",url:"/books/978-85-277-2543-9",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2543-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anestesiologia - Abordagem Orientada para o Problema, 6ª edição",author:"YAO, Fun-Sun F.; ARTUSIO, Joseph Francis",isbn:"978-85-277-2473-9",edition:0,vbkType:"epub",url:"/books/978-85-277-2473-9",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2473-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Angiografia por TC e RM - Avaliação Vascular Abrangente",author:"RUBIN, Geoffrey D.; ROFSKY, Neil M.",isbn:"978-85-277-2479-1",edition:0,vbkType:"epub",url:"/books/978-85-277-2479-1",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2479-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Atlas do Corpo Humano: Coleção Martini",author:"MARTINI, Frederic H.; TIMMONS, Michael J.; TALLITSCH, Robert B.",isbn:"9788536320199",edition:1,vbkType:"pbk",url:"/books/9788536320199",coverURL:"//covers.vitalbook.com/vbid/9788536320199/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"AutoCAD 2013 - Utilizando Totalmente",author:"BALDAM, Roquemar; COSTA, Lourenço",isbn:"9788536505336",edition:1,vbkType:"pbk",url:"/books/9788536505336",coverURL:"//covers.vitalbook.com/vbid/9788536505336/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Autoconhecimento do Enfermeiro - Instrumento nas Relações Terapêuticas e na Gestão/Gerência em ",author:"LEONI, Miriam Garcia",isbn:"978-85-277-2511-8",edition:0,vbkType:"epub",url:"/books/978-85-277-2511-8",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2511-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Automação Hidráulica - Projetos, Dimensionamento e Análise de Circuitos",author:"FIALHO, Arivelto Bustamante",isbn:"9788536505121",edition:6,vbkType:"pbk",url:"/books/9788536505121",coverURL:"//covers.vitalbook.com/vbid/9788536505121/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Automação Pneumática - Projetos, Dimensionamento e Análise de Circuitos",author:"FIALHO, Arivelto Bustamante",isbn:"9788536505176",edition:7,vbkType:"pbk",url:"/books/9788536505176",coverURL:"//covers.vitalbook.com/vbid/9788536505176/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Avaliação em Psicologia Positiva",author:"HUTZ, Claudio Simon",isbn:"9788582710876",edition:1,vbkType:"pbk",url:"/books/9788582710876",coverURL:"//covers.vitalbook.com/vbid/9788582710876/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Avaliação Física e Prescrição de Exercício: Técnicas Avançadas",author:"HEYWARD, Vivian H.",isbn:"9788536326856",edition:6,vbkType:"pbk",url:"/books/9788536326856",coverURL:"//covers.vitalbook.com/vbid/9788536326856/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cálculo de Reatores - O Essencial da Engenharia das Reações Químicas",author:"FOGLER, H. Scott",isbn:"978-85-216-2638-1",edition:0,vbkType:"epub",url:"/books/978-85-216-2638-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2638-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Câncer, Direito e Cidadania: Como a Lei pode Beneficiar Pacientes e Familiares, 15ª edição",author:"Barbosa, Antonieta ",isbn:"9788522489749",edition:0,vbkType:"pbk",url:"/books/9788522489749",coverURL:"//covers.vitalbook.com/vbid/9788522489749/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código Penal Militar Comentado, 2ª edição",author:"NUCCI, Guilherme de Souza",isbn:"978-85-309-5715-5",edition:0,vbkType:"epub",url:"/books/978-85-309-5715-5",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5715-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Circuitos Elétricos - Corrente Contínua e Corrente Alternada - Teoria e Exercícios",author:"MARKUS, Otávio ",isbn:"9788536505350",edition:9,vbkType:"pbk",url:"/books/9788536505350",coverURL:"//covers.vitalbook.com/vbid/9788536505350/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. OAB nacional. Primeira fase - Direito Constitucional, 7ª Edição.",author:"RUSSO, Luciana",isbn:"9788502217188",edition:0,vbkType:"pbk",url:"/books/9788502217188",coverURL:"//covers.vitalbook.com/vbid/9788502217188/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. OAB nacional. Primeira fase - Direito processual civil, 2, 6ª edição.",author:"FIGUEIREDO, Simone Diogo Carvalho",isbn:"9788502216976",edition:0,vbkType:"pbk",url:"/books/9788502216976",coverURL:"//covers.vitalbook.com/vbid/9788502216976/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Preparatória para Concursos Jurídicos, v. 13 - Processo penal, 1ª Edição.",author:"CAMPOS, Walfredo Cunha",isbn:"9788502219885",edition:0,vbkType:"pbk",url:"/books/9788502219885",coverURL:"//covers.vitalbook.com/vbid/9788502219885/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. preparatória para concursos jurídicos, vol. 16 : Processo do trabalho, 2ª edição.",author:"SCHIAVI, Mauro",isbn:"9788502216723",edition:0,vbkType:"pbk",url:"/books/9788502216723",coverURL:"//covers.vitalbook.com/vbid/9788502216723/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Saberes do Direito, Processo civil V : medidas cautelares, 1ª edição.",author:"SÁ, Renato Montans de",isbn:"9788502210684",edition:0,vbkType:"pbk",url:"/books/9788502210684",coverURL:"//covers.vitalbook.com/vbid/9788502210684/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Cartórios - Registro civil de pessoas naturais I, 1ª edição.",author:"CAMARGO NETO, Mario de Carvalho",isbn:"9788502224087",edition:0,vbkType:"pbk",url:"/books/9788502224087",coverURL:"//covers.vitalbook.com/vbid/9788502224087/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção Cartórios - Registro civil de pessoas naturais II - Habilitação e registro de casamento",author:"CAMARGO NETO, Mario de Carvalho",isbn:"9788502224117",edition:0,vbkType:"pbk",url:"/books/9788502224117",coverURL:"//covers.vitalbook.com/vbid/9788502224117/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comandos Elétricos - Teoria e Atividades",author:"NASCIMENTO, G. ",isbn:"9788536505824",edition:1,vbkType:"pbk",url:"/books/9788536505824",coverURL:"//covers.vitalbook.com/vbid/9788536505824/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao Código Civil Brasileiro - Vol. VIII - Responsabilidade",author:"ALVIM, Arruda; ALVIM, Thereza (coords.)",isbn:"978-85-309-5719-3",edition:0,vbkType:"epub",url:"/books/978-85-309-5719-3",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5719-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários à lei de sociedades anônimas, 4º volume : tomo II : arts. 243 a 300 : Lei n. 6.404, ",author:"CARVALHOSA, Modesto",isbn:"9788502223974",edition:0,vbkType:"pbk",url:"/books/9788502223974",coverURL:"//covers.vitalbook.com/vbid/9788502223974/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários à lei de sociedades anônimas, 4º volume, tomo I : arts. 206 a 242 : Lei n. 6.404, de",author:"CARVALHOSA, Modesto",isbn:"9788502223943",edition:0,vbkType:"pbk",url:"/books/9788502223943",coverURL:"//covers.vitalbook.com/vbid/9788502223943/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Básica: com Exercícios Práticos de Acordo com as Normas Brasileiras de Contabilidad",author:"Quintana, Alexandre Costa ",isbn:"9788522489619",edition:0,vbkType:"pbk",url:"/books/9788522489619",coverURL:"//covers.vitalbook.com/vbid/9788522489619/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Crie, Anime e Publique Seu Site Utilizando Fireworks CS6, Flash CS6 e Dreamweaver CS6 - em portuguê",author:"ALVES, William Pereira",isbn:"9788536505565",edition:1,vbkType:"pbk",url:"/books/9788536505565",coverURL:"//covers.vitalbook.com/vbid/9788536505565/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cuidados Críticos de Enfermagem - Uma Abordagem Holística, 9ª edição",author:"MORTON, Patricia Gonce; FONTAINE, Dorrie K.",isbn:"978-85-277-2411-1",edition:0,vbkType:"epub",url:"/books/978-85-277-2411-1",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2411-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Contabilidade Avançada em IFRS e CPC",author:"Almeida, Marcelo Cavalcanti ",isbn:"9788522490011",edition:0,vbkType:"pbk",url:"/books/9788522490011",coverURL:"//covers.vitalbook.com/vbid/9788522490011/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de contabilidade de custos, 4ª edição",author:"Leone, George Sebastião Guerra; Leone, Rodrigo Jose Guerra ",isbn:"9788522488704",edition:0,vbkType:"pbk",url:"/books/9788522488704",coverURL:"//covers.vitalbook.com/vbid/9788522488704/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Ambiental, 2ª edição",author:"Guerra, Sidney; Guerra, Sérgio ",isbn:"9788522488520",edition:0,vbkType:"pbk",url:"/books/9788522488520",coverURL:"//covers.vitalbook.com/vbid/9788522488520/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Estatística Inferencial e Probabilidades: Teoria e Prática",author:"Costa, Giovani Glaucio de Oliveira ",isbn:"9788522490202",edition:0,vbkType:"pbk",url:"/books/9788522490202",coverURL:"//covers.vitalbook.com/vbid/9788522490202/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Processo Judicial Previdenciário, 4ª edição",author:"SERAU Jr., Marco Aurélio",isbn:"978-85-309-5612-7",edition:0,vbkType:"epub",url:"/books/978-85-309-5612-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5612-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Processo Penal, 9ª edição",author:"DEMERCIAN, Pedro Henrique; MALULY, Jorge Assaf",isbn:"978-85-309-5017-0",edition:0,vbkType:"epub",url:"/books/978-85-309-5017-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5017-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dermatologia em Pequenos Animais, 2ª edição",author:"RHODES, Karen Helton; WERNER, Alexander H.",isbn:"978-85-412-0442-2",edition:0,vbkType:"epub",url:"/books/978-85-412-0442-2",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0442-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Diagnóstico e Tratamento das Alterações Peri-Implantares",author:"BIANCHINI, Marco Aurélio",isbn:"978-85-412-0384-5",edition:0,vbkType:"epub",url:"/books/978-85-412-0384-5",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0384-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Diagnóstico por Imagem da Mama, 3ª edição",author:"KOPANS, Daniel B.",isbn:"978-85-277-2529-3",edition:0,vbkType:"epub",url:"/books/978-85-277-2529-3",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2529-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito ao Meio Ambiente e Proibição do Retrocesso",author:"Mello, Paula Susanna Amaral ",isbn:"9788522489275",edition:0,vbkType:"pbk",url:"/books/9788522489275",coverURL:"//covers.vitalbook.com/vbid/9788522489275/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Bancário, 2ª edição",author:"Salomão Neto, Eduardo ",isbn:"9788522488568",edition:0,vbkType:"pbk",url:"/books/9788522488568",coverURL:"//covers.vitalbook.com/vbid/9788522488568/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Civil - Introdução e Teoria Geral, 4ª edição",author:"AZEVEDO, Fábio de Oliveira",isbn:"978-85-309-5658-5",edition:0,vbkType:"epub",url:"/books/978-85-309-5658-5",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5658-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito civil : contratos, 2ª Edição.",author:"LÔBO, Paulo",isbn:"9788502208384",edition:0,vbkType:"pbk",url:"/books/9788502208384",coverURL:"//covers.vitalbook.com/vbid/9788502208384/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito das Coisas",author:"Azevedo, Álvaro Villaça ",isbn:"9788522489367",edition:0,vbkType:"pbk",url:"/books/9788522489367",coverURL:"//covers.vitalbook.com/vbid/9788522489367/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito de Empresa, 5ª edição",author:"RIZZARDO, Arnaldo",isbn:"978-85-309-5683-7",edition:0,vbkType:"epub",url:"/books/978-85-309-5683-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5683-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito e Desenvolvimento",author:"DIAS, Jean Carlos; GOMES, Marcus Alan de Melo (coords.)",isbn:"978-85-309-5356-0",edition:0,vbkType:"epub",url:"/books/978-85-309-5356-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5356-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito e turismo, 1ª edição.",author:"MARTINEZ, Regina Célia; GARCIA, José Ailton",isbn:"9788502209466",edition:0,vbkType:"pbk",url:"/books/9788502209466",coverURL:"//covers.vitalbook.com/vbid/9788502209466/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Processual Constitucional Alemão",author:"Martins, Leonardo ",isbn:"9788522481149",edition:0,vbkType:"pbk",url:"/books/9788522481149",coverURL:"//covers.vitalbook.com/vbid/9788522481149/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Registral e Notarial: Legislação Federal, Específica e Complementar, para Registradores e",author:"Korenchendler, Ana Sara (Org.) ",isbn:"9788522490462",edition:0,vbkType:"pbk",url:"/books/9788522490462",coverURL:"//covers.vitalbook.com/vbid/9788522490462/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Tributário: Estudos Avançados em Homenagem a Edvaldo Brito",author:"Souza, Arivaldo Santos de (Coord.) et al. ",isbn:"9788522489213",edition:0,vbkType:"pbk",url:"/books/9788522489213",coverURL:"//covers.vitalbook.com/vbid/9788522489213/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Doutor, eu tenho... RINITE ALÉRGICA",author:"SION, Fernando Samuel",isbn:"978-85-8114-242-5",edition:0,vbkType:"epub",url:"/books/978-85-8114-242-5",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-242-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educação Alimentar e Nutricional - Da Teoria à Prática",author:"GALISA, Mônica Santiago",isbn:"978-85-277-2575-0",edition:0,vbkType:"epub",url:"/books/978-85-277-2575-0",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2575-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educação Corporativa: Muitos Olhares",author:"Eboli, Marisa (Org.)",isbn:"9788522489862",edition:0,vbkType:"pbk",url:"/books/9788522489862",coverURL:"//covers.vitalbook.com/vbid/9788522489862/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Elementos de Máquinas",author:"MELCONIAN, Sarkis",isbn:"9788536505275",edition:10,vbkType:"pbk",url:"/books/9788536505275",coverURL:"//covers.vitalbook.com/vbid/9788536505275/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Eletrônica Aplicada",author:"CRUZ, Eduardo Cesar Alves; JUNIOR, Salomão Choueri",isbn:"9788536505367",edition:2,vbkType:"pbk",url:"/books/9788536505367",coverURL:"//covers.vitalbook.com/vbid/9788536505367/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfermagem Cardiovascular - Série Incrivelmente Fácil",author:"SPRINGHOUSE",isbn:"978-85-277-2441-8",edition:0,vbkType:"epub",url:"/books/978-85-277-2441-8",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2441-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfermagem de Emergência - Série Incrivelmente Fácil",author:"SPRINGHOUSE",isbn:"978-85-277-2531-6",edition:0,vbkType:"epub",url:"/books/978-85-277-2531-6",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2531-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Essencial em Lentes de Contato",author:"LIPENER, César; URAS, Ricardo",isbn:"978-85-7006-616-9",edition:0,vbkType:"epub",url:"/books/978-85-7006-616-9",coverURL:"//covers.vitalbook.com/vbid/978-85-7006-616-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estática e Mecânica dos Materiais",author:"BEER, Ferdinand P.; DEWOLF, John T.; JOHNSTON JR., E. Russel; MAZUREK David F.",isbn:"9788580551655",edition:1,vbkType:"pbk",url:"/books/9788580551655",coverURL:"//covers.vitalbook.com/vbid/9788580551655/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Execução de Interesses Individuais Homogêneos: Análise Crítica e Propostas",author:"Almeida, Gustavo Milaré ",isbn:"9788522489299",edition:0,vbkType:"pbk",url:"/books/9788522489299",coverURL:"//covers.vitalbook.com/vbid/9788522489299/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Famílias e Tutela dos Direitos Difusos",author:"Piva, Rui Carvalho ",isbn:"9788522489688",edition:0,vbkType:"pbk",url:"/books/9788522489688",coverURL:"//covers.vitalbook.com/vbid/9788522489688/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Feigenbaum Ecocardiografia, 7ª edição",author:"ARMSTRONG, William F.; RYAN, Thomas; FEIGENBAUM, Harvey (eds.)",isbn:"978-85-277-2493-7",edition:0,vbkType:"epub",url:"/books/978-85-277-2493-7",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2493-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Filosofia da Ciência de Thomas Kuhn: Conceitos de Racionalidade Científica",author:"Tozzini, Daniel Laskowski ",isbn:"9788522488995",edition:0,vbkType:"pbk",url:"/books/9788522488995",coverURL:"//covers.vitalbook.com/vbid/9788522488995/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiologia do Exercício - Para Saúde, Aptidão e Desempenho, 2ª edição",author:"PLOWMAN, Sharon A.; SMITH, Denise L.",isbn:"978-85-277-2483-8",edition:0,vbkType:"epub",url:"/books/978-85-277-2483-8",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2483-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fisiopatologia Básica",author:"ANTCZAK, Susan E.",isbn:"978-85-277-2537-8",edition:0,vbkType:"epub",url:"/books/978-85-277-2537-8",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2537-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Cirurgia em Pequenos Animais",author:"MANN, Fred Anthony; CONSTANTINESCU, Gheorghe M.; YOON, Hun-Young",isbn:"978-85-412-0451-4",edition:0,vbkType:"epub",url:"/books/978-85-412-0451-4",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0451-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Eletrônica Digital: Sistemas Combinacionais - Série Tekne - Volume 1",author:"TOKHEIM, Roger",isbn:"9788580551938",edition:1,vbkType:"pbk",url:"/books/9788580551938",coverURL:"//covers.vitalbook.com/vbid/9788580551938/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Eletrônica Digital: Sistemas Sequenciais - Série Tekne - Volume 2",author:"TOKHEIM, Roger",isbn:"9788580551952",edition:1,vbkType:"pbk",url:"/books/9788580551952",coverURL:"//covers.vitalbook.com/vbid/9788580551952/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Eletricidade",author:"SILVA FILHO, Matheus Teodoro da",isbn:"978-85-216-2444-8",edition:0,vbkType:"epub",url:"/books/978-85-216-2444-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2444-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Negociação",author:"LEWICKI, Roy J.; SAUNDERS, David M.; BARRY, Bruce",isbn:"9788580553864",edition:5,vbkType:"pbk",url:"/books/9788580553864",coverURL:"//covers.vitalbook.com/vbid/9788580553864/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Rubin - Patologia",author:"HANSEL, Donna E.; DINTZIS, Renee Z.",isbn:"978-85-277-2491-3",edition:0,vbkType:"epub",url:"/books/978-85-277-2491-3",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2491-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão da Informação sobre a Satisfação de Consumidores e Clientes: Condição Primordial na Or",author:"Dantas, Edmundo Brandão ",isbn:"9788522489510",edition:0,vbkType:"pbk",url:"/books/9788522489510",coverURL:"//covers.vitalbook.com/vbid/9788522489510/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Carreiras e Competências Empresariais: 100 Dicas Práticas",author:"Veras, Marcelo Henrique Duarte ",isbn:"9788522489411",edition:0,vbkType:"pbk",url:"/books/9788522489411",coverURL:"//covers.vitalbook.com/vbid/9788522489411/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Custos: Contabilidade, Controle e Análise, 3ª edição",author:"Silva, Raimundo Nonato Sousa; Lins, Luiz dos Santos ",isbn:"9788522488360",edition:0,vbkType:"pbk",url:"/books/9788522488360",coverURL:"//covers.vitalbook.com/vbid/9788522488360/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Recursos Humanos - Tradicional e Estratégica",author:"FIDELIS, Gilson José; BANOV, Márcia Regina",isbn:"9788536505589",edition:2,vbkType:"pbk",url:"/books/9788536505589",coverURL:"//covers.vitalbook.com/vbid/9788536505589/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Grabb & Smith - Cirurgia Plástica, 6ª edição",author:"THORNE, Charles H.; GRABB, William C.; SMITH, James W.",isbn:"978-85-277-2525-5",edition:0,vbkType:"epub",url:"/books/978-85-277-2525-5",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2525-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Guia para a Compra e Venda de Empresas - Avaliação e Negociação",author:"VALENTE, Paulo Gurgel (org.)",isbn:"978-85-216-2644-2",edition:0,vbkType:"epub",url:"/books/978-85-216-2644-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2644-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Indicações Geográficas: Regulamentação Nacional e Compromissos Internacionais",author:"Cunha, Camila Biral Vieira Da ",isbn:"9788522486038",edition:0,vbkType:"pbk",url:"/books/9788522486038",coverURL:"//covers.vitalbook.com/vbid/9788522486038/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Informática - Conceitos e Aplicações",author:"MARÇULA, Marcelo; FILHO, Pio Armando Benini",isbn:"9788536505343",edition:4,vbkType:"pbk",url:"/books/9788536505343",coverURL:"//covers.vitalbook.com/vbid/9788536505343/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Instalações Elétricas - Fundamentos, Prática e Projetos em Instalações Residenciais e Comercia",author:"CRUZ, Eduardo Cesar Alves; ANICETO, Larry Aparecido",isbn:"9788536505381",edition:2,vbkType:"pbk",url:"/books/9788536505381",coverURL:"//covers.vitalbook.com/vbid/9788536505381/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Instrumentação Industrial - Conceitos, Aplicações e Análises",author:"FIALHO, Arivelto Bustamante",isbn:"9788536505190",edition:7,vbkType:"pbk",url:"/books/9788536505190",coverURL:"//covers.vitalbook.com/vbid/9788536505190/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução aos Processos de Fabricação",author:"GROOVER, Mikell P.",isbn:"978-85-216-2640-4",edition:0,vbkType:"epub",url:"/books/978-85-216-2640-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2640-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Manufatura - Série Tekne",author:"FITZPATRICK, Michael ",isbn:"9788580551716",edition:1,vbkType:"pbk",url:"/books/9788580551716",coverURL:"//covers.vitalbook.com/vbid/9788580551716/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Inversores de Frequência - Teoria e Aplicações",author:"FRANCHI, Claiton Moro",isbn:"9788536505619",edition:2,vbkType:"pbk",url:"/books/9788536505619",coverURL:"//covers.vitalbook.com/vbid/9788536505619/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei dos notários e dos registradores comentada : (lei n. 8.935/94), 9ª Edição.",author:"CENEVIVA, Walter",isbn:"9788502211650",edition:0,vbkType:"pbk",url:"/books/9788502211650",coverURL:"//covers.vitalbook.com/vbid/9788502211650/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Leitura e Ortografia: Além dos Primeiros Passos",author:"NUNES, Terezinha; BRYANT, Peter",isbn:"9788565848923",edition:1,vbkType:"pbk",url:"/books/9788565848923",coverURL:"//covers.vitalbook.com/vbid/9788565848923/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lever | Histopatologia da Pele, 10ª edição",author:"ELDER, David E.",isbn:"978-85-277-2497-5",edition:0,vbkType:"epub",url:"/books/978-85-277-2497-5",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2497-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lições de Direito Civil: Dos Contratos e dos Atos Unilaterais, (V. 3)",author:"Melo, Nehemias domingos de ",isbn:"9788522489312",edition:0,vbkType:"pbk",url:"/books/9788522489312",coverURL:"//covers.vitalbook.com/vbid/9788522489312/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Logística Operacional - Guia Prático",author:"CASTIGLIONI, José Antonio de Mattos",isbn:"9788536505770",edition:3,vbkType:"pbk",url:"/books/9788536505770",coverURL:"//covers.vitalbook.com/vbid/9788536505770/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Anestesiologia Clínica - Procedimentos do Massachusetts General Hospital, 8ª edição",author:"Levine, Wilton C. (ed.)",isbn:"978-85-277-2485-2",edition:0,vbkType:"epub",url:"/books/978-85-277-2485-2",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2485-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Defesa da Concorrência: Política, Sistema e Legislação Antitruste Brasileira",author:"Matias-Pereira, José ",isbn:"9788522488940",edition:0,vbkType:"pbk",url:"/books/9788522488940",coverURL:"//covers.vitalbook.com/vbid/9788522488940/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Exames Laboratoriais em Geriatria",author:"VENCIO, Sergio; FONTES, Rosita; SAENGER, Ana Luiza",isbn:"978-85-8114-255-5",edition:0,vbkType:"epub",url:"/books/978-85-8114-255-5",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-255-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Medicina de Harrison",author:"LONGO, Dan L.; FAUCI, Anthony S.; KASPER, Dennis L.; HAUSER, Stephen L.; JAMESON, J. Larry; LOSCALZO",isbn:"9788580552379",edition:18,vbkType:"pbk",url:"/books/9788580552379",coverURL:"//covers.vitalbook.com/vbid/9788580552379/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Neuroanatomia Humana - Guia Prático",author:"SCHMIDT, Arthur Georg; PROSDÓCIMI, Fábio César",isbn:"978-85-412-0376-0",edition:0,vbkType:"epub",url:"/books/978-85-412-0376-0",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0376-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Prática de Enfermagem, 3ª edição",author:"NETTINA, Sandra M.",isbn:"978-85-277-2431-9",edition:0,vbkType:"epub",url:"/books/978-85-277-2431-9",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2431-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual Prático das Eleições, 2ª edição",author:"AGRA, Walber de Moura",isbn:"978-85-309-5709-4",edition:0,vbkType:"epub",url:"/books/978-85-309-5709-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5709-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing Esportivo e Administração de Arenas",author:"Cardia, Wesley ",isbn:"9788522489725",edition:0,vbkType:"pbk",url:"/books/9788522489725",coverURL:"//covers.vitalbook.com/vbid/9788522489725/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Máquinas Elétricas - Teoria e Ensaios",author:"CARVALHO, Geraldo",isbn:"9788536505831",edition:4,vbkType:"pbk",url:"/books/9788536505831",coverURL:"//covers.vitalbook.com/vbid/9788536505831/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Máquinas Elétricas de Fitzgerald e Kingsley",author:"UMANS, Stephen D.",isbn:"9788580553741",edition:7,vbkType:"pbk",url:"/books/9788580553741",coverURL:"//covers.vitalbook.com/vbid/9788580553741/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Métodos Numéricos Aplicados com MATLAB® para Engenheiros e Cientistas",author:"CHAPRA, Steven C.",isbn:"9788580551778",edition:3,vbkType:"pbk",url:"/books/9788580551778",coverURL:"//covers.vitalbook.com/vbid/9788580551778/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mecânica Física - Abordagem Experimental e Teórica",author:"TAVARES, Armando Dias; OLIVEIRA, J. Umberto Cinelli L. de",isbn:"978-85-216-2623-7",edition:0,vbkType:"epub",url:"/books/978-85-216-2623-7",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2623-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Medicina Intensiva: Consulta Rápida",author:"MORAES, Rafael B.; BONIATTI, Márcio M.; CARDOSO, Paulo Ricardo C.; LISBOA, Thiago; BARROS, Elvino",isbn:"9788582710913",edition:1,vbkType:"pbk",url:"/books/9788582710913",coverURL:"//covers.vitalbook.com/vbid/9788582710913/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Metodologia da Ciência do Direito, 5ª edição",author:"Aguillar, Fernando Herren ",isbn:"9788522491124",edition:0,vbkType:"pbk",url:"/books/9788522491124",coverURL:"//covers.vitalbook.com/vbid/9788522491124/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Michel Foucault",author:"ARTIÈRES, Philippe; BERT, Jean-François; GROS, Frédéric; REVEL, Judith",isbn:"978-85-309-5563-2",edition:0,vbkType:"epub",url:"/books/978-85-309-5563-2",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5563-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mora e Inadimplemento Substancial",author:"Furtado, Gabriel Rocha ",isbn:"9788522489763",edition:0,vbkType:"pbk",url:"/books/9788522489763",coverURL:"//covers.vitalbook.com/vbid/9788522489763/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Neurociência, Reabilitação Cognitiva em Modelos de Intervenção em Terapia Ocupacional, 3ª edição",author:"KATZ, Noomi",isbn:"978-85-277-2550-7",edition:0,vbkType:"epub",url:"/books/978-85-277-2550-7",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2550-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Contrato de Fornecimento de Cana-de-Açúcar: Análise Jurídica e Econômica",author:"Castro, Rogério Alessandre de Oliveira (Org.) ",isbn:"9788522490387",edition:0,vbkType:"pbk",url:"/books/9788522490387",coverURL:"//covers.vitalbook.com/vbid/9788522490387/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Contrato e sua Função Social, 4ª edição",author:"THEODORO Jr., Humberto",isbn:"978-85-309-5653-0",edition:0,vbkType:"epub",url:"/books/978-85-309-5653-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5653-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Desporto como Instrumento do Direito Econômico",author:"MASSON, Aloisio",isbn:"978-85-309-5713-1",edition:0,vbkType:"epub",url:"/books/978-85-309-5713-1",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5713-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Erro no Negócio Jurídico: Autonomia da Vontade, Boa- Fé Objetiva e Teroria da Confiança",author:"Magalhães, Ana Alvarenga Moreira ",isbn:"9788522490257",edition:0,vbkType:"pbk",url:"/books/9788522490257",coverURL:"//covers.vitalbook.com/vbid/9788522490257/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Patologia do Trato Genital Inferior - Diagnóstico e Tratamento, 2ª edição",author:"MARTINS, Nelson Valente",isbn:"978-85-277-2521-7",edition:0,vbkType:"epub",url:"/books/978-85-277-2521-7",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2521-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pesquisa Visual: Introdução às Metodologias de Pesquisa em Design Gráfico",author:"NOBLE, Ian; BESTLEY, Russell",isbn:"9788565837897",edition:2,vbkType:"pbk",url:"/books/9788565837897",coverURL:"//covers.vitalbook.com/vbid/9788565837897/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"PHP 5 - Conceitos, Programação e Integração com Banco de Dados",author:"SOARES, Walace",isbn:"9788536505633",edition:7,vbkType:"pbk",url:"/books/9788536505633",coverURL:"//covers.vitalbook.com/vbid/9788536505633/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Primeiras Linhas de Direito Tributário e Financeiro: Material e Processual, 8ª edição",author:"Machado Segundo, Hugo de Brito ",isbn:"9788522489336",edition:0,vbkType:"pbk",url:"/books/9788522489336",coverURL:"//covers.vitalbook.com/vbid/9788522489336/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prisão e Liberdade, 4ª edição",author:"NUCCI, Guilherme de Souza",isbn:"978-85-309-5635-6",edition:0,vbkType:"epub",url:"/books/978-85-309-5635-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5635-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Protesto notarial : títulos de crédito e documentos de dívida, 3ª Edição.",author:"MORAES, Emanoel Macabu",isbn:"9788502220508",edition:0,vbkType:"pbk",url:"/books/9788502220508",coverURL:"//covers.vitalbook.com/vbid/9788502220508/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Radiologia Ortopédica - Uma Abordagem Prática, 5ª edição",author:"GREENSPAN, Adam",isbn:"978-85-277-2405-0",edition:0,vbkType:"epub",url:"/books/978-85-277-2405-0",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2405-0/width/:width?style=preview",hasPageBreaks:!0,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Redação Científica: A Prática de Fichamentos, Resumos, Resenhas, 12ª edição",author:"Medeiros, João Bosco ",isbn:"9788522490271",edition:0,vbkType:"pbk",url:"/books/9788522490271",coverURL:"//covers.vitalbook.com/vbid/9788522490271/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Referência Rápida aos Critérios Diagnósticos do DSM-5",author:"ASSOCIATION, American Psychiatric",isbn:"9788582710999",edition:5,vbkType:"pbk",url:"/books/9788582710999",coverURL:"//covers.vitalbook.com/vbid/9788582710999/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Rejuvenescimento Facial - Dicas de Sucesso",author:"NOGUEIRA, Alessandra",isbn:"978-85-8114-252-4",edition:0,vbkType:"epub",url:"/books/978-85-8114-252-4",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-252-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Relatório Integrado: Integração entre as Informações Financeiras, de Sustentabilidade e de Gove",author:"Perez Junior, José Hernandez; Olivieri Neto, Rafael; Silva, Carlos Alberto dos Santos ",isbn:"9788522490295",edition:0,vbkType:"pbk",url:"/books/9788522490295",coverURL:"//covers.vitalbook.com/vbid/9788522490295/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ressonância Magnética - Variantes Normais e Armadilhas",author:"BANCROFT, Laura W.; BRIDGES, Mellena D.",isbn:"978-85-277-2541-5",edition:0,vbkType:"epub",url:"/books/978-85-277-2541-5",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2541-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Carreiras Federais - Direito Eleitoral",author:"TENÓRIO, Rodrigo Antonio",isbn:"978-85-309-5639-4",edition:0,vbkType:"epub",url:"/books/978-85-309-5639-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5639-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Carreiras Federais - Filosofia do Direito",author:"FONTES, Paulo Gustavo Guedes",isbn:"978-85-309-5741-4",edition:0,vbkType:"epub",url:"/books/978-85-309-5741-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5741-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Concursos Públicos - Direito Ambiental Questões de Concursos Públicos Comentadas, 2ª edição",author:"AMADO, Frederico Augusto Di Trindade",isbn:"978-85-309-5728-5",edition:0,vbkType:"epub",url:"/books/978-85-309-5728-5",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5728-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série direito, desenvolvimento, justiça : produção científica - Interpretando as teorias da int",author:"Just, Gustavo",isbn:"9788502215955",edition:0,vbkType:"pbk",url:"/books/9788502215955",coverURL:"//covers.vitalbook.com/vbid/9788502215955/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Segurança do Trabalho - Guia Prático e Didático",author:"BARSANO, Paulo Roberto; BARBOSA, Rildo Pereira",isbn:"9788536505329",edition:1,vbkType:"pbk",url:"/books/9788536505329",coverURL:"//covers.vitalbook.com/vbid/9788536505329/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Semiologia Veterinária - A Arte do Diagnóstico, 3ª edição",author:"FEITOSA, Francisco Leydson F.",isbn:"978-85-412-0455-2",edition:0,vbkType:"epub",url:"/books/978-85-412-0455-2",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0455-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Servidões, 2ª edição",author:"RIZZARDO, Arnaldo",isbn:"978-85-309-5711-7",edition:0,vbkType:"epub",url:"/books/978-85-309-5711-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5711-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas de Informações Gerenciais, 4ª edição",author:"Cruz, Tadeu ",isbn:"9788522488582",edition:0,vbkType:"pbk",url:"/books/9788522488582",coverURL:"//covers.vitalbook.com/vbid/9788522488582/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sociologia da Educação: Análise Internacional",author:"APPLE, Michael W.; BALL, Stephen J., GANDIN, Luís Armando",isbn:"9788565848329",edition:1,vbkType:"pbk",url:"/books/9788565848329",coverURL:"//covers.vitalbook.com/vbid/9788565848329/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"SolidWorks Premium 2012 - Teoria e Prática no Desenvolvimento de Produtos Industriais - Plataforma ",author:"FIALHO, Arivelto Bustamante",isbn:"9788536505169",edition:1,vbkType:"pbk",url:"/books/9788536505169",coverURL:"//covers.vitalbook.com/vbid/9788536505169/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Taylor - Manual de Saúde da Familia, 3ª edição",author:"TAYLOR, Robert B.; PAULMAN, Paul M.; PAULMAN, Audrey A.; HARRISON, Jeffrey D.",isbn:"978-85-277-2527-9",edition:0,vbkType:"epub",url:"/books/978-85-277-2527-9",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2527-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnicas e Práticas Construtivas para Edificação",author:"SALGADO, Julio",isbn:"9788536505725",edition:3,vbkType:"pbk",url:"/books/9788536505725",coverURL:"//covers.vitalbook.com/vbid/9788536505725/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"TC de Alta Resolução do Pulmão, 4ª edição",author:"WEBB, W. Richard; MÜLLER, Nestor L.; NAIDICH, David P.",isbn:"978-85-277-2475-3",edition:0,vbkType:"epub",url:"/books/978-85-277-2475-3",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2475-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria Avançada da Contabilidade",author:"Niyama, Jorge Katsumi (Org.)",isbn:"9788522489190",edition:0,vbkType:"pbk",url:"/books/9788522489190",coverURL:"//covers.vitalbook.com/vbid/9788522489190/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria e prática dos títulos de crédito, 30ª edição.",author:"ALMEIDA, Amador Paes de",isbn:"9788502223578",edition:0,vbkType:"pbk",url:"/books/9788502223578",coverURL:"//covers.vitalbook.com/vbid/9788502223578/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria Geral do Processo - Primeiros Estudos, 12ª edição",author:"LEAL, Rosemiro Pereira",isbn:"978-85-309-5637-0",edition:0,vbkType:"epub",url:"/books/978-85-309-5637-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5637-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terapia Ocupacional para Disfunções Físicas, 6ª edição",author:"RADOMSKI, Mary Vining; LATHAM, Catherine A. Trombly",isbn:"978-85-412-0402-6",edition:0,vbkType:"epub",url:"/books/978-85-412-0402-6",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0402-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terceiro Setor e Tributação - Vol. 4",author:"PAES, José Eduardo Sabo; CHIELE, Marinez (coords.)",isbn:"978-85-309-5624-0",edition:0,vbkType:"epub",url:"/books/978-85-309-5624-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5624-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tomografia Computadorizada do Corpo em Correlação com Ressonância Magnética, 4ª edição",author:"LEE, Joseph K. T.; SAGEL, Stuart S.; STANLEY, Robert J.; HEIKEN, Jay P.",isbn:"978-85-277-2487-6",edition:0,vbkType:"epub",url:"/books/978-85-277-2487-6",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2487-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tribunais de contas : controle externo das contas públicas, 1ª edição.",author:"SIMÕES, Edson",isbn:"9788502215221",edition:0,vbkType:"pbk",url:"/books/9788502215221",coverURL:"//covers.vitalbook.com/vbid/9788502215221/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Washington - Manual de Oncologia",author:"GOVINDAN, Ramaswamy",isbn:"978-85-277-2539-2",edition:0,vbkType:"epub",url:"/books/978-85-277-2539-2",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2539-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Willard & Spackman - Terapia Ocupacional, 11ª edição",author:"WILLARD, Helen S.; SPACKMAN, Clare S.; CREPEAU, Elizabeth Blesedell; COHN, Ellen S.; SCHELL, Barbara",isbn:"978-85-277-2499-9",edition:0,vbkType:"epub",url:"/books/978-85-277-2499-9",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2499-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:20.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Economia dos Relacionamentos",author:"NOUR, David",isbn:"978-85-216-2602-2",edition:0,vbkType:"epub",url:"/books/978-85-216-2602-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2602-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Estatística Básica e sua Prática, 6ª edição",author:"MOORE, David S.; NOTZ, William I.; FLIGNER, Michael A.",isbn:"978-85-216-2630-5",edition:0,vbkType:"epub",url:"/books/978-85-216-2630-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2630-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Estratégia Segundo Drucker - Estratégias de Crescimento e Insights de Marketing Extraídos da Ob",author:"SWAIM, Robert W.",isbn:"978-85-216-2616-9",edition:0,vbkType:"pbk",url:"/books/978-85-216-2616-9",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2616-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Infância Através do Espelho: A Criança no Adulto, a Literatura na Psicanálise",author:"GUTFREIND, Celso",isbn:"9788582710777",edition:1,vbkType:"pbk",url:"/books/9788582710777",coverURL:"//covers.vitalbook.com/vbid/9788582710777/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Posse dos Bens Públicos",author:"ARAUJO, Barbara Almeida",isbn:"978-85-309-5601-1",edition:0,vbkType:"pbk",url:"/books/978-85-309-5601-1",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5601-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Prática da Preparação Física, 6ª edição",author:"DANTAS, Estélio Henrique Martin",isbn:"978-85-412-0414-9",edition:0,vbkType:"epub",url:"/books/978-85-412-0414-9",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0414-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Tarefa da Ciência Experimental",author:"FENTANES, Enrique Galindo",isbn:"978-85-216-2628-2",edition:0,vbkType:"epub",url:"/books/978-85-216-2628-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2628-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ação Popular, Ação Civil Pública e Mandado de Segurança Coletivo",author:"FERRARESI, Eurico",isbn:"978-85-309-5596-0",edition:0,vbkType:"pbk",url:"/books/978-85-309-5596-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5596-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ações Constitucionais, 2ª edição",author:"Nunes, Elpidio donizetti ",isbn:"9788522489893",edition:0,vbkType:"pbk",url:"/books/9788522489893",coverURL:"//covers.vitalbook.com/vbid/9788522489893/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração e Organizações",author:"CLEGG, Stewart; KORNBERGER, Martin; PITSIS, Tyrone",isbn:"9788577808304",edition:2,vbkType:"pbk",url:"/books/9788577808304",coverURL:"//covers.vitalbook.com/vbid/9788577808304/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"As Razões do Direito - Teoria da Argumentação Jurídica, 2ª edição",author:"ATIENZA, Manuel",isbn:"978-85-309-5571-7",edition:0,vbkType:"epub",url:"/books/978-85-309-5571-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5571-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Atlas de Anatomia de Dentes Permanentes - Coroa Dental, 2ª edição",author:"VIEIRA, Glauco Fioranelli",isbn:"978-85-412-0418-7",edition:0,vbkType:"pbk",url:"/books/978-85-412-0418-7",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0418-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Atuação da Mídia: Comunicação de Massa e Interesse Público - Série Comunicação",author:"MCQUAIL, Denis",isbn:"9788563899316",edition:1,vbkType:"pbk",url:"/books/9788563899316",coverURL:"//covers.vitalbook.com/vbid/9788563899316/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Álgebra na Universidade - Um Curso Pré-Cálculo, 5ª edição",author:"KIME, Linda Almgren; CLARK, Judy; MICHAEL, Beverly K.",isbn:"978-85-216-2530-8",edition:0,vbkType:"epub",url:"/books/978-85-216-2530-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2530-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bases do Treinamento de Força para Homens e Mulheres",author:"FAHEY, Thomas D. ",isbn:"9788580553604",edition:8,vbkType:"pbk",url:"/books/9788580553604",coverURL:"//covers.vitalbook.com/vbid/9788580553604/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bioética à Luz da Liberdade Científica: Estudo de Caso Baseado na Decisão do STF sobre a Constit",author:"Schlink, Bernhard ;martins, Leonardo ",isbn:"9788522489787",edition:0,vbkType:"pbk",url:"/books/9788522489787",coverURL:"//covers.vitalbook.com/vbid/9788522489787/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bioética e Responsabilidade",author:"MARTINS-COSTA, Judith; MÖLLER, Letícia Ludwig",isbn:"978-85-309-5606-6",edition:0,vbkType:"pbk",url:"/books/978-85-309-5606-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5606-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cardiologia e Cirurgia Cardiovascular Pediátrica, 2ª edição",author:"CROTI, Ulisses Alexandre (coord.)",isbn:"978-85-412-0434-7",edition:0,vbkType:"pbk",url:"/books/978-85-412-0434-7",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0434-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cariologia: Aspectos de Dentística Restauradora",author:"BUSATO, Adair Luiz Stefanello; MALTZ, Marisa",isbn:"9788536702346",edition:1,vbkType:"pbk",url:"/books/9788536702346",coverURL:"//covers.vitalbook.com/vbid/9788536702346/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cálculo Atuarial Aplicado: Teoria e Aplicações - Exercícios Resolvidos e Propostos, 2ª edição",author:"Filho, Antonio Cordeiro ",isbn:"9788522487790",edition:0,vbkType:"pbk",url:"/books/9788522487790",coverURL:"//covers.vitalbook.com/vbid/9788522487790/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Citologia Clínica Cérvico-Vaginal - Texto e Atlas",author:"CONSOLARO, Márcia Edilaine Lopes; MARIA-ENGLER, Silvya Stuchi (orgs.)",isbn:"978-85-412-0419-4",edition:0,vbkType:"pbk",url:"/books/978-85-412-0419-4",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0419-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cocriação de Valor: Conectando a Empresa com Os Consumidores Através das Redes Sociais e Ferramen",author:"Braga, Afonso Carlos ;barbara, Bianca Zapparoli ;viana, Rodrigo Bahia de Cerqueira ;teske, Rui Osval",isbn:"9788522487400",edition:0,vbkType:"pbk",url:"/books/9788522487400",coverURL:"//covers.vitalbook.com/vbid/9788522487400/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. OAB Nacional, 1ª fase ; v. 14 - Filosofia do direito, 1ª Edição.",author:"MAGRI, Wallace Ricardo",isbn:"9788502219946",edition:0,vbkType:"pbk",url:"/books/9788502219946",coverURL:"//covers.vitalbook.com/vbid/9788502219946/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Sinopses; v. 27 - Direito do trabalho : teoria geral a trabalho do menor, 7ª edição.",author:"BASILE, César Reinaldo Offa",isbn:"9788502215566",edition:0,vbkType:"pbk",url:"/books/9788502215566",coverURL:"//covers.vitalbook.com/vbid/9788502215566/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção ícones do direito - Manual de direito processual civil, volume único, 2ª edição.",author:"VERAS, Ney Alves",isbn:"9788502220331",edition:0,vbkType:"pbk",url:"/books/9788502220331",coverURL:"//covers.vitalbook.com/vbid/9788502220331/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção preparatória para concursos jurídicos; v. 8 - Direito empresarial – questões comentad",author:"COMETTI, Marcelo Tadeu",isbn:"9788502213593",edition:0,vbkType:"pbk",url:"/books/9788502213593",coverURL:"//covers.vitalbook.com/vbid/9788502213593/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao Código Civil Brasileiro: Estudo Comparativo e Tradução de Suas Fontes Formanas - ",author:"Rodrigues, Dárcio Roberto Martins ;moraes, Bernardo Bissoto Queiroz de ;marchi, Eduardo Cesar Silve",isbn:"9788522485420",edition:0,vbkType:"pbk",url:"/books/9788522485420",coverURL:"//covers.vitalbook.com/vbid/9788522485420/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários ao Novo Código Civil - Vol. V - Tomo II, 2ª edição",author:"MARTINS-COSTA, Judith",isbn:"978-85-309-5605-9",edition:0,vbkType:"pbk",url:"/books/978-85-309-5605-9",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5605-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários à lei de sociedades anônimas, volume 3, 6ª edição.",author:"CARVALHOSA, Modesto",isbn:"9788502212596",edition:0,vbkType:"pbk",url:"/books/9788502212596",coverURL:"//covers.vitalbook.com/vbid/9788502212596/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários à Lei do Inquilinato, 10ª edição",author:"SLAIBI FILHO, Nagib; SÁ, Romar Navarro de",isbn:"978-85-309-5599-1",edition:0,vbkType:"pbk",url:"/books/978-85-309-5599-1",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5599-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários à Nova Lei Eleitoral - Lei n. 12.034, de 29 de Setembro de 2009",author:"AGRA, Walber de Moura; CAVALCANTI; Francisco Queiroz",isbn:"978-85-309-5593-9",edition:0,vbkType:"pbk",url:"/books/978-85-309-5593-9",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5593-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como se Preparar para a 2ª Fase Exame de Ordem - Tributário, 5ª edição",author:"BARRETTO, Pedro",isbn:"978-85-309-5376-8",edition:0,vbkType:"epub",url:"/books/978-85-309-5376-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5376-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade com Ênfase em Micro, Pequenas e Médias Empresas, 3ª edição",author:"Santos, Fernando de Almeida ;veiga, Windsor Espenser ",isbn:"9788522489114",edition:0,vbkType:"pbk",url:"/books/9788522489114",coverURL:"//covers.vitalbook.com/vbid/9788522489114/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade geral e análise de balanços esquematizado, 3ª edição.",author:"MONTOTO, Eugenio",isbn:"9788502214590",edition:0,vbkType:"pbk",url:"/books/9788502214590",coverURL:"//covers.vitalbook.com/vbid/9788502214590/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controle Externo das Contas Públicas: O Processo nos Tribunais de Contas do Brasil",author:"Silva, Moacir Marques Da ",isbn:"9788522488926",edition:0,vbkType:"pbk",url:"/books/9788522488926",coverURL:"//covers.vitalbook.com/vbid/9788522488926/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cuidados de Enfermagem: Eixo Ambiente e Saúde - Série Tekne",author:"COSTA, Ana Lucia Jezuino da Costa; EUGENIO, Sonia Cristina Fonseca",isbn:"9788582710753",edition:1,vbkType:"pbk",url:"/books/9788582710753",coverURL:"//covers.vitalbook.com/vbid/9788582710753/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Ética em Administração: Empresarial e Pública, 3ª edição",author:"Alonso, Felix Ruiz ;lópez, Francisco Granizo ;castrucci, Plínio de Lauro ",isbn:"9788522488179",edition:0,vbkType:"pbk",url:"/books/9788522488179",coverURL:"//covers.vitalbook.com/vbid/9788522488179/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Contabilidade Intermediária Superior em IFRS E CPC",author:"Almeida, Marcelo Cavalcanti ",isbn:"9788522489039",edition:0,vbkType:"pbk",url:"/books/9788522489039",coverURL:"//covers.vitalbook.com/vbid/9788522489039/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Constitucional em Exercícios, 13ª edição",author:"ROCHA, Zélio Maia da",isbn:"978-85-309-5590-8",edition:0,vbkType:"pbk",url:"/books/978-85-309-5590-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5590-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Previdenciário, 3ª edição",author:"DIAS, Eduardo Rocha; MACÊDO, José Leandro Monteiro de",isbn:"978-85-309-5589-2",edition:0,vbkType:"pbk",url:"/books/978-85-309-5589-2",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5589-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Previdenciário, 7ª edição",author:"Vianna, João Ernesto Aragonés ",isbn:"9788522488650",edition:0,vbkType:"pbk",url:"/books/9788522488650",coverURL:"//covers.vitalbook.com/vbid/9788522488650/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Deontologia Jurídica - Ética das Profissões Jurídicas, 4ª edição",author:"COSTA, Elcias Ferreira da",isbn:"978-85-309-5629-5",edition:0,vbkType:"epub",url:"/books/978-85-309-5629-5",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5629-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dicionário Brasileiro do Direito da Energia, do Petróleoe do Gás Natural",author:"Costa, Maria D Assuncão ",isbn:"9788522489060",edition:0,vbkType:"pbk",url:"/books/9788522489060",coverURL:"//covers.vitalbook.com/vbid/9788522489060/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dicionário Jurídico-Português-Inglês-Inglês-Português, 9ª edição",author:"MELLO, Maria Chaves de",isbn:"978-85-309-5591-5",edition:0,vbkType:"pbk",url:"/books/978-85-309-5591-5",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5591-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Administrativo Brasileiro, 4ª edição",author:"Pestana, Marcio ",isbn:"9788522486915",edition:0,vbkType:"pbk",url:"/books/9788522486915",coverURL:"//covers.vitalbook.com/vbid/9788522486915/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Civil: Famílias, 2ª edição",author:"Almeida, Renata Barbosa de ;júnior, Walsir Edson Rodrigues ",isbn:"9788522489916",edition:0,vbkType:"pbk",url:"/books/9788522489916",coverURL:"//covers.vitalbook.com/vbid/9788522489916/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito do entretenimento na Internet, 1ª edição.",author:"FRANCEZ, André",isbn:"9788502208414",edition:0,vbkType:"pbk",url:"/books/9788502208414",coverURL:"//covers.vitalbook.com/vbid/9788502208414/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Empresarial Brasileiro (v. 5), 2ª edição",author:"Silva, Gladston Gomes Mamede Da ",isbn:"9788522490028",edition:0,vbkType:"pbk",url:"/books/9788522490028",coverURL:"//covers.vitalbook.com/vbid/9788522490028/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direitos e Conflitos Psicossociais - Ações e Interfaces Disciplinares",author:"PENSO, Maria Aparecida; ALMEIDA, Tânia Mara Campos de",isbn:"978-85-412-0425-5",edition:0,vbkType:"pbk",url:"/books/978-85-412-0425-5",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0425-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direitos Humanos e Fundamentais em Perspectiva",author:"Brandão, Cláudio ",isbn:"9788522488339",edition:0,vbkType:"pbk",url:"/books/9788522488339",coverURL:"//covers.vitalbook.com/vbid/9788522488339/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Disfagias Orofaríngeas - Implicações Clínicas",author:"CARDOSO, Maria Cristina de Almeida Freitas",isbn:"978-85-412-0430-9",edition:0,vbkType:"pbk",url:"/books/978-85-412-0430-9",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0430-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Disjunção Maxilar",author:"CAPPELLETTE Jr., Mario",isbn:"978-85-412-0453-8",edition:0,vbkType:"epub",url:"/books/978-85-412-0453-8",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0453-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Do Sintoma ao Diagnóstico - Baseado em Casos Clínicos",author:"PEDROSO, José Luiz; LOPES, Antonio Carlos",isbn:"978-85-412-0424-8",edition:0,vbkType:"pbk",url:"/books/978-85-412-0424-8",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0424-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Do-in, Shiatsu e Acupuntura-Uma Visão Chinesa do Toque Terapêutico, 3ª edição",author:"MARTINS, Ednéa Iara Souza; LEONELLI, Luiz Bernardo",isbn:"978-85-412-0338-8",edition:0,vbkType:"epub",url:"/books/978-85-412-0338-8",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0338-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Doenças Neuromusculares - Atuação de Fisioterapia - Guia Teórico e Prático",author:"CHAVES, Anna Carolina Xavier e et al. (coord.)",isbn:"978-85-412-0433-0",edition:0,vbkType:"pbk",url:"/books/978-85-412-0433-0",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0433-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Doutor, eu tenho... PIOLHO",author:"LUPI, Omar",isbn:"978-85-8114-247-0",edition:0,vbkType:"epub",url:"/books/978-85-8114-247-0",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-247-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educação Física e Atividades para o Ensino Fundamental",author:"GRABER, Kim C.",isbn:"9788580553574",edition:1,vbkType:"pbk",url:"/books/9788580553574",coverURL:"//covers.vitalbook.com/vbid/9788580553574/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Entendendo a Dor",author:"BARROS, Newton",isbn:"9788582710203",edition:1,vbkType:"pbk",url:"/books/9788582710203",coverURL:"//covers.vitalbook.com/vbid/9788582710203/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Entendendo o Câncer",author:"OPPERMANN, Christina Pimentel",isbn:"9788582710524",edition:1,vbkType:"pbk",url:"/books/9788582710524",coverURL:"//covers.vitalbook.com/vbid/9788582710524/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"ERRO MÉDICO NAS CIRURGIAS PLÁSTICAS",author:"Borges, Gustavo ",isbn:"9788522489534",edition:0,vbkType:"pbk",url:"/books/9788522489534",coverURL:"//covers.vitalbook.com/vbid/9788522489534/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estomatologia - Bases do Diagnóstico para o Clínico Geral, 2ª edição",author:"KIGNEL, Sergio et al.",isbn:"978-85-412-0417-0",edition:0,vbkType:"pbk",url:"/books/978-85-412-0417-0",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0417-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estudos sobre coisa Julgada e Controle de Constitucionalidade",author:"DELLORE, Luiz",isbn:"978-85-309-5604-2",edition:0,vbkType:"pbk",url:"/books/978-85-309-5604-2",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5604-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Física para Cientistas e Engenheiros - Vol. 1 - Mecânica, Oscilações e Ondas, Termodinâmica, 6ª edição",author:"TIPLER, Paul Allen; MOSCA, Gene",isbn:"978-85-216-2618-3",edition:0,vbkType:"pbk",url:"/books/978-85-216-2618-3",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2618-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Física para Cientistas e Engenheiros - Vol. 2 - Eletricidade e Magnetismo, Ótica, 6ª edição",author:"TIPLER, Paul Allen; MOSCA, Gene",isbn:"978-85-216-2622-0",edition:0,vbkType:"pbk",url:"/books/978-85-216-2622-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2622-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Física para Cientistas e Engenheiros - Vol. 3 - Física Moderna, 6ª edição",author:"TIPLER, Paul Allen; MOSCA, Gene",isbn:"978-85-216-2620-6",edition:0,vbkType:"pbk",url:"/books/978-85-216-2620-6",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2620-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fonoaudiologia no Envelhecimento",author:"CARDOSO, Maria Cristina de Almeida Freitas",isbn:"978-85-412-0431-6",edition:0,vbkType:"pbk",url:"/books/978-85-412-0431-6",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0431-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos da Psicologia Cultural: Mundos da Mente, Mundos da Vida",author:"VALSINER, Jaan",isbn:"9788565852258",edition:1,vbkType:"pbk",url:"/books/9788565852258",coverURL:"//covers.vitalbook.com/vbid/9788565852258/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Design Criativo",author:"AMBROSE, Gavin; HARRIS, Paul",isbn:"9788540701281",edition:2,vbkType:"pbk",url:"/books/9788540701281",coverURL:"//covers.vitalbook.com/vbid/9788540701281/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de direito tributário, 4ª Edição.",author:"TAVARES, Alexandre Macedo",isbn:"9788502136830",edition:0,vbkType:"pbk",url:"/books/9788502136830",coverURL:"//covers.vitalbook.com/vbid/9788502136830/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Processamento Digital de Imagens - Uma Abordagem Prática com Exemplos em Matlab",author:"SOLOMON, Chris; BRECKON, Toby",isbn:"978-85-216-2617-6",edition:0,vbkType:"pbk",url:"/books/978-85-216-2617-6",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2617-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Pessoas: Armadilhas da Organização do Trabalho",author:"Lis Andrea Soboll; Deise Luiza da Silva Ferraz (Org.).",isbn:"9788522488629",edition:0,vbkType:"pbk",url:"/books/9788522488629",coverURL:"//covers.vitalbook.com/vbid/9788522488629/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão para advogados : gestão de carreira + gestão de escritórios — métodos simples para alc",author:"CHACON, Luis Fernando Rabelo",isbn:"9788502220034",edition:0,vbkType:"pbk",url:"/books/9788502220034",coverURL:"//covers.vitalbook.com/vbid/9788502220034/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"História do Direito Brasileiro",author:"MARCOS, Rui de Figueiredo; MATHIAS, Carlos Fernando; NORONHA, Ibsen",isbn:"978-85-309-5565-6",edition:0,vbkType:"epub",url:"/books/978-85-309-5565-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5565-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Instrumentação Inteligente - Princípios e Aplicações",author:"BHUYAN, Manabendra",isbn:"978-85-216-2621-3",edition:0,vbkType:"pbk",url:"/books/978-85-216-2621-3",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2621-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Interface entre a Psicologia e a Psiquiatria, 2ª edição",author:"SAVOIA, Mariângela Gentil (org.)",isbn:"978-85-412-0426-2",edition:0,vbkType:"pbk",url:"/books/978-85-412-0426-2",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0426-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução ao Processamento Digital de Sinais",author:"NALON, José Alexandre",isbn:"978-85-216-2615-2",edition:0,vbkType:"pbk",url:"/books/978-85-216-2615-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2615-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Logística Portuária e Noções de Comércio Internacional - \nSérie Tekne",author:"ROJAS, Pablo",isbn:"9788582601945",edition:1,vbkType:"pbk",url:"/books/9788582601945",coverURL:"//covers.vitalbook.com/vbid/9788582601945/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Álgebra Linear, 4ª edição",author:"STRANG, Gilbert",isbn:"978-85-216-2500-1",edition:0,vbkType:"epub",url:"/books/978-85-216-2500-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2500-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Layout",author:"AMBROSE, Gavin; HARRIS, Paul",isbn:"9788540700390",edition:2,vbkType:"pbk",url:"/books/9788540700390",coverURL:"//covers.vitalbook.com/vbid/9788540700390/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei Anticorrupção : origens, comentários e análise da legislação correlata, 1ª edição.",author:"PETRELLUZZI, Marco Vinicio",isbn:"9788502224360",edition:0,vbkType:"pbk",url:"/books/9788502224360",coverURL:"//covers.vitalbook.com/vbid/9788502224360/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lei de Inelegibilidade Comentada: Legislação e Jurisprudência Atualizadas, Leis da Ficha Limpa e ",author:"Filho, Marino Pazzaglini ",isbn:"9788522489923",edition:0,vbkType:"pbk",url:"/books/9788522489923",coverURL:"//covers.vitalbook.com/vbid/9788522489923/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"LEI DE RESPONSABILIDADE FISCAL: Enfoque Jurídico e Contábil para os Municipios",author:"Silva, Moacir Marques da ",isbn:"9788522488902",edition:0,vbkType:"pbk",url:"/books/9788522488902",coverURL:"//covers.vitalbook.com/vbid/9788522488902/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lições de Direito Civil: Família e Sucessões (,v.5)",author:"Melo, Nehemias domingos de ",isbn:"9788522488445",edition:0,vbkType:"pbk",url:"/books/9788522488445",coverURL:"//covers.vitalbook.com/vbid/9788522488445/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Diagnóstico de Enfermagem, 7ª edição",author:"RALPH, Sheila Sparks; TAYLOR, Cynthia M.",isbn:"978-85-277-2443-2",edition:0,vbkType:"epub",url:"/books/978-85-277-2443-2",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2443-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Direito Constitucional - Volume Único, 9ª edição",author:"NOVELINO, Marcelo",isbn:"978-85-309-5496-3",edition:0,vbkType:"epub",url:"/books/978-85-309-5496-3",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5496-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de direito penal militar, 4ª edição.",author:"NEVES, Cícero Robson Coimbra",isbn:"9788502217270",edition:0,vbkType:"pbk",url:"/books/9788502217270",coverURL:"//covers.vitalbook.com/vbid/9788502217270/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de direito processual penal militar : (em tempo de paz), 1ª edição.",author:"NEVES, Cícero Robson Coimbra",isbn:"9788502221505",edition:0,vbkType:"pbk",url:"/books/9788502221505",coverURL:"//covers.vitalbook.com/vbid/9788502221505/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Geriatria - Manual do Residente da Universidade Federal de São Paulo - UNIFESP",author:"ALMADA FILHO, Clineu de Mello et al. (coord.)",isbn:"978-85-412-0428-6",edition:0,vbkType:"pbk",url:"/books/978-85-412-0428-6",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0428-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Processo e Prática Penal, 6ª edição",author:"SILVA, Luiz Cláudio; SILVA, Franklyn Roger Alves",isbn:"978-85-309-5598-4",edition:0,vbkType:"pbk",url:"/books/978-85-309-5598-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5598-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Produção Científica",author:"KOLLER, Sílvia H.; COUTO, Maria Clara P. de Paula; VON HOHENDORFF, Jean",isbn:"9788565848909",edition:1,vbkType:"pbk",url:"/books/9788565848909",coverURL:"//covers.vitalbook.com/vbid/9788565848909/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual Merck de Veterinária, 10ª edição",author:"MERCK",isbn:"978-85-412-0437-8",edition:0,vbkType:"epub",url:"/books/978-85-412-0437-8",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0437-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual Prático de Tratamento Clínico das Disfunções Sexuais",author:"CAVALCANTI, Ricardo",isbn:"978-85-412-0432-3",edition:0,vbkType:"pbk",url:"/books/978-85-412-0432-3",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0432-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing de Serviços: A Empresa com Foco no Cliente",author:"ZEITHAML, Valarie A.; BITNER, Mary Jo; GREMLER, Dwayne D.",isbn:"9788580553628",edition:6,vbkType:"pbk",url:"/books/9788580553628",coverURL:"//covers.vitalbook.com/vbid/9788580553628/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática Financeira Aplicada: Mercado de Capitais, Análise de Investimentos, Finanças Pessoais ",author:"Ferreira, Roberto G. ",isbn:"9788522487141",edition:0,vbkType:"pbk",url:"/books/9788522487141",coverURL:"//covers.vitalbook.com/vbid/9788522487141/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Métodos de Pesquisa em Psicologia: Série Métodos de Pesquisa",author:"BREAKWELL, Glynis M.; HAMMOND, Sean; FIFE-SCHAW, Chris; SMITH, Jonathan A.",isbn:"9788536324159",edition:3,vbkType:"pbk",url:"/books/9788536324159",coverURL:"//covers.vitalbook.com/vbid/9788536324159/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Métodos Estatísticos para Geografia: Um Guia para o Estudante",author:"ROGERSON, Peter A.",isbn:"9788540701021",edition:3,vbkType:"pbk",url:"/books/9788540701021",coverURL:"//covers.vitalbook.com/vbid/9788540701021/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Metodologia Científica para o Curso de Direito, 2ª edição",author:"Marconi, Marina de Andrade ",isbn:"9788522489879",edition:0,vbkType:"pbk",url:"/books/9788522489879",coverURL:"//covers.vitalbook.com/vbid/9788522489879/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microsoft SQL Server 2008: Série Passo a Passo",author:"HOTEK, Mike",isbn:"9788577807031",edition:1,vbkType:"pbk",url:"/books/9788577807031",coverURL:"//covers.vitalbook.com/vbid/9788577807031/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Monografia no Curso de Direito: Como Elaborar o Trabalho de Conclusão de Curso (tcc), 8ª edição",author:"Medeiros, João Bosco ;henriques, Antonio ",isbn:"9788522480180",edition:0,vbkType:"pbk",url:"/books/9788522480180",coverURL:"//covers.vitalbook.com/vbid/9788522480180/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Moulage, Modelagem e Desenho: Prática Integrada",author:"ABLING, Bina; MAGGIO, Kathleen ",isbn:"9788582601884",edition:1,vbkType:"pbk",url:"/books/9788582601884",coverURL:"//covers.vitalbook.com/vbid/9788582601884/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Limite da Improbidade Administrativa - Comentários à Lei nº 8429/92, 5ª edição",author:"MATTOS, Mauro Roberto Gomes de",isbn:"978-85-309-5610-3",edition:0,vbkType:"pbk",url:"/books/978-85-309-5610-3",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5610-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Novo Controle de Constitucionalidade Municipal",author:"ALMEIDA NETO, Manoel Carlos de",isbn:"978-85-309-5594-6",edition:0,vbkType:"pbk",url:"/books/978-85-309-5594-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5594-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Palco da Espontaneidade - Psicodrama na Contemporâneo",author:"BAPTISTA, Maria Cecilia Veluk Dias (org.)",isbn:"978-85-412-0429-3",edition:0,vbkType:"pbk",url:"/books/978-85-412-0429-3",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0429-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Tribunal do Júri na Visão do Juiz, do Promotor e do Advogado - Versão Compacta: Questões Prát",author:"Antunes, Rodrigo Merli ;domingues, Alexandre de Sá ;cano, Leandro Jorge Bittencourt ",isbn:"9788522489053",edition:0,vbkType:"pbk",url:"/books/9788522489053",coverURL:"//covers.vitalbook.com/vbid/9788522489053/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"OBRIGAÇÕES",author:"Lotufo, Renan; Nanni, Giovanni Ettore (Coord.)",isbn:"9788522490578",edition:0,vbkType:"pbk",url:"/books/9788522490578",coverURL:"//covers.vitalbook.com/vbid/9788522490578/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Obrigações e Contratos - Pareceres",author:"PEREIRA, Caio Mário da Silva",isbn:"978-85-309-5608-0",edition:0,vbkType:"pbk",url:"/books/978-85-309-5608-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5608-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Odontologia Estética: Respostas às Dúvidas mais Frequentes",author:"FONSECA, Antonio Salazar",isbn:"9788536702384",edition:1,vbkType:"pbk",url:"/books/9788536702384",coverURL:"//covers.vitalbook.com/vbid/9788536702384/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Passe na OAB 1ª fase : manual de dicas, 2ª edição.",author:"ROCHA, Marcelo Hugo da",isbn:"9788502218642",edition:0,vbkType:"pbk",url:"/books/9788502218642",coverURL:"//covers.vitalbook.com/vbid/9788502218642/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Perenidade: Estratégias e Iniciativas para Prolongar a Longevidade Empresarial",author:"Colin, Emerson Carlos ",isbn:"9788522488681",edition:0,vbkType:"pbk",url:"/books/9788522488681",coverURL:"//covers.vitalbook.com/vbid/9788522488681/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pesquisa no Mundo Real: Série Métodos de Pesquisa",author:"GRAY, David E.",isbn:"9788563899293",edition:2,vbkType:"pbk",url:"/books/9788563899293",coverURL:"//covers.vitalbook.com/vbid/9788563899293/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípio da Legalidade - Da Dogmática Jurídica à Teoria do Direito",author:"BRANDÃO, Cláudio; CAVALCANTI, Francisco; ADEODATO, João Maurício (coord.)",isbn:"978-85-309-5600-4",edition:0,vbkType:"pbk",url:"/books/978-85-309-5600-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5600-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios de Termodinâmica para Engenharia, 7ª edição",author:"MORAN, Michael J.; SHAPIRO, Howard N.; BOETTNER, Daisie D.; BAILEY, Margaret B. ",isbn:"978-85-216-2614-5",edition:0,vbkType:"pbk",url:"/books/978-85-216-2614-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2614-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Protocolo de Condutas em Dermatologia",author:"MIOT, Hélio Amante; MIOT, Luciane Donida Bartoli",isbn:"978-85-412-0422-4",edition:0,vbkType:"pbk",url:"/books/978-85-412-0422-4",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0422-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia nas Organizações, 4ª edição",author:"REGATO, Vilma Cardoso",isbn:"978-85-216-2600-8",edition:0,vbkType:"epub",url:"/books/978-85-216-2600-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2600-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia, Organizações e Trabalho no Brasil",author:"ZANELLI, José Carlos; BORGES-ANDRADE, Jairo Eduardo; BASTOS, Antonio Virgílio Bittencourt",isbn:"9788582710852",edition:2,vbkType:"pbk",url:"/books/9788582710852",coverURL:"//covers.vitalbook.com/vbid/9788582710852/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Recuperação e Falência - Lei Nº 11.101/2005 - Comentários Artigo por Artigo",author:"GOUVÊA, João Bosco Cascardo de",isbn:"978-85-309-5595-3",edition:0,vbkType:"pbk",url:"/books/978-85-309-5595-3",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5595-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Responsabilidade Civil e Nanotecnologias",author:"Engelmann, Wilson ;gomes, Taís Ferraz ;borjes, Isabel Cristina Porto ",isbn:"9788522489121",edition:0,vbkType:"pbk",url:"/books/9788522489121",coverURL:"//covers.vitalbook.com/vbid/9788522489121/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Responsabilidade tributária de terceiros : CTN, arts. 134 e 135, 1ª edição.",author:"BECHO, Renato Lopes",isbn:"9788502216273",edition:0,vbkType:"pbk",url:"/books/9788502216273",coverURL:"//covers.vitalbook.com/vbid/9788502216273/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Reumatologia - Manual do Residente da Unifesp",author:"PERAZZIO, Sandro Félix (coord.)",isbn:"978-85-412-0427-9",edition:0,vbkType:"pbk",url:"/books/978-85-412-0427-9",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0427-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Carreiras Federais - Ações Constitucionais",author:"RODRIGUES, Geisa",isbn:"978-85-309-5546-5",edition:0,vbkType:"epub",url:"/books/978-85-309-5546-5",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5546-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Carreiras Federais - Direitos Fundamentais",author:"ROTHENBURG, Walter Claudius",isbn:"978-85-309-5544-1",edition:0,vbkType:"epub",url:"/books/978-85-309-5544-1",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5544-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Carreiras Federais - Processo Penal",author:"ABADE, Denise Neves",isbn:"978-85-309-5584-7",edition:0,vbkType:"epub",url:"/books/978-85-309-5584-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5584-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série GVLAW - Contabilidade aplicada ao direito, 1ª edição.",author:"FERNANDES, Edison Carlos",isbn:"9788502221475",edition:0,vbkType:"pbk",url:"/books/9788502221475",coverURL:"//covers.vitalbook.com/vbid/9788502221475/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Gvlaw - Resolução de conflitos : fundamentos da negociação para o ambiente jurídico, 1ª",author:"MOURÃO, Alessandra Nascimento S. F.,",isbn:"9788502220300",edition:0,vbkType:"pbk",url:"/books/9788502220300",coverURL:"//covers.vitalbook.com/vbid/9788502220300/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Curso de direito do idoso, 1ª edição.",author:"RAMOS, Paulo Roberto Barbosa",isbn:"9788502213968",edition:0,vbkType:"pbk",url:"/books/9788502213968",coverURL:"//covers.vitalbook.com/vbid/9788502213968/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Introdução aos recursos cíveis e à ação rescisória, 10ª edição.",author:"SOUZA, Bernardo Pimentel",isbn:"9788502218956",edition:0,vbkType:"pbk",url:"/books/9788502218956",coverURL:"//covers.vitalbook.com/vbid/9788502218956/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - linha de pesquisa acadêmica - Mutação constitucional via decisões aditivas, 1ª edi",author:"VARGAS, Denise Soares",isbn:"9788502209916",edition:0,vbkType:"pbk",url:"/books/9788502209916",coverURL:"//covers.vitalbook.com/vbid/9788502209916/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Linha de pesquisa acadêmica - Privacidade, proteção de dados e defesa do consumidor ",author:"MENDES, Laura Schertel",isbn:"9788502218987",edition:0,vbkType:"pbk",url:"/books/9788502218987",coverURL:"//covers.vitalbook.com/vbid/9788502218987/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP : linha de pesquisa acadêmica - Contratos : eficácia e relatividade nas coligações co",author:"FERNANDES, Marcelo Cama Proença",isbn:"9788502209619",edition:0,vbkType:"pbk",url:"/books/9788502209619",coverURL:"//covers.vitalbook.com/vbid/9788502209619/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Segurança e Saúde no Trabalho - Esquematizada - Normas Regulamentadoras 01 a 09 e 28, 2ª edição",author:"NUNES, Flávio de Oliveira",isbn:"978-85-309-5561-8",edition:0,vbkType:"epub",url:"/books/978-85-309-5561-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5561-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Socioeconomia: Solidariedade, Economia Social E As Organizações em Debate",author:"Santos, Luís Miguel Luzio dos ",isbn:"9788522487851",edition:0,vbkType:"pbk",url:"/books/9788522487851",coverURL:"//covers.vitalbook.com/vbid/9788522487851/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sociologia Geral",author:"Gil, Antonio Carlos ",isbn:"9788522489930",edition:0,vbkType:"pbk",url:"/books/9788522489930",coverURL:"//covers.vitalbook.com/vbid/9788522489930/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"SOFT LAW E PRODUÇÃO DE PROVAS NA ARBITRAGEM INTERNACIONAL",author:"Abbud, André de Albuquerque Cavalcanti ",isbn:"9788522488759",edition:0,vbkType:"pbk",url:"/books/9788522488759",coverURL:"//covers.vitalbook.com/vbid/9788522488759/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnica da petição inicial, 13ª edição.",author:"PALAIA, Nelson",isbn:"9788502223431",edition:0,vbkType:"pbk",url:"/books/9788502223431",coverURL:"//covers.vitalbook.com/vbid/9788502223431/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tecnologia da Informação Aplicada a Sistemas de Informação Empresariais, 9ª edição",author:"Rezende, denis Alcides ;abreu, Aline França de ",isbn:"9788522490455",edition:0,vbkType:"pbk",url:"/books/9788522490455",coverURL:"//covers.vitalbook.com/vbid/9788522490455/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tecnologias para Transformar a Educação",author:"SANCHO, Juana M.; HERNÁNDEZ, Fernando",isbn:"9788536308791",edition:1,vbkType:"pbk",url:"/books/9788536308791",coverURL:"//covers.vitalbook.com/vbid/9788536308791/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria dos Números para Professores do Ensino Fundamental",author:"WALL, Edward S.",isbn:"9788580553536",edition:1,vbkType:"pbk",url:"/books/9788580553536",coverURL:"//covers.vitalbook.com/vbid/9788580553536/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria e Prática dos Juizados Especiais Criminais",author:"DEMERCIAN, Pedro Henrique; MALULY, Jorge Assaf",isbn:"978-85-309-5597-7",edition:0,vbkType:"pbk",url:"/books/978-85-309-5597-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5597-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria Geral do Processo, 10ª edição",author:"Rocha, José de Albuquerque ",isbn:"9788522490219",edition:0,vbkType:"pbk",url:"/books/9788522490219",coverURL:"//covers.vitalbook.com/vbid/9788522490219/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terapia Cognitivo-Comportamental de Alto Rendimento para Sessões Breves: Guia Ilustrado",author:"WRIGHT, Jesse H.; SUDAK, Donna M.; TURKINGTON, Douglas; THASE, Michael E.",isbn:"9788536327532",edition:1,vbkType:"pbk",url:"/books/9788536327532",coverURL:"//covers.vitalbook.com/vbid/9788536327532/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terapia de Familia com Adolescentes",author:"CASTANHO, Gisela M. Pires",isbn:"978-85-412-0444-6",edition:0,vbkType:"epub",url:"/books/978-85-412-0444-6",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0444-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terceiro Setor e Tributação - Vol. 6",author:"PAES, José Eduardo Sabo; MAGALHÃES, Juliana A. (coords.)",isbn:"978-85-309-5622-6",edition:0,vbkType:"epub",url:"/books/978-85-309-5622-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5622-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de Cuidados de Enfermagem Médico-Cirúrgico - 2 Vol.",author:"FIGUEIREDO, Nébia Maria Almeida de; MACHADO, Wiliam César Alves (orgs.)",isbn:"978-85-412-0435-4",edition:0,vbkType:"pbk",url:"/books/978-85-412-0435-4",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0435-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de Direito Administrativo Disciplinar, 2ª edição",author:"MATTOS, Mauro Roberto Gomes de",isbn:"978-85-309-5609-7",edition:0,vbkType:"pbk",url:"/books/978-85-309-5609-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5609-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de Neurologia Vascular",author:"AGUIAR, Paulo Henrique Pires et al. (coords.)",isbn:"978-85-412-0420-0",edition:0,vbkType:"pbk",url:"/books/978-85-412-0420-0",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0420-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de Nutrição Esportiva Funcional",author:"PASCHOAL, Valéria; NAVES, Andréia",isbn:"978-85-412-0410-1",edition:0,vbkType:"epub",url:"/books/978-85-412-0410-1",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0410-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratamento Odontológico para Gestantes, 2ª edição",author:"ECHEVERRIA, Sandra",isbn:"978-85-412-0406-4",edition:0,vbkType:"epub",url:"/books/978-85-412-0406-4",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0406-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Um Livro Bom, Pequeno e Acessível sobre Marketing",author:"BLYTHE, Jim",isbn:"9788577806447",edition:1,vbkType:"pbk",url:"/books/9788577806447",coverURL:"//covers.vitalbook.com/vbid/9788577806447/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Webwriting: Redação para a Mídia Digital",author:"Rodrigues, Bruno ",isbn:"9788522488872",edition:0,vbkType:"pbk",url:"/books/9788522488872",coverURL:"//covers.vitalbook.com/vbid/9788522488872/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:19.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"250 Erros Comuns em Pediatria - Como Evitar",author:"SLONIM, Anthony D.",isbn:"978-85-277-2453-1",edition:0,vbkType:"epub",url:"/books/978-85-277-2453-1",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2453-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A desconsideração da personalidade jurídica nas contratações públicas",author:"Pires, Antonio Cecílio Moreira ",isbn:"9788522486090",edition:0,vbkType:"pbk",url:"/books/9788522486090",coverURL:"//covers.vitalbook.com/vbid/9788522486090/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Melhor Empresa para Trabalhar: Como Construí-la, como Mantê-la e Por que Isso é Importante",author:"BURCHELL, Michael; ROBIN, Jennifer",isbn:"9788540700758",edition:1,vbkType:"pbk",url:"/books/9788540700758",coverURL:"//covers.vitalbook.com/vbid/9788540700758/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A preclusão na dinâmica do processo civil, 2ª edição",author:"Rubin, Fernando ",isbn:"9788522487943",edition:0,vbkType:"pbk",url:"/books/9788522487943",coverURL:"//covers.vitalbook.com/vbid/9788522487943/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Abuso da desconsideração da personalidade jurídica. 1ª Edição.",author:"SILVA, Leonardo Toledo da",isbn:"9788502215016",edition:0,vbkType:"pbk",url:"/books/9788502215016",coverURL:"//covers.vitalbook.com/vbid/9788502215016/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração de cadeias de suprimentos e logística: o essencial",author:"Corrêa, Henrique Luiz ",isbn:"9788522485826",edition:0,vbkType:"pbk",url:"/books/9788522485826",coverURL:"//covers.vitalbook.com/vbid/9788522485826/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração de projetos: como transformar idéias em resultados, 5ª edição",author:"Maximiano, Antonio Cesar Amaru ",isbn:"9788522487608",edition:0,vbkType:"pbk",url:"/books/9788522487608",coverURL:"//covers.vitalbook.com/vbid/9788522487608/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração de vendas, 8ª edição",author:"Las Casas, Alexandre Luzzi ",isbn:"9788522483129",edition:0,vbkType:"pbk",url:"/books/9788522483129",coverURL:"//covers.vitalbook.com/vbid/9788522483129/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração Estratégica, 3ª edição",author:"BELMIRO, Luiz Alberto Gravina; OLIVEIRA, Joaquim Francisco Cavalcante de; AZEVEDO, Solange Coelho de",isbn:"978-85-216-2596-4",edition:0,vbkType:"epub",url:"/books/978-85-216-2596-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2596-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia Clínica para seu Bolso",author:"GOULD, Douglas J.",isbn:"978-85-277-2413-5",edition:0,vbkType:"epub",url:"/books/978-85-277-2413-5",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2413-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Análise de investimentos e viabilidade financeira das empresas",author:"Camloffski, Rodrigo ",isbn:"9788522486571",edition:0,vbkType:"pbk",url:"/books/9788522486571",coverURL:"//covers.vitalbook.com/vbid/9788522486571/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Análise Química Quantitativa, 6ª edição",author:"VOGEL, Arthur Israel; MENDHAM, J.; DENNEY, R.C.; BARNES, J.D.; THOMAS, M.",isbn:"978-85-216-2580-3",edition:0,vbkType:"epub",url:"/books/978-85-216-2580-3",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2580-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ar-Condicionado e Refrigeração, 2ª edição",author:"MILLER, Rex; MILLER, Mark",isbn:"978-85-216-2612-1",edition:0,vbkType:"epub",url:"/books/978-85-216-2612-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2612-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Arbitragem e prescrição",author:"Nunes, Thiago Marinho ",isbn:"9788522486656",edition:0,vbkType:"pbk",url:"/books/9788522486656",coverURL:"//covers.vitalbook.com/vbid/9788522486656/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Atlas de Radiografia Panorâmica para o Cirurgião-Dentista",author:"CAPELLA, Luiz Roberto da Cunha; OLIVEIRA, Reinaldo José de",isbn:"978-85-412-0392-0",edition:0,vbkType:"epub",url:"/books/978-85-412-0392-0",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0392-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Auditoria Fácil - Série Fácil - 2ª Edição",author:"RIBEIRO, Osni Moura",isbn:"9788502213487",edition:2,vbkType:"pbk",url:"/books/9788502213487",coverURL:"//covers.vitalbook.com/vbid/9788502213487/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Avaliação de empresas: foco na análise de desempenho para o usuário interno: teoria e prática",author:"Schmidt, Paulo; Santos, José Luiz dos; Martins, Marco Antonio ",isbn:"9788522488384",edition:0,vbkType:"pbk",url:"/books/9788522488384",coverURL:"//covers.vitalbook.com/vbid/9788522488384/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Berek & Novak | Tratado de Ginecologia, 15ª edição",author:"BEREK, Jonathan S. (ed.)",isbn:"978-85-277-2398-5",edition:0,vbkType:"epub",url:"/books/978-85-277-2398-5",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2398-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Bioquímica, 7ª edição",author:"BERG, Jeremy Mark; TYMOCZKO, John L.; STRYER, Lubert",isbn:"978-85-277-2388-6",edition:0,vbkType:"epub",url:"/books/978-85-277-2388-6",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2388-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cartas aos Estudantes de Medicina",author:"PORTO, Celmo Celeno",isbn:"978-85-277-2433-3",edition:0,vbkType:"epub",url:"/books/978-85-277-2433-3",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2433-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CERTIFICADO DE OPERAÇÕES ESTRUTURADAS (COE): Uma Introdução ao Mercado Brasileiro de Notas Estru",author:"Zenaro, Fábio José de Almeida ",isbn:"9788522488711",edition:0,vbkType:"pbk",url:"/books/9788522488711",coverURL:"//covers.vitalbook.com/vbid/9788522488711/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Concursos - Técnico e anlista : teoria unificada. 1ª Edição.",author:"FIGUEIREDO, Fábio Vieira",isbn:"9788502201767",edition:0,vbkType:"pbk",url:"/books/9788502201767",coverURL:"//covers.vitalbook.com/vbid/9788502201767/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. direito e processo : técnicas de direito processual - Vedação das decisões-surpresa no proc",author:"SOUZA, André Pagani de",isbn:"9788502216167",edition:0,vbkType:"pbk",url:"/books/9788502216167",coverURL:"//covers.vitalbook.com/vbid/9788502216167/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. OAB Nacional : primeira fase - Direito penal, 4. 6ª Edição.",author:"FIGUEIREDO, Fábio Vieira",isbn:"9788502213180",edition:0,vbkType:"pbk",url:"/books/9788502213180",coverURL:"//covers.vitalbook.com/vbid/9788502213180/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Passe em concursos públicos - Direito empresarial: nível superior. 1ª Edição.",author:"SACRAMONE, Marcelo Barbosa",isbn:"9788502211599",edition:0,vbkType:"pbk",url:"/books/9788502211599",coverURL:"//covers.vitalbook.com/vbid/9788502211599/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. passe em concursos públicos - Nível médio. 1ª Edição.",author:"ROCHA, Marcelo Hugo da",isbn:"9788502211537",edition:0,vbkType:"pbk",url:"/books/9788502211537",coverURL:"//covers.vitalbook.com/vbid/9788502211537/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. passe em concursos públicos - Nível superior - Direito Ambiental. 1ª Edição.",author:"NALINI, José Renato",isbn:"9788502211568",edition:0,vbkType:"pbk",url:"/books/9788502211568",coverURL:"//covers.vitalbook.com/vbid/9788502211568/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. passe em concursos públicos - Nível superior: direito civil, volume 1 - Parte geral e especia",author:"GODINHO, Adriano Marteleto",isbn:"9788502211308",edition:0,vbkType:"pbk",url:"/books/9788502211308",coverURL:"//covers.vitalbook.com/vbid/9788502211308/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. passe em concursos públicos - Nível superior: direito civil, volume 2 - Parte especial : dire",author:"GODINHO, Adriano Marteleto",isbn:"9788502213531",edition:0,vbkType:"pbk",url:"/books/9788502213531",coverURL:"//covers.vitalbook.com/vbid/9788502213531/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. passe em concursos públicos - Nível superior: tutela dos interesses difusos, coletivos e indi",author:"Destefenni, Marcos",isbn:"9788502211339",edition:0,vbkType:"pbk",url:"/books/9788502211339",coverURL:"//covers.vitalbook.com/vbid/9788502211339/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Passe em concursos públicos - Questões comentadas : português : nível superior. 1ª Ediçã",author:"TORRES, José Maria C.",isbn:"9788502211681",edition:0,vbkType:"pbk",url:"/books/9788502211681",coverURL:"//covers.vitalbook.com/vbid/9788502211681/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. preparatória para concurso de delegado de polícia - Direito penal: legislação penal especia",author:"SOARES, Fábio Aguiar Munhoz",isbn:"9788502207349",edition:0,vbkType:"pbk",url:"/books/9788502207349",coverURL:"//covers.vitalbook.com/vbid/9788502207349/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. preparatória para concurso de delegado de polícia - Raciocínio lógico e informática. 1ª E",author:"ABDALLA, Samuel Liló",isbn:"9788502207318",edition:0,vbkType:"pbk",url:"/books/9788502207318",coverURL:"//covers.vitalbook.com/vbid/9788502207318/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Sinopses 1 - Direito civil : parte geral. 21ª Edição.",author:"GONÇALVES, Carlos Roberto",isbn:"9788502214125",edition:0,vbkType:"pbk",url:"/books/9788502214125",coverURL:"//covers.vitalbook.com/vbid/9788502214125/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Sinopses Jurídicas, volume 22- Títulos de crédito e contratos mercantis 10ª",author:"GONÇALVES, Victor Eduardo Rios",isbn:"9788502214323",edition:0,vbkType:"pbk",url:"/books/9788502214323",coverURL:"//covers.vitalbook.com/vbid/9788502214323/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção preparatória para concursos jurídicos; v. 9 - Direito do trabalho e processo do trabalho",author:"CREMONESI, André",isbn:"9788502204119",edition:0,vbkType:"pbk",url:"/books/9788502204119",coverURL:"//covers.vitalbook.com/vbid/9788502204119/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários à Lei de sociedades anônimas, 2º volume : artigos 75 a 137. 6ª Edição.",author:"CARVALHOSA, Modesto",isbn:"9788502207721",edition:0,vbkType:"pbk",url:"/books/9788502207721",coverURL:"//covers.vitalbook.com/vbid/9788502207721/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comportamento Organizacional - Cultura e Casos Brasileiros",author:"COSTA, Silvia Generali da",isbn:"978-85-216-2582-7",edition:0,vbkType:"epub",url:"/books/978-85-216-2582-7",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2582-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comportamento Organizacional - Teoria e prática",author:"JOHANN, Sílvio Luiz",isbn:"9788502212435",edition:0,vbkType:"pbk",url:"/books/9788502212435",coverURL:"//covers.vitalbook.com/vbid/9788502212435/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comunicação empresarial: políticas e estratégias",author:"BUENO, Wilson da Costa",isbn:"9788502218888",edition:2,vbkType:"pbk",url:"/books/9788502218888",coverURL:"//covers.vitalbook.com/vbid/9788502218888/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Básica Fácil",author:"RIBEIRO, Osni Moura",isbn:"9788502210905",edition:29,vbkType:"pbk",url:"/books/9788502210905",coverURL:"//covers.vitalbook.com/vbid/9788502210905/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Comercial Fácil",author:"RIBEIRO, Osni Moura",isbn:"9788502212718",edition:18,vbkType:"pbk",url:"/books/9788502212718",coverURL:"//covers.vitalbook.com/vbid/9788502212718/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade do Setor Público, 2ª edição",author:"Rosa, Maria Berenice ",isbn:"9788522479740",edition:0,vbkType:"pbk",url:"/books/9788522479740",coverURL:"//covers.vitalbook.com/vbid/9788522479740/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade para concursos e exame de suficiência - Dos conceitos básicos aos principais temas d",author:"RIBEIRO, Osni Moura; COELHO, Juliana Moura Ribeiro",isbn:"9788502212404",edition:0,vbkType:"pbk",url:"/books/9788502212404",coverURL:"//covers.vitalbook.com/vbid/9788502212404/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade rural: contabilidade agrícola, contabilidade da\npecuária e imposto de renda, 14ª ed",author:"Marion, José Carlos ",isbn:"9788522487622",edition:0,vbkType:"pbk",url:"/books/9788522487622",coverURL:"//covers.vitalbook.com/vbid/9788522487622/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contrato de Fiança",author:"Segalla, Alessandro ",isbn:"9788522480517",edition:0,vbkType:"pbk",url:"/books/9788522480517",coverURL:"//covers.vitalbook.com/vbid/9788522480517/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controle de gestão comportamental: textos e casos",author:"Gomes, Josir Simeone",isbn:"9788522487370",edition:0,vbkType:"pbk",url:"/books/9788522487370",coverURL:"//covers.vitalbook.com/vbid/9788522487370/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Crimes contra o sistema financeiro nacional e contra o mercado de capitais. 3ª Edição.",author:"BITENCOURT, Cezar Roberto",isbn:"9788502207066",edition:0,vbkType:"pbk",url:"/books/9788502207066",coverURL:"//covers.vitalbook.com/vbid/9788502207066/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Arbitragem: Nos Termos da Lei N° 9.307/96",author:"Beraldo, Leonardo de Faria ",isbn:"9788522488797",edition:0,vbkType:"pbk",url:"/books/9788522488797",coverURL:"//covers.vitalbook.com/vbid/9788522488797/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Administrativo, 16ª edição",author:"MOREIRA NETO, Diogo de Figueiredo",isbn:"978-85-309-5372-0",edition:0,vbkType:"epub",url:"/books/978-85-309-5372-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5372-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito do trabalho. 1ª Edição.",author:"MOURA, Marcelo",isbn:"9788502212466",edition:0,vbkType:"pbk",url:"/books/9788502212466",coverURL:"//covers.vitalbook.com/vbid/9788502212466/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso prático de processo administrativo disciplinar e sindicância, 2ª edição",author:"Couto, Reinaldo ",isbn:"9788522485147",edition:0,vbkType:"pbk",url:"/books/9788522485147",coverURL:"//covers.vitalbook.com/vbid/9788522485147/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso sistematizado de direito processual civil : direito processual público, direito processual coletivo, vol. 2, tomo III 4ª",author:"BUENO, Cassio Scarpinella",isbn:"9788502217867",edition:0,vbkType:"pbk",url:"/books/9788502217867",coverURL:"//covers.vitalbook.com/vbid/9788502217867/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso sistematizado de direito processual civil : procedimento comum : ordinário e sumário, vol. 2",author:"BUENO, Cassio Scarpinella",isbn:"9788502221444",edition:0,vbkType:"pbk",url:"/books/9788502221444",coverURL:"//covers.vitalbook.com/vbid/9788502221444/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso sistematizado de direito processual civil : procedimentos especiais do Código de Processo Civ",author:"BUENO, Cassio Scarpinella",isbn:"9788502217898",edition:3,vbkType:"pbk",url:"/books/9788502217898",coverURL:"//covers.vitalbook.com/vbid/9788502217898/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso sistematizado de direito processual civil : teoria geral do direito processual civil, vol. 1",author:"BUENO, Cassio Scarpinella",isbn:"9788502221536",edition:8,vbkType:"pbk",url:"/books/9788502221536",coverURL:"//covers.vitalbook.com/vbid/9788502221536/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso sistematizado de direito processual civil : tutela jurisdicional executiva, v. 3 7ª",author:"BUENO, Cassio Scarpinella",isbn:"9788502218182",edition:0,vbkType:"pbk",url:"/books/9788502218182",coverURL:"//covers.vitalbook.com/vbid/9788502218182/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso sistematizado de direito processual civil, vol. 4 : tutela antecipada, tutela cautelar, proced",author:"BUENO, Cassio Scarpinella",isbn:"9788502217928",edition:0,vbkType:"pbk",url:"/books/9788502217928",coverURL:"//covers.vitalbook.com/vbid/9788502217928/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso sistematizado de direito processual civil, vol. 5 : recursos, processos e incidentes nos tribu",author:"BUENO, Cassio Scarpinella",isbn:"9788502217836",edition:0,vbkType:"pbk",url:"/books/9788502217836",coverURL:"//covers.vitalbook.com/vbid/9788502217836/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito civil : sucessões. 2ª Edição.",author:"LÔBO, Paulo",isbn:"9788502218796",edition:0,vbkType:"pbk",url:"/books/9788502218796",coverURL:"//covers.vitalbook.com/vbid/9788502218796/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito e economia no Brasil, 2ª edição",author:"Timm, Luciano Benetti (Org.)",isbn:"9788522480555",edition:0,vbkType:"pbk",url:"/books/9788522480555",coverURL:"//covers.vitalbook.com/vbid/9788522480555/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito internacional público : curso elementar. 15ª Edição.",author:"REZEK, José Francisco",isbn:"9788502215924",edition:0,vbkType:"pbk",url:"/books/9788502215924",coverURL:"//covers.vitalbook.com/vbid/9788502215924/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito, desigualdade e desenvolvimento. 1ª Edição.",author:"COUTINHO, Diogo R.",isbn:"9788502207981",edition:0,vbkType:"pbk",url:"/books/9788502207981",coverURL:"//covers.vitalbook.com/vbid/9788502207981/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direitos humanos: na ordem jurídica internacional e reflexos na ordem constitucional brasileira, 2ª edição",author:"Guerra, Sidney ",isbn:"9788522486250",edition:0,vbkType:"pbk",url:"/books/9788522486250",coverURL:"//covers.vitalbook.com/vbid/9788522486250/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dolo e direito penal: modernas tendências, 2ª edição",author:"Busato, Paulo César (Org.) ",isbn:"9788522487363",edition:0,vbkType:"pbk",url:"/books/9788522487363",coverURL:"//covers.vitalbook.com/vbid/9788522487363/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Emergências Médicas e Suporte Básico de Vida em Odontologia (Além do Básico)",author:"RIBEIRO, Francisco José Barata",isbn:"978-85-412-0386-9",edition:0,vbkType:"epub",url:"/books/978-85-412-0386-9",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0386-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Empreendedorismo: vocação, capacitação e atuação direcionadas para o plano de negócios",author:"Oliveira, Djalma de Pinho Rebouças de ",isbn:"9788522486748",edition:0,vbkType:"pbk",url:"/books/9788522486748",coverURL:"//covers.vitalbook.com/vbid/9788522486748/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfermagem do Trabalho, 2ª edição",author:"CARVALHO, Geraldo Mota de",isbn:"978-85-277-2380-0",edition:0,vbkType:"epub",url:"/books/978-85-277-2380-0",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2380-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Entendendo as Doenças Cardiovasculares",author:"RAMOS, Salvador",isbn:"9788582710241",edition:1,vbkType:"pbk",url:"/books/9788582710241",coverURL:"//covers.vitalbook.com/vbid/9788582710241/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Equações Diferenciais",author:"ÇENGEL, Yunus A.; PALM III, William J.",isbn:"9788580553499",edition:1,vbkType:"pbk",url:"/books/9788580553499",coverURL:"//covers.vitalbook.com/vbid/9788580553499/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"FINANCIAMENTO ELEITORAL: Perspectiva Comparada",author:"Lorencini, Bruno César ",isbn:"9788522488292",edition:0,vbkType:"pbk",url:"/books/9788522488292",coverURL:"//covers.vitalbook.com/vbid/9788522488292/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fonologia, Fonética e Ortografia Portuguesas",author:"MASIP, Vicente",isbn:"978-85-216-2598-8",edition:0,vbkType:"epub",url:"/books/978-85-216-2598-8",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2598-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos das Técnicas de Avaliação Musculoesquelética, 2ª edição",author:"PALMER, M. Lynn; EPLER, Marcia E.",isbn:"978-85-277-2447-0",edition:0,vbkType:"epub",url:"/books/978-85-277-2447-0",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2447-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"FUNDAMENTOS DE LÓGICA, 2ª edição",author:"Soares, Edvaldo ",isbn:"9788522488377",edition:0,vbkType:"pbk",url:"/books/9788522488377",coverURL:"//covers.vitalbook.com/vbid/9788522488377/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Transferência de Calor e de Massa, 7ª edição",author:"BERGMAN, Theodore L.; LAVINE, Adrienne S.; INCROPERA, Frank P.; DEWITT, David P.",isbn:"978-85-216-2611-4",edition:0,vbkType:"epub",url:"/books/978-85-216-2611-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2611-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gerenciamento de Projetos - Conceitos e Representações",author:"SANTOS, Carlos Fernando da Rocha",isbn:"978-85-216-2604-6",edition:0,vbkType:"epub",url:"/books/978-85-216-2604-6",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2604-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Logística e Cadeia de Suprimentos",author:"GRANT, David B.",isbn:"9788502213685",edition:0,vbkType:"pbk",url:"/books/9788502213685",coverURL:"//covers.vitalbook.com/vbid/9788502213685/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"História Econômica Geral",author:"SAES, Flávio Azevedo Marques de;\nSAES, Alexandre Macchione",isbn:"9788502212565",edition:0,vbkType:"pbk",url:"/books/9788502212565",coverURL:"//covers.vitalbook.com/vbid/9788502212565/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Home Care - Cuidados Domiciliares - Protocolos para a Prática Clínica",author:"BELLEHUMEUR, Cathy",isbn:"978-85-277-2419-7",edition:0,vbkType:"epub",url:"/books/978-85-277-2419-7",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2419-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"IFRS e CPC - Guia de aplicação contábil para contexto brasileiro",author:"OLIVEIRA, Antonio Benedito;\nSIQUEIRA, Dalgi",isbn:"9788502212312",edition:0,vbkType:"pbk",url:"/books/9788502212312",coverURL:"//covers.vitalbook.com/vbid/9788502212312/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Ciência da Gestão: Modelagem e Estudos de Caso com Planilhas Eletrônicas",author:"HILLIER, Frederick S.; HILLIER, Mark S.",isbn:"9788580553376",edition:4,vbkType:"pbk",url:"/books/9788580553376",coverURL:"//covers.vitalbook.com/vbid/9788580553376/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Economia",author:"VASCONCELLOS, Marco Antonio S.",isbn:"9788502146075",edition:0,vbkType:"pbk",url:"/books/9788502146075",coverURL:"//covers.vitalbook.com/vbid/9788502146075/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à história do direito",author:"Bagnoli, Vicente; Barbosa, Susana Mesquita; Oliveira, Cristina Godoy Bernardi de ",isbn:"9788522488261",edition:0,vbkType:"pbk",url:"/books/9788522488261",coverURL:"//covers.vitalbook.com/vbid/9788522488261/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Mecatrônica e aos Sistemas de Medições",author:"ALCIATORE, David G.; HISTAND, Michael B.",isbn:"9788580553413",edition:1,vbkType:"pbk",url:"/books/9788580553413",coverURL:"//covers.vitalbook.com/vbid/9788580553413/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Mecânica dos Fluidos, 8ª edição",author:"FOX, Robert W.; PRITCHARD, Philip J.; McDONALD, Alan T.",isbn:"978-85-216-2584-1",edition:0,vbkType:"epub",url:"/books/978-85-216-2584-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2584-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Pesquisa Operacional",author:"LONGARAY, André Andrade",isbn:"9788502210844",edition:0,vbkType:"pbk",url:"/books/9788502210844",coverURL:"//covers.vitalbook.com/vbid/9788502210844/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Juros no Direito Brasileiro, 5ª edição",author:"SCAVONE Jr., Luiz Antonio",isbn:"978-85-309-5501-4",edition:0,vbkType:"epub",url:"/books/978-85-309-5501-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5501-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manias, pânicos e crises - Uma história das crises financeiras",author:"KINDLEBERGER, Charles P.;\nALIBER, Robert Z.",isbn:"9788502210813",edition:0,vbkType:"pbk",url:"/books/9788502210813",coverURL:"//covers.vitalbook.com/vbid/9788502210813/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Dermatologia Clínica de Sampaio e Rivitti",author:"RIVITTI, Evandro A.",isbn:"9788536702360",edition:1,vbkType:"pbk",url:"/books/9788536702360",coverURL:"//covers.vitalbook.com/vbid/9788536702360/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de direito internacional público, 3ª edição",author:"Malheiro, Emerson Penha ",isbn:"9788522488506",edition:0,vbkType:"pbk",url:"/books/9788522488506",coverURL:"//covers.vitalbook.com/vbid/9788522488506/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de direitos humanos, 3ª edição",author:"Leite, Carlos Henrique Bezerra ",isbn:"9788522488605",edition:0,vbkType:"pbk",url:"/books/9788522488605",coverURL:"//covers.vitalbook.com/vbid/9788522488605/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de gestão - organização, processos e práticas de liderança",author:"BURMESTER, Haino",isbn:"9788502162624",edition:0,vbkType:"pbk",url:"/books/9788502162624",coverURL:"//covers.vitalbook.com/vbid/9788502162624/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"MANUAL DO MANDADO DE SEGURANÇA, 2ª edição",author:"Câmara, Alexandre Freitas ",isbn:"9788522488544",edition:0,vbkType:"pbk",url:"/books/9788522488544",coverURL:"//covers.vitalbook.com/vbid/9788522488544/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual Prático de Recepção Hoteleira, 2ª edição",author:"Di MURO, Luis",isbn:"978-85-412-0396-8",edition:0,vbkType:"epub",url:"/books/978-85-412-0396-8",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0396-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing",author:"TYBOUT, Alice M.",isbn:"9788502213623",edition:0,vbkType:"pbk",url:"/books/9788502213623",coverURL:"//covers.vitalbook.com/vbid/9788502213623/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing futebol clube",author:"Zenone, Luiz Claudio ",isbn:"9788522488285",edition:0,vbkType:"pbk",url:"/books/9788522488285",coverURL:"//covers.vitalbook.com/vbid/9788522488285/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática financeira - Aplicada a produtos financeiros e à análise de investimentos",author:"CAMARGOS, Marcos Antônio de ",isbn:"9788502207615",edition:0,vbkType:"pbk",url:"/books/9788502207615",coverURL:"//covers.vitalbook.com/vbid/9788502207615/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática Financeira Descomplicada: para os Cursos de Economia, Administração e Contabilidade",author:"Oliveira, Gustavo Faria de ",isbn:"9788522479863",edition:0,vbkType:"pbk",url:"/books/9788522479863",coverURL:"//covers.vitalbook.com/vbid/9788522479863/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática para Processos Industriais: Série Tekne",author:"DE LIMA, Diana Maia",isbn:"9788582600214",edition:1,vbkType:"pbk",url:"/books/9788582600214",coverURL:"//covers.vitalbook.com/vbid/9788582600214/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"MdS | Manual de Sobrevivência para Nutrição Clínica",author:"WIDTH, Mary; REINHARD, Tonia",isbn:"978-85-277-2427-2",edition:0,vbkType:"epub",url:"/books/978-85-277-2427-2",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2427-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mecanismos das Doenças em Cirurgia de Pequenos Animais, 3ª edição",author:"BOJRAB, M. Joseph; MONNET, Eric (eds.)",isbn:"978-85-412-0404-0",edition:0,vbkType:"epub",url:"/books/978-85-412-0404-0",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0404-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mercado de câmbio e operações de Trade Finance, 2ª edição",author:"Radicchi, Caio ",isbn:"9788522485628",edition:0,vbkType:"pbk",url:"/books/9788522485628",coverURL:"//covers.vitalbook.com/vbid/9788522485628/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Metodologia do pensamento econômico: o modo de fazer ciência dos economistas",author:"Barbieri, Fabio; Feijó, Ricardo Luis Chaves ",isbn:"9788522487387",edition:0,vbkType:"pbk",url:"/books/9788522487387",coverURL:"//covers.vitalbook.com/vbid/9788522487387/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Modelagem Plana para Moda Feminina",author:"ALDRICH, Winifred",isbn:"9788582601754",edition:5,vbkType:"pbk",url:"/books/9788582601754",coverURL:"//covers.vitalbook.com/vbid/9788582601754/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Neuroanatomia Essencial",author:"MARTINEZ, Ana; ALLODI, Silvana; UZIEL, Daniela",isbn:"978-85-277-2396-1",edition:0,vbkType:"epub",url:"/books/978-85-277-2396-1",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2396-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Desenvolvimento da Criança: Do Nascimento à Adolescência",author:"MARTORELL, Gabriela",isbn:"9788580553451",edition:1,vbkType:"pbk",url:"/books/9788580553451",coverURL:"//covers.vitalbook.com/vbid/9788580553451/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Essencial em Biometria - Uma Resposta Apropriada para cada Caso",author:"CABALLERO, Juan Carlos Sánchez; CENTURION, Virgílio",isbn:"978-85-7006-613-8",edition:0,vbkType:"epub",url:"/books/978-85-7006-613-8",coverURL:"//covers.vitalbook.com/vbid/978-85-7006-613-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O neoconstitucionalismo e o fim do estado de direito 1ª",author:"GALVÃO, Jorge Octávio Lavocat",isbn:"9788502215252",edition:0,vbkType:"pbk",url:"/books/9788502215252",coverURL:"//covers.vitalbook.com/vbid/9788502215252/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O poder constituinte. 6ª Edição.",author:"FERREIRA FILHO, Manoel Gonçalves",isbn:"9788502222793",edition:0,vbkType:"pbk",url:"/books/9788502222793",coverURL:"//covers.vitalbook.com/vbid/9788502222793/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Os Anos do Colapso: O Estouro da Crise Econômica Mundial",author:"MÜNCHAU, Wolfgang",isbn:"9788582601815",edition:1,vbkType:"pbk",url:"/books/9788582601815",coverURL:"//covers.vitalbook.com/vbid/9788582601815/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Procedimentos de Enfermagem Pediátrica, 3ª edição",author:"BOWDEN, Vicky R.; GREENBERG, Cindy Smith",isbn:"978-85-277-2423-4",edition:0,vbkType:"epub",url:"/books/978-85-277-2423-4",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2423-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processo de Decisão nas Organizações: Construindo Modelos de Decisão Multicritério",author:"Almeida, Adiel Teixeira de ",isbn:"9788522481491",edition:0,vbkType:"pbk",url:"/books/9788522481491",coverURL:"//covers.vitalbook.com/vbid/9788522481491/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia Social",author:"MYERS, David G.",isbn:"9788580553390",edition:10,vbkType:"pbk",url:"/books/9788580553390",coverURL:"//covers.vitalbook.com/vbid/9788580553390/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Punitive damages: tort liability from a civil law perspective",author:"Rosenvald, Nelson ",isbn:"9788522488452",edition:0,vbkType:"pbk",url:"/books/9788522488452",coverURL:"//covers.vitalbook.com/vbid/9788522488452/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Q & R - Questões e Respostas - Fisioterapia, 2ª edição",author:"REIS, Liana Antonucci",isbn:"978-85-277-2455-5",edition:0,vbkType:"epub",url:"/books/978-85-277-2455-5",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2455-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Raven | Biologia Vegetal, 8ª edição",author:"EVERT, Ray F.; EICHHORN, Susan E.; VIEIRA, Claudia M.",isbn:"978-85-277-2384-8",edition:0,vbkType:"epub",url:"/books/978-85-277-2384-8",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2384-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Recurso ordinário constitucional em processo civil",author:"Souza Neto, José Eugenio do Amaral ",isbn:"9788522487714",edition:0,vbkType:"pbk",url:"/books/9788522487714",coverURL:"//covers.vitalbook.com/vbid/9788522487714/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Recursos Humanos - Estratégia e Gestão de Pessoas na Sociedade Global",author:"MAXIMIANO, Antonio Cesar Amaru",isbn:"978-85-216-2593-3",edition:0,vbkType:"epub",url:"/books/978-85-216-2593-3",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2593-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ressignificando a Deficiência: Da Abordagem Social às Práticas Inclusivas na Escola",author:"VALLE, Jan W.; CONNOR, David J.",isbn:"9788580553437",edition:1,vbkType:"pbk",url:"/books/9788580553437",coverURL:"//covers.vitalbook.com/vbid/9788580553437/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série de Oftalmologia Brasileira - Anatomia do Aparelho Visual, 3ª edição",author:"CBO",isbn:"978-85-7006-629-9",edition:0,vbkType:"pbk",url:"/books/978-85-7006-629-9",coverURL:"//covers.vitalbook.com/vbid/978-85-7006-629-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série de Oftalmologia Brasileira - Óptica, Refração e Visão Subnormal, 3ª edição",author:"CBO",isbn:"978-85-7006-633-6",edition:0,vbkType:"pbk",url:"/books/978-85-7006-633-6",coverURL:"//covers.vitalbook.com/vbid/978-85-7006-633-6/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série de Oftalmologia Brasileira - Órbita, Sistema Lacrimal e Oculoplástica, 3ª edição",author:"CBO",isbn:"978-85-7006-635-0",edition:0,vbkType:"pbk",url:"/books/978-85-7006-635-0",coverURL:"//covers.vitalbook.com/vbid/978-85-7006-635-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série de Oftalmologia Brasileira - Banco de Olhos, Transplante de Córnea, 3ª edição",author:"CBO",isbn:"978-85-700-6639-8",edition:0,vbkType:"pbk",url:"/books/978-85-700-6639-8",coverURL:"//covers.vitalbook.com/vbid/978-85-700-6639-8/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série de Oftalmologia Brasileira - Embriologia, Genética e Malformações do Aparelho Visual, 3ª ",author:"CBO",isbn:"978-85-7006-631-2",edition:0,vbkType:"pbk",url:"/books/978-85-7006-631-2",coverURL:"//covers.vitalbook.com/vbid/978-85-7006-631-2/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série de Oftalmologia Brasileira - Fisiologia, Farmacologia e Patologia Ocular, 3ª edição",author:"CBO",isbn:"978-85-7006-627-5",edition:0,vbkType:"pbk",url:"/books/978-85-7006-627-5",coverURL:"//covers.vitalbook.com/vbid/978-85-7006-627-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série de Oftalmologia Brasileira - Lente de Contato, 3ª edição",author:"CBO",isbn:"978-85-7006-637-4",edition:0,vbkType:"pbk",url:"/books/978-85-7006-637-4",coverURL:"//covers.vitalbook.com/vbid/978-85-7006-637-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Criminologia feminista : novos paradigmas. 1ª Edição.",author:"MENDES, Soraia da Rosa",isbn:"9788502207141",edition:0,vbkType:"pbk",url:"/books/9788502207141",coverURL:"//covers.vitalbook.com/vbid/9788502207141/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Diálogos entre o direito do trabalho e o direito constitucional : estudos em homenagem",author:"SARLET, Ingo Wolfgang",isbn:"9788502212282",edition:0,vbkType:"pbk",url:"/books/9788502212282",coverURL:"//covers.vitalbook.com/vbid/9788502212282/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Semiologia - Bases para a Prática Assistencial",author:"ANDRIS, Deborah A.",isbn:"978-85-277-2421-0",edition:0,vbkType:"epub",url:"/books/978-85-277-2421-0",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2421-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sequestro internacional de crianças: comentários à Convenção da Haia de 1980",author:"Tiburcio, Carmen; Calmon, Guilherme",isbn:"9788522487967",edition:0,vbkType:"pbk",url:"/books/9788522487967",coverURL:"//covers.vitalbook.com/vbid/9788522487967/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas de Controle Automático",author:"CARVALHO, J. L. Martins de ",isbn:"978-85-216-2354-0",edition:0,vbkType:"epub",url:"/books/978-85-216-2354-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2354-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sociologia",author:"CHARON, Joel M.;\nVIGILANT, Lee Garth\n",isbn:"9788502175563",edition:2,vbkType:"pbk",url:"/books/9788502175563",coverURL:"//covers.vitalbook.com/vbid/9788502175563/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria Da Contabilidade, 3ª edição",author:"Niyama, Jorge Katsumi ; Silva, César Augusto Tibúrcio ",isbn:"9788522480593",edition:0,vbkType:"pbk",url:"/books/9788522480593",coverURL:"//covers.vitalbook.com/vbid/9788522480593/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria do fato jurídico : plano da existência",author:"MELLO, Marcos Bernardes de",isbn:"9788502219267",edition:20,vbkType:"pbk",url:"/books/9788502219267",coverURL:"//covers.vitalbook.com/vbid/9788502219267/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria geral do delito e da imputação objetiva, 3ª edição",author:"Callegari, André Luís ",isbn:"9788522488810",edition:0,vbkType:"pbk",url:"/books/9788522488810",coverURL:"//covers.vitalbook.com/vbid/9788522488810/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria geral dos contratos típicos e atípicos, 3ª edição",author:"Azevedo, Álvaro Villaça ",isbn:"9788522481743",edition:0,vbkType:"pbk",url:"/books/9788522481743",coverURL:"//covers.vitalbook.com/vbid/9788522481743/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria geral dos direitos fundamentais: revista, atualizada e ampliada, 5ª edição",author:"Dimoulis, Dimitri; Martins, Leonardo ",isbn:"9788522487226",edition:0,vbkType:"pbk",url:"/books/9788522487226",coverURL:"//covers.vitalbook.com/vbid/9788522487226/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria jurídica da arbitragem internacional",author:"Gaillard, Emmanuel ",isbn:"9788522484096",edition:0,vbkType:"pbk",url:"/books/9788522484096",coverURL:"//covers.vitalbook.com/vbid/9788522484096/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Terapia Intravenosa - Série Práxis",author:"BANTON, Jane; BRADY, Cheryl; O’KELLEY, Sharon D.",isbn:"978-85-277-2460-9",edition:0,vbkType:"epub",url:"/books/978-85-277-2460-9",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2460-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"The Washington Manual | Manual de Terapêutica Clínica, 33ª edição",author:"FOSTER, Corey; MISTRY, Neville F.; PEDDI, Parvin F.; HARMA, Shivak",isbn:"978-85-277-2464-7",edition:0,vbkType:"epub",url:"/books/978-85-277-2464-7",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2464-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tomografia Computadorizada por Feixe Cônico - Interpretação e Diagnóstico para o Cirurgião-Dent",author:"CAVALCANTI, Marcelo",isbn:"978-85-412-0380-7",edition:0,vbkType:"epub",url:"/books/978-85-412-0380-7",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0380-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Uma Receita de Previdência e Finanças para seu Projeto de Vida",author:"Follador, Renato ",isbn:"9788522479788",edition:0,vbkType:"pbk",url:"/books/9788522479788",coverURL:"//covers.vitalbook.com/vbid/9788522479788/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Vendas: O Guia Completo",author:"FUTRELL, Charles M.",isbn:"9788580553475",edition:12,vbkType:"pbk",url:"/books/9788580553475",coverURL:"//covers.vitalbook.com/vbid/9788580553475/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:18.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"1000 Perguntas e Respostas em Otorrinolaringologia",author:"ABORL",isbn:"978-85-412-0343-2",edition:0,vbkType:"epub",url:"/books/978-85-412-0343-2",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0343-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"30 Projetos com Arduino",author:"MONK, Simon",isbn:"9788582601631",edition:2,vbkType:"pbk",url:"/books/9788582601631",coverURL:"//covers.vitalbook.com/vbid/9788582601631/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A análise econômica do direito e a regulação do mercado de capitais",author:"Jakobi, Karin Bergit ; Ribeiro, Marcia Carla Pereira ",isbn:"9788522487721",edition:0,vbkType:"pbk",url:"/books/9788522487721",coverURL:"//covers.vitalbook.com/vbid/9788522487721/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A constitucionalização do processo: o modelo constitucional da justiça brasileira e as relações",author:"Zaneti Júnior, Hermes ",isbn:"9788522485680",edition:0,vbkType:"pbk",url:"/books/9788522485680",coverURL:"//covers.vitalbook.com/vbid/9788522485680/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A nova contabilidade social: uma introdução à macroeconomia - 4ª edição",author:"PAULANI, Leda Maria",isbn:"978850193840",edition:0,vbkType:"pbk",url:"/books/978850193840",coverURL:"//covers.vitalbook.com/vbid/978850193840/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Acionamentos Elétricos",author:"FRANCHI, Claiton Moro",isbn:"9788536505602",edition:4,vbkType:"pbk",url:"/books/9788536505602",coverURL:"//covers.vitalbook.com/vbid/9788536505602/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração - Série Processos Gerenciais, 1ª edição",author:"MARCOUSÉ, Ian",isbn:"9788502204911",edition:0,vbkType:"pbk",url:"/books/9788502204911",coverURL:"//covers.vitalbook.com/vbid/9788502204911/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração da Produção- Série Fácil - 1ª edição",author:"MARTINS, Petrônio G. ",isbn:"9788502183551",edition:1,vbkType:"pbk",url:"/books/9788502183551",coverURL:"//covers.vitalbook.com/vbid/9788502183551/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração de processos: conceitos, metodologias, práticas, 5ª edição",author:"Oliveira, Djalma de Pinho Rebouças de ",isbn:"9788522485321",edition:0,vbkType:"pbk",url:"/books/9788522485321",coverURL:"//covers.vitalbook.com/vbid/9788522485321/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração de Serviços: Operações, Estratégia e Tecnologia da Informação",author:"FITZSIMMONS, James A.; FITZSIMMONS, Mona J. ",isbn:"9788580553291",edition:7,vbkType:"pbk",url:"/books/9788580553291",coverURL:"//covers.vitalbook.com/vbid/9788580553291/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Algoritmos e Programação em Linguagem C, 1ª edição",author:"SOFFNER, Renato",isbn:"9788502207530",edition:0,vbkType:"pbk",url:"/books/9788502207530",coverURL:"//covers.vitalbook.com/vbid/9788502207530/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Almoxarifado e Gestão de Estoques - Do recebimento, guarda e expedição à distribuição do estoq",author:"PAOLESCHI, Bruno",isbn:"9788536505114",edition:2,vbkType:"pbk",url:"/books/9788536505114",coverURL:"//covers.vitalbook.com/vbid/9788536505114/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"ANÁLISE DE INVESTIMENTOS E CAPITAL DE GIRO - 2ª Edição",author:"LUIZ GUILHERME BROM",isbn:"9788502088505",edition:2,vbkType:"pbk",url:"/books/9788502088505",coverURL:"//covers.vitalbook.com/vbid/9788502088505/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Análise para Administração Financeira",author:"HIGGINS, Robert C.",isbn:"9788580553208",edition:10,vbkType:"pbk",url:"/books/9788580553208",coverURL:"//covers.vitalbook.com/vbid/9788580553208/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Avaliação Nutricional na Prática Clínica",author:"MUSSOI, Thiago Durand",isbn:"978-85-277-2378-7",edition:0,vbkType:"epub",url:"/books/978-85-277-2378-7",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2378-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ética nas Empresas",author:"PINEDA, Eduardo S.; José MARROQUÍN, Antonio C.",isbn:"9788563308887",edition:1,vbkType:"pbk",url:"/books/9788563308887",coverURL:"//covers.vitalbook.com/vbid/9788563308887/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Biblioteca: Conhecimentos e Práticas - Série Tekne",author:"ESTABEL, Lizandra B.; MORO, Eliane Lourdes da S.",isbn:"9788565848862",edition:1,vbkType:"pbk",url:"/books/9788565848862",coverURL:"//covers.vitalbook.com/vbid/9788565848862/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Biologia Molecular Básica",author:"ZAHA, Arnaldo; FERREIRA, Henrique Bunselmeyer; PASSAGLIA, Luciane M. P.",isbn:"9788582710586",edition:5,vbkType:"pbk",url:"/books/9788582710586",coverURL:"//covers.vitalbook.com/vbid/9788582710586/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Casos Clínicos em Medicina de Emergência",author:"TOY, Eugene C.",isbn:"9788580553222",edition:3,vbkType:"pbk",url:"/books/9788580553222",coverURL:"//covers.vitalbook.com/vbid/9788580553222/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cálculo em uma variável - 1ª edição",author:"COELHO, Flávio Ulhoa",isbn:"9788502199774",edition:0,vbkType:"pbk",url:"/books/9788502199774",coverURL:"//covers.vitalbook.com/vbid/9788502199774/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. passe em concursos públicos - Questões comentadas : português : nível médio 1ª",author:"TORRES, José Maria C.",isbn:"9788502213333",edition:0,vbkType:"pbk",url:"/books/9788502213333",coverURL:"//covers.vitalbook.com/vbid/9788502213333/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Saberes do direito, volume 56 - Previdenciário II 1ª",author:"BIAGI, Jarbas",isbn:"9788502207752",edition:0,vbkType:"pbk",url:"/books/9788502207752",coverURL:"//covers.vitalbook.com/vbid/9788502207752/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Sinopses Jurídicas, volume 23 - Direito falimentar 7ª",author:"GONÇALVES, Maria Gabriela Venturoti Perrotta Rios",isbn:"9788502214286",edition:0,vbkType:"pbk",url:"/books/9788502214286",coverURL:"//covers.vitalbook.com/vbid/9788502214286/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários à lei da ficha limpa",author:"\nPinto, Djalma; Petersen, Elke Braid ",isbn:"9788522483914",edition:0,vbkType:"pbk",url:"/books/9788522483914",coverURL:"//covers.vitalbook.com/vbid/9788522483914/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários à Lei de Organização Criminosa : Lei n. 12.850/13, 1ª edição.",author:"GRECO Filho, Vicente",isbn:"9788502217805",edition:0,vbkType:"pbk",url:"/books/9788502217805",coverURL:"//covers.vitalbook.com/vbid/9788502217805/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Competência Analítica, 1ª edição",author:"KUGLER, José Luiz Carlos",isbn:"9788502197589",edition:0,vbkType:"pbk",url:"/books/9788502197589",coverURL:"//covers.vitalbook.com/vbid/9788502197589/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comportamento organizacional - Série Fácil, 1ª edição",author:"LACOMBE, Francisco José Masset",isbn:"9788502183575",edition:1,vbkType:"pbk",url:"/books/9788502183575",coverURL:"//covers.vitalbook.com/vbid/9788502183575/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comportamento Organizacional: O Comportamento Humano no Trabalho",author:"NEWSTROM, John W.",isbn:"9788563308870",edition:12,vbkType:"pbk",url:"/books/9788563308870",coverURL:"//covers.vitalbook.com/vbid/9788563308870/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comunicação Empresarial na Prática, 3ª Edição",author:"TERCIOTTI, Sandra Helena",isbn:"9788502193994",edition:0,vbkType:"pbk",url:"/books/9788502193994",coverURL:"//covers.vitalbook.com/vbid/9788502193994/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comunicação empresarial, 4ª edição",author:"Tomasi, Carolina; Medeiros, João Bosco ",isbn:"9788522487677",edition:0,vbkType:"pbk",url:"/books/9788522487677",coverURL:"//covers.vitalbook.com/vbid/9788522487677/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comunicação Pública - 1ª edição",author:"HASWANI, Mariângela Furlan ",isbn:"9788502199750",edition:0,vbkType:"pbk",url:"/books/9788502199750",coverURL:"//covers.vitalbook.com/vbid/9788502199750/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade - Teoria e Prática Básicas, 4ª Edição",author:"GRECO, Alvísio",isbn:"9788502206328",edition:0,vbkType:"pbk",url:"/books/9788502206328",coverURL:"//covers.vitalbook.com/vbid/9788502206328/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Básica, 16ª edição",author:"VICECONTI, Paulo",isbn:"9788502194601",edition:0,vbkType:"pbk",url:"/books/9788502194601",coverURL:"//covers.vitalbook.com/vbid/9788502194601/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Básica, 3ª edição",author:"RIBEIRO, Osni Moura",isbn:"9788502206731",edition:0,vbkType:"pbk",url:"/books/9788502206731",coverURL:"//covers.vitalbook.com/vbid/9788502206731/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade de Custos Fácil - 8ª edição",author:"RIBEIRO, Osni Moura",isbn:"9788502202092",edition:0,vbkType:"pbk",url:"/books/9788502202092",coverURL:"//covers.vitalbook.com/vbid/9788502202092/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Fundamental, 4ª Edição",author:"RIBEIRO, Osni Moura",isbn:"9788502199736",edition:0,vbkType:"pbk",url:"/books/9788502199736",coverURL:"//covers.vitalbook.com/vbid/9788502199736/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Geral Simplificada - Demonstrações Financeiras Após Alterações na Lei das SAS. E ",author:"CHAGAS, Gilson",isbn:"9788502204737",edition:0,vbkType:"pbk",url:"/books/9788502204737",coverURL:"//covers.vitalbook.com/vbid/9788502204737/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade intermediária e avançada para concursos, 1ª edição",author:"CASAGRANDE, Miguel Ângelo",isbn:"9788502206649",edition:0,vbkType:"pbk",url:"/books/9788502206649",coverURL:"//covers.vitalbook.com/vbid/9788502206649/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Tributária, 4ª Edição",author:"OLIVEIRA, Gustavo Pedro de",isbn:"9788502204621",edition:0,vbkType:"pbk",url:"/books/9788502204621",coverURL:"//covers.vitalbook.com/vbid/9788502204621/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Criação de valor compartilhado",author:"Morais Neto, Siqueira de; Pereira, Maurício Fernandes ",isbn:"9788522485864",edition:0,vbkType:"pbk",url:"/books/9788522485864",coverURL:"//covers.vitalbook.com/vbid/9788522485864/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso básico de contabilidade, 7ª edição",author:"Crepaldi, Silvio Aparecido ",isbn:"9788522481057",edition:0,vbkType:"pbk",url:"/books/9788522481057",coverURL:"//covers.vitalbook.com/vbid/9788522481057/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de administração financeira e orçamento: princípios e aplicações",author:"Souza, Acilon Batista de ",isbn:"9788522485642",edition:0,vbkType:"pbk",url:"/books/9788522485642",coverURL:"//covers.vitalbook.com/vbid/9788522485642/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de administração financeira, 3ª edição",author:"Assaf Neto, Alexandre; Lima, Fabiano Guasti ",isbn:"9788522485185",edition:0,vbkType:"pbk",url:"/books/9788522485185",coverURL:"//covers.vitalbook.com/vbid/9788522485185/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de contabilidade intermediária em IFRS e CPC",author:"Almeida, Marcelo Cavalcanti ",isbn:"9788522487066",edition:0,vbkType:"pbk",url:"/books/9788522487066",coverURL:"//covers.vitalbook.com/vbid/9788522487066/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de contabilidade introdutória em IFRS e CPC",author:"Almeida, Marcelo Cavalcanti ",isbn:"9788522485901",edition:0,vbkType:"pbk",url:"/books/9788522485901",coverURL:"//covers.vitalbook.com/vbid/9788522485901/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de contabilidade para não contadores: para as áreas de administração, economia, direito, ",author:"\n\n\n\nIudícibus, Sérgio de; Marion, José Carlos; Lopes, Christianne Calado V. de Melo ",isbn:"9788522488889",edition:0,vbkType:"pbk",url:"/books/9788522488889",coverURL:"//covers.vitalbook.com/vbid/9788522488889/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de Direito Constitucional, 8ª edição",author:"AGRA, Walber de Moura",isbn:"978-85-309-5451-2",edition:0,vbkType:"epub",url:"/books/978-85-309-5451-2",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5451-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de processo penal, 6ª edição",author:"Machado, Antônio Alberto ",isbn:"9788522486687",edition:0,vbkType:"pbk",url:"/books/9788522486687",coverURL:"//covers.vitalbook.com/vbid/9788522486687/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"De Robertis | Biologia Celular e Molecular, 16ª edição",author:"De ROBERTIS, Edward M.; HIB, José",isbn:"978-85-277-2386-2",edition:0,vbkType:"epub",url:"/books/978-85-277-2386-2",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2386-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Decisões de Marketing (Coleção de Marketing v. 2), 3ª edição",author:"GIOIA, Ricardo M.",isbn:"9788502207554",edition:0,vbkType:"pbk",url:"/books/9788502207554",coverURL:"//covers.vitalbook.com/vbid/9788502207554/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Design de loja e merchandising visual, 1ª Edição",author:"MALHOTRA, Naresh",isbn:"9788502210394",edition:0,vbkType:"pbk",url:"/books/9788502210394",coverURL:"//covers.vitalbook.com/vbid/9788502210394/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Diagnóstico Psicanalítico: Entendendo a Estrutura da Personalidade no Processo Clínico",author:"McWILLIAMS, Nancy",isbn:"9788565852982",edition:2,vbkType:"pbk",url:"/books/9788565852982",coverURL:"//covers.vitalbook.com/vbid/9788565852982/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito administrativo, 2ª edição",author:"Pires, Antonio Cecilio Moreira ",isbn:"9788522483839",edition:0,vbkType:"pbk",url:"/books/9788522483839",coverURL:"//covers.vitalbook.com/vbid/9788522483839/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito Constitucional, 4ª edição",author:"PADILHA, Rodrigo",isbn:"978-85-309-5380-5",edition:0,vbkType:"epub",url:"/books/978-85-309-5380-5",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5380-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito do consumidor para concursos, 1ª Edição.",author:"PINTO, Cristiano Vieira Sobral",isbn:"9788502210745",edition:0,vbkType:"pbk",url:"/books/9788502210745",coverURL:"//covers.vitalbook.com/vbid/9788502210745/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito e Administração Pública: Estudos Em Homenagem a Maria Sylvia Zanella Di Pietro",author:"Marques Neto, Floriano de Azevedo; Almeida, Fernando Dias Menezes de; Nohara, Irene Patrícia et al.",isbn:"9788522482016",edition:0,vbkType:"pbk",url:"/books/9788522482016",coverURL:"//covers.vitalbook.com/vbid/9788522482016/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito financeiro e tributário comparado: estudos em homenagem a Eusebio González García 1ª\n(in",author:"MARTINS, Ives Gandra Silva",isbn:"9788502208988",edition:0,vbkType:"pbk",url:"/books/9788502208988",coverURL:"//covers.vitalbook.com/vbid/9788502208988/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direitos da infância , juventude, idoso e pessoas com deficiência",author:"Cavalcanti, Ana Elizabeth Lapa Wanderley; Leite, Flávia Piva Almeida; Lisboa, Roberto Senise (Coord",isbn:"9788522486021",edition:0,vbkType:"pbk",url:"/books/9788522486021",coverURL:"//covers.vitalbook.com/vbid/9788522486021/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Economia Brasileira, 5ª Edição",author:"LACERDA, Antônio Corrêa de",isbn:"9788502200531",edition:0,vbkType:"pbk",url:"/books/9788502200531",coverURL:"//covers.vitalbook.com/vbid/9788502200531/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educar: A (r)evolução digital na educação, 1ª Edição",author:"GABRIEL, Martha",isbn:"9788502204881",edition:0,vbkType:"pbk",url:"/books/9788502204881",coverURL:"//covers.vitalbook.com/vbid/9788502204881/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Elaboração de pesquisa científica, 1ª edição",author:"DE SORDI, José Osvaldo",isbn:"9788502210332",edition:0,vbkType:"pbk",url:"/books/9788502210332",coverURL:"//covers.vitalbook.com/vbid/9788502210332/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Empreendedorismo",author:"HISRICH, Robert D.; PETERS, Michael P.; SHEPERD, Dean A.",isbn:"9788580553338",edition:9,vbkType:"pbk",url:"/books/9788580553338",coverURL:"//covers.vitalbook.com/vbid/9788580553338/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Energia e Relações Internacionais - Coleção Relações Internacionais, vol. 2 - 1ª edição",author:"FUSER, Igor",isbn:"9788502200500",edition:0,vbkType:"pbk",url:"/books/9788502200500",coverURL:"//covers.vitalbook.com/vbid/9788502200500/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Enfermagem Psiquiátrica - Conceitos de Cuidados na Prática Baseada em Evidências, 7ª edição",author:"TOWNSEND, Mary C.",isbn:"978-85-277-2390-9",edition:0,vbkType:"epub",url:"/books/978-85-277-2390-9",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2390-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Espírito empreendedor nas organizações, 3ª edição",author:"HASHIMOTO, Marcos",isbn:"9788502210363",edition:0,vbkType:"pbk",url:"/books/9788502210363",coverURL:"//covers.vitalbook.com/vbid/9788502210363/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estatística e introdução à econometria - 2ª edição",author:"SARTORIS, Alexandre",isbn:"9788502199835",edition:0,vbkType:"pbk",url:"/books/9788502199835",coverURL:"//covers.vitalbook.com/vbid/9788502199835/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estratégia e Sucesso nas Empresas - 2ª edição",author:"ZACCARELLI, Sérgio B.",isbn:"9788502194632",edition:0,vbkType:"pbk",url:"/books/9788502194632",coverURL:"//covers.vitalbook.com/vbid/9788502194632/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estrutura organizacional: uma abordagem para resultados e competitividade, 3ª edição",author:"Oliveira, Djalma de Pinho Rebouças de ",isbn:"9788522485888",edition:0,vbkType:"pbk",url:"/books/9788522485888",coverURL:"//covers.vitalbook.com/vbid/9788522485888/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Finanças - Série Processos Gerenciais 1ª edição",author:"MARCOUSÉ, Ian",isbn:"9788502199811",edition:0,vbkType:"pbk",url:"/books/9788502199811",coverURL:"//covers.vitalbook.com/vbid/9788502199811/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Finanças pessoais para todas as idades: um guia prático",author:"Santos, José Odálio dos ",isbn:"9788522485741",edition:0,vbkType:"pbk",url:"/books/9788522485741",coverURL:"//covers.vitalbook.com/vbid/9788522485741/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fotografia - Teoria e Prática - 1ª edição",author:"PALACIN, Vitché",isbn:"9788502175327",edition:1,vbkType:"pbk",url:"/books/9788502175327",coverURL:"//covers.vitalbook.com/vbid/9788502175327/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de gestão - 1ª edição",author:"ROBBINS, Stephen P.",isbn:"9788502193918",edition:0,vbkType:"pbk",url:"/books/9788502193918",coverURL:"//covers.vitalbook.com/vbid/9788502193918/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Marketing: conceitos básicos - Coleção de Marketing, vol. 1 - 3ª edição",author:"GIOIA, Ricardo M.",isbn:"9788502205741",edition:0,vbkType:"pbk",url:"/books/9788502205741",coverURL:"//covers.vitalbook.com/vbid/9788502205741/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Programação: Algoritmos, estruturas de dados e objetos",author:"AGUILAR, Luis Joyanes",isbn:"9788580550146",edition:3,vbkType:"pbk",url:"/books/9788580550146",coverURL:"//covers.vitalbook.com/vbid/9788580550146/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão da Qualidade Hospitalar - Série Gestão Estratégica de Saúde- 1ª edição",author:"BURMESTER, Haino",isbn:"9788502201897",edition:0,vbkType:"pbk",url:"/books/9788502201897",coverURL:"//covers.vitalbook.com/vbid/9788502201897/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de operações - Série Processos Gerenciais - 1ª Edição",author:"MARCOUSÉ, Ian",isbn:"9788502204072",edition:0,vbkType:"pbk",url:"/books/9788502204072",coverURL:"//covers.vitalbook.com/vbid/9788502204072/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de pessoas nas organizações: o talento humano na sociedade da informação",author:"Barbieri, Ugo Franco ",isbn:"9788522485369",edition:0,vbkType:"pbk",url:"/books/9788522485369",coverURL:"//covers.vitalbook.com/vbid/9788522485369/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de produção e logística - 1ª edição",author:"LUDOVICO, Nelson",isbn:"9788502201958",edition:0,vbkType:"pbk",url:"/books/9788502201958",coverURL:"//covers.vitalbook.com/vbid/9788502201958/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão e Controle do Patrimônio - A Contabilidade Prática - 1ª edição",author:"RIBEIRO, Osiris Mendes / LACOMBE, Francisco José Masset",isbn:"9788502199798",edition:0,vbkType:"pbk",url:"/books/9788502199798",coverURL:"//covers.vitalbook.com/vbid/9788502199798/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de Materiais e Equipamentos Hospitalares - Série Gestão Estratégica da Saúde - 1ª edição",author:"BURMESTER, Haino",isbn:"9788502199613",edition:0,vbkType:"pbk",url:"/books/9788502199613",coverURL:"//covers.vitalbook.com/vbid/9788502199613/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Governança corporativa na educação superior - Coleção Gestão Universitária na Prática - 1ª ",author:"POLIZEL, Caio",isbn:"9788502202054",edition:0,vbkType:"pbk",url:"/books/9788502202054",coverURL:"//covers.vitalbook.com/vbid/9788502202054/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"História do pensamento em Marketing - HPM",author:"Ajzental, Alberto",isbn:"9788502102422",edition:1,vbkType:"pbk",url:"/books/9788502102422",coverURL:"//covers.vitalbook.com/vbid/9788502102422/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Imunobiologia de Janeway",author:"MURPHY, Kenneth",isbn:"9788582710401",edition:8,vbkType:"pbk",url:"/books/9788582710401",coverURL:"//covers.vitalbook.com/vbid/9788582710401/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Inovar para competir (V. 22)",author:"Zogbi , Edson ",isbn:"9788522487172",edition:0,vbkType:"pbk",url:"/books/9788522487172",coverURL:"//covers.vitalbook.com/vbid/9788522487172/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Integração Econômica Regional Regional, 1ª Edição",author:"SANTOS, Antonio Carlos A. dos; MIYAZAKI, Silvio Yoshiro M. ",isbn:"9788502204799",edition:0,vbkType:"pbk",url:"/books/9788502204799",coverURL:"//covers.vitalbook.com/vbid/9788502204799/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução ao Marketing - Criando Valor Para os Clientes, 1ª Edição",author:"PETER, J. Paul",isbn:"9788502205598",edition:1,vbkType:"pbk",url:"/books/9788502205598",coverURL:"//covers.vitalbook.com/vbid/9788502205598/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"INTRODUÇÃO À CONTABILIDADE - 1ª Edição",author:"BARKER, Richard",isbn:"9788502182042",edition:1,vbkType:"pbk",url:"/books/9788502182042",coverURL:"//covers.vitalbook.com/vbid/9788502182042/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à contabilidade: uma visão integrada e conectada",author:"Vellani, Cássio Luiz ",isbn:"9788522485840",edition:0,vbkType:"pbk",url:"/books/9788522485840",coverURL:"//covers.vitalbook.com/vbid/9788522485840/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Economia Brasileira- 2ª edição",author:"MARIANO, Jefferson",isbn:"9788502173767",edition:2,vbkType:"pbk",url:"/books/9788502173767",coverURL:"//covers.vitalbook.com/vbid/9788502173767/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à economia, 12ª edição",author:"VICECONTI, Paulo",isbn:"9788502210615",edition:12,vbkType:"pbk",url:"/books/9788502210615",coverURL:"//covers.vitalbook.com/vbid/9788502210615/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Investigação Qualitativa e Projeto de Pesquisa: Escolhendo entre Cinco Abordagens",author:"CRESWELL, John W. ",isbn:"9788565848893",edition:3,vbkType:"pbk",url:"/books/9788565848893",coverURL:"//covers.vitalbook.com/vbid/9788565848893/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Java 7 - Ensino Didático",author:"FURGERI, Sérgio",isbn:"9788536505251",edition:2,vbkType:"pbk",url:"/books/9788536505251",coverURL:"//covers.vitalbook.com/vbid/9788536505251/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Juiz Participativo : meio democrático de condução do processo, 1ª Edição.",author:"GOMES, Gustavo Gonçalves",isbn:"9788502215146",edition:0,vbkType:"pbk",url:"/books/9788502215146",coverURL:"//covers.vitalbook.com/vbid/9788502215146/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lavagem de dinheiro",author:"Callegari, André Luís; Weber, Ariel Barazzetti ",isbn:"9788522485772",edition:0,vbkType:"pbk",url:"/books/9788522485772",coverURL:"//covers.vitalbook.com/vbid/9788522485772/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lições de direito processual civil (V. 3), 21ª edição",author:"Câmara, Alexandre Freitas ",isbn:"9788522486861",edition:0,vbkType:"pbk",url:"/books/9788522486861",coverURL:"//covers.vitalbook.com/vbid/9788522486861/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lições de direito processual civil, ( V. 1), 25ª edição",author:"Câmara, Alexandre Freitas ",isbn:"9788522486823",edition:0,vbkType:"pbk",url:"/books/9788522486823",coverURL:"//covers.vitalbook.com/vbid/9788522486823/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lições de direito processual civil, (V. 2), 23ª edição",author:"Câmara, Alexandre Freitas ",isbn:"9788522486847",edition:0,vbkType:"pbk",url:"/books/9788522486847",coverURL:"//covers.vitalbook.com/vbid/9788522486847/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Linguagem SQL, fundamentos e práticas - 1ª edição",author:"CARDOSO, Virgínia",isbn:"9788502200463",edition:1,vbkType:"pbk",url:"/books/9788502200463",coverURL:"//covers.vitalbook.com/vbid/9788502200463/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Logística Industrial Integrada - Do Planejamento, Produção, Custo e Qualidade à Satisfação do ",author:"PAOLESCHI, Bruno",isbn:"9788536505091",edition:3,vbkType:"pbk",url:"/books/9788536505091",coverURL:"//covers.vitalbook.com/vbid/9788536505091/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Macroeconomia: teorias e aplicações - 2ª edição",author:"FROYEN, Richard T.",isbn:"9788502175235",edition:2,vbkType:"pbk",url:"/books/9788502175235",coverURL:"//covers.vitalbook.com/vbid/9788502175235/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing - Série Fácil - 1ª edição",author:"YANAZE, Mitsuru Higuchi ",isbn:"9788502179028",edition:1,vbkType:"pbk",url:"/books/9788502179028",coverURL:"//covers.vitalbook.com/vbid/9788502179028/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing - Série Processos Gerenciais - 1ª edição",author:"MARCOUSÉ, Ian",isbn:"9788502200586",edition:1,vbkType:"pbk",url:"/books/9788502200586",coverURL:"//covers.vitalbook.com/vbid/9788502200586/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing Aplicado - Coleção de Marketing v. 3, 3ª Edição",author:"GIOIA, Ricardo M.",isbn:"9788502207585",edition:3,vbkType:"pbk",url:"/books/9788502207585",coverURL:"//covers.vitalbook.com/vbid/9788502207585/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"MARKETING DE VANTAGEM COMPETITIVA",author:"LUCIANO SABÓIA LOPES FILHO",isbn:"9788502055995",edition:1,vbkType:"pbk",url:"/books/9788502055995",coverURL:"//covers.vitalbook.com/vbid/9788502055995/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing de Varejo, 5ª edição",author:"Casas, Alexandre Luzzi Las ",isbn:"9788522478804",edition:0,vbkType:"pbk",url:"/books/9788522478804",coverURL:"//covers.vitalbook.com/vbid/9788522478804/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing Motivacional - Série Essencial - 1ª edição",author:"ALMEIDA, Edmundo Monteiro de",isbn:"9788502183636",edition:1,vbkType:"pbk",url:"/books/9788502183636",coverURL:"//covers.vitalbook.com/vbid/9788502183636/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Matemática Aplicada à Negócios - 1ª edição",author:"MÜLLER, Franz August",isbn:"9788502178939",edition:1,vbkType:"pbk",url:"/books/9788502178939",coverURL:"//covers.vitalbook.com/vbid/9788502178939/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mecânica Técnica e Resistência dos Materiais",author:"MELCONIAN, Sarkis",isbn:"9788536505282",edition:19,vbkType:"pbk",url:"/books/9788536505282",coverURL:"//covers.vitalbook.com/vbid/9788536505282/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microsoft Project 2010 - Gestão e Desenvolvimento de Projetos",author:"BERNARDES, Maurício Moreira e Silva",isbn:"9788536505800",edition:1,vbkType:"pbk",url:"/books/9788536505800",coverURL:"//covers.vitalbook.com/vbid/9788536505800/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microsoft Project 2013: Série Passo a Passo",author:"CHATFIELD, Carl; JOHNSON, Timothy",isbn:"9788582601730",edition:1,vbkType:"pbk",url:"/books/9788582601730",coverURL:"//covers.vitalbook.com/vbid/9788582601730/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Modalidades Terapêuticas para Fisioterapeutas",author:"PRENTICE, William E.",isbn:"9788580552720",edition:4,vbkType:"pbk",url:"/books/9788580552720",coverURL:"//covers.vitalbook.com/vbid/9788580552720/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Normas de comunicação em Língua portuguesa - 27ª edição",author:"NADÓLSKIS, Hêndricas",isbn:"9788502202122",edition:27,vbkType:"pbk",url:"/books/9788502202122",coverURL:"//covers.vitalbook.com/vbid/9788502202122/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O essencial da administração estratégica - 1ª edição",author:"HILL, Charles W. L.",isbn:"9788502200418",edition:1,vbkType:"pbk",url:"/books/9788502200418",coverURL:"//covers.vitalbook.com/vbid/9788502200418/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Fenômeno do Empreendedorismo - 1ª edição",author:"LEITE, Emanuel",isbn:"9788502144477",edition:1,vbkType:"pbk",url:"/books/9788502144477",coverURL:"//covers.vitalbook.com/vbid/9788502144477/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O número mínimo de clientes e o check-list (V. 21)",author:"Zogbi , Edson ",isbn:"9788522487165",edition:0,vbkType:"pbk",url:"/books/9788522487165",coverURL:"//covers.vitalbook.com/vbid/9788522487165/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Obstetrícia",author:"SASS, Nelson",isbn:"978-85-277-2346-6",edition:0,vbkType:"epub",url:"/books/978-85-277-2346-6",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2346-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Operador de Empilhadeira - Transporte, Movimentação e Armazenagem de Cargas",author:"MILAN, Celso Flávio",isbn:"9788536505268",edition:1,vbkType:"pbk",url:"/books/9788536505268",coverURL:"//covers.vitalbook.com/vbid/9788536505268/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Orçamento público: planejamento, elaboração e controle - 1ª edição",author:"CREPALDI, Silvio Aparecido",isbn:"9788502201927",edition:1,vbkType:"pbk",url:"/books/9788502201927",coverURL:"//covers.vitalbook.com/vbid/9788502201927/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pintura Imobiliária",author:"SILVA, Paulo Furtado da",isbn:"978-85-216-2586-5",edition:0,vbkType:"epub",url:"/books/978-85-216-2586-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2586-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Planos de marketing, 1ª edição",author:"MALHOTRA, Naresh",isbn:"9788502206700",edition:1,vbkType:"pbk",url:"/books/9788502206700",coverURL:"//covers.vitalbook.com/vbid/9788502206700/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prática do recurso de agravo: doutrina, modelos e jurisprudência, 8ª edição",author:"Araújo Júnior, Gediel Claudino de ",isbn:"9788522484577",edition:0,vbkType:"pbk",url:"/books/9788522484577",coverURL:"//covers.vitalbook.com/vbid/9788522484577/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Prótese Total Contemporânea na Reabilitação Bucal, 2ª edição",author:"CUNHA, Vicente de Paula Prisco da; MARCHINI, Leonardo",isbn:"978-85-412-0382-1",edition:0,vbkType:"epub",url:"/books/978-85-412-0382-1",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0382-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Precificação: sinergia do marketing e das finanças - 1ª edição",author:"BERTÓ, Dalvio J.",isbn:"9788502183735",edition:1,vbkType:"pbk",url:"/books/9788502183735",coverURL:"//covers.vitalbook.com/vbid/9788502183735/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios e Contratos em Comércio Exterior - 2ª edição",author:"MURTA, Roberto",isbn:"9788502199606",edition:2,vbkType:"pbk",url:"/books/9788502199606",coverURL:"//covers.vitalbook.com/vbid/9788502199606/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processamento Digital de Sinais: Projeto e Análise de Sistemas",author:"DINIZ, Paulo S. R.; DA SILVA, Eduardo A. B.; NETTO, Sergio L.",isbn:"9788582601242",edition:2,vbkType:"pbk",url:"/books/9788582601242",coverURL:"//covers.vitalbook.com/vbid/9788582601242/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Processo penal simplificado",author:"CAPEZ, Fernando",isbn:"9788502164932",edition:20,vbkType:"pbk",url:"/books/9788502164932",coverURL:"//covers.vitalbook.com/vbid/9788502164932/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Programação em C ++\n: Algoritmos, estruturas de dados e objetos",author:"AGUILAR, Luis Joyanes",isbn:"9788580550269",edition:2,vbkType:"pbk",url:"/books/9788580550269",coverURL:"//covers.vitalbook.com/vbid/9788580550269/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Projeto, Desenvolvimento de Aplicações e Administração de Banco de Dados",author:"MANNINO, Michael V.",isbn:"9788580553635",edition:3,vbkType:"pbk",url:"/books/9788580553635",coverURL:"//covers.vitalbook.com/vbid/9788580553635/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia da Saúde: Uma Abordagem Biopsicossocial",author:"STRAUB, Richard O.",isbn:"9788582710548",edition:3,vbkType:"pbk",url:"/books/9788582710548",coverURL:"//covers.vitalbook.com/vbid/9788582710548/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Publicidade comparativa",author:"Pereira, Marco Antonio Marcondes ",isbn:"9788522486229",edition:0,vbkType:"pbk",url:"/books/9788522486229",coverURL:"//covers.vitalbook.com/vbid/9788522486229/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Recursos Humanos - Série Processos Gerenciais, 1ª Edição",author:"MARCOUSÉ, Ian",isbn:"9788502204850",edition:1,vbkType:"pbk",url:"/books/9788502204850",coverURL:"//covers.vitalbook.com/vbid/9788502204850/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Redação na prática: Um guia que faz a diferença na hora de\nescrever bem - 1ª Edição",author:"TERCIOTTI, Sandra Helena",isbn:"9788502193932",edition:1,vbkType:"pbk",url:"/books/9788502193932",coverURL:"//covers.vitalbook.com/vbid/9788502193932/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Redes de Computadores - Guia Total",author:"SOUSA, Lindeberg Barros de ",isbn:"9788536505695",edition:1,vbkType:"pbk",url:"/books/9788536505695",coverURL:"//covers.vitalbook.com/vbid/9788536505695/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Relações Internacionais da América Latina - Coleção Ris - Velhos e Novos Paradigmas: de 1930 ao",author:"CERVO, Amado Luiz",isbn:"9788502210301",edition:3,vbkType:"pbk",url:"/books/9788502210301",coverURL:"//covers.vitalbook.com/vbid/9788502210301/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Relações internacionais: teoria e história - 2ª Edição",author:"MAGNOLI, Demétrio",isbn:"9788502201989",edition:2,vbkType:"pbk",url:"/books/9788502201989",coverURL:"//covers.vitalbook.com/vbid/9788502201989/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Relações Públicas",author:"LATTIMORE, Dan; BASKIN, Otis; HEIMAN, Suzette T.; TOTH, Elizabeth L.",isbn:"9788580550412",edition:3,vbkType:"pbk",url:"/books/9788580550412",coverURL:"//covers.vitalbook.com/vbid/9788580550412/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Responsabilidade civil por ato lícito",author:"Ustárroz, Daniel ",isbn:"9788522485994",edition:0,vbkType:"pbk",url:"/books/9788522485994",coverURL:"//covers.vitalbook.com/vbid/9788522485994/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sala de Aula Digital, 1ª Edição",author:"PIVA JR., Dilermando",isbn:"9788502206670",edition:1,vbkType:"pbk",url:"/books/9788502206670",coverURL:"//covers.vitalbook.com/vbid/9788502206670/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série GVlaw: propriedade intelectual: Direito autoral, 1ª Edição.",author:"SANTOS, Manoel J. Pereira dos",isbn:"9788502205345",edition:0,vbkType:"pbk",url:"/books/9788502205345",coverURL:"//covers.vitalbook.com/vbid/9788502205345/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Fundamentos da tradução jurídica alemão-português 1ª",author:"SOUSA, António Francisco de",isbn:"9788502202962",edition:0,vbkType:"pbk",url:"/books/9788502202962",coverURL:"//covers.vitalbook.com/vbid/9788502202962/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP : linha de pesquisa acadêmica - Direitos prestacionais de comunicação 1ª",author:"REZENDE, Renato Monteiro de",isbn:"9788502209312",edition:0,vbkType:"pbk",url:"/books/9788502209312",coverURL:"//covers.vitalbook.com/vbid/9788502209312/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série MBA - Gestão de Pessoas - Atração e Seleção de Talentos",author:"FERREIRA, Patricia Itala",isbn:"978-85-216-2577-3",edition:0,vbkType:"epub",url:"/books/978-85-216-2577-3",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2577-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas de Banco de Dados, 1ª Edição",author:"CARDOSO, Vírginia M.",isbn:"9788502162839",edition:1,vbkType:"pbk",url:"/books/9788502162839",coverURL:"//covers.vitalbook.com/vbid/9788502162839/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas de informação gerenciais - 1ª Edição",author:"KROENKE, David M.",isbn:"9788502183704",edition:1,vbkType:"pbk",url:"/books/9788502183704",coverURL:"//covers.vitalbook.com/vbid/9788502183704/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas de informação: o uso consciente da tecnologia para o gerenciamento - 2ª edição",author:"BATISTA, Emerson de Oliveira",isbn:"9788502197565",edition:2,vbkType:"pbk",url:"/books/9788502197565",coverURL:"//covers.vitalbook.com/vbid/9788502197565/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas de Informações Contábeis: Conceitos Básicos e Temas Atuais",author:"HURT, Robert L.",isbn:"9788580553314",edition:3,vbkType:"pbk",url:"/books/9788580553314",coverURL:"//covers.vitalbook.com/vbid/9788580553314/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sistemas, organização e métodos: uma abordagem gerencial, 21ª edição",author:"Oliveira, Djalma de Pinho Rebouças de ",isbn:"9788522482115",edition:0,vbkType:"pbk",url:"/books/9788522482115",coverURL:"//covers.vitalbook.com/vbid/9788522482115/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tecnologia de informação: planejamento e gestão, 3ª edição",author:"Foina, Paulo Rogerio ",isbn:"9788522480852",edition:0,vbkType:"pbk",url:"/books/9788522480852",coverURL:"//covers.vitalbook.com/vbid/9788522480852/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Teoria das Relações Internacionais - 1ª edição",author:"LESSA, Antônio Carlos",isbn:"9788502199705",edition:1,vbkType:"pbk",url:"/books/9788502199705",coverURL:"//covers.vitalbook.com/vbid/9788502199705/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Windows Server 2012: Guia de Bolso",author:"STANEK, William R.",isbn:"9788582601693",edition:1,vbkType:"pbk",url:"/books/9788582601693",coverURL:"//covers.vitalbook.com/vbid/9788582601693/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:17.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"10 anos de vigência do Código Civil brasileiro de 2002 : estudos em homenagem ao professor Carlos ",author:"CASSETTARI, Christiano",isbn:"9788502201644",edition:0,vbkType:"pbk",url:"/books/9788502201644",coverURL:"//covers.vitalbook.com/vbid/9788502201644/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A antessala da esperança: crônicas forenses, 1ª Edição.",author:"DELMANTO, Roberto",isbn:"9788502183285",edition:0,vbkType:"pbk",url:"/books/9788502183285",coverURL:"//covers.vitalbook.com/vbid/9788502183285/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A busca da verdade no processo penal : para além da ambição inquisitorial",author:"Khaled Jr., Salah H.",isbn:"9788522479900",edition:0,vbkType:"pbk",url:"/books/9788522479900",coverURL:"//covers.vitalbook.com/vbid/9788522479900/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Decadência do Ocidente - Esboço de Uma Morfologia da História Universal, 4ª edição",author:"SPENGLER, Oswald",isbn:"978-85-309-5127-6",edition:0,vbkType:"epub",url:"/books/978-85-309-5127-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5127-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Escola da Ponte Sob Múltiplos Olhares: Palavras de Educadores, Alunos e Pais",author:"PACHECO, José; PACHECO, Maria de Fátima",isbn:"9788565848541",edition:1,vbkType:"pbk",url:"/books/9788565848541",coverURL:"//covers.vitalbook.com/vbid/9788565848541/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Extinção do Crédito Tributário por Decurso de Prazo, 4ª edição",author:"HABLE, José",isbn:"978-85-309-5145-0",edition:0,vbkType:"epub",url:"/books/978-85-309-5145-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5145-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Revista e seu Jornalismo",author:"TAVARES, Frederico de Mello B.; SCHWAAB, Reges",isbn:"9788565848398",edition:1,vbkType:"pbk",url:"/books/9788565848398",coverURL:"//covers.vitalbook.com/vbid/9788565848398/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ações Constitucionais, 2ª edição",author:"NEVES, Daniel Amorim Assumpção",isbn:"978-85-309-5080-4",edition:0,vbkType:"epub",url:"/books/978-85-309-5080-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5080-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia Aplicada à Implantodontia, 2ª edição",author:"SGROTT, Emerson Alexandre; MOREIRA, Rafael Saviolo",isbn:"978-85-412-0347-0",edition:0,vbkType:"epub",url:"/books/978-85-412-0347-0",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0347-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Análise financeira das empresas, 12ª edição",author:"Silva, José Pereira Da ",isbn:"9788522483754",edition:0,vbkType:"pbk",url:"/books/9788522483754",coverURL:"//covers.vitalbook.com/vbid/9788522483754/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Animação Digital - Coleção Animação Básica",author:"CHONG, Andrew",isbn:"9788577809073",edition:1,vbkType:"pbk",url:"/books/9788577809073",coverURL:"//covers.vitalbook.com/vbid/9788577809073/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Arquitetura de Redes de Computadores, 2ª edição",author:"MAIA, Luiz Paulo",isbn:"978-85-216-2436-3",edition:0,vbkType:"epub",url:"/books/978-85-216-2436-3",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2436-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Aspectos objetivos da lei de recuperação de empresas e de falências : Lei n. 11.101, de 9 de feve",author:"NEGRÃO, Ricardo",isbn:"9788502211278",edition:0,vbkType:"pbk",url:"/books/9788502211278",coverURL:"//covers.vitalbook.com/vbid/9788502211278/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Atualidades jurídicas; v. 6, 1ª edição.",author:"DINIZ, Maria Helena",isbn:"9788502219373",edition:0,vbkType:"pbk",url:"/books/9788502219373",coverURL:"//covers.vitalbook.com/vbid/9788502219373/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Avaliação de Projetos - Por uma Infraestrutura mais Sustentável",author:"MARTLAND, Carl D.",isbn:"978-85-216-2528-5",edition:0,vbkType:"epub",url:"/books/978-85-216-2528-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2528-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Avaliação em Sala de Aula",author:"RUSSEL, Michael K.; AIRASIAN, Peter W.",isbn:"9788580553130",edition:7,vbkType:"pbk",url:"/books/9788580553130",coverURL:"//covers.vitalbook.com/vbid/9788580553130/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ética Clínica: Abordagem Prática para Decisões Éticas na Medicina Clínica",author:"JONSEN, Albert R.; SIEGLER, Mark; WINSLADE, William J.",isbn:"9788580551303",edition:7,vbkType:"pbk",url:"/books/9788580551303",coverURL:"//covers.vitalbook.com/vbid/9788580551303/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Biologia Celular e Molecular",author:"LODISH, Harvey; BERK, Arnold; KAISER, Chris A.; KRIEGER, Monty; BRETSCHER, Anthony; PLOEGH, Hidde; A",isbn:"9788582710500",edition:7,vbkType:"pbk",url:"/books/9788582710500",coverURL:"//covers.vitalbook.com/vbid/9788582710500/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cidadania: O novo conceito jurídico e a sua relação com os direitos fundamentais individuais e co",author:"\nMoraes, Alexandre de; Kim, Richard Pae (Coords.)",isbn:"9788522486403",edition:0,vbkType:"pbk",url:"/books/9788522486403",coverURL:"//covers.vitalbook.com/vbid/9788522486403/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários à Constituição do Brasil, 1ª edição.",author:"CANOTILHO, J. J. Gomes",isbn:"9788502212640",edition:0,vbkType:"pbk",url:"/books/9788502212640",coverURL:"//covers.vitalbook.com/vbid/9788502212640/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comentários à Lei de Licitações e Contratos da Administração Pública, 7ª edição.",author:"FRANÇA, Maria Adelaide de C.",isbn:"9788502201118",edition:0,vbkType:"pbk",url:"/books/9788502201118",coverURL:"//covers.vitalbook.com/vbid/9788502201118/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como Montar e Gerenciar uma Marca de Moda",author:"MEADOWS, Toby",isbn:"9788582600627",edition:2,vbkType:"pbk",url:"/books/9788582600627",coverURL:"//covers.vitalbook.com/vbid/9788582600627/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como Passei em 15 Concursos? Você Também Pode Passar, 2ª edição",author:"LIMA, José Roberto",isbn:"978-85-309-5069-9",edition:0,vbkType:"epub",url:"/books/978-85-309-5069-9",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5069-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Competências Globais de RH: Agregando Valor Competitivo de Fora para Dentro",author:"ULRICH, Dave; BROCKBANK, Wayne; YOUNGER, Jon; ULRICH, Mike\n",isbn:"9788582601501",edition:1,vbkType:"pbk",url:"/books/9788582601501",coverURL:"//covers.vitalbook.com/vbid/9788582601501/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comportamento do Consumidor",author:"MERLO, Edgard Monforte; CERIBELI, Harrison B.",isbn:"978-85-216-2538-4",edition:0,vbkType:"epub",url:"/books/978-85-216-2538-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2538-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Compreendendo o Desenvolvimento Motor: Bebês, Crianças, Adolescentes e Adultos",author:"GALLAHUE, David L.; OZMUN, John C.; GOODWAY, Jackie D.\n",isbn:"9788580551815",edition:7,vbkType:"pbk",url:"/books/9788580551815",coverURL:"//covers.vitalbook.com/vbid/9788580551815/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comunicação Empresarial",author:"França, Ana Shirley (Org.)",isbn:"9788522484157",edition:0,vbkType:"pbk",url:"/books/9788522484157",coverURL:"//covers.vitalbook.com/vbid/9788522484157/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade avançada: texto e testes com as respostas, 8ª edição",author:"Perez Junior, José Hernandez; Oliveira, Luís Martins de ",isbn:"9788522487639",edition:0,vbkType:"pbk",url:"/books/9788522487639",coverURL:"//covers.vitalbook.com/vbid/9788522487639/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade Gerencial, 3ª edição",author:"JIAMBALVO, James",isbn:"978-85-216-2446-2",edition:0,vbkType:"epub",url:"/books/978-85-216-2446-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2446-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade internacional: aplicação das Irfs 2005",author:"Carvalho, L. Nelson; Lemes, Sirlei; Costa, Fábio Moraes da ",isbn:"9788522487653",edition:0,vbkType:"pbk",url:"/books/9788522487653",coverURL:"//covers.vitalbook.com/vbid/9788522487653/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade: teoria e prática (V. 1), 6ª edição",author:"Favero, Hamilton Luiz et al. ",isbn:"9788522486502",edition:0,vbkType:"pbk",url:"/books/9788522486502",coverURL:"//covers.vitalbook.com/vbid/9788522486502/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contrato de corretagem imobiliária: doutrina, jurisprudência e regulamentação, 4ª edição",author:"Coltro, Antonio Carlos Mathias ",isbn:"9788522483938",edition:0,vbkType:"pbk",url:"/books/9788522483938",coverURL:"//covers.vitalbook.com/vbid/9788522483938/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Conversão da união estável em casamento, 1ª edição.",author:"MADEIRA FILHO, Ibrahim Fleury de Camargo",isbn:"9788502214767",edition:0,vbkType:"pbk",url:"/books/9788502214767",coverURL:"//covers.vitalbook.com/vbid/9788502214767/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Crônicas do cotidiano (V. 1), 2ª edição",author:"Rangel, Paulo ",isbn:"9788522486878",edition:0,vbkType:"pbk",url:"/books/9788522486878",coverURL:"//covers.vitalbook.com/vbid/9788522486878/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Crônicas do cotidiano (V. 2)",author:"Rangel, Paulo ",isbn:"9788522486892",edition:0,vbkType:"pbk",url:"/books/9788522486892",coverURL:"//covers.vitalbook.com/vbid/9788522486892/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cuidado E Sustentabilidade",author:"Pereira, Tânia da Silva; Oliveira, Guilherme de; Melo, Alda Marina de Campos (Orgs.)",isbn:"9788522485109",vbkType:"pbk",url:"/books/9788522485109",coverURL:"//covers.vitalbook.com/vbid/9788522485109/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Currículo Escolar e Justiça Social: O Cavalo de Troia da Educação",author:"SANTOMÉ, Jurjo Torres",isbn:"9788565848169",edition:1,vbkType:"pbk",url:"/books/9788565848169",coverURL:"//covers.vitalbook.com/vbid/9788565848169/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de direito processual penal, 2ª edição.",author:"MESSA, Ana Flávia",isbn:"9788502201392",edition:0,vbkType:"pbk",url:"/books/9788502201392",coverURL:"//covers.vitalbook.com/vbid/9788502201392/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Curso de História do Direito, 3ª edição",author:"LOPES, José Reinaldo de Lima; QUEIROZ, Rafael Mafei Rabelo; ACCA, Thiago dos Santos",isbn:"978-85-309-5099-6",edition:0,vbkType:"epub",url:"/books/978-85-309-5099-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5099-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dentística: Uma Abordagem Multidisciplinar",author:"PEREIRA, José Carlos; NETTO, Camillo A.; GONÇALVES, Alencar",isbn:"9788536702247",edition:1,vbkType:"pbk",url:"/books/9788536702247",coverURL:"//covers.vitalbook.com/vbid/9788536702247/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenho Técnico para Construção: Série Tekne",author:"KUBBA, Sam A. A.",isbn:"9788582601570",edition:1,vbkType:"pbk",url:"/books/9788582601570",coverURL:"//covers.vitalbook.com/vbid/9788582601570/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenvolvimento Cognitivo e Educação: O Início do Conhecimento - Volume 1",author:"CASTORINA, José A.; CARRETERO, Mario; ",isbn:"9788565848718",edition:1,vbkType:"pbk",url:"/books/9788565848718",coverURL:"//covers.vitalbook.com/vbid/9788565848718/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenvolvimento Cognitivo e Educação: Processos do conhecimento e conteúdos específicos - Volume",author:"CASTORINA, José A.",isbn:"9788565848725",edition:1,vbkType:"pbk",url:"/books/9788565848725",coverURL:"//covers.vitalbook.com/vbid/9788565848725/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenvolvimento de Programas Científicos - Um Guia para um Bom Estilo",author:"OLIVEIRA, Suely; STEWART, David E.",isbn:"978-85-216-2450-9",edition:0,vbkType:"epub",url:"/books/978-85-216-2450-9",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2450-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Diabetes Mellitus - Ferramentas Educativas",author:"PINTO, Esther",isbn:"978-85-8114-226-5",edition:0,vbkType:"epub",url:"/books/978-85-8114-226-5",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-226-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Diabulimia - Uma Combinação Perigosa",author:"PIEPER, Claudia Maurício; ARAÚJO, Alexandra Martins de; FREITAS, Simone Silva (orgs.)",isbn:"978-85-8114-212-8",edition:0,vbkType:"epub",url:"/books/978-85-8114-212-8",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-212-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dionisio Dias Carneiro, um Humanista Cético - Uma História da Formação de Jovens Economistas",author:"CUNHA, Luiz Roberto; LEOPOLDI, Maria Antonieta; FURTADO, Eduardo Raposo (orgs.)",isbn:"978-85-216-2536-0",edition:0,vbkType:"epub",url:"/books/978-85-216-2536-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2536-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito de familia",author:"Azevedo, Álvaro Villaça ",isbn:"9788522480739",edition:0,vbkType:"pbk",url:"/books/9788522480739",coverURL:"//covers.vitalbook.com/vbid/9788522480739/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito entre certeza e incerteza. Horizontes críticos para a teoria dos sistemas, 1ª edição.",author:"GONÇALVES, Guilherme Leite",isbn:"9788502203457",edition:0,vbkType:"pbk",url:"/books/9788502203457",coverURL:"//covers.vitalbook.com/vbid/9788502203457/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito internacional no tempo moderno de Suarez a Grócio",author:"Casella, Paulo Borba ",isbn:"9788522486458",edition:0,vbkType:"pbk",url:"/books/9788522486458",coverURL:"//covers.vitalbook.com/vbid/9788522486458/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direitos da criança e do adolescente em face da TV, 1ª edição.",author:"PEREIRA JÚNIOR, Antonio Jorge",isbn:"9788502220355",edition:0,vbkType:"pbk",url:"/books/9788502220355",coverURL:"//covers.vitalbook.com/vbid/9788502220355/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Dores Bucofaciais: Conceitos e Terapêutica",author:"GROSSMANN, Eduardo; DE PAIVA, Helson José; DE PAIVA, Angela Maria Fernandes Vieira",isbn:"9788536701943",edition:1,vbkType:"pbk",url:"/books/9788536701943",coverURL:"//covers.vitalbook.com/vbid/9788536701943/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Doutor, eu tenho... VITILIGO",author:"LUPI, Omar",isbn:"978-85-8114-193-0",edition:0,vbkType:"epub",url:"/books/978-85-8114-193-0",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-193-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Drogas e redução de danos : os direitos das pessoas que usam drogas, 1ª edição.",author:"RIBEIRO, Maurides de Melo",isbn:"9788502206977",edition:0,vbkType:"pbk",url:"/books/9788502206977",coverURL:"//covers.vitalbook.com/vbid/9788502206977/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Emergências Ortopédicas",author:"SIMON, Robert R.; SHERMAN, Scott C.",isbn:"9788580551792",edition:6,vbkType:"pbk",url:"/books/9788580551792",coverURL:"//covers.vitalbook.com/vbid/9788580551792/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Energia Elétrica - Geração, Transmissão e Sistemas Interligados",author:"PINTO, Milton de Oliveira",isbn:"978-85-216-2526-1",edition:0,vbkType:"epub",url:"/books/978-85-216-2526-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2526-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estatuto da Juventude comentado : Lei n. 12.852/2013, 1ª edição.",author:"Lépore, Paulo Eduardo",isbn:"9788502212978",vbkType:"pbk",url:"/books/9788502212978",coverURL:"//covers.vitalbook.com/vbid/9788502212978/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estratégia Baseada em Recursos:15 Artigos Clássicos para Sustentar Vantagens Competitivas",author:"LACERDA, Daniel Pacheco; TEIXEIRA, Rafael; ANTUNES, Junico; CORCINI NETO, Secundino L. H. ",isbn:"9788582601525",edition:1,vbkType:"pbk",url:"/books/9788582601525",coverURL:"//covers.vitalbook.com/vbid/9788582601525/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Estratégia de Produção: 20 Artigos Clássicos para Aumentar a Competitividade da Empresa",author:"TEIXEIRA, Rafael Teixeira; LACERDA, Daniel Pacheco; ANTUNES, Junico; CORCINI NETO, Secundino L. H.",isbn:"9788582601617",edition:1,vbkType:"pbk",url:"/books/9788582601617",coverURL:"//covers.vitalbook.com/vbid/9788582601617/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Exames Laboratoriais e Procedimentos Diagnósticos em Cães e Gatos",author:"VADEN, Shelly L.; KNOLL, Joyce S.; SMITH Jr., Francis W. K.; TILLEY, Larry P.",isbn:"978-85-412-0351-7",edition:0,vbkType:"epub",url:"/books/978-85-412-0351-7",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0351-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Física para Universitários:Óptica e Física Moderna",author:"BAUER, Wolfgang; WESTFALL, Gary D.; DIAS, Helio\n",isbn:"9788580552034",edition:1,vbkType:"pbk",url:"/books/9788580552034",coverURL:"//covers.vitalbook.com/vbid/9788580552034/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"FGV - Empresa, Direito e Economia",author:"CAVALLI, Cássio",isbn:"978-85-309-4987-7",edition:0,vbkType:"epub",url:"/books/978-85-309-4987-7",coverURL:"//covers.vitalbook.com/vbid/978-85-309-4987-7/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fontes de Energia Nova e Renovável",author:"SANTOS, Marco Aurélio dos (org.)",isbn:"978-85-216-2474-5",edition:0,vbkType:"epub",url:"/books/978-85-216-2474-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2474-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Friedrich Nietzsche - Uma Biografia Filosófica",author:"YOUNG, Julian",isbn:"978-85-309-5219-8",edition:0,vbkType:"epub",url:"/books/978-85-309-5219-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5219-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Arquitetura",author:"FARRELLY, Lorraine",isbn:"9788582600900",edition:2,vbkType:"pbk",url:"/books/9788582600900",coverURL:"//covers.vitalbook.com/vbid/9788582600900/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Controle em Sistemas Fluidomecânicos",author:"WATTON, John",isbn:"978-85-216-2452-3",edition:0,vbkType:"epub",url:"/books/978-85-216-2452-3",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2452-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Engenharia - Teoria e Prática Vol. 1",author:"LINDEBURG, Michael R.",isbn:"978-85-216-2454-7",edition:0,vbkType:"pbk",url:"/books/978-85-216-2454-7",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2454-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Engenharia - Teoria e Prática Vol. 2",author:"LINDEBURG, Michael R.",isbn:"978-85-216-2478-3",edition:0,vbkType:"pbk",url:"/books/978-85-216-2478-3",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2478-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Fundamentos de Engenharia - Teoria e Prática Vol. 3",author:"LINDEBURG, Michael R.",isbn:"978-85-216-2476-9",edition:0,vbkType:"pbk",url:"/books/978-85-216-2476-9",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2476-9/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Genocídio, 1ª edição.",author:"PONTE, Leila Hassem da",isbn:"9788502209404",edition:0,vbkType:"pbk",url:"/books/9788502209404",coverURL:"//covers.vitalbook.com/vbid/9788502209404/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão de marketing no varejo: conceitos, orientações e práticas",author:"Buhamra, Cláudia ",isbn:"9788522486496",edition:0,vbkType:"pbk",url:"/books/9788522486496",coverURL:"//covers.vitalbook.com/vbid/9788522486496/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão Estratégica da Tecnologia e da Inovação: Conceitos e Soluções",author:"BURGELMAN, Robert A.; CHRISTENSEN, Clayton M.; WHEELWRITGH, Steven C.\n",isbn:"9788580550917",edition:1,vbkType:"pbk",url:"/books/9788580550917",coverURL:"//covers.vitalbook.com/vbid/9788580550917/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão estratégica: conceitos e casos",author:"Serra, Fernando Ribeiro et al.",isbn:"9788522486366",edition:0,vbkType:"pbk",url:"/books/9788522486366",coverURL:"//covers.vitalbook.com/vbid/9788522486366/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão Logística da Cadeia de Suprimentos",author:"BOWERSOX, Donald J.; CLOSS, David J.; COPPER, M. Bixby; BOWERSOX, John C.",isbn:"9788580553185",edition:4,vbkType:"pbk",url:"/books/9788580553185",coverURL:"//covers.vitalbook.com/vbid/9788580553185/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Gestão Universitária: Os Caminhos para a Excelência",author:"COLOMBO, Sonia Simões",isbn:"9788565848640",edition:1,vbkType:"pbk",url:"/books/9788565848640",coverURL:"//covers.vitalbook.com/vbid/9788565848640/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"História do Direito no Brasil, 7ª edição",author:"WOLKMER, Antonio Carlos",isbn:"978-85-309-5154-2",edition:0,vbkType:"epub",url:"/books/978-85-309-5154-2",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5154-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Inovação e Desenvolvimento de Produtos - Práticas de Gestão e Casos Brasileiros",author:"JUGEND, Sérgio Luis da Silva; SILVA, Sérgio Luis da",isbn:"978-85-216-2498-1",edition:0,vbkType:"epub",url:"/books/978-85-216-2498-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2498-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Inovação e métodos de ensino para nativos digitais",author:"Veras, Marcelo (Org.) ",isbn:"9788522486519",edition:0,vbkType:"pbk",url:"/books/9788522486519",coverURL:"//covers.vitalbook.com/vbid/9788522486519/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Insulinas - Insulinizando o Paciente com Diabetes, 2ª edição",author:"TSCHIEDEL, Balduino; PUÑALES, Marcia.",isbn:"978-85-8114-216-6",edition:0,vbkType:"epub",url:"/books/978-85-8114-216-6",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-216-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Interesses individuais homogêneos em juizo, 3ª edição",author:"Vigliar, José Marcelo Menezes ",isbn:"9788522484386",vbkType:"pbk",url:"/books/9788522484386",coverURL:"//covers.vitalbook.com/vbid/9788522484386/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução ao MATLAB para Engenheiros",author:"PALM III, William J.",isbn:"9788580552058",edition:3,vbkType:"pbk",url:"/books/9788580552058",coverURL:"//covers.vitalbook.com/vbid/9788580552058/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Introdução à Economia do Meio Ambiente",author:"FIELD, Barry C.; FIELD, Martha K.",isbn:"9788580553260",edition:6,vbkType:"pbk",url:"/books/9788580553260",coverURL:"//covers.vitalbook.com/vbid/9788580553260/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Língua Portuguesa - Compreensão e Interpretação de Textos - Concursos Enem Vestibulares",author:"ALVES, Adriano",isbn:"978-85-309-5342-3",edition:0,vbkType:"epub",url:"/books/978-85-309-5342-3",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5342-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Leis penais especiais comentadas, 2ª Edição.",author:"DELMANTO, Roberto",isbn:"9788502182714",edition:0,vbkType:"pbk",url:"/books/9788502182714",coverURL:"//covers.vitalbook.com/vbid/9788502182714/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Lições de Direito Constitucional",author:"FIGUEIREDO, Leonardo Vizeu",isbn:"978-85-309-5107-8",edition:0,vbkType:"epub",url:"/books/978-85-309-5107-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5107-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Linguagens de Programação: Princípios e Paradigmas",author:"Tucker, Allen; Noonan, Robert",isbn:"9788563308566",edition:2,vbkType:"pbk",url:"/books/9788563308566",coverURL:"//covers.vitalbook.com/vbid/9788563308566/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Logística reversa: processo a processo",author:"\nValle, Rogerio; Souza, Ricardo Gabbay de (Orgs.) ",isbn:"9788522486359",edition:0,vbkType:"pbk",url:"/books/9788522486359",coverURL:"//covers.vitalbook.com/vbid/9788522486359/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mamoplastia de Aumento - Série Atlas de Cirurgia Plástica",author:"ADAMS JR. William P.",isbn:"9788580551990",edition:1,vbkType:"pbk",url:"/books/9788580551990",coverURL:"//covers.vitalbook.com/vbid/9788580551990/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual Cirúrgico da Lateralização do Nervo Alveolar Inferior",author:"YOSHIMOTO, Marcelo",isbn:"978-85-412-0320-3",edition:0,vbkType:"epub",url:"/books/978-85-412-0320-3",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0320-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Laboratório - Prótese Total, 3ª edição",author:"SALVADOR, Milton Carlos Gonçalves et al.",isbn:"978-85-412-0371-5",edition:0,vbkType:"epub",url:"/books/978-85-412-0371-5",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0371-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual de Referência para Procedimentos Clínicos em Odontopediatria, 2ª edição",author:"MASSARA, Maria de Lourdes de; RÉDUA, Paulo César Barbosa",isbn:"978-85-412-0332-6",edition:0,vbkType:"epub",url:"/books/978-85-412-0332-6",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0332-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Manual do Médico Generalista na Era do Conhecimento, 2ª edição",author:"AMATO, Marisa Campos Moraes",isbn:"978-85-412-0336-4",edition:0,vbkType:"epub",url:"/books/978-85-412-0336-4",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0336-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Marketing Internacional",author:"CATEORA, Philip R.; GILLY, Marcy C.; GRAHAM, John L.",isbn:"9788580551464",edition:15,vbkType:"pbk",url:"/books/9788580551464",coverURL:"//covers.vitalbook.com/vbid/9788580551464/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Mecânica para Engenharia: Estática",author:"PLESHA, Michael E.; GRAY, Gary L.; COSTANZO, Francesco",isbn:"9788565837309",edition:1,vbkType:"pbk",url:"/books/9788565837309",coverURL:"//covers.vitalbook.com/vbid/9788565837309/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Microsoft PowerPoint 2013: Série Passo a Passo",author:"COX, Joyce; LAMBERT, Joan",isbn:"9788582601266",edition:1,vbkType:"pbk",url:"/books/9788582601266",coverURL:"//covers.vitalbook.com/vbid/9788582601266/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Noções de Prótese sobre Implante: Série Abeno",author:"DINATO, José Cícero ",isbn:"9788536702322",edition:1,vbkType:"pbk",url:"/books/9788536702322",coverURL:"//covers.vitalbook.com/vbid/9788536702322/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Nutrição em Academias - Do Fitness ao Wellness",author:"ROSSI, Luciana",isbn:"978-85-412-0302-9",edition:0,vbkType:"epub",url:"/books/978-85-412-0302-9",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0302-9/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Direito e as políticas públicas no Brasil",author:"\nSmanio, Gianpaolo Poggio; Bertolin, Patrícia Tuma Martins (Orgs.)",isbn:"9788522484072",vbkType:"pbk",url:"/books/9788522484072",coverURL:"//covers.vitalbook.com/vbid/9788522484072/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O poder contramajoritário do Supremo Tribunal Federal",author:"Silveira, Daniel Barile da ",isbn:"9788522485451",edition:0,vbkType:"pbk",url:"/books/9788522485451",coverURL:"//covers.vitalbook.com/vbid/9788522485451/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"O Poder de Controle na Sociedade Anônima, 6ª edição",author:"COMPARATO, Fábio Konder; SALOMÃO FILHO, Calixto",isbn:"978-85-309-5131-3",edition:0,vbkType:"epub",url:"/books/978-85-309-5131-3",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5131-3/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Odontopediatria: Série Abeno",author:"PORDEUS, Isabela Almeida; PAIVA, Saul Martins",isbn:"9788536702186",edition:1,vbkType:"pbk",url:"/books/9788536702186",coverURL:"//covers.vitalbook.com/vbid/9788536702186/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Parcerias Público-Privadas - Experiências, Desafios e Propostas",author:"OLIVEIRA, Gesner; OLIVEIRA FILHO, Luiz Chrysostomo de (orgs.)",isbn:"978-85-216-2502-5",edition:0,vbkType:"epub",url:"/books/978-85-216-2502-5",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2502-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pesquisa de marketing: uma orientação para o mercado brasileiro",author:"Nique, Walter; Ladeira, Wagner ",isbn:"9788522483303",edition:0,vbkType:"pbk",url:"/books/9788522483303",coverURL:"//covers.vitalbook.com/vbid/9788522483303/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Petróleo, gás natural e biocombustíveis, 1ª edição.",author:"WATT NETO, Artur",isbn:"9788502207035",edition:0,vbkType:"pbk",url:"/books/9788502207035",coverURL:"//covers.vitalbook.com/vbid/9788502207035/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"PLC S7-1200 Teoria e Aplicações Curso Introdutório",author:"PRUDENTE, Francesco",isbn:"978-85-216-2570-4",edition:0,vbkType:"epub",url:"/books/978-85-216-2570-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2570-4/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Português instrumental, 10ª edição",author:"Medeiros, João Bosco ",isbn:"9788522485598",edition:0,vbkType:"pbk",url:"/books/9788522485598",coverURL:"//covers.vitalbook.com/vbid/9788522485598/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Pré-Eclâmpsia: Etiologia e Prática Clínica: Conceitos e Aplicações",author:"LYALL, Fiona; BELFORT, Michael",isbn:"9788580550795",edition:1,vbkType:"pbk",url:"/books/9788580550795",coverURL:"//covers.vitalbook.com/vbid/9788580550795/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Preenchedores - Guia Prático de Técnicas e Produtos",author:"SANDOVAL, Maria Helena; AYRES, Eloisa",isbn:"978-85-8114-209-8",edition:0,vbkType:"epub",url:"/books/978-85-8114-209-8",coverURL:"//covers.vitalbook.com/vbid/978-85-8114-209-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Princípios Institucionais da Defensoria Pública",author:"ROGER, Franklin; ESTEVES, Diogo",isbn:"978-85-309-5156-6",edition:0,vbkType:"epub",url:"/books/978-85-309-5156-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5156-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Psicologia do Esporte - Atleta e ser Humano em Ação",author:"COZAC, João Ricardo Lebert",isbn:"978-85-412-0353-1",edition:0,vbkType:"epub",url:"/books/978-85-412-0353-1",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0353-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Publicidade digital: proteção da criança e do adolescente, 1ª Edição.",author:"PORTO, Renato",isbn:"9788502203488",edition:0,vbkType:"pbk",url:"/books/9788502203488",coverURL:"//covers.vitalbook.com/vbid/9788502203488/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Q & R - Questões & Respostas - Nutrição",author:"MEDEIROS, Fernanda Jurema",isbn:"978-85-277-2356-5",edition:0,vbkType:"epub",url:"/books/978-85-277-2356-5",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2356-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Redes de Computadores: Uma Abordagem Top-Down",author:"FOROUZAN, Behrouz A.; MOSHARRAF, Firouz\n",isbn:"9788580551693",edition:1,vbkType:"pbk",url:"/books/9788580551693",coverURL:"//covers.vitalbook.com/vbid/9788580551693/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Refração, 6ª edição",author:"ALVES, Aderbal de Albuquerque",isbn:"978-85-7006-641-1",edition:0,vbkType:"epub",url:"/books/978-85-7006-641-1",coverURL:"//covers.vitalbook.com/vbid/978-85-7006-641-1/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Regulação e concorrência – A atuação do CADE em setores de infraestrutura, 1ª edição.",author:"SAMPAIO, Patrícia Regina Pinheiro",isbn:"9788502200159",edition:0,vbkType:"pbk",url:"/books/9788502200159",coverURL:"//covers.vitalbook.com/vbid/9788502200159/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Regularização fundiária urbana : Lei n. 11.977/2009, 1ª edição.",author:"FUKASSAWA, Fernando",isbn:"9788502209701",edition:0,vbkType:"pbk",url:"/books/9788502209701",coverURL:"//covers.vitalbook.com/vbid/9788502209701/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Regularização Fundiária, 2ª edição",author:"NALINI, José Renato; LEVY, Wilson (coords.)",isbn:"978-85-309-5194-8",edition:0,vbkType:"epub",url:"/books/978-85-309-5194-8",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5194-8/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Religião: Conceitos-Chave em Filosofia",author:"SWEETMAN; Brendan",isbn:"9788565848343",edition:1,vbkType:"pbk",url:"/books/9788565848343",coverURL:"//covers.vitalbook.com/vbid/9788565848343/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Responsabilidade civil e inadimplemento no direito brasileiro: aspectos polêmicos",author:"Andrighi, Fátima Nancy (Coord.)",isbn:"9788522486434",edition:0,vbkType:"pbk",url:"/books/9788522486434",coverURL:"//covers.vitalbook.com/vbid/9788522486434/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série Gvlaw: Direito Econômico - Direito Econômico, 1ª edição.",author:"SCHAPIRO, Mario Gomes",isbn:"9788502205314",edition:0,vbkType:"pbk",url:"/books/9788502205314",coverURL:"//covers.vitalbook.com/vbid/9788502205314/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Série IDP - Jurisdição constitucional : o controle abstrato de normas no Brasil e na Alemanha, 6ª edição.",author:"MENDES, Gilmar Ferreira",isbn:"9788502209824",edition:0,vbkType:"pbk",url:"/books/9788502209824",coverURL:"//covers.vitalbook.com/vbid/9788502209824/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Segurança de Redes Sem Fio: Guia do Iniciante",author:"WRIGHTSON, Tyler",isbn:"9788582601556",edition:1,vbkType:"pbk",url:"/books/9788582601556",coverURL:"//covers.vitalbook.com/vbid/9788582601556/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Segurança e Saúde no Trabalho - Esquematizada - Normas Regulamentadora 10 a 19, 2ª edição",author:"NUNES, Flávio de Oliveira",isbn:"978-85-309-5370-6",edition:0,vbkType:"epub",url:"/books/978-85-309-5370-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5370-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sentença Criminal",author:"MISAKA, Marcelo Yukio; MASSON, Cleber (coord.)",isbn:"978-85-309-5114-6",edition:0,vbkType:"epub",url:"/books/978-85-309-5114-6",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5114-6/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Serviços de Auditoria e Asseguração na Prática",author:"STUART, Iris C.",isbn:"9788580553079",edition:1,vbkType:"pbk",url:"/books/9788580553079",coverURL:"//covers.vitalbook.com/vbid/9788580553079/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Silêncio Administrativo no Direito Brasileiro",author:"SADDY, André",isbn:"978-85-309-5103-0",edition:0,vbkType:"epub",url:"/books/978-85-309-5103-0",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5103-0/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sociologia do direito: a abordagem do fenômeno jurídico como fato social, 2ª edição",author:"Dias, Reinaldo ",isbn:"9788522485123",edition:0,vbkType:"pbk",url:"/books/9788522485123",coverURL:"//covers.vitalbook.com/vbid/9788522485123/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Soldagem - Série Tekne",author:"GEARY, Don; MILLER, Rex",isbn:"9788582600290",edition:2,vbkType:"pbk",url:"/books/9788582600290",coverURL:"//covers.vitalbook.com/vbid/9788582600290/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Sucessão do cônjuge",author:"Pieri, Sueli A. De",isbn:"9788522484515",vbkType:"pbk",url:"/books/9788522484515",coverURL:"//covers.vitalbook.com/vbid/9788522484515/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnica Anestésica, Exodontia e Cirurgia Dentoalveolar: Série Abeno",author:"PURICELLI, Edela",isbn:"9788536702308",edition:1,vbkType:"pbk",url:"/books/9788536702308",coverURL:"//covers.vitalbook.com/vbid/9788536702308/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Técnica Terapêutica da Contenção Física",author:"MARCOLAN, João Fernando",isbn:"978-85-412-0355-5",edition:0,vbkType:"epub",url:"/books/978-85-412-0355-5",coverURL:"//covers.vitalbook.com/vbid/978-85-412-0355-5/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Trabalhando com Adolescentes: Teoria e Intervenção Psicológica",author:"HABIGZANG, Luísa F.; DINIZ, Eva; KOLLER, Silvia H.",isbn:"9788582710487",edition:1,vbkType:"pbk",url:"/books/9788582710487",coverURL:"//covers.vitalbook.com/vbid/9788582710487/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Tratado de registros públicos e direito notarial",author:"Rodrigues, Marcelo ",isbn:"9788522486014",edition:0,vbkType:"pbk",url:"/books/9788522486014",coverURL:"//covers.vitalbook.com/vbid/9788522486014/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Treinamento de Força para a Terceira Idade",author:"BAECHLE, Thomas R.; WESTCOTT, Wayne L.",isbn:"9788565852920",edition:2,vbkType:"pbk",url:"/books/9788565852920",coverURL:"//covers.vitalbook.com/vbid/9788565852920/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Um Curso de Cálculo - Vol. 1, 5ª edição",author:"GUIDORIZZI, Hamilton Luiz",isbn:"978-85-216-2539-1",edition:0,vbkType:"pbk",url:"/books/978-85-216-2539-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2539-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Um Curso de Cálculo - Vol. 2, 5ª edição",author:"GUIDORIZZI, Hamilton Luiz",isbn:"978-85-216-2540-7",edition:0,vbkType:"pbk",url:"/books/978-85-216-2540-7",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2540-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Um Curso de Cálculo - Vol. 3, 5ª edição",author:"GUIDORIZZI, Hamilton Luiz",isbn:"978-85-216-2541-4",edition:0,vbkType:"pbk",url:"/books/978-85-216-2541-4",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2541-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Um Curso de Cálculo - Vol. 4, 5ª edição",author:"GUIDORIZZI, Hamilton Luiz",isbn:"978-85-216-2542-1",edition:0,vbkType:"pbk",url:"/books/978-85-216-2542-1",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2542-1/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Um Espelho para a Humanidade: Uma Introdução à Antropologia Cultural",author:"KOTTAK, Conrad P.",isbn:"9788580551914",edition:1,vbkType:"pbk",url:"/books/9788580551914",coverURL:"//covers.vitalbook.com/vbid/9788580551914/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Urbanismo sustentável: desenho urbano com a natureza",author:"FARR, Douglas",isbn:"9788582600801",edition:1,vbkType:"pbk",url:"/books/9788582600801",coverURL:"//covers.vitalbook.com/vbid/9788582600801/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Wittgenstein",author:"CHILD, William",isbn:"9788565848374",edition:1,vbkType:"pbk",url:"/books/9788565848374",coverURL:"//covers.vitalbook.com/vbid/9788565848374/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:16.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Ciência da Leitura",author:"SNOWLING, Margaret J.; HULME, Charles",isbn:"9788565848510",edition:1,vbkType:"pbk",url:"/books/9788565848510",coverURL:"//covers.vitalbook.com/vbid/9788565848510/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A coisa julgada penal e seus limites objetivos",author:"Lavoura, Éric ",isbn:"9788522480623",edition:0,vbkType:"pbk",url:"/books/9788522480623",coverURL:"//covers.vitalbook.com/vbid/9788522480623/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Coluna Vertebral: Conceitos Básicos",author:"PUDLES, Edson; DEFINO, Helton L. A.",isbn:"9788582710463",edition:1,vbkType:"pbk",url:"/books/9788582710463",coverURL:"//covers.vitalbook.com/vbid/9788582710463/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A hora dos cadáveres adiados: corrupção, expectativa e processo penal",author:"Martins, Rui Cunha ",isbn:"9788522484539",edition:0,vbkType:"pbk",url:"/books/9788522484539",coverURL:"//covers.vitalbook.com/vbid/9788522484539/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A Linguagem do Cinema: Coleção Fundamentos de Cinema",author:"EDGAR-HUNT, Robert; MARLAND, John; RAWLE, Steven",isbn:"9788582600375",edition:1,vbkType:"pbk",url:"/books/9788582600375",coverURL:"//covers.vitalbook.com/vbid/9788582600375/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A moderna administração integrada: abordagem estruturada, simples e de baixo custo",author:"Oliveira, Djalma de Pinho Rebouças de ",isbn:"9788522482030",edition:0,vbkType:"pbk",url:"/books/9788522482030",coverURL:"//covers.vitalbook.com/vbid/9788522482030/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A posse e seus efeitos, 3ª edição",author:"Aquino, Álvaro Antônio Sagulo Borges de ",isbn:"9788522482047",edition:0,vbkType:"pbk",url:"/books/9788522482047",coverURL:"//covers.vitalbook.com/vbid/9788522482047/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"A teoria crítica de Axel Honneth : reconhecimento, liberdade e justiça, 1ª edição.",author:"MELO, Rúrion",isbn:"9788502208445",edition:0,vbkType:"pbk",url:"/books/9788502208445",coverURL:"//covers.vitalbook.com/vbid/9788502208445/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração da Construção Civil, 2ª edição",author:"HALPIN, Daniel W.; WOODHEAD, Ronald W.",isbn:"978-85-216-2494-3",edition:0,vbkType:"pbk",url:"/books/978-85-216-2494-3",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2494-3/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração do capital de giro, 4ª edição",author:"Assaf Neto, Alexandre; Silva, César Augusto Tibúrcio ",isbn:"9788522484751",edition:0,vbkType:"pbk",url:"/books/9788522484751",coverURL:"//covers.vitalbook.com/vbid/9788522484751/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Administração estratégica na prática : a competitividade para administrar o futuro das empresas,",author:"\nOliveira, Djalma de Pinho Rebouças de",isbn:"9788522475612",edition:0,vbkType:"pbk",url:"/books/9788522475612",coverURL:"//covers.vitalbook.com/vbid/9788522475612/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Advocacia do setor público : estudos temáticos de direito, 1ª edição.",author:"MANCUSO, Rodolfo de Camargo",isbn:"9788502190610",edition:0,vbkType:"pbk",url:"/books/9788502190610",coverURL:"//covers.vitalbook.com/vbid/9788502190610/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Advocacia previdenciária, 4ª edição",author:"Sanchez, Adilson ",isbn:"9788522484775",edition:0,vbkType:"pbk",url:"/books/9788522484775",coverURL:"//covers.vitalbook.com/vbid/9788522484775/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Anatomia Geral e Odontológica: Série Abeno",author:"CARIA, Paulo Henrique Ferreira",isbn:"9788536702223",edition:1,vbkType:"pbk",url:"/books/9788536702223",coverURL:"//covers.vitalbook.com/vbid/9788536702223/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Análise Estrutural Usando Métodos Clássicos e Métodos Matriciais, 4ª edição",author:"McCORMAC, Jack C.",isbn:"978-85-216-2496-7",edition:0,vbkType:"pbk",url:"/books/978-85-216-2496-7",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2496-7/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Análise gerencial de custos: aplicação em empresas modernas, 3ª edição",author:"Bornia, Antonio Cezar ",isbn:"9788522485048",edition:0,vbkType:"pbk",url:"/books/9788522485048",coverURL:"//covers.vitalbook.com/vbid/9788522485048/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Argumentação e discurso jurídico, 2ª edição",author:"Henriques, Antonio ",isbn:"9788522483853",edition:0,vbkType:"pbk",url:"/books/9788522483853",coverURL:"//covers.vitalbook.com/vbid/9788522483853/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Auditoria interna e operacional: fudamentos, conceitos e aplicações práticas",author:"Cordeiro, Cláudio Marcelo Rodrigues ",isbn:"9788522482009",edition:0,vbkType:"pbk",url:"/books/9788522482009",coverURL:"//covers.vitalbook.com/vbid/9788522482009/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Auditoria: um curso moderno e completo, 8ª edição",author:"Almeida, Marcelo Cavalcanti ",isbn:"9788522484768",edition:0,vbkType:"pbk",url:"/books/9788522484768",coverURL:"//covers.vitalbook.com/vbid/9788522484768/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Automação Industrial - PLC - Programação e Instalação",author:"PRUDENTE, Francesco",isbn:"978-85-216-2440-0",edition:0,vbkType:"pbk",url:"/books/978-85-216-2440-0",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2440-0/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Biomecânica no Esporte - Performance do Desempenho e Prevenção de Lesão",author:"ZATSIORSKY, Vladimir M.",isbn:"978-85-277-2340-4",edition:0,vbkType:"pbk",url:"/books/978-85-277-2340-4",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2340-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Booth | Farmacologia e Terapêutica em Veterinária, 8ª edição",author:"ADAMS, H. Richard",isbn:"978-85-277-2343-5",edition:0,vbkType:"pbk",url:"/books/978-85-277-2343-5",coverURL:"//covers.vitalbook.com/vbid/978-85-277-2343-5/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Casos Clínicos em Psiquiatria",author:"TOY, Eugene C.; KLAMEN, Debra",isbn:"9788580553055",edition:4,vbkType:"pbk",url:"/books/9788580553055",coverURL:"//covers.vitalbook.com/vbid/9788580553055/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Código civil interpretado, 3ª edição",author:"Venosa, Sílvio de Salvo; Rodrigues, Cláudia ",isbn:"9788522479849",edition:0,vbkType:"pbk",url:"/books/9788522479849",coverURL:"//covers.vitalbook.com/vbid/9788522479849/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"CLT - Consolidação das Leis do Trabalho, 3ª edição",author:"PEREIRA, Leone (org.)",isbn:"978-85-309-5051-4",edition:0,vbkType:"pbk",url:"/books/978-85-309-5051-4",coverURL:"//covers.vitalbook.com/vbid/978-85-309-5051-4/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. DDJ: Produção científica ; A moldura jurídica da política monetária: um estudo do Bacen, ",author:"DURAN, Camila Villard",isbn:"9788502209251",edition:0,vbkType:"pbk",url:"/books/9788502209251",coverURL:"//covers.vitalbook.com/vbid/9788502209251/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Col. Saberes do Direito; vol. 41 - Processo do trabalho, 1ª edição.",author:"BORGES, Michelle",isbn:"9788502206502",edition:0,vbkType:"pbk",url:"/books/9788502206502",coverURL:"//covers.vitalbook.com/vbid/9788502206502/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção direito e processo: técnicas de direito processual : Desjudicialização da execução ci",author:"RIBEIRO, Flávia Pereira",isbn:"9788502209343",edition:0,vbkType:"pbk",url:"/books/9788502209343",coverURL:"//covers.vitalbook.com/vbid/9788502209343/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção direito vivo: Sociologia jurídica,1ª edição.",author:"SPAGNOL, Antonio Sergio",isbn:"9788502173972",edition:0,vbkType:"pbk",url:"/books/9788502173972",coverURL:"//covers.vitalbook.com/vbid/9788502173972/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção passe em concursos públicos 11.000 questões comentadas, 1ª edição.",author:"ROCHA, Marcelo Hugo da",isbn:"9788502201453",vbkType:"pbk",url:"/books/9788502201453",coverURL:"//covers.vitalbook.com/vbid/9788502201453/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção passe em concursos públicos: Manual de dicas : analista de tribunais : STF, STJ, TST, TSE",author:"ROCHA, Marcelo Hugo da",isbn:"9788502210776",edition:0,vbkType:"pbk",url:"/books/9788502210776",coverURL:"//covers.vitalbook.com/vbid/9788502210776/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Coleção teoria e história do direito : Ensaios de teoria do direito, 1ª edição.",author:"PORTO MACEDO JUNIOR, Ronaldo",isbn:"9788502203662",edition:0,vbkType:"pbk",url:"/books/9788502203662",coverURL:"//covers.vitalbook.com/vbid/9788502203662/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Comércio exterior: teoria e gestão, 3ª edição",author:"Dias, Reinaldo; Rodrigues, Waldemar (Orgs.) ",isbn:"9788522484447",edition:0,vbkType:"pbk",url:"/books/9788522484447",coverURL:"//covers.vitalbook.com/vbid/9788522484447/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como conquistar, fidelizar e recuperar clientes: gestão do relacionamento, 2ª edição",author:"Lima, Agnaldo ",isbn:"9788522482849",edition:0,vbkType:"pbk",url:"/books/9788522482849",coverURL:"//covers.vitalbook.com/vbid/9788522482849/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Como elaborar trabalhos monográficos em contabilidade: teoria e prática, 3ª edição",author:"Wickert, Ilse Maria Beuren ",isbn:"9788522486977",edition:0,vbkType:"pbk",url:"/books/9788522486977",coverURL:"//covers.vitalbook.com/vbid/9788522486977/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Competências na Constituição de 1988, 6ª edição",author:"Almeida, Fernanda Dias Menezes de ",isbn:"9788522480692",edition:0,vbkType:"pbk",url:"/books/9788522480692",coverURL:"//covers.vitalbook.com/vbid/9788522480692/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Consórcios Públicos: Lei nº 11.107, de 06.04.2005, e Decreto Nº 6.017, de 17.01.2007, 2ª edição",author:"Carvalho Filho, José dos Santos ",isbn:"9788522483792",edition:0,vbkType:"pbk",url:"/books/9788522483792",coverURL:"//covers.vitalbook.com/vbid/9788522483792/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Construindo o planejamento público: buscando a integração entre política, gestão e participação popular",author:"Ribeiro, Renato Jorge Brown ; Bliacheriene, Ana Carla ",isbn:"9788522483020",edition:0,vbkType:"pbk",url:"/books/9788522483020",coverURL:"//covers.vitalbook.com/vbid/9788522483020/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade gerencial: Livro texto com exemplos, estudos de caso e atividades práticas",author:"Alves, Revson Vasconcelos ",isbn:"9788522480449",edition:0,vbkType:"pbk",url:"/books/9788522480449",coverURL:"//covers.vitalbook.com/vbid/9788522480449/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade gerencial: um enfoque em sistema de informação contábil, 7ª edição",author:"Padoveze, Clóvis Luis ",isbn:"9788522486960",edition:0,vbkType:"pbk",url:"/books/9788522486960",coverURL:"//covers.vitalbook.com/vbid/9788522486960/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade internacional, 2ª edição",author:"Niyama, Jorge Katsumi ",isbn:"9788522485086",edition:0,vbkType:"pbk",url:"/books/9788522485086",coverURL:"//covers.vitalbook.com/vbid/9788522485086/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Contabilidade social: texto, 7ª edição",author:"Rossetti, José Paschoal ",isbn:"9788522481187",edition:0,vbkType:"pbk",url:"/books/9788522481187",coverURL:"//covers.vitalbook.com/vbid/9788522481187/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Controladoria na administração pública: manual prático para implantação",author:"Silva, Elderson Ferreira Da ",isbn:"9788522482153",edition:0,vbkType:"pbk",url:"/books/9788522482153",coverURL:"//covers.vitalbook.com/vbid/9788522482153/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Crianças, Espaços, Relações: Como Projetar Ambientes para a Educação Infantil",author:"CEPPI, Giulio; ZINI, Michele",isbn:"9788565848732",edition:1,vbkType:"pbk",url:"/books/9788565848732",coverURL:"//covers.vitalbook.com/vbid/9788565848732/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Cultura organizacional: construção, consolidação e mudança",author:"Dias, Reinaldo ",isbn:"9788522484485",edition:0,vbkType:"pbk",url:"/books/9788522484485",coverURL:"//covers.vitalbook.com/vbid/9788522484485/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Da culpa e do risco: como fundamentos da responsabilidade civil, 2ª edição",author:"Melo, Nehemias domingos de ",isbn:"9788522484010",edition:0,vbkType:"pbk",url:"/books/9788522484010",coverURL:"//covers.vitalbook.com/vbid/9788522484010/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Defensoria pública: fundamentos, organização e funcionamento",author:"Rocha, Amélia Soares Da ",isbn:"9788522479894",edition:0,vbkType:"pbk",url:"/books/9788522479894",coverURL:"//covers.vitalbook.com/vbid/9788522479894/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Desenvolvimento de Software I: Conceitos Básicos - Série Tekne",author:"OKUYAMA, Fabio Yoshimitsu; MILETTO, Evandro Manara; NICOLAO, Mariano",isbn:"9788582601464",edition:1,vbkType:"pbk",url:"/books/9788582601464",coverURL:"//covers.vitalbook.com/vbid/9788582601464/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito de preferência",author:"Lgow, Carla Wainer Chalréo ",isbn:"9788522479504",edition:0,vbkType:"pbk",url:"/books/9788522479504",coverURL:"//covers.vitalbook.com/vbid/9788522479504/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito do consumidor: contratos, responsabilidade civil e defesa do consumidor em juízo, 6ª ediç",author:"Khouri, Paulo Roberto Roque Antonio ",isbn:"9788522486472",edition:0,vbkType:"pbk",url:"/books/9788522486472",coverURL:"//covers.vitalbook.com/vbid/9788522486472/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito e desenvolvimento : uma abordagem sustentável, 1ª edição.",author:"REI, Fernando",isbn:"9788502180987",edition:0,vbkType:"pbk",url:"/books/9788502180987",coverURL:"//covers.vitalbook.com/vbid/9788502180987/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito econômico, 6ª edição",author:"Bagnoli, Vicente ",isbn:"9788522484331",edition:0,vbkType:"pbk",url:"/books/9788522484331",coverURL:"//covers.vitalbook.com/vbid/9788522484331/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Direito fundamental a uma tributação justa",author:"Mello, Elizabete Rosa de ",isbn:"9788522481842",edition:0,vbkType:"pbk",url:"/books/9788522481842",coverURL:"//covers.vitalbook.com/vbid/9788522481842/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Educação à distância: professores-autores em tempos de cibercultura",author:"Ricardo, Eleonora Jorge ",isbn:"9788522484027",edition:0,vbkType:"pbk",url:"/books/9788522484027",coverURL:"//covers.vitalbook.com/vbid/9788522484027/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Elaboração e análise de viabilidade econômica de projetos: tópicos práticos de finanças para ",author:"Gomes, José Maria ",isbn:"9788522479634",edition:0,vbkType:"pbk",url:"/books/9788522479634",coverURL:"//covers.vitalbook.com/vbid/9788522479634/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Empreendedorismo para Visionários - Desenvolvendo Negócios Inovadores para um Mundo em Transformação",author:"DORNELAS, José",isbn:"978-85-216-2516-2",edition:0,vbkType:"epub",url:"/books/978-85-216-2516-2",coverURL:"//covers.vitalbook.com/vbid/978-85-216-2516-2/width/:width?style=preview",hasPageBreaks:!1,format:"epub",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"reflowable",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Empresa estatal: função econômica e dilemas societários, 2ª edição",author:"Pinto Junior, Mario Engler ",isbn:"9788522484119",edition:0,vbkType:"pbk",url:"/books/9788522484119",coverURL:"//covers.vitalbook.com/vbid/9788522484119/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"Ensinando sobre o Holocausto na Escola: Informações e Propostas para Professores dos Ensinos Funda",author:"PEREIRA, Nilton Mullet; GITZ, Ilton",isbn:"9788565848879",edition:1,vbkType:"pbk",url:"/books/9788565848879",coverURL:"//covers.vitalbook.com/vbid/9788565848879/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0},{title:"ERP e sistemas de informações gerenciais",author:"Santos, Aldemar de Araújo ",isbn:"9788522480203",edition:0,vbkType:"pbk",url:"/books/9788522480203",coverURL:"//covers.vitalbook.com/vbid/9788522480203/width/:width?style=preview",hasPageBreaks:!0,format:"pbk",lsiId:null,hasAncillaries:!1,viewedAt:null,addedAt:"2016-08-17T10:04:15.000Z",layout:"fixed",expiresAt:"2018-02-14T17:21:08.000Z",hasFigures:!1,contextToken:null,hasLicense:!0}]}},function(e,i,t){"use strict";function o(e){return e&&e.__esModule?e:{default:e}}function a(e,i){if(!(e instanceof i))throw new TypeError("Cannot call a class as a function")}function s(e,i){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!i||"object"!=typeof i&&"function"!=typeof i?e:i}function r(e,i){if("function"!=typeof i&&null!==i)throw new TypeError("Super expression must either be null or a function, not "+typeof i);e.prototype=Object.create(i&&i.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),i&&(Object.setPrototypeOf?Object.setPrototypeOf(e,i):e.__proto__=i)}Object.defineProperty(i,"__esModule",{value:!0});var n=function(){function e(e,i){for(var t=0;t=t.state.max&&(e=t.state.max);var i=t.state.data.slice(0,e);t.setState({dataFiltered:i,current:e})},t._onKeySearchPress=function(e){"Enter"===e.key&&t._filterSearch()},t._handlerSearchInput=function(e){var i=e.currentTarget.value;t.setState({search:i})},t._filterSearch=function(){t.setState({loading:!0},function(){var e=t.state.search.toUpperCase(),i=k.data.books;if(/\S/.test(e)){var o=i.filter(function(i){return!!i.title.toUpperCase().includes(e)});t.setState({data:o,dataFiltered:o.slice(0,15),max:o.length,loading:!1})}else t.setState({data:i,dataFiltered:i.slice(0,15),max:i.length,loading:!1});t.refs.ebookComponent.scrollTop=0})},t._loginUser=function(e,i){t.props.loginUserFeetch("a224731971@fumec.edu.br","Mail*9*9")},t.state={data:k.data.books,dataFiltered:k.data.books.slice(0,15),offset:15,current:15,max:k.data.books.length,search:"",loading:null,statusText:"Carregando Livros"},t}return r(i,e),n(i,[{key:"render",value:function(){var e=this;return d.default.createElement("div",{className:c.default["home-ctn"]},d.default.createElement("div",{className:c.default["search-ctn"]},d.default.createElement("div",{className:c.default["search--input"]},d.default.createElement("span",{className:"icon-search"}),d.default.createElement("input",{placeholder:"Pesquisar Livros",onChange:this._handlerSearchInput,onKeyPress:this._onKeySearchPress})),d.default.createElement("button",{onClick:this._filterSearch},"Pesquisar")),d.default.createElement(p.default,{ref:"ebookComponent",auth:this.props.auth,ebooks:this.state.dataFiltered,_loadMoreEbooks:function(){e._loadMoreEbooks()},filtering:this.state.loading||null==this.props.auth.isAuthenticated,statusText:this.state.statusText}),d.default.createElement("span",{className:c.default.footer},d.default.createElement("a",{href:"https://github.com/tharyckgusmao/integrada.minhabiblioteca.com.br"},"Github Tharyck Gusmao")),null==this.props.auth.isAuthenticated||0==this.props.auth.isAuthenticated?d.default.createElement(b.default,{_loginUser:function(i,t){e._loginUser(i,t)},load:this.props.auth.isAuthenticating||!1,authenticated:this.props.auth.status,statusText:"Aguarde..."}):null)}}]),i}(l.Component);i.default=A},function(e,i,t){e.exports={default:t(592),__esModule:!0}},function(e,i,t){e.exports={default:t(594),__esModule:!0}},function(e,i,t){e.exports={default:t(595),__esModule:!0}},function(e,i,t){e.exports={default:t(596),__esModule:!0}},function(e,i,t){e.exports={default:t(597),__esModule:!0}},function(e,i,t){e.exports={default:t(598),__esModule:!0}},function(e,i,t){e.exports={default:t(599),__esModule:!0}},function(e,i,t){e.exports={default:t(601),__esModule:!0}},function(e,i,t){e.exports={default:t(602),__esModule:!0}},function(e,i,t){e.exports={default:t(603),__esModule:!0}},function(e,i,t){e.exports={default:t(604),__esModule:!0}},function(e,i,t){e.exports={default:t(605),__esModule:!0}},function(e,i,t){e.exports={default:t(606),__esModule:!0}},function(e,i,t){e.exports={default:t(607),__esModule:!0}},function(e,i,t){"use strict";i.__esModule=!0;var o=t(166),a=function(e){return e&&e.__esModule?e:{default:e}}(o);i.default=function(e,i,t){return i in e?(0,a.default)(e,i,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[i]=t,e}},function(e,i,t){"use strict";function o(e){return e&&e.__esModule?e:{default:e}}i.__esModule=!0;var a=t(531),s=o(a),r=t(526),n=o(r),l=t(167),d=o(l);i.default=function(e,i){if("function"!=typeof i&&null!==i)throw new TypeError("Super expression must either be null or a function, not "+(void 0===i?"undefined":(0,d.default)(i)));e.prototype=(0,n.default)(i&&i.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),i&&(s.default?(0,s.default)(e,i):e.__proto__=i)}},function(e,i,t){"use strict";i.__esModule=!0;var o=t(167),a=function(e){return e&&e.__esModule?e:{default:e}}(o);i.default=function(e,i){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!i||"object"!==(void 0===i?"undefined":(0,a.default)(i))&&"function"!=typeof i?e:i}},function(e,i,t){"use strict";function o(e){return e&&e.__esModule?e:{default:e}}i.__esModule=!0;var a=t(522),s=o(a),r=t(165),n=o(r);i.default=function(){function e(e,i){var t=[],o=!0,a=!1,s=void 0;try{for(var r,l=(0,n.default)(e);!(o=(r=l.next()).done)&&(t.push(r.value),!i||t.length!==i);o=!0);}catch(e){a=!0,s=e}finally{try{!o&&l.return&&l.return()}finally{if(a)throw s}}return t}return function(i,t){if(Array.isArray(i))return i;if((0,s.default)(Object(i)))return e(i,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}()},function(e,i,t){e.exports=t(1062)},function(e,i,t){"use strict";e.exports=function(e){function i(e){var i=new t(e),o=i.promise();return i.setHowMany(1),i.setUnwrap(),i.init(),o}var t=e._SomePromiseArray;e.any=function(e){return i(e)},e.prototype.any=function(){return i(this)}}},function(e,i,t){"use strict";function o(){this._customScheduler=!1,this._isTickUsed=!1,this._lateQueue=new d(16),this._normalQueue=new d(16),this._haveDrainedQueues=!1,this._trampolineEnabled=!0;var e=this;this.drainQueues=function(){e._drainQueues()},this._schedule=l}function a(e,i,t){this._lateQueue.push(e,i,t),this._queueTick()}function s(e,i,t){this._normalQueue.push(e,i,t),this._queueTick()}function r(e){this._normalQueue._pushOne(e),this._queueTick()}var n;try{throw new Error}catch(e){n=e}var l=t(564),d=t(561),u=t(4);o.prototype.setScheduler=function(e){var i=this._schedule;return this._schedule=e,this._customScheduler=!0,i},o.prototype.hasCustomScheduler=function(){return this._customScheduler},o.prototype.enableTrampoline=function(){this._trampolineEnabled=!0},o.prototype.disableTrampolineIfNecessary=function(){u.hasDevTools&&(this._trampolineEnabled=!1)},o.prototype.haveItemsQueued=function(){return this._isTickUsed||this._haveDrainedQueues},o.prototype.fatalError=function(e,i){i?(process.stderr.write("Fatal "+(e instanceof Error?e.stack:e)+"\n"),process.exit(2)):this.throwLater(e)},o.prototype.throwLater=function(e,i){if(1===arguments.length&&(i=e,e=function(){throw i}),"undefined"!=typeof setTimeout)setTimeout(function(){e(i)},0);else try{this._schedule(function(){e(i)})}catch(e){throw new Error("No async scheduler available\n\n See http://goo.gl/MqrFmX\n")}},u.hasDevTools?(o.prototype.invokeLater=function(e,i,t){this._trampolineEnabled?a.call(this,e,i,t):this._schedule(function(){setTimeout(function(){e.call(i,t)},100)})},o.prototype.invoke=function(e,i,t){this._trampolineEnabled?s.call(this,e,i,t):this._schedule(function(){e.call(i,t)})},o.prototype.settlePromises=function(e){this._trampolineEnabled?r.call(this,e):this._schedule(function(){e._settlePromises()})}):(o.prototype.invokeLater=a,o.prototype.invoke=s,o.prototype.settlePromises=r),o.prototype._drainQueue=function(e){for(;e.length()>0;){var i=e.shift();if("function"==typeof i){var t=e.shift(),o=e.shift();i.call(t,o)}else i._settlePromises()}},o.prototype._drainQueues=function(){this._drainQueue(this._normalQueue),this._reset(),this._haveDrainedQueues=!0,this._drainQueue(this._lateQueue)},o.prototype._queueTick=function(){this._isTickUsed||(this._isTickUsed=!0,this._schedule(this.drainQueues))},o.prototype._reset=function(){this._isTickUsed=!1},e.exports=o,e.exports.firstLineError=n},function(e,i,t){"use strict";e.exports=function(e,i,t,o){var a=!1,s=function(e,i){this._reject(i)},r=function(e,i){i.promiseRejectionQueued=!0,i.bindingPromise._then(s,s,null,this,e)},n=function(e,i){0==(50397184&this._bitField)&&this._resolveCallback(i.target)},l=function(e,i){i.promiseRejectionQueued||this._reject(e)};e.prototype.bind=function(s){a||(a=!0,e.prototype._propagateFrom=o.propagateFromFunction(),e.prototype._boundValue=o.boundValueFunction());var d=t(s),u=new e(i);u._propagateFrom(this,1);var c=this._target();if(u._setBoundTo(d),d instanceof e){var h={promiseRejectionQueued:!1,promise:u,target:c,bindingPromise:d};c._then(i,r,void 0,u,h),d._then(n,l,void 0,u,h),u._setOnCancel(d)}else u._resolveCallback(c);return u},e.prototype._setBoundTo=function(e){void 0!==e?(this._bitField=2097152|this._bitField,this._boundTo=e):this._bitField=-2097153&this._bitField},e.prototype._isBound=function(){return 2097152==(2097152&this._bitField)},e.bind=function(i,t){return e.resolve(t).bind(i)}}},function(e,i,t){"use strict";function o(){try{Promise===s&&(Promise=a)}catch(e){}return s}var a;"undefined"!=typeof Promise&&(a=Promise);var s=t(557)();s.noConflict=o,e.exports=s},function(e,i,t){"use strict";var o=Object.create;if(o){var a=o(null),s=o(null);a[" size"]=s[" size"]=0}e.exports=function(e){function i(i,t){var o;if(null!=i&&(o=i[t]),"function"!=typeof o){var a="Object "+u.classString(i)+" has no method '"+u.toString(t)+"'";throw new e.TypeError(a)}return o}function o(e){return i(e,this.pop()).apply(e,this)}function r(e){return e[this]}function n(e){var i=+this;return i<0&&(i=Math.max(0,i+e.length)),e[i]}var l,d,u=t(4),c=u.canEvaluate,h=u.isIdentifier,p=function(e){return new Function("ensureMethod"," \n return function(obj) { \n 'use strict' \n var len = this.length; \n ensureMethod(obj, 'methodName'); \n switch(len) { \n case 1: return obj.methodName(this[0]); \n case 2: return obj.methodName(this[0], this[1]); \n case 3: return obj.methodName(this[0], this[1], this[2]); \n case 0: return obj.methodName(); \n default: \n return obj.methodName.apply(obj, this); \n } \n }; \n ".replace(/methodName/g,e))(i)},v=function(e){return new Function("obj"," \n 'use strict'; \n return obj.propertyName; \n ".replace("propertyName",e))},b=function(e,i,t){var o=t[e];if("function"!=typeof o){if(!h(e))return null;if(o=i(e),t[e]=o,++t[" size"]>512){for(var a=Object.keys(t),s=0;s<256;++s)delete t[a[s]];t[" size"]=a.length-256}}return o};l=function(e){return b(e,p,a)},d=function(e){return b(e,v,s)},e.prototype.call=function(e){for(var i=arguments.length,t=new Array(Math.max(i-1,0)),a=1;a0&&this._settlePromises()},e.prototype._unsetOnCancel=function(){this._onCancelField=void 0},e.prototype._isCancellable=function(){return this.isPending()&&!this._isCancelled()},e.prototype.isCancellable=function(){return this.isPending()&&!this.isCancelled()},e.prototype._doInvokeOnCancel=function(e,i){if(s.isArray(e))for(var t=0;t=0)return s[e]}var a=!1,s=[];return e.prototype._promiseCreated=function(){},e.prototype._pushContext=function(){},e.prototype._popContext=function(){return null},e._peekContext=e.prototype._peekContext=function(){},i.prototype._pushContext=function(){void 0!==this._trace&&(this._trace._promiseCreated=null,s.push(this._trace))},i.prototype._popContext=function(){if(void 0!==this._trace){var e=s.pop(),i=e._promiseCreated;return e._promiseCreated=null,i}return null},i.CapturedTrace=null,i.create=t,i.deactivateLongStackTraces=function(){},i.activateLongStackTraces=function(){var t=e.prototype._pushContext,s=e.prototype._popContext,r=e._peekContext,n=e.prototype._peekContext,l=e.prototype._promiseCreated;i.deactivateLongStackTraces=function(){e.prototype._pushContext=t,e.prototype._popContext=s,e._peekContext=r,e.prototype._peekContext=n,e.prototype._promiseCreated=l,a=!1},a=!0,e.prototype._pushContext=i.prototype._pushContext,e.prototype._popContext=i.prototype._popContext,e._peekContext=e.prototype._peekContext=o,e.prototype._promiseCreated=function(){var e=this._peekContext();e&&null==e._promiseCreated&&(e._promiseCreated=this)}},i}},function(e,i,t){"use strict";e.exports=function(e,i){function o(e,i){return{promise:i}}function a(){return!1}function s(e,i,t){var o=this;try{e(i,t,function(e){if("function"!=typeof e)throw new TypeError("onCancel must be a function, got: "+M.toString(e));o._attachCancellationCallback(e)})}catch(e){return e}}function r(e){if(!this._isCancellable())return this;var i=this._onCancel();void 0!==i?M.isArray(i)?i.push(e):this._setOnCancel([i,e]):this._setOnCancel(e)}function n(){return this._onCancelField}function l(e){this._onCancelField=e}function d(){this._cancellationParent=void 0,this._onCancelField=void 0}function u(e,i){if(0!=(1&i)){this._cancellationParent=e;var t=e._branchesRemainingToCancel;void 0===t&&(t=0),e._branchesRemainingToCancel=t+1}0!=(2&i)&&e._isBound()&&this._setBoundTo(e._boundTo)}function c(e,i){0!=(2&i)&&e._isBound()&&this._setBoundTo(e._boundTo)}function h(){var i=this._boundTo;return void 0!==i&&i instanceof e?i.isFulfilled()?i.value():void 0:i}function p(){this._trace=new C(this._peekContext())}function v(e,i){if(N(e)){var t=this._trace;if(void 0!==t&&i&&(t=t._parent),void 0!==t)t.attachExtraTrace(e);else if(!e.__stackCleaned__){var o=g(e);M.notEnumerableProp(e,"stack",o.message+"\n"+o.stack.join("\n")),M.notEnumerableProp(e,"__stackCleaned__",!0)}}}function b(e,i,t,o,a){if(void 0===e&&null!==i&&W){if(void 0!==a&&a._returnedNonUndefined())return;if(0==(65535&o._bitField))return;t&&(t+=" ");var s="",r="";if(i._trace){for(var n=i._trace.stack.split("\n"),l=w(n),d=l.length-1;d>=0;--d){var u=l[d];if(!j.test(u)){var c=u.match(H);c&&(s="at "+c[1]+":"+c[2]+":"+c[3]+" ");break}}if(l.length>0)for(var h=l[0],d=0;d0&&(r="\n"+n[d-1]);break}}var p="a promise was created in a "+t+"handler "+s+"but was not returned from it, see http://goo.gl/rRqMUw"+r;o._warn(p,!0,i)}}function k(e,i){var t=e+" is deprecated and will be removed in a future version.";return i&&(t+=" Use "+i+" instead."),A(t)}function A(i,t,o){if(se.warnings){var a,s=new _(i);if(t)o._attachExtraTrace(s);else if(se.longStackTraces&&(a=e._peekContext()))a.attachExtraTrace(s);else{var r=g(s);s.stack=r.message+"\n"+r.stack.join("\n")}ee("warning",s)||x(s,"",!0)}}function f(e,i){for(var t=0;t=0;--n)if(o[n]===s){r=n;break}for(var n=r;n>=0;--n){var l=o[n];if(i[a]!==l)break;i.pop(),a--}i=o}}function w(e){for(var i=[],t=0;t0&&"SyntaxError"!=e.name&&(i=i.slice(t)),i}function g(e){var i=e.stack,t=e.toString();return i="string"==typeof i&&i.length>0?y(e):[" (No stack trace)"],{message:t,stack:"SyntaxError"==e.name?i:w(i)}}function x(e,i,t){if("undefined"!=typeof console){var o;if(M.isObject(e)){var a=e.stack;o=i+z(a,e)}else o=i+String(e);"function"==typeof B?B(o,t):"function"!=typeof console.log&&"object"!=typeof console.log||console.log(o)}}function L(e,i,t,o){var a=!1;try{"function"==typeof i&&(a=!0,"rejectionHandled"===e?i(o):i(t,o))}catch(e){O.throwLater(e)}"unhandledRejection"===e?ee(e,t,o)||a||x(t,"Unhandled rejection "):ee(e,o)}function R(e){var i;if("function"==typeof e)i="[function "+(e.name||"anonymous")+"]";else{i=e&&"function"==typeof e.toString?e.toString():M.toString(e);if(/\[object [a-zA-Z0-9$_]+\]/.test(i))try{i=JSON.stringify(e)}catch(e){}0===i.length&&(i="(empty array)")}return"(<"+I(i)+">, no stack trace)"}function I(e){return e.length<41?e:e.substr(0,38)+"..."}function P(){return"function"==typeof ae}function E(e){var i=e.match(oe);if(i)return{fileName:i[1],line:parseInt(i[2],10)}}function Z(e,i){if(P()){for(var t,o,a=e.stack.split("\n"),s=i.stack.split("\n"),r=-1,n=-1,l=0;l=n||(te=function(e){if(D.test(e))return!0;var i=E(e);return!!(i&&i.fileName===t&&r<=i.line&&i.line<=n)})}}function C(e){this._parent=e,this._promisesCreated=0;var i=this._length=1+(void 0===e?0:e._length);ae(this,C),i>32&&this.uncycle()}var F,S,B,U=e._getDomain,O=e._async,_=t(45).Warning,M=t(4),N=M.canAttachTrace,D=/[\\\/]bluebird[\\\/]js[\\\/](release|debug|instrumented)/,j=/\((?:timers\.js):\d+:\d+\)/,H=/[\/<\(](.+?):(\d+):(\d+)\)?\s*$/,G=null,z=null,V=!1,q=!(0==M.env("BLUEBIRD_DEBUG")||!M.env("BLUEBIRD_DEBUG")&&"development"!==M.env("NODE_ENV")),J=!(0==M.env("BLUEBIRD_WARNINGS")||!q&&!M.env("BLUEBIRD_WARNINGS")),K=!(0==M.env("BLUEBIRD_LONG_STACK_TRACES")||!q&&!M.env("BLUEBIRD_LONG_STACK_TRACES")),W=0!=M.env("BLUEBIRD_W_FORGOTTEN_RETURN")&&(J||!!M.env("BLUEBIRD_W_FORGOTTEN_RETURN"));e.prototype.suppressUnhandledRejections=function(){var e=this._target();e._bitField=-1048577&e._bitField|524288},e.prototype._ensurePossibleRejectionHandled=function(){0==(524288&this._bitField)&&(this._setRejectionIsUnhandled(),O.invokeLater(this._notifyUnhandledRejection,this,void 0))},e.prototype._notifyUnhandledRejectionIsHandled=function(){L("rejectionHandled",F,void 0,this)},e.prototype._setReturnedNonUndefined=function(){this._bitField=268435456|this._bitField},e.prototype._returnedNonUndefined=function(){return 0!=(268435456&this._bitField)},e.prototype._notifyUnhandledRejection=function(){if(this._isRejectionUnhandled()){var e=this._settledValue();this._setUnhandledRejectionIsNotified(),L("unhandledRejection",S,e,this)}},e.prototype._setUnhandledRejectionIsNotified=function(){this._bitField=262144|this._bitField},e.prototype._unsetUnhandledRejectionIsNotified=function(){this._bitField=-262145&this._bitField},e.prototype._isUnhandledRejectionNotified=function(){return(262144&this._bitField)>0},e.prototype._setRejectionIsUnhandled=function(){this._bitField=1048576|this._bitField},e.prototype._unsetRejectionIsUnhandled=function(){this._bitField=-1048577&this._bitField,this._isUnhandledRejectionNotified()&&(this._unsetUnhandledRejectionIsNotified(),this._notifyUnhandledRejectionIsHandled())},e.prototype._isRejectionUnhandled=function(){return(1048576&this._bitField)>0},e.prototype._warn=function(e,i,t){return A(e,i,t||this)},e.onPossiblyUnhandledRejection=function(e){var i=U();S="function"==typeof e?null===i?e:M.domainBind(i,e):void 0},e.onUnhandledRejectionHandled=function(e){var i=U();F="function"==typeof e?null===i?e:M.domainBind(i,e):void 0};var Y=function(){};e.longStackTraces=function(){if(O.haveItemsQueued()&&!se.longStackTraces)throw new Error("cannot enable long stack traces after promises have been created\n\n See http://goo.gl/MqrFmX\n");if(!se.longStackTraces&&P()){var t=e.prototype._captureStackTrace,o=e.prototype._attachExtraTrace;se.longStackTraces=!0,Y=function(){if(O.haveItemsQueued()&&!se.longStackTraces)throw new Error("cannot enable long stack traces after promises have been created\n\n See http://goo.gl/MqrFmX\n");e.prototype._captureStackTrace=t,e.prototype._attachExtraTrace=o,i.deactivateLongStackTraces(),O.enableTrampoline(),se.longStackTraces=!1},e.prototype._captureStackTrace=p,e.prototype._attachExtraTrace=v,i.activateLongStackTraces(),O.disableTrampolineIfNecessary()}},e.hasLongStackTraces=function(){return se.longStackTraces&&P()};var Q=function(){try{if("function"==typeof CustomEvent){var e=new CustomEvent("CustomEvent");return M.global.dispatchEvent(e),function(e,i){var t=new CustomEvent(e.toLowerCase(),{detail:i,cancelable:!0});return!M.global.dispatchEvent(t)}}if("function"==typeof Event){var e=new Event("CustomEvent");return M.global.dispatchEvent(e),function(e,i){var t=new Event(e.toLowerCase(),{cancelable:!0});return t.detail=i,!M.global.dispatchEvent(t)}}var e=document.createEvent("CustomEvent");return e.initCustomEvent("testingtheevent",!1,!0,{}),M.global.dispatchEvent(e),function(e,i){var t=document.createEvent("CustomEvent");return t.initCustomEvent(e.toLowerCase(),!1,!0,i),!M.global.dispatchEvent(t)}}catch(e){}return function(){return!1}}(),X=function(){return M.isNode?function(){return process.emit.apply(process,arguments)}:M.global?function(e){var i="on"+e.toLowerCase(),t=M.global[i];return!!t&&(t.apply(M.global,[].slice.call(arguments,1)),!0)}:function(){return!1}}(),$={promiseCreated:o,promiseFulfilled:o,promiseRejected:o,promiseResolved:o,promiseCancelled:o,promiseChained:function(e,i,t){return{promise:i,child:t}},warning:function(e,i){return{warning:i}},unhandledRejection:function(e,i,t){return{reason:i,promise:t}},rejectionHandled:o},ee=function(e){var i=!1;try{i=X.apply(null,arguments)}catch(e){O.throwLater(e),i=!0}var t=!1;try{t=Q(e,$[e].apply(null,arguments))}catch(e){O.throwLater(e),t=!0}return t||i};e.config=function(i){if(i=Object(i),"longStackTraces"in i&&(i.longStackTraces?e.longStackTraces():!i.longStackTraces&&e.hasLongStackTraces()&&Y()),"warnings"in i){var t=i.warnings;se.warnings=!!t,W=se.warnings,M.isObject(t)&&"wForgottenReturn"in t&&(W=!!t.wForgottenReturn)}if("cancellation"in i&&i.cancellation&&!se.cancellation){if(O.haveItemsQueued())throw new Error("cannot enable cancellation after promises are in use");e.prototype._clearCancellationData=d,e.prototype._propagateFrom=u,e.prototype._onCancel=n,e.prototype._setOnCancel=l,e.prototype._attachCancellationCallback=r,e.prototype._execute=s,ie=u,se.cancellation=!0}return"monitoring"in i&&(i.monitoring&&!se.monitoring?(se.monitoring=!0,e.prototype._fireEvent=ee):!i.monitoring&&se.monitoring&&(se.monitoring=!1,e.prototype._fireEvent=a)),e},e.prototype._fireEvent=a,e.prototype._execute=function(e,i,t){try{e(i,t)}catch(e){return e}},e.prototype._onCancel=function(){},e.prototype._setOnCancel=function(e){},e.prototype._attachCancellationCallback=function(e){},e.prototype._captureStackTrace=function(){},e.prototype._attachExtraTrace=function(){},e.prototype._clearCancellationData=function(){},e.prototype._propagateFrom=function(e,i){};var ie=c,te=function(){return!1},oe=/[\/<\(]([^:\/]+):(\d+):(?:\d+)\)?\s*$/;M.inherits(C,Error),i.CapturedTrace=C,C.prototype.uncycle=function(){var e=this._length;if(!(e<2)){for(var i=[],t={},o=0,a=this;void 0!==a;++o)i.push(a),a=a._parent;e=this._length=o;for(var o=e-1;o>=0;--o){var s=i[o].stack;void 0===t[s]&&(t[s]=o)}for(var o=0;o0&&(i[n-1]._parent=void 0,i[n-1]._length=1),i[o]._parent=void 0,i[o]._length=1;var l=o>0?i[o-1]:this;n=0;--u)i[u]._length=d,d++;return}}}},C.prototype.attachExtraTrace=function(e){if(!e.__stackCleaned__){this.uncycle();for(var i=g(e),t=i.message,o=[i.stack],a=this;void 0!==a;)o.push(w(a.stack.split("\n"))),a=a._parent;T(o),m(o),M.notEnumerableProp(e,"stack",f(t,o)),M.notEnumerableProp(e,"__stackCleaned__",!0)}};var ae=function(){var e=/^\s*at\s*/,i=function(e,i){return"string"==typeof e?e:void 0!==i.name&&void 0!==i.message?i.toString():R(i)};if("number"==typeof Error.stackTraceLimit&&"function"==typeof Error.captureStackTrace){Error.stackTraceLimit+=6,G=e,z=i;var t=Error.captureStackTrace;return te=function(e){return D.test(e)},function(e,i){Error.stackTraceLimit+=6,t(e,i),Error.stackTraceLimit-=6}}var o=new Error;if("string"==typeof o.stack&&o.stack.split("\n")[0].indexOf("stackDetection@")>=0)return G=/@/,z=i,V=!0,function(e){e.stack=(new Error).stack};var a;try{throw new Error}catch(e){a="stack"in e}return"stack"in o||!a||"number"!=typeof Error.stackTraceLimit?(z=function(e,i){return"string"==typeof e?e:"object"!=typeof i&&"function"!=typeof i||void 0===i.name||void 0===i.message?R(i):i.toString()},null):(G=e,z=i,function(e){Error.stackTraceLimit+=6;try{throw new Error}catch(i){e.stack=i.stack}Error.stackTraceLimit-=6})}();"undefined"!=typeof console&&void 0!==console.warn&&(B=function(e){console.warn(e)},M.isNode&&process.stderr.isTTY?B=function(e,i){var t=i?"":"";console.warn(t+e+"\n")}:M.isNode||"string"!=typeof(new Error).stack||(B=function(e,i){console.warn("%c"+e,i?"color: darkorange":"color: red")}));var se={warnings:J,longStackTraces:!1,cancellation:!1,monitoring:!1};return K&&e.longStackTraces(),{longStackTraces:function(){return se.longStackTraces},warnings:function(){return se.warnings},cancellation:function(){return se.cancellation},monitoring:function(){return se.monitoring},propagateFromFunction:function(){return ie},boundValueFunction:function(){return h},checkForgottenReturns:b,setBounds:Z,warn:A,deprecated:k,CapturedTrace:C,fireDomEvent:Q,fireGlobalEvent:X}}},function(e,i,t){"use strict";e.exports=function(e){function i(){return this.value}function t(){throw this.reason}e.prototype.return=e.prototype.thenReturn=function(t){return t instanceof e&&t.suppressUnhandledRejections(),this._then(i,void 0,void 0,{value:t},void 0)},e.prototype.throw=e.prototype.thenThrow=function(e){return this._then(t,void 0,void 0,{reason:e},void 0)},e.prototype.catchThrow=function(e){if(arguments.length<=1)return this._then(void 0,t,void 0,{reason:e},void 0);var i=arguments[1],o=function(){throw i};return this.caught(e,o)},e.prototype.catchReturn=function(t){if(arguments.length<=1)return t instanceof e&&t.suppressUnhandledRejections(),this._then(void 0,i,void 0,{value:t},void 0);var o=arguments[1];o instanceof e&&o.suppressUnhandledRejections();var a=function(){return o};return this.caught(t,a)}}},function(e,i,t){"use strict";e.exports=function(e,i){function t(){return s(this)}function o(e,t){return a(e,t,i,i)}var a=e.reduce,s=e.all;e.prototype.each=function(e){return a(this,e,i,0)._then(t,void 0,void 0,this,void 0)},e.prototype.mapSeries=function(e){return a(this,e,i,i)},e.each=function(e,o){return a(e,o,i,0)._then(t,void 0,void 0,e,void 0)},e.mapSeries=o}},function(e,i,t){"use strict";e.exports=function(e,i){var t=e.map;e.prototype.filter=function(e,o){return t(this,e,o,i)},e.filter=function(e,o,a){return t(e,o,a,i)}}},function(e,i,t){"use strict";e.exports=function(e,i,o){function a(e,i,t){this.promise=e,this.type=i,this.handler=t,this.called=!1,this.cancelPromise=null}function s(e){this.finallyHandler=e}function r(e,i){return null!=e.cancelPromise&&(arguments.length>1?e.cancelPromise._reject(i):e.cancelPromise._cancel(),e.cancelPromise=null,!0)}function n(){return d.call(this,this.promise._target()._settledValue())}function l(e){if(!r(this,e))return h.e=e,h}function d(t){var a=this.promise,d=this.handler;if(!this.called){this.called=!0;var u=this.isFinallyHandler()?d.call(a._boundValue()):d.call(a._boundValue(),t);if(u===o)return u;if(void 0!==u){a._setReturnedNonUndefined();var p=i(u,a);if(p instanceof e){if(null!=this.cancelPromise){if(p._isCancelled()){var v=new c("late cancellation observer");return a._attachExtraTrace(v),h.e=v,h}p.isPending()&&p._attachCancellationCallback(new s(this))}return p._then(n,l,void 0,this,void 0)}}}return a.isRejected()?(r(this),h.e=t,h):(r(this),t)}var u=t(4),c=e.CancellationError,h=u.errorObj,p=t(283)(o);return a.prototype.isFinallyHandler=function(){return 0===this.type},s.prototype._resultCancelled=function(){r(this.finallyHandler)},e.prototype._passThrough=function(e,i,t,o){return"function"!=typeof e?this.then():this._then(t,o,void 0,new a(this,i,e),void 0)},e.prototype.lastly=e.prototype.finally=function(e){return this._passThrough(e,0,d,d)},e.prototype.tap=function(e){return this._passThrough(e,1,d)},e.prototype.tapCatch=function(i){var t=arguments.length;if(1===t)return this._passThrough(i,1,void 0,d);var o,a=new Array(t-1),s=0;for(o=0;o0&&"function"==typeof arguments[s]&&(t=arguments[s],s<=8&&d)){var u=new e(a);u._captureStackTrace();for(var c=h[s-1],b=new c(t),k=p,A=0;A=1?r:0,new n(i,t,r,s).promise()}var d=e._getDomain,u=t(4),c=u.tryCatch,h=u.errorObj,p=e._async;u.inherits(n,i),n.prototype._asyncInit=function(){this._init$(void 0,-2)},n.prototype._init=function(){},n.prototype._promiseFulfilled=function(i,t){var o=this._values,s=this.length(),n=this._preservedValues,l=this._limit;if(t<0){if(t=-1*t-1,o[t]=i,l>=1&&(this._inFlight--,this._drainQueue(),this._isResolved()))return!0}else{if(l>=1&&this._inFlight>=l)return o[t]=i,this._queue.push(t),!1;null!==n&&(n[t]=i);var d=this._promise,u=this._callback,p=d._boundValue();d._pushContext();var v=c(u).call(p,i,t,s),b=d._popContext();if(r.checkForgottenReturns(v,b,null!==n?"Promise.filter":"Promise.map",d),v===h)return this._reject(v.e),!0;var k=a(v,this._promise);if(k instanceof e){k=k._target();var A=k._bitField;if(0==(50397184&A))return l>=1&&this._inFlight++,o[t]=k,k._proxy(this,-1*(t+1)),!1;if(0==(33554432&A))return 0!=(16777216&A)?(this._reject(k._reason()),!0):(this._cancel(),!0);v=k._value()}o[t]=v}return++this._totalResolved>=s&&(null!==n?this._filter(o,n):this._resolve(o),!0)},n.prototype._drainQueue=function(){for(var e=this._queue,i=this._limit,t=this._values;e.length>0&&this._inFlight1){s.deprecated("calling Promise.try with more than 1 argument");var d=arguments[1],u=arguments[2];l=r.isArray(d)?n(t).apply(u,d):n(t).call(u,d)}else l=n(t)();var c=o._popContext();return s.checkForgottenReturns(l,c,"Promise.try",o),o._resolveFromSyncValue(l),o},e.prototype._resolveFromSyncValue=function(e){e===r.errorObj?this._rejectCallback(e.e,!1):this._resolveCallback(e,!0)}}},function(e,i,t){"use strict";e.exports=function(e){function i(e,i){var t=this;if(!s.isArray(e))return o.call(t,e,i);var a=n(i).apply(t._boundValue(),[null].concat(e));a===l&&r.throwLater(a.e)}function o(e,i){var t=this,o=t._boundValue(),a=void 0===e?n(i).call(o,null):n(i).call(o,null,e);a===l&&r.throwLater(a.e)}function a(e,i){var t=this;if(!e){var o=new Error(e+"");o.cause=e,e=o}var a=n(i).call(t._boundValue(),e);a===l&&r.throwLater(a.e)}var s=t(4),r=e._async,n=s.tryCatch,l=s.errorObj;e.prototype.asCallback=e.prototype.nodeify=function(e,t){if("function"==typeof e){var s=o;void 0!==t&&Object(t).spread&&(s=i),this._then(s,a,void 0,this,e)}return this}}},function(e,i,t){"use strict";e.exports=function(){function i(){}function o(e,i){if(null==e||e.constructor!==a)throw new f("the promise constructor cannot be invoked directly\n\n See http://goo.gl/MqrFmX\n");if("function"!=typeof i)throw new f("expecting a function but got "+p.classString(i))}function a(e){e!==T&&o(this,e),this._bitField=0,this._fulfillmentHandler0=void 0,this._rejectionHandler0=void 0,this._promise0=void 0,this._receiver0=void 0,this._resolveFromExecutor(e),this._promiseCreated(),this._fireEvent("promiseCreated",this)}function s(e){this.promise._resolveCallback(e)}function r(e){this.promise._rejectCallback(e,!1)}function n(e){var i=new a(T);i._fulfillmentHandler0=e,i._rejectionHandler0=e,i._promise0=e,i._receiver0=e}var l,d=function(){return new f("circular promise resolution chain\n\n See http://goo.gl/MqrFmX\n")},u=function(){return new a.PromiseInspection(this._target())},c=function(e){return a.reject(new f(e))},h={},p=t(4);l=p.isNode?function(){var e=process.domain;return void 0===e&&(e=null),e}:function(){return null},p.notEnumerableProp(a,"_getDomain",l);var v=t(67),b=t(541),k=new b;v.defineProperty(a,"_async",{value:k});var A=t(45),f=a.TypeError=A.TypeError;a.RangeError=A.RangeError;var m=a.CancellationError=A.CancellationError;a.TimeoutError=A.TimeoutError,a.OperationalError=A.OperationalError,a.RejectionError=A.OperationalError,a.AggregateError=A.AggregateError;var T=function(){},w={},y={},g=t(568)(a,T),x=t(558)(a,T,g,c,i),L=t(546)(a),R=L.create,I=t(547)(a,L),P=(I.CapturedTrace,t(551)(a,g,y)),E=t(283)(y),Z=t(284),C=p.errorObj,F=p.tryCatch;return a.prototype.toString=function(){return"[object Promise]"},a.prototype.caught=a.prototype.catch=function(e){var i=arguments.length;if(i>1){var t,o=new Array(i-1),a=0;for(t=0;t0&&"function"!=typeof e&&"function"!=typeof i){var t=".then() only accepts functions but was passed: "+p.classString(e);arguments.length>1&&(t+=", "+p.classString(i)),this._warn(t)}return this._then(e,i,void 0,void 0,void 0)},a.prototype.done=function(e,i){this._then(e,i,void 0,void 0,void 0)._setIsFinal()},a.prototype.spread=function(e){return"function"!=typeof e?c("expecting a function but got "+p.classString(e)):this.all()._then(e,void 0,void 0,w,void 0)},a.prototype.toJSON=function(){var e={isFulfilled:!1,isRejected:!1,fulfillmentValue:void 0,rejectionReason:void 0};return this.isFulfilled()?(e.fulfillmentValue=this.value(),e.isFulfilled=!0):this.isRejected()&&(e.rejectionReason=this.reason(),e.isRejected=!0),e},a.prototype.all=function(){return arguments.length>0&&this._warn(".all() was passed arguments but it does not take any"),new x(this).promise()},a.prototype.error=function(e){return this.caught(p.originatesFromRejection,e)},a.getNewLibraryCopy=e.exports,a.is=function(e){return e instanceof a},a.fromNode=a.fromCallback=function(e){var i=new a(T);i._captureStackTrace();var t=arguments.length>1&&!!Object(arguments[1]).multiArgs,o=F(e)(Z(i,t));return o===C&&i._rejectCallback(o.e,!0),i._isFateSealed()||i._setAsyncGuaranteed(),i},a.all=function(e){return new x(e).promise()},a.cast=function(e){var i=g(e);return i instanceof a||(i=new a(T),i._captureStackTrace(),i._setFulfilled(),i._rejectionHandler0=e),i},a.resolve=a.fulfilled=a.cast,a.reject=a.rejected=function(e){var i=new a(T);return i._captureStackTrace(),i._rejectCallback(e,!0),i},a.setScheduler=function(e){if("function"!=typeof e)throw new f("expecting a function but got "+p.classString(e));return k.setScheduler(e)},a.prototype._then=function(e,i,t,o,s){var r=void 0!==s,n=r?s:new a(T),d=this._target(),u=d._bitField;r||(n._propagateFrom(this,3),n._captureStackTrace(),void 0===o&&0!=(2097152&this._bitField)&&(o=0!=(50397184&u)?this._boundValue():d===this?void 0:this._boundTo),this._fireEvent("promiseChained",this,n));var c=l();if(0!=(50397184&u)){var h,v,b=d._settlePromiseCtx;0!=(33554432&u)?(v=d._rejectionHandler0,h=e):0!=(16777216&u)?(v=d._fulfillmentHandler0,h=i,d._unsetRejectionIsUnhandled()):(b=d._settlePromiseLateCancellationObserver,v=new m("late cancellation observer"),d._attachExtraTrace(v),h=i),k.invoke(b,d,{handler:null===c?h:"function"==typeof h&&p.domainBind(c,h),promise:n,receiver:o,value:v})}else d._addCallbacks(e,i,n,o,c);return n},a.prototype._length=function(){return 65535&this._bitField},a.prototype._isFateSealed=function(){return 0!=(117506048&this._bitField)},a.prototype._isFollowing=function(){return 67108864==(67108864&this._bitField)},a.prototype._setLength=function(e){this._bitField=-65536&this._bitField|65535&e},a.prototype._setFulfilled=function(){this._bitField=33554432|this._bitField,this._fireEvent("promiseFulfilled",this)},a.prototype._setRejected=function(){this._bitField=16777216|this._bitField,this._fireEvent("promiseRejected",this)},a.prototype._setFollowing=function(){this._bitField=67108864|this._bitField,this._fireEvent("promiseResolved",this)},a.prototype._setIsFinal=function(){this._bitField=4194304|this._bitField},a.prototype._isFinal=function(){return(4194304&this._bitField)>0},a.prototype._unsetCancelled=function(){this._bitField=-65537&this._bitField},a.prototype._setCancelled=function(){this._bitField=65536|this._bitField,this._fireEvent("promiseCancelled",this)},a.prototype._setWillBeCancelled=function(){this._bitField=8388608|this._bitField},a.prototype._setAsyncGuaranteed=function(){k.hasCustomScheduler()||(this._bitField=134217728|this._bitField)},a.prototype._receiverAt=function(e){var i=0===e?this._receiver0:this[4*e-4+3];if(i!==h)return void 0===i&&this._isBound()?this._boundValue():i},a.prototype._promiseAt=function(e){return this[4*e-4+2]},a.prototype._fulfillmentHandlerAt=function(e){return this[4*e-4+0]},a.prototype._rejectionHandlerAt=function(e){return this[4*e-4+1]},a.prototype._boundValue=function(){},a.prototype._migrateCallback0=function(e){var i=(e._bitField,e._fulfillmentHandler0),t=e._rejectionHandler0,o=e._promise0,a=e._receiverAt(0);void 0===a&&(a=h),this._addCallbacks(i,t,o,a,null)},a.prototype._migrateCallbackAt=function(e,i){var t=e._fulfillmentHandlerAt(i),o=e._rejectionHandlerAt(i),a=e._promiseAt(i),s=e._receiverAt(i);void 0===s&&(s=h),this._addCallbacks(t,o,a,s,null)},a.prototype._addCallbacks=function(e,i,t,o,a){var s=this._length();if(s>=65531&&(s=0,this._setLength(0)),0===s)this._promise0=t,this._receiver0=o,"function"==typeof e&&(this._fulfillmentHandler0=null===a?e:p.domainBind(a,e)),"function"==typeof i&&(this._rejectionHandler0=null===a?i:p.domainBind(a,i));else{var r=4*s-4;this[r+2]=t,this[r+3]=o,"function"==typeof e&&(this[r+0]=null===a?e:p.domainBind(a,e)),"function"==typeof i&&(this[r+1]=null===a?i:p.domainBind(a,i))}return this._setLength(s+1),s},a.prototype._proxy=function(e,i){this._addCallbacks(void 0,void 0,i,e,null)},a.prototype._resolveCallback=function(e,i){if(0==(117506048&this._bitField)){if(e===this)return this._rejectCallback(d(),!1);var t=g(e,this);if(!(t instanceof a))return this._fulfill(e);i&&this._propagateFrom(t,2);var o=t._target();if(o===this)return void this._reject(d());var s=o._bitField;if(0==(50397184&s)){var r=this._length();r>0&&o._migrateCallback0(this);for(var n=1;n>>16)){if(e===this){var t=d();return this._attachExtraTrace(t),this._reject(t)}this._setFulfilled(),this._rejectionHandler0=e,(65535&i)>0&&(0!=(134217728&i)?this._settlePromises():k.settlePromises(this))}},a.prototype._reject=function(e){var i=this._bitField;if(!((117506048&i)>>>16)){if(this._setRejected(),this._fulfillmentHandler0=e,this._isFinal())return k.fatalError(e,p.isNode);(65535&i)>0?k.settlePromises(this):this._ensurePossibleRejectionHandled()}},a.prototype._fulfillPromises=function(e,i){for(var t=1;t0){if(0!=(16842752&e)){var t=this._fulfillmentHandler0;this._settlePromise0(this._rejectionHandler0,t,e),this._rejectPromises(i,t)}else{var o=this._rejectionHandler0;this._settlePromise0(this._fulfillmentHandler0,o,e),this._fulfillPromises(i,o)}this._setLength(0)}this._clearCancellationData()},a.prototype._settledValue=function(){var e=this._bitField;return 0!=(33554432&e)?this._rejectionHandler0:0!=(16777216&e)?this._fulfillmentHandler0:void 0},a.defer=a.pending=function(){return I.deprecated("Promise.defer","new Promise"),{promise:new a(T),resolve:s,reject:r}},p.notEnumerableProp(a,"_makeSelfResolutionError",d),t(555)(a,T,g,c,I),t(542)(a,T,g,I),t(545)(a,x,c,I),t(548)(a),t(567)(a),t(553)(a,x,g,T,k,l),a.Promise=a,a.version="3.5.0",t(554)(a,x,c,g,T,I),t(544)(a),t(570)(a,c,g,R,T,I),t(569)(a,T,I),t(552)(a,c,T,g,i,I),t(556)(a),t(559)(a,T),t(560)(a,x,g,c),t(562)(a,T,g,c),t(563)(a,x,c,g,T,I),t(565)(a,x,I),t(566)(a,x,c),t(550)(a,T),t(549)(a,T),t(540)(a),p.toFastProperties(a),p.toFastProperties(a.prototype),n({a:1}),n({b:2}),n({c:3}),n(1),n(function(){}),n(void 0),n(!1),n(new a(T)),I.setBounds(b.firstLineError,p.lastLineError),a}},function(e,i,t){"use strict";e.exports=function(e,i,o,a,s){function r(e){switch(e){case-2:return[];case-3:return{};case-6:return new Map}}function n(t){var o=this._promise=new e(i);t instanceof e&&o._propagateFrom(t,3),o._setOnCancel(this),this._values=t,this._length=0,this._totalResolved=0,this._init(void 0,-2)}var l=t(4);l.isArray;return l.inherits(n,s),n.prototype.length=function(){return this._length},n.prototype.promise=function(){return this._promise},n.prototype._init=function i(t,s){var n=o(this._values,this._promise);if(n instanceof e){n=n._target();var d=n._bitField;if(this._values=n,0==(50397184&d))return this._promise._setAsyncGuaranteed(),n._then(i,this._reject,void 0,this,s);if(0==(33554432&d))return 0!=(16777216&d)?this._reject(n._reason()):this._cancel();n=n._value()}if(null===(n=l.asArray(n))){var u=a("expecting an array or an iterable object but got "+l.classString(n)).reason();return void this._promise._rejectCallback(u,!1)}if(0===n.length)return void(-5===s?this._resolveEmptyArray():this._resolve(r(s)));this._iterate(n)},n.prototype._iterate=function(i){var t=this.getActualLength(i.length);this._length=t,this._values=this.shouldCopyValues()?new Array(t):this._values;for(var a=this._promise,s=!1,r=null,n=0;n=this._length&&(this._resolve(this._values),!0)},n.prototype._promiseCancelled=function(){return this._cancel(),!0},n.prototype._promiseRejected=function(e){return this._totalResolved++,this._reject(e),!0},n.prototype._resultCancelled=function(){if(!this._isResolved()){var i=this._values;if(this._cancel(),i instanceof e)i.cancel();else for(var t=0;t=t;--o)i.push(o);for(var o=e+1;o<=3;++o)i.push(o);return i},L=function(e){return p.filledRange(e,"_arg","")},R=function(e){return p.filledRange(Math.max(e,3),"_arg","")},I=function(e){return"number"==typeof e.length?Math.max(Math.min(e.length,1024),0):0};c=function(t,o,a,s,r,n){function l(e){var i,t=L(e).join(", "),a=e>0?", ":"";return i=c?"ret = callback.call(this, {{args}}, nodeback); break;\n":void 0===o?"ret = callback({{args}}, nodeback); break;\n":"ret = callback.call(receiver, {{args}}, nodeback); break;\n",i.replace("{{args}}",t).replace(", ",a)}var d=Math.max(0,I(s)-1),u=x(d),c="string"==typeof t||o===h,A="string"==typeof t?"this != null ? this['"+t+"'] : fn":"fn",f="'use strict'; \n var ret = function (Parameters) { \n 'use strict'; \n var len = arguments.length; \n var promise = new Promise(INTERNAL); \n promise._captureStackTrace(); \n var nodeback = nodebackForPromise(promise, "+n+"); \n var ret; \n var callback = tryCatch([GetFunctionCode]); \n switch(len) { \n [CodeForSwitchCase] \n } \n if (ret === errorObj) { \n promise._rejectCallback(maybeWrapAsError(ret.e), true, true);\n } \n if (!promise._isFateSealed()) promise._setAsyncGuaranteed(); \n return promise; \n }; \n notEnumerableProp(ret, '__isPromisified__', true); \n return ret; \n ".replace("[CodeForSwitchCase]",function(){for(var e="",i=0;i=this._length){var t;if(this._isMap)t=h(this._values);else{t={};for(var o=this.length(),a=0,s=this.length();a>1},e.prototype.props=function(){return r(this)},e.props=function(e){return r(e)}}},function(e,i,t){"use strict";function o(e,i,t,o,a){for(var s=0;s=this._length&&(this._resolve(this._values),!0)},a.prototype._promiseFulfilled=function(e,i){var t=new s;return t._bitField=33554432,t._settledValueField=e,this._promiseResolved(i,t)},a.prototype._promiseRejected=function(e,i){var t=new s;return t._bitField=16777216,t._settledValueField=e,this._promiseResolved(i,t)},e.settle=function(e){return o.deprecated(".settle()",".reflect()"),new a(e).promise()},e.prototype.settle=function(){return e.settle(this)}}},function(e,i,t){"use strict";e.exports=function(e,i,o){function a(e){this.constructor$(e),this._howMany=0,this._unwrap=!1,this._initialized=!1}function s(e,i){if((0|i)!==i||i<0)return o("expecting a positive integer\n\n See http://goo.gl/MqrFmX\n");var t=new a(e),s=t.promise();return t.setHowMany(i),t.init(),s}var r=t(4),n=t(45).RangeError,l=t(45).AggregateError,d=r.isArray,u={};r.inherits(a,i),a.prototype._init=function(){if(this._initialized){if(0===this._howMany)return void this._resolve([]);this._init$(void 0,-5);var e=d(this._values);!this._isResolved()&&e&&this._howMany>this._canPossiblyFulfill()&&this._reject(this._getRangeError(this.length()))}},a.prototype.init=function(){this._initialized=!0,this._init()},a.prototype.setUnwrap=function(){this._unwrap=!0},a.prototype.howMany=function(){return this._howMany},a.prototype.setHowMany=function(e){this._howMany=e},a.prototype._promiseFulfilled=function(e){return this._addFulfilled(e),this._fulfilled()===this.howMany()&&(this._values.length=this.howMany(),1===this.howMany()&&this._unwrap?this._resolve(this._values[0]):this._resolve(this._values),!0)},a.prototype._promiseRejected=function(e){return this._addRejected(e),this._checkOutcome()},a.prototype._promiseCancelled=function(){return this._values instanceof e||null==this._values?this._cancel():(this._addRejected(u),this._checkOutcome())},a.prototype._checkOutcome=function(){if(this.howMany()>this._canPossiblyFulfill()){for(var e=new l,i=this.length();i0?this._reject(e):this._cancel(),!0}return!1},a.prototype._fulfilled=function(){return this._totalResolved},a.prototype._rejected=function(){return this._values.length-this.length()},a.prototype._addRejected=function(e){this._values.push(e)},a.prototype._addFulfilled=function(e){this._values[this._totalResolved++]=e},a.prototype._canPossiblyFulfill=function(){return this.length()-this._rejected()},a.prototype._getRangeError=function(e){var i="Input array must contain at least "+this._howMany+" items but contains only "+e+" items";return new n(i)},a.prototype._resolveEmptyArray=function(){this._reject(this._getRangeError(0))},e.some=function(e,i){return s(e,i)},e.prototype.some=function(e){return s(this,e)},e._SomePromiseArray=a}},function(e,i,t){"use strict";e.exports=function(e){function i(e){void 0!==e?(e=e._target(),this._bitField=e._bitField,this._settledValueField=e._isFateSealed()?e._settledValue():void 0):(this._bitField=0,this._settledValueField=void 0)}i.prototype._settledValue=function(){return this._settledValueField};var t=i.prototype.value=function(){if(!this.isFulfilled())throw new TypeError("cannot get fulfillment value of a non-fulfilled promise\n\n See http://goo.gl/MqrFmX\n");return this._settledValue()},o=i.prototype.error=i.prototype.reason=function(){if(!this.isRejected())throw new TypeError("cannot get rejection reason of a non-rejected promise\n\n See http://goo.gl/MqrFmX\n");return this._settledValue()},a=i.prototype.isFulfilled=function(){return 0!=(33554432&this._bitField)},s=i.prototype.isRejected=function(){return 0!=(16777216&this._bitField)},r=i.prototype.isPending=function(){return 0==(50397184&this._bitField)},n=i.prototype.isResolved=function(){return 0!=(50331648&this._bitField)};i.prototype.isCancelled=function(){return 0!=(8454144&this._bitField)},e.prototype.__isCancelled=function(){return 65536==(65536&this._bitField)},e.prototype._isCancelled=function(){return this._target().__isCancelled()},e.prototype.isCancelled=function(){return 0!=(8454144&this._target()._bitField)},e.prototype.isPending=function(){return r.call(this._target())},e.prototype.isRejected=function(){return s.call(this._target())},e.prototype.isFulfilled=function(){return a.call(this._target())},e.prototype.isResolved=function(){return n.call(this._target())},e.prototype.value=function(){return t.call(this._target())},e.prototype.reason=function(){var e=this._target();return e._unsetRejectionIsUnhandled(),o.call(e)},e.prototype._value=function(){return this._settledValue()},e.prototype._reason=function(){return this._unsetRejectionIsUnhandled(),this._settledValue()},e.PromiseInspection=i}},function(e,i,t){"use strict";e.exports=function(e,i){function o(t,o){if(u(t)){if(t instanceof e)return t;var a=s(t);if(a===d){o&&o._pushContext();var l=e.reject(a.e);return o&&o._popContext(),l}if("function"==typeof a){if(r(t)){var l=new e(i);return t._then(l._fulfill,l._reject,void 0,l,null),l}return n(t,a,o)}}return t}function a(e){return e.then}function s(e){try{return a(e)}catch(e){return d.e=e,d}}function r(e){try{return c.call(e,"_promise0")}catch(e){return!1}}function n(t,o,a){function s(e){n&&(n._resolveCallback(e),n=null)}function r(e){n&&(n._rejectCallback(e,c,!0),n=null)}var n=new e(i),u=n;a&&a._pushContext(),n._captureStackTrace(),a&&a._popContext();var c=!0,h=l.tryCatch(o).call(t,s,r);return c=!1,n&&h===d&&(n._rejectCallback(h.e,!0,!0),n=null),u}var l=t(4),d=l.errorObj,u=l.isObject,c={}.hasOwnProperty;return o}},function(e,i,t){"use strict";e.exports=function(e,i,o){function a(e){this.handle=e}function s(e){return clearTimeout(this.handle),e}function r(e){throw clearTimeout(this.handle),e}var n=t(4),l=e.TimeoutError;a.prototype._resultCancelled=function(){clearTimeout(this.handle)};var d=function(e){return u(+this).thenReturn(e)},u=e.delay=function(t,s){var r,n;return void 0!==s?(r=e.resolve(s)._then(d,null,null,t,void 0),o.cancellation()&&s instanceof e&&r._setOnCancel(s)):(r=new e(i),n=setTimeout(function(){r._fulfill()},+t),o.cancellation()&&r._setOnCancel(new a(n)),r._captureStackTrace()),r._setAsyncGuaranteed(),r};e.prototype.delay=function(e){return u(e,this)};var c=function(e,i,t){var o;o="string"!=typeof i?i instanceof Error?i:new l("operation timed out"):new l(i),n.markAsOriginatingFromRejection(o),e._attachExtraTrace(o),e._reject(o),null!=t&&t.cancel()};e.prototype.timeout=function(e,i){e=+e;var t,n,l=new a(setTimeout(function(){t.isPending()&&c(t,i,n)},e));return o.cancellation()?(n=this.then(),t=n._then(s,r,void 0,l,void 0),t._setOnCancel(l)):t=this._then(s,r,void 0,l,void 0),t}}},function(e,i,t){"use strict";e.exports=function(e,i,o,a,s,r){function n(e){setTimeout(function(){throw e},0)}function l(e){var i=o(e);return i!==e&&"function"==typeof e._isDisposable&&"function"==typeof e._getDisposer&&e._isDisposable()&&i._setDisposable(e._getDisposer()),i}function d(i,t){function a(){if(r>=d)return u._fulfill();var s=l(i[r++]);if(s instanceof e&&s._isDisposable()){try{s=o(s._getDisposer().tryDispose(t),i.promise)}catch(e){return n(e)}if(s instanceof e)return s._then(a,n,null,null,null)}a()}var r=0,d=i.length,u=new e(s);return a(),u}function u(e,i,t){this._data=e,this._promise=i,this._context=t}function c(e,i,t){this.constructor$(e,i,t)}function h(e){return u.isDisposer(e)?(this.resources[this.index]._setDisposable(e),e.promise()):e}function p(e){this.length=e,this.promise=null,this[e-1]=null}var v=t(4),b=t(45).TypeError,k=t(4).inherits,A=v.errorObj,f=v.tryCatch,m={};u.prototype.data=function(){return this._data},u.prototype.promise=function(){return this._promise},u.prototype.resource=function(){return this.promise().isFulfilled()?this.promise().value():m},u.prototype.tryDispose=function(e){var i=this.resource(),t=this._context;void 0!==t&&t._pushContext();var o=i!==m?this.doDispose(i,e):null;return void 0!==t&&t._popContext(),this._promise._unsetDisposable(),this._data=null,o},u.isDisposer=function(e){return null!=e&&"function"==typeof e.resource&&"function"==typeof e.tryDispose},k(c,u),c.prototype.doDispose=function(e,i){return this.data().call(e,e,i)},p.prototype._resultCancelled=function(){for(var i=this.length,t=0;t0},e.prototype._getDisposer=function(){return this._disposer},e.prototype._unsetDisposable=function(){this._bitField=-131073&this._bitField,this._disposer=void 0},e.prototype.disposer=function(e){if("function"==typeof e)return new c(e,this,a());throw new b}}},function(e,i){function t(e){this.buf_=new Uint8Array(o),this.input_=e,this.reset()}var o=8224,a=new Uint32Array([0,1,3,7,15,31,63,127,255,511,1023,2047,4095,8191,16383,32767,65535,131071,262143,524287,1048575,2097151,4194303,8388607,16777215]);t.READ_SIZE=4096,t.IBUF_MASK=8191,t.prototype.reset=function(){this.buf_ptr_=0,this.val_=0,this.pos_=0,this.bit_pos_=0,this.bit_end_pos_=0,this.eos_=0,this.readMoreInput();for(var e=0;e<4;e++)this.val_|=this.buf_[this.pos_]<<8*e,++this.pos_;return this.bit_end_pos_>0},t.prototype.readMoreInput=function(){if(!(this.bit_end_pos_>256))if(this.eos_){if(this.bit_pos_>this.bit_end_pos_)throw new Error("Unexpected end of input "+this.bit_pos_+" "+this.bit_end_pos_)}else{var e=this.buf_ptr_,i=this.input_.read(this.buf_,e,4096);if(i<0)throw new Error("Unexpected end of input");if(i<4096){this.eos_=1;for(var t=0;t<32;t++)this.buf_[e+i+t]=0}if(0===e){for(var t=0;t<32;t++)this.buf_[8192+t]=this.buf_[t];this.buf_ptr_=4096}else this.buf_ptr_=0;this.bit_end_pos_+=i<<3}},t.prototype.fillBitWindow=function(){for(;this.bit_pos_>=8;)this.val_>>>=8,this.val_|=this.buf_[8191&this.pos_]<<24,++this.pos_,this.bit_pos_=this.bit_pos_-8>>>0,this.bit_end_pos_=this.bit_end_pos_-8>>>0},t.prototype.readBits=function(e){32-this.bit_pos_>>this.bit_pos_&a[e];return this.bit_pos_+=e,i},e.exports=t},function(e,i){i.lookup=new Uint8Array([0,0,0,0,0,0,0,0,0,4,4,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,12,16,12,12,20,12,16,24,28,12,12,32,12,36,12,44,44,44,44,44,44,44,44,44,44,32,32,24,40,28,12,12,48,52,52,52,48,52,52,52,48,52,52,52,52,52,48,52,52,52,52,52,48,52,52,52,52,52,24,12,28,12,12,12,56,60,60,60,56,60,60,60,56,60,60,60,60,60,56,60,60,60,60,60,56,60,60,60,60,60,24,12,28,12,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,0,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,56,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,6,6,6,6,7,7,7,7,8,8,8,8,9,9,9,9,10,10,10,10,11,11,11,11,12,12,12,12,13,13,13,13,14,14,14,14,15,15,15,15,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,22,22,22,22,23,23,23,23,24,24,24,24,25,25,25,25,26,26,26,26,27,27,27,27,28,28,28,28,29,29,29,29,30,30,30,30,31,31,31,31,32,32,32,32,33,33,33,33,34,34,34,34,35,35,35,35,36,36,36,36,37,37,37,37,38,38,38,38,39,39,39,39,40,40,40,40,41,41,41,41,42,42,42,42,43,43,43,43,44,44,44,44,45,45,45,45,46,46,46,46,47,47,47,47,48,48,48,48,49,49,49,49,50,50,50,50,51,51,51,51,52,52,52,52,53,53,53,53,54,54,54,54,55,55,55,55,56,56,56,56,57,57,57,57,58,58,58,58,59,59,59,59,60,60,60,60,61,61,61,61,62,62,62,62,63,63,63,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]),i.lookupOffsets=new Uint16Array([1024,1536,1280,1536,0,256,768,512])},function(e,i,t){function o(e){var i;return 0===e.readBits(1)?16:(i=e.readBits(3))>0?17+i:(i=e.readBits(3),i>0?8+i:17)}function a(e){if(e.readBits(1)){var i=e.readBits(3);return 0===i?1:e.readBits(i)+(1<1&&0===r)throw new Error("Invalid size byte");a.meta_block_length|=r<<8*o}}else for(o=0;o4&&0===n)throw new Error("Invalid size nibble");a.meta_block_length|=n<<4*o}return++a.meta_block_length,a.input_end||a.is_metadata||(a.is_uncompressed=e.readBits(1)),a}function n(e,i,t){var o;return t.fillBitWindow(),i+=t.val_>>>t.bit_pos_&N,o=e[i].bits-M,o>0&&(t.bit_pos_+=M,i+=e[i].value,i+=t.val_>>>t.bit_pos_&(1<0;){var c,h=0;if(o.readMoreInput(),o.fillBitWindow(),h+=o.val_>>>o.bit_pos_&31,o.bit_pos_+=d[h].bits,(c=255&d[h].value)>c);else{var p,v,b=c-14,k=0;if(c===F&&(k=s),n!==k&&(r=0,n=k),p=r,r>0&&(r-=2,r<<=b),r+=o.readBits(b)+3,v=r-p,a+v>i)throw new Error("[ReadHuffmanCodeLengths] symbol + repeat_delta > num_symbols");for(var A=0;A0;++n){var A,f=H[n],m=0;o.fillBitWindow(),m+=o.val_>>>o.bit_pos_&15,o.bit_pos_+=k[m].bits,A=k[m].value,p[f]=A,0!==A&&(v-=32>>A,++b)}if(1!==b&&0!==v)throw new Error("[ReadHuffmanCode] invalid num_codes or space");l(p,e,r,o)}if(0===(s=I(i,t,M,r,e)))throw new Error("[ReadHuffmanCode] BuildHuffmanTable failed: ");return s}function u(e,i,t){var o,a;return o=n(e,i,t),a=E.kBlockLengthPrefixCode[o].nbits,E.kBlockLengthPrefixCode[o].offset+t.readBits(a)}function c(e,i,t){var o;return e>>5]),this.htrees=new Uint32Array(i)}function b(e,i){var t,o,s,r={num_htrees:null,context_map:null},l=0;i.readMoreInput();var u=r.num_htrees=a(i)+1,c=r.context_map=new Uint8Array(e);if(u<=1)return r;for(t=i.readBits(1),t&&(l=i.readBits(4)+1),o=[],s=0;s=e)throw new Error("[DecodeContextMap] i >= context_map_size");c[s]=0,++s}else c[s]=h-l,++s}return i.readBits(1)&&p(c,e),r}function k(e,i,t,o,a,s,r){var l,d=2*t,u=t,c=n(i,t*D,r);l=0===c?a[d+(1&s[u])]:1===c?a[d+(s[u]-1&1)]+1:c-2,l>=e&&(l-=e),o[t]=l,a[d+(1&s[u])]=l,++s[u]}function A(e,i,t,o,a,s){var r,n=a+1,l=t&a,d=s.pos_&x.IBUF_MASK;if(i<8||s.bit_pos_+(i<<3)0;)s.readMoreInput(),o[l++]=s.readBits(8),l===n&&(e.write(o,n),l=0);else{if(s.bit_end_pos_<32)throw new Error("[CopyUncompressedBlockToOutput] br.bit_end_pos_ < 32");for(;s.bit_pos_<32;)o[l]=s.val_>>>s.bit_pos_,s.bit_pos_+=8,++l,--i;if(r=s.bit_end_pos_-s.bit_pos_>>3,d+r>x.IBUF_MASK){for(var u=x.IBUF_MASK+1-d,c=0;c=n){e.write(o,n),l-=n;for(var c=0;c=n;){if(r=n-l,s.input_.read(o,l,r)i.buffer.length){var Te=new Uint8Array(g+te);Te.set(i.buffer),i.buffer=Te}if(I=me.input_end,J=me.is_uncompressed,me.is_metadata)for(f(y);te>0;--te)y.readMoreInput(),y.readBits(8);else if(0!==te)if(J)y.bit_pos_=y.bit_pos_+7&-8,A(i,te,g,p,h,y),g+=te;else{for(t=0;t<3;++t)se[t]=a(y)+1,se[t]>=2&&(d(se[t]+2,T,t*D,y),d(U,w,t*D,y),oe[t]=u(w,t*D,y),ne[t]=1);for(y.readMoreInput(),K=y.readBits(2),W=G+(y.readBits(4)<0;){var ge,xe,Le,Re,Ie,Pe,Ee,Ze,Ce,Fe,Se;for(y.readMoreInput(),0===oe[1]&&(k(se[1],T,1,ae,re,ne,y),oe[1]=u(w,D,y),ie=z[1].htrees[ae[1]]),--oe[1],ge=n(z[1].codes,ie,y),xe=ge>>6,xe>=2?(xe-=2,Ee=-1):Ee=0,Le=E.kInsertRangeLut[xe]+(ge>>3&7),Re=E.kCopyRangeLut[xe]+(7&ge),Ie=E.kInsertLengthPrefixCode[Le].offset+y.readBits(E.kInsertLengthPrefixCode[Le].nbits),Pe=E.kCopyLengthPrefixCode[Re].offset+y.readBits(E.kCopyLengthPrefixCode[Re].nbits),j=p[g-1&h],H=p[g-2&h],Fe=0;Fe4?3:Pe-2),ke=ue[be+Ce],(Ee=n(z[2].codes,z[2].htrees[ke],y))>=W){var Be,Ue,Oe;Ee-=W,Ue=Ee&Y,Ee>>=K,Be=1+(Ee>>1),Oe=(2+(1&Ee)<F){if(!(Pe>=L.minDictionaryWordLength&&Pe<=L.maxDictionaryWordLength))throw new Error("Invalid backward reference. pos: "+g+" distance: "+Ze+" len: "+Pe+" bytes left: "+te);var Oe=L.offsetsByLength[Pe],_e=Ze-F-1,Me=L.sizeBitsByLength[Pe],Ne=(1<>Me;if(Oe+=De*Pe,!(je=m){i.write(p,l);for(var Ge=0;Ge0&&(M[3&N]=Ze,++N),Pe>te)throw new Error("Invalid backward reference. pos: "+g+" distance: "+Ze+" len: "+Pe+" bytes left: "+te);for(Fe=0;Fe=97&&e[i]<=122&&(e[i]^=32),1):e[i]<224?(e[i+1]^=32,2):(e[i+2]^=5,3)}var s=t(285),r=[new o("",0,""),new o("",0," "),new o(" ",0," "),new o("",12,""),new o("",10," "),new o("",0," the "),new o(" ",0,""),new o("s ",0," "),new o("",0," of "),new o("",10,""),new o("",0," and "),new o("",13,""),new o("",1,""),new o(", ",0," "),new o("",0,", "),new o(" ",10," "),new o("",0," in "),new o("",0," to "),new o("e ",0," "),new o("",0,'"'),new o("",0,"."),new o("",0,'">'),new o("",0,"\n"),new o("",3,""),new o("",0,"]"),new o("",0," for "),new o("",14,""),new o("",2,""),new o("",0," a "),new o("",0," that "),new o(" ",10,""),new o("",0,". "),new o(".",0,""),new o(" ",0,", "),new o("",15,""),new o("",0," with "),new o("",0,"'"),new o("",0," from "),new o("",0," by "),new o("",16,""),new o("",17,""),new o(" the ",0,""),new o("",4,""),new o("",0,". The "),new o("",11,""),new o("",0," on "),new o("",0," as "),new o("",0," is "),new o("",7,""),new o("",1,"ing "),new o("",0,"\n\t"),new o("",0,":"),new o(" ",0,". "),new o("",0,"ed "),new o("",20,""),new o("",18,""),new o("",6,""),new o("",0,"("),new o("",10,", "),new o("",8,""),new o("",0," at "),new o("",0,"ly "),new o(" the ",0," of "),new o("",5,""),new o("",9,""),new o(" ",10,", "),new o("",10,'"'),new o(".",0,"("),new o("",11," "),new o("",10,'">'),new o("",0,'="'),new o(" ",0,"."),new o(".com/",0,""),new o(" the ",0," of the "),new o("",10,"'"),new o("",0,". This "),new o("",0,","),new o(".",0," "),new o("",10,"("),new o("",10,"."),new o("",0," not "),new o(" ",0,'="'),new o("",0,"er "),new o(" ",11," "),new o("",0,"al "),new o(" ",11,""),new o("",0,"='"),new o("",11,'"'),new o("",10,". "),new o(" ",0,"("),new o("",0,"ful "),new o(" ",10,". "),new o("",0,"ive "),new o("",0,"less "),new o("",11,"'"),new o("",0,"est "),new o(" ",10,"."),new o("",11,'">'),new o(" ",0,"='"),new o("",10,","),new o("",0,"ize "),new o("",11,"."),new o(" ",0,""),new o(" ",0,","),new o("",10,'="'),new o("",11,'="'),new o("",0,"ous "),new o("",11,", "),new o("",10,"='"),new o(" ",10,","),new o(" ",11,'="'),new o(" ",11,", "),new o("",11,","),new o("",11,"("),new o("",11,". "),new o(" ",11,"."),new o("",11,"='"),new o(" ",11,". "),new o(" ",10,'="'),new o(" ",11,"='"),new o(" ",10,"='")];i.kTransforms=r,i.kNumTransforms=r.length,i.transformDictionaryWord=function(e,i,t,o,n){var l,d=r[n].prefix,u=r[n].suffix,c=r[n].transform,h=c<12?0:c-11,p=0,v=i;h>o&&(h=o);for(var b=0;b0;){var k=a(e,l);l+=k,o-=k}for(var A=0;A-1;)if(t=s+e.length,(0===s||u.test(a[s-1]))&&(t===a.length||u.test(a[t])))return!0})},i.addClass=function(e){if("function"==typeof e)return r(this,function(t,o){var a=o.attribs.class||"";i.addClass.call([o],e.call(o,t,a))});if(!e||"string"!=typeof e)return this;for(var t=e.split(u),o=this.length,a=0;a=0&&(l.splice(r,1),n=!0,d--);n&&(i.attribs.class=l.join(" "))}}))},i.toggleClass=function(e,t){if("function"==typeof e)return r(this,function(o,a){i.toggleClass.call([a],e.call(a,o,a.attribs.class||"",t),t)});if(!e||"string"!=typeof e)return this;for(var o,a,n=e.split(u),l=n.length,d="boolean"==typeof t?t?1:-1:0,c=this.length,h=0;h=0&&a<0?o.push(n[p]):d<=0&&a>=0&&o.splice(a,1);this[h].attribs.class=o.join(" ")}return this},i.is=function(e){return!!e&&this.filter(e).length>0}},function(e,i,t){function o(e,i,t,r){if("string"==typeof i){var n=a(e);"function"==typeof t&&(t=t.call(e,r,n[i])),""===t?delete n[i]:null!=t&&(n[i]=t),e.attribs.style=s(n)}else"object"==typeof i&&Object.keys(i).forEach(function(t){o(e,t,i[t])})}function a(e,i){var t=r(e.attribs.style);return"string"==typeof i?t[i]:Array.isArray(i)?l.pick(t,i):t}function s(e){return Object.keys(e||{}).reduce(function(i,t){return i+=(i?" ":"")+t+": "+e[t]+";"},"")}function r(e){return e=(e||"").trim(),e?e.split(";").reduce(function(e,i){var t=i.indexOf(":");return t<1||t===i.length-1?e:(e[i.slice(0,t).trim()]=i.slice(t+1).trim(),e)},{}):{}}var n=t(86).domEach,l={pick:t(892)},d=Object.prototype.toString;i.css=function(e,i){return 2===arguments.length||"[object Object]"===d.call(e)?n(this,function(t,a){o(a,e,i,t)}):a(this[0],e)}},function(e,i,t){var o=/%20/g,a=/\r?\n/g,s={map:t(887)};i.serialize=function(){var e=this.serializeArray();return s.map(e,function(e){return encodeURIComponent(e.name)+"="+encodeURIComponent(e.value)}).join("&").replace(o,"+")},i.serializeArray=function(){var e=this.constructor;return this.map(function(){var i=this,t=e(i);return"form"===i.name?t.find("input,select,textarea,keygen").toArray():t.filter("input,select,textarea,keygen").toArray()}).filter('[name!=""]:not(:disabled):not(:submit, :button, :image, :reset, :file):matches([checked], :not(:checkbox, :radio))').map(function(i,t){var o=e(t),r=o.attr("name"),n=o.val();return null==n&&(n=""),Array.isArray(n)?s.map(n,function(e){return{name:r,value:e.replace(a,"\r\n")}}):{name:r,value:n.replace(a,"\r\n")}}).get()}},function(e,i,t){var o=t(115),a=t(169),s=o.update,r=o.evaluate,n=t(86),l=n.domEach,d=n.cloneDom,u=n.isHtml,c=Array.prototype.slice,h={flatten:t(371),bind:t(217),forEach:t(143)};i._makeDomArray=function(e,i){return null==e?[]:e.cheerio?i?d(e.get(),e.options):e.get():Array.isArray(e)?h.flatten(e.map(function(e){return this._makeDomArray(e,i)},this)):"string"==typeof e?r(e,this.options,!1):i?d([e]):[e]};var p=function(e){return function(){var i=c.call(arguments),t=this.length-1;return l(this,function(o,s){var r,n;n="function"==typeof i[0]?i[0].call(s,o,a.html(s.children)):i,r=this._makeDomArray(n,o-1&&(d.children.splice(n,1),a===d&&i>n&&u[0]--),l.root=null,l.parent=a,l.prev&&(l.prev.next=l.next||null),l.next&&(l.next.prev=l.prev||null),l.prev=o[s-1]||c,l.next=o[s+1]||h;return c&&(c.next=o[0]),h&&(h.prev=o[o.length-1]),e.splice.apply(e,u)};i.appendTo=function(e){return e.cheerio||(e=this.constructor.call(this.constructor,e,null,this._originalRoot)),e.append(this),this},i.prependTo=function(e){return e.cheerio||(e=this.constructor.call(this.constructor,e,null,this._originalRoot)),e.prepend(this),this},i.append=p(function(e,i,t){v(i,i.length,0,e,t)}),i.prepend=p(function(e,i,t){v(i,0,0,e,t)}),i.wrap=function(e){var i="function"==typeof e&&e,t=this.length-1;return h.forEach(this,h.bind(function(o,a){var r,n,l,d,c=o.parent||o.root,h=c.children;if(c){for(i&&(e=i.call(o,a)),"string"!=typeof e||u(e)||(e=this.parents().last().find(e).clone()),r=this._makeDomArray(e,a=n.children.length);)"tag"===n.children[l].type?(n=n.children[l],l=0):l++;d=h.indexOf(o),s([o],n),v(h,d,0,r,c)}},this)),this},i.after=function(){var e=c.call(arguments),i=this.length-1;return l(this,function(t,o){var s=o.parent||o.root;if(s){var r,n,l=s.children,d=l.indexOf(o);d<0||(r="function"==typeof e[0]?e[0].call(o,t,a.html(o.children)):e,n=this._makeDomArray(r,t0})},i.first=function(){return this.length>1?this._make(this[0]):this},i.last=function(){return this.length>1?this._make(this[this.length-1]):this},i.eq=function(e){return 0===(e=+e)&&this.length<=1?this:(e<0&&(e=this.length+e),this[e]?this._make(this[e]):this._make([]))},i.get=function(e){return null==e?Array.prototype.slice.call(this):this[e<0?this.length+e:e]},i.index=function(e){var i,t;return 0===arguments.length?(i=this.parent().children(),t=this[0]):"string"==typeof e?(i=this._make(e),t=this[0]):(i=this,t=e.cheerio?e[0]:e),i.get().indexOf(t)},i.slice=function(){return this._make([].slice.apply(this,arguments))},i.end=function(){return this.prevObject||this._make([])},i.add=function(e,i){for(var t=this._make(e,i),o=n(t.get().concat(this.get())),a=0;a= 0.6"},files:["index.js","lib"],gitHead:"48eae25c93702a29b8cd0d09c4a2dce2f912d1f4",homepage:"https://github.com/cheeriojs/cheerio#readme",keywords:["htmlparser","jquery","selector","scraper","parser","html"],license:"MIT",main:"./index.js",maintainers:[{name:"mattmueller",email:"mattmuelle@gmail.com"},{name:"davidchambers",email:"dc@davidchambers.me"},{name:"jugglinmike",email:"mike@mikepennisi.com"},{name:"feedic",email:"me@feedic.com"}],name:"cheerio",optionalDependencies:{},readme:"

cheerio

\n\n
Fast, flexible & lean implementation of core jQuery designed specifically for the server.
\n\n\n\n
\n\n```js\nconst cheerio = require('cheerio')\nconst $ = cheerio.load('

Hello world

')\n\n$('h2.title').text('Hello there!')\n$('h2').addClass('welcome')\n\n$.html()\n//=>

Hello there!

\n```\n\n## Installation\n`npm install cheerio`\n\n## Features\n__❤ Familiar syntax:__\nCheerio implements a subset of core jQuery. Cheerio removes all the DOM inconsistencies and browser cruft from the jQuery library, revealing its truly gorgeous API.\n\n__ϟ Blazingly fast:__\nCheerio works with a very simple, consistent DOM model. As a result parsing, manipulating, and rendering are incredibly efficient. Preliminary end-to-end benchmarks suggest that cheerio is about __8x__ faster than JSDOM.\n\n__❁ Incredibly flexible:__\nCheerio wraps around [parse5](https://github.com/inikulin/parse5) parser and can optionally use @FB55's forgiving [htmlparser2](https://github.com/fb55/htmlparser2/). Cheerio can parse nearly any HTML or XML document.\n\n## Cheerio is not a web browser\n\nCheerio parses markup and provides an API for traversing/manipulating the resulting data structure. It does not interpret the result as a web browser does. Specifically, it does *not* produce a visual rendering, apply CSS, load external resources, or execute JavaScript. If your use case requires any of this functionality, you should consider projects like [PhantomJS](http://phantomjs.org/) or [JSDom](https://github.com/tmpvar/jsdom).\n\n## Job Board\n\nLooking for a career upgrade? Check out the available Node.js & Javascript positions at these innovative companies:\n\n\n\n\n\n## API\n\n### Markup example we'll be using:\n\n```html\n
    \n
  • Apple
  • \n
  • Orange
  • \n
  • Pear
  • \n
\n```\n\nThis is the HTML markup we will be using in all of the API examples.\n\n### Loading\nFirst you need to load in the HTML. This step in jQuery is implicit, since jQuery operates on the one, baked-in DOM. With Cheerio, we need to pass in the HTML document.\n\nThis is the _preferred_ method:\n\n```js\nconst cheerio = require('cheerio');\nconst $ = cheerio.load('
    ...
');\n```\n\nOptionally, you can also load in the HTML by passing the string as the context:\n\n```js\nconst $ = require('cheerio');\n$('ul', '
    ...
');\n```\n\nOr as the root:\n\n```js\nconst $ = require('cheerio');\n$('li', 'ul', '
    ...
');\n```\n\nIf you need to modify parsing options for XML input, you may pass an extra\nobject to `.load()`:\n\n```js\nconst $ = cheerio.load('
    ...
', {\n xml: {\n normalizeWhitespace: true,\n }\n});\n```\n\nThe options in the `xml` object are taken directly from [htmlparser2](https://github.com/fb55/htmlparser2/wiki/Parser-options), therefore any options that can be used in `htmlparser2` are valid in cheerio as well. The default options are:\n\n```js\n{\n withDomLvl1: true,\n normalizeWhitespace: false,\n xmlMode: true,\n decodeEntities: true\n}\n```\n\nFor a full list of options and their effects, see [this](https://github.com/fb55/DomHandler) and\n[htmlparser2's options](https://github.com/fb55/htmlparser2/wiki/Parser-options).\n\nSome users may wish to parse markup with the `htmlparser2` library, and\ntraverse/manipulate the resulting structure with Cheerio. This may be the case\nfor those upgrading from pre-1.0 releases of Cheerio (which relied on\n`htmlparser2`), for those dealing with invalid markup (because `htmlparser2` is\nmore forgiving), or for those operating in performance-critical situations\n(because `htmlparser2` may be faster in some cases). Note that \"more forgiving\"\nmeans `htmlparser2` has error-correcting mechanisms that aren't always a match\nfor the standards observed by web browsers. This behavior may be useful when\nparsing non-HTML content.\n\nTo support these cases, `load` also accepts a `htmlparser2`-compatible data\nstructure as its first argument. Users may install `htmlparser2`, use it to\nparse input, and pass the result to `load`:\n\n```js\n// Usage as of htmlparser2 version 3:\nconst htmlparser2 = require('htmlparser2');\nconst dom = htmlparser2.parseDOM(document, options);\n\nconst $ = cheerio.load(dom);\n```\n\n### Selectors\n\nCheerio's selector implementation is nearly identical to jQuery's, so the API is very similar.\n\n#### $( selector, [context], [root] )\n`selector` searches within the `context` scope which searches within the `root` scope. `selector` and `context` can be a string expression, DOM Element, array of DOM elements, or cheerio object. `root` is typically the HTML document string.\n\nThis selector method is the starting point for traversing and manipulating the document. Like jQuery, it's the primary method for selecting elements in the document, but unlike jQuery it's built on top of the CSSSelect library, which implements most of the Sizzle selectors.\n\n```js\n$('.apple', '#fruits').text()\n//=> Apple\n\n$('ul .pear').attr('class')\n//=> pear\n\n$('li[class=orange]').html()\n//=> Orange\n```\n\n### Attributes\nMethods for getting and modifying attributes.\n\n#### .attr( name, value )\nMethod for getting and setting attributes. Gets the attribute value for only the first element in the matched set. If you set an attribute's value to `null`, you remove that attribute. You may also pass a `map` and `function` like jQuery.\n\n```js\n$('ul').attr('id')\n//=> fruits\n\n$('.apple').attr('id', 'favorite').html()\n//=>
  • Apple
  • \n```\n\n> See http://api.jquery.com/attr/ for more information\n\n#### .prop( name, value )\nMethod for getting and setting properties. Gets the property value for only the first element in the matched set.\n\n```js\n$('input[type=\"checkbox\"]').prop('checked')\n//=> false\n\n$('input[type=\"checkbox\"]').prop('checked', true).val()\n//=> ok\n```\n\n> See http://api.jquery.com/prop/ for more information\n\n#### .data( name, value )\nMethod for getting and setting data attributes. Gets or sets the data attribute value for only the first element in the matched set.\n\n```js\n$('
    ').data()\n//=> { appleColor: 'red' }\n\n$('
    ').data('apple-color')\n//=> 'red'\n\nconst apple = $('.apple').data('kind', 'mac')\napple.data('kind')\n//=> 'mac'\n```\n\n> See http://api.jquery.com/data/ for more information\n\n#### .val( [value] )\nMethod for getting and setting the value of input, select, and textarea. Note: Support for `map`, and `function` has not been added yet.\n\n```js\n$('input[type=\"text\"]').val()\n//=> input_text\n\n$('input[type=\"text\"]').val('test').html()\n//=> \n```\n\n#### .removeAttr( name )\nMethod for removing attributes by `name`.\n\n```js\n$('.pear').removeAttr('class').html()\n//=>
  • Pear
  • \n```\n\n#### .hasClass( className )\nCheck to see if *any* of the matched elements have the given `className`.\n\n```js\n$('.pear').hasClass('pear')\n//=> true\n\n$('apple').hasClass('fruit')\n//=> false\n\n$('li').hasClass('pear')\n//=> true\n```\n\n#### .addClass( className )\nAdds class(es) to all of the matched elements. Also accepts a `function` like jQuery.\n\n```js\n$('.pear').addClass('fruit').html()\n//=>
  • Pear
  • \n\n$('.apple').addClass('fruit red').html()\n//=>
  • Apple
  • \n```\n\n> See http://api.jquery.com/addClass/ for more information.\n\n#### .removeClass( [className] )\nRemoves one or more space-separated classes from the selected elements. If no `className` is defined, all classes will be removed. Also accepts a `function` like jQuery.\n\n```js\n$('.pear').removeClass('pear').html()\n//=>
  • Pear
  • \n\n$('.apple').addClass('red').removeClass().html()\n//=>
  • Apple
  • \n```\n\n> See http://api.jquery.com/removeClass/ for more information.\n\n#### .toggleClass( className, [switch] )\nAdd or remove class(es) from the matched elements, depending on either the class's presence or the value of the switch argument. Also accepts a `function` like jQuery.\n\n```js\n$('.apple.green').toggleClass('fruit green red').html()\n//=>
  • Apple
  • \n\n$('.apple.green').toggleClass('fruit green red', true).html()\n//=>
  • Apple
  • \n```\n\n> See http://api.jquery.com/toggleClass/ for more information.\n\n#### .is( selector )\n#### .is( element )\n#### .is( selection )\n#### .is( function(index) )\nChecks the current list of elements and returns `true` if _any_ of the elements match the selector. If using an element or Cheerio selection, returns `true` if _any_ of the elements match. If using a predicate function, the function is executed in the context of the selected element, so `this` refers to the current element.\n\n### Forms\n\n#### .serializeArray()\n\nEncode a set of form elements as an array of names and values.\n\n```js\n$('
    ').serializeArray()\n//=> [ { name: 'foo', value: 'bar' } ]\n```\n\n### Traversing\n\n#### .find(selector)\n#### .find(selection)\n#### .find(node)\nGet the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.\n\n```js\n$('#fruits').find('li').length\n//=> 3\n$('#fruits').find($('.apple')).length\n//=> 1\n```\n\n#### .parent([selector])\nGet the parent of each element in the current set of matched elements, optionally filtered by a selector.\n\n```js\n$('.pear').parent().attr('id')\n//=> fruits\n```\n\n#### .parents([selector])\nGet a set of parents filtered by `selector` of each element in the current set of match elements.\n```js\n$('.orange').parents().length\n// => 2\n$('.orange').parents('#fruits').length\n// => 1\n```\n\n#### .parentsUntil([selector][,filter])\nGet the ancestors of each element in the current set of matched elements, up to but not including the element matched by the selector, DOM node, or cheerio object.\n```js\n$('.orange').parentsUntil('#food').length\n// => 1\n```\n\n#### .closest(selector)\nFor each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.\n\n```js\n$('.orange').closest()\n// => []\n$('.orange').closest('.apple')\n// => []\n$('.orange').closest('li')\n// => [
  • Orange
  • ]\n$('.orange').closest('#fruits')\n// => [
      ...
    ]\n```\n\n#### .next([selector])\nGets the next sibling of the first selected element, optionally filtered by a selector.\n\n```js\n$('.apple').next().hasClass('orange')\n//=> true\n```\n\n#### .nextAll([selector])\nGets all the following siblings of the first selected element, optionally filtered by a selector.\n\n```js\n$('.apple').nextAll()\n//=> [
  • Orange
  • ,
  • Pear
  • ]\n$('.apple').nextAll('.orange')\n//=> [
  • Orange
  • ]\n```\n\n#### .nextUntil([selector], [filter])\nGets all the following siblings up to but not including the element matched by the selector, optionally filtered by another selector.\n\n```js\n$('.apple').nextUntil('.pear')\n//=> [
  • Orange
  • ]\n```\n\n#### .prev([selector])\nGets the previous sibling of the first selected element optionally filtered by a selector.\n\n```js\n$('.orange').prev().hasClass('apple')\n//=> true\n```\n\n#### .prevAll([selector])\nGets all the preceding siblings of the first selected element, optionally filtered by a selector.\n\n```js\n$('.pear').prevAll()\n//=> [
  • Orange
  • ,
  • Apple
  • ]\n$('.pear').prevAll('.orange')\n//=> [
  • Orange
  • ]\n```\n\n#### .prevUntil([selector], [filter])\nGets all the preceding siblings up to but not including the element matched by the selector, optionally filtered by another selector.\n\n```js\n$('.pear').prevUntil('.apple')\n//=> [
  • Orange
  • ]\n```\n\n#### .slice( start, [end] )\nGets the elements matching the specified range\n\n```js\n$('li').slice(1).eq(0).text()\n//=> 'Orange'\n\n$('li').slice(1, 2).length\n//=> 1\n```\n\n#### .siblings([selector])\nGets the first selected element's siblings, excluding itself.\n\n```js\n$('.pear').siblings().length\n//=> 2\n\n$('.pear').siblings('.orange').length\n//=> 1\n\n```\n\n#### .children([selector])\nGets the children of the first selected element.\n\n```js\n$('#fruits').children().length\n//=> 3\n\n$('#fruits').children('.pear').text()\n//=> Pear\n```\n\n#### .contents()\nGets the children of each element in the set of matched elements, including text and comment nodes.\n\n```js\n$('#fruits').contents().length\n//=> 3\n```\n\n#### .each( function(index, element) )\nIterates over a cheerio object, executing a function for each matched element. When the callback is fired, the function is fired in the context of the DOM element, so `this` refers to the current element, which is equivalent to the function parameter `element`. To break out of the `each` loop early, return with `false`.\n\n```js\nconst fruits = [];\n\n$('li').each(function(i, elem) {\n fruits[i] = $(this).text();\n});\n\nfruits.join(', ');\n//=> Apple, Orange, Pear\n```\n\n#### .map( function(index, element) )\nPass each element in the current matched set through a function, producing a new Cheerio object containing the return values. The function can return an individual data item or an array of data items to be inserted into the resulting set. If an array is returned, the elements inside the array are inserted into the set. If the function returns null or undefined, no element will be inserted.\n\n```js\n$('li').map(function(i, el) {\n // this === el\n return $(this).text();\n}).get().join(' ');\n//=> \"apple orange pear\"\n```\n\n#### .filter( selector )
    .filter( selection )
    .filter( element )
    .filter( function(index, element) )\n\nIterates over a cheerio object, reducing the set of selector elements to those that match the selector or pass the function's test. When a Cheerio selection is specified, return only the elements contained in that selection. When an element is specified, return only that element (if it is contained in the original selection). If using the function method, the function is executed in the context of the selected element, so `this` refers to the current element.\n\nSelector:\n\n```js\n$('li').filter('.orange').attr('class');\n//=> orange\n```\n\nFunction:\n\n```js\n$('li').filter(function(i, el) {\n // this === el\n return $(this).attr('class') === 'orange';\n}).attr('class')\n//=> orange\n```\n\n#### .not( selector )
    .not( selection )
    .not( element )
    .not( function(index, elem) )\n\nRemove elements from the set of matched elements. Given a jQuery object that represents a set of DOM elements, the `.not()` method constructs a new jQuery object from a subset of the matching elements. The supplied selector is tested against each element; the elements that don't match the selector will be included in the result. The `.not()` method can take a function as its argument in the same way that `.filter()` does. Elements for which the function returns true are excluded from the filtered set; all other elements are included.\n\nSelector:\n\n```js\n$('li').not('.apple').length;\n//=> 2\n```\n\nFunction:\n\n```js\n$('li').not(function(i, el) {\n // this === el\n return $(this).attr('class') === 'orange';\n}).length;\n//=> 2\n```\n\n#### .has( selector )
    .has( element )\n\nFilters the set of matched elements to only those which have the given DOM element as a descendant or which have a descendant that matches the given selector. Equivalent to `.filter(':has(selector)')`.\n\nSelector:\n\n```js\n$('ul').has('.pear').attr('id');\n//=> fruits\n```\n\nElement:\n\n```js\n$('ul').has($('.pear')[0]).attr('id');\n//=> fruits\n```\n\n#### .first()\nWill select the first element of a cheerio object\n\n```js\n$('#fruits').children().first().text()\n//=> Apple\n```\n\n#### .last()\nWill select the last element of a cheerio object\n\n```js\n$('#fruits').children().last().text()\n//=> Pear\n```\n\n#### .eq( i )\nReduce the set of matched elements to the one at the specified index. Use `.eq(-i)` to count backwards from the last selected element.\n\n```js\n$('li').eq(0).text()\n//=> Apple\n\n$('li').eq(-1).text()\n//=> Pear\n```\n\n#### .get( [i] )\n\nRetrieve the DOM elements matched by the Cheerio object. If an index is specified, retrieve one of the elements matched by the Cheerio object:\n\n```js\n$('li').get(0).tagName\n//=> li\n```\n\nIf no index is specified, retrieve all elements matched by the Cheerio object:\n\n```js\n$('li').get().length\n//=> 3\n```\n\n#### .index()\n#### .index( selector )\n#### .index( nodeOrSelection )\n\nSearch for a given element from among the matched elements.\n\n```js\n$('.pear').index()\n//=> 2\n$('.orange').index('li')\n//=> 1\n$('.apple').index($('#fruit, li'))\n//=> 1\n```\n\n#### .end()\nEnd the most recent filtering operation in the current chain and return the set of matched elements to its previous state.\n\n```js\n$('li').eq(0).end().length\n//=> 3\n```\n\n#### .add( selector [, context] )\n#### .add( element )\n#### .add( elements )\n#### .add( html )\n#### .add( selection )\nAdd elements to the set of matched elements.\n\n```js\n$('.apple').add('.orange').length\n//=> 2\n```\n\n#### .addBack( [filter] )\n\nAdd the previous set of elements on the stack to the current set, optionally filtered by a selector.\n\n```js\n$('li').eq(0).addBack('.orange').length\n//=> 2\n```\n\n### Manipulation\nMethods for modifying the DOM structure.\n\n#### .append( content, [content, ...] )\nInserts content as the *last* child of each of the selected elements.\n\n```js\n$('ul').append('
  • Plum
  • ')\n$.html()\n//=>
      \n//
    • Apple
    • \n//
    • Orange
    • \n//
    • Pear
    • \n//
    • Plum
    • \n//
    \n```\n\n#### .appendTo( target )\nInsert every element in the set of matched elements to the end of the target.\n\n```js\n$('
  • Plum
  • ').appendTo('#fruits')\n$.html()\n//=>
      \n//
    • Apple
    • \n//
    • Orange
    • \n//
    • Pear
    • \n//
    • Plum
    • \n//
    \n```\n\n#### .prepend( content, [content, ...] )\nInserts content as the *first* child of each of the selected elements.\n\n```js\n$('ul').prepend('
  • Plum
  • ')\n$.html()\n//=>
      \n//
    • Plum
    • \n//
    • Apple
    • \n//
    • Orange
    • \n//
    • Pear
    • \n//
    \n```\n\n#### .prependTo( target )\nInsert every element in the set of matched elements to the beginning of the target.\n\n```js\n$('
  • Plum
  • ').prependTo('#fruits')\n$.html()\n//=>
      \n//
    • Plum
    • \n//
    • Apple
    • \n//
    • Orange
    • \n//
    • Pear
    • \n//
    \n```\n\n#### .after( content, [content, ...] )\nInsert content next to each element in the set of matched elements.\n\n```js\n$('.apple').after('
  • Plum
  • ')\n$.html()\n//=>
      \n//
    • Apple
    • \n//
    • Plum
    • \n//
    • Orange
    • \n//
    • Pear
    • \n//
    \n```\n\n#### .insertAfter( target )\nInsert every element in the set of matched elements after the target.\n\n```js\n$('
  • Plum
  • ').insertAfter('.apple')\n$.html()\n//=>
      \n//
    • Apple
    • \n//
    • Plum
    • \n//
    • Orange
    • \n//
    • Pear
    • \n//
    \n```\n\n#### .before( content, [content, ...] )\nInsert content previous to each element in the set of matched elements.\n\n```js\n$('.apple').before('
  • Plum
  • ')\n$.html()\n//=>
      \n//
    • Plum
    • \n//
    • Apple
    • \n//
    • Orange
    • \n//
    • Pear
    • \n//
    \n```\n\n#### .insertBefore( target )\nInsert every element in the set of matched elements before the target.\n\n```js\n$('
  • Plum
  • ').insertBefore('.apple')\n$.html()\n//=>
      \n//
    • Plum
    • \n//
    • Apple
    • \n//
    • Orange
    • \n//
    • Pear
    • \n//
    \n```\n\n#### .remove( [selector] )\nRemoves the set of matched elements from the DOM and all their children. `selector` filters the set of matched elements to be removed.\n\n```js\n$('.pear').remove()\n$.html()\n//=>
      \n//
    • Apple
    • \n//
    • Orange
    • \n//
    \n```\n\n#### .replaceWith( content )\nReplaces matched elements with `content`.\n\n```js\nconst plum = $('
  • Plum
  • ')\n$('.pear').replaceWith(plum)\n$.html()\n//=>
      \n//
    • Apple
    • \n//
    • Orange
    • \n//
    • Plum
    • \n//
    \n```\n\n#### .empty()\nEmpties an element, removing all its children.\n\n```js\n$('ul').empty()\n$.html()\n//=>
      \n```\n\n#### .html( [htmlString] )\nGets an html content string from the first selected element. If `htmlString` is specified, each selected element's content is replaced by the new content.\n\n```js\n$('.orange').html()\n//=> Orange\n\n$('#fruits').html('
    • Mango
    • ').html()\n//=>
    • Mango
    • \n```\n\n#### .text( [textString] )\nGet the combined text contents of each element in the set of matched elements, including their descendants. If `textString` is specified, each selected element's content is replaced by the new text content.\n\n```js\n$('.orange').text()\n//=> Orange\n\n$('ul').text()\n//=> Apple\n// Orange\n// Pear\n```\n\n#### .wrap( content )\nThe .wrap() function can take any string or object that could be passed to the $() factory function to specify a DOM structure. This structure may be nested several levels deep, but should contain only one inmost element. A copy of this structure will be wrapped around each of the elements in the set of matched elements. This method returns the original set of elements for chaining purposes.\n\n```js\nconst redFruit = $('
      ')\n$('.apple').wrap(redFruit)\n\n//=>
        \n//
        \n//
      • Apple
      • \n//
        \n//
      • Orange
      • \n//
      • Plum
      • \n//
      \n\nconst healthy = $('
      ')\n$('li').wrap(healthy)\n\n//=>
        \n//
        \n//
      • Apple
      • \n//
        \n//
        \n//
      • Orange
      • \n//
        \n//
        \n//
      • Plum
      • \n//
        \n//
      \n```\n\n#### .css( [propertName] )
      .css( [ propertyNames] )
      .css( [propertyName], [value] )
      .css( [propertName], [function] )
      .css( [properties] )\n\nGet the value of a style property for the first element in the set of matched elements or set one or more CSS properties for every matched element.\n\n### Rendering\nWhen you're ready to render the document, you can use the `html` utility function:\n\n```js\n$.html()\n//=>
        \n//
      • Apple
      • \n//
      • Orange
      • \n//
      • Pear
      • \n//
      \n```\n\nIf you want to return the outerHTML you can use `$.html(selector)`:\n\n```js\n$.html('.pear')\n//=>
    • Pear
    • \n```\n\nBy default, `html` will leave some tags open. Sometimes you may instead want to render a valid XML document. For example, you might parse the following XML snippet:\n\n```xml\nconst $ = cheerio.load('');\n```\n\n... and later want to render to XML. To do this, you can use the 'xml' utility function:\n\n```js\n$.xml()\n//=> \n```\n\nYou may also render the text content of a Cheerio object using the `text` static method:\n\n```js\nconst $ = cheerio.load('This is content.')\n$.text()\n//=> This is content.\n```\n\nThe method may be called on the Cheerio module itself--be sure to pass a collection of nodes!\n\n```js\nconst $ = cheerio.load('
      This is content.
      ')\ncheerio.text($('div'))\n//=> This is content.\n```\n\n### Miscellaneous\nDOM element methods that don't fit anywhere else\n\n#### .toArray()\nRetrieve all the DOM elements contained in the jQuery set as an array.\n\n```js\n$('li').toArray()\n//=> [ {...}, {...}, {...} ]\n```\n\n#### .clone() ####\nClone the cheerio object.\n\n```js\nconst moreFruit = $('#fruits').clone()\n```\n\n### Utilities\n\n#### $.root\n\nSometimes you need to work with the top-level root element. To query it, you can use `$.root()`.\n\n```js\n$.root().append('
        ').html();\n//=>
          ...
          \n```\n\n#### $.contains( container, contained )\nChecks to see if the `contained` DOM element is a descendant of the `container` DOM element.\n\n#### $.parseHTML( data [, context ] [, keepScripts ] )\nParses a string into an array of DOM nodes. The `context` argument has no meaning for Cheerio, but it is maintained for API compatability.\n\n#### $.load( html[, options ] )\nCreate a querying function, bound to a document created from the provided markup. Note that similar to web browser contexts, this operation may introduce ``, ``, and `` elements. See the previous section titled \"Loading\" for usage information.\n\n### Plugins\n\nOnce you have loaded a document, you may extend the prototype or the equivalent `fn` property with custom plugin methods:\n\n```js\nconst $ = cheerio.load('Hello, world!');\n$.prototype.logHtml = function() {\n console.log(this.html());\n};\n\n$('body').logHtml(); // logs \"Hello, world!\" to the console\n```\n\n### The \"DOM Node\" object\n\nCheerio collections are made up of objects that bear some resemblence to [browser-based DOM nodes](https://developer.mozilla.org/en-US/docs/Web/API/Node). You can expect them to define the following properties:\n\n- `tagName`\n- `parentNode`\n- `previousSibling`\n- `nextSibling`\n- `nodeValue`\n- `firstChild`\n- `childNodes`\n- `lastChild`\n\n## Screencasts\n\nhttp://vimeo.com/31950192\n\n> This video tutorial is a follow-up to Nettut's \"How to Scrape Web Pages with Node.js and jQuery\", using cheerio instead of JSDOM + jQuery. This video shows how easy it is to use cheerio and how much faster cheerio is than JSDOM + jQuery.\n\n## Contributors\n\nThese are some of the contributors that have made cheerio possible:\n\n```\nproject : cheerio\n repo age : 2 years, 6 months\n active : 285 days\n commits : 762\n files : 36\n authors :\n 293 Matt Mueller 38.5%\n 133 Matthew Mueller 17.5%\n 92 Mike Pennisi 12.1%\n 54 David Chambers 7.1%\n 30 kpdecker 3.9%\n 19 Felix Böhm 2.5%\n 17 fb55 2.2%\n 15 Siddharth Mahendraker 2.0%\n 11 Adam Bretz 1.4%\n 8 Nazar Leush 1.0%\n 7 ironchefpython 0.9%\n 6 Jarno Leppänen 0.8%\n 5 Ben Sheldon 0.7%\n 5 Jos Shepherd 0.7%\n 5 Ryan Schmukler 0.7%\n 5 Steven Vachon 0.7%\n 4 Maciej Adwent 0.5%\n 4 Amir Abu Shareb 0.5%\n 3 jeremy.dentel@brandingbrand.com 0.4%\n 3 Andi Neck 0.4%\n 2 steve 0.3%\n 2 alexbardas 0.3%\n 2 finspin 0.3%\n 2 Ali Farhadi 0.3%\n 2 Chris Khoo 0.3%\n 2 Rob Ashton 0.3%\n 2 Thomas Heymann 0.3%\n 2 Jaro Spisak 0.3%\n 2 Dan Dascalescu 0.3%\n 2 Torstein Thune 0.3%\n 2 Wayne Larsen 0.3%\n 1 Timm Preetz 0.1%\n 1 Xavi 0.1%\n 1 Alex Shaindlin 0.1%\n 1 mattym 0.1%\n 1 Felix Böhm 0.1%\n 1 Farid Neshat 0.1%\n 1 Dmitry Mazuro 0.1%\n 1 Jeremy Hubble 0.1%\n 1 nevermind 0.1%\n 1 Manuel Alabor 0.1%\n 1 Matt Liegey 0.1%\n 1 Chris O'Hara 0.1%\n 1 Michael Holroyd 0.1%\n 1 Michiel De Mey 0.1%\n 1 Ben Atkin 0.1%\n 1 Rich Trott 0.1%\n 1 Rob \"Hurricane\" Ashton 0.1%\n 1 Robin Gloster 0.1%\n 1 Simon Boudrias 0.1%\n 1 Sindre Sorhus 0.1%\n 1 xiaohwan 0.1%\n```\n\n## Cheerio in the real world\n\nAre you using cheerio in production? Add it to the [wiki](https://github.com/cheeriojs/cheerio/wiki/Cheerio-in-Production)!\n\n## Testing\n\nTo run the test suite, download the repository, then within the cheerio directory, run:\n\n```shell\nmake setup\nmake test\n```\n\nThis will download the development packages and run the test suite.\n\n## Special Thanks\n\nThis library stands on the shoulders of some incredible developers. A special thanks to:\n\n__• @FB55 for node-htmlparser2 & CSSSelect:__\nFelix has a knack for writing speedy parsing engines. He completely re-wrote both @tautologistic's `node-htmlparser` and @harry's `node-soupselect` from the ground up, making both of them much faster and more flexible. Cheerio would not be possible without his foundational work\n\n__• @jQuery team for jQuery:__\nThe core API is the best of its class and despite dealing with all the browser inconsistencies the code base is extremely clean and easy to follow. Much of cheerio's implementation and documentation is from jQuery. Thanks guys.\n\n__• @visionmedia:__\nThe style, the structure, the open-source\"-ness\" of this library comes from studying TJ's style and using many of his libraries. This dude consistently pumps out high-quality libraries and has always been more than willing to help or answer questions. You rock TJ.\n\n## License\n\nMIT\n",readmeFilename:"Readme.md",repository:{type:"git",url:"git://github.com/cheeriojs/cheerio.git"},scripts:{test:"make test"},version:"1.0.0-rc.2"}},function(e,i){var t=function(){"use strict";function e(i,t,o,a){function r(i,o){if(null===i)return null;if(0==o)return i;var u,c;if("object"!=typeof i)return i;if(e.__isArray(i))u=[];else if(e.__isRegExp(i))u=new RegExp(i.source,s(i)),i.lastIndex&&(u.lastIndex=i.lastIndex);else if(e.__isDate(i))u=new Date(i.getTime());else{if(d&&Buffer.isBuffer(i))return u=new Buffer(i.length),i.copy(u),u;void 0===a?(c=Object.getPrototypeOf(i),u=Object.create(c)):(u=Object.create(a),c=a)}if(t){var h=n.indexOf(i);if(-1!=h)return l[h];n.push(i),l.push(u)}for(var p in i){var v;c&&(v=Object.getOwnPropertyDescriptor(c,p)),v&&null==v.set||(u[p]=r(i[p],o-1))}return u}"object"==typeof t&&(o=t.depth,a=t.prototype,t.filter,t=t.circular);var n=[],l=[],d="undefined"!=typeof Buffer;return void 0===t&&(t=!0),void 0===o&&(o=1/0),r(i,o)}function i(e){return Object.prototype.toString.call(e)}function t(e){return"object"==typeof e&&"[object Date]"===i(e)}function o(e){return"object"==typeof e&&"[object Array]"===i(e)}function a(e){return"object"==typeof e&&"[object RegExp]"===i(e)}function s(e){var i="";return e.global&&(i+="g"),e.ignoreCase&&(i+="i"),e.multiline&&(i+="m"),i}return e.clonePrototype=function(e){if(null===e)return null;var i=function(){};return i.prototype=e,new i},e.__objToStr=i,e.__isDate=t,e.__isArray=o,e.__isRegExp=a,e.__getRegExpFlags=s,e}();"object"==typeof e&&e.exports&&(e.exports=t)},function(e,i,t){t(70),t(628),e.exports=t(11).Array.from},function(e,i,t){t(90),t(70),e.exports=t(626)},function(e,i,t){t(90),t(70),e.exports=t(627)},function(e,i,t){t(188),t(70),t(90),t(630),t(645),t(644),t(643),e.exports=t(11).Map},function(e,i,t){t(631),e.exports=Math.pow(2,-52)},function(e,i,t){t(632),e.exports=t(11).Object.assign},function(e,i,t){t(633);var o=t(11).Object;e.exports=function(e,i){return o.create(e,i)}},function(e,i,t){t(634);var o=t(11).Object;e.exports=function(e,i){return o.defineProperties(e,i)}},function(e,i,t){t(635);var o=t(11).Object;e.exports=function(e,i,t){return o.defineProperty(e,i,t)}},function(e,i,t){t(636),e.exports=t(11).Object.freeze},function(e,i,t){t(637);var o=t(11).Object;e.exports=function(e,i){return o.getOwnPropertyDescriptor(e,i)}},function(e,i,t){t(638),e.exports=t(11).Object.keys},function(e,i,t){t(639),e.exports=t(11).Object.setPrototypeOf},function(e,i,t){t(188),t(70),t(90),t(640),t(648),t(647),t(646),e.exports=t(11).Set},function(e,i,t){t(641),e.exports=t(11).String.fromCodePoint},function(e,i,t){t(642),t(188),t(649),t(650),e.exports=t(11).Symbol},function(e,i,t){t(70),t(90),e.exports=t(186).f("iterator")},function(e,i){e.exports=function(){}},function(e,i,t){var o=t(116);e.exports=function(e,i){var t=[];return o(e,!1,t.push,t,i),t}},function(e,i,t){var o=t(58),a=t(121),s=t(314);e.exports=function(e){return function(i,t,r){var n,l=o(i),d=a(l.length),u=s(r,d);if(e&&t!=t){for(;d>u;)if((n=l[u++])!=n)return!0}else for(;d>u;u++)if((e||u in l)&&l[u]===t)return e||u||0;return!e&&-1}}},function(e,i,t){var o=t(55),a=t(174),s=t(89),r=t(121),n=t(614);e.exports=function(e,i){var t=1==e,l=2==e,d=3==e,u=4==e,c=6==e,h=5==e||c,p=i||n;return function(i,n,v){for(var b,k,A=s(i),f=a(A),m=o(n,v,3),T=r(f.length),w=0,y=t?p(i,T):l?p(i,0):void 0;T>w;w++)if((h||w in f)&&(b=f[w],k=m(b,w,A),e))if(t)y[w]=k;else if(k)switch(e){case 3:return!0;case 5:return b;case 6:return w;case 2:y.push(b)}else if(u)return!1;return c?-1:d||u?u:y}}},function(e,i,t){var o=t(36),a=t(304),s=t(22)("species");e.exports=function(e){var i;return a(e)&&(i=e.constructor,"function"!=typeof i||i!==Array&&!a(i.prototype)||(i=void 0),o(i)&&null===(i=i[s])&&(i=void 0)),void 0===i?Array:i}},function(e,i,t){var o=t(613);e.exports=function(e,i){return new(o(e))(i)}},function(e,i,t){"use strict";var o=t(28),a=t(88);e.exports=function(e,i,t){i in e?o.f(e,i,a(0,t)):e[i]=t}},function(e,i,t){var o=t(87),a=t(178),s=t(119);e.exports=function(e){var i=o(e),t=a.f;if(t)for(var r,n=t(e),l=s.f,d=0;n.length>d;)l.call(e,r=n[d++])&&i.push(r);return i}},function(e,i,t){var o=t(33).document;e.exports=o&&o.documentElement},function(e,i,t){"use strict";var o=t(118),a=t(88),s=t(120),r={};t(47)(r,t(22)("iterator"),function(){return this}),e.exports=function(e,i,t){e.prototype=o(r,{next:a(1,t)}),s(e,i+" Iterator")}},function(e,i,t){var o=t(22)("iterator"),a=!1;try{var s=[7][o]();s.return=function(){a=!0},Array.from(s,function(){throw 2})}catch(e){}e.exports=function(e,i){if(!i&&!a)return!1;var t=!1;try{var s=[7],r=s[o]();r.next=function(){return{done:t=!0}},s[o]=function(){return r},e(s)}catch(e){}return t}},function(e,i,t){"use strict";var o=t(87),a=t(178),s=t(119),r=t(89),n=t(174),l=Object.assign;e.exports=!l||t(56)(function(){var e={},i={},t=Symbol(),o="abcdefghijklmnopqrst";return e[t]=7,o.split("").forEach(function(e){i[e]=e}),7!=l({},e)[t]||Object.keys(l({},i)).join("")!=o})?function(e,i){for(var t=r(e),l=arguments.length,d=1,u=a.f,c=s.f;l>d;)for(var h,p=n(arguments[d++]),v=u?o(p).concat(u(p)):o(p),b=v.length,k=0;b>k;)c.call(p,h=v[k++])&&(t[h]=p[h]);return t}:l},function(e,i,t){var o=t(58),a=t(308).f,s={}.toString,r="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],n=function(e){try{return a(e)}catch(e){return r.slice()}};e.exports.f=function(e){return r&&"[object Window]"==s.call(e)?n(e):a(o(e))}},function(e,i,t){var o=t(57),a=t(89),s=t(180)("IE_PROTO"),r=Object.prototype;e.exports=Object.getPrototypeOf||function(e){return e=a(e),o(e,s)?e[s]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?r:null}},function(e,i,t){var o=t(36),a=t(46),s=function(e,i){if(a(e),!o(i)&&null!==i)throw TypeError(i+": can't set as prototype!")};e.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(e,i,o){try{o=t(55)(Function.call,t(177).f(Object.prototype,"__proto__").set,2),o(e,[]),i=!(e instanceof Array)}catch(e){i=!0}return function(e,t){return s(e,t),i?e.__proto__=t:o(e,t),e}}({},!1):void 0),check:s}},function(e,i,t){"use strict";var o=t(33),a=t(11),s=t(28),r=t(27),n=t(22)("species");e.exports=function(e){var i="function"==typeof a[e]?a[e]:o[e];r&&i&&!i[n]&&s.f(i,n,{configurable:!0,get:function(){return this}})}},function(e,i,t){var o=t(182),a=t(172);e.exports=function(e){return function(i,t){var s,r,n=String(a(i)),l=o(t),d=n.length;return l<0||l>=d?e?"":void 0:(s=n.charCodeAt(l),s<55296||s>56319||l+1===d||(r=n.charCodeAt(l+1))<56320||r>57343?e?n.charAt(l):s:e?n.slice(l,l+2):r-56320+(s-55296<<10)+65536)}}},function(e,i,t){var o=t(46),a=t(187);e.exports=t(11).getIterator=function(e){var i=a(e);if("function"!=typeof i)throw TypeError(e+" is not iterable!");return o(i.call(e))}},function(e,i,t){var o=t(170),a=t(22)("iterator"),s=t(69);e.exports=t(11).isIterable=function(e){var i=Object(e);return void 0!==i[a]||"@@iterator"in i||s.hasOwnProperty(o(i))}},function(e,i,t){"use strict";var o=t(55),a=t(15),s=t(89),r=t(305),n=t(303),l=t(121),d=t(615),u=t(187);a(a.S+a.F*!t(619)(function(e){Array.from(e)}),"Array",{from:function(e){var i,t,a,c,h=s(e),p="function"==typeof this?this:Array,v=arguments.length,b=v>1?arguments[1]:void 0,k=void 0!==b,A=0,f=u(h);if(k&&(b=o(b,v>2?arguments[2]:void 0,2)),void 0==f||p==Array&&n(f))for(i=l(h.length),t=new p(i);i>A;A++)d(t,A,k?b(h[A],A):h[A]);else for(c=f.call(h),t=new p;!(a=c.next()).done;A++)d(t,A,k?r(c,b,[a.value,A],!0):a.value);return t.length=A,t}})},function(e,i,t){"use strict";var o=t(609),a=t(306),s=t(69),r=t(58);e.exports=t(175)(Array,"Array",function(e,i){this._t=r(e),this._i=0,this._k=i},function(){var e=this._t,i=this._k,t=this._i++;return!e||t>=e.length?(this._t=void 0,a(1)):"keys"==i?a(0,t):"values"==i?a(0,e[t]):a(0,[t,e[t]])},"values"),s.Arguments=s.Array,o("keys"),o("values"),o("entries")},function(e,i,t){"use strict";var o=t(298),a=t(184);e.exports=t(300)("Map",function(e){return function(){return e(this,arguments.length>0?arguments[0]:void 0)}},{get:function(e){var i=o.getEntry(a(this,"Map"),e);return i&&i.v},set:function(e,i){return o.def(a(this,"Map"),0===e?0:e,i)}},o,!0)},function(e,i,t){var o=t(15);o(o.S,"Number",{EPSILON:Math.pow(2,-52)})},function(e,i,t){var o=t(15);o(o.S+o.F,"Object",{assign:t(620)})},function(e,i,t){var o=t(15);o(o.S,"Object",{create:t(118)})},function(e,i,t){var o=t(15);o(o.S+o.F*!t(27),"Object",{defineProperties:t(307)})},function(e,i,t){var o=t(15);o(o.S+o.F*!t(27),"Object",{defineProperty:t(28).f})},function(e,i,t){var o=t(36),a=t(117).onFreeze;t(179)("freeze",function(e){return function(i){return e&&o(i)?e(a(i)):i}})},function(e,i,t){var o=t(58),a=t(177).f;t(179)("getOwnPropertyDescriptor",function(){return function(e,i){return a(o(e),i)}})},function(e,i,t){var o=t(89),a=t(87);t(179)("keys",function(){return function(e){return a(o(e))}})},function(e,i,t){var o=t(15);o(o.S,"Object",{setPrototypeOf:t(623).set})},function(e,i,t){"use strict";var o=t(298),a=t(184);e.exports=t(300)("Set",function(e){return function(){return e(this,arguments.length>0?arguments[0]:void 0)}},{add:function(e){return o.def(a(this,"Set"),e=0===e?0:e,e)}},o)},function(e,i,t){var o=t(15),a=t(314),s=String.fromCharCode,r=String.fromCodePoint;o(o.S+o.F*(!!r&&1!=r.length),"String",{fromCodePoint:function(e){for(var i,t=[],o=arguments.length,r=0;o>r;){if(i=+arguments[r++],a(i,1114111)!==i)throw RangeError(i+" is not a valid code point");t.push(i<65536?s(i):s(55296+((i-=65536)>>10),i%1024+56320))}return t.join("")}})},function(e,i,t){"use strict";var o=t(33),a=t(57),s=t(27),r=t(15),n=t(311),l=t(117).KEY,d=t(56),u=t(181),c=t(120),h=t(122),p=t(22),v=t(186),b=t(185),k=t(616),A=t(304),f=t(46),m=t(58),T=t(183),w=t(88),y=t(118),g=t(621),x=t(177),L=t(28),R=t(87),I=x.f,P=L.f,E=g.f,Z=o.Symbol,C=o.JSON,F=C&&C.stringify,S=p("_hidden"),B=p("toPrimitive"),U={}.propertyIsEnumerable,O=u("symbol-registry"),_=u("symbols"),M=u("op-symbols"),N=Object.prototype,D="function"==typeof Z,j=o.QObject,H=!j||!j.prototype||!j.prototype.findChild,G=s&&d(function(){return 7!=y(P({},"a",{get:function(){return P(this,"a",{value:7}).a}})).a})?function(e,i,t){var o=I(N,i);o&&delete N[i],P(e,i,t),o&&e!==N&&P(N,i,o)}:P,z=function(e){var i=_[e]=y(Z.prototype);return i._k=e,i},V=D&&"symbol"==typeof Z.iterator?function(e){return"symbol"==typeof e}:function(e){return e instanceof Z},q=function(e,i,t){return e===N&&q(M,i,t),f(e),i=T(i,!0),f(t),a(_,i)?(t.enumerable?(a(e,S)&&e[S][i]&&(e[S][i]=!1),t=y(t,{enumerable:w(0,!1)})):(a(e,S)||P(e,S,w(1,{})),e[S][i]=!0),G(e,i,t)):P(e,i,t)},J=function(e,i){f(e);for(var t,o=k(i=m(i)),a=0,s=o.length;s>a;)q(e,t=o[a++],i[t]);return e},K=function(e,i){return void 0===i?y(e):J(y(e),i)},W=function(e){var i=U.call(this,e=T(e,!0));return!(this===N&&a(_,e)&&!a(M,e))&&(!(i||!a(this,e)||!a(_,e)||a(this,S)&&this[S][e])||i)},Y=function(e,i){if(e=m(e),i=T(i,!0),e!==N||!a(_,i)||a(M,i)){var t=I(e,i);return!t||!a(_,i)||a(e,S)&&e[S][i]||(t.enumerable=!0),t}},Q=function(e){for(var i,t=E(m(e)),o=[],s=0;t.length>s;)a(_,i=t[s++])||i==S||i==l||o.push(i);return o},X=function(e){for(var i,t=e===N,o=E(t?M:m(e)),s=[],r=0;o.length>r;)!a(_,i=o[r++])||t&&!a(N,i)||s.push(_[i]);return s};D||(Z=function(){if(this instanceof Z)throw TypeError("Symbol is not a constructor!");var e=h(arguments.length>0?arguments[0]:void 0),i=function(t){this===N&&i.call(M,t),a(this,S)&&a(this[S],e)&&(this[S][e]=!1),G(this,e,w(1,t))};return s&&H&&G(N,e,{configurable:!0,set:i}),z(e)},n(Z.prototype,"toString",function(){return this._k}),x.f=Y,L.f=q,t(308).f=g.f=Q,t(119).f=W,t(178).f=X,s&&!t(176)&&n(N,"propertyIsEnumerable",W,!0),v.f=function(e){return z(p(e))}),r(r.G+r.W+r.F*!D,{Symbol:Z});for(var $="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),ee=0;$.length>ee;)p($[ee++]);for(var ie=R(p.store),te=0;ie.length>te;)b(ie[te++]);r(r.S+r.F*!D,"Symbol",{for:function(e){return a(O,e+="")?O[e]:O[e]=Z(e)},keyFor:function(e){if(!V(e))throw TypeError(e+" is not a symbol!");for(var i in O)if(O[i]===e)return i},useSetter:function(){H=!0},useSimple:function(){H=!1}}),r(r.S+r.F*!D,"Object",{create:K,defineProperty:q,defineProperties:J,getOwnPropertyDescriptor:Y,getOwnPropertyNames:Q,getOwnPropertySymbols:X}),C&&r(r.S+r.F*(!D||d(function(){var e=Z();return"[null]"!=F([e])||"{}"!=F({a:e})||"{}"!=F(Object(e))})),"JSON",{stringify:function(e){if(void 0!==e&&!V(e)){for(var i,t,o=[e],a=1;arguments.length>a;)o.push(arguments[a++]);return i=o[1],"function"==typeof i&&(t=i),!t&&A(i)||(i=function(e,i){if(t&&(i=t.call(this,e,i)),!V(i))return i}),o[1]=i,F.apply(C,o)}}}),Z.prototype[B]||t(47)(Z.prototype,B,Z.prototype.valueOf),c(Z,"Symbol"),c(Math,"Math",!0),c(o.JSON,"JSON",!0)},function(e,i,t){t(312)("Map")},function(e,i,t){t(313)("Map")},function(e,i,t){var o=t(15);o(o.P+o.R,"Map",{toJSON:t(299)("Map")})},function(e,i,t){t(312)("Set")},function(e,i,t){t(313)("Set")},function(e,i,t){var o=t(15);o(o.P+o.R,"Set",{toJSON:t(299)("Set")})},function(e,i,t){t(185)("asyncIterator")},function(e,i,t){t(185)("observable")},function(e,i,t){i=e.exports=t(317)(void 0),i.push([e.i,"@font-face {\n\tfont-family: 'icons';\n\tsrc:url("+t(691)+");\n\tsrc:url("+t(690)+"?#iefixd7yf1v) format('embedded-opentype'),\n\t\turl("+t(694)+") format('woff'),\n\t\turl("+t(693)+") format('truetype'),\n\t\turl("+t(692)+'#Pe-icon-7-stroke) format(\'svg\');\n\tfont-weight: normal;\n\tfont-style: normal;\n}\n\n[class^="icon-"], [class*=" icon-"] {\n\tfont-family: \'icons\';\n\tspeak: none;\n\tfont-style: normal;\n\tfont-weight: normal;\n\tfont-variant: normal;\n\ttext-transform: none;\n\tline-height: 1;\n\n\t/* Better Font Rendering =========== */\n\t-webkit-font-smoothing: antialiased;\n\t-moz-osx-font-smoothing: grayscale;\n}\n\n.icon-album:before {\n\tcontent: "\\E6AA";\n}\n.icon-arc:before {\n\tcontent: "\\E6AB";\n}\n.icon-back-2:before {\n\tcontent: "\\E6AC";\n}\n.icon-bandaid:before {\n\tcontent: "\\E6AD";\n}\n.icon-car:before {\n\tcontent: "\\E6AE";\n}\n.icon-diamond:before {\n\tcontent: "\\E6AF";\n}\n.icon-door-lock:before {\n\tcontent: "\\E6B0";\n}\n.icon-eyedropper:before {\n\tcontent: "\\E6B1";\n}\n.icon-female:before {\n\tcontent: "\\E6B2";\n}\n.icon-gym:before {\n\tcontent: "\\E6B3";\n}\n.icon-hammer:before {\n\tcontent: "\\E6B4";\n}\n.icon-headphones:before {\n\tcontent: "\\E6B5";\n}\n.icon-helm:before {\n\tcontent: "\\E6B6";\n}\n.icon-hourglass:before {\n\tcontent: "\\E6B7";\n}\n.icon-leaf:before {\n\tcontent: "\\E6B8";\n}\n.icon-magic-wand:before {\n\tcontent: "\\E6B9";\n}\n.icon-male:before {\n\tcontent: "\\E6BA";\n}\n.icon-map-2:before {\n\tcontent: "\\E6BB";\n}\n.icon-next-2:before {\n\tcontent: "\\E6BC";\n}\n.icon-paint-bucket:before {\n\tcontent: "\\E6BD";\n}\n.icon-pendrive:before {\n\tcontent: "\\E6BE";\n}\n.icon-photo:before {\n\tcontent: "\\E6BF";\n}\n.icon-piggy:before {\n\tcontent: "\\E6C0";\n}\n.icon-plugin:before {\n\tcontent: "\\E6C1";\n}\n.icon-refresh-2:before {\n\tcontent: "\\E6C2";\n}\n.icon-rocket:before {\n\tcontent: "\\E6C3";\n}\n.icon-settings:before {\n\tcontent: "\\E6C4";\n}\n.icon-shield:before {\n\tcontent: "\\E6C5";\n}\n.icon-smile:before {\n\tcontent: "\\E6C6";\n}\n.icon-usb:before {\n\tcontent: "\\E6C7";\n}\n.icon-vector:before {\n\tcontent: "\\E6C8";\n}\n.icon-wine:before {\n\tcontent: "\\E6C9";\n}\n.icon-cloud-upload:before {\n\tcontent: "\\E68A";\n}\n.icon-cash:before {\n\tcontent: "\\E68C";\n}\n.icon-close:before {\n\tcontent: "\\E680";\n}\n.icon-bluetooth:before {\n\tcontent: "\\E68D";\n}\n.icon-cloud-download:before {\n\tcontent: "\\E68B";\n}\n.icon-way:before {\n\tcontent: "\\E68E";\n}\n.icon-close-circle:before {\n\tcontent: "\\E681";\n}\n.icon-id:before {\n\tcontent: "\\E68F";\n}\n.icon-angle-up:before {\n\tcontent: "\\E682";\n}\n.icon-wristwatch:before {\n\tcontent: "\\E690";\n}\n.icon-angle-up-circle:before {\n\tcontent: "\\E683";\n}\n.icon-world:before {\n\tcontent: "\\E691";\n}\n.icon-angle-right:before {\n\tcontent: "\\E684";\n}\n.icon-volume:before {\n\tcontent: "\\E692";\n}\n.icon-angle-right-circle:before {\n\tcontent: "\\E685";\n}\n.icon-users:before {\n\tcontent: "\\E693";\n}\n.icon-angle-left:before {\n\tcontent: "\\E686";\n}\n.icon-user-female:before {\n\tcontent: "\\E694";\n}\n.icon-angle-left-circle:before {\n\tcontent: "\\E687";\n}\n.icon-up-arrow:before {\n\tcontent: "\\E695";\n}\n.icon-angle-down:before {\n\tcontent: "\\E688";\n}\n.icon-switch:before {\n\tcontent: "\\E696";\n}\n.icon-angle-down-circle:before {\n\tcontent: "\\E689";\n}\n.icon-scissors:before {\n\tcontent: "\\E697";\n}\n.icon-wallet:before {\n\tcontent: "\\E600";\n}\n.icon-safe:before {\n\tcontent: "\\E698";\n}\n.icon-volume2:before {\n\tcontent: "\\E601";\n}\n.icon-volume1:before {\n\tcontent: "\\E602";\n}\n.icon-voicemail:before {\n\tcontent: "\\E603";\n}\n.icon-video:before {\n\tcontent: "\\E604";\n}\n.icon-user:before {\n\tcontent: "\\E605";\n}\n.icon-upload:before {\n\tcontent: "\\E606";\n}\n.icon-unlock:before {\n\tcontent: "\\E607";\n}\n.icon-umbrella:before {\n\tcontent: "\\E608";\n}\n.icon-trash:before {\n\tcontent: "\\E609";\n}\n.icon-tools:before {\n\tcontent: "\\E60A";\n}\n.icon-timer:before {\n\tcontent: "\\E60B";\n}\n.icon-ticket:before {\n\tcontent: "\\E60C";\n}\n.icon-target:before {\n\tcontent: "\\E60D";\n}\n.icon-sun:before {\n\tcontent: "\\E60E";\n}\n.icon-study:before {\n\tcontent: "\\E60F";\n}\n.icon-stopwatch:before {\n\tcontent: "\\E610";\n}\n.icon-star:before {\n\tcontent: "\\E611";\n}\n.icon-speaker:before {\n\tcontent: "\\E612";\n}\n.icon-signal:before {\n\tcontent: "\\E613";\n}\n.icon-shuffle:before {\n\tcontent: "\\E614";\n}\n.icon-shopbag:before {\n\tcontent: "\\E615";\n}\n.icon-share:before {\n\tcontent: "\\E616";\n}\n.icon-server:before {\n\tcontent: "\\E617";\n}\n.icon-search:before {\n\tcontent: "\\E618";\n}\n.icon-film:before {\n\tcontent: "\\E6A5";\n}\n.icon-science:before {\n\tcontent: "\\E619";\n}\n.icon-disk:before {\n\tcontent: "\\E6A6";\n}\n.icon-ribbon:before {\n\tcontent: "\\E61A";\n}\n.icon-repeat:before {\n\tcontent: "\\E61B";\n}\n.icon-refresh:before {\n\tcontent: "\\E61C";\n}\n.icon-add-user:before {\n\tcontent: "\\E6A9";\n}\n.icon-refresh-cloud:before {\n\tcontent: "\\E61D";\n}\n.icon-paperclip:before {\n\tcontent: "\\E69C";\n}\n.icon-radio:before {\n\tcontent: "\\E61E";\n}\n.icon-note2:before {\n\tcontent: "\\E69D";\n}\n.icon-print:before {\n\tcontent: "\\E61F";\n}\n.icon-network:before {\n\tcontent: "\\E69E";\n}\n.icon-prev:before {\n\tcontent: "\\E620";\n}\n.icon-mute:before {\n\tcontent: "\\E69F";\n}\n.icon-power:before {\n\tcontent: "\\E621";\n}\n.icon-medal:before {\n\tcontent: "\\E6A0";\n}\n.icon-portfolio:before {\n\tcontent: "\\E622";\n}\n.icon-like2:before {\n\tcontent: "\\E6A1";\n}\n.icon-plus:before {\n\tcontent: "\\E623";\n}\n.icon-left-arrow:before {\n\tcontent: "\\E6A2";\n}\n.icon-play:before {\n\tcontent: "\\E624";\n}\n.icon-key:before {\n\tcontent: "\\E6A3";\n}\n.icon-plane:before {\n\tcontent: "\\E625";\n}\n.icon-joy:before {\n\tcontent: "\\E6A4";\n}\n.icon-photo-gallery:before {\n\tcontent: "\\E626";\n}\n.icon-pin:before {\n\tcontent: "\\E69B";\n}\n.icon-phone:before {\n\tcontent: "\\E627";\n}\n.icon-plug:before {\n\tcontent: "\\E69A";\n}\n.icon-pen:before {\n\tcontent: "\\E628";\n}\n.icon-right-arrow:before {\n\tcontent: "\\E699";\n}\n.icon-paper-plane:before {\n\tcontent: "\\E629";\n}\n.icon-delete-user:before {\n\tcontent: "\\E6A7";\n}\n.icon-paint:before {\n\tcontent: "\\E62A";\n}\n.icon-bottom-arrow:before {\n\tcontent: "\\E6A8";\n}\n.icon-notebook:before {\n\tcontent: "\\E62B";\n}\n.icon-note:before {\n\tcontent: "\\E62C";\n}\n.icon-next:before {\n\tcontent: "\\E62D";\n}\n.icon-news-paper:before {\n\tcontent: "\\E62E";\n}\n.icon-musiclist:before {\n\tcontent: "\\E62F";\n}\n.icon-music:before {\n\tcontent: "\\E630";\n}\n.icon-mouse:before {\n\tcontent: "\\E631";\n}\n.icon-more:before {\n\tcontent: "\\E632";\n}\n.icon-moon:before {\n\tcontent: "\\E633";\n}\n.icon-monitor:before {\n\tcontent: "\\E634";\n}\n.icon-micro:before {\n\tcontent: "\\E635";\n}\n.icon-menu:before {\n\tcontent: "\\E636";\n}\n.icon-map:before {\n\tcontent: "\\E637";\n}\n.icon-map-marker:before {\n\tcontent: "\\E638";\n}\n.icon-mail:before {\n\tcontent: "\\E639";\n}\n.icon-mail-open:before {\n\tcontent: "\\E63A";\n}\n.icon-mail-open-file:before {\n\tcontent: "\\E63B";\n}\n.icon-magnet:before {\n\tcontent: "\\E63C";\n}\n.icon-loop:before {\n\tcontent: "\\E63D";\n}\n.icon-look:before {\n\tcontent: "\\E63E";\n}\n.icon-lock:before {\n\tcontent: "\\E63F";\n}\n.icon-lintern:before {\n\tcontent: "\\E640";\n}\n.icon-link:before {\n\tcontent: "\\E641";\n}\n.icon-like:before {\n\tcontent: "\\E642";\n}\n.icon-light:before {\n\tcontent: "\\E643";\n}\n.icon-less:before {\n\tcontent: "\\E644";\n}\n.icon-keypad:before {\n\tcontent: "\\E645";\n}\n.icon-junk:before {\n\tcontent: "\\E646";\n}\n.icon-info:before {\n\tcontent: "\\E647";\n}\n.icon-home:before {\n\tcontent: "\\E648";\n}\n.icon-help2:before {\n\tcontent: "\\E649";\n}\n.icon-help1:before {\n\tcontent: "\\E64A";\n}\n.icon-graph3:before {\n\tcontent: "\\E64B";\n}\n.icon-graph2:before {\n\tcontent: "\\E64C";\n}\n.icon-graph1:before {\n\tcontent: "\\E64D";\n}\n.icon-graph:before {\n\tcontent: "\\E64E";\n}\n.icon-global:before {\n\tcontent: "\\E64F";\n}\n.icon-gleam:before {\n\tcontent: "\\E650";\n}\n.icon-glasses:before {\n\tcontent: "\\E651";\n}\n.icon-gift:before {\n\tcontent: "\\E652";\n}\n.icon-folder:before {\n\tcontent: "\\E653";\n}\n.icon-flag:before {\n\tcontent: "\\E654";\n}\n.icon-filter:before {\n\tcontent: "\\E655";\n}\n.icon-file:before {\n\tcontent: "\\E656";\n}\n.icon-expand1:before {\n\tcontent: "\\E657";\n}\n.icon-exapnd2:before {\n\tcontent: "\\E658";\n}\n.icon-edit:before {\n\tcontent: "\\E659";\n}\n.icon-drop:before {\n\tcontent: "\\E65A";\n}\n.icon-drawer:before {\n\tcontent: "\\E65B";\n}\n.icon-download:before {\n\tcontent: "\\E65C";\n}\n.icon-display2:before {\n\tcontent: "\\E65D";\n}\n.icon-display1:before {\n\tcontent: "\\E65E";\n}\n.icon-diskette:before {\n\tcontent: "\\E65F";\n}\n.icon-date:before {\n\tcontent: "\\E660";\n}\n.icon-cup:before {\n\tcontent: "\\E661";\n}\n.icon-culture:before {\n\tcontent: "\\E662";\n}\n.icon-crop:before {\n\tcontent: "\\E663";\n}\n.icon-credit:before {\n\tcontent: "\\E664";\n}\n.icon-copy-file:before {\n\tcontent: "\\E665";\n}\n.icon-config:before {\n\tcontent: "\\E666";\n}\n.icon-compass:before {\n\tcontent: "\\E667";\n}\n.icon-comment:before {\n\tcontent: "\\E668";\n}\n.icon-coffee:before {\n\tcontent: "\\E669";\n}\n.icon-cloud:before {\n\tcontent: "\\E66A";\n}\n.icon-clock:before {\n\tcontent: "\\E66B";\n}\n.icon-check:before {\n\tcontent: "\\E66C";\n}\n.icon-chat:before {\n\tcontent: "\\E66D";\n}\n.icon-cart:before {\n\tcontent: "\\E66E";\n}\n.icon-camera:before {\n\tcontent: "\\E66F";\n}\n.icon-call:before {\n\tcontent: "\\E670";\n}\n.icon-calculator:before {\n\tcontent: "\\E671";\n}\n.icon-browser:before {\n\tcontent: "\\E672";\n}\n.icon-box2:before {\n\tcontent: "\\E673";\n}\n.icon-box1:before {\n\tcontent: "\\E674";\n}\n.icon-bookmarks:before {\n\tcontent: "\\E675";\n}\n.icon-bicycle:before {\n\tcontent: "\\E676";\n}\n.icon-bell:before {\n\tcontent: "\\E677";\n}\n.icon-battery:before {\n\tcontent: "\\E678";\n}\n.icon-ball:before {\n\tcontent: "\\E679";\n}\n.icon-back:before {\n\tcontent: "\\E67A";\n}\n.icon-attention:before {\n\tcontent: "\\E67B";\n}\n.icon-anchor:before {\n\tcontent: "\\E67C";\n}\n.icon-albums:before {\n\tcontent: "\\E67D";\n}\n.icon-alarm:before {\n\tcontent: "\\E67E";\n}\n.icon-airplay:before {\n\tcontent: "\\E67F";\n}\n',""])},function(e,i,t){i=e.exports=t(317)(void 0),i.push([e.i,'section,body {\n -ms-overflow-style: scrollbar;\n height: 100vh;\n width: 100%;\n position: relative;\n font-size: 1em;\n margin: 0px;\n font-family: \'Dosis\', sans-serif;\n color: #fff;\n background: -webkit-linear-gradient(45deg, #282a43 0%,#4b4950 100%)\n\n}\n\n\ninput[type="submit"],\ninput[type="reset"],\ninput[type="button"],\ninput[type="text"],\nbutton,\ntextarea {\n\t-webkit-app-region: no-drag;\n}\nh1, h2, h3, h4, h5, h6 {\n -webkit-user-select: none;\n}\n\n::-webkit-scrollbar {\n background-color: rgba(193, 193, 193, 0.19);\n border: none;\n width: 5px;\n border-radius: 5px;\n}\n::-webkit-scrollbar-thumb {\n -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);\n background-color: rgb(27, 194, 234);\n /* width: 5px; */\n}\n\n::-webkit-scrollbar-track {\n width: 2px;\n background-color: rgba(245, 245, 245, 0.16);\n}\n',""])},function(e,i,t){function o(e,i,t){return a(s(e,i,t))}function a(e){return function(i){return b(i)&&e(i)}}function s(e,i,t){return l(p(e,i),i,t)}function r(e){return"pseudo"===e.type&&("scope"===e.name||Array.isArray(e.data)&&e.data.some(function(e){return e.some(r)}))}function n(e,i){var t=!!i&&!!i.length&&i.every(function(e){return e===x||!!L(e)});e.forEach(function(e){if(e.length>0&&d(e[0])&&"descendant"!==e[0].type);else{if(!t||r(e))return;e.unshift(y)}e.unshift(g)})}function l(e,i,t){e=e.filter(function(e){return e.length>0}),e.forEach(A);var o=Array.isArray(t);return t=i&&i.context||t,t&&!o&&(t=[t]),n(e,t),e.map(function(e){return u(e,i,t,o)}).reduce(c,T)}function d(e){return w[e.type]<0}function u(e,i,t,o){var a=o&&"scope"===e[0].name&&"descendant"===e[1].type;return e.reduce(function(e,o,s){return e===T?e:k[o.type](e,o,i,t,a&&1===s)},i&&i.rootFunc||m)}function c(e,i){return i===T||e===m?e:e===T||i===m?i:function(t){return e(t)||i(t)}}function h(e){return e.some(d)}e.exports=o,e.exports.compileUnsafe=s,e.exports.compileToken=l;var p=t(656),v=t(72),b=v.isTag,k=t(654),A=t(655),f=t(85),m=f.trueFunc,T=f.falseFunc,w=t(320),y={type:"descendant"},g={type:"pseudo",name:"scope"},x={},L=v.getParent,R=t(189),I=R.filters,P=v.existsOne,b=v.isTag,E=v.getChildren;I.not=function(e,i,t,o){var a={xmlMode:!(!t||!t.xmlMode),strict:!(!t||!t.strict)};if(a.strict&&(i.length>1||i.some(h)))throw new SyntaxError("complex selectors in :not aren't allowed in strict mode");var s=l(i,a,o);return s===T?e:s===m?T:function(i){return!s(i)&&e(i)}},I.has=function(e,i,t){var o={xmlMode:!(!t||!t.xmlMode),strict:!(!t||!t.strict)},s=i.some(h)?[x]:null,r=l(i,o,s);return r===T?T:r===m?function(i){return E(i).some(b)&&e(i)}:(r=a(r),s?function(i){return e(i)&&(s[0]=i,P(r,E(i)))}:function(i){return e(i)&&P(r,E(i))})},I.matches=function(e,i,t,o){return l(i,{xmlMode:!(!t||!t.xmlMode),strict:!(!t||!t.strict),rootFunc:e},o)}},function(e,i,t){var o=t(72),a=o.isTag,s=o.getParent,r=o.getChildren,n=o.getSiblings,l=o.getName;e.exports={__proto__:null,attribute:t(319).compile,pseudo:t(189).compile,tag:function(e,i){var t=i.name;return function(i){return l(i)===t&&e(i)}},descendant:function(e,i,t,o,a){return function(i){if(a&&e(i))return!0;for(var t=!1;!t&&(i=s(i));)t=e(i);return t}},parent:function(e,i,t){function o(i){return a(i)&&e(i)}if(t&&t.strict)throw SyntaxError("Parent selector isn't part of CSS3");return function(e){return r(e).some(o)}},child:function(e){return function(i){var t=s(i);return!!t&&e(t)}},sibling:function(e){return function(i){for(var t=n(i),o=0;o=0&&o>=1);else if(i===s.pseudo)if(e.data)if("has"===e.name||"contains"===e.name)i=0;else if("matches"===e.name||"not"===e.name){i=0;for(var t=0;ti&&(i=o)}e.data.length>1&&i>0&&(i-=1)}else i=1;else i=3;return i}e.exports=o;var s=t(320),r={__proto__:null,exists:10,equals:8,not:7,start:6,end:6,any:5,hyphen:4,element:4}},function(e,i,t){"use strict";function o(e,i,t){var o="0x"+i-65536;return o!==o||t?i:o<0?String.fromCharCode(o+65536):String.fromCharCode(o>>10|55296,1023&o|56320)}function a(e){return e.replace(u,o)}function s(e){return" "===e||"\n"===e||"\t"===e||"\f"===e||"\r"===e}function r(e,i){var t=[];if(""!==(e=n(t,e+"",i)))throw new SyntaxError("Unmatched selector: "+e);return t}function n(e,i,t){function o(){var e=i.match(d)[0];return i=i.substr(e.length),a(e)}function r(e){for(;s(i.charAt(e));)e++;i=i.substr(e)}var u,f,m,T,w=[],y=!1;for(r(0);""!==i;)if(f=i.charAt(0),s(f))y=!0,r(1);else if(f in p)w.push({type:p[f]}),y=!1,r(1);else if(","===f){if(0===w.length)throw new SyntaxError("empty sub-selector");e.push(w),w=[],y=!1,r(1)}else if(y&&(w.length>0&&w.push({type:"descendant"}),y=!1),"*"===f)i=i.substr(1),w.push({type:"universal"});else if(f in v)i=i.substr(1),w.push({type:"attribute",name:v[f][0],action:v[f][1],value:o(),ignoreCase:!1});else if("["===f){if(i=i.substr(1),!(u=i.match(c)))throw new SyntaxError("Malformed attribute selector: "+i);i=i.substr(u[0].length),m=a(u[1]),t&&("lowerCaseAttributeNames"in t?!t.lowerCaseAttributeNames:t.xmlMode)||(m=m.toLowerCase()),w.push({type:"attribute",name:m,action:h[u[2]],value:a(u[4]||u[5]||""),ignoreCase:!!u[6]})}else if(":"===f){if(":"===i.charAt(1)){i=i.substr(2),w.push({type:"pseudo-element",name:o().toLowerCase()});continue}if(i=i.substr(1),m=o().toLowerCase(),u=null,"("===i.charAt(0))if(m in b){T=i.charAt(1);var g=T in A;if(i=i.substr(g+1),u=[],i=n(u,i,t),g){if(i.charAt(0)!==T)throw new SyntaxError("unmatched quotes in :"+m);i=i.substr(1)}if(")"!==i.charAt(0))throw new SyntaxError("missing closing parenthesis in :"+m+" "+i);i=i.substr(1)}else{for(var x=1,L=1;L>0&&x0&&0===i.length)throw new SyntaxError("empty sub-selector");e.push(i)}e.exports=r;var d=/^(?:\\.|[\w\-\u00c0-\uFFFF])+/,u=/\\([\da-f]{1,6}\s?|(\s)|.)/gi,c=/^\s*((?:\\.|[\w\u00c0-\uFFFF\-])+)\s*(?:(\S?)=\s*(?:(['"])(.*?)\3|(#?(?:\\.|[\w\u00c0-\uFFFF\-])*)|)|)\s*(i)?\]/,h={__proto__:null,undefined:"exists","":"equals","~":"element","^":"start",$:"end","*":"any","!":"not","|":"hyphen"},p={__proto__:null,">":"child","<":"parent","~":"sibling","+":"adjacent"},v={__proto__:null,"#":["id","equals"],".":["class","element"]},b={__proto__:null,has:!0,not:!0,matches:!0},k={__proto__:null,contains:!0,icontains:!0},A={__proto__:null,'"':!0,"'":!0}},function(e,i,t){function o(e){return null===e||void 0===e}function a(e){return!(!e||"object"!=typeof e||"number"!=typeof e.length)&&("function"==typeof e.copy&&"function"==typeof e.slice&&!(e.length>0&&"number"!=typeof e[0]))}function s(e,i,t){var s,u;if(o(e)||o(i))return!1;if(e.prototype!==i.prototype)return!1;if(l(e))return!!l(i)&&(e=r.call(e),i=r.call(i),d(e,i,t));if(a(e)){if(!a(i))return!1;if(e.length!==i.length)return!1;for(s=0;s=0;s--)if(c[s]!=h[s])return!1;for(s=c.length-1;s>=0;s--)if(u=c[s],!d(e[u],i[u],t))return!1;return typeof e==typeof i}var r=Array.prototype.slice,n=t(659),l=t(658),d=e.exports=function(e,i,t){return t||(t={}),e===i||(e instanceof Date&&i instanceof Date?e.getTime()===i.getTime():!e||!i||"object"!=typeof e&&"object"!=typeof i?t.strict?e===i:e==i:s(e,i,t))}},function(e,i){function t(e){return"[object Arguments]"==Object.prototype.toString.call(e)}function o(e){return e&&"object"==typeof e&&"number"==typeof e.length&&Object.prototype.hasOwnProperty.call(e,"callee")&&!Object.prototype.propertyIsEnumerable.call(e,"callee")||!1}var a="[object Arguments]"==function(){return Object.prototype.toString.call(arguments)}();i=e.exports=a?t:o,i.supported=t,i.unsupported=o},function(e,i){function t(e){var i=[];for(var t in e)i.push(t);return i}i=e.exports="function"==typeof Object.keys?Object.keys:t,i.shim=t},function(e,i,t){function o(){this.source=null,this.dataSize=0,this.maxDataSize=1048576,this.pauseStream=!0,this._maxDataSizeExceeded=!1,this._released=!1,this._bufferedEvents=[]}var a=t(5).Stream,s=t(1);e.exports=o,s.inherits(o,a),o.create=function(e,i){var t=new this;i=i||{};for(var o in i)t[o]=i[o];t.source=e;var a=e.emit;return e.emit=function(){return t._handleEmit(arguments),a.apply(e,arguments)},e.on("error",function(){}),t.pauseStream&&e.pause(),t},Object.defineProperty(o.prototype,"readable",{configurable:!0,enumerable:!0,get:function(){return this.source.readable}}),o.prototype.setEncoding=function(){return this.source.setEncoding.apply(this.source,arguments)},o.prototype.resume=function(){this._released||this.release(),this.source.resume()},o.prototype.pause=function(){this.source.pause()},o.prototype.release=function(){this._released=!0,this._bufferedEvents.forEach(function(e){this.emit.apply(this,e)}.bind(this)),this._bufferedEvents=[]},o.prototype.pipe=function(){var e=a.prototype.pipe.apply(this,arguments);return this.resume(),e},o.prototype._handleEmit=function(e){if(this._released)return void this.emit.apply(this,e);"data"===e[0]&&(this.dataSize+=e[1].length,this._checkIfMaxDataSizeExceeded()),this._bufferedEvents.push(e)},o.prototype._checkIfMaxDataSizeExceeded=function(){if(!(this._maxDataSizeExceeded||this.dataSize<=this.maxDataSize)){this._maxDataSizeExceeded=!0;var e="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this.emit("error",new Error(e))}}},function(e,i,t){"use strict";function o(e){return e&&"object"==typeof e&&"default"in e?e.default:e}var a=o(t(538)),s=o(t(165)),r=o(t(535)),n=o(t(539)),l=o(t(279)),d=o(t(280)),u=o(t(281)),c=function(){function e(i){d(this,e),this.stateTable=i.stateTable,this.accepting=i.accepting,this.tags=i.tags}return u(e,[{key:"match",value:function(e){var i=this;return r({},l,n.mark(function t(){var o,a,s,r,l,d;return n.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:o=1,a=null,s=null,r=null,l=0;case 5:if(!(l=a)){t.next=13;break}return t.next=13,[a,s,i.tags[r]];case 13:o=i.stateTable[1][d],a=null;case 15:0!==o&&null==a&&(a=l),i.accepting[o]&&(s=l),0===o&&(o=1);case 18:l++,t.next=5;break;case 21:if(!(null!=a&&null!=s&&s>=a)){t.next=24;break}return t.next=24,[a,s,i.tags[o]];case 24:case"end":return t.stop()}},t,this)}))}},{key:"apply",value:function(e,i){var t=!0,o=!1,r=void 0;try{for(var n,l=s(this.match(e));!(t=(n=l.next()).done);t=!0){var d=a(n.value,3),u=d[0],c=d[1],h=d[2],p=!0,v=!1,b=void 0;try{for(var k,A=s(h);!(p=(k=A.next()).done);p=!0){var f=k.value;"function"==typeof i[f]&&i[f](u,c,e.slice(u,c+1))}}catch(e){v=!0,b=e}finally{try{!p&&A.return&&A.return()}finally{if(v)throw b}}}}catch(e){o=!0,r=e}finally{try{!t&&l.return&&l.return()}finally{if(o)throw r}}}}]),e}();e.exports=c},function(e,i){e.exports={Text:"text",Directive:"directive",Comment:"comment",Script:"script",Style:"style",Tag:"tag",CDATA:"cdata",isTag:function(e){return"tag"===e.type||"script"===e.type||"style"===e.type}}},function(e,i){i.removeSubsets=function(e){for(var i,t,o,a=e.length;--a>-1;){for(i=t=e[a],e[a]=null,o=!0;t;){if(e.indexOf(t)>-1){o=!1,e.splice(a,1);break}t=t.parent}o&&(e[a]=i)}return e};var t={DISCONNECTED:1,PRECEDING:2,FOLLOWING:4,CONTAINS:8,CONTAINED_BY:16},o=i.compareDocumentPosition=function(e,i){var o,a,s,r,n,l,d=[],u=[];if(e===i)return 0;for(o=e;o;)d.unshift(o),o=o.parent;for(o=i;o;)u.unshift(o),o=o.parent;for(l=0;d[l]===u[l];)l++;return 0===l?t.DISCONNECTED:(a=d[l-1],s=a.children,r=d[l],n=u[l],s.indexOf(r)>s.indexOf(n)?a===i?t.FOLLOWING|t.CONTAINED_BY:t.FOLLOWING:a===e?t.PRECEDING|t.CONTAINS:t.PRECEDING)};i.uniqueSort=function(e){var i,a,s=e.length;for(e=e.slice();--s>-1;)i=e[s],(a=e.indexOf(i))>-1&&a0&&(s=a(e,s,t,o),r=r.concat(s),(o-=s.length)<=0)));n++);return r}function s(e,i){for(var t=0,o=i.length;t0&&(t=r(e,i[o].children)));return t}function n(e,i){for(var t=0,o=i.length;t0&&n(e,i[t].children)))return!0;return!1}function l(e,i){for(var t=[],o=0,a=i.length;o0&&(t=t.concat(l(e,i[o].children))));return t}var d=t(91).isTag;e.exports={filter:o,find:a,findOneChild:s,findOne:r,existsOne:n,findAll:l}},function(e,i,t){function o(e,i){return e.children?e.children.map(function(e){return r(e,i)}).join(""):""}function a(e){return Array.isArray(e)?e.map(a).join(""):n(e)||e.type===s.CDATA?a(e.children):e.type===s.Text?e.data:""}var s=t(91),r=t(190),n=s.isTag;e.exports={getInnerHTML:o,getOuterHTML:r,getText:a}},function(e,i){var t=i.getChildren=function(e){return e.children},o=i.getParent=function(e){return e.parent};i.getSiblings=function(e){var i=o(e);return i?t(i):[e]},i.getAttributeValue=function(e,i){return e.attribs&&e.attribs[i]},i.hasAttrib=function(e,i){return!!e.attribs&&hasOwnProperty.call(e.attribs,i)},i.getName=function(e){return e.name}},function(e,i,t){function o(e,i,t,o){this.curve=e,this.g=i,this.n=t,this.h=o}function a(){return this.curve}function s(){return this.g}function r(){return this.n}function n(){return this.h}function l(e){return new k(e,16)}function d(){var e=l("FFFFFFFDFFFFFFFFFFFFFFFFFFFFFFFF"),i=l("FFFFFFFDFFFFFFFFFFFFFFFFFFFFFFFC"),t=l("E87579C11079F43DD824993C2CEE5ED3"),a=l("FFFFFFFE0000000075A30D1B9038A115"),s=k.ONE,r=new A(e,i,t);return new o(r,r.decodePointHex("04161FF7528B899B2D0C28607CA52C5B86CF5AC8395BAFEB13C02DA292DDED7A83"),a,s)}function u(){var e=l("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFAC73"),i=k.ZERO,t=l("7"),a=l("0100000000000000000001B8FA16DFAB9ACA16B6B3"),s=k.ONE,r=new A(e,i,t);return new o(r,r.decodePointHex("043B4C382CE37AA192A4019E763036F4F5DD4D7EBB938CF935318FDCED6BC28286531733C3F03C4FEE"),a,s)}function c(){var e=l("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7FFFFFFF"),i=l("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7FFFFFFC"),t=l("1C97BEFC54BD7A8B65ACF89F81D4D4ADC565FA45"),a=l("0100000000000000000001F4C8F927AED3CA752257"),s=k.ONE,r=new A(e,i,t);return new o(r,r.decodePointHex("044A96B5688EF573284664698968C38BB913CBFC8223A628553168947D59DCC912042351377AC5FB32"),a,s)}function h(){var e=l("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFEE37"),i=k.ZERO,t=l("3"),a=l("FFFFFFFFFFFFFFFFFFFFFFFE26F2FC170F69466A74DEFD8D"),s=k.ONE,r=new A(e,i,t);return new o(r,r.decodePointHex("04DB4FF10EC057E9AE26B07D0280B7F4341DA5D1B1EAE06C7D9B2F2F6D9C5628A7844163D015BE86344082AA88D95E2F9D"),a,s)}function p(){var e=l("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFF"),i=l("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFC"),t=l("64210519E59C80E70FA7E9AB72243049FEB8DEECC146B9B1"),a=l("FFFFFFFFFFFFFFFFFFFFFFFF99DEF836146BC9B1B4D22831"),s=k.ONE,r=new A(e,i,t);return new o(r,r.decodePointHex("04188DA80EB03090F67CBF20EB43A18800F4FF0AFD82FF101207192B95FFC8DA78631011ED6B24CDD573F977A11E794811"),a,s)}function v(){var e=l("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000001"),i=l("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFE"),t=l("B4050A850C04B3ABF54132565044B0B7D7BFD8BA270B39432355FFB4"),a=l("FFFFFFFFFFFFFFFFFFFFFFFFFFFF16A2E0B8F03E13DD29455C5C2A3D"),s=k.ONE,r=new A(e,i,t);return new o(r,r.decodePointHex("04B70E0CBD6BB4BF7F321390B94A03C1D356C21122343280D6115C1D21BD376388B5F723FB4C22DFE6CD4375A05A07476444D5819985007E34"),a,s)}function b(){var e=l("FFFFFFFF00000001000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFF"),i=l("FFFFFFFF00000001000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFC"),t=l("5AC635D8AA3A93E7B3EBBD55769886BC651D06B0CC53B0F63BCE3C3E27D2604B"),a=l("FFFFFFFF00000000FFFFFFFFFFFFFFFFBCE6FAADA7179E84F3B9CAC2FC632551"),s=k.ONE,r=new A(e,i,t);return new o(r,r.decodePointHex("046B17D1F2E12C4247F8BCE6E563A440F277037D812DEB33A0F4A13945D898C2964FE342E2FE1A7F9B8EE7EB4A7C0F9E162BCE33576B315ECECBB6406837BF51F5"),a,s)}var k=t(59).BigInteger,A=t(123).ECCurveFp;o.prototype.getCurve=a,o.prototype.getG=s,o.prototype.getN=r,o.prototype.getH=n,e.exports={secp128r1:d,secp160k1:u,secp160r1:c,secp192k1:h,secp192r1:p,secp224r1:v,secp256r1:b}},function(e,i,t){var o=t(672),a=t(671);i.decode=function(e,i){return(!i||i<=0?a.XML:a.HTML)(e)},i.decodeStrict=function(e,i){return(!i||i<=0?a.XML:a.HTMLStrict)(e)},i.encode=function(e,i){return(!i||i<=0?o.XML:o.HTML)(e)},i.encodeXML=o.XML,i.encodeHTML4=i.encodeHTML5=i.encodeHTML=o.HTML,i.decodeXML=i.decodeXMLStrict=a.XML,i.decodeHTML4=i.decodeHTML5=i.decodeHTML=a.HTML,i.decodeHTML4Strict=i.decodeHTML5Strict=i.decodeHTMLStrict=a.HTMLStrict,i.escape=o.escape},function(e,i,t){function o(e){var i=Object.keys(e).join("|"),t=s(e);i+="|#[xX][\\da-fA-F]+|#\\d+";var o=new RegExp("&(?:"+i+");","g");return function(e){return String(e).replace(o,t)}}function a(e,i){return e":"<"+e+">",n[e]=!r.firstChild),n[e]?h[e]:null}var a=t(20),s=t(0),r=a.canUseDOM?document.createElement("div"):null,n={},l=[1,'"],d=[1,"","
          "],u=[3,"","
          "],c=[1,'',""],h={"*":[1,"?
          ","
          "],area:[1,"",""],col:[2,"","
          "],legend:[1,"
          ","
          "],param:[1,"",""],tr:[2,"","
          "],optgroup:l,option:l,caption:d,colgroup:d,tbody:d,tfoot:d,thead:d,td:u,th:u};["circle","clipPath","defs","ellipse","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","text","tspan"].forEach(function(e){h[e]=c,n[e]=!0}),e.exports=o},function(e,i,t){"use strict";function o(e){return e.Window&&e instanceof e.Window?{x:e.pageXOffset||e.document.documentElement.scrollLeft,y:e.pageYOffset||e.document.documentElement.scrollTop}:{x:e.scrollLeft,y:e.scrollTop}}e.exports=o},function(e,i,t){"use strict";function o(e){return e.replace(a,"-$1").toLowerCase()}var a=/([A-Z])/g;e.exports=o},function(e,i,t){"use strict";function o(e){return a(e).replace(s,"-ms-")}var a=t(685),s=/^ms-/;e.exports=o},function(e,i,t){"use strict";function o(e){var i=e?e.ownerDocument||e:document,t=i.defaultView||window;return!(!e||!("function"==typeof t.Node?e instanceof t.Node:"object"==typeof e&&"number"==typeof e.nodeType&&"string"==typeof e.nodeName))}e.exports=o},function(e,i,t){"use strict";function o(e){return a(e)&&3==e.nodeType}var a=t(687);e.exports=o},function(e,i,t){"use strict";function o(e){var i={};return function(t){return i.hasOwnProperty(t)||(i[t]=e.call(this,t)),i[t]}}e.exports=o},function(e,i,t){e.exports=t.p+"71394c0c7ad6c1e7d5c77e8ac292fba5.eot"},function(e,i,t){e.exports=t.p+"71394c0c7ad6c1e7d5c77e8ac292fba5.eot"},function(e,i,t){e.exports=t.p+"c45f7de008ab976a8e817e3c0e5095ca.svg"},function(e,i,t){e.exports=t.p+"01798bc13e33afc36a52f2826638d386.ttf"},function(e,i,t){e.exports=t.p+"b38ef310874bdd008ac14ef3db939032.woff"},function(e,i,t){function o(e,i){return"string"==typeof e?e+":"+i:e.host+":"+e.port+":"+(e.localAddress?e.localAddress+":":":")}function a(e){var i=this;i.options=e||{},i.requests={},i.sockets={},i.freeSockets={},i.maxSockets=i.options.maxSockets||l.defaultMaxSockets,i.minSockets=i.options.minSockets||a.defaultMinSockets,i.on("free",function(e,t,a){var s=o(t,a);if(i.requests[s]&&i.requests[s].length)i.requests[s].shift().onSocket(e);else if(i.sockets[s].length0&&!e.useChunkedEncodingByDefault){var r=this.freeSockets[a].pop();r.removeListener("error",r._onIdleError),delete r._onIdleError,e._reusedSocket=!0,e.onSocket(r)}else this.addRequestNoreuse(e,i,t)},a.prototype.removeSocket=function(e,i,t,o){if(this.sockets[i]){var a=this.sockets[i].indexOf(e);-1!==a&&this.sockets[i].splice(a,1)}else this.sockets[i]&&0===this.sockets[i].length&&(delete this.sockets[i],delete this.requests[i]);if(this.freeSockets[i]){var a=this.freeSockets[i].indexOf(e);-1!==a&&(this.freeSockets[i].splice(a,1),0===this.freeSockets[i].length&&delete this.freeSockets[i])}this.requests[i]&&this.requests[i].length&&this.createSocket(i,t,o).emit("free")},n.inherits(s,a),s.prototype.createConnection=r,s.prototype.addRequestNoreuse=c.prototype.addRequest},function(e,i,t){function o(){if(!(this instanceof o))return new o;this._overheadLength=0,this._valueLength=0,this._valuesToMeasure=[],a.call(this)}var a=t(295),s=t(1),r=t(257),n=t(84),l=t(159),d=t(32).parse,u=t(26),c=t(374),h=t(497),p=t(697);e.exports=o,s.inherits(o,a),o.LINE_BREAK="\r\n",o.DEFAULT_CONTENT_TYPE="application/octet-stream",o.prototype.append=function(e,i,t){"string"==typeof(t=t||{})&&(t={filename:t});var o=a.prototype.append.bind(this);if("number"==typeof i&&(i=""+i),s.isArray(i))return void this._error(new Error("Arrays are not supported."));var r=this._multiPartHeader(e,i,t),n=this._multiPartFooter();o(r),o(i),o(n),this._trackLength(r,i,t)},o.prototype._trackLength=function(e,i,t){var a=0;null!=t.knownLength?a+=+t.knownLength:Buffer.isBuffer(i)?a=i.length:"string"==typeof i&&(a=Buffer.byteLength(i)),this._valueLength+=a,this._overheadLength+=Buffer.byteLength(e)+o.LINE_BREAK.length,i&&(i.path||i.readable&&i.hasOwnProperty("httpVersion"))&&(t.knownLength||this._valuesToMeasure.push(i))},o.prototype._lengthRetriever=function(e,i){e.hasOwnProperty("fd")?void 0!=e.end&&e.end!=1/0&&void 0!=e.start?i(null,e.end+1-(e.start?e.start:0)):u.stat(e.path,function(t,o){var a;if(t)return void i(t);a=o.size-(e.start?e.start:0),i(null,a)}):e.hasOwnProperty("httpVersion")?i(null,+e.headers["content-length"]):e.hasOwnProperty("httpModule")?(e.on("response",function(t){e.pause(),i(null,+t.headers["content-length"])}),e.resume()):i("Unknown stream")},o.prototype._multiPartHeader=function(e,i,t){if("string"==typeof t.header)return t.header;var a=this._getContentDisposition(i,t),s=this._getContentType(i,t),r="",n={"Content-Disposition":["form-data",'name="'+e+'"'].concat(a||[]),"Content-Type":[].concat(s||[])};"object"==typeof t.header&&p(n,t.header);var l;for(var d in n)null!=(l=n[d])&&(Array.isArray(l)||(l=[l]),l.length&&(r+=d+": "+l.join("; ")+o.LINE_BREAK));return"--"+this.getBoundary()+o.LINE_BREAK+r+o.LINE_BREAK},o.prototype._getContentDisposition=function(e,i){var t,o=i.filename||e.name||e.path;return!o&&e.readable&&e.hasOwnProperty("httpVersion")&&(o=e.client._httpMessage.path),o&&(t='filename="'+r.basename(o)+'"'),t},o.prototype._getContentType=function(e,i){var t=i.contentType;return!t&&e.name&&(t=c.lookup(e.name)),!t&&e.path&&(t=c.lookup(e.path)),!t&&e.readable&&e.hasOwnProperty("httpVersion")&&(t=e.headers["content-type"]),!t&&i.filename&&(t=c.lookup(i.filename)),t||"object"!=typeof e||(t=o.DEFAULT_CONTENT_TYPE),t},o.prototype._multiPartFooter=function(){return function(e){var i=o.LINE_BREAK;0===this._streams.length&&(i+=this._lastBoundary()),e(i)}.bind(this)},o.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+o.LINE_BREAK},o.prototype.getHeaders=function(e){var i,t={"content-type":"multipart/form-data; boundary="+this.getBoundary()};for(i in e)e.hasOwnProperty(i)&&(t[i.toLowerCase()]=e[i]);return t},o.prototype.getBoundary=function(){return this._boundary||this._generateBoundary(),this._boundary},o.prototype._generateBoundary=function(){for(var e="--------------------------",i=0;i<24;i++)e+=Math.floor(10*Math.random()).toString(16);this._boundary=e},o.prototype.getLengthSync=function(){var e=this._overheadLength+this._valueLength;return this._streams.length&&(e+=this._lastBoundary().length),this.hasKnownLength()||this._error(new Error("Cannot calculate proper length in synchronous way.")),e},o.prototype.hasKnownLength=function(){var e=!0;return this._valuesToMeasure.length&&(e=!1),e},o.prototype.getLength=function(e){var i=this._overheadLength+this._valueLength;if(this._streams.length&&(i+=this._lastBoundary().length),!this._valuesToMeasure.length)return void process.nextTick(e.bind(this,null,i));h.parallel(this._valuesToMeasure,this._lengthRetriever,function(t,o){if(t)return void e(t);o.forEach(function(e){i+=e}),e(null,i)})},o.prototype.submit=function(e,i){var t,o,a={method:"post"};return"string"==typeof e?(e=d(e),o=p({port:e.port,path:e.pathname,host:e.hostname},a)):(o=p(e,a),o.port||(o.port="https:"==o.protocol?443:80)),o.headers=this.getHeaders(e.headers),t="https:"==o.protocol?l.request(o):n.request(o),this.getLength(function(e,o){if(e)return void this._error(e);t.setHeader("Content-Length",o),this.pipe(t),i&&(t.on("error",i),t.on("response",i.bind(this,null)))}.bind(this)),t},o.prototype._error=function(e){this.error||(this.error=e,this.pause(),this.emit("error",e))},o.prototype.toString=function(){return"[object FormData]"}},function(e,i){e.exports=function(e,i){return Object.keys(i).forEach(function(t){e[t]=e[t]||i[t]}),e}},function(e,i,t){var o,a,s=void 0!==e&&e.exports&&"undefined"!=typeof global?global:this||window;(s._gsQueue||(s._gsQueue=[])).push(function(){"use strict";s._gsDefine("TweenMax",["core.Animation","core.SimpleTimeline","TweenLite"],function(e,i,t){var o=function(e){var i,t=[],o=e.length;for(i=0;i!==o;t.push(e[i++]));return t},a=function(e,i,t){var o,a,s=e.cycle;for(o in s)a=s[o],e[o]="function"==typeof a?a(t,i[t]):a[t%a.length];delete e.cycle},s=function(e,i,o){t.call(this,e,i,o),this._cycle=0,this._yoyo=!0===this.vars.yoyo||!!this.vars.yoyoEase,this._repeat=this.vars.repeat||0,this._repeatDelay=this.vars.repeatDelay||0,this._dirty=!0,this.render=s.prototype.render},r=t._internals,n=r.isSelector,l=r.isArray,d=s.prototype=t.to({},.1,{}),u=[];s.version="1.20.2",d.constructor=s,d.kill()._gc=!1,s.killTweensOf=s.killDelayedCallsTo=t.killTweensOf,s.getTweensOf=t.getTweensOf,s.lagSmoothing=t.lagSmoothing,s.ticker=t.ticker,s.render=t.render,d.invalidate=function(){return this._yoyo=!0===this.vars.yoyo||!!this.vars.yoyoEase,this._repeat=this.vars.repeat||0,this._repeatDelay=this.vars.repeatDelay||0,this._yoyoEase=null,this._uncache(!0),t.prototype.invalidate.call(this)},d.updateTo=function(e,i){var o,a=this.ratio,s=this.vars.immediateRender||e.immediateRender;i&&this._startTime.998){var r=this._totalTime;this.render(0,!0,!1),this._initted=!1,this.render(r,!0,!1)}else if(this._initted=!1,this._init(),this._time>0||s)for(var n,l=1/(1-a),d=this._firstPT;d;)n=d.s+d.c,d.c*=l,d.s=n-d.c,d=d._next;return this},d.render=function(e,i,o){this._initted||0===this._duration&&this.vars.repeat&&this.invalidate();var a,s,n,l,d,u,c,h,p,v=this._dirty?this.totalDuration():this._totalDuration,b=this._time,k=this._totalTime,A=this._cycle,f=this._duration,m=this._rawPrevTime;if(e>=v-1e-7&&e>=0?(this._totalTime=v,this._cycle=this._repeat,this._yoyo&&0!=(1&this._cycle)?(this._time=0,this.ratio=this._ease._calcEnd?this._ease.getRatio(0):0):(this._time=f,this.ratio=this._ease._calcEnd?this._ease.getRatio(1):1),this._reversed||(a=!0,s="onComplete",o=o||this._timeline.autoRemoveChildren),0===f&&(this._initted||!this.vars.lazy||o)&&(this._startTime===this._timeline._duration&&(e=0),(m<0||e<=0&&e>=-1e-7||1e-10===m&&"isPause"!==this.data)&&m!==e&&(o=!0,m>1e-10&&(s="onReverseComplete")),this._rawPrevTime=h=!i||e||m===e?e:1e-10)):e<1e-7?(this._totalTime=this._time=this._cycle=0,this.ratio=this._ease._calcEnd?this._ease.getRatio(0):0,(0!==k||0===f&&m>0)&&(s="onReverseComplete",a=this._reversed),e<0&&(this._active=!1,0===f&&(this._initted||!this.vars.lazy||o)&&(m>=0&&(o=!0),this._rawPrevTime=h=!i||e||m===e?e:1e-10)),this._initted||(o=!0)):(this._totalTime=this._time=e,0!==this._repeat&&(l=f+this._repeatDelay,this._cycle=this._totalTime/l>>0,0!==this._cycle&&this._cycle===this._totalTime/l&&k<=e&&this._cycle--,this._time=this._totalTime-this._cycle*l,this._yoyo&&0!=(1&this._cycle)&&(this._time=f-this._time,(p=this._yoyoEase||this.vars.yoyoEase)&&(this._yoyoEase||(!0!==p||this._initted?this._yoyoEase=p=!0===p?this._ease:p instanceof Ease?p:Ease.map[p]:(p=this.vars.ease,this._yoyoEase=p=p?p instanceof Ease?p:"function"==typeof p?new Ease(p,this.vars.easeParams):Ease.map[p]||t.defaultEase:t.defaultEase)),this.ratio=p?1-p.getRatio((f-this._time)/f):0)),this._time>f?this._time=f:this._time<0&&(this._time=0)),this._easeType&&!p?(d=this._time/f,u=this._easeType,c=this._easePower,(1===u||3===u&&d>=.5)&&(d=1-d),3===u&&(d*=2),1===c?d*=d:2===c?d*=d*d:3===c?d*=d*d*d:4===c&&(d*=d*d*d*d),1===u?this.ratio=1-d:2===u?this.ratio=d:this._time/f<.5?this.ratio=d/2:this.ratio=1-d/2):p||(this.ratio=this._ease.getRatio(this._time/f))),b===this._time&&!o&&A===this._cycle)return void(k!==this._totalTime&&this._onUpdate&&(i||this._callback("onUpdate")));if(!this._initted){if(this._init(),!this._initted||this._gc)return;if(!o&&this._firstPT&&(!1!==this.vars.lazy&&this._duration||this.vars.lazy&&!this._duration))return this._time=b,this._totalTime=k,this._rawPrevTime=m,this._cycle=A,r.lazyTweens.push(this),void(this._lazy=[e,i]);!this._time||a||p?a&&this._ease._calcEnd&&!p&&(this.ratio=this._ease.getRatio(0===this._time?0:1)):this.ratio=this._ease.getRatio(this._time/f)}for(!1!==this._lazy&&(this._lazy=!1),this._active||!this._paused&&this._time!==b&&e>=0&&(this._active=!0),0===k&&(2===this._initted&&e>0&&this._init(),this._startAt&&(e>=0?this._startAt.render(e,i,o):s||(s="_dummyGS")),this.vars.onStart&&(0===this._totalTime&&0!==f||i||this._callback("onStart"))),n=this._firstPT;n;)n.f?n.t[n.p](n.c*this.ratio+n.s):n.t[n.p]=n.c*this.ratio+n.s,n=n._next;this._onUpdate&&(e<0&&this._startAt&&this._startTime&&this._startAt.render(e,i,o),i||(this._totalTime!==k||s)&&this._callback("onUpdate")),this._cycle!==A&&(i||this._gc||this.vars.onRepeat&&this._callback("onRepeat")),s&&(this._gc&&!o||(e<0&&this._startAt&&!this._onUpdate&&this._startTime&&this._startAt.render(e,i,o),a&&(this._timeline.autoRemoveChildren&&this._enabled(!1,!1),this._active=!1),!i&&this.vars[s]&&this._callback(s),0===f&&1e-10===this._rawPrevTime&&1e-10!==h&&(this._rawPrevTime=0)))},s.to=function(e,i,t){return new s(e,i,t)},s.from=function(e,i,t){return t.runBackwards=!0,t.immediateRender=0!=t.immediateRender,new s(e,i,t)},s.fromTo=function(e,i,t,o){return o.startAt=t,o.immediateRender=0!=o.immediateRender&&0!=t.immediateRender,new s(e,i,o)},s.staggerTo=s.allTo=function(e,i,r,d,c,h,p){d=d||0;var v,b,k,A,f=0,m=[],T=function(){r.onComplete&&r.onComplete.apply(r.onCompleteScope||this,arguments),c.apply(p||r.callbackScope||this,h||u)},w=r.cycle,y=r.startAt&&r.startAt.cycle;for(l(e)||("string"==typeof e&&(e=t.selector(e)||e),n(e)&&(e=o(e))),e=e||[],d<0&&(e=o(e),e.reverse(),d*=-1),v=e.length-1,k=0;k<=v;k++){b={};for(A in r)b[A]=r[A];if(w&&(a(b,e,k),null!=b.duration&&(i=b.duration,delete b.duration)),y){y=b.startAt={};for(A in r.startAt)y[A]=r.startAt[A];a(b.startAt,e,k)}b.delay=f+(b.delay||0),k===v&&c&&(b.onComplete=T),m[k]=new s(e[k],i,b),f+=d}return m},s.staggerFrom=s.allFrom=function(e,i,t,o,a,r,n){return t.runBackwards=!0,t.immediateRender=0!=t.immediateRender,s.staggerTo(e,i,t,o,a,r,n)},s.staggerFromTo=s.allFromTo=function(e,i,t,o,a,r,n,l){return o.startAt=t,o.immediateRender=0!=o.immediateRender&&0!=t.immediateRender,s.staggerTo(e,i,o,a,r,n,l)},s.delayedCall=function(e,i,t,o,a){return new s(i,0,{delay:e,onComplete:i,onCompleteParams:t,callbackScope:o,onReverseComplete:i,onReverseCompleteParams:t,immediateRender:!1,useFrames:a,overwrite:0})},s.set=function(e,i){return new s(e,0,i)},s.isTweening=function(e){return t.getTweensOf(e,!0).length>0};var c=function(e,i){for(var o=[],a=0,s=e._first;s;)s instanceof t?o[a++]=s:(i&&(o[a++]=s),o=o.concat(c(s,i)),a=o.length),s=s._next;return o},h=s.getAllTweens=function(i){return c(e._rootTimeline,i).concat(c(e._rootFramesTimeline,i))};s.killAll=function(e,t,o,a){null==t&&(t=!0),null==o&&(o=!0);var s,r,n,l=h(0!=a),d=l.length,u=t&&o&&a;for(n=0;n-1;)s.killChildTweensOf(e[c],i);else{a=[];for(u in p)for(d=p[u].target.parentNode;d;)d===e&&(a=a.concat(p[u].tweens)),d=d.parentNode;for(h=a.length,c=0;c-1;)r=n[d],(l||r instanceof i||(s=r.target===r.vars.onComplete)&&o||t&&!s)&&r.paused(e)};return s.pauseAll=function(e,i,t){p(!0,e,i,t)},s.resumeAll=function(e,i,t){p(!1,e,i,t)},s.globalTimeScale=function(i){var o=e._rootTimeline,a=t.ticker.time;return arguments.length?(i=i||1e-10,o._startTime=a-(a-o._startTime)*o._timeScale/i,o=e._rootFramesTimeline,a=t.ticker.frame,o._startTime=a-(a-o._startTime)*o._timeScale/i,o._timeScale=e._rootTimeline._timeScale=i,i):o._timeScale},d.progress=function(e,i){return arguments.length?this.totalTime(this.duration()*(this._yoyo&&0!=(1&this._cycle)?1-e:e)+this._cycle*(this._duration+this._repeatDelay),i):this._time/this.duration()},d.totalProgress=function(e,i){return arguments.length?this.totalTime(this.totalDuration()*e,i):this._totalTime/this.totalDuration()},d.time=function(e,i){return arguments.length?(this._dirty&&this.totalDuration(),e>this._duration&&(e=this._duration),this._yoyo&&0!=(1&this._cycle)?e=this._duration-e+this._cycle*(this._duration+this._repeatDelay):0!==this._repeat&&(e+=this._cycle*(this._duration+this._repeatDelay)),this.totalTime(e,i)):this._time},d.duration=function(i){return arguments.length?e.prototype.duration.call(this,i):this._duration},d.totalDuration=function(e){return arguments.length?-1===this._repeat?this:this.duration((e-this._repeat*this._repeatDelay)/(this._repeat+1)):(this._dirty&&(this._totalDuration=-1===this._repeat?999999999999:this._duration*(this._repeat+1)+this._repeatDelay*this._repeat,this._dirty=!1),this._totalDuration)},d.repeat=function(e){return arguments.length?(this._repeat=e,this._uncache(!0)):this._repeat},d.repeatDelay=function(e){return arguments.length?(this._repeatDelay=e,this._uncache(!0)):this._repeatDelay},d.yoyo=function(e){return arguments.length?(this._yoyo=e,this):this._yoyo},s},!0),s._gsDefine("TimelineLite",["core.Animation","core.SimpleTimeline","TweenLite"],function(e,i,t){var o=function(e){i.call(this,e),this._labels={},this.autoRemoveChildren=!0===this.vars.autoRemoveChildren,this.smoothChildTiming=!0===this.vars.smoothChildTiming,this._sortChildren=!0,this._onUpdate=this.vars.onUpdate;var t,o,a=this.vars;for(o in a)t=a[o],l(t)&&-1!==t.join("").indexOf("{self}")&&(a[o]=this._swapSelfInParams(t));l(a.tweens)&&this.add(a.tweens,0,a.align,a.stagger)},a=t._internals,r=o._internals={},n=a.isSelector,l=a.isArray,d=a.lazyTweens,u=a.lazyRender,c=s._gsDefine.globals,h=function(e){var i,t={};for(i in e)t[i]=e[i];return t},p=function(e,i,t){var o,a,s=e.cycle;for(o in s)a=s[o],e[o]="function"==typeof a?a(t,i[t]):a[t%a.length];delete e.cycle},v=r.pauseCallback=function(){},b=function(e){var i,t=[],o=e.length;for(i=0;i!==o;t.push(e[i++]));return t},k=o.prototype=new i;return o.version="1.20.2",k.constructor=o,k.kill()._gc=k._forcingPlayhead=k._hasPause=!1,k.to=function(e,i,o,a){var s=o.repeat&&c.TweenMax||t;return i?this.add(new s(e,i,o),a):this.set(e,o,a)},k.from=function(e,i,o,a){return this.add((o.repeat&&c.TweenMax||t).from(e,i,o),a)},k.fromTo=function(e,i,o,a,s){var r=a.repeat&&c.TweenMax||t;return i?this.add(r.fromTo(e,i,o,a),s):this.set(e,a,s)},k.staggerTo=function(e,i,a,s,r,l,d,u){var c,v,k=new o({onComplete:l,onCompleteParams:d,callbackScope:u,smoothChildTiming:this.smoothChildTiming}),A=a.cycle;for("string"==typeof e&&(e=t.selector(e)||e),e=e||[],n(e)&&(e=b(e)),s=s||0,s<0&&(e=b(e),e.reverse(),s*=-1),v=0;va._startTime;p._timeline;)v&&p._timeline.smoothChildTiming?p.totalTime(p._totalTime,!0):p._gc&&p._enabled(!0,!1),p=p._timeline;return this},k.remove=function(i){if(i instanceof e){this._remove(i,!1);var t=i._timeline=i.vars.useFrames?e._rootFramesTimeline:e._rootTimeline;return i._startTime=(i._paused?i._pauseTime:t._time)-(i._reversed?i.totalDuration()-i._totalTime:i._totalTime)/i._timeScale,this}if(i instanceof Array||i&&i.push&&l(i)){for(var o=i.length;--o>-1;)this.remove(i[o]);return this}return"string"==typeof i?this.removeLabel(i):this.kill(null,i)},k._remove=function(e,t){return i.prototype._remove.call(this,e,t),this._last?this._time>this.duration()&&(this._time=this._duration,this._totalTime=this._totalDuration):this._time=this._totalTime=this._duration=this._totalDuration=0,this},k.append=function(e,i){return this.add(e,this._parseTimeOrLabel(null,i,!0,e))},k.insert=k.insertMultiple=function(e,i,t,o){return this.add(e,i||0,t,o)},k.appendMultiple=function(e,i,t,o){return this.add(e,this._parseTimeOrLabel(null,i,!0,e),t,o)},k.addLabel=function(e,i){return this._labels[e]=this._parseTimeOrLabel(i),this},k.addPause=function(e,i,o,a){var s=t.delayedCall(0,v,o,a||this);return s.vars.onComplete=s.vars.onReverseComplete=i,s.data="isPause",this._hasPause=!0,this.add(s,e)},k.removeLabel=function(e){return delete this._labels[e],this},k.getLabelTime=function(e){return null!=this._labels[e]?this._labels[e]:-1},k._parseTimeOrLabel=function(i,t,o,a){var s,r;if(a instanceof e&&a.timeline===this)this.remove(a);else if(a&&(a instanceof Array||a.push&&l(a)))for(r=a.length;--r>-1;)a[r]instanceof e&&a[r].timeline===this&&this.remove(a[r]);if(s=this.duration()>99999999999?this.recent().endTime(!1):this._duration,"string"==typeof t)return this._parseTimeOrLabel(t,o&&"number"==typeof i&&null==this._labels[t]?i-s:0,o);if(t=t||0,"string"!=typeof i||!isNaN(i)&&null==this._labels[i])null==i&&(i=s);else{if(-1===(r=i.indexOf("=")))return null==this._labels[i]?o?this._labels[i]=s+t:t:this._labels[i]+t;t=parseInt(i.charAt(r-1)+"1",10)*Number(i.substr(r+1)),i=r>1?this._parseTimeOrLabel(i.substr(0,r-1),0,o):s}return Number(i)+t},k.seek=function(e,i){return this.totalTime("number"==typeof e?e:this._parseTimeOrLabel(e),!1!==i)},k.stop=function(){return this.paused(!0)},k.gotoAndPlay=function(e,i){return this.play(e,i)},k.gotoAndStop=function(e,i){return this.pause(e,i)},k.render=function(e,i,t){this._gc&&this._enabled(!0,!1);var o,a,s,r,n,l,c,h=this._dirty?this.totalDuration():this._totalDuration,p=this._time,v=this._startTime,b=this._timeScale,k=this._paused;if(e>=h-1e-7&&e>=0)this._totalTime=this._time=h,this._reversed||this._hasPausedChild()||(a=!0,r="onComplete",n=!!this._timeline.autoRemoveChildren,0===this._duration&&(e<=0&&e>=-1e-7||this._rawPrevTime<0||1e-10===this._rawPrevTime)&&this._rawPrevTime!==e&&this._first&&(n=!0,this._rawPrevTime>1e-10&&(r="onReverseComplete"))),this._rawPrevTime=this._duration||!i||e||this._rawPrevTime===e?e:1e-10,e=h+1e-4;else if(e<1e-7)if(this._totalTime=this._time=0,(0!==p||0===this._duration&&1e-10!==this._rawPrevTime&&(this._rawPrevTime>0||e<0&&this._rawPrevTime>=0))&&(r="onReverseComplete",a=this._reversed),e<0)this._active=!1,this._timeline.autoRemoveChildren&&this._reversed?(n=a=!0,r="onReverseComplete"):this._rawPrevTime>=0&&this._first&&(n=!0),this._rawPrevTime=e;else{if(this._rawPrevTime=this._duration||!i||e||this._rawPrevTime===e?e:1e-10,0===e&&a)for(o=this._first;o&&0===o._startTime;)o._duration||(a=!1),o=o._next;e=0,this._initted||(n=!0)}else{if(this._hasPause&&!this._forcingPlayhead&&!i){if(e>=p)for(o=this._first;o&&o._startTime<=e&&!l;)o._duration||"isPause"!==o.data||o.ratio||0===o._startTime&&0===this._rawPrevTime||(l=o),o=o._next;else for(o=this._last;o&&o._startTime>=e&&!l;)o._duration||"isPause"===o.data&&o._rawPrevTime>0&&(l=o),o=o._prev;l&&(this._time=e=l._startTime,this._totalTime=e+this._cycle*(this._totalDuration+this._repeatDelay))}this._totalTime=this._time=this._rawPrevTime=e}if(this._time!==p&&this._first||t||n||l){if(this._initted||(this._initted=!0),this._active||!this._paused&&this._time!==p&&e>0&&(this._active=!0),0===p&&this.vars.onStart&&(0===this._time&&this._duration||i||this._callback("onStart")),(c=this._time)>=p)for(o=this._first;o&&(s=o._next,c===this._time&&(!this._paused||k));)(o._active||o._startTime<=c&&!o._paused&&!o._gc)&&(l===o&&this.pause(),o._reversed?o.render((o._dirty?o.totalDuration():o._totalDuration)-(e-o._startTime)*o._timeScale,i,t):o.render((e-o._startTime)*o._timeScale,i,t)),o=s;else for(o=this._last;o&&(s=o._prev,c===this._time&&(!this._paused||k));){if(o._active||o._startTime<=p&&!o._paused&&!o._gc){if(l===o){for(l=o._prev;l&&l.endTime()>this._time;)l.render(l._reversed?l.totalDuration()-(e-l._startTime)*l._timeScale:(e-l._startTime)*l._timeScale,i,t),l=l._prev;l=null,this.pause()}o._reversed?o.render((o._dirty?o.totalDuration():o._totalDuration)-(e-o._startTime)*o._timeScale,i,t):o.render((e-o._startTime)*o._timeScale,i,t)}o=s}this._onUpdate&&(i||(d.length&&u(),this._callback("onUpdate"))),r&&(this._gc||v!==this._startTime&&b===this._timeScale||(0===this._time||h>=this.totalDuration())&&(a&&(d.length&&u(),this._timeline.autoRemoveChildren&&this._enabled(!1,!1),this._active=!1),!i&&this.vars[r]&&this._callback(r)))}},k._hasPausedChild=function(){for(var e=this._first;e;){if(e._paused||e instanceof o&&e._hasPausedChild())return!0;e=e._next}return!1},k.getChildren=function(e,i,o,a){a=a||-9999999999;for(var s=[],r=this._first,n=0;r;)r._startTime-1;)(o[a].timeline===this||i&&this._contains(o[a]))&&(r[n++]=o[a]);return s&&this._enabled(!1,!0),r},k.recent=function(){return this._recent},k._contains=function(e){for(var i=e.timeline;i;){if(i===this)return!0;i=i.timeline}return!1},k.shiftChildren=function(e,i,t){t=t||0;for(var o,a=this._first,s=this._labels;a;)a._startTime>=t&&(a._startTime+=e),a=a._next;if(i)for(o in s)s[o]>=t&&(s[o]+=e);return this._uncache(!0)},k._kill=function(e,i){if(!e&&!i)return this._enabled(!1,!1);for(var t=i?this.getTweensOf(i):this.getChildren(!0,!0,!1),o=t.length,a=!1;--o>-1;)t[o]._kill(e,i)&&(a=!0);return a},k.clear=function(e){var i=this.getChildren(!1,!0,!0),t=i.length;for(this._time=this._totalTime=0;--t>-1;)i[t]._enabled(!1,!1);return!1!==e&&(this._labels={}),this._uncache(!0)},k.invalidate=function(){for(var i=this._first;i;)i.invalidate(),i=i._next;return e.prototype.invalidate.call(this)},k._enabled=function(e,t){if(e===this._gc)for(var o=this._first;o;)o._enabled(e,!0),o=o._next;return i.prototype._enabled.call(this,e,t)},k.totalTime=function(i,t,o){this._forcingPlayhead=!0;var a=e.prototype.totalTime.apply(this,arguments);return this._forcingPlayhead=!1,a},k.duration=function(e){return arguments.length?(0!==this.duration()&&0!==e&&this.timeScale(this._duration/e),this):(this._dirty&&this.totalDuration(),this._duration)},k.totalDuration=function(e){if(!arguments.length){if(this._dirty){for(var i,t,o=0,a=this._last,s=999999999999;a;)i=a._prev,a._dirty&&a.totalDuration(),a._startTime>s&&this._sortChildren&&!a._paused?this.add(a,a._startTime-a._delay):s=a._startTime,a._startTime<0&&!a._paused&&(o-=a._startTime,this._timeline.smoothChildTiming&&(this._startTime+=a._startTime/this._timeScale),this.shiftChildren(-a._startTime,!1,-9999999999),s=0),t=a._startTime+a._totalDuration/a._timeScale,t>o&&(o=t),a=i;this._duration=this._totalDuration=o,this._dirty=!1}return this._totalDuration}return e&&this.totalDuration()?this.timeScale(this._totalDuration/e):this},k.paused=function(i){if(!i)for(var t=this._first,o=this._time;t;)t._startTime===o&&"isPause"===t.data&&(t._rawPrevTime=0),t=t._next;return e.prototype.paused.apply(this,arguments)},k.usesFrames=function(){for(var i=this._timeline;i._timeline;)i=i._timeline;return i===e._rootFramesTimeline},k.rawTime=function(e){return e&&(this._paused||this._repeat&&this.time()>0&&this.totalProgress()<1)?this._totalTime%(this._duration+this._repeatDelay):this._paused?this._totalTime:(this._timeline.rawTime(e)-this._startTime)*this._timeScale},o},!0),s._gsDefine("TimelineMax",["TimelineLite","TweenLite","easing.Ease"],function(e,i,t){var o=function(i){e.call(this,i),this._repeat=this.vars.repeat||0,this._repeatDelay=this.vars.repeatDelay||0,this._cycle=0,this._yoyo=!0===this.vars.yoyo,this._dirty=!0},a=i._internals,r=a.lazyTweens,n=a.lazyRender,l=s._gsDefine.globals,d=new t(null,null,1,0),u=o.prototype=new e;return u.constructor=o,u.kill()._gc=!1,o.version="1.20.2",u.invalidate=function(){return this._yoyo=!0===this.vars.yoyo,this._repeat=this.vars.repeat||0,this._repeatDelay=this.vars.repeatDelay||0,this._uncache(!0),e.prototype.invalidate.call(this)},u.addCallback=function(e,t,o,a){return this.add(i.delayedCall(0,e,o,a),t)},u.removeCallback=function(e,i){if(e)if(null==i)this._kill(null,e);else for(var t=this.getTweensOf(e,!1),o=t.length,a=this._parseTimeOrLabel(i);--o>-1;)t[o]._startTime===a&&t[o]._enabled(!1,!1);return this},u.removePause=function(i){return this.removeCallback(e._internals.pauseCallback,i)},u.tweenTo=function(e,t){t=t||{};var o,a,s,r={ease:d,useFrames:this.usesFrames(),immediateRender:!1},n=t.repeat&&l.TweenMax||i;for(a in t)r[a]=t[a];return r.time=this._parseTimeOrLabel(e),o=Math.abs(Number(r.time)-this._time)/this._timeScale||.001,s=new n(this,o,r),r.onStart=function(){s.target.paused(!0),s.vars.time!==s.target.time()&&o===s.duration()&&s.duration(Math.abs(s.vars.time-s.target.time())/s.target._timeScale),t.onStart&&t.onStart.apply(t.onStartScope||t.callbackScope||s,t.onStartParams||[])},s},u.tweenFromTo=function(e,i,t){t=t||{},e=this._parseTimeOrLabel(e),t.startAt={onComplete:this.seek,onCompleteParams:[e],callbackScope:this},t.immediateRender=!1!==t.immediateRender;var o=this.tweenTo(i,t);return o.duration(Math.abs(o.vars.time-e)/this._timeScale||.001)},u.render=function(e,i,t){this._gc&&this._enabled(!0,!1);var o,a,s,l,d,u,c,h,p=this._dirty?this.totalDuration():this._totalDuration,v=this._duration,b=this._time,k=this._totalTime,A=this._startTime,f=this._timeScale,m=this._rawPrevTime,T=this._paused,w=this._cycle;if(e>=p-1e-7&&e>=0)this._locked||(this._totalTime=p,this._cycle=this._repeat),this._reversed||this._hasPausedChild()||(a=!0,l="onComplete",d=!!this._timeline.autoRemoveChildren,0===this._duration&&(e<=0&&e>=-1e-7||m<0||1e-10===m)&&m!==e&&this._first&&(d=!0,m>1e-10&&(l="onReverseComplete"))),this._rawPrevTime=this._duration||!i||e||this._rawPrevTime===e?e:1e-10,this._yoyo&&0!=(1&this._cycle)?this._time=e=0:(this._time=v,e=v+1e-4);else if(e<1e-7)if(this._locked||(this._totalTime=this._cycle=0),this._time=0,(0!==b||0===v&&1e-10!==m&&(m>0||e<0&&m>=0)&&!this._locked)&&(l="onReverseComplete",a=this._reversed),e<0)this._active=!1,this._timeline.autoRemoveChildren&&this._reversed?(d=a=!0,l="onReverseComplete"):m>=0&&this._first&&(d=!0),this._rawPrevTime=e;else{if(this._rawPrevTime=v||!i||e||this._rawPrevTime===e?e:1e-10,0===e&&a)for(o=this._first;o&&0===o._startTime;)o._duration||(a=!1),o=o._next;e=0,this._initted||(d=!0)}else if(0===v&&m<0&&(d=!0),this._time=this._rawPrevTime=e,this._locked||(this._totalTime=e,0!==this._repeat&&(u=v+this._repeatDelay,this._cycle=this._totalTime/u>>0,0!==this._cycle&&this._cycle===this._totalTime/u&&k<=e&&this._cycle--,this._time=this._totalTime-this._cycle*u,this._yoyo&&0!=(1&this._cycle)&&(this._time=v-this._time),this._time>v?(this._time=v,e=v+1e-4):this._time<0?this._time=e=0:e=this._time)),this._hasPause&&!this._forcingPlayhead&&!i){if((e=this._time)>=b||this._repeat&&w!==this._cycle)for(o=this._first;o&&o._startTime<=e&&!c;)o._duration||"isPause"!==o.data||o.ratio||0===o._startTime&&0===this._rawPrevTime||(c=o),o=o._next;else for(o=this._last;o&&o._startTime>=e&&!c;)o._duration||"isPause"===o.data&&o._rawPrevTime>0&&(c=o),o=o._prev;c&&c._startTime0&&(this._active=!0),0===k&&this.vars.onStart&&(0===this._totalTime&&this._totalDuration||i||this._callback("onStart")),(h=this._time)>=b)for(o=this._first;o&&(s=o._next,h===this._time&&(!this._paused||T));)(o._active||o._startTime<=this._time&&!o._paused&&!o._gc)&&(c===o&&this.pause(),o._reversed?o.render((o._dirty?o.totalDuration():o._totalDuration)-(e-o._startTime)*o._timeScale,i,t):o.render((e-o._startTime)*o._timeScale,i,t)),o=s;else for(o=this._last;o&&(s=o._prev,h===this._time&&(!this._paused||T));){if(o._active||o._startTime<=b&&!o._paused&&!o._gc){if(c===o){for(c=o._prev;c&&c.endTime()>this._time;)c.render(c._reversed?c.totalDuration()-(e-c._startTime)*c._timeScale:(e-c._startTime)*c._timeScale,i,t),c=c._prev;c=null,this.pause()}o._reversed?o.render((o._dirty?o.totalDuration():o._totalDuration)-(e-o._startTime)*o._timeScale,i,t):o.render((e-o._startTime)*o._timeScale,i,t)}o=s}this._onUpdate&&(i||(r.length&&n(),this._callback("onUpdate"))),l&&(this._locked||this._gc||A!==this._startTime&&f===this._timeScale||(0===this._time||p>=this.totalDuration())&&(a&&(r.length&&n(),this._timeline.autoRemoveChildren&&this._enabled(!1,!1),this._active=!1),!i&&this.vars[l]&&this._callback(l)))},u.getActive=function(e,i,t){null==e&&(e=!0),null==i&&(i=!0),null==t&&(t=!1);var o,a,s=[],r=this.getChildren(e,i,t),n=0,l=r.length;for(o=0;oe)return t[i].name;return null},u.getLabelBefore=function(e){null==e&&(e=this._time);for(var i=this.getLabelsArray(),t=i.length;--t>-1;)if(i[t].timethis._duration&&(e=this._duration),this._yoyo&&0!=(1&this._cycle)?e=this._duration-e+this._cycle*(this._duration+this._repeatDelay):0!==this._repeat&&(e+=this._cycle*(this._duration+this._repeatDelay)),this.totalTime(e,i)):this._time},u.repeat=function(e){return arguments.length?(this._repeat=e,this._uncache(!0)):this._repeat},u.repeatDelay=function(e){return arguments.length?(this._repeatDelay=e,this._uncache(!0)):this._repeatDelay},u.yoyo=function(e){return arguments.length?(this._yoyo=e,this):this._yoyo},u.currentLabel=function(e){return arguments.length?this.seek(e,!0):this.getLabelBefore(this._time+1e-8)},o},!0),function(){var e=180/Math.PI,i=[],t=[],o=[],a={},r=s._gsDefine.globals,n=function(e,i,t,o){t===o&&(t=o-(o-i)/1e6),e===i&&(i=e+(t-e)/1e6),this.a=e,this.b=i,this.c=t,this.d=o,this.da=o-e,this.ca=t-e,this.ba=i-e},l=function(e,i,t,o){var a={a:e},s={},r={},n={c:o},l=(e+i)/2,d=(i+t)/2,u=(t+o)/2,c=(l+d)/2,h=(d+u)/2,p=(h-c)/8;return a.b=l+(e-l)/4,s.b=c+p,a.c=s.a=(a.b+s.b)/2,s.c=r.a=(c+h)/2,r.b=h-p,n.b=u+(o-u)/4,r.c=n.a=(r.b+n.b)/2,[a,s,r,n]},d=function(e,a,s,r,n){var d,u,c,h,p,v,b,k,A,f,m,T,w,y=e.length-1,g=0,x=e[0].a;for(d=0;d-1;)"string"==typeof(h=e[l][o])&&"="===h.charAt(1)&&(e[l][o]=s[o]+Number(h.charAt(0)+h.substr(2)));if((r=e.length-2)<0)return p[0]=new n(e[0][o],0,0,e[0][o]),p;for(l=0;l1){for(m=e[e.length-1],f=!0,h=w.length;--h>-1;)if(p=w[h],Math.abs(y[p]-m[p])>.05){f=!1;break}f&&(e=e.concat(),c&&e.unshift(c),e.push(e[1]),c=e[e.length-3])}for(i.length=t.length=o.length=0,h=w.length;--h>-1;)p=w[h],a[p]=-1!==l.indexOf(","+p+","),T[p]=u(e,p,a[p],c);for(h=i.length;--h>-1;)i[h]=Math.sqrt(i[h]),t[h]=Math.sqrt(t[h]);if(!n){for(h=w.length;--h>-1;)if(a[p])for(v=T[w[h]],A=v.length-1,b=0;b-1;)o[h]=Math.sqrt(o[h])}for(h=w.length,b=r?4:1;--h>-1;)p=w[h],v=T[p],d(v,s,r,n,a[p]),f&&(v.splice(0,b),v.splice(v.length-b,b));return T},h=function(e,i,t){i=i||"soft";var o,a,s,r,l,d,u,c,h,p,v,b={},k="cubic"===i?3:2,A="soft"===i,f=[];if(A&&t&&(e=[t].concat(e)),null==e||e.length-1;){for(h=f[d],b[h]=l=[],p=0,c=e.length,u=0;u1&&u-1;)for(h=e[b],s=h.a,r=h.d-s,n=h.c-s,l=h.b-s,o=a=0,u=1;u<=t;u++)d=v*u,c=1-d,o=a-(a=(d*d*r+3*c*(d*n+c*l))*d),p=b*t+u-1,i[p]=(i[p]||0)+o*o},v=function(e,i){i=i>>0||6;var t,o,a,s,r=[],n=[],l=0,d=0,u=i-1,c=[],h=[];for(t in e)p(e[t],r,i);for(a=r.length,o=0;o>0,c[s]=h,n[s]=d,l=0,h=[]);return{length:d,lengths:n,segments:c}},b=s._gsDefine.plugin({propName:"bezier",priority:-1,version:"1.3.8",API:2,global:!0,init:function(e,i,t){this._target=e,i instanceof Array&&(i={values:i}),this._func={},this._mod={},this._props=[],this._timeRes=null==i.timeResolution?6:parseInt(i.timeResolution,10);var o,a,s,r,n,l=i.values||[],d={},u=l[0],p=i.autoRotate||t.vars.orientToBezier;this._autoRotate=p?p instanceof Array?p:[["x","y","rotation",!0===p?0:Number(p)||0]]:null;for(o in u)this._props.push(o);for(s=this._props.length;--s>-1;)o=this._props[s],this._overwriteProps.push(o),a=this._func[o]="function"==typeof e[o],d[o]=a?e[o.indexOf("set")||"function"!=typeof e["get"+o.substr(3)]?o:"get"+o.substr(3)]():parseFloat(e[o]),n||d[o]!==l[0][o]&&(n=d);if(this._beziers="cubic"!==i.type&&"quadratic"!==i.type&&"soft"!==i.type?c(l,isNaN(i.curviness)?1:i.curviness,!1,"thruBasic"===i.type,i.correlate,n):h(l,i.type,d),this._segCount=this._beziers[o].length,this._timeRes){var b=v(this._beziers,this._timeRes);this._length=b.length,this._lengths=b.lengths,this._segments=b.segments,this._l1=this._li=this._s1=this._si=0,this._l2=this._lengths[0],this._curSeg=this._segments[0],this._s2=this._curSeg[0],this._prec=1/this._curSeg.length}if(p=this._autoRotate)for(this._initialRotations=[],p[0]instanceof Array||(this._autoRotate=p=[p]),s=p.length;--s>-1;){for(r=0;r<3;r++)o=p[s][r],this._func[o]="function"==typeof e[o]&&e[o.indexOf("set")||"function"!=typeof e["get"+o.substr(3)]?o:"get"+o.substr(3)];o=p[s][2],this._initialRotations[s]=(this._func[o]?this._func[o].call(this._target):this._target[o])||0,this._overwriteProps.push(o)}return this._startRatio=t.vars.runBackwards?1:0,!0},set:function(i){var t,o,a,s,r,n,l,d,u,c,h=this._segCount,p=this._func,v=this._target,b=i!==this._startRatio;if(this._timeRes){if(u=this._lengths,c=this._curSeg,i*=this._length,a=this._li,i>this._l2&&a0){for(;a>0&&(this._l1=u[--a])>=i;);0===a&&ithis._s2&&a0){for(;a>0&&(this._s1=c[--a])>=i;);0===a&&i=1?h-1:h*i>>0,n=(i-t*(1/h))*h;for(o=1-n,a=this._props.length;--a>-1;)s=this._props[a],r=this._beziers[s][t],l=(n*n*r.da+3*o*(n*r.ca+o*r.ba))*n+r.a,this._mod[s]&&(l=this._mod[s](l,v)),p[s]?v[s](l):v[s]=l;if(this._autoRotate){var k,A,f,m,T,w,y,g=this._autoRotate;for(a=g.length;--a>-1;)s=g[a][2],w=g[a][3]||0,y=!0===g[a][4]?1:e,r=this._beziers[g[a][0]],k=this._beziers[g[a][1]],r&&k&&(r=r[t],k=k[t],A=r.a+(r.b-r.a)*n,m=r.b+(r.c-r.b)*n,A+=(m-A)*n,m+=(r.c+(r.d-r.c)*n-m)*n,f=k.a+(k.b-k.a)*n,T=k.b+(k.c-k.b)*n,f+=(T-f)*n,T+=(k.c+(k.d-k.c)*n-T)*n,l=b?Math.atan2(T-f,m-A)*y+w:this._initialRotations[a],this._mod[s]&&(l=this._mod[s](l,v)),p[s]?v[s](l):v[s]=l)}}}),k=b.prototype;b.bezierThrough=c,b.cubicToQuadratic=l,b._autoCSS=!0,b.quadraticToCubic=function(e,i,t){return new n(e,(2*i+e)/3,(2*i+t)/3,t)},b._cssRegister=function(){var e=r.CSSPlugin;if(e){var i=e._internals,t=i._parseToProxy,o=i._setPluginRatio,a=i.CSSPropTween;i._registerComplexSpecialProp("bezier",{parser:function(e,i,s,r,n,l){i instanceof Array&&(i={values:i}),l=new b;var d,u,c,h=i.values,p=h.length-1,v=[],k={};if(p<0)return n;for(d=0;d<=p;d++)c=t(e,h[d],r,n,l,p!==d),v[d]=c.end;for(u in i)k[u]=i[u];return k.values=v,n=new a(e,"bezier",0,0,c.pt,2),n.data=c,n.plugin=l,n.setRatio=o,0===k.autoRotate&&(k.autoRotate=!0),!k.autoRotate||k.autoRotate instanceof Array||(d=!0===k.autoRotate?0:Number(k.autoRotate),k.autoRotate=null!=c.end.left?[["left","top","rotation",d,!1]]:null!=c.end.x&&[["x","y","rotation",d,!1]]),k.autoRotate&&(r._transform||r._enableTransforms(!1),c.autoRotate=r._target._gsTransform,c.proxy.rotation=c.autoRotate.rotation||0,r._overwriteProps.push("rotation")),l._onInitTween(c.proxy,k,r._tween),n}})}},k._mod=function(e){for(var i,t=this._overwriteProps,o=t.length;--o>-1;)(i=e[t[o]])&&"function"==typeof i&&(this._mod[t[o]]=i)},k._kill=function(e){var i,t,o=this._props;for(i in this._beziers)if(i in e)for(delete this._beziers[i],delete this._func[i],t=o.length;--t>-1;)o[t]===i&&o.splice(t,1);if(o=this._autoRotate)for(t=o.length;--t>-1;)e[o[t][2]]&&o.splice(t,1);return this._super._kill.call(this,e)}}(),s._gsDefine("plugins.CSSPlugin",["plugins.TweenPlugin","TweenLite"],function(e,i){var t,o,a,r,n=function(){e.call(this,"css"),this._overwriteProps.length=0,this.setRatio=n.prototype.setRatio},l=s._gsDefine.globals,d={},u=n.prototype=new e("css");u.constructor=n,n.version="1.20.0",n.API=2,n.defaultTransformPerspective=0,n.defaultSkewType="compensated",n.defaultSmoothOrigin=!0,u="px",n.suffixMap={top:u,right:u,bottom:u,left:u,width:u,height:u,fontSize:u,padding:u,margin:u,perspective:u,lineHeight:""};var c,h,p,v,b,k,A,f,m=/(?:\-|\.|\b)(\d|\.|e\-)+/g,T=/(?:\d|\-\d|\.\d|\-\.\d|\+=\d|\-=\d|\+=.\d|\-=\.\d)+/g,w=/(?:\+=|\-=|\-|\b)[\d\-\.]+[a-zA-Z0-9]*(?:%|\b)/gi,y=/(?![+-]?\d*\.?\d+|[+-]|e[+-]\d+)[^0-9]/g,g=/(?:\d|\-|\+|=|#|\.)*/g,x=/opacity *= *([^)]*)/i,L=/opacity:([^;]*)/i,R=/alpha\(opacity *=.+?\)/i,I=/^(rgb|hsl)/,P=/([A-Z])/g,E=/-([a-z])/gi,Z=/(^(?:url\(\"|url\())|(?:(\"\))$|\)$)/gi,C=function(e,i){return i.toUpperCase()},F=/(?:Left|Right|Width)/i,S=/(M11|M12|M21|M22)=[\d\-\.e]+/gi,B=/progid\:DXImageTransform\.Microsoft\.Matrix\(.+?\)/i,U=/,(?=[^\)]*(?:\(|$))/gi,O=/[\s,\(]/i,_=Math.PI/180,M=180/Math.PI,N={},D={style:{}},j=s.document||{createElement:function(){return D}},H=function(e,i){return j.createElementNS?j.createElementNS(i||"http://www.w3.org/1999/xhtml",e):j.createElement(e)},G=H("div"),z=H("img"),V=n._internals={_specialProps:d},q=(s.navigator||{}).userAgent||"",J=function(){var e=q.indexOf("Android"),i=H("a");return p=-1!==q.indexOf("Safari")&&-1===q.indexOf("Chrome")&&(-1===e||parseFloat(q.substr(e+8,2))>3),b=p&&parseFloat(q.substr(q.indexOf("Version/")+8,2))<6,v=-1!==q.indexOf("Firefox"),(/MSIE ([0-9]{1,}[\.0-9]{0,})/.exec(q)||/Trident\/.*rv:([0-9]{1,}[\.0-9]{0,})/.exec(q))&&(k=parseFloat(RegExp.$1)),!!i&&(i.style.cssText="top:1px;opacity:.55;",/^0.55/.test(i.style.opacity))}(),K=function(e){return x.test("string"==typeof e?e:(e.currentStyle?e.currentStyle.filter:e.style.filter)||"")?parseFloat(RegExp.$1)/100:1},W=function(e){s.console&&console.log(e)},Y="",Q="",X=function(e,i){i=i||G;var t,o,a=i.style;if(void 0!==a[e])return e;for(e=e.charAt(0).toUpperCase()+e.substr(1),t=["O","Moz","ms","Ms","Webkit"],o=5;--o>-1&&void 0===a[t[o]+e];);return o>=0?(Q=3===o?"ms":t[o],Y="-"+Q.toLowerCase()+"-",Q+e):null},$=j.defaultView?j.defaultView.getComputedStyle:function(){},ee=n.getStyle=function(e,i,t,o,a){var s;return J||"opacity"!==i?(!o&&e.style[i]?s=e.style[i]:(t=t||$(e))?s=t[i]||t.getPropertyValue(i)||t.getPropertyValue(i.replace(P,"-$1").toLowerCase()):e.currentStyle&&(s=e.currentStyle[i]),null==a||s&&"none"!==s&&"auto"!==s&&"auto auto"!==s?s:a):K(e)},ie=V.convertToPixels=function(e,t,o,a,s){if("px"===a||!a&&"lineHeight"!==t)return o;if("auto"===a||!o)return 0;var r,l,d,u=F.test(t),c=e,h=G.style,p=o<0,v=1===o;if(p&&(o=-o),v&&(o*=100),"lineHeight"!==t||a)if("%"===a&&-1!==t.indexOf("border"))r=o/100*(u?e.clientWidth:e.clientHeight);else{if(h.cssText="border:0 solid red;position:"+ee(e,"position")+";line-height:0;","%"!==a&&c.appendChild&&"v"!==a.charAt(0)&&"rem"!==a)h[u?"borderLeftWidth":"borderTopWidth"]=o+a;else{if(c=e.parentNode||j.body,-1!==ee(c,"display").indexOf("flex")&&(h.position="absolute"),l=c._gsCache,d=i.ticker.frame,l&&u&&l.time===d)return l.width*o/100;h[u?"width":"height"]=o+a}c.appendChild(G),r=parseFloat(G[u?"offsetWidth":"offsetHeight"]),c.removeChild(G),u&&"%"===a&&!1!==n.cacheWidths&&(l=c._gsCache=c._gsCache||{},l.time=d,l.width=r/o*100),0!==r||s||(r=ie(e,t,o,a,!0))}else l=$(e).lineHeight,e.style.lineHeight=o,r=parseFloat($(e).lineHeight),e.style.lineHeight=l;return v&&(r/=100),p?-r:r},te=V.calculateOffset=function(e,i,t){if("absolute"!==ee(e,"position",t))return 0;var o="left"===i?"Left":"Top",a=ee(e,"margin"+o,t);return e["offset"+o]-(ie(e,i,parseFloat(a),a.replace(g,""))||0)},oe=function(e,i){var t,o,a,s={};if(i=i||$(e,null))if(t=i.length)for(;--t>-1;)a=i[t],-1!==a.indexOf("-transform")&&Ze!==a||(s[a.replace(E,C)]=i.getPropertyValue(a));else for(t in i)-1!==t.indexOf("Transform")&&Ee!==t||(s[t]=i[t]);else if(i=e.currentStyle||e.style)for(t in i)"string"==typeof t&&void 0===s[t]&&(s[t.replace(E,C)]=i[t]);return J||(s.opacity=K(e)),o=ze(e,i,!1),s.rotation=o.rotation,s.skewX=o.skewX,s.scaleX=o.scaleX,s.scaleY=o.scaleY,s.x=o.x,s.y=o.y,Fe&&(s.z=o.z,s.rotationX=o.rotationX,s.rotationY=o.rotationY,s.scaleZ=o.scaleZ),s.filters&&delete s.filters,s},ae=function(e,i,t,o,a){var s,r,n,l={},d=e.style;for(r in t)"cssText"!==r&&"length"!==r&&isNaN(r)&&(i[r]!==(s=t[r])||a&&a[r])&&-1===r.indexOf("Origin")&&("number"!=typeof s&&"string"!=typeof s||(l[r]="auto"!==s||"left"!==r&&"top"!==r?""!==s&&"auto"!==s&&"none"!==s||"string"!=typeof i[r]||""===i[r].replace(y,"")?s:0:te(e,r),void 0!==d[r]&&(n=new me(d,r,d[r],n))));if(o)for(r in o)"className"!==r&&(l[r]=o[r]);return{difs:l,firstMPT:n}},se={width:["Left","Right"],height:["Top","Bottom"]},re=["marginLeft","marginRight","marginTop","marginBottom"],ne=function(e,i,t){if("svg"===(e.nodeName+"").toLowerCase())return(t||$(e))[i]||0;if(e.getCTM&&je(e))return e.getBBox()[i]||0;var o=parseFloat("width"===i?e.offsetWidth:e.offsetHeight),a=se[i],s=a.length;for(t=t||$(e,null);--s>-1;)o-=parseFloat(ee(e,"padding"+a[s],t,!0))||0,o-=parseFloat(ee(e,"border"+a[s]+"Width",t,!0))||0;return o},le=function(e,i){if("contain"===e||"auto"===e||"auto auto"===e)return e+" ";null!=e&&""!==e||(e="0 0");var t,o=e.split(" "),a=-1!==e.indexOf("left")?"0%":-1!==e.indexOf("right")?"100%":o[0],s=-1!==e.indexOf("top")?"0%":-1!==e.indexOf("bottom")?"100%":o[1];if(o.length>3&&!i){for(o=e.split(", ").join(",").split(","),e=[],t=0;t2?" "+o[2]:""),i&&(i.oxp=-1!==a.indexOf("%"),i.oyp=-1!==s.indexOf("%"),i.oxr="="===a.charAt(1),i.oyr="="===s.charAt(1),i.ox=parseFloat(a.replace(y,"")),i.oy=parseFloat(s.replace(y,"")),i.v=e),i||e},de=function(e,i){return"function"==typeof e&&(e=e(f,A)),"string"==typeof e&&"="===e.charAt(1)?parseInt(e.charAt(0)+"1",10)*parseFloat(e.substr(2)):parseFloat(e)-parseFloat(i)||0},ue=function(e,i){return"function"==typeof e&&(e=e(f,A)),null==e?i:"string"==typeof e&&"="===e.charAt(1)?parseInt(e.charAt(0)+"1",10)*parseFloat(e.substr(2))+i:parseFloat(e)||0},ce=function(e,i,t,o){var a,s,r,n,l;return"function"==typeof e&&(e=e(f,A)),null==e?n=i:"number"==typeof e?n=e:(a=360,s=e.split("_"),l="="===e.charAt(1),r=(l?parseInt(e.charAt(0)+"1",10)*parseFloat(s[0].substr(2)):parseFloat(s[0]))*(-1===e.indexOf("rad")?1:M)-(l?0:i),s.length&&(o&&(o[t]=i+r),-1!==e.indexOf("short")&&(r%=a)!==r%(a/2)&&(r=r<0?r+a:r-a),-1!==e.indexOf("_cw")&&r<0?r=(r+9999999999*a)%a-(r/a|0)*a:-1!==e.indexOf("ccw")&&r>0&&(r=(r-9999999999*a)%a-(r/a|0)*a)),n=i+r),n<1e-6&&n>-1e-6&&(n=0),n},he={aqua:[0,255,255],lime:[0,255,0],silver:[192,192,192],black:[0,0,0],maroon:[128,0,0],teal:[0,128,128],blue:[0,0,255],navy:[0,0,128],white:[255,255,255],fuchsia:[255,0,255],olive:[128,128,0],yellow:[255,255,0],orange:[255,165,0],gray:[128,128,128],purple:[128,0,128],green:[0,128,0],red:[255,0,0],pink:[255,192,203],cyan:[0,255,255],transparent:[255,255,255,0]},pe=function(e,i,t){return e=e<0?e+1:e>1?e-1:e,255*(6*e<1?i+(t-i)*e*6:e<.5?t:3*e<2?i+(t-i)*(2/3-e)*6:i)+.5|0},ve=n.parseColor=function(e,i){var t,o,a,s,r,n,l,d,u,c,h;if(e)if("number"==typeof e)t=[e>>16,e>>8&255,255&e];else{if(","===e.charAt(e.length-1)&&(e=e.substr(0,e.length-1)),he[e])t=he[e];else if("#"===e.charAt(0))4===e.length&&(o=e.charAt(1),a=e.charAt(2),s=e.charAt(3),e="#"+o+o+a+a+s+s),e=parseInt(e.substr(1),16),t=[e>>16,e>>8&255,255&e];else if("hsl"===e.substr(0,3))if(t=h=e.match(m),i){if(-1!==e.indexOf("="))return e.match(T)}else r=Number(t[0])%360/360,n=Number(t[1])/100,l=Number(t[2])/100,a=l<=.5?l*(n+1):l+n-l*n,o=2*l-a,t.length>3&&(t[3]=Number(e[3])),t[0]=pe(r+1/3,o,a),t[1]=pe(r,o,a),t[2]=pe(r-1/3,o,a);else t=e.match(m)||he.transparent;t[0]=Number(t[0]),t[1]=Number(t[1]),t[2]=Number(t[2]),t.length>3&&(t[3]=Number(t[3]))}else t=he.black;return i&&!h&&(o=t[0]/255,a=t[1]/255,s=t[2]/255,d=Math.max(o,a,s),u=Math.min(o,a,s),l=(d+u)/2,d===u?r=n=0:(c=d-u,n=l>.5?c/(2-d-u):c/(d+u),r=d===o?(a-s)/c+(a0?r[0].replace(m,""):"";return u?a=i?function(e){var i,h,p,v;if("number"==typeof e)e+=c;else if(o&&U.test(e)){for(v=e.replace(U,"|").split("|"),p=0;pp--)for(;++ph--)for(;++h>0];return a.parse(i,n,s,r)}},me=(V._setPluginRatio=function(e){this.plugin.setRatio(e);for(var i,t,o,a,s,r=this.data,n=r.proxy,l=r.firstMPT;l;)i=n[l.v],l.r?i=Math.round(i):i<1e-6&&i>-1e-6&&(i=0),l.t[l.p]=i,l=l._next;if(r.autoRotate&&(r.autoRotate.rotation=r.mod?r.mod(n.rotation,this.t):n.rotation),1===e||0===e)for(l=r.firstMPT,s=1===e?"e":"b";l;){if(t=l.t,t.type){if(1===t.type){for(a=t.xs0+t.s+t.xs1,o=1;o0;)l="xn"+r,n=o.p+"_"+l,p[n]=o.data[l],h[n]=o[l],s||(d=new me(o,l,n,d,o.rxp[l]));o=o._next}return{proxy:h,end:p,firstMPT:d,pt:u}},V.CSSPropTween=function(e,i,o,a,s,n,l,d,u,c,h){this.t=e,this.p=i,this.s=o,this.c=a,this.n=l||i,e instanceof Te||r.push(this.n),this.r=d,this.type=n||0,u&&(this.pr=u,t=!0),this.b=void 0===c?o:c,this.e=void 0===h?o+a:h,s&&(this._next=s,s._prev=this)}),we=function(e,i,t,o,a,s){var r=new Te(e,i,t,o-t,a,-1,s);return r.b=t,r.e=r.xs0=o,r},ye=n.parseComplex=function(e,i,t,o,a,s,r,l,d,u){t=t||s||"","function"==typeof o&&(o=o(f,A)),r=new Te(e,i,0,0,r,u?2:1,null,!1,l,t,o),o+="",a&&ke.test(o+t)&&(o=[t,o],n.colorStringFilter(o),t=o[0],o=o[1]);var h,p,v,b,k,w,y,g,x,L,R,I,P,E=t.split(", ").join(",").split(" "),Z=o.split(", ").join(",").split(" "),C=E.length,F=!1!==c;for(-1===o.indexOf(",")&&-1===t.indexOf(",")||(E=E.join(" ").replace(U,", ").split(" "),Z=Z.join(" ").replace(U,", ").split(" "),C=E.length),C!==Z.length&&(E=(s||"").split(" "),C=E.length),r.plugin=d,r.setRatio=u,ke.lastIndex=0,h=0;h6,x&&!J&&0===k[3]?(r["xs"+r.l]+=r.l?" transparent":"transparent",r.e=r.e.split(Z[h]).join("transparent")):(J||(x=!1),P?r.appendXtra(L.substr(0,L.indexOf("hsl"))+(x?"hsla(":"hsl("),b[0],de(k[0],b[0]),",",!1,!0).appendXtra("",b[1],de(k[1],b[1]),"%,",!1).appendXtra("",b[2],de(k[2],b[2]),x?"%,":"%"+I,!1):r.appendXtra(L.substr(0,L.indexOf("rgb"))+(x?"rgba(":"rgb("),b[0],k[0]-b[0],",",!0,!0).appendXtra("",b[1],k[1]-b[1],",",!0).appendXtra("",b[2],k[2]-b[2],x?",":I,!0),x&&(b=b.length<4?1:b[3],r.appendXtra("",b,(k.length<4?1:k[3])-b,I,!1))),ke.lastIndex=0;else if(w=b.match(m)){if(!(y=k.match(T))||y.length!==w.length)return r;for(v=0,p=0;p0;)u["xn"+ge]=0,u["xs"+ge]="";u.xs0="",u._next=u._prev=u.xfirst=u.data=u.plugin=u.setRatio=u.rxp=null,u.appendXtra=function(e,i,t,o,a,s){var r=this,n=r.l;return r["xs"+n]+=s&&(n||r["xs"+n])?" "+e:e||"",t||0===n||r.plugin?(r.l++,r.type=r.setRatio?2:1,r["xs"+r.l]=o||"",n>0?(r.data["xn"+n]=i+t,r.rxp["xn"+n]=a,r["xn"+n]=i,r.plugin||(r.xfirst=new Te(r,"xn"+n,i,t,r.xfirst||r,0,r.n,a,r.pr),r.xfirst.xs0=0),r):(r.data={s:i+t},r.rxp={},r.s=i,r.c=t,r.r=a,r)):(r["xs"+n]+=i+(o||""),r)};var xe=function(e,i){i=i||{},this.p=i.prefix?X(e)||e:e,d[e]=d[this.p]=this,this.format=i.formatter||Ae(i.defaultValue,i.color,i.collapsible,i.multi),i.parser&&(this.parse=i.parser),this.clrs=i.color,this.multi=i.multi,this.keyword=i.keyword,this.dflt=i.defaultValue,this.pr=i.priority||0},Le=V._registerComplexSpecialProp=function(e,i,t){"object"!=typeof i&&(i={parser:t});var o,a=e.split(","),s=i.defaultValue;for(t=t||[s],o=0;on.length?l.length:n.length,r=0;r-1;)s=Number(a[ge]),a[ge]=(r=s-(s|=0))?(1e5*r+(r<0?-.5:.5)|0)/1e5+s:s;return i&&a.length>6?[a[0],a[1],a[4],a[5],a[12],a[13]]:a},ze=V.getTransform=function(e,t,o,a){if(e._gsTransform&&o&&!a)return e._gsTransform;var s,r,l,d,u,c,h=o?e._gsTransform||new Se:new Se,p=h.scaleX<0,v=Fe?parseFloat(ee(e,Ce,t,!1,"0 0 0").split(" ")[2])||h.zOrigin||0:0,b=parseFloat(n.defaultTransformPerspective)||0;if(h.svg=!(!e.getCTM||!je(e)),h.svg&&(Me(e,ee(e,Ce,t,!1,"50% 50%")+"",h,e.getAttribute("data-svg-origin")),Ie=n.useSVGTransformAttr||_e),(s=Ge(e))!==He){if(16===s.length){var k,A,f,m,T,w=s[0],y=s[1],g=s[2],x=s[3],L=s[4],R=s[5],I=s[6],P=s[7],E=s[8],Z=s[9],C=s[10],F=s[12],S=s[13],B=s[14],U=s[11],O=Math.atan2(I,C);h.zOrigin&&(B=-h.zOrigin,F=E*B-s[12],S=Z*B-s[13],B=C*B+h.zOrigin-s[14]),h.rotationX=O*M,O&&(m=Math.cos(-O),T=Math.sin(-O),k=L*m+E*T,A=R*m+Z*T,f=I*m+C*T,E=L*-T+E*m,Z=R*-T+Z*m,C=I*-T+C*m,U=P*-T+U*m,L=k,R=A,I=f),O=Math.atan2(-g,C),h.rotationY=O*M,O&&(m=Math.cos(-O),T=Math.sin(-O),k=w*m-E*T,A=y*m-Z*T,f=g*m-C*T,Z=y*T+Z*m,C=g*T+C*m,U=x*T+U*m,w=k,y=A,g=f),O=Math.atan2(y,w),h.rotation=O*M,O&&(m=Math.cos(O),T=Math.sin(O),k=w*m+y*T,A=L*m+R*T,f=E*m+Z*T,y=y*m-w*T,R=R*m-L*T,Z=Z*m-E*T,w=k,L=A,E=f),h.rotationX&&Math.abs(h.rotationX)+Math.abs(h.rotation)>359.9&&(h.rotationX=h.rotation=0,h.rotationY=180-h.rotationY),O=Math.atan2(L,R),h.scaleX=(1e5*Math.sqrt(w*w+y*y+g*g)+.5|0)/1e5,h.scaleY=(1e5*Math.sqrt(R*R+I*I)+.5|0)/1e5,h.scaleZ=(1e5*Math.sqrt(E*E+Z*Z+C*C)+.5|0)/1e5,w/=h.scaleX,L/=h.scaleY,y/=h.scaleX,R/=h.scaleY,Math.abs(O)>2e-5?(h.skewX=O*M,L=0,"simple"!==h.skewType&&(h.scaleY*=1/Math.cos(O))):h.skewX=0,h.perspective=U?1/(U<0?-U:U):0,h.x=F,h.y=S,h.z=B,h.svg&&(h.x-=h.xOrigin-(h.xOrigin*w-h.yOrigin*L),h.y-=h.yOrigin-(h.yOrigin*y-h.xOrigin*R))}else if(!Fe||a||!s.length||h.x!==s[4]||h.y!==s[5]||!h.rotationX&&!h.rotationY){var _=s.length>=6,N=_?s[0]:1,D=s[1]||0,j=s[2]||0,H=_?s[3]:1;h.x=s[4]||0,h.y=s[5]||0,l=Math.sqrt(N*N+D*D),d=Math.sqrt(H*H+j*j),u=N||D?Math.atan2(D,N)*M:h.rotation||0,c=j||H?Math.atan2(j,H)*M+u:h.skewX||0,h.scaleX=l,h.scaleY=d,h.rotation=u,h.skewX=c,Fe&&(h.rotationX=h.rotationY=h.z=0,h.perspective=b,h.scaleZ=1),h.svg&&(h.x-=h.xOrigin-(h.xOrigin*N+h.yOrigin*j),h.y-=h.yOrigin-(h.xOrigin*D+h.yOrigin*H))}Math.abs(h.skewX)>90&&Math.abs(h.skewX)<270&&(p?(h.scaleX*=-1,h.skewX+=h.rotation<=0?180:-180,h.rotation+=h.rotation<=0?180:-180):(h.scaleY*=-1,h.skewX+=h.skewX<=0?180:-180)),h.zOrigin=v;for(r in h)h[r]<2e-5&&h[r]>-2e-5&&(h[r]=0)}return o&&(e._gsTransform=h,h.svg&&(Ie&&e.style[Ee]?i.delayedCall(.001,function(){Ke(e.style,Ee)}):!Ie&&e.getAttribute("transform")&&i.delayedCall(.001,function(){e.removeAttribute("transform")}))),h},Ve=function(e){var i,t,o=this.data,a=-o.rotation*_,s=a+o.skewX*_,r=(Math.cos(a)*o.scaleX*1e5|0)/1e5,n=(Math.sin(a)*o.scaleX*1e5|0)/1e5,l=(Math.sin(s)*-o.scaleY*1e5|0)/1e5,d=(Math.cos(s)*o.scaleY*1e5|0)/1e5,u=this.t.style,c=this.t.currentStyle;if(c){t=n,n=-l,l=-t,i=c.filter,u.filter="";var h,p,v=this.t.offsetWidth,b=this.t.offsetHeight,A="absolute"!==c.position,f="progid:DXImageTransform.Microsoft.Matrix(M11="+r+", M12="+n+", M21="+l+", M22="+d,m=o.x+v*o.xPercent/100,T=o.y+b*o.yPercent/100;if(null!=o.ox&&(h=(o.oxp?v*o.ox*.01:o.ox)-v/2,p=(o.oyp?b*o.oy*.01:o.oy)-b/2,m+=h-(h*r+p*n),T+=p-(h*l+p*d)),A?(h=v/2,p=b/2,f+=", Dx="+(h-(h*r+p*n)+m)+", Dy="+(p-(h*l+p*d)+T)+")"):f+=", sizingMethod='auto expand')",-1!==i.indexOf("DXImageTransform.Microsoft.Matrix(")?u.filter=i.replace(B,f):u.filter=f+" "+i,0!==e&&1!==e||1===r&&0===n&&0===l&&1===d&&(A&&-1===f.indexOf("Dx=0, Dy=0")||x.test(i)&&100!==parseFloat(RegExp.$1)||-1===i.indexOf(i.indexOf("Alpha"))&&u.removeAttribute("filter")),!A){var w,y,L,R=k<8?1:-1;for(h=o.ieOffsetX||0,p=o.ieOffsetY||0,o.ieOffsetX=Math.round((v-((r<0?-r:r)*v+(n<0?-n:n)*b))/2+m),o.ieOffsetY=Math.round((b-((d<0?-d:d)*b+(l<0?-l:l)*v))/2+T),ge=0;ge<4;ge++)y=re[ge],w=c[y],t=-1!==w.indexOf("px")?parseFloat(w):ie(this.t,y,parseFloat(w),w.replace(g,""))||0,L=t!==o[y]?ge<2?-o.ieOffsetX:-o.ieOffsetY:ge<2?h-o.ieOffsetX:p-o.ieOffsetY,u[y]=(o[y]=Math.round(t-L*(0===ge||2===ge?1:R)))+"px"}}},qe=V.set3DTransformRatio=V.setTransformRatio=function(e){var i,t,o,a,s,r,n,l,d,u,c,h,p,b,k,A,f,m,T,w,y,g,x,L=this.data,R=this.t.style,I=L.rotation,P=L.rotationX,E=L.rotationY,Z=L.scaleX,C=L.scaleY,F=L.scaleZ,S=L.x,B=L.y,U=L.z,O=L.svg,M=L.perspective,N=L.force3D,D=L.skewY,j=L.skewX;if(D&&(j+=D,I+=D),((1===e||0===e)&&"auto"===N&&(this.tween._totalTime===this.tween._totalDuration||!this.tween._totalTime)||!N)&&!U&&!M&&!E&&!P&&1===F||Ie&&O||!Fe)return void(I||j||O?(I*=_,g=j*_,x=1e5,t=Math.cos(I)*Z,s=Math.sin(I)*Z,o=Math.sin(I-g)*-C,r=Math.cos(I-g)*C,g&&"simple"===L.skewType&&(i=Math.tan(g-D*_),i=Math.sqrt(1+i*i),o*=i,r*=i,D&&(i=Math.tan(D*_),i=Math.sqrt(1+i*i),t*=i,s*=i)),O&&(S+=L.xOrigin-(L.xOrigin*t+L.yOrigin*o)+L.xOffset,B+=L.yOrigin-(L.xOrigin*s+L.yOrigin*r)+L.yOffset,Ie&&(L.xPercent||L.yPercent)&&(k=this.t.getBBox(),S+=.01*L.xPercent*k.width,B+=.01*L.yPercent*k.height),k=1e-6,S-k&&(S=0),B-k&&(B=0)),T=(t*x|0)/x+","+(s*x|0)/x+","+(o*x|0)/x+","+(r*x|0)/x+","+S+","+B+")",O&&Ie?this.t.setAttribute("transform","matrix("+T):R[Ee]=(L.xPercent||L.yPercent?"translate("+L.xPercent+"%,"+L.yPercent+"%) matrix(":"matrix(")+T):R[Ee]=(L.xPercent||L.yPercent?"translate("+L.xPercent+"%,"+L.yPercent+"%) matrix(":"matrix(")+Z+",0,0,"+C+","+S+","+B+")");if(v&&(k=1e-4,Z-k&&(Z=F=2e-5),C-k&&(C=F=2e-5),!M||L.z||L.rotationX||L.rotationY||(M=0)),I||j)I*=_,A=t=Math.cos(I),f=s=Math.sin(I),j&&(I-=j*_,A=Math.cos(I),f=Math.sin(I),"simple"===L.skewType&&(i=Math.tan((j-D)*_),i=Math.sqrt(1+i*i),A*=i,f*=i,L.skewY&&(i=Math.tan(D*_),i=Math.sqrt(1+i*i),t*=i,s*=i))),o=-f,r=A;else{if(!(E||P||1!==F||M||O))return void(R[Ee]=(L.xPercent||L.yPercent?"translate("+L.xPercent+"%,"+L.yPercent+"%) translate3d(":"translate3d(")+S+"px,"+B+"px,"+U+"px)"+(1!==Z||1!==C?" scale("+Z+","+C+")":""));t=r=1,o=s=0}u=1,a=n=l=d=c=h=0,p=M?-1/M:0,b=L.zOrigin,k=1e-6,w=",",y="0",I=E*_,I&&(A=Math.cos(I),f=Math.sin(I),l=-f,c=p*-f,a=t*f,n=s*f,u=A,p*=A,t*=A,s*=A),I=P*_,I&&(A=Math.cos(I),f=Math.sin(I),i=o*A+a*f,m=r*A+n*f,d=u*f,h=p*f,a=o*-f+a*A,n=r*-f+n*A,u*=A,p*=A,o=i,r=m),1!==F&&(a*=F,n*=F,u*=F,p*=F),1!==C&&(o*=C,r*=C,d*=C,h*=C),1!==Z&&(t*=Z,s*=Z,l*=Z,c*=Z),(b||O)&&(b&&(S+=a*-b,B+=n*-b,U+=u*-b+b),O&&(S+=L.xOrigin-(L.xOrigin*t+L.yOrigin*o)+L.xOffset,B+=L.yOrigin-(L.xOrigin*s+L.yOrigin*r)+L.yOffset),S-k&&(S=y),B-k&&(B=y),U-k&&(U=0)),T=L.xPercent||L.yPercent?"translate("+L.xPercent+"%,"+L.yPercent+"%) matrix3d(":"matrix3d(",T+=(t-k?y:t)+w+(s-k?y:s)+w+(l-k?y:l),T+=w+(c-k?y:c)+w+(o-k?y:o)+w+(r-k?y:r),P||E||1!==F?(T+=w+(d-k?y:d)+w+(h-k?y:h)+w+(a-k?y:a),T+=w+(n-k?y:n)+w+(u-k?y:u)+w+(p-k?y:p)+w):T+=",0,0,0,0,1,0,",T+=S+w+B+w+U+w+(M?1+-U/M:1)+")",R[Ee]=T};u=Se.prototype,u.x=u.y=u.z=u.skewX=u.skewY=u.rotation=u.rotationX=u.rotationY=u.zOrigin=u.xPercent=u.yPercent=u.xOffset=u.yOffset=0,u.scaleX=u.scaleY=u.scaleZ=1,Le("transform,scale,scaleX,scaleY,scaleZ,x,y,z,rotation,rotationX,rotationY,rotationZ,skewX,skewY,shortRotation,shortRotationX,shortRotationY,shortRotationZ,transformOrigin,svgOrigin,transformPerspective,directionalRotation,parseTransform,force3D,skewType,xPercent,yPercent,smoothOrigin",{parser:function(e,i,t,o,s,r,l){if(o._lastParsedTransform===l)return s;o._lastParsedTransform=l;var d,u=l.scale&&"function"==typeof l.scale?l.scale:0;"function"==typeof l[t]&&(d=l[t],l[t]=i),u&&(l.scale=u(f,e));var c,h,p,v,b,k,m,T,w,y=e._gsTransform,g=e.style,x=Pe.length,L=l,R={},I=ze(e,a,!0,L.parseTransform),P=L.transform&&("function"==typeof L.transform?L.transform(f,A):L.transform);if(I.skewType=L.skewType||I.skewType||n.defaultSkewType,o._transform=I,P&&"string"==typeof P&&Ee)h=G.style,h[Ee]=P,h.display="block",h.position="absolute",j.body.appendChild(G),c=ze(G,null,!1),"simple"===I.skewType&&(c.scaleY*=Math.cos(c.skewX*_)),I.svg&&(k=I.xOrigin,m=I.yOrigin,c.x-=I.xOffset,c.y-=I.yOffset,(L.transformOrigin||L.svgOrigin)&&(P={},Me(e,le(L.transformOrigin),P,L.svgOrigin,L.smoothOrigin,!0),k=P.xOrigin,m=P.yOrigin,c.x-=P.xOffset-I.xOffset,c.y-=P.yOffset-I.yOffset),(k||m)&&(T=Ge(G,!0),c.x-=k-(k*T[0]+m*T[2]),c.y-=m-(k*T[1]+m*T[3]))),j.body.removeChild(G),c.perspective||(c.perspective=I.perspective),null!=L.xPercent&&(c.xPercent=ue(L.xPercent,I.xPercent)),null!=L.yPercent&&(c.yPercent=ue(L.yPercent,I.yPercent));else if("object"==typeof L){if(c={scaleX:ue(null!=L.scaleX?L.scaleX:L.scale,I.scaleX),scaleY:ue(null!=L.scaleY?L.scaleY:L.scale,I.scaleY),scaleZ:ue(L.scaleZ,I.scaleZ),x:ue(L.x,I.x),y:ue(L.y,I.y),z:ue(L.z,I.z),xPercent:ue(L.xPercent,I.xPercent),yPercent:ue(L.yPercent,I.yPercent),perspective:ue(L.transformPerspective,I.perspective)},null!=(b=L.directionalRotation))if("object"==typeof b)for(h in b)L[h]=b[h];else L.rotation=b;"string"==typeof L.x&&-1!==L.x.indexOf("%")&&(c.x=0,c.xPercent=ue(L.x,I.xPercent)),"string"==typeof L.y&&-1!==L.y.indexOf("%")&&(c.y=0,c.yPercent=ue(L.y,I.yPercent)),c.rotation=ce("rotation"in L?L.rotation:"shortRotation"in L?L.shortRotation+"_short":"rotationZ"in L?L.rotationZ:I.rotation,I.rotation,"rotation",R),Fe&&(c.rotationX=ce("rotationX"in L?L.rotationX:"shortRotationX"in L?L.shortRotationX+"_short":I.rotationX||0,I.rotationX,"rotationX",R),c.rotationY=ce("rotationY"in L?L.rotationY:"shortRotationY"in L?L.shortRotationY+"_short":I.rotationY||0,I.rotationY,"rotationY",R)),c.skewX=ce(L.skewX,I.skewX),c.skewY=ce(L.skewY,I.skewY)}for(Fe&&null!=L.force3D&&(I.force3D=L.force3D,v=!0),p=I.force3D||I.z||I.rotationX||I.rotationY||c.z||c.rotationX||c.rotationY||c.perspective,p||null==L.scale||(c.scaleZ=1);--x>-1;)w=Pe[x],((P=c[w]-I[w])>1e-6||P<-1e-6||null!=L[w]||null!=N[w])&&(v=!0,s=new Te(I,w,I[w],P,s),w in R&&(s.e=R[w]),s.xs0=0,s.plugin=r,o._overwriteProps.push(s.n));return P=L.transformOrigin,I.svg&&(P||L.svgOrigin)&&(k=I.xOffset,m=I.yOffset,Me(e,le(P),c,L.svgOrigin,L.smoothOrigin),s=we(I,"xOrigin",(y?I:c).xOrigin,c.xOrigin,s,"transformOrigin"),s=we(I,"yOrigin",(y?I:c).yOrigin,c.yOrigin,s,"transformOrigin"),k===I.xOffset&&m===I.yOffset||(s=we(I,"xOffset",y?k:I.xOffset,I.xOffset,s,"transformOrigin"),s=we(I,"yOffset",y?m:I.yOffset,I.yOffset,s,"transformOrigin")),P="0px 0px"),(P||Fe&&p&&I.zOrigin)&&(Ee?(v=!0,w=Ce,P=(P||ee(e,w,a,!1,"50% 50%"))+"",s=new Te(g,w,0,0,s,-1,"transformOrigin"),s.b=g[w],s.plugin=r,Fe?(h=I.zOrigin,P=P.split(" "),I.zOrigin=(P.length>2&&(0===h||"0px"!==P[2])?parseFloat(P[2]):h)||0,s.xs0=s.e=P[0]+" "+(P[1]||"50%")+" 0px",s=new Te(I,"zOrigin",0,0,s,-1,s.n),s.b=h,s.xs0=s.e=I.zOrigin):s.xs0=s.e=P):le(P+"",I)),v&&(o._transformType=I.svg&&Ie||!p&&3!==this._transformType?2:3),d&&(l[t]=d),u&&(l.scale=u),s},prefix:!0}),Le("boxShadow",{defaultValue:"0px 0px 0px 0px #999",prefix:!0,color:!0,multi:!0,keyword:"inset"}),Le("borderRadius",{defaultValue:"0px",parser:function(e,i,t,s,r,n){i=this.format(i);var l,d,u,c,h,p,v,b,k,A,f,m,T,w,y,g,x=["borderTopLeftRadius","borderTopRightRadius","borderBottomRightRadius","borderBottomLeftRadius"],L=e.style;for(k=parseFloat(e.offsetWidth),A=parseFloat(e.offsetHeight),l=i.split(" "),d=0;d-1;)b=n[d],(u=-1!==b.indexOf("%"))!==(-1!==l[d].indexOf("%"))&&(c=0===d?e.offsetWidth-z.width:e.offsetHeight-z.height,n[d]=u?parseFloat(b)/100*c+"px":parseFloat(b)/c*100+"%");b=n.join(" ")}return this.parseComplex(e.style,b,A,s,r)},formatter:le}),Le("backgroundSize",{defaultValue:"0 0",formatter:function(e){return e+="",le(-1===e.indexOf(" ")?e+" "+e:e)}}),Le("perspective",{defaultValue:"0px",prefix:!0}),Le("perspectiveOrigin",{defaultValue:"50% 50%",prefix:!0}),Le("transformStyle",{prefix:!0}),Le("backfaceVisibility",{prefix:!0}),Le("userSelect",{prefix:!0}),Le("margin",{parser:fe("marginTop,marginRight,marginBottom,marginLeft")}),Le("padding",{parser:fe("paddingTop,paddingRight,paddingBottom,paddingLeft")}),Le("clip",{defaultValue:"rect(0px,0px,0px,0px)",parser:function(e,i,t,o,s,r){var n,l,d;return k<9?(l=e.currentStyle,d=k<8?" ":",",n="rect("+l.clipTop+d+l.clipRight+d+l.clipBottom+d+l.clipLeft+")",i=this.format(i).split(",").join(d)):(n=this.format(ee(e,this.p,a,!1,this.dflt)),i=this.format(i)),this.parseComplex(e.style,n,i,s,r)}}),Le("textShadow",{defaultValue:"0px 0px 0px #999",color:!0,multi:!0}),Le("autoRound,strictUnits",{parser:function(e,i,t,o,a){return a}}),Le("border",{defaultValue:"0px solid #000",parser:function(e,i,t,o,s,r){var n=ee(e,"borderTopWidth",a,!1,"0px"),l=this.format(i).split(" "),d=l[0].replace(g,"");return"px"!==d&&(n=parseFloat(n)/ie(e,"borderTopWidth",1,d)+d),this.parseComplex(e.style,this.format(n+" "+ee(e,"borderTopStyle",a,!1,"solid")+" "+ee(e,"borderTopColor",a,!1,"#000")),l.join(" "),s,r)},color:!0,formatter:function(e){var i=e.split(" ");return i[0]+" "+(i[1]||"solid")+" "+(e.match(ke)||["#000"])[0]}}),Le("borderWidth",{parser:fe("borderTopWidth,borderRightWidth,borderBottomWidth,borderLeftWidth")}),Le("float,cssFloat,styleFloat",{parser:function(e,i,t,o,a,s){var r=e.style,n="cssFloat"in r?"cssFloat":"styleFloat";return new Te(r,n,0,0,a,-1,t,!1,0,r[n],i)}});var Je=function(e){var i,t=this.t,o=t.filter||ee(this.data,"filter")||"",a=this.s+this.c*e|0;100===a&&(-1===o.indexOf("atrix(")&&-1===o.indexOf("radient(")&&-1===o.indexOf("oader(")?(t.removeAttribute("filter"),i=!ee(this.data,"filter")):(t.filter=o.replace(R,""),i=!0)),i||(this.xn1&&(t.filter=o=o||"alpha(opacity="+a+")"),-1===o.indexOf("pacity")?0===a&&this.xn1||(t.filter=o+" alpha(opacity="+a+")"):t.filter=o.replace(x,"opacity="+a))};Le("opacity,alpha,autoAlpha",{defaultValue:"1",parser:function(e,i,t,o,s,r){var n=parseFloat(ee(e,"opacity",a,!1,"1")),l=e.style,d="autoAlpha"===t;return"string"==typeof i&&"="===i.charAt(1)&&(i=("-"===i.charAt(0)?-1:1)*parseFloat(i.substr(2))+n),d&&1===n&&"hidden"===ee(e,"visibility",a)&&0!==i&&(n=0),J?s=new Te(l,"opacity",n,i-n,s):(s=new Te(l,"opacity",100*n,100*(i-n),s),s.xn1=d?1:0,l.zoom=1,s.type=2,s.b="alpha(opacity="+s.s+")",s.e="alpha(opacity="+(s.s+s.c)+")",s.data=e,s.plugin=r,s.setRatio=Je),d&&(s=new Te(l,"visibility",0,0,s,-1,null,!1,0,0!==n?"inherit":"hidden",0===i?"hidden":"inherit"),s.xs0="inherit",o._overwriteProps.push(s.n),o._overwriteProps.push(t)),s}});var Ke=function(e,i){i&&(e.removeProperty?("ms"!==i.substr(0,2)&&"webkit"!==i.substr(0,6)||(i="-"+i),e.removeProperty(i.replace(P,"-$1").toLowerCase())):e.removeAttribute(i))},We=function(e){if(this.t._gsClassPT=this,1===e||0===e){this.t.setAttribute("class",0===e?this.b:this.e);for(var i=this.data,t=this.t.style;i;)i.v?t[i.p]=i.v:Ke(t,i.p),i=i._next;1===e&&this.t._gsClassPT===this&&(this.t._gsClassPT=null)}else this.t.getAttribute("class")!==this.e&&this.t.setAttribute("class",this.e)};Le("className",{parser:function(e,i,o,s,r,n,l){var d,u,c,h,p,v=e.getAttribute("class")||"",b=e.style.cssText;if(r=s._classNamePT=new Te(e,o,0,0,r,2),r.setRatio=We,r.pr=-11,t=!0,r.b=v,u=oe(e,a),c=e._gsClassPT){for(h={},p=c.data;p;)h[p.p]=1,p=p._next;c.setRatio(1)}return e._gsClassPT=r,r.e="="!==i.charAt(1)?i:v.replace(new RegExp("(?:\\s|^)"+i.substr(2)+"(?![\\w-])"),"")+("+"===i.charAt(0)?" "+i.substr(2):""),e.setAttribute("class",r.e),d=ae(e,u,oe(e),l,h),e.setAttribute("class",v),r.data=d.firstMPT,e.style.cssText=b,r=r.xfirst=s.parse(e,d.difs,r,n)}});var Ye=function(e){if((1===e||0===e)&&this.data._totalTime===this.data._totalDuration&&"isFromStart"!==this.data.data){var i,t,o,a,s,r=this.t.style,n=d.transform.parse;if("all"===this.e)r.cssText="",a=!0;else for(i=this.e.split(" ").join("").split(","),o=i.length;--o>-1;)t=i[o],d[t]&&(d[t].parse===n?a=!0:t="transformOrigin"===t?Ce:d[t].p),Ke(r,t);a&&(Ke(r,Ee),(s=this.t._gsTransform)&&(s.svg&&(this.t.removeAttribute("data-svg-origin"),this.t.removeAttribute("transform")),delete this.t._gsTransform))}};for(Le("clearProps",{parser:function(e,i,o,a,s){return s=new Te(e,o,0,0,s,2),s.setRatio=Ye,s.e=i,s.pr=-10,s.data=a._tween,t=!0,s}}),u="bezier,throwProps,physicsProps,physics2D".split(","),ge=u.length;ge--;)Re(u[ge]);u=n.prototype,u._firstPT=u._lastParsedTransform=u._transform=null,u._onInitTween=function(e,i,s,l){if(!e.nodeType)return!1;this._target=A=e,this._tween=s,this._vars=i,f=l,c=i.autoRound,t=!1,o=i.suffixMap||n.suffixMap,a=$(e,""),r=this._overwriteProps;var u,v,k,m,T,w,y,g,x,R=e.style;if(h&&""===R.zIndex&&("auto"!==(u=ee(e,"zIndex",a))&&""!==u||this._addLazySet(R,"zIndex",0)),"string"==typeof i&&(m=R.cssText,u=oe(e,a),R.cssText=m+";"+i,u=ae(e,u,oe(e)).difs,!J&&L.test(i)&&(u.opacity=parseFloat(RegExp.$1)),i=u,R.cssText=m),i.className?this._firstPT=v=d.className.parse(e,i.className,"className",this,null,null,i):this._firstPT=v=this.parse(e,i,null),this._transformType){for(x=3===this._transformType,Ee?p&&(h=!0,""===R.zIndex&&("auto"!==(y=ee(e,"zIndex",a))&&""!==y||this._addLazySet(R,"zIndex",0)),b&&this._addLazySet(R,"WebkitBackfaceVisibility",this._vars.WebkitBackfaceVisibility||(x?"visible":"hidden"))):R.zoom=1,k=v;k&&k._next;)k=k._next;g=new Te(e,"transform",0,0,null,2),this._linkCSSP(g,null,k),g.setRatio=Ee?qe:Ve,g.data=this._transform||ze(e,a,!0),g.tween=s,g.pr=-1,r.pop()}if(t){for(;v;){for(w=v._next,k=m;k&&k.pr>v.pr;)k=k._next;(v._prev=k?k._prev:T)?v._prev._next=v:m=v,(v._next=k)?k._prev=v:T=v,v=w}this._firstPT=m}return!0},u.parse=function(e,i,t,s){var r,n,l,u,h,p,v,b,k,m,T=e.style;for(r in i){if(p=i[r],"function"==typeof p&&(p=p(f,A)),n=d[r])t=n.parse(e,p,r,this,t,s,i);else{if("--"===r.substr(0,2)){this._tween._propLookup[r]=this._addTween.call(this._tween,e.style,"setProperty",$(e).getPropertyValue(r)+"",p+"",r,!1,r);continue}h=ee(e,r,a)+"",k="string"==typeof p,"color"===r||"fill"===r||"stroke"===r||-1!==r.indexOf("Color")||k&&I.test(p)?(k||(p=ve(p),p=(p.length>3?"rgba(":"rgb(")+p.join(",")+")"),t=ye(T,r,h,p,!0,"transparent",t,0,s)):k&&O.test(p)?t=ye(T,r,h,p,!0,null,t,0,s):(l=parseFloat(h),v=l||0===l?h.substr((l+"").length):"",""!==h&&"auto"!==h||("width"===r||"height"===r?(l=ne(e,r,a),v="px"):"left"===r||"top"===r?(l=te(e,r,a),v="px"):(l="opacity"!==r?0:1,v="")),m=k&&"="===p.charAt(1),m?(u=parseInt(p.charAt(0)+"1",10),p=p.substr(2),u*=parseFloat(p),b=p.replace(g,"")):(u=parseFloat(p),b=k?p.replace(g,""):""),""===b&&(b=r in o?o[r]:v),p=u||0===u?(m?u+l:u)+b:i[r],v!==b&&(""===b&&"lineHeight"!==r||(u||0===u)&&l&&(l=ie(e,r,l,v),"%"===b?(l/=ie(e,r,100,"%")/100,!0!==i.strictUnits&&(h=l+"%")):"em"===b||"rem"===b||"vw"===b||"vh"===b?l/=ie(e,r,1,b):"px"!==b&&(u=ie(e,r,u,b),b="px"),m&&(u||0===u)&&(p=u+l+b))),m&&(u+=l),!l&&0!==l||!u&&0!==u?void 0!==T[r]&&(p||p+""!="NaN"&&null!=p)?(t=new Te(T,r,u||l||0,0,t,-1,r,!1,0,h,p),t.xs0="none"!==p||"display"!==r&&-1===r.indexOf("Style")?p:h):W("invalid "+r+" tween value: "+i[r]):(t=new Te(T,r,l,u-l,t,0,r,!1!==c&&("px"===b||"zIndex"===r),0,h,p),t.xs0=b))}s&&t&&!t.plugin&&(t.plugin=s)}return t},u.setRatio=function(e){var i,t,o,a=this._firstPT;if(1!==e||this._tween._time!==this._tween._duration&&0!==this._tween._time)if(e||this._tween._time!==this._tween._duration&&0!==this._tween._time||-1e-6===this._tween._rawPrevTime)for(;a;){if(i=a.c*e+a.s,a.r?i=Math.round(i):i<1e-6&&i>-1e-6&&(i=0),a.type)if(1===a.type)if(2===(o=a.l))a.t[a.p]=a.xs0+i+a.xs1+a.xn1+a.xs2;else if(3===o)a.t[a.p]=a.xs0+i+a.xs1+a.xn1+a.xs2+a.xn2+a.xs3;else if(4===o)a.t[a.p]=a.xs0+i+a.xs1+a.xn1+a.xs2+a.xn2+a.xs3+a.xn3+a.xs4;else if(5===o)a.t[a.p]=a.xs0+i+a.xs1+a.xn1+a.xs2+a.xn2+a.xs3+a.xn3+a.xs4+a.xn4+a.xs5;else{for(t=a.xs0+i+a.xs1,o=1;o-1;)Xe(e[a],i,t);else for(o=e.childNodes,a=o.length;--a>-1;)s=o[a],r=s.type,s.style&&(i.push(oe(s)),t&&t.push(s)),1!==r&&9!==r&&11!==r||!s.childNodes.length||Xe(s,i,t)};return n.cascadeTo=function(e,t,o){var a,s,r,n,l=i.to(e,t,o),d=[l],u=[],c=[],h=[],p=i._internals.reservedProps;for(e=l._targets||l.target,Xe(e,u,h),l.render(t,!0,!0),Xe(e,c),l.render(0,!0,!0),l._enabled(!0),a=h.length;--a>-1;)if(s=ae(h[a],u[a],c[a]),s.firstMPT){s=s.difs;for(r in o)p[r]&&(s[r]=o[r]);n={};for(r in s)n[r]=u[a][r];d.push(i.fromTo(h[a],t,n,s))}return d},e.activate([n]),n},!0),function(){var e=s._gsDefine.plugin({propName:"roundProps",version:"1.6.0",priority:-1,API:2,init:function(e,i,t){return this._tween=t,!0}}),i=function(e){for(;e;)e.f||e.blob||(e.m=Math.round),e=e._next},t=e.prototype;t._onInitAllProps=function(){for(var e,t,o,a=this._tween,s=a.vars.roundProps.join?a.vars.roundProps:a.vars.roundProps.split(","),r=s.length,n={},l=a._propLookup.roundProps;--r>-1;)n[s[r]]=Math.round;for(r=s.length;--r>-1;)for(e=s[r],t=a._firstPT;t;)o=t._next,t.pg?t.t._mod(n):t.n===e&&(2===t.f&&t.t?i(t.t._firstPT):(this._add(t.t,e,t.s,t.c),o&&(o._prev=t._prev),t._prev?t._prev._next=o:a._firstPT===t&&(a._firstPT=o),t._next=t._prev=null,a._propLookup[e]=l)),t=o;return!1},t._add=function(e,i,t,o){this._addTween(e,i,t,t+o,i,Math.round),this._overwriteProps.push(i)}}(),function(){s._gsDefine.plugin({propName:"attr",API:2,version:"0.6.1",init:function(e,i,t,o){var a,s;if("function"!=typeof e.setAttribute)return!1;for(a in i)s=i[a],"function"==typeof s&&(s=s(o,e)),this._addTween(e,"setAttribute",e.getAttribute(a)+"",s+"",a,!1,a),this._overwriteProps.push(a);return!0}})}(),s._gsDefine.plugin({propName:"directionalRotation",version:"0.3.1",API:2,init:function(e,i,t,o){"object"!=typeof i&&(i={rotation:i}),this.finals={};var a,s,r,n,l,d,u=!0===i.useRadians?2*Math.PI:360;for(a in i)"useRadians"!==a&&(n=i[a],"function"==typeof n&&(n=n(o,e)),d=(n+"").split("_"),s=d[0],r=parseFloat("function"!=typeof e[a]?e[a]:e[a.indexOf("set")||"function"!=typeof e["get"+a.substr(3)]?a:"get"+a.substr(3)]()),n=this.finals[a]="string"==typeof s&&"="===s.charAt(1)?r+parseInt(s.charAt(0)+"1",10)*Number(s.substr(2)):Number(s)||0,l=n-r,d.length&&(s=d.join("_"),-1!==s.indexOf("short")&&(l%=u)!==l%(u/2)&&(l=l<0?l+u:l-u),-1!==s.indexOf("_cw")&&l<0?l=(l+9999999999*u)%u-(l/u|0)*u:-1!==s.indexOf("ccw")&&l>0&&(l=(l-9999999999*u)%u-(l/u|0)*u)),(l>1e-6||l<-1e-6)&&(this._addTween(e,a,r,r+l,a),this._overwriteProps.push(a)));return!0},set:function(e){var i;if(1!==e)this._super.setRatio.call(this,e);else for(i=this._firstPT;i;)i.f?i.t[i.p](this.finals[i.p]):i.t[i.p]=this.finals[i.p],i=i._next}})._autoCSS=!0,s._gsDefine("easing.Back",["easing.Ease"],function(e){var i,t,o,a=s.GreenSockGlobals||s,r=a.com.greensock,n=2*Math.PI,l=Math.PI/2,d=r._class,u=function(i,t){var o=d("easing."+i,function(){},!0),a=o.prototype=new e;return a.constructor=o,a.getRatio=t,o},c=e.register||function(){},h=function(e,i,t,o,a){var s=d("easing."+e,{easeOut:new i,easeIn:new t,easeInOut:new o},!0);return c(s,e),s},p=function(e,i,t){this.t=e,this.v=i,t&&(this.next=t,t.prev=this,this.c=t.v-i,this.gap=t.t-e)},v=function(i,t){var o=d("easing."+i,function(e){this._p1=e||0===e?e:1.70158,this._p2=1.525*this._p1},!0),a=o.prototype=new e;return a.constructor=o,a.getRatio=t,a.config=function(e){return new o(e)},o},b=h("Back",v("BackOut",function(e){return(e-=1)*e*((this._p1+1)*e+this._p1)+1}),v("BackIn",function(e){return e*e*((this._p1+1)*e-this._p1)}),v("BackInOut",function(e){return(e*=2)<1?.5*e*e*((this._p2+1)*e-this._p2):.5*((e-=2)*e*((this._p2+1)*e+this._p2)+2)})),k=d("easing.SlowMo",function(e,i,t){i=i||0===i?i:.7,null==e?e=.7:e>1&&(e=1),this._p=1!==e?i:0,this._p1=(1-e)/2,this._p2=e,this._p3=this._p1+this._p2,this._calcEnd=!0===t},!0),A=k.prototype=new e;return A.constructor=k,A.getRatio=function(e){var i=e+(.5-e)*this._p;return ethis._p3?this._calcEnd?1-(e=(e-this._p3)/this._p1)*e:i+(e-i)*(e=(e-this._p3)/this._p1)*e*e*e:this._calcEnd?1:i},k.ease=new k(.7,.7),A.config=k.config=function(e,i,t){return new k(e,i,t)},i=d("easing.SteppedEase",function(e,i){e=e||1,this._p1=1/e,this._p2=e+(i?0:1),this._p3=i?1:0},!0),A=i.prototype=new e,A.constructor=i,A.getRatio=function(e){return e<0?e=0:e>=1&&(e=.999999999),((this._p2*e|0)+this._p3)*this._p1},A.config=i.config=function(e,t){return new i(e,t)},t=d("easing.RoughEase",function(i){i=i||{};for(var t,o,a,s,r,n,l=i.taper||"none",d=[],u=0,c=0|(i.points||20),h=c,v=!1!==i.randomize,b=!0===i.clamp,k=i.template instanceof e?i.template:null,A="number"==typeof i.strength?.4*i.strength:.4;--h>-1;)t=v?Math.random():1/c*h,o=k?k.getRatio(t):t,"none"===l?a=A:"out"===l?(s=1-t,a=s*s*A):"in"===l?a=t*t*A:t<.5?(s=2*t,a=s*s*.5*A):(s=2*(1-t),a=s*s*.5*A),v?o+=Math.random()*a-.5*a:h%2?o+=.5*a:o-=.5*a,b&&(o>1?o=1:o<0&&(o=0)),d[u++]={x:t,y:o};for(d.sort(function(e,i){return e.x-i.x}),n=new p(1,1,null),h=c;--h>-1;)r=d[h],n=new p(r.x,r.y,n);this._prev=new p(0,0,0!==n.t?n:n.next)},!0),A=t.prototype=new e,A.constructor=t,A.getRatio=function(e){var i=this._prev;if(e>i.t){for(;i.next&&e>=i.t;)i=i.next;i=i.prev}else for(;i.prev&&e<=i.t;)i=i.prev;return this._prev=i,i.v+(e-i.t)/i.gap*i.c},A.config=function(e){return new t(e)},t.ease=new t,h("Bounce",u("BounceOut",function(e){return e<1/2.75?7.5625*e*e:e<2/2.75?7.5625*(e-=1.5/2.75)*e+.75:e<2.5/2.75?7.5625*(e-=2.25/2.75)*e+.9375:7.5625*(e-=2.625/2.75)*e+.984375}),u("BounceIn",function(e){return(e=1-e)<1/2.75?1-7.5625*e*e:e<2/2.75?1-(7.5625*(e-=1.5/2.75)*e+.75):e<2.5/2.75?1-(7.5625*(e-=2.25/2.75)*e+.9375):1-(7.5625*(e-=2.625/2.75)*e+.984375)}),u("BounceInOut",function(e){var i=e<.5;return e=i?1-2*e:2*e-1,e<1/2.75?e*=7.5625*e:e=e<2/2.75?7.5625*(e-=1.5/2.75)*e+.75:e<2.5/2.75?7.5625*(e-=2.25/2.75)*e+.9375:7.5625*(e-=2.625/2.75)*e+.984375,i?.5*(1-e):.5*e+.5})),h("Circ",u("CircOut",function(e){return Math.sqrt(1-(e-=1)*e)}),u("CircIn",function(e){return-(Math.sqrt(1-e*e)-1)}),u("CircInOut",function(e){return(e*=2)<1?-.5*(Math.sqrt(1-e*e)-1):.5*(Math.sqrt(1-(e-=2)*e)+1)})),o=function(i,t,o){var a=d("easing."+i,function(e,i){this._p1=e>=1?e:1,this._p2=(i||o)/(e<1?e:1),this._p3=this._p2/n*(Math.asin(1/this._p1)||0),this._p2=n/this._p2},!0),s=a.prototype=new e;return s.constructor=a,s.getRatio=t,s.config=function(e,i){return new a(e,i)},a},h("Elastic",o("ElasticOut",function(e){return this._p1*Math.pow(2,-10*e)*Math.sin((e-this._p3)*this._p2)+1},.3),o("ElasticIn",function(e){return-this._p1*Math.pow(2,10*(e-=1))*Math.sin((e-this._p3)*this._p2)},.3),o("ElasticInOut",function(e){return(e*=2)<1?this._p1*Math.pow(2,10*(e-=1))*Math.sin((e-this._p3)*this._p2)*-.5:this._p1*Math.pow(2,-10*(e-=1))*Math.sin((e-this._p3)*this._p2)*.5+1},.45)),h("Expo",u("ExpoOut",function(e){return 1-Math.pow(2,-10*e)}),u("ExpoIn",function(e){return Math.pow(2,10*(e-1))-.001}),u("ExpoInOut",function(e){return(e*=2)<1?.5*Math.pow(2,10*(e-1)):.5*(2-Math.pow(2,-10*(e-1)))})),h("Sine",u("SineOut",function(e){return Math.sin(e*l)}),u("SineIn",function(e){return 1-Math.cos(e*l)}),u("SineInOut",function(e){return-.5*(Math.cos(Math.PI*e)-1)})),d("easing.EaseLookup",{find:function(i){return e.map[i]}},!0),c(a.SlowMo,"SlowMo","ease,"),c(t,"RoughEase","ease,"),c(i,"SteppedEase","ease,"),b},!0)}),s._gsDefine&&s._gsQueue.pop()(),function(t,s){"use strict";var r={},n=t.document,l=t.GreenSockGlobals=t.GreenSockGlobals||t;if(!l.TweenLite){var d,u,c,h,p,v=function(e){var i,t=e.split("."),o=l;for(i=0;i-1;)(h=m[s[A]]||new T(s[A],[])).gsClass?(u[A]=h.gsClass,f--):c&&h.sc.push(this);if(0===f&&n){if(p=("com.greensock."+t).split("."),b=p.pop(),k=v(p.join("."))[b]=this.gsClass=n.apply(n,u),d)if(l[b]=r[b]=k,void 0!==e&&e.exports)if("TweenMax"===t){e.exports=r.TweenMax=k;for(A in r)k[A]=r[A]}else r.TweenMax&&(r.TweenMax[b]=k);else o=[],void 0!==(a=function(){return k}.apply(i,o))&&(e.exports=a);for(A=0;A-1;)for(s=l[d],a=o?y("easing."+s,null,!0):b.easing[s]||{},r=u.length;--r>-1;)n=u[r],L[s+"."+n]=L[n+s]=a[n]=e.getRatio?e:e[n]||new e};for(c=x.prototype,c._calcEnd=!1,c.getRatio=function(e){if(this._func)return this._params[0]=e,this._func.apply(null,this._params);var i=this._type,t=this._power,o=1===i?1-e:2===i?e:e<.5?2*e:2*(1-e);return 1===t?o*=o:2===t?o*=o*o:3===t?o*=o*o*o:4===t&&(o*=o*o*o*o),1===i?1-o:2===i?o:e<.5?o/2:1-o/2},d=["Linear","Quad","Cubic","Quart","Quint,Strong"],u=d.length;--u>-1;)c=d[u]+",Power"+u,R(new x(null,null,1,u),c,"easeOut",!0),R(new x(null,null,2,u),c,"easeIn"+(0===u?",easeNone":"")),R(new x(null,null,3,u),c,"easeInOut");L.linear=b.easing.Linear.easeIn,L.swing=b.easing.Quad.easeInOut;var I=y("events.EventDispatcher",function(e){this._listeners={},this._eventTarget=e||this});c=I.prototype,c.addEventListener=function(e,i,t,o,a){a=a||0;var s,r,n=this._listeners[e],l=0;for(this!==h||p||h.wake(),null==n&&(this._listeners[e]=n=[]),r=n.length;--r>-1;)s=n[r],s.c===i&&s.s===t?n.splice(r,1):0===l&&s.pr-1;)if(o[t].c===i)return void o.splice(t,1)},c.dispatchEvent=function(e){var i,t,o,a=this._listeners[e];if(a)for(i=a.length,i>1&&(a=a.slice(0)),t=this._eventTarget;--i>-1;)(o=a[i])&&(o.up?o.c.call(o.s||t,{type:e,target:t}):o.c.call(o.s||t))};var P=t.requestAnimationFrame,E=t.cancelAnimationFrame,Z=Date.now||function(){return(new Date).getTime()},C=Z();for(d=["ms","moz","webkit","o"],u=d.length;--u>-1&&!P;)P=t[d[u]+"RequestAnimationFrame"],E=t[d[u]+"CancelAnimationFrame"]||t[d[u]+"CancelRequestAnimationFrame"];y("Ticker",function(e,i){var t,o,a,s,r,l=this,d=Z(),u=!(!1===i||!P)&&"auto",c=500,v=33,b=function(e){var i,n,u=Z()-C;u>c&&(d+=u-v),C+=u,l.time=(C-d)/1e3,i=l.time-r,(!t||i>0||!0===e)&&(l.frame++,r+=i+(i>=s?.004:s-i),n=!0),!0!==e&&(a=o(b)),n&&l.dispatchEvent("tick")};I.call(l),l.time=l.frame=0,l.tick=function(){b(!0)},l.lagSmoothing=function(e,i){c=e||1e10,v=Math.min(i,c,0)},l.sleep=function(){null!=a&&(u&&E?E(a):clearTimeout(a),o=A,a=null,l===h&&(p=!1))},l.wake=function(e){null!==a?l.sleep():e?d+=-C+(C=Z()):l.frame>10&&(C=Z()-c+5),o=0===t?A:u&&P?P:function(e){return setTimeout(e,1e3*(r-l.time)+1|0)},l===h&&(p=!0),b(2)},l.fps=function(e){if(!arguments.length)return t;t=e,s=1/(t||60),r=this.time+s,l.wake()},l.useRAF=function(e){if(!arguments.length)return u;l.sleep(),u=e,l.fps(t)},l.fps(e),setTimeout(function(){"auto"===u&&l.frame<5&&"hidden"!==n.visibilityState&&l.useRAF(!1)},1500)}),c=b.Ticker.prototype=new b.events.EventDispatcher,c.constructor=b.Ticker;var F=y("core.Animation",function(e,i){if(this.vars=i=i||{},this._duration=this._totalDuration=e||0,this._delay=Number(i.delay)||0,this._timeScale=1,this._active=!0===i.immediateRender,this.data=i.data,this._reversed=!0===i.reversed,X){p||h.wake();var t=this.vars.useFrames?Q:X;t.add(this,t._time),this.vars.paused&&this.paused(!0)}});h=F.ticker=new b.Ticker,c=F.prototype,c._dirty=c._gc=c._initted=c._paused=!1,c._totalTime=c._time=0,c._rawPrevTime=-1,c._next=c._last=c._onUpdate=c._timeline=c.timeline=null,c._paused=!1;var S=function(){p&&Z()-C>2e3&&"hidden"!==n.visibilityState&&h.wake();var e=setTimeout(S,2e3);e.unref&&e.unref()};S(),c.play=function(e,i){return null!=e&&this.seek(e,i),this.reversed(!1).paused(!1)},c.pause=function(e,i){return null!=e&&this.seek(e,i),this.paused(!0)},c.resume=function(e,i){return null!=e&&this.seek(e,i),this.paused(!1)},c.seek=function(e,i){return this.totalTime(Number(e),!1!==i)},c.restart=function(e,i){return this.reversed(!1).paused(!1).totalTime(e?-this._delay:0,!1!==i,!0)},c.reverse=function(e,i){return null!=e&&this.seek(e||this.totalDuration(),i),this.reversed(!0).paused(!1)},c.render=function(e,i,t){},c.invalidate=function(){return this._time=this._totalTime=0,this._initted=this._gc=!1,this._rawPrevTime=-1,!this._gc&&this.timeline||this._enabled(!0),this},c.isActive=function(){var e,i=this._timeline,t=this._startTime;return!i||!this._gc&&!this._paused&&i.isActive()&&(e=i.rawTime(!0))>=t&&e-1;)"{self}"===e[i]&&(t[i]=this);return t},c._callback=function(e){var i=this.vars,t=i[e],o=i[e+"Params"],a=i[e+"Scope"]||i.callbackScope||this;switch(o?o.length:0){case 0:t.call(a);break;case 1:t.call(a,o[0]);break;case 2:t.call(a,o[0],o[1]);break;default:t.apply(a,o)}},c.eventCallback=function(e,i,t,o){if("on"===(e||"").substr(0,2)){var a=this.vars;if(1===arguments.length)return a[e];null==i?delete a[e]:(a[e]=i,a[e+"Params"]=f(t)&&-1!==t.join("").indexOf("{self}")?this._swapSelfInParams(t):t,a[e+"Scope"]=o),"onUpdate"===e&&(this._onUpdate=i)}return this},c.delay=function(e){return arguments.length?(this._timeline.smoothChildTiming&&this.startTime(this._startTime+e-this._delay),this._delay=e,this):this._delay},c.duration=function(e){return arguments.length?(this._duration=this._totalDuration=e,this._uncache(!0),this._timeline.smoothChildTiming&&this._time>0&&this._timethis._duration?this._duration:e,i)):this._time},c.totalTime=function(e,i,t){if(p||h.wake(),!arguments.length)return this._totalTime;if(this._timeline){if(e<0&&!t&&(e+=this.totalDuration()),this._timeline.smoothChildTiming){this._dirty&&this.totalDuration();var o=this._totalDuration,a=this._timeline;if(e>o&&!t&&(e=o),this._startTime=(this._paused?this._pauseTime:a._time)-(this._reversed?o-e:e)/this._timeScale,a._dirty||this._uncache(!1),a._timeline)for(;a._timeline;)a._timeline._time!==(a._startTime+a._totalTime)/a._timeScale&&a.totalTime(a._totalTime,!0),a=a._timeline}this._gc&&this._enabled(!0,!1),this._totalTime===e&&0!==this._duration||(M.length&&ee(),this.render(e,i,!1),M.length&&ee())}return this},c.progress=c.totalProgress=function(e,i){var t=this.duration();return arguments.length?this.totalTime(t*e,i):t?this._time/t:this.ratio},c.startTime=function(e){return arguments.length?(e!==this._startTime&&(this._startTime=e,this.timeline&&this.timeline._sortChildren&&this.timeline.add(this,e-this._delay)),this):this._startTime},c.endTime=function(e){return this._startTime+(0!=e?this.totalDuration():this.duration())/this._timeScale},c.timeScale=function(e){if(!arguments.length)return this._timeScale;if(e=e||1e-10,this._timeline&&this._timeline.smoothChildTiming){var i=this._pauseTime,t=i||0===i?i:this._timeline.totalTime();this._startTime=t-(t-this._startTime)*this._timeScale/e}return this._timeScale=e,this._uncache(!1)},c.reversed=function(e){return arguments.length?(e!=this._reversed&&(this._reversed=e,this.totalTime(this._timeline&&!this._timeline.smoothChildTiming?this.totalDuration()-this._totalTime:this._totalTime,!0)),this):this._reversed},c.paused=function(e){if(!arguments.length)return this._paused;var i,t,o=this._timeline;return e!=this._paused&&o&&(p||e||h.wake(),i=o.rawTime(),t=i-this._pauseTime,!e&&o.smoothChildTiming&&(this._startTime+=t,this._uncache(!1)),this._pauseTime=e?i:null,this._paused=e,this._active=this.isActive(),!e&&0!==t&&this._initted&&this.duration()&&(i=o.smoothChildTiming?this._totalTime:(i-this._startTime)/this._timeScale,this.render(i,i===this._totalTime,!0))),this._gc&&!e&&this._enabled(!0,!1),this};var B=y("core.SimpleTimeline",function(e){F.call(this,0,e),this.autoRemoveChildren=this.smoothChildTiming=!0});c=B.prototype=new F,c.constructor=B,c.kill()._gc=!1,c._first=c._last=c._recent=null,c._sortChildren=!1,c.add=c.insert=function(e,i,t,o){var a,s;if(e._startTime=Number(i||0)+e._delay,e._paused&&this!==e._timeline&&(e._pauseTime=e._startTime+(this.rawTime()-e._startTime)/e._timeScale),e.timeline&&e.timeline._remove(e,!0),e.timeline=e._timeline=this,e._gc&&e._enabled(!0,!0),a=this._last,this._sortChildren)for(s=e._startTime;a&&a._startTime>s;)a=a._prev;return a?(e._next=a._next,a._next=e):(e._next=this._first,this._first=e),e._next?e._next._prev=e:this._last=e,e._prev=a,this._recent=e,this._timeline&&this._uncache(!0),this},c._remove=function(e,i){return e.timeline===this&&(i||e._enabled(!1,!0),e._prev?e._prev._next=e._next:this._first===e&&(this._first=e._next),e._next?e._next._prev=e._prev:this._last===e&&(this._last=e._prev),e._next=e._prev=e.timeline=null,e===this._recent&&(this._recent=this._last),this._timeline&&this._uncache(!0)),this},c.render=function(e,i,t){var o,a=this._first;for(this._totalTime=this._time=this._rawPrevTime=e;a;)o=a._next,(a._active||e>=a._startTime&&!a._paused&&!a._gc)&&(a._reversed?a.render((a._dirty?a.totalDuration():a._totalDuration)-(e-a._startTime)*a._timeScale,i,t):a.render((e-a._startTime)*a._timeScale,i,t)),a=o},c.rawTime=function(){return p||h.wake(),this._totalTime};var U=y("TweenLite",function(e,i,o){if(F.call(this,i,o),this.render=U.prototype.render,null==e)throw"Cannot tween a null target.";this.target=e="string"!=typeof e?e:U.selector(e)||e;var a,s,r,n=e.jquery||e.length&&e!==t&&e[0]&&(e[0]===t||e[0].nodeType&&e[0].style&&!e.nodeType),l=this.vars.overwrite;if(this._overwrite=l=null==l?Y[U.defaultOverwrite]:"number"==typeof l?l>>0:Y[l],(n||e instanceof Array||e.push&&f(e))&&"number"!=typeof e[0])for(this._targets=r=k(e),this._propLookup=[],this._siblings=[],a=0;a1&&oe(s,this,null,1,this._siblings[a])):"string"==typeof(s=r[a--]=U.selector(s))&&r.splice(a+1,1):r.splice(a--,1);else this._propLookup={},this._siblings=ie(e,this,!1),1===l&&this._siblings.length>1&&oe(e,this,null,1,this._siblings);(this.vars.immediateRender||0===i&&0===this._delay&&!1!==this.vars.immediateRender)&&(this._time=-1e-10,this.render(Math.min(0,-this._delay)))},!0),O=function(e){return e&&e.length&&e!==t&&e[0]&&(e[0]===t||e[0].nodeType&&e[0].style&&!e.nodeType)},_=function(e,i){var t,o={};for(t in e)W[t]||t in i&&"transform"!==t&&"x"!==t&&"y"!==t&&"width"!==t&&"height"!==t&&"className"!==t&&"border"!==t||!(!q[t]||q[t]&&q[t]._autoCSS)||(o[t]=e[t],delete e[t]);e.css=o};c=U.prototype=new F,c.constructor=U,c.kill()._gc=!1,c.ratio=0,c._firstPT=c._targets=c._overwrittenProps=c._startAt=null,c._notifyPluginsOfEnabled=c._lazy=!1,U.version="1.20.2",U.defaultEase=c._ease=new x(null,null,1,1),U.defaultOverwrite="auto",U.ticker=h,U.autoSleep=120,U.lagSmoothing=function(e,i){h.lagSmoothing(e,i)},U.selector=t.$||t.jQuery||function(e){var i=t.$||t.jQuery;return i?(U.selector=i,i(e)):void 0===n?e:n.querySelectorAll?n.querySelectorAll(e):n.getElementById("#"===e.charAt(0)?e.substr(1):e)};var M=[],N={},D=/(?:(-|-=|\+=)?\d*\.?\d*(?:e[\-+]?\d+)?)[0-9]/gi,j=/[\+-]=-?[\.\d]/,H=function(e){for(var i,t=this._firstPT;t;)i=t.blob?1===e&&this.end?this.end:e?this.join(""):this.start:t.c*e+t.s,t.m?i=t.m(i,this._target||t.t):i<1e-6&&i>-1e-6&&!t.blob&&(i=0),t.f?t.fp?t.t[t.p](t.fp,i):t.t[t.p](i):t.t[t.p]=i,t=t._next},G=function(e,i,t,o){var a,s,r,n,l,d,u,c=[],h=0,p="",v=0;for(c.start=e,c.end=i,e=c[0]=e+"",i=c[1]=i+"",t&&(t(c),e=c[0],i=c[1]),c.length=0,a=e.match(D)||[],s=i.match(D)||[],o&&(o._next=null,o.blob=1,c._firstPT=c._applyPT=o),l=s.length,n=0;n-1;)(e=M[i])&&!1!==e._lazy&&(e.render(e._lazy[0],e._lazy[1],!0),e._lazy=!1);M.length=0};X._startTime=h.time,Q._startTime=h.frame,X._active=Q._active=!0,setTimeout(ee,1),F._updateRoot=U.render=function(){var e,i,t;if(M.length&&ee(),X.render((h.time-X._startTime)*X._timeScale,!1,!1),Q.render((h.frame-Q._startTime)*Q._timeScale,!1,!1),M.length&&ee(),h.frame>=$){$=h.frame+(parseInt(U.autoSleep,10)||120);for(t in J){for(i=J[t].tweens,e=i.length;--e>-1;)i[e]._gc&&i.splice(e,1);0===i.length&&delete J[t]}if((!(t=X._first)||t._paused)&&U.autoSleep&&!Q._first&&1===h._listeners.tick.length){for(;t&&t._paused;)t=t._next;t||h.sleep()}}},h.addEventListener("tick",F._updateRoot);var ie=function(e,i,t){var o,a,s=e._gsTweenID;if(J[s||(e._gsTweenID=s="t"+K++)]||(J[s]={target:e,tweens:[]}),i&&(o=J[s].tweens,o[a=o.length]=i,t))for(;--a>-1;)o[a]===i&&o.splice(a,1);return J[s].tweens},te=function(e,i,t,o){var a,s,r=e.vars.onOverwrite;return r&&(a=r(e,i,t,o)),r=U.onOverwrite,r&&(s=r(e,i,t,o)),!1!==a&&!1!==s},oe=function(e,i,t,o,a){var s,r,n,l;if(1===o||o>=4){for(l=a.length,s=0;s-1;)(n=a[s])===i||n._gc||n._paused||(n._timeline!==i._timeline?(d=d||ae(i,0,p),0===ae(n,d,p)&&(c[h++]=n)):n._startTime<=u&&n._startTime+n.totalDuration()/n._timeScale>u&&((p||!n._initted)&&u-n._startTime<=2e-10||(c[h++]=n)));for(s=h;--s>-1;)if(n=c[s],2===o&&n._kill(t,e,i)&&(r=!0),2!==o||!n._firstPT&&n._initted){if(2!==o&&!te(n,i))continue;n._enabled(!1,!1)&&(r=!0)}return r},ae=function(e,i,t){for(var o=e._timeline,a=o._timeScale,s=e._startTime;o._timeline;){if(s+=o._startTime,a*=o._timeScale,o._paused)return-100;o=o._timeline}return s/=a,s>i?s-i:t&&s===i||!e._initted&&s-i<2e-10?1e-10:(s+=e.totalDuration()/e._timeScale/a)>i+1e-10?0:s-i-1e-10};c._init=function(){var e,i,t,o,a,s,r=this.vars,n=this._overwrittenProps,l=this._duration,d=!!r.immediateRender,u=r.ease;if(r.startAt){this._startAt&&(this._startAt.render(-1,!0),this._startAt.kill()),a={};for(o in r.startAt)a[o]=r.startAt[o];if(a.overwrite=!1,a.immediateRender=!0,a.lazy=d&&!1!==r.lazy,a.startAt=a.delay=null,a.onUpdate=r.onUpdate,a.onUpdateScope=r.onUpdateScope||r.callbackScope||this,this._startAt=U.to(this.target,0,a),d)if(this._time>0)this._startAt=null;else if(0!==l)return}else if(r.runBackwards&&0!==l)if(this._startAt)this._startAt.render(-1,!0),this._startAt.kill(),this._startAt=null;else{0!==this._time&&(d=!1),t={};for(o in r)W[o]&&"autoCSS"!==o||(t[o]=r[o]);if(t.overwrite=0,t.data="isFromStart",t.lazy=d&&!1!==r.lazy,t.immediateRender=d,this._startAt=U.to(this.target,0,t),d){if(0===this._time)return}else this._startAt._init(),this._startAt._enabled(!1),this.vars.immediateRender&&(this._startAt=null)}if(this._ease=u=u?u instanceof x?u:"function"==typeof u?new x(u,r.easeParams):L[u]||U.defaultEase:U.defaultEase,r.easeParams instanceof Array&&u.config&&(this._ease=u.config.apply(u,r.easeParams)),this._easeType=this._ease._type,this._easePower=this._ease._power,this._firstPT=null,this._targets)for(s=this._targets.length,e=0;e-1;)i[d._overwriteProps[n]]=this._firstPT;(d._priority||d._onInitAllProps)&&(l=!0),(d._onDisable||d._onEnable)&&(this._notifyPluginsOfEnabled=!0),u._next&&(u._next._prev=u)}else i[r]=z.call(this,e,r,"get",c,r,0,null,this.vars.stringFilter,s);return a&&this._kill(a,e)?this._initProps(e,i,o,a,s):this._overwrite>1&&this._firstPT&&o.length>1&&oe(e,this,i,this._overwrite,o)?(this._kill(i,e),this._initProps(e,i,o,a,s)):(this._firstPT&&(!1!==this.vars.lazy&&this._duration||this.vars.lazy&&!this._duration)&&(N[e._gsTweenID]=!0),l)},c.render=function(e,i,t){var o,a,s,r,n=this._time,l=this._duration,d=this._rawPrevTime;if(e>=l-1e-7&&e>=0)this._totalTime=this._time=l,this.ratio=this._ease._calcEnd?this._ease.getRatio(1):1,this._reversed||(o=!0,a="onComplete",t=t||this._timeline.autoRemoveChildren),0===l&&(this._initted||!this.vars.lazy||t)&&(this._startTime===this._timeline._duration&&(e=0),(d<0||e<=0&&e>=-1e-7||1e-10===d&&"isPause"!==this.data)&&d!==e&&(t=!0,d>1e-10&&(a="onReverseComplete")),this._rawPrevTime=r=!i||e||d===e?e:1e-10);else if(e<1e-7)this._totalTime=this._time=0,this.ratio=this._ease._calcEnd?this._ease.getRatio(0):0,(0!==n||0===l&&d>0)&&(a="onReverseComplete",o=this._reversed),e<0&&(this._active=!1,0===l&&(this._initted||!this.vars.lazy||t)&&(d>=0&&(1e-10!==d||"isPause"!==this.data)&&(t=!0),this._rawPrevTime=r=!i||e||d===e?e:1e-10)),(!this._initted||this._startAt&&this._startAt.progress())&&(t=!0);else if(this._totalTime=this._time=e,this._easeType){var u=e/l,c=this._easeType,h=this._easePower;(1===c||3===c&&u>=.5)&&(u=1-u),3===c&&(u*=2),1===h?u*=u:2===h?u*=u*u:3===h?u*=u*u*u:4===h&&(u*=u*u*u*u),this.ratio=1===c?1-u:2===c?u:e/l<.5?u/2:1-u/2}else this.ratio=this._ease.getRatio(e/l);if(this._time!==n||t){if(!this._initted){if(this._init(),!this._initted||this._gc)return;if(!t&&this._firstPT&&(!1!==this.vars.lazy&&this._duration||this.vars.lazy&&!this._duration))return this._time=this._totalTime=n,this._rawPrevTime=d,M.push(this),void(this._lazy=[e,i]);this._time&&!o?this.ratio=this._ease.getRatio(this._time/l):o&&this._ease._calcEnd&&(this.ratio=this._ease.getRatio(0===this._time?0:1))}for(!1!==this._lazy&&(this._lazy=!1),this._active||!this._paused&&this._time!==n&&e>=0&&(this._active=!0),0===n&&(this._startAt&&(e>=0?this._startAt.render(e,i,t):a||(a="_dummyGS")),this.vars.onStart&&(0===this._time&&0!==l||i||this._callback("onStart"))),s=this._firstPT;s;)s.f?s.t[s.p](s.c*this.ratio+s.s):s.t[s.p]=s.c*this.ratio+s.s,s=s._next;this._onUpdate&&(e<0&&this._startAt&&-1e-4!==e&&this._startAt.render(e,i,t),i||(this._time!==n||o||t)&&this._callback("onUpdate")),a&&(this._gc&&!t||(e<0&&this._startAt&&!this._onUpdate&&-1e-4!==e&&this._startAt.render(e,i,t),o&&(this._timeline.autoRemoveChildren&&this._enabled(!1,!1),this._active=!1),!i&&this.vars[a]&&this._callback(a),0===l&&1e-10===this._rawPrevTime&&1e-10!==r&&(this._rawPrevTime=0)))}},c._kill=function(e,i,t){if("all"===e&&(e=null),null==e&&(null==i||i===this.target))return this._lazy=!1,this._enabled(!1,!1);i="string"!=typeof i?i||this._targets||this.target:U.selector(i)||i;var o,a,s,r,n,l,d,u,c,h=t&&this._time&&t._startTime===this._startTime&&this._timeline===t._timeline;if((f(i)||O(i))&&"number"!=typeof i[0])for(o=i.length;--o>-1;)this._kill(e,i[o],t)&&(l=!0);else{if(this._targets){for(o=this._targets.length;--o>-1;)if(i===this._targets[o]){n=this._propLookup[o]||{},this._overwrittenProps=this._overwrittenProps||[],a=this._overwrittenProps[o]=e?this._overwrittenProps[o]||{}:"all";break}}else{if(i!==this.target)return!1;n=this._propLookup,a=this._overwrittenProps=e?this._overwrittenProps||{}:"all"}if(n){if(d=e||n,u=e!==a&&"all"!==a&&e!==n&&("object"!=typeof e||!e._tempKill),t&&(U.onOverwrite||this.vars.onOverwrite)){for(s in d)n[s]&&(c||(c=[]),c.push(s));if((c||!e)&&!te(this,t,i,c))return!1}for(s in d)(r=n[s])&&(h&&(r.f?r.t[r.p](r.s):r.t[r.p]=r.s,l=!0),r.pg&&r.t._kill(d)&&(l=!0),r.pg&&0!==r.t._overwriteProps.length||(r._prev?r._prev._next=r._next:r===this._firstPT&&(this._firstPT=r._next),r._next&&(r._next._prev=r._prev),r._next=r._prev=null),delete n[s]),u&&(a[s]=1);!this._firstPT&&this._initted&&this._enabled(!1,!1)}}return l},c.invalidate=function(){return this._notifyPluginsOfEnabled&&U._onPluginEvent("_onDisable",this),this._firstPT=this._overwrittenProps=this._startAt=this._onUpdate=null,this._notifyPluginsOfEnabled=this._active=this._lazy=!1,this._propLookup=this._targets?{}:[],F.prototype.invalidate.call(this),this.vars.immediateRender&&(this._time=-1e-10,this.render(Math.min(0,-this._delay))),this},c._enabled=function(e,i){if(p||h.wake(),e&&this._gc){var t,o=this._targets;if(o)for(t=o.length;--t>-1;)this._siblings[t]=ie(o[t],this,!0);else this._siblings=ie(this.target,this,!0)}return F.prototype._enabled.call(this,e,i),!(!this._notifyPluginsOfEnabled||!this._firstPT)&&U._onPluginEvent(e?"_onEnable":"_onDisable",this)},U.to=function(e,i,t){return new U(e,i,t)},U.from=function(e,i,t){return t.runBackwards=!0,t.immediateRender=0!=t.immediateRender,new U(e,i,t)},U.fromTo=function(e,i,t,o){return o.startAt=t,o.immediateRender=0!=o.immediateRender&&0!=t.immediateRender,new U(e,i,o)},U.delayedCall=function(e,i,t,o,a){return new U(i,0,{delay:e,onComplete:i,onCompleteParams:t,callbackScope:o,onReverseComplete:i,onReverseCompleteParams:t,immediateRender:!1,lazy:!1,useFrames:a,overwrite:0})},U.set=function(e,i){return new U(e,0,i)},U.getTweensOf=function(e,i){if(null==e)return[];e="string"!=typeof e?e:U.selector(e)||e;var t,o,a,s;if((f(e)||O(e))&&"number"!=typeof e[0]){for(t=e.length,o=[];--t>-1;)o=o.concat(U.getTweensOf(e[t],i));for(t=o.length;--t>-1;)for(s=o[t],a=t;--a>-1;)s===o[a]&&o.splice(t,1)}else if(e._gsTweenID)for(o=ie(e).concat(),t=o.length;--t>-1;)(o[t]._gc||i&&!o[t].isActive())&&o.splice(t,1);return o||[]},U.killTweensOf=U.killDelayedCallsTo=function(e,i,t){"object"==typeof i&&(t=i,i=!1);for(var o=U.getTweensOf(e,i),a=o.length;--a>-1;)o[a]._kill(t,e)};var se=y("plugins.TweenPlugin",function(e,i){this._overwriteProps=(e||"").split(","),this._propName=this._overwriteProps[0],this._priority=i||0,this._super=se.prototype},!0);if(c=se.prototype,se.version="1.19.0",se.API=2,c._firstPT=null,c._addTween=z,c.setRatio=H,c._kill=function(e){var i,t=this._overwriteProps,o=this._firstPT;if(null!=e[this._propName])this._overwriteProps=[];else for(i=t.length;--i>-1;)null!=e[t[i]]&&t.splice(i,1);for(;o;)null!=e[o.n]&&(o._next&&(o._next._prev=o._prev),o._prev?(o._prev._next=o._next,o._prev=null):this._firstPT===o&&(this._firstPT=o._next)),o=o._next;return!1},c._mod=c._roundProps=function(e){for(var i,t=this._firstPT;t;)i=e[this._propName]||null!=t.n&&e[t.n.split(this._propName+"_").join("")],i&&"function"==typeof i&&(2===t.f?t.t._applyPT.m=i:t.m=i),t=t._next},U._onPluginEvent=function(e,i){var t,o,a,s,r,n=i._firstPT;if("_onInitAllProps"===e){for(;n;){for(r=n._next,o=a;o&&o.pr>n.pr;)o=o._next;(n._prev=o?o._prev:s)?n._prev._next=n:a=n,(n._next=o)?o._prev=n:s=n,n=r}n=i._firstPT=a}for(;n;)n.pg&&"function"==typeof n.t[e]&&n.t[e]()&&(t=!0),n=n._next;return t},se.activate=function(e){for(var i=e.length;--i>-1;)e[i].API===se.API&&(q[(new e[i])._propName]=e[i]);return!0},w.plugin=function(e){if(!(e&&e.propName&&e.init&&e.API))throw"illegal plugin definition.";var i,t=e.propName,o=e.priority||0,a=e.overwriteProps,s={init:"_onInitTween",set:"setRatio",kill:"_kill",round:"_mod",mod:"_mod",initAll:"_onInitAllProps"},r=y("plugins."+t.charAt(0).toUpperCase()+t.substr(1)+"Plugin",function(){se.call(this,t,o),this._overwriteProps=a||[]},!0===e.global),n=r.prototype=new se(t);n.constructor=r,r.API=e.API;for(i in s)"function"==typeof e[i]&&(n[s[i]]=e[i]);return r.version=e.version,se.activate([r]),r},d=t._gsQueue){for(u=0;u1&&void 0!==arguments[1]?arguments[1]:{};E=E||new R.default({allErrors:!0,schemas:x});var t=E.getSchema(e+".json");return new Promise(function(e,o){t(i)?e(i):o(new P.default(t.errors))})}function s(e){return a("afterRequest",e)}function r(e){return a("beforeRequest",e)}function n(e){return a("browser",e)}function l(e){return a("cache",e)}function d(e){return a("content",e)}function u(e){return a("cookie",e)}function c(e){return a("creator",e)}function h(e){return a("entry",e)}function p(e){return a("har",e)}function v(e){return a("header",e)}function b(e){return a("log",e)}function k(e){return a("page",e)}function A(e){return a("pageTimings",e)}function f(e){return a("postData",e)}function m(e){return a("query",e)}function T(e){return a("request",e)}function w(e){return a("response",e)}function y(e){return a("timings",e)}Object.defineProperty(i,"__esModule",{value:!0}),i.validate=a,i.afterRequest=s,i.beforeRequest=r,i.browser=n,i.cache=l,i.content=d,i.cookie=u,i.creator=c,i.entry=h,i.har=p,i.header=v,i.log=b,i.page=k,i.pageTimings=A,i.postData=f,i.query=m,i.request=T,i.response=w,i.timings=y;var g=t(709),x=function(e){if(e&&e.__esModule)return e;var i={};if(null!=e)for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(i[t]=e[t]);return i.default=e,i}(g),L=t(462),R=o(L),I=t(718),P=o(I),E=void 0},function(e,i,t){var o=t(32),a=t(129),s=t(316),r=t(194),n=t(126);i.header=function(e,i,t){var l={field:"",artifacts:{}};if(!e||"string"!=typeof e&&"object"!=typeof e||!i||"string"!=typeof i||!t||"object"!=typeof t)return l.err="Invalid argument type",l;var d=t.timestamp||n.nowSecs(t.localtimeOffsetMsec),u=t.credentials;if(!(u&&u.id&&u.key&&u.algorithm))return l.err="Invalid credential object",l;if(-1===r.algorithms.indexOf(u.algorithm))return l.err="Unknown algorithm",l;"string"==typeof e&&(e=o.parse(e));var c={ts:d,nonce:t.nonce||s.randomString(6),method:i,resource:e.pathname+(e.search||""),host:e.hostname,port:e.port||("http:"===e.protocol?80:443),hash:t.hash,ext:t.ext,app:t.app,dlg:t.dlg};l.artifacts=c,c.hash||!t.payload&&""!==t.payload||(c.hash=r.calculatePayloadHash(t.payload,u.algorithm,t.contentType));var h=r.calculateMac("header",u,c),p=null!==c.ext&&void 0!==c.ext&&""!==c.ext,v='Hawk id="'+u.id+'", ts="'+c.ts+'", nonce="'+c.nonce+(c.hash?'", hash="'+c.hash:"")+(p?'", ext="'+a.escapeHeaderAttribute(c.ext):"")+'", mac="'+h+'"';return c.app&&(v+=', app="'+c.app+(c.dlg?'", dlg="'+c.dlg:"")+'"'),l.field=v,l},i.authenticate=function(e,i,t,o){if(t=a.clone(t),o=o||{},e.headers["www-authenticate"]){var s=n.parseAuthorizationHeader(e.headers["www-authenticate"],["ts","tsm","error"]);if(s instanceof Error)return!1;if(s.ts){if(r.calculateTsMac(s.ts,i)!==s.tsm)return!1}}if(!e.headers["server-authorization"]&&!o.required)return!0;var l=n.parseAuthorizationHeader(e.headers["server-authorization"],["mac","ext","hash"]);return!(l instanceof Error)&&(t.ext=l.ext,t.hash=l.hash,r.calculateMac("response",i,t)===l.mac&&(!o.payload&&""!==o.payload||!!l.hash&&r.calculatePayloadHash(o.payload,i.algorithm,e.headers["content-type"])===l.hash))},i.getBewit=function(e,i){if(!e||"string"!=typeof e&&"object"!=typeof e||!i||"object"!=typeof i||!i.ttlSec)return"";i.ext=null===i.ext||void 0===i.ext?"":i.ext;var t=n.now(i.localtimeOffsetMsec),s=i.credentials;if(!(s&&s.id&&s.key&&s.algorithm))return"";if(-1===r.algorithms.indexOf(s.algorithm))return"";"string"==typeof e&&(e=o.parse(e));var l=Math.floor(t/1e3)+i.ttlSec,d=r.calculateMac("bewit",s,{ts:l,nonce:"",method:"GET",resource:e.pathname+(e.search||""),host:e.hostname,port:e.port||("http:"===e.protocol?80:443),ext:i.ext}),u=s.id+"\\"+l+"\\"+d+"\\"+i.ext;return a.base64urlEncode(u)},i.message=function(e,i,t,o){if(!e||"string"!=typeof e||!i||"number"!=typeof i||null===t||void 0===t||"string"!=typeof t||!o||"object"!=typeof o)return null;var a=o.timestamp||n.nowSecs(o.localtimeOffsetMsec),l=o.credentials;if(!(l&&l.id&&l.key&&l.algorithm))return null;if(-1===r.algorithms.indexOf(l.algorithm))return null;var d={ts:a,nonce:o.nonce||s.randomString(6),host:e,port:i,hash:r.calculatePayloadHash(t,l.algorithm)};return{id:l.id,ts:d.ts,nonce:d.nonce,hash:d.hash,mac:r.calculateMac("message",l,d)}}},function(e,i,t){i.error=i.Error=t(113),i.sntp=t(439),i.server=t(722),i.client=t(720),i.crypto=t(194),i.utils=t(126),i.uri={authenticate:i.server.authenticateBewit,getBewit:i.client.getBewit}},function(e,i,t){var o=t(113),a=t(129),s=t(316),r=t(194),n=t(126),l={};i.authenticate=function(e,i,t,d){d=a.nextTick(d),t.nonceFunc=t.nonceFunc||l.nonceFunc,t.timestampSkewSec=t.timestampSkewSec||60;var u=n.now(t.localtimeOffsetMsec),c=n.parseRequest(e,t);if(c instanceof Error)return d(o.badRequest(c.message));var h=n.parseAuthorizationHeader(c.authorization);if(h instanceof Error)return d(h);var p={method:c.method,host:c.host,port:c.port,resource:c.url,ts:h.ts,nonce:h.nonce,hash:h.hash,ext:h.ext,app:h.app,dlg:h.dlg,mac:h.mac,id:h.id};if(!(h.id&&h.ts&&h.nonce&&h.mac))return d(o.badRequest("Missing attributes"),null,p);i(h.id,function(e,i){if(e)return d(e,i||null,p);if(!i)return d(o.unauthorized("Unknown credentials","Hawk"),null,p);if(!i.key||!i.algorithm)return d(o.internal("Invalid credentials"),i,p);if(-1===r.algorithms.indexOf(i.algorithm))return d(o.internal("Unknown algorithm"),i,p);var a=r.calculateMac("header",i,p);if(!s.fixedTimeComparison(a,h.mac))return d(o.unauthorized("Bad mac","Hawk"),i,p);if(t.payload||""===t.payload){if(!h.hash)return d(o.unauthorized("Missing required payload hash","Hawk"),i,p);var n=r.calculatePayloadHash(t.payload,i.algorithm,c.contentType);if(!s.fixedTimeComparison(n,h.hash))return d(o.unauthorized("Bad payload hash","Hawk"),i,p)}t.nonceFunc(i.key,h.nonce,h.ts,function(e){if(e)return d(o.unauthorized("Invalid nonce","Hawk"),i,p);if(Math.abs(1e3*h.ts-u)>1e3*t.timestampSkewSec){var a=r.timestampMessage(i,t.localtimeOffsetMsec);return d(o.unauthorized("Stale timestamp","Hawk",a),i,p)}return d(null,i,p)})})},i.authenticatePayload=function(e,i,t,o){var a=r.calculatePayloadHash(e,i.algorithm,o);return s.fixedTimeComparison(a,t.hash)},i.authenticatePayloadHash=function(e,i){return s.fixedTimeComparison(e,i.hash)},i.header=function(e,i,t){if(t=t||{},!i||"object"!=typeof i||"object"!=typeof t)return"";if(i=a.clone(i),delete i.mac,i.hash=t.hash,i.ext=t.ext,!e||!e.key||!e.algorithm)return"";if(-1===r.algorithms.indexOf(e.algorithm))return"";i.hash||!t.payload&&""!==t.payload||(i.hash=r.calculatePayloadHash(t.payload,e.algorithm,t.contentType));var o=r.calculateMac("response",e,i),s='Hawk mac="'+o+'"'+(i.hash?', hash="'+i.hash+'"':"");return null!==i.ext&&void 0!==i.ext&&""!==i.ext&&(s+=', ext="'+a.escapeHeaderAttribute(i.ext)+'"'),s},l.bewitRegex=/^(\/.*)([\?&])bewit\=([^&$]*)(?:&(.+))?$/,i.authenticateBewit=function(e,i,t,d){d=a.nextTick(d);var u=n.now(t.localtimeOffsetMsec),c=n.parseRequest(e,t);if(c instanceof Error)return d(o.badRequest(c.message));if(c.url.length>n.limits.maxMatchLength)return d(o.badRequest("Resource path exceeds max length"));var h=c.url.match(l.bewitRegex);if(!h)return d(o.unauthorized(null,"Hawk"));if(!h[3])return d(o.unauthorized("Empty bewit","Hawk"));if("GET"!==c.method&&"HEAD"!==c.method)return d(o.unauthorized("Invalid method","Hawk"));if(c.authorization)return d(o.badRequest("Multiple authentications"));var p=a.base64urlDecode(h[3]);if(p instanceof Error)return d(o.badRequest("Invalid bewit encoding"));var v=p.split("\\");if(4!==v.length)return d(o.badRequest("Invalid bewit structure"));var b={id:v[0],exp:parseInt(v[1],10),mac:v[2],ext:v[3]||""};if(!b.id||!b.exp||!b.mac)return d(o.badRequest("Missing bewit attributes"));var k=h[1];if(h[4]&&(k+=h[2]+h[4]),1e3*b.exp<=u)return d(o.unauthorized("Access expired","Hawk"),null,b);i(b.id,function(e,i){if(e)return d(e,i||null,b.ext);if(!i)return d(o.unauthorized("Unknown credentials","Hawk"),null,b);if(!i.key||!i.algorithm)return d(o.internal("Invalid credentials"),i,b);if(-1===r.algorithms.indexOf(i.algorithm))return d(o.internal("Unknown algorithm"),i,b);var t=r.calculateMac("bewit",i,{ts:b.exp,nonce:"",method:"GET",resource:k,host:c.host,port:c.port,ext:b.ext});return s.fixedTimeComparison(t,b.mac)?d(null,i,b):d(o.unauthorized("Bad mac","Hawk"),i,b)})},i.authenticateMessage=function(e,i,t,d,u,c,h){h=a.nextTick(h),c.nonceFunc=c.nonceFunc||l.nonceFunc,c.timestampSkewSec=c.timestampSkewSec||60;var p=n.now(c.localtimeOffsetMsec);if(!(d.id&&d.ts&&d.nonce&&d.hash&&d.mac))return h(o.badRequest("Invalid authorization"));u(d.id,function(a,n){if(a)return h(a,n||null);if(!n)return h(o.unauthorized("Unknown credentials","Hawk"));if(!n.key||!n.algorithm)return h(o.internal("Invalid credentials"),n);if(-1===r.algorithms.indexOf(n.algorithm))return h(o.internal("Unknown algorithm"),n);var l={ts:d.ts,nonce:d.nonce,host:e,port:i,hash:d.hash},u=r.calculateMac("message",n,l);if(!s.fixedTimeComparison(u,d.mac))return h(o.unauthorized("Bad mac","Hawk"),n);var v=r.calculatePayloadHash(t,n.algorithm);if(!s.fixedTimeComparison(v,d.hash))return h(o.unauthorized("Bad message hash","Hawk"),n);c.nonceFunc(n.key,d.nonce,d.ts,function(e){return e?h(o.unauthorized("Invalid nonce","Hawk"),n):Math.abs(1e3*d.ts-p)>1e3*c.timestampSkewSec?h(o.unauthorized("Stale timestamp"),n):h(null,n)})})},l.nonceFunc=function(e,i,t,o){return o()}},function(e,i){e.exports={_args:[[{raw:"hawk@~3.1.3",scope:null,escapedName:"hawk",name:"hawk",rawSpec:"~3.1.3",spec:">=3.1.3 <3.2.0",type:"range"},"/run/media/thaka/Backup/Empresa/Projetos/lab/bibliotecaFumecV2/app/node_modules/request"]],_from:"hawk@>=3.1.3 <3.2.0",_id:"hawk@3.1.3",_inCache:!0,_location:"/hawk",_nodeVersion:"5.4.1",_npmUser:{name:"hueniverse",email:"eran@hammer.io"},_npmVersion:"3.3.12",_phantomChildren:{},_requested:{raw:"hawk@~3.1.3",scope:null,escapedName:"hawk",name:"hawk",rawSpec:"~3.1.3",spec:">=3.1.3 <3.2.0",type:"range"},_requiredBy:["/request"],_resolved:"https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz",_shasum:"078444bd7c1640b0fe540d2c9b73d59678e8e1c4",_shrinkwrap:null,_spec:"hawk@~3.1.3",_where:"/run/media/thaka/Backup/Empresa/Projetos/lab/bibliotecaFumecV2/app/node_modules/request",author:{name:"Eran Hammer",email:"eran@hammer.io",url:"http://hueniverse.com"},browser:"./lib/browser.js",bugs:{url:"https://github.com/hueniverse/hawk/issues"},contributors:[],dependencies:{boom:"2.x.x",cryptiles:"2.x.x",hoek:"2.x.x",sntp:"1.x.x"},description:"HTTP Hawk Authentication Scheme",devDependencies:{code:"1.x.x",lab:"5.x.x"},directories:{},dist:{shasum:"078444bd7c1640b0fe540d2c9b73d59678e8e1c4",tarball:"https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz"},engines:{node:">=0.10.32"},gitHead:"2f0b93b34ed9b0ebc865838ef70c6a4035591430",homepage:"https://github.com/hueniverse/hawk#readme",keywords:["http","authentication","scheme","hawk"],license:"BSD-3-Clause",main:"lib/index.js",maintainers:[{name:"hueniverse",email:"eran@hueniverse.com"}],name:"hawk",optionalDependencies:{},readme:"![hawk Logo](https://raw.github.com/hueniverse/hawk/master/images/hawk.png)\r\n\r\n **Hawk** is an HTTP authentication scheme using a message authentication code (MAC) algorithm to provide partial\r\nHTTP request cryptographic verification. For more complex use cases such as access delegation, see [Oz](https://github.com/hueniverse/oz).\r\n\r\nCurrent version: **3.x**\r\n\r\nNote: 3.x and 2.x are the same exact protocol as 1.1. The version increments reflect changes in the node API.\r\n\r\n[![Build Status](https://secure.travis-ci.org/hueniverse/hawk.png)](http://travis-ci.org/hueniverse/hawk)\r\n\r\n# Table of Content\r\n\r\n- [**Introduction**](#introduction)\r\n - [Replay Protection](#replay-protection)\r\n - [Usage Example](#usage-example)\r\n - [Protocol Example](#protocol-example)\r\n - [Payload Validation](#payload-validation)\r\n - [Response Payload Validation](#response-payload-validation)\r\n - [Browser Support and Considerations](#browser-support-and-considerations)\r\n

          \r\n- [**Single URI Authorization**](#single-uri-authorization)\r\n - [Usage Example](#bewit-usage-example)\r\n

          \r\n- [**Security Considerations**](#security-considerations)\r\n - [MAC Keys Transmission](#mac-keys-transmission)\r\n - [Confidentiality of Requests](#confidentiality-of-requests)\r\n - [Spoofing by Counterfeit Servers](#spoofing-by-counterfeit-servers)\r\n - [Plaintext Storage of Credentials](#plaintext-storage-of-credentials)\r\n - [Entropy of Keys](#entropy-of-keys)\r\n - [Coverage Limitations](#coverage-limitations)\r\n - [Future Time Manipulation](#future-time-manipulation)\r\n - [Client Clock Poisoning](#client-clock-poisoning)\r\n - [Bewit Limitations](#bewit-limitations)\r\n - [Host Header Forgery](#host-header-forgery)\r\n

          \r\n- [**Frequently Asked Questions**](#frequently-asked-questions)\r\n

          \r\n- [**Implementations**](#implementations)\r\n- [**Acknowledgements**](#acknowledgements)\r\n\r\n# Introduction\r\n\r\n**Hawk** is an HTTP authentication scheme providing mechanisms for making authenticated HTTP requests with\r\npartial cryptographic verification of the request and response, covering the HTTP method, request URI, host,\r\nand optionally the request payload.\r\n\r\nSimilar to the HTTP [Digest access authentication schemes](http://www.ietf.org/rfc/rfc2617.txt), **Hawk** uses a set of\r\nclient credentials which include an identifier (e.g. username) and key (e.g. password). Likewise, just as with the Digest scheme,\r\nthe key is never included in authenticated requests. Instead, it is used to calculate a request MAC value which is\r\nincluded in its place.\r\n\r\nHowever, **Hawk** has several differences from Digest. In particular, while both use a nonce to limit the possibility of\r\nreplay attacks, in **Hawk** the client generates the nonce and uses it in combination with a timestamp, leading to less\r\n\"chattiness\" (interaction with the server).\r\n\r\nAlso unlike Digest, this scheme is not intended to protect the key itself (the password in Digest) because\r\nthe client and server must both have access to the key material in the clear.\r\n\r\nThe primary design goals of this scheme are to:\r\n* simplify and improve HTTP authentication for services that are unwilling or unable to deploy TLS for all resources,\r\n* secure credentials against leakage (e.g., when the client uses some form of dynamic configuration to determine where\r\n to send an authenticated request), and\r\n* avoid the exposure of credentials sent to a malicious server over an unauthenticated secure channel due to client\r\n failure to validate the server's identity as part of its TLS handshake.\r\n\r\nIn addition, **Hawk** supports a method for granting third-parties temporary access to individual resources using\r\na query parameter called _bewit_ (in falconry, a leather strap used to attach a tracking device to the leg of a hawk).\r\n\r\nThe **Hawk** scheme requires the establishment of a shared symmetric key between the client and the server,\r\nwhich is beyond the scope of this module. Typically, the shared credentials are established via an initial\r\nTLS-protected phase or derived from some other shared confidential information available to both the client\r\nand the server.\r\n\r\n\r\n## Replay Protection\r\n\r\nWithout replay protection, an attacker can use a compromised (but otherwise valid and authenticated) request more \r\nthan once, gaining access to a protected resource. To mitigate this, clients include both a nonce and a timestamp when \r\nmaking requests. This gives the server enough information to prevent replay attacks.\r\n\r\nThe nonce is generated by the client, and is a string unique across all requests with the same timestamp and\r\nkey identifier combination. \r\n\r\nThe timestamp enables the server to restrict the validity period of the credentials where requests occuring afterwards\r\nare rejected. It also removes the need for the server to retain an unbounded number of nonce values for future checks.\r\nBy default, **Hawk** uses a time window of 1 minute to allow for time skew between the client and server (which in\r\npractice translates to a maximum of 2 minutes as the skew can be positive or negative).\r\n\r\nUsing a timestamp requires the client's clock to be in sync with the server's clock. **Hawk** requires both the client\r\nclock and the server clock to use NTP to ensure synchronization. However, given the limitations of some client types\r\n(e.g. browsers) to deploy NTP, the server provides the client with its current time (in seconds precision) in response\r\nto a bad timestamp.\r\n\r\nThere is no expectation that the client will adjust its system clock to match the server (in fact, this would be a\r\npotential attack vector). Instead, the client only uses the server's time to calculate an offset used only\r\nfor communications with that particular server. The protocol rewards clients with synchronized clocks by reducing\r\nthe number of round trips required to authenticate the first request.\r\n\r\n\r\n## Usage Example\r\n\r\nServer code:\r\n\r\n```javascript\r\nvar Http = require('http');\r\nvar Hawk = require('hawk');\r\n\r\n\r\n// Credentials lookup function\r\n\r\nvar credentialsFunc = function (id, callback) {\r\n\r\n var credentials = {\r\n key: 'werxhqb98rpaxn39848xrunpaw3489ruxnpa98w4rxn',\r\n algorithm: 'sha256',\r\n user: 'Steve'\r\n };\r\n\r\n return callback(null, credentials);\r\n};\r\n\r\n// Create HTTP server\r\n\r\nvar handler = function (req, res) {\r\n\r\n // Authenticate incoming request\r\n\r\n Hawk.server.authenticate(req, credentialsFunc, {}, function (err, credentials, artifacts) {\r\n\r\n // Prepare response\r\n\r\n var payload = (!err ? 'Hello ' + credentials.user + ' ' + artifacts.ext : 'Shoosh!');\r\n var headers = { 'Content-Type': 'text/plain' };\r\n\r\n // Generate Server-Authorization response header\r\n\r\n var header = Hawk.server.header(credentials, artifacts, { payload: payload, contentType: headers['Content-Type'] });\r\n headers['Server-Authorization'] = header;\r\n\r\n // Send the response back\r\n\r\n res.writeHead(!err ? 200 : 401, headers);\r\n res.end(payload);\r\n });\r\n};\r\n\r\n// Start server\r\n\r\nHttp.createServer(handler).listen(8000, 'example.com');\r\n```\r\n\r\nClient code:\r\n\r\n```javascript\r\nvar Request = require('request');\r\nvar Hawk = require('hawk');\r\n\r\n\r\n// Client credentials\r\n\r\nvar credentials = {\r\n id: 'dh37fgj492je',\r\n key: 'werxhqb98rpaxn39848xrunpaw3489ruxnpa98w4rxn',\r\n algorithm: 'sha256'\r\n}\r\n\r\n// Request options\r\n\r\nvar requestOptions = {\r\n uri: 'http://example.com:8000/resource/1?b=1&a=2',\r\n method: 'GET',\r\n headers: {}\r\n};\r\n\r\n// Generate Authorization request header\r\n\r\nvar header = Hawk.client.header('http://example.com:8000/resource/1?b=1&a=2', 'GET', { credentials: credentials, ext: 'some-app-data' });\r\nrequestOptions.headers.Authorization = header.field;\r\n\r\n// Send authenticated request\r\n\r\nRequest(requestOptions, function (error, response, body) {\r\n\r\n // Authenticate the server's response\r\n\r\n var isValid = Hawk.client.authenticate(response, credentials, header.artifacts, { payload: body });\r\n\r\n // Output results\r\n\r\n console.log(response.statusCode + ': ' + body + (isValid ? ' (valid)' : ' (invalid)'));\r\n});\r\n```\r\n\r\n**Hawk** utilized the [**SNTP**](https://github.com/hueniverse/sntp) module for time sync management. By default, the local\r\nmachine time is used. To automatically retrieve and synchronice the clock within the application, use the SNTP 'start()' method.\r\n\r\n```javascript\r\nHawk.sntp.start();\r\n```\r\n\r\n\r\n## Protocol Example\r\n\r\nThe client attempts to access a protected resource without authentication, sending the following HTTP request to\r\nthe resource server:\r\n\r\n```\r\nGET /resource/1?b=1&a=2 HTTP/1.1\r\nHost: example.com:8000\r\n```\r\n\r\nThe resource server returns an authentication challenge.\r\n\r\n```\r\nHTTP/1.1 401 Unauthorized\r\nWWW-Authenticate: Hawk\r\n```\r\n\r\nThe client has previously obtained a set of **Hawk** credentials for accessing resources on the \"http://example.com/\"\r\nserver. The **Hawk** credentials issued to the client include the following attributes:\r\n\r\n* Key identifier: dh37fgj492je\r\n* Key: werxhqb98rpaxn39848xrunpaw3489ruxnpa98w4rxn\r\n* Algorithm: sha256\r\n\r\nThe client generates the authentication header by calculating a timestamp (e.g. the number of seconds since January 1,\r\n1970 00:00:00 GMT), generating a nonce, and constructing the normalized request string (each value followed by a newline\r\ncharacter):\r\n\r\n```\r\nhawk.1.header\r\n1353832234\r\nj4h3g2\r\nGET\r\n/resource/1?b=1&a=2\r\nexample.com\r\n8000\r\n\r\nsome-app-ext-data\r\n\r\n```\r\n\r\nThe request MAC is calculated using HMAC with the specified hash algorithm \"sha256\" and the key over the normalized request string.\r\nThe result is base64-encoded to produce the request MAC:\r\n\r\n```\r\n6R4rV5iE+NPoym+WwjeHzjAGXUtLNIxmo1vpMofpLAE=\r\n```\r\n\r\nThe client includes the **Hawk** key identifier, timestamp, nonce, application specific data, and request MAC with the request using\r\nthe HTTP `Authorization` request header field:\r\n\r\n```\r\nGET /resource/1?b=1&a=2 HTTP/1.1\r\nHost: example.com:8000\r\nAuthorization: Hawk id=\"dh37fgj492je\", ts=\"1353832234\", nonce=\"j4h3g2\", ext=\"some-app-ext-data\", mac=\"6R4rV5iE+NPoym+WwjeHzjAGXUtLNIxmo1vpMofpLAE=\"\r\n```\r\n\r\nThe server validates the request by calculating the request MAC again based on the request received and verifies the validity\r\nand scope of the **Hawk** credentials. If valid, the server responds with the requested resource.\r\n\r\n\r\n### Payload Validation\r\n\r\n**Hawk** provides optional payload validation. When generating the authentication header, the client calculates a payload hash\r\nusing the specified hash algorithm. The hash is calculated over the concatenated value of (each followed by a newline character):\r\n* `hawk.1.payload`\r\n* the content-type in lowercase, without any parameters (e.g. `application/json`)\r\n* the request payload prior to any content encoding (the exact representation requirements should be specified by the server for payloads other than simple single-part ascii to ensure interoperability)\r\n\r\nFor example:\r\n\r\n* Payload: `Thank you for flying Hawk`\r\n* Content Type: `text/plain`\r\n* Hash (sha256): `Yi9LfIIFRtBEPt74PVmbTF/xVAwPn7ub15ePICfgnuY=`\r\n\r\nResults in the following input to the payload hash function (newline terminated values):\r\n\r\n```\r\nhawk.1.payload\r\ntext/plain\r\nThank you for flying Hawk\r\n\r\n```\r\n\r\nWhich produces the following hash value:\r\n\r\n```\r\nYi9LfIIFRtBEPt74PVmbTF/xVAwPn7ub15ePICfgnuY=\r\n```\r\n\r\nThe client constructs the normalized request string (newline terminated values):\r\n\r\n```\r\nhawk.1.header\r\n1353832234\r\nj4h3g2\r\nPOST\r\n/resource/1?a=1&b=2\r\nexample.com\r\n8000\r\nYi9LfIIFRtBEPt74PVmbTF/xVAwPn7ub15ePICfgnuY=\r\nsome-app-ext-data\r\n\r\n```\r\n\r\nThen calculates the request MAC and includes the **Hawk** key identifier, timestamp, nonce, payload hash, application specific data,\r\nand request MAC, with the request using the HTTP `Authorization` request header field:\r\n\r\n```\r\nPOST /resource/1?a=1&b=2 HTTP/1.1\r\nHost: example.com:8000\r\nAuthorization: Hawk id=\"dh37fgj492je\", ts=\"1353832234\", nonce=\"j4h3g2\", hash=\"Yi9LfIIFRtBEPt74PVmbTF/xVAwPn7ub15ePICfgnuY=\", ext=\"some-app-ext-data\", mac=\"aSe1DERmZuRl3pI36/9BdZmnErTw3sNzOOAUlfeKjVw=\"\r\n```\r\n\r\nIt is up to the server if and when it validates the payload for any given request, based solely on it's security policy\r\nand the nature of the data included.\r\n\r\nIf the payload is available at the time of authentication, the server uses the hash value provided by the client to construct\r\nthe normalized string and validates the MAC. If the MAC is valid, the server calculates the payload hash and compares the value\r\nwith the provided payload hash in the header. In many cases, checking the MAC first is faster than calculating the payload hash.\r\n\r\nHowever, if the payload is not available at authentication time (e.g. too large to fit in memory, streamed elsewhere, or processed\r\nat a different stage in the application), the server may choose to defer payload validation for later by retaining the hash value\r\nprovided by the client after validating the MAC.\r\n\r\nIt is important to note that MAC validation does not mean the hash value provided by the client is valid, only that the value\r\nincluded in the header was not modified. Without calculating the payload hash on the server and comparing it to the value provided\r\nby the client, the payload may be modified by an attacker.\r\n\r\n\r\n## Response Payload Validation\r\n\r\n**Hawk** provides partial response payload validation. The server includes the `Server-Authorization` response header which enables the\r\nclient to authenticate the response and ensure it is talking to the right server. **Hawk** defines the HTTP `Server-Authorization` header\r\nas a response header using the exact same syntax as the `Authorization` request header field.\r\n\r\nThe header is contructed using the same process as the client's request header. The server uses the same credentials and other\r\nartifacts provided by the client to constructs the normalized request string. The `ext` and `hash` values are replaced with\r\nnew values based on the server response. The rest as identical to those used by the client.\r\n\r\nThe result MAC digest is included with the optional `hash` and `ext` values:\r\n\r\n```\r\nServer-Authorization: Hawk mac=\"XIJRsMl/4oL+nn+vKoeVZPdCHXB4yJkNnBbTbHFZUYE=\", hash=\"f9cDF/TDm7TkYRLnGwRMfeDzT6LixQVLvrIKhh0vgmM=\", ext=\"response-specific\"\r\n```\r\n\r\n\r\n## Browser Support and Considerations\r\n\r\nA browser script is provided for including using a `