.center {
  width: 960px;
}
.mnNav {
  border-bottom: 2px solid rgb(204, 0, 19);
  padding: 34px 0 5px 0;
}
  .mnNav ul li {
    padding-left: 50px;
  }
  .mnNav ul li:first-child {
    padding-left: 0;
  }

.slides {
  width: 100%;
  height: 250px;
}
  .slide {
    width: 960px;
    margin-left: -480px;
    left: 50%;
    position: absolute;
  }

.lstItens {
  display: table;
  width: 100%;
}
  .lstItens li {
    float: left;
    width: 150px;
    height: 185px;
    margin: 5px;
  }
    .lstItens li img {
      width: 150px;
    }
    .lstItens li h3 {
      font-size: 14px;
    }
  .lstItensClientes li {
    height: 135px;
  }

form {
  width: 600px;
}

.imgProd {
  width: 50%; 
  margin-right: 10px;
  margin-bottom: 10px;
}

.orcamentoRodape {
  margin: 10px 0 0 170px;
}

blockquote {
  width: 470px;
}

.lstItensClientes {
  width: 470px;
}