.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:#ffffff; }
.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;}

figure{ 

       width:100%;
       height:auto;
       float:left;
       position:relative;
       overflow:hidden;
       border-radius:8px;
      -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.40);
       box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.16);
       margin-bottom:30px;

       }

figure img { 

    width:100%; 
    height:100%;  
    -webkit-transform:scale(1); 
    transform:scale(1);
    -webkit-transition: all 0.5s ease; 
    transition: all 0.5s ease;
}

figure:hover img{ 

    -webkit-transform:scale(1.1); 
    transform:scale(1.1);

}

figure .mascara { 

    background: rgb(2, 0, 36);
    background: linear-gradient(184deg, rgba(2,0,36,0) 30%, rgba(0, 0, 0, 0.60) 100%);    
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;

}              


figcaption h1{

    width:auto; 
    font-size:1.5em; 
    color:#00cfff; 
    padding:0px; 
    margin-bottom:10px; 
    font-family:Verdana, Geneva, sans-serif;
    font-weight:100; display:block;  
}

figcaption p { 

    color:#FFF; 
    margin-bottom:10px;
}


figcaption ul    { 

    width:100%; 
    float:left;
}

figcaption ul li { 

    float:none;
    text-align: center;
    display:inline-block;

}

figcaption ul li a { 

    color:#fff; 
    font-size:1.3em; 
    width:40px;
    height:40px;
    line-height:45px;
    text-decoration:none;
    border-radius:50px;
    border:1px transparent solid;
    display:block;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    
}

figcaption ul li a:hover { 
   
   border:1px #00cfff solid;
   color:#00cfff;

 }

figcaption{
           width:100%;
           background-color:#000;
           opacity:0;
           left:0;
           bottom:-10px;
           color:#FFF;
           font-family:Verdana, Geneva, sans-serif;
           font-size:0.9em;
           text-align:center;
           padding:10px;
           position:absolute;
           z-index:2;
           
           transition:all 0.8s;
           -webkit-transition:all 0.5s;
           -moz-transition:all 0.5s;
           -o-transition:all 0.5s;
           
           }

figure:hover figcaption { bottom:0; opacity:0.7; }

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

figure{ width:31.3%; margin-right:3%; margin-bottom:0; }
figure:nth-of-type(3n+0){ margin-right:0; }
} 

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