@import url("https://fonts.googleapis.com/css?family=Dancing+Script:400,700");

.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:#ffffff; }
.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: 40px 15px; background-color:#bfe2e8; }
.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; padding:1em; }

/*Formulário*/

.formulario {

  display: block;
  width: 100%;
  height: auto;
  padding: 10px;
  z-index: 2;

}

.formulario .title-form { 

    font-family: 'Dancing Script', cursive;
    font-size: 2.2em;
    border-bottom: 1px #eaeaea solid;
    padding-bottom: 10px;
    text-align: left;
    color: #4bc2d9;

}

.formulario .campo { 

    border-top:1px transparent solid; 
    border-left:1px transparent solid; 
    border-bottom:1px #eaeaea solid; 
    border-right:1px transparent solid; 
    color:#414141; 
    font-family: 'Dancing Script', cursive;
    font-size:1.3em; 
    outline:none; 
    padding: 0.5em 0em;
    transition:0.4s;
    resize: none; 

}

.formulario .campo:focus { 

    border-top:1px transparent solid; 
    border-left:1px transparent solid; 
    border-bottom:1px #bfe2e8 solid; 
    border-right:1px transparent solid; 
    color:#29a0b5; 

}

.formulario textarea { height:80px; }

.formulario .btn {

    display: block;
    background-color: #4bc2d9;
    color: #fff;
    font-family: 'Dancing Script', cursive;
    font-size: 2em;
    cursor: pointer;
    border: none;
    padding: 10px;
    border-radius: 25px;
    width: 180px;
    height: 58px;
    position: relative;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;

}

.formulario .btn:before,
.formulario .btn:after {
  
  content:"";
  background-color:#4bc2d9;
  border-radius:50%;
  display:block;
  position:absolute;
  z-index:-1;

}

.formulario .btn:before {

  width:44px;
  height:44px;
  top:-12px;
  left:28px;
  box-shadow:-50px 30px 0 -12px #4bc2d9;

}

.formulario .btn:after {
  
  bottom:-10px;
  right:26px;
  width:30px;
  height:30px;
  box-shadow:40px -34px 0 0 #4bc2d9, -28px -6px 0 -2px #4bc2d9, -24px 17px 0 -6px #4bc2d9, -5px 25px 0 -10px #4bc2d9; 

}

.floating { 
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left:0px;
    margin-top: 0px;
}
 
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 10px); }
    100%   { transform: translate(0, -0px); }   
}

.nuvem {

  display:flex;
  background-color:#fff;
  padding:20px;
  border-radius:30px;
  max-width:450px;
  height:auto;
  margin:auto;
  position:relative;
  align-items:center;
  justify-content:center;
  text-align:center;
  box-shadow: 3px 2px 8px 1px rgba(110, 161, 170, 0.8);

}

.nuvem:before,
.nuvem:after {
  content:"";
  background-color:#fff;
  border-radius:50%;
  display:block;
  position:absolute;
  z-index:1;
}
.nuvem:before {
  
  width: 60px;
  height: 60px;
  top: -27px;
  left: 20px;
  box-shadow: -50px 30px 0 -12px #fff, -60px -10px 0 -18px #fff;

}

.nuvem:after {

  bottom: -15px;
  right: 27px;
  width: 45px;
  height: 45px;
  box-shadow: 50px -40px 0 0 #fff, -30px -1px 0 -3px #fff, -20px 35px 0 -15px #fff;
  
}

/*Responsivo*/
/*768PX BREAKPOINT*/
@media (min-width:48em){

    .formulario .title-form {  font-size: 2.6em; }
    .formulario .campo      { font-size: 2em; }
    
} 

/*Formulário*/

/*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:80px 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*/
