/*** DNOTICIAS ***/
.theme-dnoticiaspt {background-color: #ffffff;}
.theme-dnoticiaspt .header--main {background: rgba(40, 52, 142, 1);}
.theme-dnoticiaspt .pub--bg_grey {background: #eaedf1;}
.theme-dnoticiaspt .nav-brand-dnoticias {width: 100%; max-width: 200px;}
.logo-dnoticiaspt {display: block; width: 100%;}
.logo-dnoticiaspt path {fill: #ffffff;}
.nav-header-fixed.theme-dnoticias .header--main .header--nav_main .nav-brand-dnoticias {max-width: 160px;}

.theme-dnoticiaspt .next-article .next-article-btn {background: #4d6be8;}
.theme-dnoticiaspt .next-article .next-article-btn:hover {background-color: #2128bd;}


/*** D7 ***/
.theme-d7 {background-color: #f4f3f8;}
.theme-d7 .header--main {background: rgba(75, 41, 140, 1);}
.theme-d7 .header--main .header--nav_top {display: none; height: 0px!important;}
.theme-d7 .pub--bg_grey {background: #d8d7e0;}
.theme-d7 .nav-brand-d7 {width: 100%; max-width: 60px;}
.theme-d7 .nav-brand-dnoticias {max-width: 120px;}
.logo-d7 {display: block; width: 100%;}
.logo-d7 path {fill: #ffffff;}
.nav-header-fixed.theme-d7 .header--main .header--nav_main .nav-brand-d7 {max-width: 50px;}

.theme-d7 .next-article .next-article-btn {background: #8e33b5;}
.theme-d7 .next-article .next-article-btn:hover {background-color: #702490;}


/*** ASSINATURAS ***/
.theme-assinaturas .header--main {background: rgba(25, 102, 216, 1);}
.theme-assinaturas .header--main .header--nav_top {display: none; height: 0px!important;}
.theme-assinaturas .nav-brand-dnoticias {max-width: 120px;}
.theme-assinaturas .header--main .header--nav_sec:after {
  background: linear-gradient(270deg, rgba(21, 87, 184, 1), rgba(21, 87, 184, 0));
}
.theme-assinaturas .header--main .header--nav_sec:before {
  background: linear-gradient(90deg, rgba(21, 87, 184, 1), rgba(21, 87, 184, 0));
}


/*** EDIÇÃO ***/
.theme-edicao .header--main {background: rgba(23, 33, 62, 1);}
.theme-edicao .header--main .header--nav_top {display: none; height: 0px!important;}
.theme-edicao .nav-brand-dnoticias {max-width: 120px;}
.theme-edicao .header--main .header--nav_sec:after {
  background: linear-gradient(270deg, rgba(20, 28, 53, 1), rgba(20, 28, 53, 0));
}
.theme-edicao .header--main .header--nav_sec:before {
  background: linear-gradient(90deg, rgba(20, 28, 53, 1), rgba(20, 28, 53, 0));
}


/*** INICIATIVAS ***/
.theme-iniciativas .header--main {background: rgba(4, 165, 178, 1);}
.theme-iniciativas .header--main .header--nav_top {display: none; height: 0px!important;}
.theme-iniciativas .nav-brand-dnoticias {max-width: 120px;}


/*** GENERIC - LIGHT ***/
.theme-light .header--main {background: #ffffff;}
.theme-light .header--main .header--nav_main {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.theme-light.nav-header-fixed .header--main .header--nav_main {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
}
.theme-light .header--main .header--nav_main .nav-brand-text, 
.theme-light .header--main .header--nav_main .nav-brand-text a {
  color: #000000!important;
  font-weight: 300;
}
.theme-light .header--main .header--nav_main ul li .nav-brand a:hover {background: transparent;}
.theme-light .nav-menu-btn>span, 
.theme-light .nav-menu-btn:before, 
.theme-light .nav-menu-btn:after {background: #000000;}
.theme-light .logo-dnoticiaspt .logo-color-dnoticiaspt {fill: #000000;}
.theme-light .header--main .header--nav_sec {background: #ffffff;}
.theme-light .header--main ul li a {color: #999999;}
.theme-light .header--main ul li a:hover {color: #000000; background: #edf0f4;}


@media only screen and (max-width: 768px) {
  .theme-dnoticiaspt .header--main .header--nav_main .nav-brand {
    width: 160px; margin-left: -80px;
  }
  .theme-d7 .header--main .header--nav_main .nav-brand {
    width: 50px; margin-left: -25px;
  }
}