@charset "UTF-8";
.bt_g_play {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  background-image: url(../img/im_g_play.png);
  background-repeat: no-repeat;
  background-size: contain;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: all 0.5s ease;
  box-sizing: border-box; }

.bt_g_play:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9; }

.bt_a_store {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  background-image: url(../img/im_a_store.png);
  background-repeat: no-repeat;
  background-size: contain;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  transition: all 0.5s ease;
  box-sizing: border-box; }

.bt_a_store:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  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: visible;
  width: 100%;
  overflow: hidden;
  text-align: center;
  -moz-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease; }

.lk_pit span:nth-child(2) {
  visibility: hidden;
  width: 0;
  overflow: hidden;
  text-align: center;
  -moz-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  -webkit-transition: width 0.5s ease;
  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;
  -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_f_t_b {
  min-width: 140px;
  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;
  -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_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;
  -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_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 0 0 8px !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;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  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: 900000000;
  top: 0;
  float: left;
  display: block;
  transition: all 0.5s ease;
  box-sizing: border-box; }

.menu .cont_m {
  display: none; }

.menu .cont_m_m {
  display: block; }

.menu .cont_m_m .c_three .bt_account_blue {
  width: 82%;
  font: 12px ExoM, Arial, sans-serif;
  margin: 14px 16px 0 0; }

.menu .cont_m .logo {
  width: 172px;
  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: 42%;
  height: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  display: block;
  box-sizing: border-box; }

.menu .cont_m li {
  width: auto;
  padding: 0 2% 0 2%;
  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;
  transition: all 0.5s ease;
  box-sizing: border-box; }

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

.dt_five .section_dt_five .article_dt_five .img_dt_five {
  width: 50%;
  height: 100%;
  background-image: url(../img/im_dt_five.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  z-index: 9000000;
  top: 60px;
  right: 8%;
  float: left;
  display: block;
  box-sizing: border-box; }

/*Home*/
.hm_fourth .section_hm_fourth .article_hm_fourth {
  margin: 140px 3% 0 0; }

.hm_three .section_hm_three .article_hm_three {
  margin: 147px 0 0 2%; }

.hm_one .section_hm_one h1 {
  font: 80px Aller-Light, Arial, sans-serif;
  line-height: 90px;
  padding: 10% 5% 0 5%; }

.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; }

.jssora01r {
  right: -8px !important; }

.hm_nw_two {
  margin: -130px 0 0 0.5%; }

.hm_new_four .section_hm_new_four .article_hm_new_four .cont_left {
  width: 32%;
  padding: 0 0 0 2%; }

.hm_new_four .section_hm_new_four .article_hm_new_four .cont_right {
  width: 68%; }

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

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

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

.subm .column.four {
  width: 21%; }

.subm .column.one, .subm .column.two, .subm .column.three, .subm .column.four {
  padding: 0 24px 0 24px; }

.subm.two ul li, .subm.three ul li {
  width: 304px !important; }

.cont_form_pz h1 {
  text-align: center; }

.cont_form_pz label {
  width: 100% !important;
  margin: 0 70px 20px 0 !important; }

.cont_form_pz label .bt_blue_f_t_b {
  float: left !important; }

.sb_two.two .section_sb_two .article_sb_two .right_sb_two div:nth-child(1) {
  margin: 0 0 0 -14%; }

.sb_two.two .section_sb_two .article_sb_two .right_sb_two div:nth-child(2) {
  margin: 16px 0 0 -14%; }

.bc_one .section_bc_one h1 {
  padding: 8% 18% 0 18%;
  background-image: none;
  width: 100%;
  text-align: center; }

.bc_one .section_bc_one span {
  text-align: center; }

.bc_one .section_bc_one .article_bc_one {
  width: 384px;
  float: none;
  margin: auto; }

.bc_one .bn {
  background-size: 42%;
  background-image: url(../img/bg_pc_st_m.png?040418);
  background-position: center bottom; }

.bc_one.plt .bn {
  background-size: 42%;
  background-image: url(../img/bg_pc_plt_m.png?210717);
  background-position: center bottom; }

.bc_one .section_bc_one span {
  width: 100%;
  padding: 1% 20% 0 20%; }

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

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

.bc_two .section_bc_two .article_bc_two .cont_one var {
  width: 100%;
  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; }

/*Home*/
/*Renda Fixa*/
.rf_one .section_rf_one .cont_spn_top {
  width: 100%;
  padding: 1% 20% 0 20%; }

.rf_three .section_rf_three .img_rf_three {
  width: 100%;
  min-height: 560px;
  background-color: #e3e1e0;
  background-image: url(../img/img_rf_three.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }

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

.rf_three .section_rf_three .article_rf_three div.cont_article_rf_three h1 {
  width: 80%; }

.rf_three .section_rf_three .article_rf_three div.cont_article_rf_three span {
  padding: 36px 26% 56px 8%; }

.rf_three .section_rf_three .article_rf_three div.cont_article_rf_three div.ft_article_rf_three {
  max-width: 446px; }

.rf_two .section_rf_two .article_rf_two .cont_one {
  width: 70%; }

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

.rf_three {
  width: 100%;
  min-height: 560px;
  position: relative;
  background-color: #f3f1f0; }

.rf_five .section_rf_five .article_rf_five .img_rf_five {
  width: 900px;
  top: -62px;
  right: -360px; }

.rf_five .section_rf_five .article_rf_five h1 {
  padding: 0 60% 50px 2px; }

.rf_five .section_rf_five .article_rf_five p span {
  width: 44%; }

.rf_four .section_rf_four .article_rf_four {
  width: 60%;
  min-width: 943px; }

.rf_four .section_rf_four .article_rf_four .content .left {
  width: 88%; }

.rf_six {
  width: 100%;
  background-image: url(../img/td_cts_one.jpg);
  background-position: -641px -26px;
  padding: 6% 0 8% 0; }

.rf_six .section_rf_six .article_rf_six h1 {
  width: 64%; }

.rv_one .section_rv_one h1 {
  padding: 8% 18% 0 18%;
  background-image: none;
  width: 100%;
  text-align: center; }

.rv_one .section_rv_one .cont_spn_top {
  text-align: center; }

.rv_one .section_rv_one .article_rv_one {
  width: 384px;
  float: none;
  margin: auto; }

.rv_one .section_rv_one .article_rv_one.two {
  float: none;
  margin: auto; }

.rv_one.rv .bn {
  background-size: 36%; }

.rv_one .bn {
  background-size: 42%;
  background-image: url("../img/bg_pc_rv_m.png?210717");
  background-position: center bottom !important; }

.rv_one.opc .bn {
  background-size: 42% !important;
  background-image: url("../img/bg_pc_opc_m.png?040418") !important;
  background-position: center bottom !important; }

.rv_one.trm .bn {
  background-size: 42% !important;
  background-image: url("../img/bg_pc_trm_m.png?210717") !important;
  background-position: center bottom !important; }

.rv_one.fii {
  height: 470px; }

.rv_one .section_rv_one span {
  padding: 1% 28% 0 28%; }

.rf_ten .section_rf_ten .article_rf_ten .cont_img {
  width: 72%;
  background-size: contain; }

.rf_ten .section_rf_ten .article_rf_ten .cont_txt h1 {
  font: 38px TitilliumWebLight, Arial, sans-serif; }

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

/*Renda Fixa*/
/*Renda Variavel*/
.rv_one .section_rv_one .cont_spn_top {
  width: 100%;
  padding: 1% 20% 0 20%; }

.rv_one.rf .section_rv_one .cont_spn_top {
  width: 100%;
  padding: 1% 20% 0 20%; }

.rv_one.rf .section_rv_one .article_rv_one .cont_article_rv_one .bt_n_blue {
  width: 196px;
  float: none;
  margin: auto; }

.rv_one.rf .section_rv_one .article_rv_one .cont_article_rv_one .bt_n_trans {
  width: 196px;
  margin: 20px auto;
  float: none;
  clear: both; }

.fii_two .section_fii_two .article_fii_two .cont_one {
  width: 100%;
  border-right: none; }

.fii_two .section_fii_two .article_fii_two .cont_one h1 {
  width: 100%;
  background-position: center; }

.fii_two .section_fii_two .article_fii_two .cont_one span {
  width: 100%;
  text-align: center;
  padding: 24px 0 0 0; }

.fii_two .section_fii_two .article_fii_two .cont_two {
  width: 100%; }
  .fii_two .section_fii_two .article_fii_two .cont_two span:nth-child(1) {
    width: 150px;
    float: none;
    margin: auto; }
  .fii_two .section_fii_two .article_fii_two .cont_two span:nth-child(2) {
    width: 180px;
    float: none;
    margin: auto; }
  .fii_two .section_fii_two .article_fii_two .cont_two span:nth-child(3) {
    width: 282px;
    float: none;
    margin: auto; }

.fii_three .section_fii_three .article_fii_three .cont_txt {
  width: 100%;
  padding: 60px 0 0 0; }

.fii_three .section_fii_three .article_fii_three .cont_txt h1 {
  text-align: center; }

.fii_three .section_fii_three .article_fii_three .cont_txt p span {
  width: 100%;
  text-align: center;
  padding: 0 20% 0 20%; }

.fii_three .section_fii_three .article_fii_three .cont_img {
  width: auto;
  height: 400px;
  background-size: contain;
  left: 20px;
  right: 20px;
  bottom: 0; }

.fii_four .section_fii_four .article_fii_four .cont_left {
  width: 100%; }

.fii_four .section_fii_four .article_fii_four .cont_left h1 {
  text-align: center; }

.fii_four .section_fii_four .article_fii_four .cont_left span {
  text-align: center;
  padding: 0 0 40px 0; }

.fii_four .section_fii_four .article_fii_four .cont_right {
  width: 100%; }

.fii_five .section_fii_five .article_fii_five .cont_txt {
  width: 100%;
  padding: 60px 0 0 0; }

.fii_five .section_fii_five .article_fii_five .cont_txt h1 {
  text-align: center; }

.fii_five .section_fii_five .article_fii_five .cont_txt p span {
  width: 100%;
  text-align: center;
  padding: 0 20% 20px 20%; }

.fii_five .section_fii_five .article_fii_five .cont_txt .bt_n_blue {
  width: 204px;
  float: none;
  margin: auto;
  clear: both; }

.fii_five .section_fii_five .article_fii_five .cont_img {
  width: 100%;
  left: 0;
  right: 0;
  top: inherit;
  bottom: 0;
  height: 54%;
  background-position: center;
  background-size: contain; }

.fii_five .section_fii_five .article_fii_five {
  min-height: 912px; }

.fii_seven .section_fii_seven .article_fii_seven .cont_txt {
  width: 100%;
  padding: 60px 0 0 0; }

.fii_seven .section_fii_seven .article_fii_seven .cont_txt h1 {
  text-align: center; }

.fii_seven .section_fii_seven .article_fii_seven .cont_txt h2 {
  width: 100%;
  text-align: center; }

.fii_seven .section_fii_seven .article_fii_seven .cont_txt span:nth-child(3) {
  width: 200px;
  float: none;
  margin: auto;
  clear: both; }

.fii_seven .section_fii_seven .article_fii_seven .cont_txt span:nth-child(4) {
  width: 200px;
  float: none;
  margin: auto;
  clear: both; }

.fii_seven .section_fii_seven .article_fii_seven .cont_txt span:nth-child(5) {
  width: 200px;
  float: none;
  margin: auto;
  clear: both; }

.fii_seven .section_fii_seven .article_fii_seven .cont_txt span:nth-child(6) {
  width: 200px;
  float: none;
  margin: auto;
  clear: both; }

.fii_seven .section_fii_seven .article_fii_seven .cont_img {
  width: 100%;
  height: inherit;
  margin: 40px 0 0 0;
  background-position: center top;
  background-size: 68%;
  padding: 0 0 70% 0; }

.fii_seven .section_fii_seven .article_fii_seven .cont_img span {
  width: 100%; }

.rv_four .section_rv_four .article_rv_four .cz-rvbanner-inv {
  width: 100%;
  max-width: 1082px;
  margin: -80px auto 0;
  height: 340px;
  background: url("../img/cz-bg-rendaVariavel.png") no-repeat center top transparent; }

@media only screen and (max-width: 800px) {
  .fii_seven .section_fii_seven .article_fii_seven .cont_img {
    padding: 0 0 76% 0; } }

@media only screen and (max-width: 768px) {
  .fii_three .section_fii_three {
    min-height: 710px; }
  .fii_three .section_fii_three .article_fii_three .cont_img {
    height: 290px; }
  .fii_seven .section_fii_seven .article_fii_seven .cont_img span {
    left: 144px; } }

@media only screen and (max-width: 664px) {
  .fii_seven .section_fii_seven .article_fii_seven .cont_img {
    padding: 0 0 78% 0; } }

@media only screen and (max-width: 598px) {
  .fii_seven .section_fii_seven .article_fii_seven .cont_img {
    padding: 0 0 84% 0; }
  .fii_seven .section_fii_seven .article_fii_seven .cont_img span {
    width: auto; } }

@media only screen and (max-width: 512px) {
  .fii_seven .section_fii_seven .article_fii_seven .cont_img {
    padding: 0 0 88% 0; } }

@media only screen and (max-width: 375px) {
  .fii_seven .section_fii_seven .article_fii_seven .cont_img {
    padding: 0 0 100% 0; }
  .fii_five .section_fii_five .article_fii_five .cont_img {
    height: 48%; }
  .fii_three .section_fii_three {
    min-height: 528px; }
  .fii_five .section_fii_five .article_fii_five {
    min-height: 716px; }
  .fii_five .section_fii_five {
    min-height: 780px; }
  .fii_seven .section_fii_seven .article_fii_seven .cont_img {
    margin: 40px 0 0 0; }
  .fii_three .section_fii_three {
    min-height: 458px !important; }
  .fii_three .section_fii_three .article_fii_three .cont_img {
    margin: 78px 0 0 0; }
  .fii_six .section_fii_six .article_fii_six h1 {
    padding: 60px 0 24px 0; }
  .fii_seven .section_fii_seven .article_fii_seven .cont_img span {
    bottom: 60px; } }

@media only screen and (max-width: 414px) {
  .fii_seven .section_fii_seven .article_fii_seven .cont_img {
    padding: 0 0 96% 0; } }

@media only screen and (max-width: 320px) {
  .fii_seven .section_fii_seven .article_fii_seven .cont_img {
    padding: 0 0 110% 0; }
  .fii_three .section_fii_three .article_fii_three .cont_img {
    margin: 0; }
  .fii_three .section_fii_three {
    min-height: 480px !important; }
  .fii_seven .section_fii_seven .article_fii_seven .cont_img span {
    left: 54px; }
  .fii_seven .section_fii_seven .article_fii_seven .cont_img {
    padding: 0 0 110% 0; } }

/*Renda Variavel*/
/*Custos*/
.cst_two .section_cst_two .article_cst_two > h1 {
  padding: 0 0 30px 6%; }

.cst_two .section_cst_two .article_cst_two .body_cst_two .ui-accordion-header {
  padding: 22px 0 0 6%; }

.cst_two .section_cst_two .article_cst_two .body_cst_two .ui-accordion-content {
  padding: 90px 2% 40px 2%; }

.cst_tx .section_cst_tx .article_cst_tx h1 {
  padding: 60px 0 0 4%; }

.cst_tx .section_cst_tx .article_cst_tx span {
  padding: 18px 52% 0 4%; }

/*Custos*/
/*Sobre*/
.sb_eight .section_sb_eight .article_sb_eight span {
  width: 90%;
  padding: 2% 20% 0 0; }

.sb_eight .section_sb_eight .article_sb_eight {
  width: 52%; }

.sb_fifth .section_hm_fifth .article_hm_fifth {
  width: 600px; }

.sb_fifth {
  background-position: 0 center; }

.sb_seven .section_sb_seven .article_sb_seven .cont_two .bt_blue_arrow {
  padding: 0 30px 0 30px; }

/*Sobre*/
/*Tesouro Direto*/
.td_two .section_td_two .article_td_two .cont_three {
  width: 100%;
  border-left: none; }

.td_two .section_td_two .article_td_two .cont_four {
  width: 100%; }
  .td_two .section_td_two .article_td_two .cont_four a {
    width: 164px;
    float: none;
    margin: auto;
    clear: both; }

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

.td_eight .section_td_eight .img_td_eight {
  min-height: 732px; }

.td_five .body_tab .cont_tab .cont_tab_left iframe {
  height: 83%; }

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

.td_two {
  height: auto;
  padding: 60px 0 120px 0; }

.rv_one .section_rv_one .article_rv_one .cont_article_rv_one .bt_n_blue {
  width: 222px;
  margin: auto;
  float: none;
  clear: both;
  text-align: center; }

.rv_one .section_rv_one .article_rv_one .cont_article_rv_one .bt_nplay_blue {
  width: 222px;
  margin: auto;
  float: none;
  clear: both;
  text-align: center; }

.rv_one .section_rv_one .article_rv_one .cont_article_rv_one .bt_n_trans {
  width: 222px;
  margin: 20px auto;
  float: none;
  clear: both;
  text-align: center; }

.bc_one .section_bc_one .article_bc_one .cont_article_bc_one .bt_n_blue {
  width: 222px;
  margin: auto;
  float: none;
  clear: both;
  text-align: center; }

.bc_one .section_bc_one .article_bc_one .cont_article_bc_one .bt_nplay_blue {
  width: 222px;
  margin: auto;
  float: none;
  clear: both;
  text-align: center; }

.bc_one .section_bc_one .article_bc_one .cont_article_bc_one .bt_n_trans {
  width: 222px;
  margin: 20px auto;
  float: none;
  clear: both;
  text-align: center; }

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

.td_two .section_td_two .article_td_two .cont_one span {
  width: 100%;
  text-align: center; }

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

.td_two .section_td_two .article_td_two .cont_three span {
  width: 100%;
  text-align: center; }

/*Tesouro Direto*/
/*Renda Variavel*/
.rv_four .body_tab .cont_tab .img {
  margin: 0 0 0 -450px; }

.rv_four .body_tab .cont_tab .cont_tab_right {
  width: 42% !important; }

.rv_five .section_rv_five .cont_spn_top {
  width: 50%; }

.rv_five {
  max-height: 600px; }

/*Renda Variavel*/
/*Basico*/
.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 h1, .bc_four .section_bc_four .article_bc_four p {
  width: 100%; }

.bc_four .section_bc_four .article_bc_four .bt_nplay_blue {
  clear: both;
  z-index: 90000000;
  position: relative;
  width: 190px;
  float: none;
  margin: auto; }

.bc_four.rf {
  padding: 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; }

/*Basico*/
/*DayTrade*/
.dt_two .section_dt_two .article_dt_two .cont_one {
  width: 22%; }

.dt_two .section_dt_two .article_dt_two .cont_two {
  width: 21%; }

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

.dt_two .section_dt_two .article_dt_two .cont_four {
  width: 21%; }
  .dt_two .section_dt_two .article_dt_two .cont_four .bt_blue_arrow {
    padding: 0 0px 0 19px; }

.lp_dt_two .section_lp_dt_two .article_lp_dt_two .cont_one {
  width: 22%; }

.lp_dt_two .section_lp_dt_two .article_lp_dt_two .cont_two {
  width: 21%; }

/*DayTrade*/
/*Mini Contratos*/
.mc_two .section_mc_two .article_mc_two .cont_one {
  width: 22%; }

.mc_two .section_mc_two .article_mc_two .cont_two {
  width: 56%; }

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

.mc_two .section_mc_two .article_mc_two .cont_four {
  width: 21%; }
  .mc_two .section_mc_two .article_mc_two .cont_four .bt_blue_arrow {
    padding: 0 0px 0 19px; }

.mc_three .section_mc_three .article_mc_three h1 {
  width: 36%; }

.mc_three .section_mc_three .article_mc_three p span {
  width: 36%; }

.mc_three .section_mc_three .article_mc_three .img_bc_four {
  width: 78%; }

.mc_three .section_mc_three .article_mc_three .bt_arrow {
  width: 196px; }

.mc_four .section_mc_four .article_mc_four .cont_txt h1 {
  width: 75%; }

.mc_four .section_mc_four .article_mc_four .cont_txt p span {
  width: 76%; }

.mc_four .section_mc_four .article_mc_four .cont_txt .bt_arrow {
  width: 184px; }

.mc_four .section_mc_four .article_mc_four .cont_img {
  height: 458px;
  margin: 0 0 0 -90px; }

.mc_three {
  min-height: 654px;
  padding: 140px 0 70px 0; }

.mc_three_new .section_mc_three_new .article_mc_three_new .cont_txt {
  width: 100%; }

.mc_three_new .section_mc_three_new .article_mc_three_new .cont_txt h1 {
  padding: 0 0 30px 0;
  text-align: center; }

.mc_three_new .section_mc_three_new .article_mc_three_new .cont_txt p span {
  width: 100%;
  padding: 0 20% 20px 20%;
  text-align: center; }

.mc_three_new .section_mc_three_new .article_mc_three_new .bt_n_blue {
  width: 286px;
  float: none;
  margin: auto;
  clear: both; }

.mc_three_new .section_mc_three_new .article_mc_three_new .cont_img {
  width: auto;
  margin: 0;
  top: 28%;
  left: 0;
  right: 0;
  background-size: 62%;
  background-position: center; }

/*Mini Contratos*/
/*Opções*/
.opt_two .section_opt_two .article_opt_two .cont_one {
  width: 38%; }

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

.opt_two .section_opt_two .article_opt_two .cont_four {
  width: 21%; }
  .opt_two .section_opt_two .article_opt_two .cont_four .bt_blue_arrow {
    padding: 0 0px 0 19px; }

.opt_three .section_opt_three .article_opt_three h1 {
  width: 36%; }

.opt_three .section_opt_three .article_opt_three p span {
  width: 36%; }

.opt_three .section_opt_three .article_opt_three .img_bc_four {
  width: 78%; }

.opt_three .section_opt_three .article_opt_three .bt_arrow {
  width: 116px; }

.opt_four .section_opt_four .article_opt_four .cont_txt h1 {
  width: 75%; }

.opt_four .section_opt_four .article_opt_four .cont_txt p span {
  width: 76%; }

.opt_four .section_opt_four .article_opt_four .cont_txt .bt_arrow {
  width: 116px; }

.opt_four .section_opt_four .article_opt_four .cont_img {
  height: 458px;
  margin: 0; }

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

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

.opt_five .section_opt_five .article_opt_five .bt_arrow {
  width: 116px;
  margin: 30px 0 0 0; }

/*Opções*/
/*Termo*/
.trm_two .section_trm_two .article_trm_two .cont_one {
  width: 20%; }

.trm_two .section_trm_two .article_trm_two .cont_two {
  width: 23%; }

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

.trm_two .section_trm_two .article_trm_two .cont_four {
  width: 21%; }
  .trm_two .section_trm_two .article_trm_two .cont_four .bt_blue_arrow {
    padding: 0 0px 0 19px; }

.trm_three .section_trm_three .article_trm_three .cont_txt .bt_arrow {
  width: 120px; }

.trm_four .section_trm_four .article_trm_four .bt_arrow {
  width: 120px; }

.trm_three .section_trm_three .article_trm_three .cont_img {
  width: 58%;
  height: 430px;
  right: 34px; }

.trm_four .section_trm_four .article_trm_four .cont_img {
  margin: -180px 0 0 0; }

/*Termo*/
/*Analistas*/
.anl_two .section_anl_two .article_anl_two .cont_two {
  width: 29%;
  padding: 10px 0 0 4%; }

.anl_two .section_anl_two .article_anl_two .cont_three {
  width: 23%; }

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

/*Analistas*/
/*Contato*/
.ct_three .section_ct_three .article_ct_three .right_ct_three .cont_feddback h1 {
  width: 80%; }

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

.ct_two .section_ct_two .article_ct_two .left_ct_two_sec {
  width: 22%; }

.ct_three .section_ct_three .article_ct_three .right_ct_three .cont_feddback .bt_arrow {
  width: 138px; }

/*Contato*/
/*Pacotes*/
.pct_two .section_pct_two .article_pct_two .cont_two {
  width: 22%;
  padding: 10px 0 30px 0; }

.pct_two .section_pct_two .article_pct_two .cont_three {
  width: 21%; }

.pct_two .section_pct_two .article_pct_two .cont_four {
  width: 36%; }

.pct_two .section_pct_two .article_pct_two .cont_four .bt_arrow_account_w {
  margin: 20px 0 0 22px; }

/*Pacotes*/
/*Plataformas*/
.plt_prod .section_plt_prod .article_plt_prod > .cont_one {
  width: 26%;
  background-size: 60%; }

.plt_prod .section_plt_prod .article_plt_prod > .cont_two {
  width: 54%; }

.plt_three_ty .section_plt_three_ty .article_plt_three_ty .cont_img {
  margin: 0 0 0 -320px; }

.plt_three_ty .section_plt_three_ty .article_plt_three_ty .cont_txt {
  width: 50%; }

.plt_three .section_plt_three .article_plt_three .cont_plat {
  width: 32%; }

.plt_three .section_plt_three .article_plt_three .cont_plat:nth-child(2), .plt_three .section_plt_three .article_plt_three .cont_plat:nth-child(5), .plt_three .section_plt_three .article_plt_three .cont_plat:nth-child(8) {
  margin: 0 2% 60px 2%; }

/*Plataformas*/
/*Carteiras Sugeridas*/
.cts_two .section_cts_two .article_cts_two .cont_two .bt_blue_arrow {
  width: 188px; }

.cts_three .section_cts_three .article_cts_three .cont_wallets .body_wallets .bt_blue_f_t_b {
  min-width: 180px; }

/*Carteiras Sugeridas*/
/*LandingPage*/
.lp_td_one .section_lp_td_one .article_lp_td_one h1 {
  width: 50%;
  font: 65px Aller-Light, Arial, sans-serif; }

.lp_td_five .section_lp_td_five .article_lp_td_five .cont_one {
  width: 20%; }

.lp_td_five .section_lp_td_five .article_lp_td_five .cont_two {
  width: 29%;
  padding: 0 0 0 2%; }

.lp_td_five .section_lp_td_five .article_lp_td_five .cont_three {
  width: 51%;
  padding: 0 0 20px 2%; }

.lp_td_four .section_lp_td_four .article_lp_td_four h1 {
  width: 44%; }

.lp_rfp_one .section_lp_rfp_one .article_lp_rfp_one h1 {
  width: 50%;
  font: 65px Aller-Light, Arial, sans-serif; }

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

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

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

.lp_mc_four .section_lp_mc_four .article_lp_mc_four .cont_txt h1 {
  width: 74%; }

.lp_mc_four .section_lp_mc_four .article_lp_mc_four .cont_txt .bt_arrow {
  width: 180px; }

.lp_app_one .section_lp_app_one .article_lp_app_one h1 {
  width: 58%; }

.lp_app_three .section_lp_app_three .img_lp_app_three {
  background-position: 86% bottom; }

.lp_app_seven .section_lp_app_seven .img_lp_app_three {
  background-position: 16% bottom; }

.lp_app_five .section_lp_app_five .img_lp_app_three {
  margin: 0 0 0 -4%; }

.lp_app_one .section_lp_app_one .article_lp_app_one span {
  width: 58%; }

.lp_app_two .section_lp_app_two .article_lp_app_two .cont_one {
  width: 46%; }

.lp_app_two .section_lp_app_two .article_lp_app_two .cont_two {
  width: 54%; }

.lp_app_six .section_lp_app_six .article_lp_app_six label:nth-child(2) {
  left: 50px; }

.lp_app_six .section_lp_app_six .article_lp_app_six label:nth-child(3) {
  left: 50px; }

.lp_app_six .section_lp_app_six .article_lp_app_six label:nth-child(4) {
  right: -6px; }

.lp_app_five .section_lp_app_five .article_lp_app_five {
  margin: 0 0 0 4%; }

.lp_app_three .section_lp_app_three .article_lp_app_three {
  margin: 0 0 0 4%; }

.lp_rf_one {
  background-position: -500px top; }

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

.lp_rf_four .section_lp_rf_four .article_lp_rf_four .cont_left h1 {
  width: 88%; }

.lp_rf_four .section_lp_rf_four .article_lp_rf_four .cont_right a {
  width: 670px !important;
  height: 460px !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.lp_rf_five {
  padding: 90px 20px 90px 20px; }

.lp_rf_six {
  padding: 90px 20px 90px 20px; }

.lp_rf_six .section_lp_rf_six .article_lp_rf_six .cont_left {
  width: 70%; }

.lp_rf_six .section_lp_rf_six .article_lp_rf_six .cont_right {
  width: 30%; }

.lp_planos_three .section_lp_planos_three .img_lp_planos_three {
  background-position: 86% bottom; }

.lp_app_seven .section_lp_app_seven .img_lp_planos_three {
  background-position: 16% bottom; }

.lp_app_five .section_lp_app_five .img_lp_planos_three {
  margin: 0 0 0 -4%; }

.lp_planos_one .section_lp_planos_one .article_lp_planos_one h1 {
  width: 90%; }

/*LandingPage*/
/*Faq*/
.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_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) {
  background-size: contain; }

.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) {
  background-size: contain; }

.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 {
  padding: 70% 0 0 0; }

.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: 60% 0 0 0; }

.plt_three_tz .section_plt_three_tz .article_plt_three_tz .cont_img {
  margin: 0 0 0 -22%; }

.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) {
  background-size: contain; }

.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 {
  padding: 70% 0 0 0; }

.plt_three_pc .section_plt_three_pc .article_plt_three_pc .cont_itens div:nth-child(4) h2 {
  padding: 60% 0 0 0; }

/*Plataformas*/
/*Planos*/
.lp_planos_four .section_lp_planos_four .article_lp_planos_four .cont_body_plat .img_plat {
  margin: -126px 0 0 246px; }

.lp_planos_five .section_lp_planos_five .article_lp_planos_five .body_plat .coll_one label div {
  background-position: -30px center; }

.lp_planos_five .section_lp_planos_five .article_lp_planos_five .body_plat_top .coll_four .img_mark {
  background-position: 24px 0; }

/*Planos*/
.rv_three .section_rv_three .article_rv_three .cont_article_rv_three {
  margin: 6% 10% 0 0; }

.dt_five .section_dt_five .article_dt_five .cont_img {
  right: -44%; }

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

.opt_three {
  height: 832px; }

.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%;
  height: 400px;
  right: 0;
  background-position: center bottom;
  background-size: contain;
  bottom: 0; }

.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_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_one span icon {
  width: 100%; }

/*Glossário*/
.gl_one .section_gl_one .article_gl_one label:nth-child(3) {
  clear: both;
  padding: 42px 0 0 0; }

.gl_one .section_gl_one .article_gl_one label:nth-child(3) p {
  text-align: left; }

.gl_one .section_gl_one .article_gl_one label:nth-child(3) a {
  float: left;
  text-align: left; }

.gl_two .section_gl_two .article_gl_two .nav_gl, .gl_two .section_gl_two .article_gl_two .nav_gl.fixed {
  display: none; }

.gl_two .section_gl_two .article_gl_two {
  padding: 0 10% 80px 10%;
  margin: 30px auto 0 auto; }

.gl_two .section_gl_two .article_gl_two .mark {
  width: 100%; }

.gl_two .section_gl_two .article_gl_two .mark .cont_mark {
  width: 100%;
  padding: 0 0 40px 0;
  margin: 0 0 40px 0; }

.gl_one .section_gl_one h1 {
  margin: -120px 0 0 0; }

.cont_bt_ind {
  display: block; }

.cont_indice a {
  margin: 0 4.77% 4% 0 !important; }

.cont_bt_ind.fixed {
  display: block; }

.cont_bt_ind.fixed.active, .cont_bt_ind.active.fixed, .cont_bt_ind.fixed {
  display: block; }

.search_error div i:nth-child(2) {
  visibility: hidden;
  display: none; }

.search_error div i:nth-child(3) {
  visibility: visible; }

.cont_acc .tit_gl i {
  top: -130px !important; }

/*Glossário*/

/*# sourceMappingURL=1024.css.map */
