html, body {
  font-family: "Roboto-Light";
  font-weight: 300;
  font-size: 16px;
  color: #4B4B4D;
  padding: 0;
  margin: 0; }

p {
  font-size: 14px; }

a, a:active, a:hover, a:focus {
  outline: none;
  text-underline: none;
  text-decoration: none; }

img {
  border: none; }

h1, h2, h3, h4, h5 {
  color: #4B4B4D;
  font-weight: 400;
  font-family: "Aller-Bold"; }

h1 {
  font-size: 18px;
  line-height: 30px; }

.h-title-margin {
  margin: 60px 0; }

.h-text-margin {
  margin-bottom: 30px; }

ul li {
  font-size: 14px; }

span {
  font-size: 14px; }

.black {
  color: #4B4B4D; }

.bg-black {
  background-color: #4B4B4D; }

.cinza {
  color: #B1B3B4; }

.bg-cinza {
  background-color: #B1B3B4; }

.background-image {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover; }

.lSSlideOuter .lSPager.lSpg {
  position: absolute;
  width: 100%; }

@media (max-width: 767px) {
  .xs-margin-top {
    margin-top: 30px; }
  .xs-margin-bottom {
    margin-bottom: 30px; } }
