body {
  /*background: linear-gradient(90deg, white, gray);*/
  background-color: #fff;
}

body, h1, p {
  font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
}

.tamanhoLogo {
    height: 100px;
    margin: 20px 0 0;
    z-index: 10;
    position: relative;
    width: auto;
}

.container {
  margin-left:  auto;
  margin-right:  auto;
  margin-top: 177px;
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
}

.row:before, .row:after {
  display: table;
  content: " ";
}

h1 {
  font-size: 48px;
  font-weight: 300;
  margin: 0 0 20px 0;
}

.lead {
  font-size: 21px;
  font-weight: 200;
  margin-bottom: 20px;
}

p {
  margin: 0 0 10px;
}

a {
  color: #3282e6;
  text-decoration: none;
}

.rodapeFalsoHome {
    font-size: 12px;
    float: left;
    position: absolute;
    bottom: 0;
    margin-left: 10px;
    z-index: 99999;
    font-family: PT Sans;
    color: #000;
    width: 100%;
}

.rodapeFalsoHome a {
    color: #000 !important;
    text-align: center;
}