@charset "UTF-8";
.bg_video {
  display: none; }

.subm .column.one {
  width: 28%; }

.subm .column.two {
  width: 28%; }

.subm .column.three {
  width: 25%; }

.bt_g_play {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  background-image: url(../img/icon_gplay.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.25;
  transition: all 0.5s ease;
  box-sizing: border-box;
  border-bottom: none !important; }

.bt_g_play:hover {
  opacity: 0.9; }

.bt_a_store {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  background-image: url(../img/icon_itunes.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.25;
  transition: all 0.5s ease;
  box-sizing: border-box;
  border-bottom: none !important; }

.bt_a_store:hover {
  opacity: 0.6; }

.bt_fb {
  width: 32px;
  height: 32px;
  float: left;
  display: block;
  background-image: url(../img/bt_fb.png);
  background-repeat: no-repeat;
  box-sizing: border-box; }

.bt_yt {
  width: 32px;
  height: 32px;
  float: left;
  display: block;
  background-image: url(../img/bt_yt.png);
  background-repeat: no-repeat;
  box-sizing: border-box; }

.lk_pit {
  font: 13px TitilliumRegular, Arial, sans-serif;
  color: #000000;
  text-decoration: none;
  width: 66px;
  height: 100%;
  line-height: 40px;
  float: left;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
  transition: all 0.5s ease;
  box-sizing: border-box; }

.lk_pit span:nth-child(1) {
  visibility: hidden;
  width: 0;
  text-indent: -9000px;
  overflow: hidden;
  text-align: center;
  transition: width 0.5s ease; }

.lk_pit span:nth-child(2) {
  visibility: visible;
  width: 100%;
  overflow: hidden;
  text-align: center;
  transition: width 0.5s ease; }

.lk_atdm {
  font: 13px TitilliumRegular, Arial, sans-serif;
  color: #000000;
  text-decoration: none;
  width: 88px;
  height: 100%;
  line-height: 40px;
  overflow: hidden;
  float: left;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 0 0 0 26px;
  background-image: url("../img/im_atd.png?30012018");
  background-position: 0 center;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
  box-sizing: border-box; }

.bt_blue_f_t {
  font: 14px Aller_R, Arial, sans-serif;
  color: #ffffff;
  text-decoration: none;
  height: 46px;
  background-color: transparent;
  border: solid 2px #5086b6;
  padding: 0 60px 0 60px;
  float: left;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  border-radius: 60px;
  align-items: center;
  justify-content: space-around;
  box-sizing: border-box; }

.bt_blue_f_t_b {
  font: 14px Aller_R, Arial, sans-serif;
  color: #4477ae;
  text-decoration: none;
  height: 46px;
  background-color: transparent;
  border: solid 2px #5086b6;
  padding: 0 36px 0 36px;
  float: left;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  border-radius: 60px;
  align-items: center;
  justify-content: space-around;
  box-sizing: border-box; }

.bt_white_f_t {
  font: 14px Aller_R, Arial, sans-serif;
  color: #ffffff;
  text-decoration: none;
  width: 130px;
  height: 46px;
  background-color: transparent;
  border: solid 2px #ffffff;
  float: left;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  border-radius: 60px;
  align-items: center;
  justify-content: space-around;
  box-sizing: border-box; }

.bt_play_white {
  font: 14px Aller_R, Arial, sans-serif !important;
  color: #ffffff !important;
  width: 152px !important;
  height: 28px !important;
  padding: 0 !important;
  float: left !important;
  display: block !important;
  cursor: pointer !important;
  background-color: transparent;
  background-image: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-sizing: border-box; }

.bt_play_white i {
  width: 28px;
  height: 28px;
  margin: 0;
  float: left;
  display: block;
  background-image: url(../img/bg_play_white.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  box-sizing: border-box;
  transition: all 1s ease; }

.bt_play_white i span {
  width: 28px !important;
  height: 28px !important;
  margin: 0 !important;
  background-image: url(../img/bg_play_white.png);
  background-repeat: no-repeat !important;
  background-position: 0 -37px !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.bt_play_white span {
  width: auto !important;
  font: 14px Aller_R, Arial, sans-serif !important;
  color: #ffffff !important;
  padding: 0 !important;
  margin: 0 0 0 8px !important;
  line-height: 28px !important;
  float: left !important; }

.bt_play_white:hover {
  color: #ffffff; }

.bt_play_white:hover i {
  background-image: url(../img/bg_play_white.png);
  background-position: 0 0;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.bt_play_white:hover i span {
  background-image: url(../img/bg_play_white.png);
  background-position: 0 -37px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.bt_play_blue i {
  width: 28px;
  height: 28px;
  margin: 0 0 0 12px;
  float: left;
  display: block;
  background-image: url(../img/bg_play_blue.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  box-sizing: border-box;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.bt_play_blue i span {
  width: 28px !important;
  height: 28px !important;
  margin: 0 !important;
  background-image: url(../img/bg_play_blue.png);
  background-repeat: no-repeat !important;
  background-position: 0 -37px !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.bt_play_blue span {
  width: auto !important;
  font: 14px Aller_R, Arial, sans-serif !important;
  color: #4477ae !important;
  padding: 0 !important;
  margin: 0 0 0 8px !important;
  line-height: 28px !important;
  float: left !important; }

.bt_play_blue:hover {
  color: #4477ae; }

.bt_play_blue:hover i {
  background-image: url(../img/bg_play_blue.png);
  background-position: 0 0;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.bt_play_blue:hover i span {
  background-image: url(../img/bg_play_blue.png);
  background-position: 0 -37px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.bt_blue_room {
  font: 14px Aller_R, Arial, sans-serif;
  color: #4477ae;
  text-decoration: none;
  height: 50px;
  padding: 0 26px 0 0;
  background-color: transparent;
  float: left;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background-image: url(../img/bg_bt_blue_room.png);
  background-position: right 38px;
  background-repeat: no-repeat;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  box-sizing: border-box; }

.bt_blue_arrow {
  font: 14px Aller_R, Arial, sans-serif;
  color: #ffffff;
  text-decoration: none;
  height: 46px;
  background-color: transparent;
  border: solid 2px #5086b6;
  padding: 0 16px 0 26px;
  float: left;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  box-sizing: border-box; }

.bt_blue_arrow i {
  width: 28px;
  height: 46px;
  margin: 0 0 0 12px;
  float: left;
  display: block;
  background-image: url(../img/bg_bt_blue_arrow.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  box-sizing: border-box;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.bt_blue_arrow i span {
  width: 28px !important;
  height: 28px !important;
  margin: 0 !important;
  background-image: url(../img/bg_bt_blue_arrow.png);
  background-repeat: no-repeat !important;
  background-position: 0 -37px !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.bt_blue_arrow span {
  width: auto !important;
  font: 14px Aller_R, Arial, sans-serif !important;
  color: #ffffff !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 28px !important;
  float: left !important; }

.bt_blue_arrow:hover {
  color: #ffffff; }

.bt_blue_arrow:hover i {
  background-image: url(../img/bg_bt_blue_arrow.png);
  background-position: 0 0;
  transition: all 1s ease; }

.bt_blue_arrow:hover i span {
  background-image: url(../img/bg_bt_blue_arrow.png);
  background-position: 0 -37px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.bt_blue_arrow_w {
  font: 14px Aller_R, Arial, sans-serif;
  color: #ffffff;
  text-decoration: none;
  height: 46px;
  background-color: transparent;
  border: solid 2px #5086b6;
  padding: 0 16px 0 26px;
  float: left;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  box-sizing: border-box; }

.bt_blue_arrow_w i {
  width: 28px;
  height: 46px;
  margin: 0 0 0 12px;
  float: left;
  display: block;
  background-image: url(../img/bg_bt_blue_arrow.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  box-sizing: border-box;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.bt_blue_arrow_w i span {
  width: 28px !important;
  height: 28px !important;
  margin: 0 !important;
  background-image: url(../img/bg_bt_blue_arrow.png);
  background-repeat: no-repeat !important;
  background-position: 0 -37px !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.bt_blue_arrow_w span {
  width: auto !important;
  font: 14px Aller_R, Arial, sans-serif !important;
  color: #4477ae !important;
  padding: 0 !important;
  margin: 0 0 0 8px !important;
  line-height: 28px !important;
  float: left !important; }

.bt_blue_arrow_w:hover {
  color: #4477ae; }

.bt_blue_arrow_w:hover i {
  background-image: url(../img/bg_bt_blue_arrow.png);
  background-position: 0 0;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.bt_blue_arrow_w:hover i span {
  background-image: url(../img/bg_bt_blue_arrow.png);
  background-position: 0 -37px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.bt_arrow {
  width: 104px;
  height: 14px;
  font: 14px Aller_R, Arial, sans-serif;
  text-align: left;
  color: #4477ae;
  padding: 0 20px 0 0;
  background-image: url(../img/bg_bt_blue_room.png);
  background-repeat: no-repeat;
  background-position: right 4px;
  float: left;
  display: block;
  cursor: pointer;
  box-sizing: border-box; }

.slhb {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  background-image: url(../img/im_slhb.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box; }

.lg_bovespa {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  background-image: url(../img/im_lg_bovespa.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box; }

.lg_td {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  background-image: url(../img/im_lg_td.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box; }

.lg_cetip {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  background-image: url(../img/im_lg_cetip.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box; }

.menu {
  width: 100%;
  height: 70px;
  position: fixed;
  z-index: 9999999999;
  top: 0;
  float: left;
  display: block;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-sizing: border-box; }

.menu .cont_m {
  display: none; }

.menu .cont_m .logo {
  width: 150px;
  height: 100%;
  float: left;
  display: block;
  background-image: url(../img/im_lg_h.png);
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
  box-sizing: border-box; }

.menu .cont_m .logo a {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  box-sizing: border-box; }

.menu .cont_m ul {
  width: 48%;
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  display: block;
  box-sizing: border-box; }

.menu .cont_m li {
  width: auto;
  padding: 0 1.5% 0 1.5%;
  margin: 0;
  list-style: none;
  float: left;
  display: block;
  transition: padding 0.5s ease;
  box-sizing: border-box; }

.menu .cont_m li a {
  font: 14px Aller_R, Arial, sans-serif;
  color: #6d6e71;
  line-height: 70px;
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-sizing: border-box; }

.menu .cont_m .cont_right_m {
  width: auto;
  height: 100%;
  float: right; }

/*Shared*/
footer .cont_ft .f_first .cont_m_footer div.cont_Address {
  bottom: 0; }

footer .cont_ft .f_first .cont_m_footer div.cont_Address label:nth-child(1) {
  width: 100%; }

footer .cont_ft .f_first .cont_m_footer div.cont_Address label:nth-child(2) {
  width: 100%; }

footer .cont_ft .f_first .cont_m_footer div.cont_Address label:nth-child(2) p {
  float: left;
  margin: 20px 0 0 0;
  padding: 0; }

footer .cont_ft .f_second .cont_m_footer div.column:nth-child(1) {
  width: 100%; }

footer .cont_ft .f_second .cont_m_footer div.column:nth-child(2) {
  width: 100%; }

/*Shared*/
/*Home*/
.hm_one {
  padding: 18% 0 20% 0; }

.hm_one .section_hm_one h1 {
  font: 64px Aller-Light, Arial, sans-serif;
  line-height: 64px;
  padding: 12% 6% 0 6%; }

.hm_one .section_hm_one .article_hm_one .cont_article_hm_one {
  margin: 30px 0 0 0; }

.hm_one .section_hm_one .article_hm_one {
  padding: 0 0 48% 0; }

.hm_two {
  padding: 64px 0 90px 0; }

.hm_two .section_hm_two .article_hm_two .cont_one {
  width: 100%;
  height: 100%; }

.hm_two .section_hm_two .article_hm_two .cont_two {
  width: 100%;
  height: 100%;
  padding: 20px 2% 20px 4%;
  border-left: none; }

.hm_two .section_hm_two .article_hm_two .cont_two h1 {
  text-align: center; }

.hm_two .section_hm_two .article_hm_two .cont_two span {
  width: 100%;
  font: 16px Aller-Light, Arial, sans-serif;
  text-align: center;
  line-height: 26px;
  padding: 0 12% 0 12%; }

.hm_two .section_hm_two .article_hm_two .cont_three {
  width: 100%; }

.hm_two .section_hm_two .article_hm_two .cont_three .bt_blue_arrowtb {
  width: 250px;
  margin: auto;
  padding: 0;
  float: none; }

.hm_three {
  width: 100%;
  min-height: 874px;
  position: relative;
  background-color: #ffffff;
  float: left;
  display: block;
  box-sizing: border-box; }

.hm_three .section_hm_three .article_hm_three {
  width: 100%;
  height: 420px;
  margin: 446px 0 0 0;
  padding: 70px 70px 0 70px;
  position: relative;
  z-index: 9000;
  float: left;
  display: block;
  box-sizing: border-box; }

.hm_three .section_hm_three .article_hm_three h1 {
  width: 100%;
  font: 30px Aller-Light, Arial, sans-serif;
  color: #6d6e71;
  text-align: center;
  padding: 0 34% 0 34%; }

.hm_three .section_hm_three .article_hm_three span {
  padding: 28px 20.4% 38px 20.4%;
  text-align: center; }

.hm_three .section_hm_three .article_hm_three .bt_blue_f_t_b {
  margin: 0 0 0 26%; }

.hm_three .section_hm_three .img_hm_three {
  width: 100%;
  min-height: 458px;
  background-image: url(../img/im_hm_three_960.jpg);
  position: absolute; }

.hm_fourth {
  width: 100%;
  min-height: 678px;
  position: relative;
  background-color: #ffffff; }

.hm_fourth .section_hm_fourth .article_hm_fourth {
  width: 100%;
  height: 380px;
  margin: 550px 0 0 0;
  padding: 70px 70px 0 70px; }

.hm_fourth .section_hm_fourth .article_hm_fourth h1 {
  width: 100%;
  font: 30px Aller-Light, Arial, sans-serif;
  color: #6d6e71;
  text-align: center;
  padding: 0 34% 0 34%; }

.hm_fourth .section_hm_fourth .article_hm_fourth span {
  width: 100%;
  padding: 28px 16.4% 38px 16.4%;
  text-align: center; }

.hm_fourth .section_hm_fourth .article_hm_fourth .bt_blue_f_t_b {
  margin: 0 0 0 26%; }

.hm_fourth .section_hm_fourth .img_hm_fourth {
  width: 100%;
  min-height: 546px;
  background-image: url(../img/im_hm_fourth_960.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }

.hm_fifth {
  width: 100%;
  min-height: 846px;
  background-color: #efeeed; }

.hm_fifth .section_hm_fifth .article_hm_fifth div.cont_article_hm_fifth h1 {
  font: 45px Aller-Light, Arial, sans-serif;
  color: #7e7b7b;
  text-align: center;
  line-height: 50px;
  padding: 490px 0 0 0; }

.hm_fifth .section_hm_fifth .img_hm_fifth {
  width: 100%;
  min-height: 860px;
  background-image: url(../img/im_hm_andre_960.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  margin: 0; }

.hm_seventh {
  width: 100%;
  min-height: 990px;
  background-color: #ffffff; }

.hm_seventh .section_hm_seventh .img_hm_seventh {
  width: 100%;
  min-height: 470px;
  background-color: #ffffff;
  background-image: url(../img/im_hm_seventh_960.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  z-index: 900;
  left: 0;
  display: block;
  box-sizing: border-box; }

.hm_seventh .section_hm_seventh .article_hm_seventh {
  width: 80%;
  min-height: 588px;
  background-color: #ffffff;
  position: absolute;
  padding: 70px 4% 0 4%;
  margin: 0 10% 0 10%;
  z-index: 9000;
  bottom: 0;
  float: left;
  display: block;
  box-sizing: border-box; }

.hm_seventh .section_hm_seventh .article_hm_seventh h1 {
  width: 100%;
  font: 30px Aller-Light, Arial, sans-serif;
  color: #6d6e71;
  text-align: left; }

.hm_seventh .section_hm_seventh .article_hm_seventh .content .left {
  width: 100%; }

.hm_seventh .section_hm_seventh .article_hm_seventh .content .right {
  display: none; }

.hm_seventh .section_hm_seventh .article_hm_seventh .content .left .line_one label {
  width: 30%; }

.hm_eighth {
  width: 100%;
  min-height: 564px; }

.hm_eighth .section_hm_eighth .article_hm_eighth {
  width: 100%;
  height: 126px;
  margin: 90px auto; }

.hm_eighth .section_hm_eighth .article_hm_eighth span {
  padding: 36px 20% 38px 20%; }

.hm_eighth .section_hm_eighth .article_hm_eighth h1 {
  width: 100%;
  font: 45px Aller-Light, Arial, sans-serif;
  color: #ffffff;
  text-align: center;
  float: left;
  display: block;
  box-sizing: border-box; }

.hm_eighth .section_hm_eighth .img_hm_eighth {
  min-height: 260px; }

.hm_sixth {
  display: none; }

.hm_sixth_two {
  width: 100%;
  position: relative;
  background-color: #ffffff;
  float: left;
  display: block;
  box-sizing: border-box; }

.hm_sixth_two .section_hm_sixth_two {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  box-sizing: border-box; }

.hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two {
  max-width: 1200px;
  background-color: #edebe9;
  margin: auto;
  display: block;
  box-sizing: border-box; }

.hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_rapha {
  width: 100%;
  height: 100% !important;
  float: left;
  display: block;
  box-sizing: border-box; }

.hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_rapha .img_rapha {
  width: 66%;
  height: 100%;
  background-image: url("../img/im_rapha_sld_anl_m.png?071216");
  background-repeat: no-repeat;
  background-position: top center;
  box-sizing: border-box; }

.hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_rapha .img_rapha .article_anl {
  width: 100%;
  height: 360px;
  margin: 464px 0 0 0;
  border-top: solid 1px #c9c9c9;
  padding: 48px 0 0 0;
  position: relative;
  float: right;
  display: block;
  box-sizing: border-box; }

.hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_rapha .img_rapha .article_anl h1 {
  width: 100%;
  font: 28px Aller-Light, Arial, sans-serif;
  color: #6d6e71;
  padding: 0 0 0 40px;
  margin: 0;
  border: 0;
  float: left;
  display: block;
  box-sizing: border-box; }

.hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_rapha .img_rapha .article_anl span {
  width: 100%;
  font: 16px Aller-Light, Arial, sans-serif;
  color: #939598;
  padding: 30px 40px 38px 40px;
  line-height: 26px;
  float: left;
  display: block;
  box-sizing: border-box; }

.hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_goes {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  box-sizing: border-box; }

.hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_goes .img_goes {
  width: 66%;
  height: 100%;
  background-image: url(../img/im_goes_sld_anl_two.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  box-sizing: border-box; }

.hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_goes .img_goes .article_anl {
  width: 100%;
  height: 360px;
  margin: 464px 0 0 0;
  padding: 48px 0 0 0;
  position: relative;
  float: right;
  display: block;
  box-sizing: border-box; }

.hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_goes .img_goes .article_anl h1 {
  width: 100%;
  font: 34px ExoR, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  padding: 30px 0 0 40px;
  margin: 0;
  border: 0;
  float: left;
  display: block;
  box-sizing: border-box; }

.hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_goes .img_goes .article_anl span {
  width: 60%;
  font: 16px TitilliumRegular, Arial, sans-serif;
  color: #ffffff;
  padding: 30px 40px 38px 40px;
  line-height: 26px;
  float: left;
  display: block;
  box-sizing: border-box; }

.hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_rafael {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  box-sizing: border-box; }

.hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_rafael .img_rafael {
  width: 66%;
  height: 100%;
  background-image: url(../img/im_rafael_sld_anl_two.png);
  background-repeat: no-repeat;
  background-position: top left;
  box-sizing: border-box;
  background-color: #1a1f2a; }

.hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_rafael .img_rafael .article_anl {
  width: 100%;
  height: 360px;
  margin: 464px 0 0 0;
  padding: 48px 0 0 0;
  position: relative;
  float: right;
  display: block;
  box-sizing: border-box; }

.hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_rafael .img_rafael .article_anl h1 {
  width: 100%;
  font: 34px ExoR, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  padding: 30px 0 0 40px;
  margin: 0;
  border: 0;
  float: left;
  display: block;
  box-sizing: border-box; }

.hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_rafael .img_rafael .article_anl span {
  width: 60%;
  font: 16px TitilliumRegular, Arial, sans-serif;
  color: #ffffff;
  padding: 30px 40px 38px 40px;
  line-height: 26px;
  float: left;
  display: block;
  box-sizing: border-box; }

.hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_bo {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  box-sizing: border-box; }

.hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_bo .img_bo {
  width: 66%;
  height: 100%;
  background-image: url(../img/im_bo_sld_anl_two.png);
  background-repeat: no-repeat;
  background-position: top center;
  box-sizing: border-box; }

.hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_bo .img_bo .article_anl {
  width: 100%;
  height: 360px;
  margin: 464px 0 0 0;
  padding: 48px 0 0 0;
  position: relative;
  float: right;
  display: block;
  box-sizing: border-box; }

.hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_bo .img_bo .article_anl h1 {
  width: 100%;
  font: 34px ExoR, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  padding: 30px 0 0 40px;
  margin: 0;
  border: 0;
  float: left;
  display: block;
  box-sizing: border-box; }

.hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_bo .img_bo .article_anl span {
  width: 60%;
  font: 16px TitilliumRegular, Arial, sans-serif;
  color: #ffffff;
  padding: 30px 40px 38px 40px;
  line-height: 26px;
  float: left;
  display: block;
  box-sizing: border-box; }

.hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_andre {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  box-sizing: border-box; }

.hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_andre .img_andre {
  width: 66%;
  height: 100%;
  background-image: url(../img/im_andre_sld_anl_two.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  box-sizing: border-box; }

.hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_andre .img_andre .article_anl {
  width: 100%;
  height: 360px;
  margin: 464px 0 0 0;
  padding: 48px 0 0 0;
  position: relative;
  float: right;
  display: block;
  box-sizing: border-box; }

.hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_andre .img_andre .article_anl h1 {
  width: 100%;
  font: 34px ExoR, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  padding: 30px 0 0 40px;
  margin: 0;
  border: 0;
  float: left;
  display: block;
  box-sizing: border-box; }

.hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_andre .img_andre .article_anl span {
  width: 60%;
  font: 16px TitilliumRegular, Arial, sans-serif;
  color: #ffffff;
  padding: 30px 40px 38px 40px;
  line-height: 26px;
  float: left;
  display: block;
  box-sizing: border-box; }

.hm_sixth_two .sectionhm_sixth_two .article_hm_sixth_two .cont_neto {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  box-sizing: border-box; }

.hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_neto .img_neto {
  width: 66%;
  height: 100%;
  background-image: url(../img/im_neto_sld_anl_two.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  box-sizing: border-box; }

.hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_neto .img_neto .article_anl {
  width: 100%;
  height: 360px;
  margin: 464px 0 0 0;
  padding: 48px 0 0 0;
  position: relative;
  float: right;
  display: block;
  box-sizing: border-box; }

.hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_neto .img_neto .article_anl h1 {
  width: 100%;
  font: 34px ExoR, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  padding: 30px 0 0 40px;
  margin: 0;
  border: 0;
  float: left;
  display: block;
  box-sizing: border-box; }

.hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_neto .img_neto .article_anl span {
  width: 60%;
  font: 16px TitilliumRegular, Arial, sans-serif;
  color: #ffffff;
  padding: 30px 40px 38px 40px;
  line-height: 26px;
  float: left;
  display: block;
  box-sizing: border-box; }

.hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_igor {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  box-sizing: border-box; }

.hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_igor .img_igor {
  width: 66%;
  height: 100%;
  background-image: url(../img/im_igor_sld_anl_two.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  box-sizing: border-box; }

.hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_igor .img_igor .article_anl {
  width: 100%;
  height: 360px;
  margin: 464px 0 0 0;
  padding: 48px 0 0 0;
  position: relative;
  float: right;
  display: block;
  box-sizing: border-box; }

.hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_igor .img_igor .article_anl h1 {
  width: 100%;
  font: 34px ExoR, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  padding: 30px 0 0 40px;
  margin: 0;
  border: 0;
  float: left;
  display: block;
  box-sizing: border-box; }

.hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_igor .img_igor .article_anl span {
  width: 60%;
  font: 16px TitilliumRegular, Arial, sans-serif;
  color: #ffffff;
  padding: 30px 40px 38px 40px;
  line-height: 26px;
  float: left;
  display: block;
  box-sizing: border-box; }

.hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_rapha .img_rapha .article_anl .bt_play_blue, .hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_goes .img_goes .article_anl .bt_play_blue, .hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_bo .img_bo .article_anl .bt_play_blue, .hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_andre .img_andre .article_anl .bt_play_blue, .hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_neto .img_neto .article_anl .bt_play_blue, .hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_igor .img_igor .article_anl .bt_play_blue {
  margin: 8px 0 0 14px; }

.hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_rapha .img_rapha .article_anl .ft_arti_anl, .hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_goes .img_goes .article_anl .ft_arti_anl, .hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_bo .img_bo .article_anl .ft_arti_anl, .hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_andre .img_andre .article_anl .ft_arti_anl, .hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_neto .img_neto .article_anl .ft_arti_anl, .hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_igor .img_igor .article_anl .ft_arti_anl {
  width: 87%;
  height: 60px;
  margin: 40px 0 0 40px;
  float: left;
  display: block;
  background-image: url("../img/bg_ft_arti_anl.jpg?071216");
  background-repeat: no-repeat;
  background-position: bottom right;
  clear: both;
  box-sizing: border-box; }

.slides_anl {
  height: 1000px; }

.article_hm_sixth_two .bt_blue_f_t_b {
  width: 180px;
  float: left;
  margin: 0 0 0 40px;
  clear: both; }

.article_hm_sixth_two .bt_blue_room {
  width: 110px;
  float: left; }

.jssora22l {
  left: 20px !important;
  top: 200px !important; }

.jssora22r {
  right: 20px !important;
  top: 200px !important; }

.jssora10l {
  left: 20px !important; }

.jssora10r {
  right: 20px !important; }

.hm_nw_one {
  display: none; }

.hm_nw_m_one {
  width: 100%;
  min-height: 438px;
  height: auto;
  position: relative;
  float: left;
  display: block;
  box-sizing: border-box; }

.hm_nw_m_one .section_hm_nw_m_one {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9000000;
  float: left;
  display: block;
  box-sizing: border-box; }

.hm_nw_m_one .section_hm_nw_m_one .article_hm_nw_m_one {
  max-width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  box-sizing: border-box; }
  .hm_nw_m_one .section_hm_nw_m_one .article_hm_nw_m_one .bn_one {
    width: 100%;
    height: 574px;
    background-image: url("../img/bn_hm_m_four.jpg?310817");
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover; }
    .hm_nw_m_one .section_hm_nw_m_one .article_hm_nw_m_one .bn_one a {
      width: 100%;
      height: 100%;
      padding: 120px 0 0 60px;
      float: left;
      box-sizing: border-box; }
      .hm_nw_m_one .section_hm_nw_m_one .article_hm_nw_m_one .bn_one a h1 {
        font: 60px TitilliumThin, Arial, sans-serif;
        color: #b4aaa4;
        width: 70%;
        margin: 0;
        float: left;
        display: block; }
      .hm_nw_m_one .section_hm_nw_m_one .article_hm_nw_m_one .bn_one a span {
        font: 16px Aller_R, Arial, sans-serif;
        color: #f3f1f0;
        width: 100%;
        height: 34px;
        margin: 0;
        padding: 38px 0 0 44px;
        background-image: url("../img/bg_bt_play_hm.png?281116");
        background-position: left;
        background-repeat: no-repeat;
        background-position: 0 30px;
        float: left;
        display: block; }
      .hm_nw_m_one .section_hm_nw_m_one .article_hm_nw_m_one .bn_one a h2 {
        font: 12px UbuntuR, Arial, sans-serif;
        text-decoration: none;
        color: #999999;
        border: 0;
        position: absolute;
        top: 425px;
        clear: both;
        bottom: 0;
        float: left;
        display: block;
        box-sizing: border-box; }
      .hm_nw_m_one .section_hm_nw_m_one .article_hm_nw_m_one .bn_one a .bt_blue_f_t {
        width: 222px;
        border: solid 2px #3f88f5;
        padding: 0 44px 0 44px; }
  .hm_nw_m_one .section_hm_nw_m_one .article_hm_nw_m_one .bn_two {
    width: 100%;
    height: 574px;
    background-image: url("../img/bn_hm_m_five.jpg?040418");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .hm_nw_m_one .section_hm_nw_m_one .article_hm_nw_m_one .bn_two a {
      width: 100%;
      height: 100%;
      padding: 200px 0 0 60px;
      float: left;
      box-sizing: border-box; }
      .hm_nw_m_one .section_hm_nw_m_one .article_hm_nw_m_one .bn_two a h1 {
        font: 40px Aller_R, Arial, sans-serif;
        color: #f3f1f0;
        width: 100%;
        margin: 0;
        float: left;
        display: block; }
      .hm_nw_m_one .section_hm_nw_m_one .article_hm_nw_m_one .bn_two a span {
        font: 16px Aller_R, Arial, sans-serif;
        color: #f3f1f0;
        width: 100%;
        height: 34px;
        margin: 0;
        padding: 14px 0 0 0;
        float: left;
        display: block; }
  .hm_nw_m_one .section_hm_nw_m_one .article_hm_nw_m_one .bn_three {
    width: 100%;
    height: 574px;
    background-image: url("../img/bn_hm_i_three.jpg?281116");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .hm_nw_m_one .section_hm_nw_m_one .article_hm_nw_m_one .bn_three a {
      width: 100%;
      height: 100%;
      padding: 200px 0 0 60px;
      float: left;
      box-sizing: border-box; }
      .hm_nw_m_one .section_hm_nw_m_one .article_hm_nw_m_one .bn_three a h1 {
        font: 40px Aller_R, Arial, sans-serif;
        color: #f3f1f0;
        width: 100%;
        margin: 0;
        float: left;
        display: block; }
      .hm_nw_m_one .section_hm_nw_m_one .article_hm_nw_m_one .bn_three a span {
        font: 16px Aller_R, Arial, sans-serif;
        color: #f3f1f0;
        width: 100%;
        height: 34px;
        margin: 0;
        padding: 14px 0 0 0;
        float: left;
        display: block; }

.hm_nw_two {
  height: auto;
  margin: -84px 0 0 2%; }

.jssora01r {
  right: 30px !important; }

.slides_at .cont_at ul li {
  width: 48%; }

.hm_nw_four .section_hm_nw_four .article_hm_nw_four .cont_left {
  width: 100%; }

.hm_nw_four .section_hm_nw_four .article_hm_nw_four .cont_right {
  width: 100%; }

.hm_nw_four .section_hm_nw_four .article_hm_nw_four .body_hm_two .ui-accordion-header {
  padding: 22px 0 0 0;
  height: 66px; }

.hm_nw_four .section_hm_nw_four .article_hm_nw_four .body_hm_two .ui-accordion-content {
  padding: 0 1% 40px 0; }

.body_hm_two .hm_two_at_left {
  width: 50%;
  padding: 0;
  margin: 10px 0  0 0; }

.body_hm_two .hm_two_at_right {
  width: 50%; }

.body_hm_two .hm_two_at_left span {
  width: 80%;
  font: 14px Aller_R, Arial, sans-serif; }

.hm_nw_four .section_hm_nw_four .article_hm_nw_four .body_hm_two .ui-accordion-header div:nth-child(2) h1 {
  padding: 3px 0 4px 0; }

.hm_nw_two .section_hm_nw_one .cont_one h1 {
  font: 18px Aller_R, Arial, sans-serif;
  padding: 20px 0 40px 20px; }

.slides_at .cont_at ul li span {
  width: 90%; }

.flickity-page-dots {
  bottom: 100px !important; }

.hm_nw_four .section_hm_nw_four .article_hm_nw_four .body_hm_two .ui-accordion-header .cont_plus {
  margin: 2px 12% 0 0; }

.hm_new_two .section_hm_new_two .article_hm_new_two .img_hm_new_two {
  width: 100%; }

.hm_new_two .section_hm_new_two .article_hm_new_two {
  margin: 372px 0 0 0; }

.hm_new_two {
  padding: 0 0 10% 0; }

.hm_new_two .section_hm_new_two .article_hm_new_two h1 {
  width: 100%;
  text-align: center; }

.hm_new_two .section_hm_new_two .article_hm_new_two p span {
  width: 100%;
  text-align: center;
  padding: 12px 10% 0 10%; }

.hm_new_two .section_hm_new_two .article_hm_new_two .line {
  display: none; }

.hm_new_two .section_hm_new_two .article_hm_new_two a:nth-child(3) {
  margin: 50px 0 0 32%; }

.hm_new_two .section_hm_new_two .article_hm_new_two a:nth-child(5) {
  margin: 50px 0 0 30px; }

.hm_new_four .section_hm_new_four .article_hm_new_four .cont_right, .hm_new_four .section_hm_new_four .article_hm_new_four .cont_right .sdw_anl {
  display: none; }

.hm_new_four .section_hm_new_four .article_hm_new_four .cont_left {
  width: 100%;
  padding: 0;
  height: 308px; }

.hm_new_four .section_hm_new_four .article_hm_new_four .cont_left h1 {
  width: 100%;
  text-align: center;
  margin: 60px 0 0 0; }

.hm_new_four .section_hm_new_four .article_hm_new_four .cont_left span {
  width: 100%;
  text-align: center;
  padding: 14px 20% 20px 20%; }

.hm_new_four .section_hm_new_four .article_hm_new_four .cont_left .bt_arrow {
  width: 90px;
  float: none;
  margin: auto;
  clear: both; }

.hm_new_four .section_hm_new_four .article_hm_new_four .cont_center {
  width: 100%;
  padding: 0 20px 0 20px;
  float: left;
  display: block;
  box-sizing: border-box; }
  .hm_new_four .section_hm_new_four .article_hm_new_four .cont_center div {
    width: 30%;
    height: 325px;
    margin: 0 0 30px 0;
    float: left;
    display: block;
    box-sizing: border-box; }
    .hm_new_four .section_hm_new_four .article_hm_new_four .cont_center div a {
      width: 100%;
      height: 324px;
      background-color: #ffffff;
      border: solid 1px #dad5d1;
      padding: 0;
      float: left;
      display: block;
      box-sizing: border-box;
      transition: all 0.4s ease; }
      .hm_new_four .section_hm_new_four .article_hm_new_four .cont_center div a span {
        width: 100%;
        font: 18px UbuntuM, Arial, sans-serif;
        color: #313132;
        padding: 244px 0 0 30px;
        float: left;
        display: block;
        box-sizing: border-box; }
    .hm_new_four .section_hm_new_four .article_hm_new_four .cont_center div .an_one {
      background-image: url(../img/im_an_one.jpg);
      background-position: center top;
      background-repeat: no-repeat; }
    .hm_new_four .section_hm_new_four .article_hm_new_four .cont_center div .an_two {
      background-image: url(../img/im_an_two.jpg);
      background-position: center top;
      background-repeat: no-repeat; }
    .hm_new_four .section_hm_new_four .article_hm_new_four .cont_center div .an_three {
      background-image: url(../img/im_an_three.jpg);
      background-position: center top;
      background-repeat: no-repeat; }
    .hm_new_four .section_hm_new_four .article_hm_new_four .cont_center div .an_four {
      background-image: url(../img/im_an_four.jpg);
      background-position: center top;
      background-repeat: no-repeat; }
    .hm_new_four .section_hm_new_four .article_hm_new_four .cont_center div .an_five {
      background-image: url(../img/im_an_five.jpg);
      background-position: center top;
      background-repeat: no-repeat; }
    .hm_new_four .section_hm_new_four .article_hm_new_four .cont_center div .an_six {
      background-image: url(../img/im_an_six.jpg);
      background-position: center top;
      background-repeat: no-repeat; }
  .hm_new_four .section_hm_new_four .article_hm_new_four .cont_center div:nth-child(2), .hm_new_four .section_hm_new_four .article_hm_new_four .cont_center div:nth-child(5) {
    margin: 0 5% 30px 5%; }

footer .cont_ft .f_second .cont_m_footer label:nth-child(1) {
  width: 100%;
  padding: 0 0 30px 0; }

footer .cont_ft .f_second .cont_m_footer label:nth-child(2) {
  width: 100%;
  padding: 0 0 10px 0; }

/*Home*/
/*Renda Fixa*/
.rf_four .section_rf_four .article_rf_four {
  width: 80%;
  min-width: 640px;
  min-height: 682px;
  background-color: #ffffff;
  position: absolute;
  padding: 70px 0 0 4%;
  margin: 0 10% 0 10%; }

.rf_four .section_rf_four .article_rf_four .content .left {
  width: 100%;
  padding: 0 70px 0 0; }

.rf_four .section_rf_four .article_rf_four .content .left .line_one label:nth-child(1), .rf_four .section_rf_four .article_rf_four .content .left .line_one label:nth-child(2) {
  width: 26%; }

.rf_four .section_rf_four .article_rf_four .content .left .line_one label:nth-child(3) {
  width: 40%; }

.rf_five .section_rf_five .article_rf_five .img_rf_five {
  width: 100%;
  height: 564px;
  background-image: url(../img/im_rf_five.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  z-index: 9000000;
  top: -28px;
  right: -262px; }

.rf_one {
  max-height: 820px;
  background-image: url(../img/bn_rf_m.jpg); }

.rf_one .section_rf_one .article_rf_one {
  width: 466px;
  padding: 0 0 94% 0; }

.rf_one .section_rf_one h1 {
  font: 50px Aller-Light, Arial, sans-serif;
  color: #ffffff;
  text-align: center;
  padding: 52% 0 2% 0; }

.rf_one .section_rf_one h2 {
  display: none; }

.rf_one .section_rf_one span {
  font: 14px Aller-Light, Arial, sans-serif;
  color: #939598;
  text-align: center;
  line-height: 26px; }

.rf_two .section_rf_two .article_rf_two h1 {
  font: 16px Aller-Light, Arial, sans-serif;
  color: #ffffff;
  text-align: center; }

.rf_two .section_rf_two .article_rf_two .cont_one {
  width: 100%;
  padding: 46px 10% 0 10%; }

.rf_two .section_rf_two .article_rf_two .cont_one label {
  width: 100%;
  padding: 0 6% 0 0; }

.rf_two .section_rf_two .article_rf_two .cont_two {
  width: 100%; }

.rf_two .section_rf_two .article_rf_two .cont_two .bt_blue_arrow {
  width: 250px;
  margin: auto;
  padding: 0 0 0 66px;
  float: none; }

.rf_three {
  width: 100%;
  min-height: 846px;
  background-color: #efeeed; }

.rf_three .section_rf_three .article_rf_three div.cont_article_rf_three h1 {
  width: 100%;
  font: 45px Aller-Light, Arial, sans-serif;
  color: #7e7b7b;
  text-align: center;
  line-height: 50px;
  padding: 490px 0 0 0; }

.rf_three .section_rf_three .img_rf_three {
  width: 100%;
  min-height: 860px;
  background-image: url(../img/im_hm_andre_960.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  margin: 0; }

.rf_three .section_rf_three .article_rf_three div.cont_article_rf_three span {
  width: 100%;
  font: 16px Aller-Light, Arial, sans-serif;
  text-align: center;
  color: #939598;
  padding: 36px 26% 38px 26%;
  line-height: 22px;
  float: left;
  display: block;
  box-sizing: border-box; }

.rf_three .section_rf_three .article_rf_three div.cont_article_rf_three div.ft_article_rf_three {
  max-width: 320px;
  margin: auto;
  display: block; }

.rf_five .section_rf_five .article_rf_five h1 {
  padding: 500px 0 30px 2px;
  width: 100%;
  font: 36px Aller-Light, Arial, sans-serif;
  text-align: center; }

.rf_five .section_rf_five .article_rf_five p span {
  width: 100%;
  padding: 0 14% 30px 14%;
  line-height: 22px; }

.rf_five .section_rf_five .article_rf_five .ft_article_rf_five {
  max-width: 320px;
  margin: 30px auto;
  float: none;
  display: block; }

.rf_four .section_rf_four .img_rf_four {
  width: 100%;
  min-height: 478px;
  background-color: #ffffff;
  background-image: url(../img/img_rf_four_m.jpg);
  background-repeat: no-repeat;
  background-position: top center; }

.rf_four {
  width: 100%;
  min-height: 1090px;
  position: relative;
  background-color: #ffffff; }

.rf_six {
  width: 100%;
  background-image: url(../img/td_cts_one_m.jpg);
  background-position: top center;
  background-color: #ffffff;
  background-repeat: no-repeat;
  padding: 6% 0 8% 0;
  float: left;
  display: block;
  box-sizing: border-box; }

.rf_six .section_rf_six .article_rf_six h1 {
  font: 30px Aller-Light, Arial, sans-serif;
  width: 100%;
  margin: 414px 0 0 0;
  text-align: center;
  padding: 0 28% 0 28%; }

.rf_six .section_rf_six .article_rf_six span {
  font: 16px Aller-Light, Arial, sans-serif;
  color: #939598;
  line-height: 28px;
  padding: 30px 20% 10px 20%;
  width: 100%;
  text-align: center; }

.rf_six .section_rf_six .article_rf_six .bt_blue_f_t_b {
  clear: both;
  margin: 20px 30px 0 30%; }

.rf_nine .section_rf_nine .article_rf_nine .ft_article_rf_nine {
  width: 100%; }

.rf_nine .section_rf_nine .article_rf_nine .img_rf_nine {
  display: none; }

.lp_td_six.rf .section_lp_td_six .article_lp_td_six .cont_img {
  margin: 0 0 0 -60px; }

.lp_td_six.rf .section_lp_td_six {
  padding: 0; }

.lp_td_six.rf .section_lp_td_six .article_lp_td_six {
  background-image: url("../img/im_ebook_rf.jpg?2202018");
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 714px; }
  .lp_td_six.rf .section_lp_td_six .article_lp_td_six .bt_n_white {
    width: 148px;
    float: none;
    margin: auto;
    clear: both; }

.lp_td_six.rf.mc .section_lp_td_six .article_lp_td_six {
  background-image: url("../img/im_ebook_mc.jpg?2202018");
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 714px; }
  .lp_td_six.rf.mc .section_lp_td_six .article_lp_td_six .bt_n_white {
    width: 148px;
    float: none;
    margin: auto;
    clear: both; }

.lp_td_six.rf.fii .section_lp_td_six .article_lp_td_six {
  background-image: url("../img/im_ebook_fii.jpg?2202018");
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 714px; }
  .lp_td_six.rf.fii .section_lp_td_six .article_lp_td_six .bt_n_white {
    width: 148px;
    float: none;
    margin: auto;
    clear: both; }

.rf_ten .section_rf_ten .article_rf_ten .cont_img {
  background-position: center;
  margin: -20px 0 0 0; }

.rf_ten .section_rf_ten .article_rf_ten .cont_txt {
  width: 100%; }

.rf_ten .section_rf_ten .article_rf_ten .cont_txt h1 {
  width: 100%;
  text-align: center; }

.rf_ten .section_rf_ten .article_rf_ten .cont_txt .cont_line span:nth-child(1) {
  text-align: center; }

.rf_ten .section_rf_ten .article_rf_ten .cont_txt .cont_line span:nth-child(2) {
  text-align: center;
  margin: 0 0 20px 0; }

.rf_ten .section_rf_ten .article_rf_ten .cont_txt a {
  width: 152px;
  padding: 0 30px 0 0;
  float: none;
  margin: auto;
  clear: both; }

.rf_ten .section_rf_ten .article_rf_ten .cont_txt .cont_line {
  padding: 20px 0 0 0;
  margin: 0 0 20px 0; }

.rf_ten .section_rf_ten .article_rf_ten {
  padding: 0; }

.rf_ten {
  min-height: 892px;
  padding: 0; }

.rf_ten .section_rf_ten .article_rf_ten .cont_img {
  width: 100%;
  bottom: 0; }

/*Renda Fixa*/
/*Renda Variavel*/
.rv_one .bn {
  background-size: 44% !important; }

.rv_four {
  display: none; }

.rv_four_two {
  display: block; }
  .rv_four_two .cz-rvbanner-inv {
    width: 100%;
    max-width: 1082px;
    margin: 0 auto 30px;
    height: auto;
    background: url("../img/cz-bg-rendaVariavel.png") no-repeat 90% top transparent;
    float: left; }
    .rv_four_two .cz-rvbanner-inv .cz-rvbanner-left {
      width: 100%;
      float: left;
      font: 6.1vw TitilliumRegular, Arial, sans-serif;
      color: #2a8dff;
      line-height: 130%;
      text-transform: uppercase;
      text-align: center;
      margin-top: 50px;
      border-right: none; }
      .rv_four_two .cz-rvbanner-inv .cz-rvbanner-left .cz-smaller {
        font: 4.8vw TitilliumRegular, Arial, sans-serif; }
      .rv_four_two .cz-rvbanner-inv .cz-rvbanner-left .cz-whitty-destak {
        font: 8vw TitilliumSemiBold, Arial, sans-serif;
        color: #fff;
        line-height: 24px;
        line-height: 100%;
        text-align: center; }
    .rv_four_two .cz-rvbanner-inv .cz-rvbanner-right {
      width: 100%;
      padding-top: 24px;
      padding-left: 0;
      float: left;
      padding-bottom: 30px; }
      .rv_four_two .cz-rvbanner-inv .cz-rvbanner-right a {
        font: 13px TitilliumSemiBold, Arial, sans-serif;
        color: #2a8dff;
        text-transform: uppercase;
        text-decoration: none;
        background: url(../img/cz-arrow-callRv.png) 85% center no-repeat #fff;
        height: 36px;
        line-height: 36px;
        border-radius: 4px;
        padding: 0 15px 0 15px;
        transition: all 0.2s ease;
        float: none;
        display: block;
        box-sizing: border-box;
        width: 120px;
        MARGIN: 0 auto; }
      .rv_four_two .cz-rvbanner-inv .cz-rvbanner-right a:hover {
        background: url(../img/cz-arrow-callRvhover.png) 85% center no-repeat #2a8dff;
        color: #fff; }

.rv_four_two .section_rv_four_two .article_rv_four_two h1 {
  font: 30px Aller-Light, Arial, sans-serif;
  text-align: center; }

.body_tab .cont_tab .img {
  width: 100%;
  margin: 0;
  height: 350px;
  background-size: contain;
  background-position: center; }

.body_tab .cont_tab .cont_tab_right {
  width: 100% !important;
  padding: 40px 10% 0 10%; }

.body_tab .cont_tab .cont_tab_right h1 {
  font: 16px Aller_R, Arial, sans-serif !important;
  color: #000000 !important; }

.body_tab .cont_tab .cont_tab_right span {
  text-align: center; }

.body_tab .cont_tab .cont_tab_right .cont_tab_line label > h2 {
  text-align: center; }

.body_tab .cont_tab .cont_tab_right .cont_tab_line label > var {
  text-align: left; }

.body_tab .cont_tab .cont_tab_right .cont_tab_line {
  padding: 20px 0 0 0; }

.body_tab .cont_tab .cont_tab_right .cont_tab_line .cz-faixa {
  width: 100%;
  float: left;
  display: block;
  box-sizing: border-box;
  background: url("../img/cz-bg-RvFaixa.png") no-repeat center top transparent;
  background-size: cover;
  height: 50px;
  margin-bottom: 20px; }

.body_tab .cont_tab .cont_tab_right .cont_tab_line .cz-faixa .cz-faixa-p1 {
  float: left;
  width: 60%;
  font: 14px TitilliumSemiBold, Arial, sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 15px; }

.body_tab .cont_tab .cont_tab_right .cont_tab_line .cz-faixa .cz-faixa-p2 {
  float: right;
  width: 38%;
  font: 22px TitilliumRegular, Arial, sans-serif;
  color: #2a8dff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 8px; }

.body_tab .cont_tab .cont_tab_right .cont_bts {
  width: 324px;
  margin: auto;
  display: block;
  box-sizing: border-box; }
  .body_tab .cont_tab .cont_tab_right .cont_bts .bt_n_trans_b {
    color: #000000; }

.rv_three .section_rv_three {
  padding: 0 0 130px 0;
  background-position: bottom center;
  background-size: 60%;
  background-image: url(../img/im_anl_rv_mb.jpg); }

.rv_three .section_rv_three .article_rv_three {
  width: auto;
  left: 32px;
  right: 32px; }

.rv_three .section_rv_three .article_rv_three .cont_article_rv_three {
  width: 100%;
  margin: 44px 0 0 0; }
  .rv_three .section_rv_three .article_rv_three .cont_article_rv_three .ft_article_rv_three {
    width: 136px;
    float: none;
    margin: auto; }

.rv_three .section_rv_three .article_rv_three .cont_article_rv_three h1 {
  text-align: center;
  background-position: top center; }

.rv_three .section_rv_three .article_rv_three .cont_article_rv_three span {
  text-align: center;
  padding: 26px 30% 26px 30%; }

.rv_three .section_rv_three i {
  padding: 35% 0 35% 0; }

.body_tab .cont_tab .cont_tab_right .cont_bts .bt_play_blue {
  margin: 10px 0 0 10px; }

.body_tab {
  padding: 36px 0 60px 0; }

.body_tab .cont_tab.basico .img {
  background-image: url(../img/bg_cont_basico_m.jpg);
  background-repeat: no-repeat; }

.body_tab .cont_tab.daytrade .img {
  background-image: url(../img/bg_cont_daytrade_m.jpg);
  background-repeat: no-repeat; }

.body_tab .cont_tab.termo .img {
  background-image: url(../img/bg_cont_termo_m.jpg);
  background-repeat: no-repeat; }

.body_tab .cont_tab.opcoes .img {
  background-image: url(../img/bg_cont_opcoes_m.jpg);
  background-repeat: no-repeat; }

.body_tab .cont_tab.mini .img {
  background-image: url(../img/bg_cont_mini_m.jpg);
  background-repeat: no-repeat; }

.rv_five .section_rv_five .cont_spn_top {
  padding: 0 0 10% 0; }

/*Renda Variavel*/
/*Custos*/
.cst_one {
  background-position: -800px -62px; }

.cst_one .section_cst_one .article_cst_one h1 {
  padding: 0 0 10px 30px; }

.cst_one .section_cst_one .article_cst_one span {
  width: 38%;
  padding: 0 0 0 30px; }

.cst_tx {
  padding: 50px 0 0 0; }

.cst_tx .section_cst_tx .article_cst_tx {
  background-position: top center;
  background-size: 50%; }

.cst_tx .section_cst_tx .article_cst_tx h1 {
  padding: 310px 0 0 0;
  text-align: center; }

.cst_tx .section_cst_tx .article_cst_tx span {
  padding: 18px 6% 0 6%;
  text-align: center; }

/*Custos*/
/*Tesouro Direto*/
.td_one {
  max-height: 820px;
  background-image: url(../img/bn_td_m.jpg);
  background-size: cover;
  overflow: hidden; }

.td_one .section_td_one .article_td_one {
  width: 466px;
  padding: 0; }

.td_one .section_td_one .article_td_one h1 {
  font: 50px Aller-Light, Arial, sans-serif;
  color: #ffffff;
  text-align: center;
  padding: 90% 0 2% 0; }

.td_one .section_td_one .article_td_one span {
  width: 100%;
  font: 14px Aller-Light, Arial, sans-serif;
  color: #939598;
  text-align: center;
  line-height: 22px;
  margin: 0 0 34px 0; }

.td_one .section_td_one .article_td_one .bt_play_blue {
  color: #ffffff !important;
  width: 152px !important;
  height: 28px !important;
  padding: 0 !important;
  float: none !important;
  display: block !important;
  cursor: pointer !important;
  background-color: transparent;
  background-image: none;
  margin: auto;
  border-radius: 4px;
  box-sizing: border-box; }
  .td_one .section_td_one .article_td_one .bt_play_blue i {
    width: 28px;
    height: 28px;
    margin: 0 0 0 12px;
    float: left;
    display: block;
    background-image: url(../img/bg_play_white.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    box-sizing: border-box;
    transition: all 1.0s ease; }
    .td_one .section_td_one .article_td_one .bt_play_blue i span {
      width: 28px !important;
      height: 28px !important;
      margin: 0 !important;
      background-image: url(../img/bg_play_white.png);
      background-repeat: no-repeat !important;
      background-position: 0 -37px !important;
      opacity: 0;
      transition: all 1.0s ease; }
  .td_one .section_td_one .article_td_one .bt_play_blue span {
    width: auto !important;
    color: #ffffff !important;
    padding: 0 !important;
    margin: 0 0 0 8px !important;
    line-height: 28px !important;
    float: left !important; }

.td_two .section_td_two .article_td_two .cont_one {
  width: 100%; }

.td_two .section_td_two .article_td_two .cont_one h1 {
  text-align: center; }

.td_two .section_td_two .article_td_two .cont_one h2 {
  text-align: center; }

.td_two .section_td_two .article_td_two .cont_one p {
  width: 100%;
  text-align: center;
  float: left;
  display: block;
  box-sizing: border-box; }

.td_two .section_td_two .article_td_two .cont_one span {
  width: 10%;
  float: none;
  margin: auto; }

.td_two .section_td_two .article_td_two .cont_three {
  width: 100%;
  border-left: none;
  padding: 0px 4% 20px 4%;
  margin: 20px 0 0 0; }

.td_two .section_td_two .article_td_two .cont_three span {
  text-align: center;
  margin: 0 0 30px 0; }

.td_two .section_td_two .article_td_two .cont_three .bt_play_blue_tw {
  margin: 22px auto;
  float: none !important; }

.td_two .section_td_two .article_td_two .cont_four {
  width: 100%; }
  .td_two .section_td_two .article_td_two .cont_four .bt_blue_f_t {
    width: 200px;
    float: none !important;
    margin: 0 auto 22px auto;
    padding: 0; }

.td_four .section_td_four .article_td_four div {
  width: 100%;
  margin: 0 0 20px 0; }

.td_five .ui-tabs .ui-tabs-nav {
  width: 434px; }

.td_four .section_td_four .article_td_four div:nth-child(2) {
  width: 100%;
  margin: 0 0 20px 0; }

.td_four .section_td_four .article_td_four div h1 {
  width: 100%;
  text-align: center;
  padding: 0px 0 4px 0; }

.td_four .section_td_four .article_td_four div h2 {
  font: 36px Aller-Light, Arial, sans-serif;
  width: 100%;
  text-align: center;
  padding: 0px 0 16px 0; }

.td_four .section_td_four .article_td_four div span {
  width: 100%;
  text-align: center;
  font: 14px Aller-Light, Arial, sans-serif;
  padding: 0 20% 40px 20%; }

.td_four .section_td_four .article_td_four .bt_blue_f_t_b {
  width: 200px;
  float: none !important;
  margin: 0 auto 22px auto;
  padding: 0; }

.td_five {
  padding: 40px 0 0 0; }

.td_five .section_td_five .article_td_five h1 {
  width: 100%;
  text-align: center !important; }

.body_tab .cont_tab .cont_tab_right .bt_n_blue {
  width: 164px;
  float: none;
  margin: auto;
  clear: both; }

.td_five .section_td_five .article_td_five .ui-tabs .ui-tabs-nav li a span:nth-child(1) {
  display: none; }

.td_five .section_td_five .article_td_five .ui-tabs .ui-tabs-nav li a span:nth-child(2) {
  display: block; }

.td_five .body_tab .cont_tab .cont_tab_left {
  width: 100%; }

.td_five .body_tab .cont_tab .cont_tab_right {
  width: 100% !important;
  padding: 0; }

.td_five .body_tab .cont_tab .cont_tab_right h2 {
  text-align: center; }

.td_five .body_tab .cont_tab .cont_tab_right span {
  font: 14px Aller-Light, Arial, sans-serif;
  text-align: center;
  padding: 0 20% 30px 20%; }

.td_five .body_tab .cont_tab .cont_tab_right .bt_blue_f_t_b {
  width: 200px;
  float: none !important;
  margin: 0 auto 22px auto; }

.td_five .body_tab {
  padding: 0 0 30px 0; }

.td_five .body_tab .cont_tab .cont_tab_left iframe {
  width: 100%; }

.td_six {
  height: auto; }

.td_six .section_td_six .article_td_six h1 {
  font: 36px Aller-Light, Arial, sans-serif;
  text-align: center; }

.td_six .section_td_six .article_td_six .cont_one, .td_six .section_td_six .article_td_six .cont_two {
  width: 100%;
  border-right: none;
  padding: 0; }

.td_six .section_td_six .article_td_six .cont_one h2, .td_six .section_td_six .article_td_six .cont_two h2 {
  width: 100%;
  text-align: center;
  margin: 0 0 118px 0; }

.td_six .section_td_six .article_td_six .cont_one span, .td_six .section_td_six .article_td_six .cont_two span {
  text-align: center;
  padding: 0; }

.td_six .section_td_six .article_td_six .cont_one span:before, .td_six .section_td_six .article_td_six .cont_two span:before {
  width: 40%;
  content: "";
  border-bottom: solid 1px #49494e;
  float: none;
  position: initial;
  margin: -50px auto;
  display: block; }

.td_six .section_td_six .article_td_six .cont_three {
  width: 100%;
  border-left: none; }

.td_six .section_td_six .article_td_six .cont_three span {
  font: 14px Aller-Light, Arial, sans-serif;
  text-align: center;
  line-height: 24px;
  padding: 0 10% 0 10%; }

.td_six .section_td_six .article_td_six .cont_three h1 {
  text-align: center; }

.td_eight .section_td_eight .img_td_eight {
  display: none; }

.td_eight {
  min-height: 566px; }

.td_eight .section_td_eight .article_td_eight {
  min-height: 540px; }

.td_eight .section_td_eight {
  width: 100%; }

.td_eight .section_td_eight .article_td_eight .content span {
  width: 90%;
  font: 14px Aller-Light, Arial, sans-serif;
  line-height: 24px;
  padding: 0; }

.td_eight .section_td_eight .article_td_eight .tabs {
  position: relative;
  clear: both;
  margin: 14px 0 0 0;
  height: 100%;
  float: left;
  width: 100%; }

.td_nine .section_td_nine .article_td_nine .cont_left {
  width: 100%; }

.td_nine .section_td_nine .article_td_nine .cont_right {
  width: 100%;
  padding: 0; }

.td_nine .section_td_nine .article_td_nine .cont_right span {
  padding: 36px 0 0 0; }

/*Tesouro Direto*/
/*Sobre*/
.sb_eight .section_sb_eight .article_sb_eight {
  width: 80%;
  margin: 666px 10% 0 10%;
  height: 454px;
  padding: 12% 10% 0 10%; }
  .sb_eight .section_sb_eight .article_sb_eight .bt_blue_f_t_b {
    width: 200px;
    float: none !important;
    margin: 0 auto 22px auto;
    padding: 0; }

.sb_eight {
  min-height: 940px;
  background-color: #ffffff; }

.sb_eight .section_sb_eight .img_sb_eight {
  min-height: 732px;
  background-position: center top;
  background-image: url("../img/im_sb_eight_m.jpg"); }

.sb_eight .section_sb_eight .article_sb_eight span {
  width: 100%;
  font: 14px Aller-Light, Arial, sans-serif;
  text-align: center;
  line-height: 24px;
  padding: 0;
  margin: 0 0 50px 0; }

.sb_one {
  height: 420px;
  background-size: cover; }

.sb_one .section_hm_one h1 {
  width: 100%;
  text-align: center;
  background-image: none; }

.sb_one .section_hm_one span {
  width: 100%;
  text-align: center;
  padding: 12px 20% 0 20%; }

.sb_two .section_sb_two .article_sb_two .right_sb_two {
  display: none; }

.sb_two .section_sb_two .article_sb_two .left_sb_two_top {
  width: 100%;
  text-align: center;
  padding: 30px 20px 0 20px; }

.sb_two .section_sb_two .article_sb_two .left_sb_two_top span {
  padding: 50px 6% 0 6%;
  background-position: center top; }

.sb_two .section_sb_two .article_sb_two .right_sb_two_top {
  width: 100%;
  padding: 60px 0 0 0;
  margin: 60px 0 0 0;
  text-align: center; }

.sb_two .section_sb_two .article_sb_two .right_sb_two_top span {
  font: 14px Aller-Light, Arial, sans-serif;
  padding: 0 6% 0 6%;
  line-height: 24px; }

.sb_two .section_sb_two .article_sb_two .left_sb_two {
  width: 100%;
  padding: 40px 0 0 0;
  margin: 60px 0 0 0; }

.sb_two .section_sb_two .article_sb_two .left_sb_two h1 {
  font: 26px Aller-Light, Arial, sans-serif;
  text-align: center;
  padding: 20px 0 0 0; }

.sb_two {
  padding: 60px 0 60px 0; }

.sb_two .section_sb_two .article_sb_two .left_sb_two span {
  font: 14px Aller-Light, Arial, sans-serif;
  text-align: center;
  padding: 30px 6% 0 6%;
  line-height: 24px; }

.sb_three {
  display: none; }

.sb_three_two {
  display: block; }

.sb_fourth {
  padding: 0 0 80px 0; }

.sb_fourth .section_sb_fourth .article_sb_fourth .left_sb_fourth {
  width: 100%;
  padding: 270px 0 0 0;
  float: left;
  display: block;
  box-sizing: border-box; }

.sb_fourth .section_sb_fourth .article_sb_fourth .right_sb_fourth {
  width: 95%;
  min-height: 270px;
  background-image: url(../img/bg_sb_fourth_m.jpg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  float: left;
  display: block;
  box-sizing: border-box; }

.sb_fourth .section_sb_fourth .article_sb_fourth .left_sb_fourth h1 {
  font: 18px Aller-Light, Arial, sans-serif;
  text-align: center; }

.sb_fourth .section_sb_fourth .article_sb_fourth .left_sb_fourth span {
  width: 100%;
  font: 14px Aller-Light, Arial, sans-serif;
  line-height: 24px;
  padding: 26px 10% 30px 10%;
  text-align: center; }

.sb_fourth .section_sb_fourth .article_sb_fourth .left_sb_fourth .bt_blue_f_t_b {
  width: 200px;
  float: none !important;
  margin: 0 auto 22px auto;
  padding: 0; }

.sb_two.two .section_sb_two .article_sb_two .left_sb_two {
  width: 100%;
  padding: 0;
  margin: 0; }

.sb_two.two .section_sb_two .article_sb_two .left_sb_two h1 {
  padding: 20px 0 20px 0; }

.sb_two.two .section_sb_two .article_sb_two .right_sb_two {
  display: none; }

.sb_two.two .section_sb_two .article_sb_two .right_sb_two div {
  display: none; }

.sb_two .section_sb_two .article_sb_two .left_sb_two_top span {
  font: 18px ExoM, Arial, sans-serif; }

.sb_two .section_sb_two .article_sb_two .right_sb_two_top {
  padding: 30px 0 0 0;
  margin: 0; }

.sb_two.two {
  height: auto;
  background-image: none;
  padding: 16px 0 40px 0; }

.sb_fifth {
  background-position: 0 0;
  background-color: #ffffff;
  margin: 0; }

.sb_fifth .section_hm_fifth {
  background-image: none;
  margin: 0; }

.sb_fifth .section_hm_fifth .article_hm_fifth {
  width: 80%;
  margin: 0 10% 0 10%;
  padding: 10%;
  height: 530px; }

.sb_fifth .section_hm_fifth .article_hm_fifth h1 {
  text-align: center; }

.sb_fifth .section_hm_fifth .article_hm_fifth span {
  font: 14px Aller-Light, Arial, sans-serif;
  text-align: center;
  line-height: 24px; }

.sb_fifth .section_hm_fifth .article_hm_fifth p {
  text-align: center; }

.sb_fifth .section_hm_fifth .article_hm_fifth p::before {
  left: 39%; }

.sb_sixth .section_hm_sixth .article_hm_sixth div {
  width: 50%; }

.ct_three .section_ct_three .article_ct_three .left_ct_three .cont_info {
  display: none; }

/*Sobre*/
/*Custos*/
.cst_two .section_cst_two .article_cst_two .body_cst_two .ui-accordion-content {
  padding: 40px 2% 20px 3%; }

.body_cst_two.dt .cst_two_dt_left {
  width: 100%; }

.body_cst_two.dt .cst_two_dt_left h1 {
  padding: 0 0 0 4px; }

.body_cst_two.dt .cst_two_dt_left h2 {
  width: 100%;
  font: 50px Aller-Light, Arial, sans-serif;
  color: #6d6e71;
  padding: 0 0 0 4px; }

.body_cst_two.dt .cst_two_dt_left .cont_details_two > label > h2 {
  font: 50px Aller-Light, Arial, sans-serif;
  color: #6d6e71;
  padding: 8px 0 10px 4px; }

.body_cst_two .line_brd_blue label h2 {
  font: 50px Aller-Light, Arial, sans-serif;
  color: #6d6e71; }

.body_cst_two.dt .cst_two_dt_left .cont_details_two > label > h1, .body_cst_two .line_brd_blue label h1 {
  font: 14px Aller-Regular, Arial, sans-serif;
  padding: 20px 0 0 4px; }

.body_cst_two.dt .cst_two_dt_left span.txt_12 {
  padding: 10px 0 22px 4px; }

.body_cst_two.dt .cst_two_dt_left span {
  width: 100%;
  font: 12px Aller-Light, Arial, sans-serif;
  padding: 0 0 0 4px; }

.body_cst_two.dt .cst_two_dt_left .bt_blue_arrow_w {
  margin: 20px 0 0 0; }

.body_cst_two.dt .cst_two_dt_right {
  width: 100%;
  margin: 30px 0 0 0; }

.body_cst_two.dt .cst_two_dt_right label {
  border-top: solid 1px #e4e4e4;
  width: 100%;
  padding: 22px 0 22px 0; }

.body_cst_two.dt .cst_two_dt_right label.fifty {
  border-top: none;
  width: 50%;
  padding: 22px 0 22px 0; }

.body_cst_two .line_n_brd {
  padding: 0;
  border-bottom: none; }

.body_cst_two .line_brd {
  padding: 0;
  border-bottom: none; }

.body_cst_two .line_m_brd {
  padding: 0;
  border-bottom: none; }

.cst_two .section_cst_two .article_cst_two .body_cst_two .ui-accordion-header-active .cont_less {
  display: none; }

.cst_two .section_cst_two .article_cst_two .body_cst_two .ui-accordion-header-collapsed .cont_less {
  display: none; }

.cst_two .section_cst_two .article_cst_two .body_cst_two .ui-accordion-header-active .cont_plus {
  display: none; }

.cst_two .section_cst_two .article_cst_two .body_cst_two .ui-accordion-header-collapsed .cont_plus {
  display: none; }

.cst_two .section_cst_two .article_cst_two .body_cst_two .ui-accordion-header div:nth-child(2) {
  width: 60%; }

.cst_two .section_cst_two .article_cst_two .body_cst_two .ui-accordion-header div:nth-child(3) {
  width: 40%; }

.body_cst_two label h1 {
  font: 14px Aller_R, Arial, sans-serif;
  padding: 4px 0 4px 4px !important; }

.body_cst_two label h2 {
  font: 15px Aller-Light, Arial, sans-serif;
  padding: 0 0 0 4px !important; }

.body_cst_two.dt .cst_two_dt_right label.hundred i {
  width: 100%;
  padding: 0 0 6px 0; }

.cst_footer {
  padding: 20px 6% 0 6%; }

.body_cst_two.dt .cst_two_dt_right label.cfour {
  border-top: none; }

/*Custos*/
/*Contato*/
.ct_one {
  width: 100%;
  margin: 0;
  background-image: url(../img/bn_ct_one_m.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 9% 0 10% 0; }

.ct_one .section_ct_one .article_ct_one h1 {
  font: 50px Aller-Light, Arial, sans-serif;
  color: #ffffff;
  text-align: center;
  width: 100%;
  padding: 300px 0 30px 0; }

.ct_one .section_ct_one .article_ct_one span {
  font: 14px Aller-Light, Arial, sans-serif;
  color: #939598;
  text-align: center;
  line-height: 24px;
  padding: 0 26% 0 26%;
  width: 100%; }

.ct_two .section_ct_two .article_ct_two .right_ct_two p i {
  width: 100%;
  text-align: center;
  padding: 10px 0 0 0; }

.ct_two .section_ct_two .article_ct_two .right_ct_two p a {
  width: 100%;
  text-align: center;
  padding: 10px 0 0 0; }

.ct_two .section_ct_two .article_ct_two .left_ct_two {
  width: 100%; }

.ct_two .section_ct_two .article_ct_two .left_ct_two h1 {
  font: 18px Aller-Light, Arial, sans-serif;
  color: #ffffff;
  text-align: center;
  width: 100%; }

.ct_two .section_ct_two .article_ct_two .left_ct_two span {
  font: 16px Aller-Light, Arial, sans-serif;
  color: #939598;
  text-align: center;
  line-height: 26px;
  width: 100%;
  padding: 10px 28% 10px 28%; }

.ct_two .section_ct_two .article_ct_two .left_ct_two_sec {
  width: 100%;
  border-left: none;
  border-right: none;
  margin: 30px 0 0 0;
  padding: 34px 5% 10px 5%;
  background-image: url(../img/line_ct.png);
  background-repeat: no-repeat;
  background-position: center top; }

.ct_two .section_ct_two .article_ct_two .right_ct_two {
  padding: 0;
  width: 100%; }

.ct_two .section_ct_two .article_ct_two .right_ct_two p {
  width: 100%;
  padding: 0 0 50px 0; }

.ct_two .section_ct_two .article_ct_two .right_ct_two p span {
  float: none;
  margin: auto;
  width: 214px; }

.ct_two .section_ct_two .article_ct_two .right_ct_two .bt_blue_f_t {
  float: none;
  width: 180px;
  clear: none;
  margin: auto;
  padding: 0; }

.ct_two .section_ct_two .article_ct_two .left_ct_two_sec span {
  display: none; }

.ct_two .section_ct_two .article_ct_two .left_ct_two_sec h2 {
  font: 16px Aller-Light, Arial, sans-serif;
  color: #939598;
  text-align: center;
  line-height: 26px;
  width: 220px;
  margin: auto;
  display: block;
  box-sizing: border-box; }

.ct_three {
  padding: 60px 0 50px 0; }

.ct_three .section_ct_three .article_ct_three .left_ct_three {
  width: 100%;
  padding: 0;
  text-align: center; }

.ct_three .section_ct_three .article_ct_three .right_ct_three {
  width: 100%; }

.ct_three .section_ct_three .article_ct_three .left_ct_three h1 {
  width: 100%; }

.ct_three .section_ct_three .article_ct_three .left_ct_three h2 {
  display: none; }

.ct_three .section_ct_three .article_ct_three .left_ct_three a {
  display: none; }

.ct_three .section_ct_three .article_ct_three .left_ct_three span {
  display: none; }

.ct_three .section_ct_three .article_ct_three .right_ct_four {
  width: 100%;
  margin: 100px 0 0 0;
  padding: 0; }

.ct_three .section_ct_three .article_ct_three .right_ct_four h1 {
  text-align: center; }

.ct_three .section_ct_three .article_ct_three .right_ct_four span {
  text-align: center; }

.ct_three .section_ct_three .article_ct_three .right_ct_three .cont_feddback h1 {
  width: 100% !important;
  font: 45px Aller-Light, Arial, sans-serif;
  text-align: center; }

.ct_three .section_ct_three .article_ct_three .right_ct_three .cont_feddback span {
  text-align: center; }

.ct_three .section_ct_three .article_ct_three .right_ct_three .cont_feddback .bt_arrow {
  width: 138px;
  float: none;
  margin: 164px auto 0 auto; }

.ct_three .section_ct_three .article_ct_three .cont_info_two {
  display: block; }
  .ct_three .section_ct_three .article_ct_three .cont_info_two span:nth-child(1) {
    font: 12px Aller_R, Arial, sans-serif;
    color: #dd0606;
    text-align: center;
    text-transform: uppercase;
    padding: 30px 0 14px 0;
    width: 100%;
    float: left;
    display: block;
    box-sizing: border-box; }
  .ct_three .section_ct_three .article_ct_three .cont_info_two span:nth-child(2) {
    font: 16px Aller_R, Arial, sans-serif;
    color: #000000;
    text-align: center;
    width: 100%;
    float: left;
    display: block;
    box-sizing: border-box; }
  .ct_three .section_ct_three .article_ct_three .cont_info_two span:nth-child(3) {
    font: 14px Aller_R, Arial, sans-serif;
    color: #939598;
    text-align: center;
    padding: 16px 0 0 0;
    line-height: 24px;
    width: 100%;
    float: left;
    display: block;
    box-sizing: border-box; }

.ct_fourth {
  min-height: 650px;
  border-bottom: solid 1px #dfdfdf; }

.ct_fourth .section_ct_fourth .article_ct_fourth .card {
  width: 100%;
  height: 194px;
  background-color: #ffffff;
  padding: 50px 0 0 50px;
  margin: 456px 0 0 0;
  background-image: none;
  float: left;
  display: block;
  box-sizing: border-box; }

.ct_three .section_ct_three .article_ct_three .right_ct_three .bt_blue_f_t_b {
  float: none;
  margin: 610px auto 50px auto;
  display: block;
  text-align: center; }

.cot_omn {
  width: 58%;
  padding: 20px 10px 0 10px;
  float: none;
  margin: 0 auto 0 auto;
  display: block;
  box-sizing: border-box; }
  .cot_omn h2 {
    font: 16px Aller_R, Arial, sans-serif;
    color: #000000;
    width: auto;
    padding: 14px 10px 22px 10px;
    border-top: solid 1px #dfdfdf;
    float: left;
    display: block;
    box-sizing: border-box; }
  .cot_omn a {
    font: 14px Aller_R, Arial, sans-serif;
    color: #4477ae;
    text-decoration: none;
    padding: 16px 10px 14px 0;
    width: auto;
    border-top: solid 1px #dfdfdf;
    float: left;
    display: block;
    box-sizing: border-box; }
  .cot_omn span {
    font: 16px Aller-Light, Arial, sans-serif;
    color: #939598;
    padding: 15px 10px 14px 0;
    border-top: solid 1px #dfdfdf;
    width: auto;
    float: left;
    display: block;
    box-sizing: border-box; }

.ct_three .section_ct_three .article_ct_three .right_ct_three .cont_feddback {
  margin: 0 0 30px 0; }

/*Contato*/
/*Pacotes*/
.pct_one {
  width: 100%;
  margin: 0;
  background-image: url(../img/bn_pct_one_m.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8% 0 12% 0;
  float: left;
  display: block;
  box-sizing: border-box; }

.pct_one .section_pct_one .article_pct_one {
  padding: 330px 20px 0 20px; }

.pct_one .section_pct_one .article_pct_one h1 {
  font: 50px Aller-Light, Arial, sans-serif;
  color: #ffffff;
  text-align: center; }

.pct_one .section_pct_one .article_pct_one span {
  width: 100%;
  font: 14px Aller-Light, Arial, sans-serif;
  color: #939598;
  line-height: 24px;
  text-align: center;
  padding: 0 10% 0 10%; }

.pct_two .section_pct_two .article_pct_two .cont_one {
  width: 100%; }

.pct_two .section_pct_two .article_pct_two .cont_two {
  width: 100%;
  padding: 30px 0 20px 0;
  margin: 20px 0 0 0;
  border-left: none;
  border-right: none;
  background-image: url(../img/line_pct.png);
  background-repeat: no-repeat;
  background-position: center top; }

.pct_two .section_pct_two .article_pct_two .cont_three {
  width: 100%;
  padding: 30px 0 30px 0;
  background-image: url(../img/line_pct.png);
  background-repeat: no-repeat;
  background-position: center top; }

.pct_two .section_pct_two .article_pct_two .cont_four {
  width: 28%;
  float: none;
  margin: auto; }

.pct_two .section_pct_two .article_pct_two .cont_one label {
  width: 100%; }

.pct_two .section_pct_two .article_pct_two i {
  top: -650px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.pct_two .section_pct_two .article_pct_two .cont_one label h1 {
  text-align: center; }

.pct_two .section_pct_two .article_pct_two .cont_one label h2 {
  text-align: center; }

.pct_three {
  padding: 40px 20px 10px 20px; }

.pct_two .section_pct_two .article_pct_two .cont_two label h1, .pct_two .section_pct_two .article_pct_two .cont_three label h1 {
  text-align: center; }

.pct_two .section_pct_two .article_pct_two .cont_two label h2, .pct_two .section_pct_two .article_pct_two .cont_three label h2 {
  text-align: center; }

.pct_three .section_pct_three .article_pct_three h1 {
  text-align: center; }

.pct_four {
  padding: 66px 16% 10px 16%; }

.pct_four .section_pct_four .article_pct_four .line_pct .col_pct {
  width: 100%; }

.pct_four .section_pct_four .article_pct_four .line_pct .col_pct.middle {
  width: 100%;
  margin: 30px 0 30px 0; }

.pct_two .section_pct_two .article_pct_two .cont_four .bt_n_blue {
  float: none;
  clear: both;
  margin: auto;
  text-align: center; }

/*Pacotes*/
/*Plataformas*/
.plt_three .section_plt_three .article_plt_three .cont_plat {
  width: 45% !important;
  float: none !important;
  background-size: 100% !important;
  margin: 0 auto 30px auto !important;
  clear: both; }

.plt_two .section_plt_two .article_plt_two h1 {
  text-align: center; }

.plt_one {
  background-position: -800px top; }

.plt_one .section_plt_one .article_plt_one h1 {
  font: 50px Aller-Light, Arial, sans-serif;
  color: #ffffff;
  text-align: center; }

.plt_one .section_plt_one .article_plt_one span {
  width: 100%;
  font: 14px Aller-Light, Arial, sans-serif;
  color: #939598;
  line-height: 24px;
  text-align: center;
  padding: 0 10% 0 10%; }

.plt_two .section_plt_two .article_plt_two .cont_one label:nth-child(1) {
  width: 100%; }

.plt_two .section_plt_two .article_plt_two .cont_one label:nth-child(2) {
  width: 100%; }

.plt_two .section_plt_two .article_plt_two .cont_one label span {
  text-align: center;
  padding: 22px 20% 0 20%; }

.plt_two .section_plt_two .article_plt_two .cont_two label:nth-child(1) {
  width: 100%;
  padding: 0; }

.plt_two .section_plt_two .article_plt_two .cont_two label:nth-child(2) {
  width: 100%;
  text-align: center;
  padding: 22px 20% 0 20%; }

.plt_two .section_plt_two .article_plt_two .cont_two label h1 {
  text-align: center; }

.plt_two .section_plt_two .article_plt_two .cont_two label h2 {
  text-align: center; }

.plt_two .section_plt_two .article_plt_two .cont_one {
  width: 100%;
  padding: 10px 0 40px 0;
  border-right: none;
  border-bottom: solid 1px #555556; }

.plt_two .section_plt_two .article_plt_two .cont_two {
  width: 100%;
  padding: 30px 0 20px 0;
  margin: 20px 0 0 0;
  border-left: none;
  border-right: none; }

.plt_two .section_plt_two .article_plt_two .cont_three {
  width: 100%;
  padding: 30px 0 30px 0; }

.plt_two .section_plt_two .article_plt_two .cont_four {
  width: 24%;
  float: none;
  margin: auto; }

.plt_two .section_plt_two .article_plt_two .cont_one label {
  width: 100%; }

.plt_two .section_plt_two .article_plt_two i {
  top: -150px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.plt_two .section_plt_two .article_plt_two .cont_one label h1 {
  text-align: center; }

.plt_two .section_plt_two .article_plt_two .cont_one label h2 {
  text-align: center; }

.plt_two .section_plt_two .article_plt_two .cont_three a {
  width: 210px;
  float: none;
  margin: auto; }

.plt_prod {
  height: 400px;
  padding: 0px 20px 60px 20px; }

.plt_prod .section_plt_prod .article_plt_prod > .cont_one {
  height: 46%; }

.plt_prod .section_plt_prod .article_plt_prod > .cont_one.ft, .plt_prod .section_plt_prod .article_plt_prod > .cont_one.nlg, .plt_prod .section_plt_prod .article_plt_prod > .cont_one.mt5, .plt_prod .section_plt_prod .article_plt_prod > .cont_one.tdz {
  width: 100%;
  background-size: 18%;
  background-position: center center; }

.plt_prod .section_plt_prod .article_plt_prod > .cont_two {
  width: 100%;
  height: auto; }

.plt_prod .section_plt_prod .article_plt_prod > .cont_two h1 {
  text-align: center; }

.plt_prod .section_plt_prod .article_plt_prod > .cont_three {
  width: 100%;
  height: auto; }

.plt_prod .section_plt_prod .article_plt_prod > .cont_two span {
  width: 100%;
  text-align: center;
  padding: 0 20% 30px 20%; }

.lp_planos_one h2 {
  top: 630px; }

/*Analistas*/
.anl_one {
  background-image: url("../img/bn_anl_one_m.jpg?16012018");
  background-position: center top; }

.anl_one .section_anl_one .article_anl_one h1 {
  font: 50px TitilliumThin, Arial, sans-serif;
  text-align: center; }

.anl_one .section_anl_one .article_anl_one {
  padding: 350px 20px 0 20px; }

.anl_one .section_anl_one .article_anl_one span {
  font: 14px Aller-Light, Arial, sans-serif;
  width: 100%;
  text-align: center;
  padding: 0 22% 0 22%;
  line-height: 24px; }

.anl_two .section_anl_two .article_anl_two h1 {
  text-align: center; }

.anl_two .section_anl_two .article_anl_two .cont_one span {
  float: none;
  margin: auto; }

.anl_two .section_anl_two .article_anl_two .cont_two a {
  width: 118px;
  float: none;
  margin: auto;
  clear: both; }

.anl_two .section_anl_two .article_anl_two .cont_four a {
  width: 164px;
  float: none;
  margin: auto;
  clear: both; }

.anl_two .section_anl_two .article_anl_two .cont_one {
  width: 100%;
  border-right: none; }
  .anl_two .section_anl_two .article_anl_two .cont_one h1 {
    width: 100%;
    padding: 0 0 14px 0; }

.anl_two .section_anl_two .article_anl_two .cont_two {
  width: 100%;
  padding: 10px 0 0 0; }
  .anl_two .section_anl_two .article_anl_two .cont_two h1 {
    width: 100%;
    background-image: url(../img/line_anl.png);
    background-position: center top;
    background-repeat: no-repeat;
    padding: 38px 0 0 0;
    margin: 24px 0 14px 0; }

.anl_two .section_anl_two .article_anl_two .cont_three {
  width: 100%;
  border-left: none; }

.anl_two .section_anl_two .article_anl_two .cont_four {
  width: 100%; }

.anl_two .bt_blue_f_t {
  width: 162px;
  float: none;
  margin: auto;
  padding: 0 30px 0 30px; }

.anl_two .cont_four {
  padding: 20px 0 0 0; }
  .anl_two .cont_four .bt_blue_f_t {
    width: 268px;
    float: none;
    margin: auto;
    padding: 0 30px 0 30px; }

.anl_three {
  display: none; }

.cont_anl {
  width: 100%;
  float: left;
  display: block; }

.cont_anl .article_hm_sixth_two .bt_blue_f_t_b {
  width: 262px; }

.cont_anl .bt_blue_pdf {
  float: none;
  margin: 20px auto 30px auto;
  width: 180px; }

.cont_anl .article_anl p {
  width: 80%;
  font: 14px Aller-Light, Arial, sans-serif;
  color: #939598;
  text-align: center;
  padding: 20px 0 20px 0;
  margin: 0 10% 0 10%;
  line-height: 26px;
  border-top: solid 1px #e4e4e4;
  float: left;
  display: block;
  box-sizing: border-box; }

.cont_anl .article_anl h2 {
  width: 100%;
  font: 16px ExoR, Arial, sans-serif;
  color: #0079bc;
  text-align: left;
  padding: 16px 0 0 40px;
  margin: 0;
  border: 0;
  float: left;
  display: block;
  box-sizing: border-box; }

.cont_anl a {
  clear: both;
  margin: 0 0 0 40px; }

.cont_anl .slides_anl {
  min-height: 1300px; }

.title_anl h1 {
  text-align: center; }

.title_anl_01 .section_title_anl_01 .article_title_anl_01 {
  width: 90%;
  height: 222px;
  padding: 30px 0 30px 0;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5; }

.title_anl_01 h1 {
  font: 16px Aller_R, Arial, sans-serif;
  text-align: center;
  padding: 0 20px 8px 20px; }

.title_anl_01 .section_title_anl_01 .article_title_anl_01 div {
  width: 100%; }

.title_anl_01 .section_title_anl_01 .article_title_anl_01 div span {
  font: 14px Aller-Light, Arial, sans-serif;
  text-align: center; }

.anl_four .section_anl_four .article_anl_four .cont_img {
  width: 90%;
  height: 460px;
  margin: 0;
  background-position: center top; }

.anl_four .section_anl_four .article_anl_four .cont_txt {
  width: 100%;
  padding: 500px 0 0 0; }

.anl_four .section_anl_four .article_anl_four .cont_txt h1 {
  width: 100%;
  text-align: center; }

.anl_four .section_anl_four .article_anl_four .cont_txt a {
  width: 170px;
  float: none;
  margin: auto; }

.anl_four .section_anl_four .article_anl_four .cont_txt p span {
  width: 100%;
  text-align: center;
  padding: 0 0 30px 0; }

.anl_four .section_anl_four .article_anl_four .cont_txt .bt_blue_f_t_b {
  width: 180px;
  float: none;
  margin: auto; }

.anl_salas {
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 20px 5px 0 5px;
  float: left;
  display: block;
  box-sizing: border-box; }

.anl-salas-section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  border-bottom: 1px solid #efefef;
  padding-bottom: 50px; }

.anl_indiv {
  float: left;
  width: 45%;
  margin-left: 3.5%;
  height: 285px; }

.anl_salas h3.anl-tit {
  width: 100%;
  font: 16px ExoR, Arial, sans-serif;
  color: #0079bc;
  line-height: 24px;
  text-transform: uppercase;
  padding: 0 0 6px 0;
  float: left;
  display: block;
  box-sizing: border-box; }

.anl-img {
  width: 100%;
  float: left;
  margin-bottom: 10px; }

.anl-img img {
  width: 100%; }

.anl_salas p.anl-desc {
  width: 100%;
  font: 14px TitilliumRegular, Arial, sans-serif;
  color: #939598;
  line-height: 22px;
  float: left;
  display: block;
  box-sizing: border-box; }

/*Analistas*/
/*Basico*/
.bc_one .section_bc_one .article_bc_one h1 {
  text-align: center; }

.bc_one .section_bc_one .article_bc_one span {
  width: 70%;
  float: none;
  margin: auto;
  text-align: center; }

.bc_one .section_bc_one .article_bc_one .bt_blue_f_t {
  float: none;
  width: 216px;
  margin: 30px auto 0 auto; }

.bc_one .section_bc_one .article_bc_one .bt_play_blue_tw {
  float: none !important;
  margin: 30px auto 0 auto; }

.bc_two .section_bc_two .article_bc_two .cont_one {
  width: 100%;
  padding: 0 0 30px 0;
  border-right: none; }

.cz-cut-price {
  text-align: center; }

.bc_two .section_bc_two .article_bc_two .cont_one h1 {
  text-align: center; }

.bc_two .section_bc_two .article_bc_two .cont_one span {
  text-align: center; }

.bc_two .section_bc_two .article_bc_two .cont_two {
  width: 100%;
  padding: 30px 0 0 0; }

.bc_two .section_bc_two .article_bc_two .cont_two h1 {
  text-align: center; }

.bc_two .section_bc_two .article_bc_two .cont_two span {
  text-align: center; }

.bc_two .section_bc_two .article_bc_two .cont_three {
  width: 100%; }

.bc_two .section_bc_two .article_bc_two .cont_three span {
  text-align: center;
  width: 100%;
  padding: 30px 20% 30px 20%; }

.bc_two .section_bc_two .article_bc_two .cont_four {
  width: 100%; }

.bc_two .section_bc_two .article_bc_two .cont_four .bt_blue_arrow {
  padding: 0 0px 0 19px;
  float: none;
  margin: auto;
  width: 182px; }

.bc_two .section_bc_two .article_bc_two .cont_three a {
  float: none;
  clear: both;
  width: 152px;
  margin: auto; }

.bc_three {
  position: relative;
  padding: 0;
  height: 680px; }

.bc_three .section_bc_three .article_bc_three .cont_txt {
  width: 100%;
  padding: 0; }

.bc_three .section_bc_three .article_bc_three .cont_txt h1 {
  text-align: center;
  padding: 40px 0 30px 2px; }

.bc_three .section_bc_three .article_bc_three .cont_txt .bt_n_blue {
  float: none;
  margin: auto;
  clear: both;
  width: 204px; }

.bc_three .section_bc_three .article_bc_three .cont_txt p span {
  width: 100%;
  text-align: center;
  padding: 0 10% 20px 10%; }

.bc_three .section_bc_three .article_bc_three .cont_img {
  width: 66%;
  height: 380px;
  margin: auto;
  float: none;
  left: 0;
  right: 0;
  bottom: 12px;
  top: 300px;
  background-image: url(../img/im_bc_three_m.png);
  background-position: center; }

.bc_three .section_bc_three .article_bc_three .cont_txt .bt_arrow {
  margin: 0 auto;
  float: none;
  clear: both; }

.bc_four {
  height: 720px; }

.bc_four .section_bc_four .article_bc_four h1 {
  width: 100%;
  text-align: center;
  padding: 0 0 30px 0; }

.bc_four .section_bc_four .article_bc_four p span {
  width: 100%;
  text-align: center;
  padding: 0 10% 30px 10%; }

.bc_four .section_bc_four .article_bc_four .bt_arrow {
  float: none;
  margin: auto;
  clear: both; }

.bc_four .section_bc_four .article_bc_four .img_bc_four {
  top: inherit;
  bottom: 12px;
  margin: 0;
  height: 360px;
  right: 0;
  left: 0;
  width: 100%;
  background-position: center;
  background-size: contain; }

.opt_three .section_opt_three .article_opt_three .img_bc_four {
  top: inherit;
  bottom: 12px;
  margin: 0;
  height: 360px;
  right: 0;
  left: 0;
  width: 100%;
  background-position: center;
  background-size: contain; }

.bc_four .section_bc_four .article_bc_four .bt_n_blue {
  width: 204px;
  float: none;
  margin: auto;
  clear: both; }

.opt_three .section_opt_three .article_opt_three .bt_n_blue {
  width: 204px;
  float: none;
  margin: auto;
  clear: both; }

.bc_five {
  height: 670px; }

.bc_five .section_bc_five .article_bc_five {
  padding: 0 0 20px 0; }

.bc_five .section_bc_five .article_bc_five h1 {
  font: 35px Aller-Light, Arial, sans-serif;
  text-align: center;
  padding: 0 0 30px 0; }

.bc_five .section_bc_five .article_bc_five p span {
  width: 100%;
  text-align: center;
  padding: 0 10% 16px 10%; }

.bc_five .section_bc_five .article_bc_five .bt_arrow {
  float: none;
  margin: auto;
  clear: both; }

.bc_five .section_bc_five .article_bc_five .img_bc_five {
  width: 100%;
  height: 340px;
  left: 0; }

/*Basico*/
/*DayTrade*/
.dt_one .section_dt_one .article_dt_one h1 {
  text-align: center; }

.dt_one .section_dt_one .article_dt_one span {
  width: 70%;
  float: none;
  margin: auto;
  text-align: center; }

.dt_one .section_dt_one .article_dt_one .bt_blue_f_t {
  float: none;
  width: 216px;
  margin: 30px auto 0 auto; }

.dt_one .section_dt_one .article_dt_one .bt_play_blue_tw {
  float: none !important;
  margin: 30px auto 0 auto; }

.dt_two .section_dt_two .article_dt_two .cont_one {
  width: 100%;
  padding: 0 0 30px 0;
  border-right: none;
  border-bottom: solid 1px #555556; }

.dt_two .section_dt_two .article_dt_two .cont_one h1 {
  text-align: center; }

.dt_two .section_dt_two .article_dt_two .cont_one span {
  text-align: center; }

.dt_two .section_dt_two .article_dt_two .cont_two {
  width: 100%;
  padding: 30px 0 0 0; }

.dt_two .section_dt_two .article_dt_two .cont_two h1 {
  text-align: center; }

.dt_two .section_dt_two .article_dt_two .cont_two span {
  text-align: center; }

.dt_two .section_dt_two .article_dt_two .cont_three {
  width: 100%; }

.dt_two .section_dt_two .article_dt_two .cont_three span {
  text-align: center;
  width: 100%;
  padding: 30px 20% 30px 20%; }

.dt_two .section_dt_two .article_dt_two .cont_four {
  width: 100%; }

.dt_two .section_dt_two .article_dt_two .cont_four .bt_blue_arrow {
  padding: 0 0px 0 19px;
  float: none;
  margin: auto;
  width: 182px; }

.dt_three .section_dt_three .article_dt_three .cont_txt {
  width: 100%;
  padding: 0; }

.dt_three .section_dt_three .article_dt_three .cont_txt h1 {
  text-align: center; }

.dt_three .section_dt_three .article_dt_three .cont_txt p span {
  width: 100%;
  text-align: center;
  padding: 0 0 20px 0; }

.dt_three .section_dt_three .article_dt_three .cont_txt .bt_arrow {
  margin: 30px auto 0 auto;
  float: none;
  clear: both; }

.dt_three .section_dt_three .article_dt_three .cont_img {
  width: 100%;
  height: 540px;
  background-size: contain;
  background-position: center; }

.dt_four {
  height: 932px; }

.dt_four .section_dt_four {
  background-position: bottom; }

.dt_four .section_dt_four .article_dt_four {
  padding: 0 20px 0 20px; }

.dt_four .section_dt_four .article_dt_four .cont_txt {
  width: 100%; }

.dt_four .section_dt_four .article_dt_four .cont_txt h1 {
  width: 100%;
  text-align: center; }

.dt_four .section_dt_four .article_dt_four .cont_txt p span {
  width: 100%;
  text-align: center;
  padding: 0 18% 20px 18%; }

.dt_four .section_dt_four .article_dt_four .bt_n_blue {
  width: 204px;
  float: none;
  margin: auto;
  clear: both; }

.dt_four .section_dt_four .article_dt_four .bt_arrow {
  float: none;
  margin: auto;
  clear: both; }

.dt_four .section_dt_four .article_dt_four .cont_img {
  width: 95% !important;
  height: 540px !important;
  top: inherit !important;
  bottom: 20px !important;
  background-position: center !important;
  margin: 0 !important; }

.dt_five {
  height: 778px;
  padding: 0 32px 16px 32px; }

.dt_five .section_dt_five .article_dt_five {
  position: relative; }

.dt_five .section_dt_five .article_dt_five .cont_txt {
  width: 100%;
  padding: 60px 0 14% 0; }

.dt_five .section_dt_five .article_dt_five .cont_txt p span {
  width: 100%;
  padding: 0 18% 20px 18%; }

.dt_five .section_dt_five .article_dt_five .cont_txt .bt_n_blue {
  width: 204px;
  float: none;
  margin: auto;
  clear: both; }

.dt_five .section_dt_five .article_dt_five .cont_img {
  width: 100%;
  height: 402px;
  left: 0;
  right: 0;
  bottom: 30px;
  top: 38%;
  background-size: 90%;
  background-position: bottom center; }

.dt_five .section_dt_five {
  padding: 0 0 0 0; }

.dt_five .section_dt_five .article_dt_five h1 {
  text-align: center; }

.dt_five .section_dt_five .article_dt_five p span {
  width: 100%;
  padding: 0 10% 20px 10%;
  text-align: center; }

.dt_five .section_dt_five .article_dt_five .bt_arrow {
  float: none;
  margin: auto;
  clear: both; }

.dt_five .section_dt_five .article_dt_five .img_dt_five {
  width: 82%;
  height: 590px;
  top: inherit;
  right: 0;
  bottom: 0; }

.dt_six {
  min-height: 710px; }

/*DayTrade*/
/*Mini Contratos*/
.mc_one .section_mc_one .article_mc_one h1 {
  text-align: center; }

.mc_one .section_mc_one .article_mc_one span {
  width: 70%;
  float: none;
  margin: auto;
  text-align: center; }

.mc_one .section_mc_one .article_mc_one .bt_blue_f_t {
  float: none;
  width: 216px;
  margin: 30px auto 0 auto; }

.mc_one .section_mc_one .article_mc_one .bt_play_blue_tw {
  float: none !important;
  margin: 30px auto 0 auto; }

.mc_two .section_mc_two .article_mc_two .cont_one {
  width: 100%;
  padding: 0;
  border-right: none; }

.mc_two .section_mc_two .article_mc_two .cont_one h1 {
  width: 100%;
  text-align: center; }

.mc_two .section_mc_two .article_mc_two .cont_one span {
  width: 100%;
  text-align: center; }

.mc_two .section_mc_two .article_mc_two .cont_one var {
  width: 100%;
  text-align: center; }

.mc_two .section_mc_two .article_mc_two .cont_three a {
  width: 150px;
  float: none;
  margin: auto;
  clear: both; }

.mc_two .section_mc_two .article_mc_two .cont_two {
  width: 100%;
  padding: 30px 0 0 0; }

.mc_two .section_mc_two .article_mc_two .cont_two h1 {
  text-align: center; }

.mc_two .section_mc_two .article_mc_two .cont_two span {
  text-align: center; }

.mc_two .section_mc_two .article_mc_two .cont_three {
  width: 100%; }

.mc_two .section_mc_two .article_mc_two .cont_three span {
  text-align: center;
  width: 100%;
  padding: 30px 20% 30px 20%; }

.mc_two .section_mc_two .article_mc_two .cont_four {
  width: 100%; }

.mc_two .section_mc_two .article_mc_two .cont_four .bt_blue_arrow {
  padding: 0 0px 0 19px;
  float: none;
  margin: auto;
  width: 182px; }

.mc_three {
  height: 864px;
  padding: 40px 0 70px 0; }

.mc_three .section_mc_three .article_mc_three {
  width: 100%;
  padding: 0; }

.mc_three .section_mc_three .article_mc_three h1 {
  width: 100%;
  text-align: center; }

.mc_three .section_mc_three .article_mc_three p span {
  width: 100%;
  text-align: center;
  padding: 0 10% 20px 10%; }

.mc_three .section_mc_three .article_mc_three .bt_arrow {
  margin: 30px auto 0 auto;
  float: none;
  clear: both; }

.mc_three .section_mc_three .article_mc_three .img_bc_four {
  width: 100%;
  height: 540px;
  background-size: contain;
  background-position: center;
  top: inherit;
  right: 0;
  bottom: 20px; }

.mc_four {
  height: 780px;
  position: relative; }

.mc_four .section_mc_four .article_mc_four .cont_txt {
  width: 100%;
  padding: 0 0 14% 0; }

.mc_four .section_mc_four .article_mc_four .cont_txt h1 {
  font: 36px Aller-Light, Arial, sans-serif;
  width: 100%;
  text-align: center; }

.mc_four .section_mc_four .article_mc_four .cont_txt p span {
  width: 100%;
  text-align: center;
  padding: 0 10% 20px 10%; }

.mc_four .section_mc_four .article_mc_four .bt_arrow {
  float: none;
  margin: auto !important;
  clear: both; }

.mc_four .section_mc_four .article_mc_four .cont_img {
  width: 95%;
  height: 440px;
  bottom: 10px;
  background-position: center;
  margin: 0; }

/*Mini Contratos*/
/*Opções*/
.opt_one .section_opt_one .article_opt_one h1 {
  width: 100%;
  text-align: center; }

.opt_one .section_opt_one .article_opt_one span {
  width: 70%;
  float: none;
  margin: auto;
  text-align: center; }

.opt_one .section_opt_one .article_opt_one .bt_blue_f_t {
  float: none;
  width: 216px;
  margin: 30px auto 0 auto; }

.opt_one .section_opt_one .article_opt_one .bt_play_blue_tw {
  float: none !important;
  margin: 30px auto 0 auto; }

.opt_two .section_opt_two .article_opt_two .cont_one {
  width: 100%;
  padding: 0;
  border-right: none; }

.opt_two .section_opt_two .article_opt_two .cont_one h1 {
  text-align: center; }

.opt_two .section_opt_two .article_opt_two .cont_one span {
  width: 100%;
  text-align: center;
  padding: 14px 0 24px 0;
  position: relative; }

.opt_two .section_opt_two .article_opt_two .cont_one span var {
  width: 100%;
  left: 0;
  bottom: 0; }

.opt_two .section_opt_two .article_opt_two .cont_one i {
  display: none; }

.opt_two .section_opt_two .article_opt_two .cont_three a {
  width: 148px;
  float: none;
  margin: auto;
  clear: both; }

.opt_two .section_opt_two .article_opt_two .cont_two {
  width: 100%;
  padding: 30px 0 0 0; }

.opt_two .section_opt_two .article_opt_two .cont_two h1 {
  text-align: center; }

.opt_two .section_opt_two .article_opt_two .cont_two span {
  text-align: center; }

.opt_two .section_opt_two .article_opt_two .cont_three {
  width: 100%; }

.opt_two .section_opt_two .article_opt_two .cont_three span {
  text-align: center;
  width: 100%;
  padding: 10px 20% 30px 20%; }

.opt_two .section_opt_two .article_opt_two .cont_four {
  width: 100%; }

.opt_two .section_opt_two .article_opt_two .cont_four .bt_blue_arrow {
  padding: 0 0px 0 19px;
  float: none;
  margin: auto;
  width: 182px; }

.opt_three {
  height: 800px;
  padding: 0; }

.opt_three .section_opt_three .article_opt_three .cont_txt {
  width: 100%;
  padding: 0; }

.opt_three .section_opt_three .article_opt_three .cont_txt h1 {
  width: 100%;
  text-align: center;
  padding: 0 0 30px 2px; }

.opt_three .section_opt_three .article_opt_three .cont_txt .bt_arrow {
  margin: 30px auto 0 auto;
  float: none;
  clear: both; }

.opt_three .section_opt_three .article_opt_three .cont_img {
  width: 100%;
  height: 320px;
  background-size: contain;
  background-position: center;
  margin: 0;
  right: 0;
  bottom: 20px; }

.opt_four {
  height: 766px; }

.opt_four .section_opt_four .article_opt_four .cont_txt {
  width: 100%;
  padding: 0; }

.opt_four .section_opt_four .article_opt_four .cont_txt h1 {
  text-align: center;
  width: 100%; }

.opt_four .section_opt_four .article_opt_four .cont_txt p span {
  width: 100%;
  text-align: center;
  padding: 0 0 20px 0; }

.opt_four .section_opt_four .article_opt_four .bt_arrow {
  float: none;
  margin: auto;
  clear: both; }

.opt_four .section_opt_four .article_opt_four .cont_img {
  width: 95%;
  height: 540px;
  bottom: -60px;
  background-position: center;
  margin: 0; }

.opt_five {
  height: 900px; }

.opt_five .section_opt_five .article_opt_five h1 {
  text-align: center; }

.opt_five .section_opt_five .article_opt_five p span {
  width: 100%;
  padding: 0 10% 20px 10%;
  text-align: center; }

.opt_five .section_opt_five .article_opt_five .bt_arrow {
  float: none;
  margin: auto;
  clear: both; }

.opt_five .section_opt_five .article_opt_five .img_opt_five {
  width: 82%;
  height: 590px;
  top: inherit;
  right: 0;
  bottom: 0; }

.opt_six {
  min-height: 710px; }

.dt_three .section_dt_three .article_dt_three .cont_txt .bt_n_blue {
  width: 204px;
  float: none;
  margin: auto;
  clear: both; }

/*DayTrade*/
/*Termo*/
.trm_one .section_trm_one .article_trm_one h1 {
  text-align: center; }

.trm_one .section_trm_one .article_trm_one span {
  width: 70%;
  float: none;
  margin: auto;
  text-align: center; }

.trm_one .section_trm_one .article_trm_one .bt_blue_f_t {
  float: none;
  width: 216px;
  margin: 30px auto 0 auto; }

.trm_one .section_trm_one .article_trm_one .bt_play_blue_tw {
  float: none !important;
  margin: 30px auto 0 auto; }

.trm_two .section_trm_two .article_trm_two .cont_one {
  width: 100%;
  padding: 0 0 30px 0;
  border-right: none;
  border-bottom: solid 1px #555556; }

.trm_two .section_trm_two .article_trm_two .cont_one h1 {
  text-align: center; }

.trm_two .section_trm_two .article_trm_two .cont_one span {
  text-align: center; }

.trm_two .section_trm_two .article_trm_two .cont_two {
  width: 100%;
  padding: 30px 0 0 0; }

.trm_two .section_trm_two .article_trm_two .cont_two h1 {
  text-align: center; }

.trm_two .section_trm_two .article_trm_two .cont_two span {
  text-align: center; }

.trm_two .section_trm_two .article_trm_two .cont_three {
  width: 100%; }

.trm_two .section_trm_two .article_trm_two .cont_three span {
  text-align: center;
  width: 100%;
  padding: 30px 20% 30px 20%; }

.trm_two .section_trm_two .article_trm_two .cont_four {
  width: 100%; }

.trm_two .section_trm_two .article_trm_two .cont_four .bt_blue_arrow {
  padding: 0 0px 0 19px;
  float: none;
  margin: auto;
  width: 182px; }

.trm_three {
  height: 600px; }

.trm_three .section_trm_three .article_trm_three .cont_txt {
  width: 100%;
  padding: 0; }

.trm_three .section_trm_three .article_trm_three .cont_txt h1 {
  text-align: center; }

.trm_three .section_trm_three .article_trm_three .cont_txt p span {
  width: 100%;
  text-align: center;
  padding: 0 10% 20px 10%; }

.trm_three .section_trm_three .article_trm_three .cont_img {
  width: 66%;
  height: 380px;
  margin: auto;
  float: none;
  left: 0;
  right: 0;
  bottom: 12px; }

.trm_three .section_trm_three .article_trm_three .cont_txt .bt_arrow {
  margin: 0 auto;
  float: none;
  clear: both; }

.trm_four {
  height: 766px;
  margin: 0 0 100px 0; }

.trm_four .section_trm_four .article_trm_four .cont_txt {
  width: 100%; }

.trm_four .section_trm_four .article_trm_four .cont_txt h1 {
  text-align: center; }

.trm_four .section_trm_four .article_trm_four .cont_txt p span {
  width: 100%;
  text-align: center;
  padding: 0 0 20px 0; }

.trm_four .section_trm_four .article_trm_four .bt_arrow {
  float: none;
  margin: auto;
  clear: both; }

.trm_four .section_trm_four .article_trm_four .cont_img {
  width: 95%;
  height: 540px;
  bottom: -80px;
  background-position: center;
  margin: 0; }

/*Termo*/
/*Carteiras Sugeridas*/
.cts_one {
  width: 100%;
  margin: 0;
  background-image: url(../img/im_hm_seventh_960.jpg);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #19171a;
  padding: 8% 0 4% 0;
  float: left;
  display: block;
  box-sizing: border-box; }

.cts_one .section_cts_one .article_cts_one {
  padding: 0; }

.cts_one .section_cts_one .article_cts_one h1 {
  text-align: center;
  padding: 108px 0 10px 0;
  margin: 152px 0 0 0;
  box-shadow: inset 0px -50px 50px 0px rgba(0, 0, 0, 0.75); }

.cts_one .section_cts_one .article_cts_one span {
  width: 100%;
  text-align: center;
  padding: 0 20% 0 20%;
  background-color: #19171a; }

.cts_one .section_cts_one .article_cts_one .bt_blue_f_t {
  float: none;
  width: 216px;
  margin: 30px auto 0 auto; }

.cts_one .section_cts_one .article_cts_one .bt_play_blue_tw {
  float: none !important;
  margin: 30px auto 0 auto; }

/*Carteiras Sugeridas*/
/*LandingPage*/
.cont_form_lp {
  width: 100%;
  position: relative;
  padding: 0 16% 30px 16%;
  min-height: 530px; }
  .cont_form_lp .option-list {
    float: none;
    margin: 0;
    width: 268px; }

.cont_form_lp .section_cont_form_lp .article_cont_form_lp .lg_form_lp {
  display: none; }

.cont_form_lp .section_cont_form_lp .article_cont_form_lp {
  padding: 0; }

.cont_form_lp .section_cont_form_lp .article_cont_form_lp h1 {
  text-align: center; }

.lp_td_two .section_lp_td_two .article_lp_td_two .cont_one {
  width: 100%;
  margin: 0;
  border-right: none; }

.lp_td_two .section_lp_td_two .article_lp_td_two .cont_one h1 {
  width: 100%;
  text-align: center; }

.lp_td_two .section_lp_td_two .article_lp_td_two .cont_one h2 {
  text-align: center;
  background-image: url(../img/line_anl.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 0 0 14px 0; }

.lp_td_two .section_lp_td_two .article_lp_td_two .cont_three {
  width: 100%;
  border-left: none;
  padding: 36px 4% 0 4%;
  margin: 0; }

.lp_td_two .section_lp_td_two .article_lp_td_two .cont_three span {
  text-align: center;
  padding: 0 0 30px 0; }

.lp_td_two .section_lp_td_two .article_lp_td_two .cont_three .bt_play_blue_tw {
  float: none !important;
  margin: auto; }

.cont_form_lp .section_cont_form_lp .article_cont_form_lp span {
  text-align: center;
  padding: 18px 0 40px 0; }

.cont_form_lp .section_cont_form_lp .article_cont_form_lp .cont_one label span {
  text-align: left; }

.cont_form_lp .section_cont_form_lp .article_cont_form_lp .bt_blue_f_t_b {
  margin: auto;
  float: none; }

.cont_form_lp .section_cont_form_lp .article_cont_form_lp .cont_one label:nth-child(2) input[type="text"]:nth-child(2), .cont_form_lp .section_cont_form_lp .article_cont_form_lp .cont_one label:nth-child(2) input[type="tel"]:nth-child(2), .cont_form_lp .section_cont_form_lp .article_cont_form_lp .cont_one label:nth-child(2) input[type="number"]:nth-child(2), .cont_form_lp .section_cont_form_lp .article_cont_form_lp .cont_one label:nth-child(2) input[type="email"]:nth-child(2), .cont_form_lp .section_cont_form_lp .article_cont_form_lp .cont_one label textarea {
  margin: 0 0 50px 0; }

.lp_td_one {
  min-height: 722px;
  background-image: url(../img/lp/bn_td_m.jpg);
  background-size: cover;
  overflow: hidden; }

.lp_td_one .section_lp_td_one .article_lp_td_one {
  width: 466px;
  padding: 0; }

.lp_td_one .section_lp_td_one .article_lp_td_one h1 {
  width: 100%;
  font: 50px Aller-Light, Arial, sans-serif;
  color: #ffffff;
  text-align: center;
  padding: 360px 10% 20px 10%; }

.lp_td_one .section_lp_td_one .article_lp_td_one span {
  width: 100%;
  font: 14px Aller-Light, Arial, sans-serif;
  color: #939598;
  text-align: center;
  line-height: 22px;
  margin: 0 0 34px 0; }

.lp_td_one .section_lp_td_one .article_lp_td_one .bt_white_f_t {
  width: 260px;
  float: none;
  margin: auto;
  border: solid 2px #5287b4; }

.lp_td_one.td {
  min-height: 780px;
  background-image: url(../img/lp/bn_td_one_m.jpg);
  background-size: cover;
  overflow: hidden; }

.lp_td_one.td .section_lp_td_one .article_lp_td_one {
  width: 466px;
  padding: 0; }

.lp_td_one.td .section_lp_td_one .article_lp_td_one h1 {
  width: 100%;
  font: 50px Aller-Light, Arial, sans-serif;
  color: #ffffff;
  text-align: center;
  padding: 360px 10% 20px 10%; }

.lp_td_one.td .section_lp_td_one .article_lp_td_one span {
  width: 100%;
  font: 14px Aller-Light, Arial, sans-serif;
  color: #939598;
  text-align: center;
  line-height: 22px;
  margin: 0 0 34px 0; }

.lp_td_one.td .section_lp_td_one .article_lp_td_one .bt_blue_f_t_b {
  color: #ffffff;
  width: 260px;
  float: none;
  margin: auto;
  border: solid 2px #5287b4; }

.lp_td_one.otd {
  min-height: 850px;
  background-image: url(../img/lp/bn_td_two_m.jpg);
  background-size: cover;
  overflow: hidden; }

.lp_td_one.otd .section_lp_td_one .article_lp_td_one {
  width: 466px;
  padding: 0; }

.lp_td_one.otd .section_lp_td_one .article_lp_td_one h1 {
  width: 100%;
  font: 50px Aller-Light, Arial, sans-serif;
  color: #ffffff;
  text-align: center;
  padding: 360px 10% 20px 10%; }

.lp_td_one.otd .section_lp_td_one .article_lp_td_one span {
  width: 100%;
  font: 14px Aller-Light, Arial, sans-serif;
  color: #939598;
  text-align: center;
  line-height: 22px;
  margin: 0 0 34px 0; }

.lp_td_one.otd .section_lp_td_one .article_lp_td_one .bt_blue_f_t_b {
  color: #ffffff;
  width: 260px;
  float: none;
  margin: auto;
  border: solid 2px #5287b4; }

.lp_td_one.ttd {
  min-height: 850px;
  background-image: url(../img/lp/bn_td_three_m.jpg);
  background-size: cover;
  overflow: hidden; }

.lp_td_one.ttd .section_lp_td_one .article_lp_td_one {
  width: 466px;
  padding: 0; }

.lp_td_one.ttd .section_lp_td_one .article_lp_td_one h1 {
  width: 100%;
  font: 50px Aller-Light, Arial, sans-serif;
  color: #ffffff;
  text-align: center;
  padding: 360px 10% 20px 10%; }

.lp_td_one.ttd .section_lp_td_one .article_lp_td_one span {
  width: 100%;
  font: 14px Aller-Light, Arial, sans-serif;
  color: #939598;
  text-align: center;
  line-height: 22px;
  margin: 0 0 34px 0; }

.lp_td_one.ttd .section_lp_td_one .article_lp_td_one .bt_blue_f_t_b {
  color: #ffffff;
  width: 260px;
  float: none;
  margin: auto;
  border: solid 2px #5287b4; }

.lp_td_one.atd {
  min-height: 880px;
  background-image: url(../img/lp/bn_td_m.jpg);
  background-size: cover;
  overflow: hidden; }

.lp_td_one.atd .section_lp_td_one .article_lp_td_one {
  width: 466px;
  padding: 0; }

.lp_td_one.atd .section_lp_td_one .article_lp_td_one h1 {
  width: 100%;
  font: 50px Aller-Light, Arial, sans-serif;
  color: #ffffff;
  text-align: center;
  padding: 360px 10% 20px 10%; }

.lp_td_one.atd .section_lp_td_one .article_lp_td_one span {
  width: 100%;
  font: 14px Aller-Light, Arial, sans-serif;
  color: #939598;
  text-align: center;
  line-height: 22px;
  margin: 0 0 34px 0; }

.lp_td_one.atd .section_lp_td_one .article_lp_td_one .bt_blue_f_t_b {
  color: #ffffff;
  width: 260px;
  float: none;
  margin: auto;
  border: solid 2px #5287b4; }

.lp_td_one.itd {
  min-height: 800px;
  background-image: url(../img/lp/bn_td_six_m.jpg);
  background-size: cover;
  overflow: hidden; }

.lp_td_one.itd .section_lp_td_one .article_lp_td_one {
  width: 466px;
  padding: 0; }

.lp_td_one.itd .section_lp_td_one .article_lp_td_one h1 {
  width: 100%;
  font: 50px Aller-Light, Arial, sans-serif;
  color: #ffffff;
  text-align: center;
  padding: 360px 10% 20px 10%; }

.lp_td_one.itd .section_lp_td_one .article_lp_td_one span {
  width: 100%;
  font: 14px Aller-Light, Arial, sans-serif;
  color: #939598;
  text-align: center;
  line-height: 22px;
  margin: 0 0 34px 0; }

.lp_td_one.itd .section_lp_td_one .article_lp_td_one .bt_blue_f_t_b {
  color: #ffffff;
  width: 260px;
  float: none;
  margin: auto;
  border: solid 2px #5287b4; }

.lp_td_two.td .section_lp_td_two .article_lp_td_two .cont_one {
  width: 100%;
  border-left: none;
  border-right: none; }

.lp_td_two.td .section_lp_td_two .article_lp_td_two .cont_one span {
  width: 100%;
  text-align: center; }

.lp_td_two.td .section_lp_td_two .article_lp_td_two .cont_two {
  width: 100%; }

.lp_td_two.td .section_lp_td_two .article_lp_td_two .cont_two .bt_white_f_t {
  float: none;
  margin: auto; }

.lp_td_three {
  padding: 60px 0 60px 0; }

.lp_td_three .section_lp_td_three .article_lp_td_three h1 {
  text-align: center; }

.lp_td_three .section_lp_td_three .article_lp_td_three .cont_itens div h1 {
  text-align: left; }

.lp_td_three .section_lp_td_three .article_lp_td_three .cont_itens {
  width: 44%;
  float: none;
  margin: auto; }

.lp_td_three .section_lp_td_three .article_lp_td_three .cont_itens div {
  width: 100%; }

.lp_td_three .section_lp_td_three .article_lp_td_three .cont_itens div:nth-child(2) {
  padding: 0;
  margin: 70px 0 0 0; }

.lp_td_three .section_lp_td_three .article_lp_td_three .cont_itens div:nth-child(3) {
  margin: 70px 0 0 0; }

.lp_td_three .section_lp_td_three .article_lp_td_three .cont_itens div span {
  text-align: center; }

.lp_td_three .section_lp_td_three .article_lp_td_three .cont_bts .bt_blue_f_t_b {
  width: 200px;
  float: none;
  margin: auto auto 30px auto; }

.lp_td_three .section_lp_td_three .article_lp_td_three .cont_bts .bt_play_blue {
  float: none !important;
  margin: auto; }

.lp_td_four {
  min-height: 880px;
  background-image: url(../img/lp/bn_td_four_m.jpg);
  background-size: cover;
  overflow: hidden; }

.lp_td_four .section_lp_td_four .article_lp_td_four h1 {
  width: 100%;
  font: 30px Aller-Light, Arial, sans-serif;
  text-align: center;
  margin: 510px 0 0 0; }

.lp_td_four .section_lp_td_four .article_lp_td_four span {
  width: 100%;
  text-align: center;
  padding: 0 24% 30px 24%; }

.lp_td_four .section_lp_td_four .article_lp_td_four .bt_white_f_t {
  float: none;
  width: 220px;
  margin: auto auto 30px auto; }

.lp_td_four .section_lp_td_four .article_lp_td_four .bt_play_blue {
  float: none !important;
  width: 170px !important;
  margin: auto !important; }

.lp_td_five .section_lp_td_five .article_lp_td_five h1 {
  text-align: center; }

.lp_td_five .section_lp_td_five .article_lp_td_five .cont_one {
  width: 100%;
  border-right: none; }

.lp_td_five .section_lp_td_five .article_lp_td_five .cont_two {
  width: 100%; }

.lp_td_five .section_lp_td_five .article_lp_td_five .cont_three {
  width: 100%;
  border-left: none; }

.lp_td_five .section_lp_td_five .article_lp_td_five .cont_one h1 {
  padding: 0 0 22px 0; }

.lp_td_five .section_lp_td_five .article_lp_td_five .cont_one h2 {
  width: 100%;
  text-align: center; }

.lp_td_five .section_lp_td_five .article_lp_td_five .cont_one span {
  text-align: center;
  background-image: url(../img/line_anl.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 0 0 30px 0; }

.lp_td_five .section_lp_td_five .article_lp_td_five .cont_two h1 {
  padding: 22px 0 0 0; }

.lp_td_five .section_lp_td_five .article_lp_td_five .cont_two h2 {
  width: 100%;
  text-align: center;
  padding: 30px 0 0 0; }

.lp_td_five .section_lp_td_five .article_lp_td_five .cont_two span {
  text-align: center; }

.lp_td_five .section_lp_td_five .article_lp_td_five .cont_three span {
  text-align: center;
  padding: 0 14% 0 14%; }

.lp_td_five .section_lp_td_five .article_lp_td_five .cont_three h1 {
  padding: 30px 0 16px 0; }

.lp_td_six {
  min-height: 680px;
  background-image: url(../img/lp/bn_ebook_m.jpg);
  background-position: center top;
  overflow: hidden;
  background-color: #ebebeb; }

.lp_td_six.rf {
  min-height: 680px;
  background-image: url(../img/lp/bn_ebook_m_rf.jpg);
  background-position: center top;
  overflow: hidden;
  padding: 16px 0 0 0; }

.lp_td_six.rf .section_lp_td_six .article_lp_td_six .cont_img {
  display: none !important; }

.lp_td_six .section_lp_td_six .article_lp_td_six .cont_txt {
  width: 100%;
  padding: 10px 0 0 0; }

.lp_td_six .section_lp_td_six .article_lp_td_six .cont_txt h1 {
  font: 32px Aller-Light, Arial, sans-serif;
  text-align: center; }

.lp_td_six .section_lp_td_six .article_lp_td_six .cont_txt p span {
  width: 100%;
  text-align: center;
  padding: 0 26% 30px 26%; }

.lp_td_six.rf .section_lp_td_six .article_lp_td_six .cont_txt p span {
  width: 100%; }

.lp_td_six.rf .section_lp_td_six .article_lp_td_six .bt_blue_f_t_b {
  width: 220px;
  float: none;
  margin: auto; }

.lp_mc_ebook {
  min-height: 680px;
  background-image: url(../img/lp/bn_ebook_eb_m.jpg);
  background-position: center top;
  overflow: hidden;
  background-color: #ebebeb; }

.lp_mc_ebook .section_lp_mc_ebook .article_lp_mc_ebook .cont_img {
  display: none; }

.lp_mc_ebook .section_lp_mc_ebook .article_lp_mc_ebook .cont_txt {
  width: 100%;
  padding: 350px 0 0 0; }

.lp_mc_ebook .section_lp_mc_ebook .article_lp_mc_ebook .cont_txt h1 {
  font: 32px Aller-Light, Arial, sans-serif;
  text-align: center; }

.lp_mc_ebook .section_lp_mc_ebook .article_lp_mc_ebook .cont_txt p span {
  width: 100%;
  text-align: center;
  padding: 0 26% 30px 26%; }

.lp_mc_ebook .section_lp_mc_ebook .article_lp_mc_ebook .bt_blue_f_t_b {
  width: 220px;
  float: none;
  margin: auto; }

.lp_td_four.rfp {
  background-image: url(../img/lp/bn_td_rfp_four_m.jpg);
  border-bottom: solid 1px #dedede; }

.lp_td_four .section_lp_td_four .article_lp_td_four .cont_lgs {
  width: 274px;
  margin: 10px auto 90px auto;
  float: none; }

.lp_rfp_three {
  min-height: 400px; }

.lp_rfp_three .section_lp_rfp_three .article_lp_rfp_three .cont_slid h1 {
  font: 28px Aller-Light, Arial, sans-serif;
  padding: 180px 14% 26px 14%;
  line-height: 32px; }

.lp_rfp_three .section_lp_rfp_three .article_lp_rfp_three .cont_slid h2 {
  font: 26px Aller_R, Arial, sans-serif; }

.lp_rfp_three .section_lp_rfp_three .article_lp_rfp_three .cont_slid span {
  font: 26px Aller_R, Arial, sans-serif;
  padding: 10px 25% 14px 25%; }

.lp_rfp_one {
  min-height: 722px;
  background-image: url(../img/lp/bn_rfp_m.jpg);
  background-size: cover;
  overflow: hidden; }

.lp_rfp_one .section_lp_rfp_one .article_lp_rfp_one {
  width: 466px;
  padding: 0; }

.lp_rfp_one .section_lp_rfp_one .article_lp_rfp_one h1 {
  width: 100%;
  font: 50px Aller-Light, Arial, sans-serif;
  color: #ffffff;
  text-align: center;
  padding: 360px 10% 20px 10%; }

.lp_rfp_one .section_lp_rfp_one .article_lp_rfp_one span {
  width: 100%;
  font: 14px Aller-Light, Arial, sans-serif;
  color: #939598;
  text-align: center;
  line-height: 22px;
  margin: 0 0 34px 0; }

.lp_rfp_one .section_lp_rfp_one .article_lp_rfp_one .bt_white_f_t {
  width: 260px;
  float: none;
  margin: auto;
  border: solid 2px #5287b4; }

.lp_dt_three {
  padding: 60px 0 60px 0; }

.lp_dt_three .section_lp_dt_three .article_lp_dt_three h1 {
  text-align: center; }

.lp_dt_three .section_lp_dt_three .article_lp_dt_three .cont_itens div h1 {
  text-align: left; }

.lp_dt_three .section_lp_dt_three .article_lp_dt_three .cont_itens {
  width: 44%;
  float: none;
  margin: auto; }

.lp_dt_three .section_lp_dt_three .article_lp_dt_three .cont_itens div {
  width: 100%; }

.lp_dt_three .section_lp_dt_three .article_lp_dt_three .cont_itens div:nth-child(2) {
  padding: 0;
  margin: 70px 0 0 0; }

.lp_dt_three .section_lp_dt_three .article_lp_dt_three .cont_itens div:nth-child(3) {
  margin: 70px 0 0 0; }

.lp_dt_three .section_lp_dt_three .article_lp_dt_three .cont_itens div span {
  text-align: center; }

.lp_dt_three .section_lp_dt_three .article_lp_dt_three .cont_bts .bt_blue_f_t_b {
  width: 200px;
  float: none;
  margin: auto auto 30px auto; }

.lp_dt_three .section_lp_dt_three .article_lp_dt_three .cont_bts .bt_play_blue {
  float: none !important;
  margin: auto; }

.pct_four.custon_lp .bt_blue_f_t_b {
  width: 220px !important;
  float: none;
  margin: auto; }

.lp_dt_two .section_lp_dt_two .article_lp_dt_two .cont_one {
  width: 100%;
  height: 100%;
  padding: 0;
  border-right: none;
  margin: 10px 0 0 0;
  float: left;
  display: block;
  box-sizing: border-box; }

.lp_dt_two .section_lp_dt_two .article_lp_dt_two .cont_one h1 {
  width: 100%;
  font: 16px Aller-Light, Arial, sans-serif;
  color: #939598;
  text-align: center;
  padding: 0 0 6px 0;
  float: left;
  display: block;
  box-sizing: border-box; }

.lp_dt_two .section_lp_dt_two .article_lp_dt_two .cont_one span {
  width: 100%;
  font: 60px Aller-Light, Arial, sans-serif;
  color: #4477ae;
  text-align: center;
  background-image: url(../img/line_anl.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 0 0 24px 0;
  float: left;
  display: block;
  box-sizing: border-box; }

.lp_dt_two .section_lp_dt_two .article_lp_dt_two .cont_two {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 10px 0 0 0;
  float: left;
  display: block;
  box-sizing: border-box; }

.lp_dt_two .section_lp_dt_two .article_lp_dt_two .cont_two h1 {
  width: 100%;
  font: 16px Aller-Light, Arial, sans-serif;
  color: #939598;
  text-align: center;
  padding: 24px 0 6px 0;
  float: left;
  display: block;
  box-sizing: border-box; }

.lp_dt_two .section_lp_dt_two .article_lp_dt_two .cont_two span {
  width: 100%;
  font: 60px Aller-Light, Arial, sans-serif;
  text-align: center;
  color: #4477ae;
  float: left;
  display: block;
  box-sizing: border-box; }

.lp_dt_two .section_lp_dt_two .article_lp_dt_two .cont_three {
  width: 100%;
  height: 100%;
  padding: 0;
  float: left;
  display: block;
  box-sizing: border-box; }

.lp_dt_two .section_lp_dt_two .article_lp_dt_two .cont_three span {
  width: 100%;
  font: 16px Aller-Light, Arial, sans-serif;
  color: #939598;
  text-align: center;
  padding: 24px 16% 26px 16%;
  line-height: 24px;
  float: left;
  display: block;
  box-sizing: border-box; }

.lp_dt_two .section_lp_dt_two .article_lp_dt_two .cont_three .bt_arrow_account_w {
  width: 240px;
  margin: 22px 0 0 0;
  color: #4477ae;
  float: none;
  margin: auto;
  clear: both; }

.lp_dt_one {
  min-height: 722px;
  background-image: url(../img/lp/bn_lpdt_m.jpg);
  background-size: cover;
  overflow: hidden; }

.lp_dt_one .section_lp_dt_one .article_lp_dt_one {
  width: 466px;
  padding: 0; }

.lp_dt_one .section_lp_dt_one .article_lp_dt_one h1 {
  width: 100%;
  font: 50px Aller-Light, Arial, sans-serif;
  color: #ffffff;
  text-align: center;
  padding: 360px 10% 20px 10%; }

.lp_dt_one .section_lp_dt_one .article_lp_dt_one span {
  width: 100%;
  font: 14px Aller-Light, Arial, sans-serif;
  color: #939598;
  text-align: center;
  line-height: 22px;
  margin: 0 0 34px 0; }

.lp_dt_one .section_lp_dt_one .article_lp_dt_one .bt_white_f_t {
  width: 260px;
  float: none;
  margin: auto;
  border: solid 2px #5287b4; }

.lp_mc_one {
  min-height: 722px;
  background-image: url(../img/lp/bn_lpmc_m.jpg);
  background-size: cover;
  overflow: hidden; }

.lp_mc_one .section_lp_mc_one .article_lp_mc_one {
  width: 466px;
  padding: 0; }

.lp_mc_one .section_lp_mc_one .article_lp_mc_one h1 {
  width: 100%;
  font: 50px Aller-Light, Arial, sans-serif;
  color: #ffffff;
  text-align: center;
  padding: 360px 10% 20px 10%; }

.lp_mc_one .section_lp_mc_one .article_lp_mc_one span {
  width: 100%;
  font: 14px Aller-Light, Arial, sans-serif;
  color: #939598;
  text-align: center;
  line-height: 22px;
  margin: 0 0 34px 0; }

.lp_mc_one .section_lp_mc_one .article_lp_mc_one .bt_white_f_t {
  width: 260px;
  float: none;
  margin: auto;
  border: solid 2px #5287b4; }

.lp_mc_two .section_lp_mc_two .article_lp_mc_two .cont_one {
  width: 100%;
  height: 100%;
  padding: 0;
  border-right: none;
  margin: 10px 0 0 0;
  float: left;
  display: block;
  box-sizing: border-box; }

.lp_mc_two .section_lp_mc_two .article_lp_mc_two .cont_one h1 {
  width: 100%;
  font: 16px Aller-Light, Arial, sans-serif;
  color: #939598;
  text-align: center;
  padding: 0 0 6px 0;
  float: left;
  display: block;
  box-sizing: border-box; }

.lp_mc_two .section_lp_mc_two .article_lp_mc_two .cont_one span {
  width: 100%;
  font: 60px Aller-Light, Arial, sans-serif;
  color: #4477ae;
  text-align: center;
  float: left;
  display: block;
  box-sizing: border-box; }

.lp_mc_two .section_lp_mc_two .article_lp_mc_two .cont_one var {
  text-align: center;
  background-image: url(../img/line_anl.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 0 0 24px 0; }

.lp_mc_two .section_lp_mc_two .article_lp_mc_two .cont_two {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 10px 0 0 0;
  float: left;
  display: block;
  box-sizing: border-box; }

.lp_mc_two .section_lp_mc_two .article_lp_mc_two .cont_two h1 {
  width: 100%;
  font: 16px Aller-Light, Arial, sans-serif;
  color: #939598;
  text-align: center;
  padding: 24px 0 6px 0;
  float: left;
  display: block;
  box-sizing: border-box; }

.lp_mc_two .section_lp_mc_two .article_lp_mc_two .cont_two span {
  width: 100%;
  font: 60px Aller-Light, Arial, sans-serif;
  text-align: center;
  color: #4477ae;
  float: left;
  display: block;
  box-sizing: border-box; }

.lp_mc_two .section_lp_mc_two .article_lp_mc_two .cont_three {
  width: 100%;
  height: 100%;
  padding: 0;
  float: left;
  display: block;
  box-sizing: border-box; }

.lp_mc_two .section_lp_mc_two .article_lp_mc_two .cont_three span {
  width: 100%;
  font: 16px Aller-Light, Arial, sans-serif;
  color: #939598;
  text-align: center;
  padding: 24px 16% 26px 16%;
  line-height: 24px;
  float: left;
  display: block;
  box-sizing: border-box; }

.lp_mc_two .section_lp_mc_two .article_lp_mc_two .cont_three .bt_arrow_account_w {
  width: 198px;
  margin: 22px 0 0 0;
  color: #4477ae;
  float: none;
  margin: auto;
  clear: both; }

.lp_mc_three {
  padding: 60px 0 60px 0; }

.lp_mc_three .section_lp_mc_three .article_lp_mc_three h1 {
  text-align: center; }

.lp_mc_three .section_lp_mc_three .article_lp_mc_three .cont_itens div h1 {
  text-align: left; }

.lp_mc_three .section_lp_mc_three .article_lp_mc_three .cont_itens {
  width: 44%;
  float: none;
  margin: auto; }

.lp_mc_three .section_lp_mc_three .article_lp_mc_three .cont_itens div {
  width: 100%; }

.lp_mc_three .section_lp_mc_three .article_lp_mc_three .cont_itens div:nth-child(2) {
  padding: 0;
  margin: 70px 0 0 0; }

.lp_mc_three .section_lp_mc_three .article_lp_mc_three .cont_itens div:nth-child(3) {
  margin: 70px 0 0 0; }

.lp_mc_three .section_lp_mc_three .article_lp_mc_three .cont_itens div span {
  text-align: center; }

.lp_mc_three .section_lp_mc_three .article_lp_mc_three .cont_bts .bt_blue_f_t_b {
  width: 200px;
  float: none;
  margin: auto auto 30px auto; }

.lp_mc_three .section_lp_mc_three .article_lp_mc_three .cont_bts .bt_play_blue {
  float: none !important;
  margin: auto; }

.lp_mc_four .section_lp_mc_four .article_lp_mc_four .cont_img {
  width: 100%;
  height: 486px;
  background-image: url(../img/lp/im_trm_four_m.png);
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: center top;
  margin: 0;
  position: absolute;
  z-index: 1000;
  float: left;
  display: block;
  box-sizing: border-box; }

.lp_mc_four .section_lp_mc_four .article_lp_mc_four .cont_txt {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 360px 0 14% 0;
  z-index: 2000;
  float: right;
  display: block;
  box-sizing: border-box; }

.lp_mc_four .section_lp_mc_four .article_lp_mc_four .cont_txt h1 {
  width: 100%;
  font: 30px Aller-Light, Arial, sans-serif;
  color: #6d6e71;
  text-align: center;
  padding: 0 0 0 0;
  line-height: 66px;
  float: left;
  display: block;
  box-sizing: border-box; }

.lp_mc_four .section_lp_mc_four .article_lp_mc_four .cont_txt p span {
  width: 100%;
  line-height: 26px;
  text-align: center;
  padding: 0 20% 30px 20%;
  float: left;
  display: block;
  box-sizing: border-box; }

.lp_mc_four .section_lp_mc_four .article_lp_mc_four .cont_txt .bt_arrow {
  width: 182px;
  float: none;
  margin: auto;
  clear: both; }

.lp_app_one {
  min-height: 600px;
  background-position: 37% bottom;
  overflow: hidden; }

.lp_app_one_p {
  padding: 120px 5% 6% 5%;
  background-size: 320%;
  min-height: 490px;
  background-position: 50% bottom; }

.lp_app_one_p .section_lp_app_one .article_lp_app_one h1 {
  text-align: center; }

.lp_app_one .section_lp_app_one .article_lp_app_one span {
  font: 24px TitilliumThin, Arial, sans-serif; }

.lp_app_one_p .section_lp_app_one .article_lp_app_one span {
  width: 100%;
  text-align: center;
  font: 20px TitilliumThin, Arial, sans-serif; }

.lp_app_one_p .section_lp_app_one .article_lp_app_one .cont_lgs {
  width: 100%; }

.lp_app_one_p .section_lp_app_one .article_lp_app_one .cont_two h2 {
  text-align: center; }

.lp_app_one_p .section_lp_app_one .article_lp_app_one .cont_lgs a:nth-child(1) {
  float: none;
  margin: auto; }

.lp_app_one_p .section_lp_app_one .article_lp_app_one .cont_lgs a:nth-child(2) {
  height: 20px; }

.lp_app_one_p .section_lp_app_one .article_lp_app_one .cont_lgs a:nth-child(3) {
  float: none;
  margin: auto; }

.lp_app_one_p .section_lp_app_one .article_lp_app_one .cont_two .img {
  width: 100%;
  top: 114px;
  right: 0; }

.lp_app_one_p .section_lp_app_one .article_lp_app_one .cont_two {
  width: 100%;
  margin: 100% 0 0 0; }

.lp_app_three {
  min-height: 624px; }

.lp_app_one .section_lp_app_one .article_lp_app_one {
  width: 466px;
  padding: 0; }

.lp_app_one .section_lp_app_one .article_lp_app_one h1 {
  width: 100%;
  color: #ffffff;
  text-align: center;
  padding: 10px 8% 12px 8%; }

.lp_app_one .section_lp_app_one .article_lp_app_one span {
  width: 100%;
  font: 34px Aller-Light, Arial, sans-serif;
  text-align: center;
  line-height: 36px;
  margin: 0 0 34px 0; }

.lp_app_one_p .section_lp_app_one .article_lp_app_one span {
  font: 34px Aller-Light, Arial, sans-serif; }

.lp_app_one_p .section_lp_app_one .article_lp_app_one h1 {
  text-align: center; }

.lp_app_one_p .section_lp_app_one .article_lp_app_one span {
  width: 100%;
  text-align: center; }

.lp_app_one_p .section_lp_app_one .article_lp_app_one .cont_lgs {
  width: 100%; }

.lp_app_one_p .section_lp_app_one .article_lp_app_one .cont_two h2 {
  text-align: center; }

.lp_app_one_p .section_lp_app_one .article_lp_app_one .cont_lgs a:nth-child(1) {
  float: none;
  margin: auto; }

.lp_app_one_p .section_lp_app_one .article_lp_app_one .cont_lgs a:nth-child(2) {
  height: 20px; }

.lp_app_one_p .section_lp_app_one .article_lp_app_one .cont_lgs a:nth-child(3) {
  float: none;
  margin: auto; }

.lp_app_one_p .section_lp_app_one .article_lp_app_one .cont_two .img {
  width: 100%;
  top: 114px;
  right: 0; }

.lp_app_one .section_lp_app_one .article_lp_app_one .bt_white_f_t {
  width: 260px;
  float: none;
  margin: auto;
  border: solid 2px #5287b4; }

.lp_app_four {
  padding: 0 0 60px 0; }

.lp_app_three .section_lp_app_three {
  height: 620px; }

.lp_app_four .section_lp_app_four .article_lp_app_four h1 {
  text-align: center; }

.lp_app_four .section_lp_app_four .article_lp_app_four .cont_itens div h1 {
  text-align: left; }

.lp_app_four .section_lp_app_four .article_lp_app_four .cont_itens {
  width: 44%;
  float: none;
  margin: auto; }

.lp_app_four .section_lp_app_four .article_lp_app_four .cont_itens div {
  width: 100%; }

.lp_app_four .section_lp_app_four .article_lp_app_four .cont_itens div:nth-child(2) {
  padding: 140px 0 0 0;
  margin: 70px 0 0 0; }

.lp_app_four .section_lp_app_four .article_lp_app_four .cont_itens div:nth-child(3) {
  padding: 140px 0 0 0;
  margin: 70px 0 0 0; }

.lp_app_four .section_lp_app_four .article_lp_app_four .cont_itens div span {
  text-align: center; }

.lp_app_four .section_lp_app_four .article_lp_app_four .cont_bts .bt_blue_f_t_b {
  width: 200px;
  float: none;
  margin: auto auto 30px auto; }

.lp_app_four .section_lp_app_four .article_lp_app_four .cont_bts .bt_play_blue {
  float: none !important;
  margin: auto; }

.lp_app_four .section_lp_app_four .article_lp_app_four .cont_itens div h2 {
  text-align: center; }

.lp_app_two .section_lp_app_two .article_lp_app_two {
  padding: 0 18% 0 18%; }

.lp_app_two .section_lp_app_two .article_lp_app_two .cont_one a {
  margin: 20px auto;
  float: none;
  clear: both; }

.lp_app_two .section_lp_app_two .article_lp_app_two .cont_one {
  width: 100%;
  border-right: none;
  border-bottom: solid 1px #565557; }

.lp_app_two .section_lp_app_two .article_lp_app_two .cont_one span {
  text-align: center;
  padding: 0 0 20px 0; }

.lp_app_two .section_lp_app_two .article_lp_app_two .cont_two {
  width: 100%; }

.lp_app_two .section_lp_app_two .article_lp_app_two .cont_two h1 {
  text-align: center;
  padding: 30px 0 60px 0; }

.lp_app_two .section_lp_app_two .article_lp_app_two .cont_two .cont_lgs {
  width: auto;
  margin: auto;
  float: none;
  display: block;
  box-sizing: border-box; }

.lp_app_three .section_lp_app_three .img_lp_app_three {
  width: 100%;
  min-height: 308px;
  background-repeat: no-repeat;
  background-position: 50% top;
  background-size: contain;
  margin: 0;
  position: absolute;
  z-index: 900;
  right: 0;
  bottom: 0;
  display: block;
  box-sizing: border-box; }

.lp_app_three .section_lp_app_three .article_lp_app_three {
  width: 100%;
  padding: 0;
  margin: 0; }

.lp_app_three .section_lp_app_three .article_lp_app_three h1 {
  text-align: center;
  padding: 0 11% 30px 11%;
  margin: 40px 0 0 0; }

.lp_app_three .section_lp_app_three .article_lp_app_three span {
  text-align: center;
  width: 100%;
  padding: 0 20% 38px 20%; }

.lp_app_three .section_lp_app_three .article_lp_app_three .cont_two {
  width: 370px;
  margin: auto;
  float: none; }

.lp_app_three .section_lp_app_three .article_lp_app_three .cont_two h2 {
  width: 100%;
  text-align: center; }

.lp_app_three .section_lp_app_three .article_lp_app_three .bt_play_blue {
  margin: auto;
  float: none !important; }

.lp_app_seven .section_lp_app_seven .article_lp_app_seven {
  width: 100%;
  padding: 0;
  margin: 0 0 40px 0; }

.lp_app_seven .section_lp_app_seven .article_lp_app_seven h1 {
  text-align: center;
  padding: 0 11% 30px 11%;
  margin: 40px 0 0 0; }

.lp_app_seven .section_lp_app_seven .article_lp_app_seven span {
  text-align: center;
  width: 100%;
  padding: 0 20% 38px 20%; }

.lp_app_seven .section_lp_app_seven .article_lp_app_seven .cont_two {
  width: 370px;
  margin: auto;
  float: none; }

.lp_app_seven .section_lp_app_seven .article_lp_app_seven .cont_two h2 {
  width: 100%;
  text-align: center; }

.lp_app_seven .section_lp_app_seven .article_lp_app_seven .bt_play_blue {
  margin: auto;
  float: none !important; }

.lp_app_seven .section_lp_app_seven .article_lp_app_seven .cont {
  float: none; }

.lp_app_seven .section_lp_app_seven .article_lp_app_seven .cont h1 {
  margin: 40px auto 30px auto; }

.lp_app_seven .section_lp_app_seven .img_lp_app_three {
  background-position: 50% bottom !important;
  min-height: 300px;
  background-size: contain; }

.lp_app_five .section_lp_app_five .article_lp_app_five {
  width: 100%;
  padding: 0;
  margin: 0 0 40px 0; }

.lp_app_five .section_lp_app_five .article_lp_app_five h1 {
  text-align: center;
  padding: 0 11% 30px 11%;
  margin: 40px 0 0 0; }

.lp_app_five .section_lp_app_five .article_lp_app_five span {
  text-align: center;
  width: 100%;
  padding: 0 20% 38px 20%; }

.lp_app_five .section_lp_app_five .article_lp_app_five .cont_two {
  width: 370px;
  margin: auto;
  float: none; }

.lp_app_five .section_lp_app_five .article_lp_app_five .cont_two h2 {
  width: 100%;
  text-align: center; }

.lp_app_five .section_lp_app_five .article_lp_app_five .bt_play_blue {
  margin: auto;
  float: none !important; }

.lp_app_five .section_lp_app_five .article_lp_app_five .cont {
  float: none; }

.lp_app_five .section_lp_app_five .article_lp_app_five .cont h1 {
  margin: 40px auto 10px auto !important; }

.lp_app_five .section_lp_app_five .img_lp_app_five {
  background-position: 50% bottom !important;
  min-height: 300px;
  background-size: contain; }

.lp_app_five .section_lp_app_five .img_lp_app_three {
  width: 100%;
  min-height: 520px;
  background-image: url("../img/lp/im_app_two_m.png?060617");
  background-repeat: no-repeat;
  background-position: center top;
  margin: 0;
  right: 0;
  display: block;
  box-sizing: border-box; }

.lp_app_six {
  width: 100%;
  min-height: 1130px;
  position: relative;
  background-color: #343740;
  background-image: url("../img/lp/bg_app_six_m.jpg?20102016");
  background-repeat: no-repeat;
  background-position: top center;
  float: left;
  display: block;
  box-sizing: border-box; }

.lp_app_six .section_lp_app_six .article_lp_app_six label:nth-child(2) {
  left: 0;
  right: 0;
  float: none;
  margin: auto;
  width: 50%;
  border-bottom: solid 1px #454852;
  padding: 0 0 30px 0;
  top: 760px; }

.lp_app_six .section_lp_app_six .article_lp_app_six label:nth-child(3) {
  left: 0;
  right: 0;
  float: none;
  margin: auto;
  width: 50%;
  border-bottom: solid 1px #454852;
  padding: 0 0 30px 0;
  top: 890px; }

.lp_app_six .section_lp_app_six .article_lp_app_six label:nth-child(4) {
  left: 0;
  right: 0;
  float: none;
  margin: auto;
  width: 50%;
  padding: 0 0 30px 0;
  top: 1020px; }

.lp_app_six .section_lp_app_six .article_lp_app_six label span {
  text-align: center; }

.lp_app_six .section_lp_app_six .article_lp_app_six label .bt_arrow {
  float: none;
  margin: auto;
  clear: both; }

.lp_app_six .section_lp_app_six .article_lp_app_six .cont_lgs {
  margin: 984px auto; }

.lp_rf_one {
  min-height: 672px;
  background-image: url(../img/lp/bn_lprf_m.jpg);
  background-size: cover;
  overflow: hidden;
  background-position: center; }

.lp_rf_one .section_lp_rf_one .article_lp_rf_one h1 {
  font: 35px Aller-Bold, Arial, sans-serif;
  width: 100%;
  text-align: center;
  color: #ffffff;
  padding: 166px 0 40px 0; }

.lp_rf_one .section_lp_rf_one .article_lp_rf_one h1 i {
  font: 35px Aller-Light, Arial, sans-serif;
  width: 100%;
  text-align: center;
  color: #ffffff;
  float: left; }

.lp_rf_one .section_lp_rf_one .article_lp_rf_one h2 {
  font: 22px Aller-Bold, Arial, sans-serif;
  width: 100%;
  padding: 0px 0 16px 0;
  text-align: center; }

.lp_rf_one .section_lp_rf_one .article_lp_rf_one h3 {
  width: 100%;
  text-align: center;
  padding: 0px 0 8px 0; }

.lp_rf_one .section_lp_rf_one .article_lp_rf_one h4 {
  font: 30px Aller-Light, Arial, sans-serif;
  width: 100%;
  text-align: center;
  color: #d0c8c3;
  float: left; }

.lp_rf_one .section_lp_rf_one .article_lp_rf_one .bt_blue_f_t_b {
  color: #ffffff;
  width: 154px;
  margin: auto;
  float: none; }

.lp_rf_two .section_lp_rf_two .article_lp_rf_two .cont_one {
  width: 100%;
  height: 100%;
  padding: 0;
  border-right: none;
  margin: 10px 0 0 0;
  float: left;
  display: block;
  box-sizing: border-box; }

.lp_rf_two .section_lp_rf_two .article_lp_rf_two .cont_one h1 {
  width: 100%;
  font: 16px Aller-Light, Arial, sans-serif;
  color: #939598;
  text-align: center;
  padding: 0 0 6px 0;
  float: left;
  display: block;
  box-sizing: border-box; }

.lp_rf_two .section_lp_rf_two .article_lp_rf_two .cont_one span {
  width: 100%;
  font: 60px Aller-Light, Arial, sans-serif;
  color: #4477ae;
  text-align: center;
  background-image: url(../img/line_anl.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 0 0 24px 0;
  float: left;
  display: block;
  box-sizing: border-box; }

.lp_rf_two .section_lp_rf_two .article_lp_rf_two .cont_two {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 10px 0 0 0;
  float: left;
  display: block;
  box-sizing: border-box; }

.lp_rf_two .section_lp_rf_two .article_lp_rf_two .cont_two h1 {
  width: 100%;
  font: 16px Aller-Light, Arial, sans-serif;
  color: #939598;
  text-align: center;
  padding: 24px 0 6px 0;
  float: left;
  display: block;
  box-sizing: border-box; }

.lp_rf_two .section_lp_rf_two .article_lp_rf_two .cont_two span {
  width: 100%;
  font: 60px Aller-Light, Arial, sans-serif;
  text-align: center;
  color: #4477ae;
  float: left;
  display: block;
  box-sizing: border-box; }

.lp_rf_two .section_lp_rf_two .article_lp_rf_two .cont_three {
  width: 100%;
  height: 100%;
  padding: 0;
  float: left;
  display: block;
  box-sizing: border-box; }

.lp_rf_two .section_lp_rf_two .article_lp_rf_two .cont_three span {
  width: 100%;
  font: 16px Aller-Light, Arial, sans-serif;
  color: #939598;
  text-align: center;
  padding: 24px 20% 26px 20%;
  line-height: 24px;
  float: left;
  display: block;
  box-sizing: border-box; }

.lp_rf_two .section_lp_rf_two .article_lp_rf_two .cont_three .bt_arrow_account_w {
  width: 116px;
  margin: 22px 0 0 0;
  color: #4477ae;
  float: none;
  margin: auto;
  clear: both; }

.lp_rf_three .section_lp_rf_three .article_lp_rf_three .cont_left h1 {
  text-align: center; }

.lp_rf_three .section_lp_rf_three .article_lp_rf_three .cont_left span {
  width: 100%;
  padding: 60px 10% 80px 10%;
  text-align: center; }

.lp_rf_three .section_lp_rf_three .article_lp_rf_three .cont_left .bt_blue_f_t_b {
  margin: auto;
  float: none; }

.lp_rf_three .section_lp_rf_three .article_lp_rf_three .cont_left {
  width: 100%; }

.lp_rf_three .section_lp_rf_three .article_lp_rf_three .cont_right {
  width: 100%; }

.lp_rf_three .section_lp_rf_three .article_lp_rf_three .cont_right .line_info label {
  width: 100%;
  text-align: center; }

.lp_td_four.rfp.two.rf {
  padding: 0 0 60px 0; }

.lp_rf_four .section_lp_rf_four .article_lp_rf_four .cont_left {
  width: 100%; }

.lp_rf_four .section_lp_rf_four .article_lp_rf_four .cont_left h1 {
  width: 100%;
  text-align: center; }

.lp_rf_four .section_lp_rf_four .article_lp_rf_four .cont_left span {
  width: 100%;
  text-align: center; }

.lp_rf_four .section_lp_rf_four .article_lp_rf_four .cont_left .bt_play_blue {
  margin: 0 auto 50px auto;
  float: none !important; }

.lp_rf_four .section_lp_rf_four .article_lp_rf_four .cont_left .bt_blue_f_t_b {
  margin: auto;
  float: none; }

.lp_rf_four .section_lp_rf_four .article_lp_rf_four .cont_right {
  width: 100%; }

.lp_rf_four .section_lp_rf_four .article_lp_rf_four .cont_right a {
  width: 100% !important;
  background-size: contain;
  background-repeat: no-repeat; }

.lp_rf_five {
  padding: 60px 0 60px 0; }

.lp_rf_five .section_lp_rf_five .article_lp_rf_five h1 {
  text-align: center; }

.lp_rf_five .section_lp_rf_five .article_lp_rf_five .cont_itens div h1 {
  text-align: left; }

.lp_rf_five .section_lp_rf_five .article_lp_rf_five .cont_itens {
  width: 44%;
  float: none;
  margin: auto; }

.lp_rf_five .section_lp_rf_five .article_lp_rf_five .cont_itens div {
  width: 100% !important; }

.lp_rf_five .section_lp_rf_five .article_lp_rf_five .cont_itens div:nth-child(2) {
  padding: 140px 0 0 0;
  margin: 70px 0 0 0; }

.lp_rf_five .section_lp_rf_five .article_lp_rf_five .cont_itens div:nth-child(3) {
  padding: 140px 0 0 0;
  margin: 70px 0 0 0; }

.lp_rf_five .section_lp_rf_five .article_lp_rf_five .cont_itens div span {
  text-align: center; }

.lp_rf_five .section_lp_rf_five .article_lp_rf_five .cont_bts .bt_blue_f_t_b {
  width: 200px;
  float: none;
  margin: auto auto 30px auto; }

.lp_rf_five .section_lp_rf_five .article_lp_rf_five .cont_bts .bt_play_blue {
  float: none !important;
  margin: auto; }

.lp_rf_five .section_lp_rf_five .article_lp_rf_five .cont_itens div h2 {
  text-align: center; }

.lp_rf_six .section_lp_rf_six .article_lp_rf_six h1 {
  text-align: center; }

.lp_rf_six .section_lp_rf_six .article_lp_rf_six .cont_left {
  width: 100%; }

.lp_rf_six .section_lp_rf_six .article_lp_rf_six .cont_left ul li {
  text-align: center; }

.lp_rf_six .section_lp_rf_six .article_lp_rf_six .cont_right {
  width: 100%;
  padding: 30px 0 0 0; }

.lp_rf_six .section_lp_rf_six .article_lp_rf_six .cont_right h1, .lp_rf_six .section_lp_rf_six .article_lp_rf_six .cont_right span {
  text-align: center; }

.lp_info_td .section_lp_info_td .article_lp_info_td h1 {
  text-align: center; }

.lp_info_td .section_lp_info_td .article_lp_info_td div {
  width: 100%; }

.lp_info_td .section_lp_info_td .article_lp_info_td div:nth-child(3) {
  width: 100%;
  margin: 80px 0 80px 0; }

.lp_info_td .section_lp_info_td .article_lp_info_td div h1 {
  text-align: center; }

.lp_info_td .section_lp_info_td .article_lp_info_td div span {
  text-align: center;
  padding: 0 0 20px 0; }

.lp_info_td .section_lp_info_td .article_lp_info_td div:nth-child(4) .bt_arrow {
  margin: auto; }

.lp_info_td .section_lp_info_td .article_lp_info_td div .bt_arrow {
  clear: both;
  float: none;
  margin: auto; }

.sb_one.lpsb {
  max-height: 620px; }

.sb_one.lpsb .section_hm_one .article_hm_one .cont_article_hm_one .bt_white_f_t {
  width: 180px;
  float: none;
  margin: auto; }

.sb_one.lpsb .section_hm_one .article_hm_one h1 {
  text-align: center;
  width: 100%;
  padding: 0 10% 0 10%; }

.sb_one.lpsb .section_hm_one .article_hm_one span {
  text-align: center;
  width: 100%;
  padding: 30px 10% 0 10%;
  line-height: 26px; }

.sb_fifth.lpsb .section_hm_fifth .article_hm_fifth {
  width: 90%;
  margin: 190px 5% 0 5%;
  padding: 70px 10% 40px 10%; }
  .sb_fifth.lpsb .section_hm_fifth .article_hm_fifth .bt_blue_f_t_b {
    width: 180px;
    float: none;
    margin: auto; }

.sb_three_lp .section_sb_three_lp .article_sb_three_lp h1 {
  padding: 0 10% 20px 10%; }

.sb_two.lpsb {
  padding: 60px 0 60px 0; }

.sb_fourth.lpsb {
  padding: 0 0 60px 0; }

.lp_planos_three .section_lp_planos_three .img_lp_planos_three {
  width: 100%;
  min-height: 308px;
  background-repeat: no-repeat;
  background-position: 50% top;
  background-size: contain;
  margin: 0;
  position: absolute;
  z-index: 900;
  right: 0;
  bottom: 0;
  display: block;
  box-sizing: border-box; }

.lp_planos_three .section_lp_planos_three .article_lp_planos_three {
  width: 100%;
  padding: 0;
  margin: 0; }

.lp_planos_three .section_lp_planos_three .article_lp_planos_three .cont {
  width: 100%;
  height: 380px;
  float: right; }

.lp_planos_three .section_lp_planos_three .article_lp_planos_three h1 {
  text-align: center;
  padding: 0 11% 30px 11%;
  margin: 40px 0 0 0; }

.lp_planos_three .section_lp_planos_three .article_lp_planos_three span {
  text-align: center;
  width: 100%;
  padding: 0 20% 38px 20%; }

.lp_planos_three .section_lp_planos_three .article_lp_planos_three .cont_two {
  width: 370px;
  margin: auto;
  float: none; }

.lp_planos_three .section_lp_planos_three .article_lp_planos_three .cont_two h2 {
  width: 100%;
  text-align: center; }

.lp_planos_three .section_lp_planos_three .article_lp_planos_three .bt_play_blue {
  margin: auto;
  float: none !important; }

.anl_one .section_anl_one .article_anl_one span {
  padding: 0 22% 30px 22%; }

.anl_one .section_anl_one .article_anl_one .bt_white_f_t {
  float: none;
  margin: auto; }

/*LandingPage*/
/*Tutorial*/
.tut_one .section_tut_one .article_tut_one {
  max-width: 726px;
  height: 407px; }

.tut_two .section_tut_two .article_tut_two div {
  width: 29.5%; }

.tut_two .section_tut_two .article_tut_two div.rf {
  margin: 0 2% 0 3.75%; }

.tut_two .section_tut_two .article_tut_two div.trm {
  margin: 0 3.75% 0 2%; }

.tut_two .section_tut_two .article_tut_two div.cp {
  margin: 0; }

/*Tutorial*/
/*Faq*/
.faq_two {
  height: 972px; }

.faq_two .section_faq_two .article_faq_two .cont_left {
  width: 100%; }

.faq_two .section_faq_two .article_faq_two .cont_right {
  width: 100%;
  padding: 50px 0 0 0; }

.faq_two .section_faq_two .article_faq_two .cont_right h1 {
  text-align: center; }

.faq_two .section_faq_two .article_faq_two .cont_right h2 {
  text-align: center; }

.faq_two .section_faq_two .article_faq_two .cont_right span {
  text-align: center; }

.faq_two .section_faq_two .article_faq_two .cont_right a {
  width: 180px;
  float: none;
  margin: auto auto 30px auto; }

.faq_four .section_faq_four .article_faq_four .cont_right .footer_faq_inter .cont_left, .faq_four .section_faq_four .article_faq_four .cont_right .footer_faq_inter .cont_right {
  width: 40%; }

/*Faq*/
/*Plataformas*/
.plt_two_ft .section_plt_two_ft .article_plt_two_ft i {
  top: -134px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.plt_two_ft .section_plt_two_ft .article_plt_two_ft .cont_one {
  width: 100%; }
  .plt_two_ft .section_plt_two_ft .article_plt_two_ft .cont_one span {
    text-align: center;
    padding: 46px 12% 0 12%; }

.plt_two_ft .section_plt_two_ft .article_plt_two_ft .cont_two {
  width: 100%; }
  .plt_two_ft .section_plt_two_ft .article_plt_two_ft .cont_two .bt_blue_f_t {
    width: 218px;
    float: none;
    margin: auto; }

.plt_three_ft {
  padding: 0 0 30px 0; }

.plt_three_ft .section_plt_three_ft .article_plt_three_ft .cont_txt_one, .plt_three_ft .section_plt_three_ft .article_plt_three_ft .cont_txt_two {
  width: 100%; }

.plt_three_ft .section_plt_three_ft .article_plt_three_ft .cont_txt_one h1 {
  width: 100%;
  text-align: center; }

.plt_three_ft .section_plt_three_ft .article_plt_three_ft .cont_txt_two p span {
  text-align: center; }

.plt_four_ft .section_plt_four_ft .article_plt_four_ft .cont_itens div:nth-child(1), .plt_four_ft .section_plt_four_ft .article_plt_four_ft .cont_itens div:nth-child(2), .plt_four_ft .section_plt_four_ft .article_plt_four_ft .cont_itens div:nth-child(3), .plt_four_ft .section_plt_four_ft .article_plt_four_ft .cont_itens.two div:nth-child(1), .plt_four_ft .section_plt_four_ft .article_plt_four_ft .cont_itens.two div:nth-child(2), .plt_four_ft .section_plt_four_ft .article_plt_four_ft .cont_itens.two div:nth-child(3) {
  width: 100%;
  padding: 0;
  background-size: inherit;
  background-position: center top; }

.plt_four_ft .section_plt_four_ft .article_plt_four_ft .cont_itens div h2, .plt_four_ft .section_plt_four_ft .article_plt_four_ft .cont_itens.two div h2, .plt_four_ft .section_plt_four_ft .article_plt_four_ft .cont_itens div:nth-child(3) h2, .plt_four_ft .section_plt_four_ft .article_plt_four_ft .cont_itens.two div:nth-child(3) h2 {
  padding: 30% 0 0 0;
  text-align: center; }

.plt_four_ft .section_plt_four_ft .article_plt_four_ft .cont_itens div span, .plt_four_ft .section_plt_four_ft .article_plt_four_ft .cont_itens.two div span {
  padding: 22px 0 50px 0;
  text-align: center; }

.plt_one_tz {
  background-image: url("../img/bn_plt_tz_mb.jpg?280817");
  background-position: center -30px;
  background-size: 70%;
  background-repeat: no-repeat;
  background-color: #000000; }

.plt_one_tz .section_plt_one_tz .article_plt_one_tz {
  padding: 50px 20px 0 20px; }

.plt_one_tz .section_plt_one_tz .article_plt_one_tz h1 {
  width: 100%;
  text-align: center;
  padding: 18px 6% 30px 6%;
  background-position: center top;
  margin: 0 0 0 0; }

.plt_one_tz .section_plt_one_tz .article_plt_one_tz span {
  width: 50%;
  text-align: center;
  padding: 0 0 30px 0;
  float: none;
  margin: auto; }

.plt_one_tz .section_plt_one_tz .article_plt_one_tz .bt_blue_f_t {
  width: 216px;
  float: none;
  margin: auto; }

.plt_one_ft {
  background-image: url("../img/bn_plt_ft_mb.jpg?280817");
  background-position: center -30px;
  background-size: 70%;
  background-repeat: no-repeat;
  background-color: #000000; }

.plt_one_ft .section_plt_one_ft .article_plt_one_ft {
  padding: 50px 20px 0 20px; }

.plt_one_ft .section_plt_one_ft .article_plt_one_ft h1 {
  width: 100%;
  text-align: center;
  padding: 18px 6% 30px 6%;
  background-position: center top;
  margin: 0; }

.plt_one_ft .section_plt_one_ft .article_plt_one_ft span {
  width: 50%;
  text-align: center;
  padding: 0 0 30px 0;
  float: none;
  margin: auto; }

.plt_one_ft .section_plt_one_ft .article_plt_one_ft .bt_blue_f_t {
  width: 216px;
  float: none;
  margin: auto; }

.plt_two_tz .section_plt_two_tz .article_plt_two_tz i {
  top: -134px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.plt_two_tz .section_plt_two_tz .article_plt_two_tz .cont_one {
  width: 100%; }
  .plt_two_tz .section_plt_two_tz .article_plt_two_tz .cont_one span {
    text-align: center;
    padding: 46px 12% 0 12%; }

.plt_two_tz .section_plt_two_tz .article_plt_two_tz .cont_two {
  width: 100%; }
  .plt_two_tz .section_plt_two_tz .article_plt_two_tz .cont_two .bt_blue_f_t {
    width: 218px;
    float: none;
    margin: auto; }

.plt_three_tz {
  min-height: 700px; }

.plt_three_tz .section_plt_three_tz .article_plt_three_tz .cont_txt {
  width: 100%;
  padding: 0; }

.plt_three_tz .section_plt_three_tz .article_plt_three_tz .cont_txt h1 {
  text-align: center; }

.plt_three_tz .section_plt_three_tz .article_plt_three_tz .cont_txt p span {
  text-align: center;
  padding: 0 0 20px 0; }

.plt_three_tz .section_plt_three_tz .article_plt_three_tz .cont_txt .bt_arrow {
  float: none;
  margin: auto;
  clear: both; }

.plt_three_tz .section_plt_three_tz .article_plt_three_tz .cont_img {
  width: 95%;
  background-position: center;
  height: 7%;
  background-size: 58%;
  margin: 320px 0 0 0; }

.plt_four_tz .section_plt_four_tz .article_plt_four_tz {
  padding: 60px 20px 100px 20px; }

.plt_four_tz .section_plt_four_tz .article_plt_four_tz .cont_left {
  width: 100%; }

.plt_four_tz .section_plt_four_tz .article_plt_four_tz .cont_left h1 {
  width: 100%;
  text-align: center; }

.plt_four_tz .section_plt_four_tz .article_plt_four_tz .cont_left span {
  width: 100%;
  text-align: center;
  padding: 0 12% 20px 12%; }

.plt_four_tz .section_plt_four_tz .article_plt_four_tz .cont_left .bt_arrow {
  float: none;
  margin: auto; }

.plt_four_tz .section_plt_four_tz .article_plt_four_tz .cont_left .bt_play_blue_tw {
  float: none !important;
  margin: 20px auto; }
  .plt_four_tz .section_plt_four_tz .article_plt_four_tz .cont_left .bt_play_blue_tw i {
    margin: 0 0 0 20px; }

.plt_four_tz .section_plt_four_tz .article_plt_four_tz .cont_right {
  width: 100%; }

.plt_four_tz .section_plt_four_tz .article_plt_four_tz .cont_right .cont_img {
  width: 100%;
  height: 290px;
  background-size: contain;
  background-position: center;
  margin: 20px 0 0 0; }

.plt_one_pc {
  background-image: url("../img/bn_plt_pc_rt_mb.jpg?280817");
  background-position: center -30px;
  background-size: 70%;
  background-repeat: no-repeat;
  background-color: #000000; }

.plt_one_pc .section_plt_one_pc .article_plt_one_pc {
  padding: 50px 20px 0 20px; }

.plt_one_pc .section_plt_one_pc .article_plt_one_pc h1 {
  width: 100%;
  text-align: center;
  padding: 18px 6% 30px 6%;
  background-position: center top;
  margin: 290px 0 0 0; }

.plt_one_pc .section_plt_one_pc .article_plt_one_pc span {
  width: 50%;
  text-align: center;
  padding: 0 0 30px 0;
  float: none;
  margin: auto; }

.plt_one_pc .section_plt_one_pc .article_plt_one_pc .bt_blue_f_t {
  width: 216px;
  float: none;
  margin: auto; }

.plt_one_pc.pro {
  background-image: url("../img/bn_plt_pc_pro_mb.jpg?280817");
  background-position: center -30px;
  background-size: 70%;
  background-repeat: no-repeat;
  background-color: #000000; }

.plt_one_pc.pro .section_plt_one_pc .article_plt_one_pc {
  padding: 50px 20px 0 20px; }

.plt_one_pc.pro .section_plt_one_pc .article_plt_one_pc h1 {
  width: 100%;
  text-align: center;
  padding: 18px 6% 30px 6%;
  background-position: center top;
  margin: 0 0 0 0; }

.plt_one_pc.pro .section_plt_one_pc .article_plt_one_pc span {
  width: 50%;
  text-align: center;
  padding: 0 0 30px 0;
  float: none;
  margin: auto; }

.plt_one_pc.pro .section_plt_one_pc .article_plt_one_pc .bt_blue_f_t {
  width: 216px;
  float: none;
  margin: auto; }

.plt_two_pc .section_plt_two_pc .article_plt_two_pc .cont_one {
  width: 100%;
  border-right: 0;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: solid 1px #434446; }

.plt_two_pc .section_plt_two_pc .article_plt_two_pc .cont_two {
  width: 100%;
  padding: 0;
  margin: 0 0 40px 0; }

.plt_two_pc .section_plt_two_pc .article_plt_two_pc .cont_three {
  width: 100%; }

.plt_two_pc .section_plt_two_pc .article_plt_two_pc .cont_one h1, .plt_two_pc .section_plt_two_pc .article_plt_two_pc .cont_two h1 {
  text-align: center; }

.plt_two_pc .section_plt_two_pc .article_plt_two_pc .cont_one h2, .plt_two_pc .section_plt_two_pc .article_plt_two_pc .cont_two h2 {
  text-align: center; }

.plt_two_pc .section_plt_two_pc .article_plt_two_pc .cont_one span, .plt_two_pc .section_plt_two_pc .article_plt_two_pc .cont_two span {
  text-align: center; }

.plt_two_pc .section_plt_two_pc .article_plt_two_pc .cont_three a {
  width: 218px;
  float: none;
  margin: auto; }

.plt_three_pc .section_plt_three_pc .article_plt_three_pc .cont_itens h1 {
  text-align: center; }

.plt_three_pc .section_plt_three_pc .article_plt_three_pc .cont_itens div:nth-child(2), .plt_three_pc .section_plt_three_pc .article_plt_three_pc .cont_itens div:nth-child(3), .plt_three_pc .section_plt_three_pc .article_plt_three_pc .cont_itens div:nth-child(4) {
  width: 100%;
  padding: 0;
  background-size: inherit;
  background-position: center top;
  position: relative; }

.plt_three_pc .section_plt_three_pc .article_plt_three_pc .cont_itens div:nth-child(2) h2, .plt_three_pc .section_plt_three_pc .article_plt_three_pc .cont_itens div:nth-child(3) h2, .plt_three_pc .section_plt_three_pc .article_plt_three_pc .cont_itens div:nth-child(4) h2 {
  padding: 30% 0 0 0;
  text-align: center; }

.plt_three_pc .section_plt_three_pc .article_plt_three_pc .cont_itens div span {
  padding: 22px 0 30px 0;
  text-align: center; }

.plt_three_pc .section_plt_three_pc .article_plt_three_pc .cont_itens div a {
  position: inherit;
  margin: 0 auto 50px auto;
  clear: both;
  bottom: 0;
  float: none; }

.plt_four_pc .section_plt_four_pc .article_plt_four_pc h2 {
  text-align: center; }

.plt_four_pc .section_plt_four_pc .article_plt_four_pc span {
  text-align: center; }

.plt_four_pc .section_plt_four_pc .article_plt_four_pc a {
  float: none;
  margin: auto;
  clear: both; }

.plt_three_wc {
  min-height: 700px; }

.plt_three_wc .section_plt_three_wc .article_plt_three_wc {
  padding: 6% 0 0 0; }

.plt_three_wc .section_plt_three_wc .article_plt_three_wc .cont_txt p span {
  padding: 0 20px 20px 20px; }

.plt_three_wc .section_plt_three_wc .article_plt_three_wc .cont_txt {
  width: 100%;
  padding: 0; }

.plt_three_wc .section_plt_three_wc .article_plt_three_wc .cont_txt h1 {
  text-align: center; }

.plt_three_wc .section_plt_three_wc .article_plt_three_wc .cont_txt span {
  text-align: center; }

.plt_three_wc .section_plt_three_wc .article_plt_three_wc .cont_txt .bt_arrow {
  float: none;
  margin: auto;
  clear: both; }

.plt_three_wc .section_plt_three_wc .article_plt_three_wc .cont_img {
  width: 90%;
  background-position: bottom center;
  margin: 0 5% 0 5%;
  background-size: contain;
  top: 39%; }

.plt_four_wc .section_plt_four_wc .article_plt_four_wc h1 {
  text-align: center;
  padding: 0 0 50px 2px; }

.plt_four_wc .section_plt_four_wc .article_plt_four_wc .line_one .left, .plt_four_wc .section_plt_four_wc .article_plt_four_wc .line_two .left, .plt_four_wc .section_plt_four_wc .article_plt_four_wc .line_three .left {
  width: 100%; }

.plt_four_wc .section_plt_four_wc .article_plt_four_wc .line_one .left h1, .plt_four_wc .section_plt_four_wc .article_plt_four_wc .line_two .left h1, .plt_four_wc .section_plt_four_wc .article_plt_four_wc .line_three .left h1 {
  text-align: center; }

.plt_four_wc .section_plt_four_wc .article_plt_four_wc .line_one .left span, .plt_four_wc .section_plt_four_wc .article_plt_four_wc .line_two .left span, .plt_four_wc .section_plt_four_wc .article_plt_four_wc .line_three .left span {
  width: 100%;
  text-align: center; }

.plt_four_wc .section_plt_four_wc .article_plt_four_wc .line_one .left span::before, .plt_four_wc .section_plt_four_wc .article_plt_four_wc .line_two .left span::before, .plt_four_wc .section_plt_four_wc .article_plt_four_wc .line_three .left span::before {
  display: none; }

.plt_four_wc .section_plt_four_wc .article_plt_four_wc .line_one .left a, .plt_four_wc .section_plt_four_wc .article_plt_four_wc .line_two .left a, .plt_four_wc .section_plt_four_wc .article_plt_four_wc .line_three .left a {
  float: none;
  margin: auto;
  clear: both; }

.plt_four_wc .section_plt_four_wc .article_plt_four_wc .line_one .right, .plt_four_wc .section_plt_four_wc .article_plt_four_wc .line_two .right, .plt_four_wc .section_plt_four_wc .article_plt_four_wc .line_three .right {
  width: 100%;
  height: 62%;
  background-position: center top;
  margin: 20px 0 0 0; }

.plt_three_mt .section_plt_three_mt .article_plt_three_mt .cont_txt_one {
  width: 100%; }

.plt_three_mt .section_plt_three_mt .article_plt_three_mt .cont_txt_one h1 {
  width: 100%;
  text-align: center; }

.plt_three_mt .section_plt_three_mt .article_plt_three_mt .cont_txt_two {
  width: 100%; }

.plt_three_mt .section_plt_three_mt .article_plt_three_mt .cont_txt_two p {
  text-align: center; }

.plt_three_mt .section_plt_three_mt .article_plt_three_mt .cont_txt_two p a {
  float: none;
  margin: auto;
  clear: both; }

.plt_four_mt {
  padding: 70px 0 0 0; }

.plt_four_mt .section_plt_four_mt .article_plt_four_mt .line_one {
  height: auto; }

.plt_four_mt .section_plt_four_mt .article_plt_four_mt .line_one .left {
  width: 100%; }

.plt_four_mt .section_plt_four_mt .article_plt_four_mt .line_one .left h1 {
  text-align: center; }

.plt_four_mt .section_plt_four_mt .article_plt_four_mt .line_one .left span {
  width: 100%;
  text-align: center; }

.plt_four_mt .section_plt_four_mt .article_plt_four_mt .line_one .left a {
  float: none;
  margin: auto;
  clear: both; }

.plt_four_mt .section_plt_four_mt .article_plt_four_mt .line_one .right {
  width: 100%;
  padding: 20% 0 20% 0;
  background-position: center top;
  margin: 30px 0 30px 0;
  background-size: contain;
  position: relative; }

.plt_five_mt {
  padding: 4% 0 24% 0; }

.plt_five_mt .section_plt_five_mt .article_plt_five_mt .container_vds_metatrader2 {
  width: 100%;
  height: auto;
  padding: 0 0 20px 0; }

.plt_five_mt .section_plt_five_mt .article_plt_five_mt .vds_wch_overflow {
  width: 100%; }

.plt_five_mt .section_plt_five_mt .article_plt_five_mt .vds_wch_overflow a {
  width: 45%;
  margin: 0 5% 0 0; }

.plt_five_mt .section_plt_five_mt .article_plt_five_mt .container_vds_metatrader {
  height: 400px; }

.plt_five_mt .section_plt_five_mt .article_plt_five_mt .container_video_vds_metatrader {
  width: 100%; }

.mt_trn .section_mt_trn .article_mt_trn {
  min-height: 630px; }

.mt_trn .section_mt_trn .article_mt_trn .content div.mt_one:nth-child(2), .mt_trn .section_mt_trn .article_mt_trn .content div.mt_two:nth-child(2), .mt_trn .section_mt_trn .article_mt_trn .content div.mt_three:nth-child(2), .mt_trn .section_mt_trn .article_mt_trn .content div.mt_four:nth-child(2) {
  clear: both;
  margin: 10px 0 0 0; }

.plt_two_new .section_plt_two_new .article_plt_two_new .cont_left {
  width: 100%; }

.plt_two_new .section_plt_two_new .article_plt_two_new .cont_left h1 {
  text-align: center; }

.plt_two_new .section_plt_two_new .article_plt_two_new .cont_left span {
  width: 100%;
  text-align: center;
  padding: 0 0 20px 0; }

.plt_two_new .section_plt_two_new .article_plt_two_new .cont_left a {
  float: none;
  margin: auto; }

.plt_two_new .section_plt_two_new .article_plt_two_new .cont_right {
  width: 100%; }

.plt_five_new .section_plt_five_new .article_plt_five_new h1 {
  text-align: center; }

.plt_five_new .section_plt_five_new .article_plt_five_new .container_vds_plataformas2 {
  width: 100%;
  height: auto;
  background-image: none;
  padding: 0 10% 14px 10%; }

.plt_five_new .section_plt_five_new .article_plt_five_new .container_vds_plataformas2 .vds_wch_overflow {
  padding: 0 0 0 0; }

.plt_five_new .section_plt_five_new .article_plt_five_new .container_vds_plataformas2 .vds_wch_overflow a {
  width: 50%;
  text-align: center;
  padding: 10px 5% 10px 5%; }

.plt_five_new .section_plt_five_new .article_plt_five_new .container_vds_plataformas2 .vds_wch_overflow a.select {
  background-image: none; }

.plt_five_new .section_plt_five_new .article_plt_five_new .container_video_vds_plataformas {
  padding: 20px 0 20px 0;
  height: auto; }

.plt_five_new .section_plt_five_new .article_plt_five_new .container_video_vds_plataformas iframe {
  margin: auto;
  float: none;
  display: inherit; }

.plt_five_new .section_plt_five_new::before {
  margin: 100px 0 0; }

.plt_five_new .section_plt_five_new::after {
  display: none; }

.plt_four_new.mob .carou_func_plat .section_carou_func_plat .article_carou_func_plat .item_func_plat {
  margin: 0 10% 0 10%;
  padding: 42% 0 0 0;
  width: 80%;
  background-size: 85%; }

.plt_four_new.mob .carou_func_plat .section_carou_func_plat .article_carou_func_plat > h1 {
  text-align: center; }

.plt_four_new.mob .jssora60l {
  left: 4% !important; }

.plt_four_new.mob .jssora60r {
  right: 4% !important; }

.plt_four_new.mob {
  display: block; }

.plt_four_new {
  display: none; }

.plt_one_mt {
  background-image: url("../img/bn_plt_mt_mb.jpg?280817");
  background-position: center -30px;
  background-size: 70%;
  background-repeat: no-repeat;
  background-color: #000000; }

.plt_one_mt .section_plt_one_mt .article_plt_one_mt {
  padding: 50px 20px 0 20px; }

.plt_one_mt .section_plt_one_mt .article_plt_one_mt h1 {
  width: 100%;
  text-align: center;
  padding: 18px 6% 30px 6%;
  background-position: center top;
  margin: 0; }

.plt_one_mt .section_plt_one_mt .article_plt_one_mt span {
  width: 50%;
  text-align: center;
  padding: 0 0 30px 0;
  float: none;
  margin: auto; }

.plt_one_mt .section_plt_one_mt .article_plt_one_mt .bt_blue_f_t {
  width: 216px;
  float: none;
  margin: auto; }

.plt_one_wc {
  background-image: url("../img/bn_plt_wc_mb.jpg?280817");
  background-position: center -30px;
  background-size: 70%;
  background-repeat: no-repeat;
  background-color: #000000; }

.plt_one_wc .section_plt_one_wc .article_plt_one_wc {
  padding: 50px 20px 0 20px; }

.plt_one_wc .section_plt_one_wc .article_plt_one_wc h1 {
  width: 100%;
  text-align: center;
  padding: 18px 6% 30px 6%;
  background-position: center top;
  margin: 0 0 0 0; }

.plt_one_wc .section_plt_one_wc .article_plt_one_wc span {
  width: 50%;
  text-align: center;
  padding: 0 0 30px 0;
  float: none;
  margin: auto; }

.plt_one_wc .section_plt_one_wc .article_plt_one_wc .bt_blue_f_t {
  width: 216px;
  float: none;
  margin: auto; }

.plt_one_ty {
  background-image: url("../img/bn_plt_ty_mb.jpg?280817");
  background-position: center -30px;
  background-size: 70%;
  background-repeat: no-repeat;
  background-color: #000000; }

.plt_one_ty .section_plt_one_ty .article_plt_one_ty {
  padding: 50px 20px 0 20px; }

.plt_one_ty .section_plt_one_ty .article_plt_one_ty h1 {
  width: 100%;
  text-align: center;
  padding: 0 0 20px 0; }

.plt_one_ty .section_plt_one_ty .article_plt_one_ty span {
  width: 50%;
  text-align: center;
  padding: 0 0 30px 0;
  float: none;
  margin: auto; }

.plt_one_ty .section_plt_one_ty .article_plt_one_ty .bt_blue_f_t {
  width: 216px;
  float: none;
  margin: auto; }

.plt_one_pt {
  background-image: url("../img/bn_plt_pt_mb.jpg?280817");
  background-position: center -30px;
  background-size: 70%;
  background-repeat: no-repeat;
  background-color: #000000; }

.plt_one_pt .section_plt_one_pt .article_plt_one_pt {
  padding: 50px 20px 0 20px; }

.plt_one_pt .section_plt_one_pt .article_plt_one_pt h1 {
  width: 100%;
  text-align: center;
  padding: 0 0 20px 0; }

.plt_one_pt .section_plt_one_pt .article_plt_one_pt span {
  width: 50%;
  text-align: center;
  padding: 0 0 30px 0;
  float: none;
  margin: auto; }

.plt_one_pt .section_plt_one_pt .article_plt_one_pt .bt_blue_f_t {
  width: 216px;
  float: none;
  margin: auto; }

.plt_one_sb {
  background-image: url("../img/bn_plt_sb_mb.jpg?280817");
  background-position: center -30px;
  background-size: 70%;
  background-repeat: no-repeat;
  background-color: #000000; }

.plt_one_sb .section_plt_one_sb .article_plt_one_sb {
  padding: 50px 20px 0 20px; }

.plt_one_sb .section_plt_one_sb .article_plt_one_sb h1 {
  width: 100%;
  text-align: center;
  padding: 18px 6% 30px 6%;
  background-position: center top;
  margin: 0 0 0 0; }

.plt_one_sb .section_plt_one_sb .article_plt_one_sb span {
  width: 50%;
  text-align: center;
  padding: 0 0 30px 0;
  float: none;
  margin: auto; }

.plt_one_sb .section_plt_one_sb .article_plt_one_sb .bt_blue_f_t {
  width: 216px;
  float: none;
  margin: auto; }

.plt_three .section_plt_three .article_plt_three .cont_plat:nth-child(2) {
  width: 45%;
  margin: 0 5% 0 0;
  background-position: right top;
  background-size: 100%; }

.plt_three .section_plt_three .article_plt_three .cont_plat:nth-child(3) {
  width: 45%;
  margin: 0 0 0 5%;
  background-position: right top;
  background-size: 100%; }

.plt_three .section_plt_three .article_plt_three .cont_plat:nth-child(4) {
  width: 45%;
  margin: 0 5% 0 0;
  background-position: right top;
  background-size: 100%; }

.plt_three .section_plt_three .article_plt_three .cont_plat:nth-child(5) {
  width: 45%;
  margin: 0 0 0 5%;
  background-position: right top;
  background-size: 100%; }

.plt_three .section_plt_three .article_plt_three .cont_plat:nth-child(6) {
  width: 45%;
  margin: 0 5% 0 0;
  background-position: right top;
  background-size: 100%; }

.plt_three .section_plt_three .article_plt_three .cont_plat:nth-child(7) {
  width: 45%;
  margin: 0 0 0 5%;
  background-position: right top;
  background-size: 100%; }

.plt_three .section_plt_three .article_plt_three .cont_plat:nth-child(8) {
  width: 45%;
  margin: 0 5% 0 0;
  background-position: right top;
  background-size: 100%; }

.plt_three .section_plt_three .article_plt_three .cont_plat:nth-child(9) {
  width: 45%;
  margin: 0 0 0 5%;
  background-position: right top;
  background-size: 100%; }

.plt_three .section_plt_three .article_plt_three .cont_plat:nth-child(10) {
  width: 45%;
  margin: 0 5% 0 0;
  background-position: right top;
  background-size: 100%; }

.plt_three_ty .section_plt_three_ty .article_plt_three_ty .cont_txt {
  width: 100%;
  padding: 26px 0 0 0; }

.plt_three_ty {
  position: relative;
  min-height: 750px; }

.plt_three_ty .section_plt_three_ty .article_plt_three_ty .cont_txt h1 {
  text-align: center; }

.plt_three_ty .section_plt_three_ty .article_plt_three_ty .cont_txt p span {
  text-align: center; }

.plt_three_ty .section_plt_three_ty .article_plt_three_ty .cont_txt p var {
  width: 100%;
  text-align: center;
  padding: 10px 0 20px 0; }

.plt_three_ty .section_plt_three_ty .article_plt_three_ty .cont_txt a {
  float: none;
  margin: auto; }

.plt_three_ty .section_plt_three_ty .article_plt_three_ty .cont_img {
  width: 100%;
  margin: 0 0 0 -20px;
  background-size: contain;
  bottom: 4%;
  background-position: center bottom; }

/*Plataformas*/
@media screen and (min-width: 768px) {
  footer .cont_ft .f_fifth .cont_m_footer div:nth-child(8) {
    margin: 26px 8px 26px 20px; }
  .cont_indice a {
    margin: 0 5.5% 4% 0 !important; }
  .cont_indice {
    padding: 28px 0 30px 30px !important; } }

/*Planos*/
.lp_planos_five .section_lp_planos_five .article_lp_planos_five .top_plat a:nth-child(2) {
  background-size: auto; }

.lp_planos_five .section_lp_planos_five .article_lp_planos_five .top_plat a:nth-child(5) {
  background-size: contain; }

.lp_planos_five .section_lp_planos_five .article_lp_planos_five .top_plat a:nth-child(6) {
  background-size: contain; }

.lp_planos_five .section_lp_planos_five .article_lp_planos_five .top_plat a:nth-child(7) {
  background-size: contain; }

.lp_planos_five .section_lp_planos_five .article_lp_planos_five .body_plat_top .coll_four .img_mark {
  background-position: 18px 0; }

.lp_planos_five .section_lp_planos_five .article_lp_planos_five .body_plat .coll_two label .cont_gratis {
  width: 80%; }

.lp_planos_five .section_lp_planos_five .article_lp_planos_five .body_plat .coll_two label .cont_gratis .middle_gratis > span {
  padding: 0 10% 0 10%; }

.lp_planos_five .section_lp_planos_five .article_lp_planos_five .body_plat .coll_three label .cont_gratis {
  width: 80%; }

.lp_planos_five .section_lp_planos_five .article_lp_planos_five .body_plat .coll_three label .cont_gratis .middle_gratis > span {
  padding: 0 10% 0 10%; }

.lp_planos_five .section_lp_planos_five .article_lp_planos_five .body_plat .coll_four label .cont_gratis {
  width: 80%; }

.lp_planos_five .section_lp_planos_five .article_lp_planos_five .body_plat .coll_four label .cont_gratis .middle_gratis > span {
  padding: 0 10% 0 10%; }

.lp_planos_five .section_lp_planos_five .article_lp_planos_five .body_plat .coll_one label div h1 {
  font: 13px UbuntuM, Arial, sans-serif; }

.lp_planos_five .section_lp_planos_five .article_lp_planos_five .body_plat .coll_one label > h3 {
  font: 12px UbuntuM, Arial, sans-serif; }

.lp_planos_five .section_lp_planos_five .article_lp_planos_five .body_plat .coll_two label .cont_item_gratis {
  margin: 22px auto 22px auto; }

.lp_planos_five .section_lp_planos_five .article_lp_planos_five .body_plat .coll_three label .cont_item_gratis {
  margin: 22px auto 22px auto; }

.lp_planos_five .section_lp_planos_five .article_lp_planos_five .body_plat .coll_four label .cont_item_gratis {
  margin: 22px auto 22px auto; }

.lp_planos_four {
  display: none; }

.lp_planos_four_mob {
  width: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 0 0 30px 0;
  float: left;
  display: block;
  box-sizing: border-box; }

.lp_planos_four_mob .section_lp_planos_four_mob {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  box-sizing: border-box; }

.lp_planos_four_mob .section_lp_planos_four_mob .article_lp_planos_four_mob {
  max-width: 1200px;
  height: 100%;
  padding: 0;
  margin: auto;
  display: block;
  box-sizing: border-box; }

.lp_planos_four_mob .section_lp_planos_four_mob .article_lp_planos_four_mob h1 {
  width: 100%;
  font: 30px TitilliumWebLight, Arial, sans-serif;
  color: #424344;
  text-align: center;
  float: left;
  padding: 80px 0 30px 0;
  display: block;
  box-sizing: border-box; }

.lp_planos_four_mob .section_lp_planos_four_mob .article_lp_planos_four_mob .cont_carou_pla {
  width: 100%;
  background-color: #f5f4f1;
  background-image: url("../img/bg_white.png?060617");
  background-repeat: no-repeat;
  background-position: center -240%;
  background-repeat: repeat-x;
  padding: 0 0 40px 0;
  display: block;
  box-sizing: border-box; }
  .lp_planos_four_mob .section_lp_planos_four_mob .article_lp_planos_four_mob .cont_carou_pla .cont_img {
    width: 90%;
    height: 70%;
    margin: 0 5% 0 5%;
    background-color: #ffffff;
    float: left;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1); }
  .lp_planos_four_mob .section_lp_planos_four_mob .article_lp_planos_four_mob .cont_carou_pla .cont_img.one {
    background-image: url(../img/im_plan_01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .lp_planos_four_mob .section_lp_planos_four_mob .article_lp_planos_four_mob .cont_carou_pla .cont_img.two {
    background-image: url(../img/im_plan_02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .lp_planos_four_mob .section_lp_planos_four_mob .article_lp_planos_four_mob .cont_carou_pla .cont_img.three {
    background-image: url(../img/im_plan_03.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .lp_planos_four_mob .section_lp_planos_four_mob .article_lp_planos_four_mob .cont_carou_pla .cont_img.four {
    background-image: url(../img/im_plan_04.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .lp_planos_four_mob .section_lp_planos_four_mob .article_lp_planos_four_mob .cont_carou_pla .cont_img.five {
    background-image: url(../img/im_plan_05.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .lp_planos_four_mob .section_lp_planos_four_mob .article_lp_planos_four_mob .cont_carou_pla .cont_img.six {
    background-image: url(../img/im_plan_06.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .lp_planos_four_mob .section_lp_planos_four_mob .article_lp_planos_four_mob .cont_carou_pla .cont_img.seven {
    background-image: url(../img/im_plan_07.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .lp_planos_four_mob .section_lp_planos_four_mob .article_lp_planos_four_mob .cont_carou_pla .cont_img.eight {
    background-image: url(../img/im_plan_08.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .lp_planos_four_mob .section_lp_planos_four_mob .article_lp_planos_four_mob .cont_carou_pla h1 {
    width: 100%;
    font: 18px TitilliumThin, Arial, sans-serif;
    color: #252526;
    font-weight: bold;
    text-align: center;
    float: left;
    padding: 24px 0 16px 0;
    display: block;
    box-sizing: border-box; }
  .lp_planos_four_mob .section_lp_planos_four_mob .article_lp_planos_four_mob .cont_carou_pla span {
    width: 100%;
    font: 14px UbuntuR, Arial, sans-serif;
    color: #666666;
    text-align: center;
    float: left;
    padding: 0 0 26px 0;
    display: block;
    box-sizing: border-box; }
  .lp_planos_four_mob .section_lp_planos_four_mob .article_lp_planos_four_mob .cont_carou_pla .bt_blue_f_t {
    width: 162px;
    text-align: center;
    padding: 0;
    color: #3c80f8;
    border: solid 2px #3c80f8;
    float: none;
    margin: auto; }

.lp_planos_vdo {
  padding: 80px 0 0 0; }

.lp_planos_vdo .section_lp_planos_vdo .article_lp_planos_vdo .cont_left {
  width: 100%; }

.lp_planos_vdo .section_lp_planos_vdo .article_lp_planos_vdo .cont_right {
  width: 100%; }

.lp_planos_vdo .section_lp_planos_vdo .article_lp_planos_vdo .cont_right h1 {
  text-align: center;
  padding: 24px 0 0 0; }

.lp_planos_vdo .section_lp_planos_vdo .article_lp_planos_vdo .cont_right span {
  text-align: center;
  padding: 24px 5% 20px 5%; }

.lp_planos_vdo .section_lp_planos_vdo .article_lp_planos_vdo .cont_right .bt_blue_f_t {
  width: 192px;
  margin: auto;
  float: none; }

.lp_planos_four_mob .section_lp_planos_four_mob .article_lp_planos_four_mob .jssorb05 .av {
  background-color: #696760; }

@media only screen and (max-width: 768px) {
  .lp_planos_four_mob .section_lp_planos_four_mob .article_lp_planos_four_mob .cont_carou_pla h1 {
    font: 30px TitilliumThin, Arial, sans-serif; }
  .lp_planos_four_mob .section_lp_planos_four_mob .article_lp_planos_four_mob .cont_carou_pla span {
    font: 18px UbuntuR, Arial, sans-serif;
    padding: 0 5% 26px 5%; } }

/*Planos*/
/*Regras*/
.transformer-tabs {
  width: 200px !important; }

.tabs > div {
  padding: 54px 0 0 0 !important; }

.body_rgs {
  width: 66% !important; }

.plt_one_ft .section_plt_one_ft .article_plt_one_ft var {
  background-image: none;
  width: 100%;
  text-align: center;
  padding: 44% 0 0 0; }

.plt_one_mt .section_plt_one_mt .article_plt_one_mt var {
  background-image: none;
  width: 100%;
  text-align: center;
  padding: 44% 0 0 0; }

.plt_one_pc.pro .section_plt_one_pc .article_plt_one_pc var {
  background-image: none;
  width: 100%;
  text-align: center;
  padding: 44% 0 0 0; }

.plt_one_pt .section_plt_one_pt .article_plt_one_pt var {
  background-image: none;
  width: 100%;
  text-align: center;
  padding: 44% 0 0 0; }

.plt_one_tz .section_plt_one_tz .article_plt_one_tz var {
  background-image: none;
  width: 100%;
  text-align: center;
  padding: 44% 0 0 0; }

.plt_one_ty .section_plt_one_ty .article_plt_one_ty var {
  background-image: none;
  width: 100%;
  text-align: center;
  padding: 44% 0 0 0; }

.plt_one_sb .section_plt_one_sb .article_plt_one_sb var {
  background-image: none;
  width: 100%;
  text-align: center;
  padding: 44% 0 0 0; }

.plt_one_wc .section_plt_one_wc .article_plt_one_wc var {
  background-image: none;
  width: 100%;
  text-align: center;
  padding: 44% 0 0 0; }

.plt_one_wc .section_plt_one_wc .article_plt_one_wc a, .plt_one_ft .section_plt_one_ft .article_plt_one_ft a, .plt_one_mt .section_plt_one_mt .article_plt_one_mt a, .plt_one_pc.pro .section_plt_one_pc .article_plt_one_pc a, .plt_one_pt .section_plt_one_pt .article_plt_one_pt a, .plt_one_tz .section_plt_one_tz .article_plt_one_tz a, .plt_one_ty .section_plt_one_ty .article_plt_one_ty a, .plt_one_sb .section_plt_one_sb .article_plt_one_sb a, .plt_one_ct .section_plt_one_ct .article_plt_one_ct a, .plt_one_fc .section_plt_one_fc .article_plt_one_fc a {
  width: 162px;
  float: none;
  margin: auto;
  clear: both; }

.plt_one_wc .section_plt_one_wc .article_plt_one_wc a:nth-child(4), .plt_one_ft .section_plt_one_ft .article_plt_one_ft a:nth-child(4), .plt_one_mt .section_plt_one_mt .article_plt_one_mt a:nth-child(4), .plt_one_pc.pro .section_plt_one_pc .article_plt_one_pc a:nth-child(4), .plt_one_pt .section_plt_one_pt .article_plt_one_pt a:nth-child(4), .plt_one_tz .section_plt_one_tz .article_plt_one_tz a:nth-child(4), .plt_one_ty .section_plt_one_ty .article_plt_one_ty a:nth-child(4), .plt_one_sb .section_plt_one_sb .article_plt_one_sb a:nth-child(4), .plt_one_ct .section_plt_one_ct .article_plt_one_ct a:nth-child(4), .plt_one_fc .section_plt_one_fc .article_plt_one_fc a:nth-child(4) {
  width: 162px;
  float: none;
  margin: 24px auto 24px auto;
  clear: both; }

.plt_five_new .section_plt_five_new .article_plt_five_new .container_vds_plataformas2 .vds_wch_overflow a.select {
  font: 12px UbuntuR, Arial, sans-serif !important; }

.rv_one .section_rv_one .article_rv_one .cont_article_rv_one .bt_n_blue {
  width: 222px;
  float: none;
  margin: auto;
  clear: both; }

.opt_three .section_opt_three .article_opt_three h1 {
  width: 100%;
  padding: 0 0 30px 0;
  text-align: center; }

.opt_three.trm .section_opt_three .article_opt_three .img_bc_four {
  width: 100%;
  right: 0;
  background-position: center bottom;
  background-size: contain; }

.cont_anl .hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_rapha .img_rapha .article_anl span, .cont_anl .hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_goes .img_goes .article_anl span, .cont_anl .hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_igor .img_igor .article_anl span, .cont_anl .hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_bo .img_bo .article_anl span, .cont_anl .hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_andre .img_andre .article_anl span, .cont_anl .hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_neto .img_neto .article_anl span, .cont_anl .hm_sixth_two .section_hm_sixth_two .article_hm_sixth_two .cont_igor .img_igor .article_anl span {
  font: 18px TitilliumRegular, Arial, sans-serif;
  line-height: 28px; }

.cont_anl .article_anl h2 {
  font: 22px ExoR, Arial, sans-serif; }

.cont_anl .article_anl .bt_n_blue {
  font: 14px ExoSB, Arial, sans-serif;
  height: 40px;
  line-height: 40px; }

.plt_one_ct {
  background-image: url("../img/bn_plt_ct_mb.jpg?280817");
  background-position: center -30px;
  background-size: 70%;
  background-repeat: no-repeat;
  background-color: #000000; }

.plt_one_ct .section_plt_one_ct .article_plt_one_ct {
  padding: 50px 20px 0 20px; }

.plt_one_ct .section_plt_one_ct .article_plt_one_ct h1 {
  width: 100%;
  text-align: center;
  padding: 18px 6% 30px 6%;
  background-position: center top;
  margin: 0; }

.plt_one_ct .section_plt_one_ct .article_plt_one_ct span {
  width: 50%;
  text-align: center;
  padding: 0 0 30px 0;
  float: none;
  margin: auto; }

.plt_one_ct .section_plt_one_ct .article_plt_one_ct .bt_blue_f_t {
  width: 216px;
  float: none;
  margin: auto; }

.plt_one_ct .section_plt_one_ct .article_plt_one_ct var {
  background-image: none;
  width: 100%;
  text-align: center;
  padding: 44% 0 0 0; }

.plt_one_fc {
  background-image: url("../img/bn_plt_fc_mb.jpg?200418");
  background-position: center -30px;
  background-size: 70%;
  background-repeat: no-repeat;
  background-color: #000000; }

.plt_one_fc .section_plt_one_fc .article_plt_one_fc {
  padding: 50px 20px 0 20px; }

.plt_one_fc .section_plt_one_fc .article_plt_one_fc h1 {
  width: 100%;
  text-align: center;
  padding: 18px 6% 30px 6%;
  background-position: center top;
  margin: 0; }

.plt_one_fc .section_plt_one_fc .article_plt_one_fc span {
  width: 50%;
  text-align: center;
  padding: 0 0 30px 0;
  float: none;
  margin: auto; }

.plt_one_fc .section_plt_one_fc .article_plt_one_fc .bt_blue_f_t {
  width: 216px;
  float: none;
  margin: auto; }

.plt_one_fc .section_plt_one_fc .article_plt_one_fc var {
  background-image: none;
  width: 100%;
  text-align: center;
  padding: 44% 0 0 0; }

/*Glossário*/
.section_gl_fb .container_fb, .section_gl_fb .container_ok {
  width: 315px;
  margin-left: -157.5px; }

.section_gl_fb .container_ok .cont_body h1 {
  font: 22px TitilliumSemiBold, Arial, sans-serif; }

/*Glossário*/
footer .cont_ft .f_sac {
  width: 100%;
  float: left;
  padding: 20px 20px 0 20px;
  background-color: #fafafa;
  border-bottom: solid 1px #f3f1f0;
  box-sizing: border-box; }

footer .cont_ft .f_sac .cont_m_footer {
  max-width: 1200px;
  height: 100%;
  margin: auto;
  display: block;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }
  footer .cont_ft .f_sac .cont_m_footer .footer-sac-01 {
    float: left;
    width: 50%;
    height: 80px; }
    footer .cont_ft .f_sac .cont_m_footer .footer-sac-01 .fig-atendimento {
      float: left;
      width: 40px;
      text-align: left;
      padding-top: 5px; }
    footer .cont_ft .f_sac .cont_m_footer .footer-sac-01 .atendimento-txt {
      float: left;
      width: auto;
      text-align: left;
      font: 16px TitilliumRegular, Arial, sans-serif !important;
      color: #5c5c5c; }
      footer .cont_ft .f_sac .cont_m_footer .footer-sac-01 .atendimento-txt span {
        font: 16px TitilliumSemiBold, Arial, sans-serif !important;
        color: #000000; }
  footer .cont_ft .f_sac .cont_m_footer .footer-sac-02 {
    float: left;
    width: 50%;
    height: 80px;
    border-left: none; }
    footer .cont_ft .f_sac .cont_m_footer .footer-sac-02 p {
      float: left;
      width: auto;
      text-align: left;
      font: 16px TitilliumRegular, Arial, sans-serif !important;
      color: #5c5c5c;
      padding-left: 44px;
      padding-top: 20px; }
      footer .cont_ft .f_sac .cont_m_footer .footer-sac-02 p span {
        font: 16px TitilliumSemiBold, Arial, sans-serif !important;
        color: #000000; }
  footer .cont_ft .f_sac .cont_m_footer .footer-sac-03 {
    float: left;
    width: 50%;
    height: 80px;
    border-left: none; }
    footer .cont_ft .f_sac .cont_m_footer .footer-sac-03 p {
      float: left;
      width: auto;
      text-align: left;
      font: 16px TitilliumRegular, Arial, sans-serif !important;
      color: #5c5c5c;
      padding-left: 44px;
      padding-top: 20px; }
      footer .cont_ft .f_sac .cont_m_footer .footer-sac-03 p span {
        font: 16px TitilliumSemiBold, Arial, sans-serif !important;
        color: #000000; }
  footer .cont_ft .f_sac .cont_m_footer .footer-sac-04 {
    float: left;
    width: 50%;
    height: 80px;
    border-left: none; }
    footer .cont_ft .f_sac .cont_m_footer .footer-sac-04 p {
      float: left;
      width: auto;
      text-align: left;
      font: 16px TitilliumRegular, Arial, sans-serif !important;
      color: #5c5c5c;
      padding-left: 44px;
      padding-top: 20px; }
      footer .cont_ft .f_sac .cont_m_footer .footer-sac-04 p span {
        font: 16px TitilliumSemiBold, Arial, sans-serif !important;
        color: #000000; }

/*# sourceMappingURL=960.css.map */
