/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 120px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 120px;
  background-color: #373435;
}

.endereco {
  float: left;
}

.email {
  float: left;
  margin-left: 150px;
}

.endereco-icone {
  color: #818181;
  font-size: 25px;
}

.endereco-texto {
  color: #d0d0d0;
  font-size: 13px;
}

.endereco-texto-email {
  color: #d0d0d0;
  font-size: 20px;
}

.logo {
  padding: 90px 50px;
}

.barra-topo {
  background-color: #006b3e;
  height: 10px;
  padding-top: 0px;
}

.menu {
  margin-left: 50px;
}

span.glyphicon-class{
    display: block;
    text-align: center;
    word-wrap: break-word;
}

.container {
  width: auto;
  float: left;
  max-width: 800px;
  padding: 0 20px;
  margin: 20px 0;
}
