/*
 * Custom CSS — SDOS (David Herrera & Paco Soria)
 * Bootstrap override
 */
 
/*** .single-page to .body ***/ 
.body .breadcrumb {
  background: #fff;
  padding-left: 0;
  margin-top: 66px; }
  .body .breadcrumb .active {
    color: #71cc51; }
  
.body h1.detail-t.large {
  font-weight: 600;
  line-height: 1.2777777778;
  margin-top: 0;
  margin-bottom: 35px;
}