.header-oc {display:none;}
div.collapse.navbar-collapse.navbar-ex1-collapse {display:none !important;}
#top-oc {display:none;}
.breadcrumb-oc {display:none;}
.footer-oc {display:none;}
.body-oc a {
    color: #f6c138;
    transition: all 0.5s;
}
.body-oc a:hover {
    color: #f6c138;;
}
.btn-primary {
    text-shadow: none;
    padding:10px 18px;
    font-size: 14px;
    border:1px solid #f6c138;
    transition: all 0.5s;
}

.btn-primary:hover {
    background-color: #272833;
    border: 1px solid #272833;
}

.title-category {
    color: #222;
    border-bottom: 2px solid #eee;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 0;
    padding-bottom: 10px;
}

.title-category::after {
    position: absolute;
    content: "";
    width: 110px;
    height: 2px;
    background-color: #f6c138;
    bottom: -2px;
    left: 0;
}


legend {
    font-size: 16px;
    font-size: 1.8rem;
    color: #222;
    border-bottom: 2px solid #eee;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 0;
    padding-bottom: 10px;
}

legend::after {
    position: absolute;
    content: "";
    width: 85px;
    height: 2px;
    background-color: #f6c138;
    bottom: -2px;
    left: 0;
}


.body-oc h1, .body-oc .h1 {
  font-size:30px;
  border-left:4px solid #f6c138;
  border-radius: 4px;
  margin-bottom:15px;
  padding: 8px;
}

