.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; text-align:center; box-shadow: 1px 0px 1.2px 0px #e3e3e3; border-radius:3px; padding:1em; }

/*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:#ffffff; 
  	color:#fff; 
  	font-size:0.875em; 

  }

  .main_footer .content { float:left; width:90%; margin:0 5%; padding: 5em 0; }
  .container { float:left; width:100%; }

  .colfooter { 

  	width:100%; 
  	height:auto; 
  	float:left; 
  	margin-bottom:2em;

  }

  .colfooter ul        { width:100%; float:left; }
  .colfooter ul li     { padding:0.2em 0em; }
  .colfooter ul li a   { text-decoration:none; color:#505050; font-size:1em; transition:0.2s; }
  .colfooter ul li a i { font-size:0.5em; }
  .colfooter ul li a:hover { color:#0acbd1; transition:0.2s; }

  .titleFooter { 

    border-bottom:1px solid #eaeaea;
    color:#505050;  
    margin-bottom:25px; 
    padding-bottom:0; 
     
  }

  .titleFooter span { 

    display: inline-block; 
    font-family:'open_sansregular'; 
    font-size:1.3em; 
    font-weight:900; 
    color:#505050;
    margin-top:0; 
    margin-bottom:0; 
  }

  .titleFooter span::after {

   content:'';
   display:block;
   position:relative;
   top:1px;
   width:100%;
   height:4px;
   border-radius:6px; 
   background-color:#505050;

  }

  .colfooter p  { font-family:'open_sanslight'; color:#505050; font-size:1em; height:25px; } 

  .colfooter .redesocial { 
    
    color: #505050;
    float: left;
    text-decoration: none;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    transition:0.2s;

  }

  .colfooter .redesocial:hover { 
    
    color: #0acbd1;
    transition:0.2s;

  }

  /*Formulário*/
  .my-formulario { 

      width:100%;
      float:left;  

  }

  .label{ 

      float:left; 
      width:100%; 
      margin-bottom:5px; 
      position:relative; 

  }

  input[type="text"],textarea{ 

      font-family:'open_sansregular';
      font-size:1em; 
      color: #505050; 
      width: 100%; 
      box-sizing:border-box;
      outline:none; 
  }

  .effect-line:focus { color:#33dbdf; }

  .effect-line {

      border:0; 
      padding:7px 0; 
      border-bottom:1px solid #f0f0f0;

  }

  .effect-line ~ .focus-border{

      position:absolute; 
      bottom:0; 
      left:0; 
      width:0; 
      height:2px; 
      background-color: #33dbdf; 
      transition: 0.4s;}

  .effect-line:focus ~ .focus-border{ width:100%; transition:0.4s; }

  .btn-enviar { 
      
      width: 80px;
      float: left;
      margin-top:5px; 
      background:transparent;
      color: #505050;
      border:1px #505050 solid;
      cursor: pointer; 
      padding: 0.3em 0em;
      border-radius:3px;  
      font-size: 1.2em;
      font-family:'open_sansregular';
      transition:0.2s; 
  }

  .btn-enviar:hover { background-color:#33dbdf; color:#ffffff; border:1px #33dbdf solid; transition:0.2s; }

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

  /*Responsivo*/
  /*960PX BREAKPOINT*/
  @media (min-width:60em){

  .colfooter  { width:22%; margin-right:4%; margin-bottom:0; }
  .colfooter:nth-of-type(4n+0){ margin-right:0; border-right:0;}

  } 

/*FOOTER*/


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