* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */
body {
  line-height: 1.7em;
  color: #7f8c8d;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
  color: #34495e;
}

h1 {
  margin: 1.5em 0 0;
  text-align: center;
  line-height: 1.3em;
}

h2 {
  opacity: 0.8;
  text-align: center;
  margin: 10px 0 7px;
}

.pure-img-responsive {
  max-width: 100%;
  height: auto;
}

/*
 * -- LAYOUT STYLES --
 * These are some useful classes which I will need
 */
.l-box {
  padding: 2em;
}

.l-box-lrg {
  padding: 2em;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.contatos {
  margin: 20px 0 30px;
}

.is-center {
  text-align: center;
}

.coluna-esquerda,
.coluna-direita {
  background-color: #fcfcfc;
  min-height: 100vh;
}

.coluna-esquerda {
  border-right: 1px #D8D8D8 solid;
}

.coluna-esquerda a,
.footer a {
  color: #34495e;
  text-decoration: none;
}

.coluna-direita {
  text-align: center;
}

ul {
  list-style: none;
  padding-left: 0;
}

.lista-vantagens i {
    color: #28a745;
}

.endereco-rodape {
  color: #7f8c8d !important;
}

.footer {
  background: #fcfcfc;
  width: 100%;
  border-top: 1px #D8D8D8 solid;
  letter-spacing: normal;
  font-size: 12px;
}

.footer .logo-adr {
  max-height: 40px;
  margin: 0 auto 5px auto;
  max-width: 116px;
  display: block;  
}

/*
 * -- PURE BUTTON STYLES --
 * I want my pure-button elements to look a little different
 */
.pure-button {
  margin: 0 8px 13px 0;
  font-size: 0.8em;
  -webkit-user-drag: initial;
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}

p.endereco-mapa {
  max-width: 300px;
}

@media (max-width: 768px) {

  body {
    font-size: 13px;
  }

  .coluna-esquerda {
      border-right: 0;
      height: auto;
  }

  ul {
    margin: 0;
  }

  .lista-vantagens {
    margin: 35px 0;
  }

}
