body {
    position: relative;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300;
}
body,
html { height: 100%;}
.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {background-color: transparent; text-decoration: none;}
figcaption:hover, figcaption:focus{text-decoration: none;}
a {color: #333;}
/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled {
    padding-left: 220px;
}
#sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #4a4a4a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}
#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}
#page-content-wrapper {
    width: 100%;
    padding-top: 70px;
}
#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}
/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
.hamburger {
  /*position: fixed;*/
  top: 20px;  
  z-index: 999;
  display: block;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  /*position: absolute;*/
  left: 0;
  height: 3px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #666;
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
  margin-bottom: 3px;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-bottom: 3px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}
/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.8);
    z-index: 1;
}
/*SUNET - Vinícius*/
.logo{float: left; margin-left: 15px; padding: 12px 0;}
.logo img{max-width: 100%; margin-left: 10px; padding: 4px 0;}
.logo-especial-top-bar{margin: 10px auto 0;}
.bar-main-menu {border-bottom: 1px solid #ebebeb; margin-left: 8px; margin-right: 8px; background-color: #fff;}
.cbp-spmenu h3 {color: #fff; font-size: 1.3em; padding: 1em .7em; margin: 0px; font-weight: 300; background: #888; }
.cbp-spmenu {background: #999;}
.cbp-spmenu-vertical a {border-bottom: 1px solid #888;}
.cbp-spmenu a {color: #fff; font-size: .9em;}
.mgb-xxxlarge{margin-bottom: 60px !important;}
#selo_especial{margin-top: 70px;}
#patrocinio{margin-bottom: 60px; margin-top: 50px;}
#patrocinio img{width: 60%;}
.coluna-especial:first-child{padding-right: 1.7rem !important;}
.coluna-especial:last-child{padding-left: 1.7rem !important;}
footer{border-top:1px solid #ebebeb; padding:16px 0px; margin-top: ; margin: 30px 8px 0px;}
footer p{text-align: center; color: #a5a5a5; font-size: 1.0em;}
/*Pedro*/
figure.manchete figcaption, figure.destaque1 figcaption {
  color: #fff;
  font-weight: 300;
  font-size: 2.8rem;
  max-width: 70%;
  text-decoration: none;
}
figure.manchete-full figcaption {
  color: #fff;
  font-weight: 300;
  font-size: 2.8rem;
  max-width: 40%;
  position: absolute;
  bottom: 50px;
  margin-left: 30%;
  text-decoration: none;
  line-height: 1.3em;
}
div.coluna-especial figure.manchete figcaption, figure.destaque1 figcaption {
  color: #fff;
  font-weight: 300;
  font-size: 2.1rem;
  line-height: 2.6rem;
  text-decoration: none;
  max-width: 90%;
  color: #393939;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 5%;
}
figure.manchete figcaption {
  position: absolute;
  bottom: 80px;
  left: 70px;
}
div.coluna-especial figure.destaque1 div.pos-rel figcaption {
  position: static;
  bottom: 0px;
  left: 0px;
}
.pos-rel:hover{text-decoration: none !important; }
a figure.manchete:hover{
  text-decoration: none !important; 
}
figure.manchete figcaption:hover{
  text-decoration: none;
}
.box-c2a{
  background-color: #eeeeee;
  border: 1px solid #ececec;
  padding: 15px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.img-c2a{margin-top: 1px;}
.p-c2a{
  color: #020202;
  font-size: 1.5rem;
  margin: 0 0 2px !important;
  text-align: left;
}
.btn-especial{
  background-color: #fff;
  border: 1px solid #d2d2d2;
  padding: 5px 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #707070;
  font-size: 1.2rem;
  float: right;
}
.publicidade-content{
  padding: 15px;
  border: 1px solid #cbcbcb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.publicidade-content small, .publicidade-content small:hover, .publicidade-content small:focus{ color: #b3b3b3;}
ul.list-box-social {list-style: none; margin-top: 25px; margin-left: 0px; margin-right: 0px; display: inline !important; max-width: 100%; }
ul.list-box-social li {display: inline; margin: 0px;}
ul.list-box-social li a{display: inline; margin: 0px; padding: 0px; background-color: #fff;}
/* 
// Box Ultimas Notícias 
*/
div.sec-cover-news h1 {
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 2.1rem;
  text-decoration: none;
  color: #393939;
  width: 320px;
}
div.filtro {
  padding-top: 2%;
  padding-bottom: 2%;
  margin-bottom: 20px;
  color: #393939;
  background: #f0f0f0;
  border-bottom: 2px solid #d0d0d0;
}
.form-horizontal .form-group {
  margin-bottom: 0px;
}
div.l-generic h3 {
  margin-top: 5px; font-weight: 100; font-size: 1.6em; font-family: 'Open Sans', sans-serif !important;
}
div.l-generic img {
  width:100%;
  height:auto;
}
div.l-generic a {
  color: #333;
}
  div.l-generic a:hover, div.l-generic a:focus {
    color: #393939;
    text-decoration: none;
  }
.opacity-zero {opacity: 1; z-index: 0 !important; cursor: default;}
/*
//  Notícia Interna
*/
/*.cbp-spmenu-push p{font-size: 1.2em;}*/
.right{float: right; margin-right: 5%;}
.right figure img{margin-left: 3%; }
.right figure figcaption.content-desc-gallery{margin-left: 3%; background-color: #ededed; padding: 8px 15px;}
.left{float: left; margin-left: 5%; }
.left figure img{margin-right: 3%; }
.left figure figcaption.content-desc-gallery{margin-right: 3%; background-color: #ededed; padding: 8px 15px;}
.news-tit{margin-top: 70px; color: #292929; font-weight: bold; font-size: 2.8em;}
.news-subtit{color: #292929; font-weight: 100;}
div.news__image figure img{width: 100% !important;}
/*div.news__image{font-size: 1.4em;}*/
div.body-news{font-size: 1.4em; color: #464646;}
div.body-news p {padding: 0 10% !important;}
.details a {color: #002f67;}
.details {border-bottom: 1px solid #EBEBEB; margin-bottom: 10px;}
.comentario-disqus{padding: 0 10%;}
#publicidade-retangulo-1{ border: 1px solid #ededed; padding: 87px 0; margin-bottom: 7px;}
#publicidade-retangulo-1_ad_container{width: 300px; margin: 0 auto;}
.center figure img{margin: 0 auto;}
.sec-cover-news{padding: 0 15px;}
/*
//  Screens: Medium Desktop
*/
@media (min-width: 768px) and (max-width: 1199px) {
  figure.manchete figcaption {position: absolute; bottom: 40px; font-size: 1.8em;}
  .sec-cover-news{padding: 0 15px;}
}
/*
//  Screens: Extra-small e Small
*/
@media (max-width: 767px){
  .logo {float: left; margin-left: 15px; padding: 14px 0;}
  .coluna-especial:first-child{padding-right: 15px !important;}
  .coluna-especial:last-child{padding-left: 15px !important;}
  .img-c2a {margin: 0 auto 10px;}
  .p-c2a{text-align: center;}
  .btn-especial{ display: block; text-align: center; width: 150px; margin: 15px auto 10px; clear: both; float: none !important; padding: 5px 30px;}
  figure.manchete figcaption {position: absolute; bottom: 40px; font-size: 1.6em;}
  .p__item {width: 100% !important;}
  .sec-cover-news{padding: 0 15px;}
}
/*
//  Screens: Extra-extra-small
*/
@media (max-width: 468px){
  figure.manchete figcaption {position: absolute; bottom: 20px; left: 26px; font-size: 1.3em;}
  div.coluna-especial figure.manchete figcaption, figure.destaque1 figcaption {font-size: 1.6em; line-height: 1.4em;}
  figure.manchete-full figcaption {font-size: 1.1em; bottom: 5px; line-height: 1.3em;}
  #publicidade-retangulo-1 {border: none; padding: 0; margin-bottom: 0; margin-left: -20px;}
  #selo_especial {width: 100%; margin: 30px auto 10px;}
  #patrocinio{margin-bottom: 40px; margin-top: 10px;}
  #wrapper h2{font-size: 1.2em !important;}
  .sec-cover-news{padding: 0 15px;}
}