xmp {
  width: 800px;
  height: auto;
  white-space: pre-wrap;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: "Verdana", "Calibri", "Lucida Grande", sans-serif;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #5a5a5a;
  background: #fff;
}

body {
  overflow-x: hidden;
}

pre {
  height: auto;
  width: 100%;
  white-space: normal;
}

.section-nome {
  width: 100%;
  height: auto;
}

.section-nome::after {
  clear: both;
  content: "";
  display: table;
}

.section-nome .container {
  width: 98%;
  max-width: 1080px;
  margin: 0 auto;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.section-nome .container::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 600px) {
  .section-nome .container {
    width: 96%;
  }
}
.section-nome .container-fullw {
  width: 100%;
  max-width: none;
}

.titulo-topo {
  border-bottom: 2px solid #0050A0;
}

.bloco-input {
  margin-bottom: 10px;
}

.bloco-input label {
  display: block;
  font-weight: bold;
}

.bloco-input input {
  width: 90%;
  font-family: "Tahoma", "Calibri", "Lucida Grande", sans-serif;
  height: 20px;
  line-height: 20px;
}

.bloco-input textarea {
  font-family: "Tahoma", "Calibri", "Lucida Grande", sans-serif;
  height: 20px;
  line-height: 20px;
  width: 90%;
  height: 100px;
}

.button {
  border: none;
  background-color: #ec7f23;
  color: #fff;
  cursor: pointer;
  padding: 5px 10px;
}

.form-esquerda {
  float: left;
  width: 300px;
  height: auto;
}

.form-direita {
  margin-left: 320px;
  width: auto;
  height: auto;
  overflow: hidden;
}

.imagem {
  display: inline-block;
  width: 48%;
  margin-right: 1%;
}

.imagem img {
  width: auto;
  height: auto;
}

.imagem p {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
}

.botao {
  display: inline-block;
  background-color: #9a9a9a;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 5px 10px;
  border-radius: 8px;
  margin-bottom: 5px;
  margin-left: 2px;
}

.botao.ativo {
  background-color: #2A4954;
}

.icone-inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}

.whereto {
  padding: 20px;
  padding-left: 0;
}

.bordawhere {
  border: 1px solid #d2d2d2;
  width: 600px;
}

.hidecanvas {
  padding: 30px;
}

.bloco-canvas {
  width: 100%;
  /*height: 300px;*/
}