
div.wpcf7-response-output{
  color: #000 !important;
  right: 0px;
  width: 352px;
  bottom: 0px;
}
.select-bairros{
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/*
@font-face {
  font-family: 'Gotham-Light';
  src: url('./Gotham-Light.eot?#iefix') format('embedded-opentype'),  url('./Gotham-Light.woff') format('woff'), url('./Gotham-Light.ttf')  format('truetype'), url('./Gotham-Light.svg#Gotham-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/*
@font-face {
  font-family: 'Gotham-Bold';
  src: url('./Gotham-Bold.eot?#iefix') format('embedded-opentype'),  url('./Gotham-Bold.woff') format('woff'), url('./Gotham-Bold.ttf')  format('truetype'), url('./Gotham-Bold.svg#Gotham-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
    font-family: 'Gotham-Light';
    src: url('./Gotham-Thin.eot');
    src: url('./Gotham-Thin.eot?#iefix') format('embedded-opentype'),
        url('./Gotham-Thin.woff') format('woff'),
         url('./Gotham-Thin.ttf') format('truetype'),
         url('./Gotham-Thin.svg#Gotham-Thin') format('svg');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'Gotham-Bold';
    src: url('./Gotham-Bold.eot');
    src: url('./Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('./Gotham-Bold.woff') format('woff'),
         url('./Gotham-Bold.ttf') format('truetype'),
         url('./Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('./Gotham-Medium.eot');
    src: url('./Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('./Gotham-Medium.woff') format('woff'),
         url('./Gotham-Medium.ttf') format('truetype'),
         url('./Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: bold;
    font-style: normal;
}
body #wrapper.modal textarea{height: 100px;}
  body #wrapper textarea, body #wrapper input[type="search"],
  body #wrapper input[type="text"], body #wrapper input[type="email"],
  body #wrapper input[type="password"], body #wrapper input[type="file"],
  body #wrapper input[type="tel"], body #wrapper select,body #wrapper input[type="date"]{
    padding: 9px 19px;
    background-color: #ffffff;
    width: 100%;
    color: #635949;
    font-family: 'calibri';
    font-weight: 900;
    font-size: 15px;
    text-transform: none;
    text-indent: 5px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    float: left;
    display: inline-block;
    line-height: 31px;
    border:1px solid #d1d1d1;
    margin-bottom: 13px;
  }
  a{
    color:#5F5E5E;
  }
  a:hover{
    color:#830909;
  }
  body #wrapper .formtitle{
    float: left;
    width: 100%;
    padding:15px 0 10px 0;
  }
  body #wrapper input[type="submit"] {
    border-radius: 18px;
    color: #fff;
    padding:26px 10px 22px;
    line-height: 26px;
    font-weight: 900;
    text-decoration: none;
    font-size: 1em;
    background-color: #369239;
    width: 100%;
    border-bottom: 7px solid #367638;
    margin-top: 30px;
  }
  .depoimento{
    width: 100%;
    padding: 80px 0;
    float: left;
    background: transparent url(./bg-depoimento.jpg) no-repeat scroll center 0;
    position: relative;
    margin-bottom: 57px;
  }
  .depoimento .content-dep{
    float: right;
    width: 700px;
    text-align: center;
  }
  .date{
    display: inline-block;
    vertical-align: top;
    padding: 22px 30px;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    margin-top: 37px;
    text-align: left;
  }
  .date span{
    color: #693111;
    font-family: 'Gotham-Bold';
    font-size: .9em;
    padding-bottom: 4px;
    display: block;
  }
  .btn{
    border-radius: 18px;
    color: #fff;
    padding: 22px 30px 19px;
    line-height: 26px;
    text-decoration: none;
    font-size: 22px;
    background-color: #a24f1e;
    border-bottom: 7px solid #884117;
    margin: auto;
    display: block;
    width: 240px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 200;
  }
  body #wrapper .depoimento .btn{
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
  }
  body #wrapper .date h3{
    color: #fff;
    font-family: 'Gotham-Bold';
    font-size: 1.5em;
  }
  .content-dep img{
    display: inline-block;
    margin-right: 30px;
  }
  body #wrapper .depoimento h2{
    padding-bottom: 18px;
    color: #fff;
    font-size: 2.5em;
    font-weight: 200;
    width: 100%;
    text-align: center;
    float: left;
    text-transform: uppercase;
  }
  body #wrapper .depoimento p strong{
    font-family: 'Gotham-Bold';
    font-weight: 900;
    font-size: .9em;
    text-transform: uppercase;
  }
  body #wrapper .depoimento em, body #wrapper .depoimento p{
    color: #fff;
    text-align: center;
    font-weight: 900;
  }
  body #wrapper .depoimento p{
    padding-top: 20px;
    line-height: 16px;
    font-weight: 200;
    text-transform: uppercase;
  }
  body #wrapper .depoimento em{
    line-height: 22px;
    padding-top: 33px;
    font-style: normal;
  }

  #content{
    padding-bottom: 60px;
  }
  body #wrapper select{
    height: 40px;
  }
  body #wrapper textarea:focus, input[type="search"]:focus, body #wrapper input[type="text"]:focus,
  body #wrapper input[type="email"]:focus, body #wrapper input[type="password"]:focus,
  body #wrapper input[type="file"]:focus, body #wrapper input[type="tel"]:focus{
    background-color: #b4b3b3;
    color: #333;
  }

  .colform{
    float: left;
    width: 38%;
    padding: 0 4.5%;
    position: relative;
  }
  body #wrapper{
    background-color: #ffffff;
  }

  body #wrapper h1, body #wrapper h2,
  body #wrapper h3, body #wrapper h4{
    font-family: 'Gotham-Medium',Arial,sans-serif;
    color: #635949;
  }

  body #wrapper h1{
    color: #f37023;
    font-size: 4.5em;
    letter-spacing: -.06em;
    line-height: 68px;
    display: block;
    margin-top: 46px;
    margin-bottom: 5px;
  }
  body #wrapper h2{
    font-weight: 900;
    font-size: 1.1em;
    line-height: 1.2em;
  }
  .revista header {
    background: transparent url(./bg-header-revista.jpg) no-repeat scroll center 0;
  }
  header {
    background: transparent url(./bg-header.jpg) no-repeat scroll center 0;
    min-height: 551px;
    position: relative;
  }
  .header-form{
    background-color: rgba(226, 67, 6, 0.74);
    padding-top: 15px;
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .header-form .boxform{
    float: left;
    width: 38%;
    border-radius: 50px 50px 0 0;
    -moz-border-radius: 50px 50px 0 0;
    -webkit-border-radius: 50px 50px 0 0;
    background-color: #fff;
    padding:5% 4.5% 10px 4.5%;
  }
  .header-form h3{
    margin-bottom: 12px;
  }
  .header-form h3, body #wrapper .header-form p{
    font-family: calibri;
    font-weight: 900;
  }

  body #wrapper p{
    font-family: calibri;
    color: #635949;
  }
  body, *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

  }
  body #wrapper .center{
    width: 1066px;
  }
  .logo-lp{
    margin-top: 30px;
    width: 154px;
  }

  body #wrapper .header-form h3.title-col2{
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    margin: 66px 0 0 6%;
    float: left;
  }
  /*Featured Content*/

  #featured-content {
    background-color: #334a5c;
    color: #FFF;
    min-height: 400px;
  }
  .listbox{
    width: 59%;
    padding-left: 2%;
    padding-top: 60px;
    padding-right: 10%;
  }
  .listbox ul{
    float: left;
    width: 100%;
  }
  .listbox ul li{
    float: left;
    width: 100%;
    padding-bottom: 20px;
  }
  .listbox ul li img{
    float: left;
    margin-right: 22px;
  }
  .listbox.lp-melhoridade{
    padding-right: 5%;
  }
  body #wrapper .listbox ul li h4{
    color: #8e451b;
    font-size: 1em;
    line-height: 13px;
    margin-bottom: 20px;
    font-family: 'Gotham-Bold';
    margin-top: 25px;
    text-transform: uppercase;
  }
  .listbox ul li h4 span{
    font-size: 2.1em;
    color: #f36f23;
    float: left;
    font-family: 'Gotham-Bold';
    margin-right: 12px;
  }
  .listbox ul li p {
    font-size: 1.1em;
    line-height: 18px;
  }
  body #wrapper .listbox.lp-melhoridade ul li p{
    font-size: 1em;
  }
  body #wrapper .listbox.lp-melhoridade ul li h4{
    color:#f37023;
    margin-bottom: 12px;
  }
  .listbox ul li p {
    color:#635949;
  }
  .box-ebook{
    width: 100%;
    float: left;
    margin-top: 30px;
    padding:5%;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border:1px solid #d1d1d1;
    -webkit-box-shadow: 0px 10px 0px 0px rgba(209,209,209,1);
    -moz-box-shadow: 0px 10px 0px 0px rgba(209,209,209,1);
    box-shadow: 0px 10px 0px 0px rgba(209,209,209,1);
    }
    .box-ebook p{
      color: #635949;
    }
    .box-ebook a{
      padding-left:130px;
      text-decoration: none;
      display: block;
      margin-top: 17px;
      padding-top:25px;
          position: relative;
    }
   .box-ebook a:hover{
    text-decoration: none;
    display: block;
    text-shadow: 1px 1px 1px rgba(243, 112, 35, 0.2);
    -webkit-transition: text-shadow 0.8s;
    -moz-transition: text-shadow 0.8s;
    -ms-transition: text-shadow 0.8s;
    -o-transition: text-shadow 0.8s;
    transition: text-shadow 0.8s;
    }
    #wrapper .box-ebook h4.with-icon{
      padding-left:130px;
      margin-top: 20px;
      padding-top:25px;
      min-height: 88px;
          position: relative;
    }
    #wrapper .box-ebook a h4, #wrapper .box-ebook h4.with-icon{
      font-family: 'Gotham-Bold';
      text-transform: uppercase;

      color:#f37023;
      font-weight: bold;
      font-size: 1.2em;

    }
    #wrapper .box-ebook a h4:before, #wrapper .box-ebook h4.with-icon:before{
      position: absolute;
      content:"";
      height: 102px;
      width: 103px;
      left: 0;
      top: -14px;
      background: transparent url(./lp-icon-pdf.png) no-repeat scroll center 0;
    }
    .box-ebook a h4 span, .box-ebook  h4.with-icon span{
      display: block;
      font-weight: normal;
      border-top:1px solid #d1d1d1;
      margin-top:12px ;
      padding-top:12px;
      color: #635949;
      text-transform: none;
      font-size: 0.87em;
    }
    /*Footer*/
  footer {
    font-size: .8em;
    text-align: center;
    padding-top: 30px;
    margin-top: 40px;
    font-family: 'Gotham-Bold';
  }
  footer .footer-regulamento a{
    color: #fff;
  }
  .footer-regulamento{
    padding: 15px 0;
    background-color: #999393;
    margin-top: 16px;
  }

  /*error config*/
  form #error-container {background-color:#FFDDDD;display:none;padding:16px;margin:16px 0 24px 0;}
  form #error-container p {color:#463A33;text-align:center;font-size:16px;margin:0;padding:0;}
  form label.error { display:none !important; }
  form input.error,
  form textarea.error,
  form select.error { background-color:#FFDDDD; }


  footer {
    color: #949494;
  }

	.fb_hidden{position:absolute;top:-10000px;z-index:10001}.fb_invisible{display:none}.fb_reset{background:none;border:0;border-spacing:0;color:#000;cursor:auto;direction:ltr;font-family:"lucida grande", tahoma, verdana, arial, sans-serif;font-size:11px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:1;margin:0;overflow:visible;padding:0;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;visibility:visible;white-space:normal;word-spacing:normal}.fb_reset>div{overflow:hidden}.fb_link img{border:none}
	.fb_dialog{background:rgba(82, 82, 82, .7);position:absolute;top:-10000px;z-index:10001}.fb_reset .fb_dialog_legacy{overflow:visible}.fb_dialog_advanced{padding:10px;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px}.fb_dialog_content{background:#fff;color:#333}.fb_dialog_close_icon{background:url(http://static.xx.fbcdn.net/rsrc.php/v2/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 0 transparent;_background-image:url(http://static.xx.fbcdn.net/rsrc.php/v2/yL/r/s816eWC-2sl.gif);cursor:pointer;display:block;height:15px;position:absolute;right:18px;top:17px;width:15px}.fb_dialog_mobile .fb_dialog_close_icon{top:5px;left:5px;right:auto}.fb_dialog_padding{background-color:transparent;position:absolute;width:1px;z-index:-1}.fb_dialog_close_icon:hover{background:url(http://static.xx.fbcdn.net/rsrc.php/v2/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -15px transparent;_background-image:url(http://static.xx.fbcdn.net/rsrc.php/v2/yL/r/s816eWC-2sl.gif)}.fb_dialog_close_icon:active{background:url(http://static.xx.fbcdn.net/rsrc.php/v2/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -30px transparent;_background-image:url(http://static.xx.fbcdn.net/rsrc.php/v2/yL/r/s816eWC-2sl.gif)}.fb_dialog_loader{background-color:#f6f7f8;border:1px solid #606060;font-size:24px;padding:20px}.fb_dialog_top_left,.fb_dialog_top_right,.fb_dialog_bottom_left,.fb_dialog_bottom_right{height:10px;width:10px;overflow:hidden;position:absolute}.fb_dialog_top_left{background:url(http://static.xx.fbcdn.net/rsrc.php/v2/ye/r/8YeTNIlTZjm.png) no-repeat 0 0;left:-10px;top:-10px}.fb_dialog_top_right{background:url(http://static.xx.fbcdn.net/rsrc.php/v2/ye/r/8YeTNIlTZjm.png) no-repeat 0 -10px;right:-10px;top:-10px}.fb_dialog_bottom_left{background:url(http://static.xx.fbcdn.net/rsrc.php/v2/ye/r/8YeTNIlTZjm.png) no-repeat 0 -20px;bottom:-10px;left:-10px}.fb_dialog_bottom_right{background:url(http://static.xx.fbcdn.net/rsrc.php/v2/ye/r/8YeTNIlTZjm.png) no-repeat 0 -30px;right:-10px;bottom:-10px}.fb_dialog_vert_left,.fb_dialog_vert_right,.fb_dialog_horiz_top,.fb_dialog_horiz_bottom{position:absolute;background:#525252;filter:alpha(opacity=70);opacity:.7}.fb_dialog_vert_left,.fb_dialog_vert_right{width:10px;height:100%}.fb_dialog_vert_left{margin-left:-10px}.fb_dialog_vert_right{right:0;margin-right:-10px}.fb_dialog_horiz_top,.fb_dialog_horiz_bottom{width:100%;height:10px}.fb_dialog_horiz_top{margin-top:-10px}.fb_dialog_horiz_bottom{bottom:0;margin-bottom:-10px}.fb_dialog_iframe{line-height:0}.fb_dialog_content .dialog_title{background:#6d84b4;border:1px solid #3a5795;color:#fff;font-size:14px;font-weight:bold;margin:0}.fb_dialog_content .dialog_title>span{background:url(http://static.xx.fbcdn.net/rsrc.php/v2/yd/r/Cou7n-nqK52.gif) no-repeat 5px 50%;float:left;padding:5px 0 7px 26px}body.fb_hidden{-webkit-transform:none;height:100%;margin:0;overflow:visible;position:absolute;top:-10000px;left:0;width:100%}.fb_dialog.fb_dialog_mobile.loading{background:url(http://static.xx.fbcdn.net/rsrc.php/v2/ya/r/3rhSv5V8j3o.gif) white no-repeat 50% 50%;min-height:100%;min-width:100%;overflow:hidden;position:absolute;top:0;z-index:10001}.fb_dialog.fb_dialog_mobile.loading.centered{max-height:590px;min-height:590px;max-width:500px;min-width:500px}#fb-root #fb_dialog_ipad_overlay{background:rgba(0, 0, 0, .45);position:absolute;left:0;top:0;width:100%;min-height:100%;z-index:10000}#fb-root #fb_dialog_ipad_overlay.hidden{display:none}.fb_dialog.fb_dialog_mobile.loading iframe{visibility:hidden}.fb_dialog_content .dialog_header{-webkit-box-shadow:white 0 1px 1px -1px inset;background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#738ABA), to(#2C4987));border-bottom:1px solid;border-color:#1d4088;color:#fff;font:14px Helvetica, sans-serif;font-weight:bold;text-overflow:ellipsis;text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0;vertical-align:middle;white-space:nowrap}.fb_dialog_content .dialog_header table{-webkit-font-smoothing:subpixel-antialiased;height:43px;width:100%}.fb_dialog_content .dialog_header td.header_left{font-size:12px;padding-left:5px;vertical-align:middle;width:60px}.fb_dialog_content .dialog_header td.header_right{font-size:12px;padding-right:5px;vertical-align:middle;width:60px}.fb_dialog_content .touchable_button{background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#4966A6), color-stop(.5, #355492), to(#2A4887));border:1px solid #2f477a;-webkit-background-clip:padding-box;-webkit-border-radius:3px;-webkit-box-shadow:rgba(0, 0, 0, .117188) 0 1px 1px inset, rgba(255, 255, 255, .167969) 0 1px 0;display:inline-block;margin-top:3px;max-width:85px;line-height:18px;padding:4px 12px;position:relative}.fb_dialog_content .dialog_header .touchable_button input{border:none;background:none;color:#fff;font:12px Helvetica, sans-serif;font-weight:bold;margin:2px -12px;padding:2px 6px 3px 6px;text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0}.fb_dialog_content .dialog_header .header_center{color:#fff;font-size:16px;font-weight:bold;line-height:18px;text-align:center;vertical-align:middle}.fb_dialog_content .dialog_content{background:url(http://static.xx.fbcdn.net/rsrc.php/v2/y9/r/jKEcVPZFk-2.gif) no-repeat 50% 50%;border:1px solid #555;border-bottom:0;border-top:0;height:150px}.fb_dialog_content .dialog_footer{background:#f6f7f8;border:1px solid #555;border-top-color:#ccc;height:40px}#fb_dialog_loader_close{float:left}.fb_dialog.fb_dialog_mobile .fb_dialog_close_button{text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0}.fb_dialog.fb_dialog_mobile .fb_dialog_close_icon{visibility:hidden}
	.fb_iframe_widget{display:inline-block;position:relative}.fb_iframe_widget span{display:inline-block;position:relative;text-align:justify}.fb_iframe_widget iframe{position:absolute}.fb_iframe_widget_fluid_desktop,.fb_iframe_widget_fluid_desktop span,.fb_iframe_widget_fluid_desktop iframe{max-width:100%}.fb_iframe_widget_fluid_desktop iframe{min-width:220px;position:relative}.fb_iframe_widget_lift{z-index:1}.fb_hide_iframes iframe{position:relative;left:-10000px}.fb_iframe_widget_loader{position:relative;display:inline-block}.fb_iframe_widget_fluid{display:inline}.fb_iframe_widget_fluid span{width:100%}.fb_iframe_widget_loader iframe{min-height:32px;z-index:2;zoom:1}.fb_iframe_widget_loader .FB_Loader{background:url(http://static.xx.fbcdn.net/rsrc.php/v2/y9/r/jKEcVPZFk-2.gif) no-repeat;height:32px;width:32px;margin-left:-16px;position:absolute;left:50%;z-index:4}</style><style type="text/css">* html #li_ui_li_gen_1421346683436_0 a#li_ui_li_gen_1421346683436_0-link{height:1% !important;}#li_ui_li_gen_1421346683436_0{position:relative !important;overflow:visible !important;display:block !important;}#li_ui_li_gen_1421346683436_0 span{-webkit-box-sizing:content-box !important;-moz-box-sizing:content-box !important;box-sizing:content-box !important;}#li_ui_li_gen_1421346683436_0 a#li_ui_li_gen_1421346683436_0-link{border:0 !important;height:20px !important;text-decoration:none !important;padding:0 !important;margin:0 !important;display:inline-block !important;}#li_ui_li_gen_1421346683436_0 a#li_ui_li_gen_1421346683436_0-link:link, #li_ui_li_gen_1421346683436_0 a#li_ui_li_gen_1421346683436_0-link:visited, #li_ui_li_gen_1421346683436_0 a#li_ui_li_gen_1421346683436_0-link:hover, #li_ui_li_gen_1421346683436_0 a#li_ui_li_gen_1421346683436_0-link:active{border:0 !important;text-decoration:none !important;}#li_ui_li_gen_1421346683436_0 a#li_ui_li_gen_1421346683436_0-link:after{content:"." !important;display:block !important;clear:both !important;visibility:hidden !important;line-height:0 !important;height:0 !important;}#li_ui_li_gen_1421346683436_0 #li_ui_li_gen_1421346683436_0-logo{background-image:url(https://static.licdn.com/scds/common/u/images/apps/connect/sprites/sprite_connect_v14.png) !important;background-position:0px -276px !important;background-repeat:no-repeat !important;background-size:initial !important;cursor:pointer !important;border:0 !important;text-indent:-9999em !important;overflow:hidden !important;padding:0 !important;margin:0 !important;position:absolute !important;left:0px !important;top:0px !important;display:block !important;width:20px !important;height:20px !important;float:right !important;border-radius:0 !important;-moz-border-radius:0 !important;border-top-right-radius:2px !important;border-bottom-right-radius:2px !important;-moz-border-radius-topright:2px !important;-moz-border-radius-bottomright:2px !important;}#li_ui_li_gen_1421346683436_0.hovered #li_ui_li_gen_1421346683436_0-logo{background-position:-20px -276px !important;}#li_ui_li_gen_1421346683436_0.clicked #li_ui_li_gen_1421346683436_0-logo, #li_ui_li_gen_1421346683436_0.down #li_ui_li_gen_1421346683436_0-logo{background-position:-40px -276px !important;}.IN-shadowed #li_ui_li_gen_1421346683436_0 #li_ui_li_gen_1421346683436_0-logo{}#li_ui_li_gen_1421346683436_0 #li_ui_li_gen_1421346683436_0-title{color:#333 !important;cursor:pointer !important;display:block !important;white-space:nowrap !important;float:left !important;margin-left:1px !important;vertical-align:top !important;overflow:hidden !important;text-align:center !important;height:18px !important;padding:0 4px 0 23px !important;border:1px solid #000 !important;border-top-color:#E2E2E2 !important;border-right-color:#BFBFBF !important;border-bottom-color:#B9B9B9 !important;border-left-color:#E2E2E2 !important;border-left:0 !important;text-shadow:#FFFFFF -1px 1px 0 !important;line-height:20px !important;border-radius:0 !important;-moz-border-radius:0 !important;border-top-right-radius:2px !important;border-bottom-right-radius:2px !important;-moz-border-radius-topright:2px !important;-moz-border-radius-bottomright:2px !important;background-color:#ECECEC !important;background-image:-moz-linear-gradient(top, #FEFEFE 0%, #ECECEC 100%) !important;}#li_ui_li_gen_1421346683436_0.hovered #li_ui_li_gen_1421346683436_0-title{border:1px solid #000 !important;border-top-color:#ABABAB !important;border-right-color:#9A9A9A !important;border-bottom-color:#787878 !important;border-left-color:#04568B !important;border-left:0 !important;background-color:#EDEDED !important;background-image:-moz-linear-gradient(top, #EDEDED 0%, #DEDEDE 100%) !important;}#li_ui_li_gen_1421346683436_0.clicked #li_ui_li_gen_1421346683436_0-title, #li_ui_li_gen_1421346683436_0.down #li_ui_li_gen_1421346683436_0-title{color:#666 !important;border:1px solid #000 !important;border-top-color:#B6B6B6 !important;border-right-color:#B3B3B3 !important;border-bottom-color:#9D9D9D !important;border-left-color:#49627B !important;border-left:0 !important;background-color:#DEDEDE !important;background-image:-moz-linear-gradient(top, #E3E3E3 0%, #EDEDED 100%) !important;}.IN-shadowed #li_ui_li_gen_1421346683436_0 #li_ui_li_gen_1421346683436_0-title{}.IN-shadowed #li_ui_li_gen_1421346683436_0.hovered #li_ui_li_gen_1421346683436_0-title{}.IN-shadowed #li_ui_li_gen_1421346683436_0.clicked #li_ui_li_gen_1421346683436_0-title, .IN-shadowed #li_ui_li_gen_1421346683436_0.down #li_ui_li_gen_1421346683436_0-title{}#li_ui_li_gen_1421346683436_0 #li_ui_li_gen_1421346683436_0-title-text, #li_ui_li_gen_1421346683436_0 #li_ui_li_gen_1421346683436_0-title-text *{color:#333 !important;font-size:11px !important;font-family:Arial, sans-serif !important;font-weight:bold !important;font-style:normal !important;-webkit-font-smoothing:antialiased !important;display:inline-block !important;background:transparent none !important;vertical-align:top !important;height:18px !important;line-height:20px !important;float:none !important;}#li_ui_li_gen_1421346683436_0 #li_ui_li_gen_1421346683436_0-title-text strong{font-weight:bold !important;}#li_ui_li_gen_1421346683436_0 #li_ui_li_gen_1421346683436_0-title-text em{font-style:italic !important;}#li_ui_li_gen_1421346683436_0.hovered #li_ui_li_gen_1421346683436_0-title-text, #li_ui_li_gen_1421346683436_0.hovered #li_ui_li_gen_1421346683436_0-title-text *{color:#000 !important;}#li_ui_li_gen_1421346683436_0.clicked #li_ui_li_gen_1421346683436_0-title-text, #li_ui_li_gen_1421346683436_0.down #li_ui_li_gen_1421346683436_0-title-text, #li_ui_li_gen_1421346683436_0.clicked #li_ui_li_gen_1421346683436_0-title-text *, #li_ui_li_gen_1421346683436_0.down #li_ui_li_gen_1421346683436_0-title-text *{color:#666 !important;}#li_ui_li_gen_1421346683436_0 #li_ui_li_gen_1421346683436_0-title #li_ui_li_gen_1421346683436_0-mark{display:inline-block !important;width:0px !important;overflow:hidden !important;}.success #li_ui_li_gen_1421346683436_0 #li_ui_li_gen_1421346683436_0-title{color:#333 !important;border-top-color:#E2E2E2 !important;border-right-color:#BFBFBF !important;border-bottom-color:#B9B9B9 !important;border-left-color:#E2E2E2 !important;background-color:#ECECEC !important;background-image:-moz-linear-gradient(top, #FEFEFE 0%, #ECECEC 100%) !important;}.success #li_ui_li_gen_1421346683436_0 #li_ui_li_gen_1421346683436_0-title-text, .success #li_ui_li_gen_1421346683436_0 #li_ui_li_gen_1421346683436_0-title-text *{color:#333 !important;}.IN-shadowed .success #li_ui_li_gen_1421346683436_0 #li_ui_li_gen_1421346683436_0-title{}.success #li_ui_li_gen_1421346683436_0.hovered #li_ui_li_gen_1421346683436_0-title{color:#000 !important;border-top-color:#ABABAB !important;border-right-color:#9A9A9A !important;border-bottom-color:#787878 !important;border-left-color:#04568B !important;background-color:#EDEDED !important;background-image:-moz-linear-gradient(top, #EDEDED 0%, #DEDEDE 100%) !important;}.success #li_ui_li_gen_1421346683436_0.hovered #li_ui_li_gen_1421346683436_0-title-text, .success #li_ui_li_gen_1421346683436_0.hovered #li_ui_li_gen_1421346683436_0-title-text *{color:#000 !important;}.success #li_ui_li_gen_1421346683436_0.clicked #li_ui_li_gen_1421346683436_0-title, .success #li_ui_li_gen_1421346683436_0.down #li_ui_li_gen_1421346683436_0-title{color:#666 !important;border-top-color:#B6B6B6 !important;border-right-color:#B3B3B3 !important;border-bottom-color:#9D9D9D !important;border-left-color:#49627B !important;background-color:#DEDEDE !important;background-image:-moz-linear-gradient(top, #E3E3E3 0%, #EDEDED 100%) !important;}.success #li_ui_li_gen_1421346683436_0.clicked #li_ui_li_gen_1421346683436_0-title-text, .success #li_ui_li_gen_1421346683436_0.down #li_ui_li_gen_1421346683436_0-title-text, .success #li_ui_li_gen_1421346683436_0.clicked #li_ui_li_gen_1421346683436_0-title-text *, .success #li_ui_li_gen_1421346683436_0.down #li_ui_li_gen_1421346683436_0-title-text *{color:#666 !important;}.IN-shadowed .success #li_ui_li_gen_1421346683436_0.clicked #li_ui_li_gen_1421346683436_0-title, .IN-shadowed .success #li_ui_li_gen_1421346683436_0.down #li_ui_li_gen_1421346683436_0-title{}#li_ui_li_gen_1421346683450_1-container.IN-top {display:inline-block !important;overflow:visible !important;position:relative !important;height:42px !important;line-height:1px !important;cursor:pointer !important;}#li_ui_li_gen_1421346683450_1.IN-top {display:inline-block !important;height:42px !important;width:57px !important;text-align:center !important;background-image:url(https://static.licdn.com/scds/common/u/images/apps/connect/sprites/sprite_connect_v14.png) !important;background-color:transparent !important;background-repeat:no-repeat !important;background-position:-150px top !important;}#li_ui_li_gen_1421346683450_1-content.IN-top {display:inline !important;font-size:16px !important;color:#04558B !important;font-weight:bold !important;font-family:Arial, sans-serif !important;line-height:38px !important;}#li_ui_li_gen_1421346683450_1-container.IN-empty #li_ui_li_gen_1421346683450_1-inner.IN-top {background-image:url(https://static.licdn.com/scds/common/u/images/apps/connect/sprites/sprite_connect_v14.png) !important;background-color:transparent !important;background-repeat:no-repeat !important;background-position:0px -20px !important;overflow:hidden !important;margin:5px auto 0 auto !important;width:26px !important;height:26px !important;display:block !important;}#li_ui_li_gen_1421346683450_1-container.IN-empty #li_ui_li_gen_1421346683450_1-content.IN-top {text-indent:-999px !important;display:inline-block !important;}#li_ui_li_gen_1421346683450_1-container.IN-hidden #li_ui_li_gen_1421346683450_1 {display:none !important;}

/*revista*/

  body #wrapper.revista h1{
    font-size: 3.6em;
    line-height: 58px;
    margin-top: 14px;
  }
  body #wrapper.revista .description{
    width: 400px;
    font-weight: 900;
    padding-bottom: 10px;
  }

  body #wrapper.revista .img-revista{
    position: absolute;
    top: 61px;
    right: 20px;
    z-index: 2;
  }
  body #wrapper.revista .header-form .boxform p{
    line-height: 17px;
  }
  body #wrapper.revista .boxform{
    padding: 3% 4% 21px 4%;
  }
  body #wrapper.revista .boxform h3,
  body #wrapper.revista .listbox h4{
    font-family: calibri, Arial, sans-serif;
  }
  body #wrapper.revista .img-selo{
    margin-left: 22px;
  }
  body #wrapper.revista .header-form h3.title-col2 {
    font-weight: 400;
    margin: 49px 0 0 20px;
    font-family: Calibri;
  }
  body #wrapper.revista .listbox h4 .icon-book{
    margin-right: 12px;
  }
  body #wrapper.revista .listbox h4{
    text-transform: uppercase;
  }
  body #wrapper.revista .listbox{
    float: right;
  }
  body #wrapper.revista .listbox h4,
  body #wrapper.revista .listbox h5{
    color: #f37023;
    font-weight: 900;
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 13px;
  }
  body #wrapper.revista .listbox p{
    margin-bottom: 15px;
  }
  body #wrapper.revista .gallery{
    text-align:center;
  }
  body #wrapper.revista .gallery li{
    display: inline-block;
    width: 25%;
    vertical-align: top;
    padding-right: 2%;
  }
  body #wrapper.revista .listbox .gallery li img{
    margin: 0;
    max-width: 100%;
  }
  .content-dep h2 span{
    color: #fff;
    font-family: 'Gotham-Bold';
  }
  .thumb-dep.right{
    float:right;
  }
  .thumb-dep img{
    margin-right: 0;
  }
  .thumb-dep{
    float: left;
    width: 25%;
    padding-right: 3%;
  }
  body #wrapper.revista .depoimento .item-dep.right{
    text-align: right;
  }
  body #wrapper.revista .depoimento .item-dep.right em{
    text-align:right;
  }
  body #wrapper.revista .depoimento .item-dep em:before{
    content: "“";
    font-size: 41px;
    color: #ffed53;
    font-family: sans-serif;
    line-height: 1;
    display: inline-block;
    /*position: absolute;
    top: 28px;
    left: -18px;*/
    height: 19px;
    overflow: hidden;
  }
  body #wrapper.revista .depoimento .item-dep em:after{
    content: "“";
    font-size: 41px;
    color: #ffed53;
    font-family: sans-serif;
    line-height: 1;
    display: inline-block;
    height: 19px;
    overflow: hidden;
    transform: rotate(179deg);
    /*position: absolute;
    right: -17px;
    bottom: -17px;*/
  }
  body #wrapper.revista .depoimento .item-dep em{
    text-align:left;
    position: relative;
    padding-top: 0;
  }
  body #wrapper.revista .depoimento .item-dep{
    float: left;
    width: 73%;
    text-align: left;
    margin-bottom: 30px;
  }
  body #wrapper.revista .depoimento .item-dep p.author{
    color: #ffed53;
    border-top:1px solid #fff;
    text-align:left;
    margin-top: 10px;
    display: inline-block;
    padding-right: 20px;
    padding-top: 7px;
  }
  body #wrapper.revista .depoimento .item-dep.right p.author{
    text-align:right;
    padding-right: 0;
    padding-left: 20px;
  }
  body #wrapper.revista form input[type="submit"]{
    background: #369239 url(./icon-download.png) no-repeat scroll 24px center;
  }
  body #wrapper.revista .box-download h4{
    font-family: Calibri;
  }
  body #wrapper.revista .box-download{
    display: none;
  }
  body #wrapper.revista .depoimento{
    background: transparent url(./bg-depoimento-revista.jpg) no-repeat scroll center 0
  }

/*lp quiz*/
  body #wrapper.quiz .center{
    width: 1111px;
  }
  body #wrapper.quiz header{
    min-height:371px;
  }
  body #wrapper.quiz{
    background: transparent url(../images/src/lp-quiz/bg-quiz.jpg) repeat-y fixed top center;
    /*background-size:cover;*/
  }
  body #wrapper.quiz p{color: #5F5E5E;font-size: 20px;}
  body #wrapper.quiz .box-texto-header h1 span{
    font-family: 'Gotham-Bold';
    color: #bc1515;
    font-size: 63px;
    display: block;
    width: 100%;
  }
  body #wrapper.quiz .box-texto-header h1{
    color: #bc1515;
    font-size: 59px;
    font-weight: 900;
    margin-bottom: 49px;
    line-height: 88px;
  }
  body #wrapper.quiz .box-texto-header p{
    padding-bottom: 17px;
    font-size: 18px;
  }
  body #wrapper.quiz .box-texto-header{
    width: 35%;
  }
  body #wrapper.quiz .box-logo{
    width: 327px;
    text-align: center;
  }
  body #wrapper.quiz .box-logo .logo-lp{
    margin-bottom: 20px;
  }

  body #wrapper.quiz header{
    background: transparent url(../images/src/lp-quiz/bg-top.png) no-repeat scroll bottom center;
  }
  body #wrapper.quiz #content{
    background-color: rgba(156, 3, 3, 0.84);
    padding: 50px 0;
    min-height: 480px;
  }
  .rounded-form{
    width: 700px;
    display: inline-block;
    float: none;
  }
  #content-form h2.title{
    margin-bottom: 41px;
  }
  #content-form{
    margin-top: -430px;
  }
  body #wrapper.quiz .content-border{
    background-color: #fff;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    padding:4%;
    width: 700px;
    border-bottom: 8px solid #d7d7d7;
  }
  body #wrapper.quiz .content-questions{
    display: inline-block;
    position: relative;
    display:none;
  }

  body #wrapper.quiz .title{
    font-family: 'calibri';
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
  }
  body #wrapper.quiz .colform{
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 1%;
    padding-left: 0;
  }
  body #wrapper.quiz input[type="submit"]{
    width: auto;
    padding: 26px 40px 22px;
    float: none;
    display: inline-block;
  }
  body #wrapper.quiz .colform.last{
    padding-left: 1%;
    padding-right: 0%;
  }
  body #wrapper.quiz .num-question{
     font-family: 'Gotham-Bold';
     font-size: 16px;
     padding: 0 30px 15px 30px;
     margin-bottom: 40px;
     border-bottom:1px solid #d7d7d7;
     color: #d7d7d7;
     display: inline-block;
  }
  body #wrapper.quiz .num-question span{
    font-family: 'Gotham-Bold';
    color: #d7d7d7;
  }
  body #wrapper.quiz .content-questions ul li{
    color: #4F4E4E;
    font-size: 19px;
    display: none;
  }
  body #wrapper.quiz .content-questions ul li.active{
    display: inline-block;
  }
  body #wrapper.quiz .content-questions ul li em{
    color: #000000;
    font-family: 'Gotham-Light';
    font-size: 16px;
  }
  body #wrapper.quiz .content-questions ul li span{
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background-color: #bb1515;
    background-color: #bb1515;
    width: 22px;
    height: 22px;
    display: inline-block;
    color: #fff;
    font-family: 'Gotham-Bold';
    line-height: 22px;
    margin-right: 12px;
    font-size: 12px;
  }
  body #wrapper.quiz .btn{
    margin-left: 18px;
    display: inline-block;
    margin-bottom: 20px;
    width: auto;
    padding: 16px 48px 10px;
    margin-right: 17px;
    font-family: 'Gotham-Bold';
    margin-top: 40px;
  }
  body #wrapper.quiz .btn.red{
    background-color: #bb1515;
    border-bottom-color: #9c0f0f;
  }
  body #wrapper.quiz .btn.green{
    background-color: #369239;
    border-bottom-color: #1d7720;
  }

  body #wrapper.quiz .btn.red:hover, body #wrapper.quiz .btn.red.active{
    background-color: #941010;
    border-bottom-color: #760C0C;
    color:#fff;
    text-decoration:none;
  }
  body #wrapper.quiz .btn.green:hover, body #wrapper.quiz .btn.green.active{
    background-color: #266928;
    border-bottom-color: #114B13;
    color:#fff;
    text-decoration:none;
  }
  body #wrapper.quiz .nav{
    position: absolute;
    width: 40px;
    height: 49px;
    top:0;
    bottom: 0;
    margin: auto;
    /* opera */display: inline-block;
    /* opera */line-height: 0;
    /* ie */text-indent: -99999px;
    overflow:hidden;
    text-align:left;
    background: transparent url(../images/src/lp-quiz/sprinte-quiz.png) no-repeat scroll 5px 0;
    display:none;
  }
  body #wrapper.quiz .nav.show{
    display:inline-block;
  }
  body #wrapper.quiz .nav.next:hover{
    background-position: -34px 1px;
  }
  body #wrapper.quiz .nav.prev:hover{
    background-position: -34px -47px;
  }
  body #wrapper.quiz .nav.prev{
    left: 15px;
  }
  body #wrapper.quiz .nav.next{
    right: 15px;
    background-position: 5px -46px;
  }
  .btn-imprimir{
    position: absolute;
    right: 30px;
    top: 40px;
  }
  body #wrapper.quiz .resultado .num-question {
    margin-bottom: 21px;
  }
  .resultado{
    display: none;
  }
  .resultado img{
    margin-bottom: 20px;
  }
  .msg{
    padding-bottom: 10px;
  }
  .content-questions .content-border{
    display: inline-block;
    margin-top: 41px;
    position: relative;
  }
/*----fim do quiz----*/



  @media screen and (max-width: 1066px) {
    body #wrapper .center{
      width: 98%;
    }
    body #wrapper.revista .img-revista{
      width: 56%;
    }
    body #wrapper.revista form input[type="submit"]{
      background-image: none;
    }
  }

  @media screen and (max-width: 900px) {

    body #wrapper{
      /*font-size: 10px;*/
    }

  }
  @media screen and (max-width: 768px) {
    body #wrapper.revista header{
      overflow: hidden;
      height: 484px;
    }
    body #wrapper.revista .img-revista{
      width: 59%;
      right:-70px;
    }
    .img-selo {
      width: 60px;
    }
    body #wrapper.revista .header-form h3.title-col2{
      margin-top: 16px;
    }
    body #wrapper h1 {
      font-size: 3.5em;
      line-height: 44px;
      margin-top: 34px;
      text-shadow: 0px 0px 4px #fff;
    }
    body #wrapper h2 {
      font-size: 1em;
      text-shadow: 0px 1px 1px #fff;
    }
    .logo-lp {
      margin-top: 20px;
      width: 121px;
    }
    header{
      min-height: 370px;
      background-size: 1294px;
    }
    .header-form .boxform, .colform{
      width: 48%;
    }
    .header-form h3 {
      margin-bottom: 5px;
      font-size: 1em;
    }
    body #wrapper .header-form p {
      line-height: 14px;
    }
    body #wrapper .header-form h3.title-col2 {
      margin: 26px 0 0 6%;
      width: 46%;
      line-height: 24px;
    }
    .listbox {
      width: 52%;
      padding-left: 2%;
      padding-top: 25px;
      padding-right: 1%;
    }
    body #wrapper .listbox ul li h4 {
      margin-top: 7px;
      margin-bottom: 13px;
    }
    .listbox ul li img {
        float: left;
        margin-right: 10px;
        width: 89px;
    }
    .listbox ul li h4 span {
      font-size: 1.6em;
      margin-right: 5px;
    }
    .listbox ul li p {
      font-size: 1em;
      line-height: 15px;
    }
    body #wrapper input[type="submit"] {
      padding: 11px 10px 9px;
      font-size: .91em;
      margin-top: 6px;
    }

    .depoimento {
      padding: 40px 0 60px 0;
    }
    .depoimento .content-dep {
      width: 100%;
      padding: 0 3%;
    }
    body #wrapper .depoimento h2 {
      padding-bottom: 0;
      font-size: 2em;
    }
    .content-dep img {
      margin-right: 16px;
      width: 100px;
    }
    body #wrapper .depoimento em {
      padding-top: 8px;
    }
    .date {
      padding: 11px 19px;
      margin-top: 16px;
    }
  }
  @media screen and (max-width: 640px) {
    body #wrapper.revista .img-selo{
      display: none;
    }
    body #wrapper.revista h1 {
      font-size: 2.6em;
      line-height: 44px;
      margin-top: 10px;
      background-color: transparent;
      color: #f37023;
      margin-bottom: 17px;
    }
    body #wrapper.revista .description {
      padding-left: 2%;
    }
    body #wrapper.revista .header-form .boxform {
      height: auto;
    }
    body #wrapper.revista .img-revista{
      top:12px;
      width: 69%;
    }
    .logo-lp {
        margin-top: 9px;
        width: 121px;
    }
    body #wrapper h1 {
      font-size: 2.5em;
      line-height: 34px;
    }
    header {
      min-height: 370px;
      background-size: 1294px;
      background-position: -357px 0;
    }
    body #wrapper header .center{
      width: 100%;
    }
    body #wrapper header h1 {
      font-size: 2.5em;
      line-height: 34px;
      margin-top: 34px;
      text-shadow: 0px 0px 4px transparent;
      background-color: rgba(226, 67, 6, 0.74);
      color: #fff;
      padding: 21px 0 0 8px;
      margin-top: 68px;
      width: 100%;
      margin-bottom: 0;
    }
    body #wrapper header h2 {
      font-size: 1em;
      text-shadow: 0px 1px 1px transparent;
      background-color: rgba(226, 67, 6, 0.74);
      color: #fff;
      padding-left: 12px;
    }
    .logo-lp{
      margin-top: 12px;
      width: 121px;
      margin-left: 9px;
    }
    body #wrapper .header-form h3.title-col2{
      display: none;
    }
    .header-form .boxform, .colform {
      width: 98%;
      margin: auto;
      float: none;
      display: block;
    }
    .header-form .boxform{
      height: 76px;
      border-radius: 17px 17px 0 0;
      -webkit-border-radius: 17px 17px 0 0;
      -moz-border-radius: 17px 17px 0 0;
    }
    .listbox {
      width: 100%;
      padding: 55px 5% 0 5%;
    }
    .btn{
      padding: 14px 30px 10px;
      font-size: 19px;
    }
  }

@media screen and (max-width: 500px){
  body #wrapper.revista .depoimento .item-dep {
    width: 63%;
  }
  .thumb-dep {
    width: 30%;
  }
}
@media screen and (max-width: 480px){
  body #wrapper.revista .depoimento {
    background-size: cover;
  }
  body #wrapper.revista .gallery li {
    width: 50%;
  }
  header {
    min-height: 370px;
    background-size: 1168px;
    background-position: -484px 0;
  }
  .logo-lp {
    width: 92px;
  }
  body #wrapper header h1{
    margin-top: 86px;
  }
}
@media screen and (max-width: 320px){
  body #wrapper header h1 {
    font-size: 1.6em;
    line-height: 25px;
    margin-top: 105px;
  }
  body #wrapper header h2{
    font-size: 15px;
  }
  .listbox {
    padding-top: 23px;
  }
  body #wrapper .listbox ul li h4 {
    font-size: .82em;
    line-height: 16px;
    margin-bottom: 5px;
  }
  .content-dep img {
      margin-right: 4px;
      width: 70px;
  }
  body #wrapper .date h3 {
    font-size: 1em;
  }
  .date {
    padding: 11px 5px;
    margin-top: 4px;
  }
  body #wrapper .depoimento {
    background-size: cover;
  }
  body #wrapper .depoimento em {
    padding-top: 8px;
    line-height: 18px;
  }
}

  body #wrapper ::-webkit-input-placeholder  { color:#635949; }
  body #wrapper input:-moz-placeholder,body #wrapper input::-moz-placeholder, body #wrapper :-ms-input-placeholde , body #wrapper input[placeholder] { color:#635949; }
  body #wrapper textarea:-moz-placeholder { color:#635949; }​
  .succes-page .content-form{
    display: none;
  }  
  .succes-page .box-download{
    display: block;
  }