  body {
    background: #f6f6f6;
  }

/** BREADCRUMB **/
  .breadcrumb{
    margin: 0;
    padding: 0;
    margin-top: 20px;
    background: transparent;
  }
  .breadcrumb > li{
    margin: 0;
  }
  .breadcrumb > li i{
    margin: 0;
    color: #b9b9b9;
  }
  .breadcrumb > li a{
    color: #0a4fa0;
  }
  .breadcrumb > li+li:before{
    content: "»";
  }

/** INFORMATION PAGE **/
  .information{
    margin-bottom: 20px;
    font-size: 1em;
    color: #000;
  }
  .information h1.page_title_post{
    font-family: 'Oswald', sans-serif;
    font-size: 1.6em;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-top: 20px;
  }
  .information h2{
    font-size: 1.1em;
    font-weight: bold;
  }
  .btn-loja-md-green{
    margin-top: 20px;
    display: inline-block;
    background: #ff5617;
    border: none;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    width: 111px;
    height: 30px;
    text-align: center;
    padding-top: 5px;
  }
  .information-cont a.btn-loja-md-green:hover{
    color: #fff;
    text-decoration: none;
  }