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

/*BTN*/
.btn-download       { background-color:#ee2727; color:#fff; border-radius: 50px; font-family: 'open_sansregular'; padding: 0.5em 0.8em; display:block; float: none; text-decoration: none; margin: auto; width:100%; font-size: 1.5em; text-align: center; line-height: 40px; }
.btn-download:hover { background-color:#d00f0f; color:#fff; }

/*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; }

/*PUBLICIDADE*/
.boxBannerTopo   { padding:0em 0; background-color:transparent; }
.bannerTopo      { width:100%; float:left; background-color:#fff; border:1px solid #e9ebee; }
.bannerTopo .imagemBan   { margin:auto; max-width:900px; overflow:hidden; }
.bannerTopo .imagemBan a { width:100%; height:100%; float:left; display:block; }

/*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 Full Screen*/
.menu_checkbox {
   
    display: none;

}

.menu_button {

    position: fixed;
    top: 4%;
    right: 4%;
    height: 40px;
    width: 40px;
    text-align: center;
    background-color: #17c8cc;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;

}

@media screen  and (min-width: 768px) {
    
    .menu_button { 

        width:40px; 
        height:40px; 
        top:4%; 
        right:4%; 

    }

}

.menu_background {
    
    position: fixed;
    top: 4%;
    right: 4%;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #00d7dc;
    background-size: cover;
    background-position: center;
    z-index: 5;
    transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
}

@media screen and (min-width: 768px) {
    
    .menu_background {

        top: 4%;
        right: 4%;
        height: 40px;
        width: 40px;
    
    }

}

.menu_nav {
   
    position: fixed;
    top: 10%;
    left: 0;
    height: 100vh;
    opacity: 0;
    width: 0;
    visibility: hidden;
    z-index: 9;
    transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);

}

.menu_list {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    list-style: none;

}

.menu_item {

    margin:1em;
    text-align:center;

}

.menu_link:link,
.menu_link:visited {

    display: inline-block;
    padding: 5px 0px;
    color: #242424;
    font-size:18px;
    text-decoration: none;
    transition: all .2s;

}

.menu_link:hover {

    display: inline-block;
    padding: 5px 0px;
    color: red;
    font-size:18px;
    text-decoration: none;
    transition: all .2s;

}

@media(min-width: 768px) {
    
    .menu_link:link,
    .menu_link:visited {
        font-size: 36px;
    }

}

.menu_link span {

    margin-right: 1.5rem;
    display: inline-block;

}

.menu_link:hover {

    color:#ffffff;
    transform: scale(1.2);

}

.menu_checkbox:checked~.menu_background {
    
    transform: scale(80)

}

.menu_checkbox:checked~.menu_nav {
    
    width: 100%;
    visibility: visible;
    opacity: 1;

}

.menu_icon {

    position: relative;
    margin-top: 20px;

}

@media screen and (min-width: 768px) {
    
    .menu_icon {
        margin-top: 20px;
    }

}

.menu_icon,
.menu_icon::before,
.menu_icon::after {
    
    display: inline-block;
    width: 25px;
    height: 2px;
    background-color: #ffffff;

}

@media (min-width: 768px) {

    .menu_icon,
    .menu_icon::before,
    .menu_icon::after {
        width: 20px;
    }

}

.menu_icon::before,
.menu_icon::after {
    
    content: '';
    position: absolute;
    left: 0;
    transition: all 200ms;

}

.menu_icon::before {
    top: -6px;
}

.menu_icon::after {
    top: 6px;
}

.menu_checkbox:checked+.menu_button .menu_icon {
    background-color: transparent;
}

.menu_checkbox:checked+.menu_button .menu_icon::before {
    top: 0;
    transform: rotate(135deg);
}

.menu_checkbox:checked+.menu_button .menu_icon::after {
    top: 0;
    transform: rotate(-135deg);
}
/*Menu Full Screen*/

/*Seu Download*/
.section-seu-download          { padding:10px 0px; background-color:#f4f4f4; }
.section-seu-download .content { float:left; padding:1em 0; }
.box-download                  { width:100%; float:left; background:transparent; padding:1em; }

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

.main_footer_copy       { background-color:#262626; width:100%; float:left; text-align:center; padding:1.5em 0em; }
.main_footer_copy p     { font-family:'open_sanslight'; font-size:1em; color:#e1e0e0; 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; }


/*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%; }

.btn-download { width:35%; }

}

/*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*/
