html,
body {
  height: 100%;
}

body {
  background: #FFF;

  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;

  background-image: url(../img/back01.jpg);
  background-position: 100% bottom;
  background-attachment: fixed;
}


#conteudo {
  overflow: auto;
  color: #333;
  max-width: 100%;
  padding: 2em 3em;

  font-family: 'Montserrat', sans-serif;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

.text {
  position: relative;
  width: 100%;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  color: #333;
  max-width: 100%;
  padding: 2em 3em;

  font-family: 'Montserrat', sans-serif;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 2.25em;
  font-weight: 700;
  letter-spacing: -1px;
}

a,
a:visited {
  color: #0084ae;
  transition: 0.25s;
}

a:hover,
a:focus {
  color: #ba160c;
}

.footer {
  width: 100%;
  position: absolute;
  top: 100%;
  margin-top: -80px;

  text-align: center;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.footer a {
  color: #333;
}


.footer2 {
  margin-top: 20px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.footer2 a {
  color: #333;
}


hr {
  border: 0;
  height: 1px;
  background: #8a9595;
  background-image: linear-gradient(to right, #ccc, #8a9595, #ccc);
}


.btn {
  display: inline-block;
  padding: 10px 20px;
  border: 0px;

  text-transform: uppercase;
  letter-spacing: 0.015em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #0084ae;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.btn:hover {
  color: #56b675;
}



.col-sm img {
  height: 6em;

}

.logos img {
  padding: 4px;

}