.boxshadow-none {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.unselectable {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.overflow-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.popover-content {
  font-size: 13px;
  line-height: 18px;
}
.nopadding {
  padding: 0 !important;
}
* {
  margin: 0;
  padding: 0;
  outline: none !important;
  text-shadow: none !important;
}
*:active,
*:focus,
*:visited,
*:hover {
  outline: none !important;
  text-shadow: none !important;
}
*::-moz-focus-inner {
  border: 0 !important;
}
*:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #000 !important;
  background-image: none !important;
  border: 0;
}
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
*::-webkit-scrollbar-button {
  background: #EEE;
}
*::-webkit-scrollbar-track-piece {
  background: #EEE;
}
*::-webkit-scrollbar-thumb {
  background: #CCC;
}
a,
a:hover,
a:active,
a:visited {
  text-decoration: none !important;
}
.placeholder {
  color: #CCC;
}
div {
  vertical-align: top;
}
body > section > div.container {
  font-size: 0;
}
body > section > div.container > h2 {
  margin-bottom: 0;
}
body > section > div.container > div.lista {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 60px;
  margin: 0 -1.5%;
  margin-top: 30px;
  font-size: 0;
  position: relative;
}
body > section > div.container > div.lista > ul {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin: 0 1.5%;
  margin-bottom: 20px;
  padding: 0 20px;
  list-style: none;
  font-size: 18px;
  border: 1px solid #CCC;
}
body > section > div.container > div.lista > ul > li {
  display: block;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #f2f2f2;
}
body > section > div.container > div.lista > ul > li > h3 {
  margin: 0;
}
body > section > div.container > div.lista > ul > li > a {
  position: relative;
}
body > section > div.container > div.lista > ul > li > a > span {
  background-color: #FF5A19;
  color: #FFF;
  padding: 0 15px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  body > section > div.container > div.lista > ul {
    margin: 20px 0 0 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  body > section > div.container.interna > h2 {
    margin-bottom: 0;
  }
  body > section > div.container.interna > div.lista > ul > li > a > span {
    display: block;
    width: 100%;
  }
}
/*# sourceMappingURL=links.css.map */