.content { float:left; width:92%; margin:0 4%; padding: 20px 0; }


/*HEADER*/
.main_header          { background:#ffffff; border-bottom:1px #f4f4f4 solid; z-index:1; padding: 0.5em 0em; }
.main_header .content { float:left; padding:0px 0; }

.fixed            { display:block; position:fixed; z-index:9;  }
.main_header_logo { text-align:center; margin:auto; float:none; width:138px; }
.main_header_logo img { height:69px; }


/*Seu Código*/
.section-seu-codigo          { padding:10px 0px; background-color:#f4f4f4; }
.section-seu-codigo .content { float:left; padding:1em 0; }
.section_title               { width: 100%; float:left; margin-bottom:1em; font-size:1.3em; font-weight: 300; text-align: center; border-bottom: 1px #eceaea solid; padding-bottom: 1em; }

.box-artigo   { width:100%; float:left; background:#fff; box-shadow: 1px 0px 1.2px 0px #e3e3e3; border-radius:3px; padding:1em; }

/*Menu Responsivo*/

.box-menu {

  left: 50px;
  top: 17px;
  cursor: pointer;
  background: #4b4b4b;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  transition: height .4s;
  float: left;
  position: absolute;

}

.full-menu { height: 300px; }

.wrapper {
  position: relative;
  width: 50px;
  height: 50px;
}

.hamburger {

  position: absolute;
  left: 12px;
  top: 13px;
  width: 27px;
  height: 25px;

}

.hamburger span {

  position: absolute;
  display: inline-block;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  transition: all .3s;

}

.hamburger span:nth-child(1) { top: 3px; }
.hamburger span:nth-child(2) { top: 12px; }
.hamburger span:nth-child(3) { top: 12px; }
.hamburger span:nth-child(4) { top: 20px; }

.hamburger.active span:nth-child(1) { width: 0; margin-left: 15px;}
.hamburger.active span:nth-child(2) { transform: rotate(45deg); }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg); }
.hamburger.active span:nth-child(4) { width: 0; margin-left: 15px;}

.nav {
  
  position: relative;
  left: -9999px;

}

.nav a {

  white-space: nowrap;
  position: relative;
  display: inline-block;
  color: #333;
  text-decoration: none;
  width: 150px;
  height: 58px;
  line-height: 58px;
  font-family: Ubuntu;

}

.nav a::after {
  
  content: '';
  position: absolute;
  left: 50px;
  top: 29px;
  height: 0px;
  width: 5px;
  background: #ffef02;
  transition: height .3s, top .3s;

}

.nav a.active { color:#000; }

.nav a.active::after {
  top: 19px;
  height: 20px;
}

.nav a span {
  opacity: 0;
  display: inline-block;
  font-size: 14px;
}

.nav a span.icon {
  transform: scale(.5);
  color: #fff;
  font-size: 15px;
  display: inline-block;
  width: 50px;
  text-align: center;
  transition: transform .3s;
}

.nav a span.texto {
  
  font-weight: bold;
  opacity: 0;
  margin-left: 40px;
  transition: margin .3s, opacity .3s, transform .3s;

}

.full-menu .nav {
  left: 0;
}

.full-menu .nav a:hover span {
  color:#ffef02 
}

.full-menu .nav a span {
  opacity: 1;
}

.full-menu .nav a span.icon {
  transform: scale(1.1);
}

.full-menu .nav a span.texto {
  margin-left: 25px;
}

.full-menu .nav a:hover span.texto {
  transform: translateX(5px);
  transition-delay: 0s;
}

.nav a:nth-child(1) span { transition: all .5s .1s, opacity .5s 0s, transform .5s 0s; }
.nav a:nth-child(2) span { transition: all .5s .15s, opacity .5s 0s, transform .5s 0s; }
.nav a:nth-child(3) span { transition: all .5s .2s, opacity .5s 0s, transform .5s 0s; }
.nav a:nth-child(4) span { transition: all .5s .25s, opacity .5s 0s, transform .5s 0s; }

/*Menu Responsivo*/


/*FOOTER*/
.main_footer          { background-color:#007cff; color:#fff; font-size:0.875em; }
.main_footer .content { padding:3em 0em; }

.main_footer_copy       { background-color:transparent; width:100%; float:left; text-align:center; padding:1.5em 0em; }
.main_footer_copy p     { font-family:'open_sanslight'; font-size:1em; color:#ffffff; height:20px; }
.main_footer_copy .m-b-footer   { margin-bottom:0.5em; }
.main_footer_copy .by   { font-size:0.96em; }
.main_footer_copy .by i { font-size:0.96em; margin-right:3px; color:#e82626; }
.main_footer_copy .by a { text-decoration:underline; color:#ffffff; }
.main_footer_copy .by a:hover { color:#000000;}


/*Começa o Responsivo*/

/*480PX BREAKPOINT*/
/*480 dividido por 16 = 30em*/
@media (min-width:30em){

.boxBannerTopo { padding:1em 0; }

}

/*600PX BREAKPOINT*/
/*600 dividido por 16 = 37,5em*/
@media (min-width:37em){


} 

/*768PX BREAKPOINT*/
/*768 dividido por 16 = 48em*/
@media (min-width:48em){


} 

/*960PX BREAKPOINT*/
/*960 dividido por 16 = 60em*/
@media (min-width:60em){

 .section-seu-codigo          { padding:20px 0px; }
 .section-seu-codigo .content { width:80%; padding:1em 0; margin:0 10%; }

}

/*1280PX BREAKPOINT*/
/*1280 dividido por 16 = 80em*/
@media (min-width:80em){

 
}

/*1366PX BREAKPOINT*/
/*1366 dividido por 16 = 85,375em*/
@media (min-width:85em){

 .content  { width:80%; margin:0 10%; }

}

/*1600PX BREAKPOINT*/
/*1600 dividido por 16 = 100em*/
@media (min-width:100em){


}
/*Fecha o Responsivo*/
