html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.espaco-li{
    margin-bottom: -31px;
}

ul {
    list-style: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.texto {
    color: #808080 !important;
}

.cabecalho {

}

.border-texto {
    border-color: #6c63ff !important;
}