  body {
    background: #f6f6f6;
  }

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

/** CONTATO **/
  .contato li{
    list-style: none;
    margin-bottom: 15px;
    max-width: 260px;
  }
  .contato li i{
    margin-right: 15px;
  }
  .contato li span{
    font-size: 1em;
    font-weight: normal;
    color: #000;
  }
  .page_title_post{
    color: #ff5617;
    font-size: 1.6em;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
  }
  .contato h2{
    margin-bottom: 25px;
  }
  .contato label{
    font-size: 1em;
    font-weight: bold;
    color: #000;
  }
  .contato input{
    max-width: 500px;
    margin-bottom: 15px;
    border-radius: 0px;
  } 
  .contato textarea{
    max-width: 500px;
    border-radius: 0px;
  }
  .map {
    width: 100%;
    height: 400px;
    margin-top: -51px;
  }
  .page_tit_search{
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 20px;
  }
  .page_tit_search b{
    color: #000;
  }
  .contato i{
    font-size: 1.2em;
  }
  .contato .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;
  }

  .erro-no-campo {
    color: #f50000;
  }