@charset "UTF-8";
/*----------------------*/
/*------> CORES <-------*/
/*-----------------------------*/
/*------> ESPACAMENTOS <-------*/
/*----------------------------------------*/
/*------> ALINHAMENTOS - TRANSFORM <------*/
/*-------------------------*/
/*------> TAMANHOS <-------*/
/*-------------------------*/
/*------> EFFECTS <-----*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px; }

body,
html {
  height: 100%; }

body {
  background: #fff;
  color: #000000;
  font-size: 16px;
  line-height: 1.6em;
  font-family: "Montserrat", sans-serif;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

button:focus,
button {
  outline: inherit !important; }

.container-fluid {
  max-width: 1230px; }

a {
  color: #2F2965;
  text-decoration: initial; }
  a:hover {
    color: #2F2965;
    text-decoration: initial; }
  a:focus {
    text-decoration: initial; }

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0; }

/****
	
	Header
	
*****/
.wrap-menu-fundos {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 38;
  width: 100%;
  height: 100%;
  background: #2F2965 url(../images/bg-menu-fundos.jpg) no-repeat left top;
  background-size: cover;
  padding: 160px 0 60px; }
  .wrap-menu-fundos .fechar {
    font-size: 14px;
    color: #fff;
    cursor: pointer; }
    .wrap-menu-fundos .fechar:hover {
      color: #00CAF9; }
    .wrap-menu-fundos .fechar i {
      vertical-align: middle;
      margin: -3px 10px 0 0;
      color: #00CAF9;
      font-size: 1.4em; }
  .wrap-menu-fundos .menu-principal {
    color: #fff;
    padding: 0;
    margin: 40px 0 0;
    list-style: none;
    width: 150px;
    position: relative;
    line-height: 1.6em; }
    .wrap-menu-fundos .menu-principal li {
      padding: 0;
      margin: 0; }
    .wrap-menu-fundos .menu-principal > li {
      padding: 20px 0;
      border-bottom: 1px solid #00CAF9;
      display: block;
      cursor: pointer; }
      .wrap-menu-fundos .menu-principal > li:first-child {
        padding-top: 0; }
      .wrap-menu-fundos .menu-principal > li:last-child {
        border-bottom: 0;
        padding-bottom: 0; }
      .wrap-menu-fundos .menu-principal > li:hover .item {
        color: #00CAF9;
        font-weight: 500; }
      .wrap-menu-fundos .menu-principal > li:hover .sub-menu {
        display: block; }
    .wrap-menu-fundos .menu-principal .sub-menu {
      position: absolute;
      top: 0;
      left: 150px;
      list-style: none;
      padding: 0;
      margin: 0;
      padding-left: 60px;
      width: 350px;
      line-height: 1.6em;
      display: none;
      min-height: 115%; }
      .wrap-menu-fundos .menu-principal .sub-menu .titulo {
        color: #00CAF9;
        margin-top: 20px;
        display: block; }
      .wrap-menu-fundos .menu-principal .sub-menu a {
        display: block;
        color: #fff;
        padding: 5px 0; }
        .wrap-menu-fundos .menu-principal .sub-menu a:hover {
          text-decoration: underline; }
      .wrap-menu-fundos .menu-principal .sub-menu > li:first-child .titulo {
        margin-top: 0; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  width: 100%;
  background: transparent;
  -moz-transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0); }
  .header.header-scroll {
    background: #2F2965;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); }
  .header .container {
    position: relative; }
    .header .container:before {
      content: "";
      display: block;
      width: 2000px;
      height: 100%;
      position: absolute;
      top: 0;
      right: 100%;
      margin-right: -16px;
      background: url(../images/bg-header.jpg) no-repeat right top;
      background-size: auto 100%; }
  .header .main {
    background: #fff;
    padding: 20px 0;
    display: inline-flex;
    position: relative; }
    .header .main:after {
      content: "";
      display: block;
      clear: both; }
    .header .main:before {
      content: "";
      position: absolute;
      z-index: 1;
      left: 100%;
      top: 0;
      height: 100%;
      width: 50px;
      background: url(../images/bg-nav.png) no-repeat left top;
      background-size: auto 100%; }
  .header .logo {
    float: left; }
  .header .navbar {
    float: left;
    padding-left: 20px; }
  .header .language {
    float: left;
    padding-left: 50px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    list-style: none;
    padding: 0 10px 0 30px;
    margin: -2px 0 0;
    color: #00CAF9; }
    .header .language li {
      padding: 0 0 0 20px;
      margin: 0;
      float: left;
      position: relative; }
      .header .language li a.active {
        font-weight: 700;
        border-color: #00CAF9; }
      .header .language li:after {
        content: "-";
        position: absolute !important;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        right: -12px;
        z-index: 1; }
      .header .language li:last-child:after {
        display: none; }
    .header .language a {
      color: #00CAF9;
      border-bottom: 2px solid transparent; }
      .header .language a:hover {
        border-bottom-color: #00CAF9; }
  .header .social {
    float: right;
    font-size: 18px;
    position: relative;
    z-index: 2; }
    .header .social a {
      color: #fff;
      margin-left: 15px; }
      .header .social a:hover {
        color: #00CAF9; }

.navbar {
  border-radius: 0;
  min-height: initial;
  margin-bottom: 0;
  border: 0; }

.navbar-collapse {
  max-height: initial;
  padding: 0; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus,
.nav > li > a:hover, .nav > li > a:focus {
  background: transparent; }

.navbar-nav > li {
  margin-left: 45px;
  line-height: 1.2em;
  font-size: 16px; }
  .navbar-nav > li > a[data-translate-menu="midiaImprensa"]::after {
    content: "\A";
    white-space: pre; }
  .navbar-nav > li > a {
    padding: 0;
    position: relative; }
    .navbar-nav > li > a:after {
      content: "";
      display: block;
      height: 4px;
      width: 100%;
      background: transparent;
      position: absolute;
      bottom: -18px;
      left: 0;
      z-index: 11; }
    .navbar-nav > li > a:hover {
      background: transparent;
      color: #00CAF9; }
    .navbar-nav > li > a .caret {
      display: none; }
    .navbar-nav > li > a#abrirMenuFundos.active:after {
      background: #00CAF9; }
  .navbar-nav > li.dropdown.open > a:after {
    background: #00CAF9; }
  .navbar-nav > li > .dropdown-menu {
    padding: 16px 0 0;
    background: transparent;
    box-shadow: initial;
    border: 0;
    border-radius: 0;
    width: 170px;
    font-size: 15px;
    z-index: 10;
    left: -20px; }
    .navbar-nav > li > .dropdown-menu > .menu-item a {
      background: rgba(255, 255, 255, 0.94);
      white-space: initial;
      line-height: 1.3em;
      padding: 16px 20px;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      -moz-transition: All 0.3s ease-in-out;
      -webkit-transition: All 0.3s ease-in-out;
      -ms-transition: All 0.3s ease-in-out; }
      .navbar-nav > li > .dropdown-menu > .menu-item a:hover {
        background: #fff; }
    .navbar-nav > li > .dropdown-menu > .menu-item:first-child > a {
      border-top: 0; }

/*****
	
	Home
	
*****/
.wrap-video-home {
  background: url(../images/tmp/bg-video.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio (9/16 = 0.5625) */ }
  .wrap-video-home iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }

.secondary-title {
  font-size: 23px;
  color: #2F2965;
  position: relative;
  padding-left: 36px; }
  .secondary-title:before {
    content: "";
    display: block;
    height: 31px;
    width: 24px;
    background: url(../images/bg-pre-title.png) no-repeat;
    background-size: contain;
    position: absolute !important;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    margin-top: -2px; }

.main-title {
  font-size: 33px;
  line-height: 1.2em;
  font-weight: bold;
  font-style: italic;
  color: #2F2965; }

.wrap-history-home {
  padding: 80px 0;
  background: #F3F3F3 url(../images/bg-historia-home.png) repeat left top;
  font-size: 15px; }
  .wrap-history-home strong {
    color: #00CAF9; }
  .wrap-history-home .box {
    background: #F3F3F3;
    padding: 50px; }
  .wrap-history-home .description {
    color: #2F2965;
    font-weight: 500;
    margin: 30px 0 0;
    font-size: 15px; }
  .wrap-history-home .secondary-title {
    margin: 0 0 50px; }
  .wrap-history-home img {
    max-width: 100%;
    height: auto; }
  .wrap-history-home .divisoria .mobile {
    display: none; }

.wrap-philosophy-home {
  padding: 80px 0;
  background: #2F2965 url(../images/bg-filosofia.png) no-repeat left top;
  background-size: auto 100%;
  color: #fff; }
  .wrap-philosophy-home .secondary-title {
    margin-bottom: 30px;
    color: #fff; }
  .wrap-philosophy-home p {
    margin: 0 0 10px; }
    .wrap-philosophy-home p strong {
      color: #00CAF9; }
    .wrap-philosophy-home p:last-child {
      margin: 0; }

.wrap-team-home {
  padding: 80px 0 0;
  background: #F3F3F3 url(../images/bg-historia-home.png) repeat left top; }
  .wrap-team-home .secondary-title {
    margin-bottom: 40px; }
  .wrap-team-home .box {
    background: #fff;
    box-shadow: 6px 6px 24px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 6px 6px 24px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 6px 6px 24px 0px rgba(0, 0, 0, 0.25);
    padding: 60px 0; }
    .wrap-team-home .box .diretores {
      background: #2F2965;
      padding: 15px 20px;
      color: #fff;
      text-align: center;
      font-size: 14px;
      line-height: 1.5em; }
      .wrap-team-home .box .diretores p {
        margin: 0; }
        .wrap-team-home .box .diretores p strong {
          font-weight: 600; }
    .wrap-team-home .box .sub-diretores {
      background: #00CAFA;
      font-size: 14px;
      text-align: center;
      line-height: 1.5em;
      color: #fff; }
      .wrap-team-home .box .sub-diretores p {
        margin: 0; }
        .wrap-team-home .box .sub-diretores p strong {
          font-weight: 600; }
      .wrap-team-home .box .sub-diretores > div {
        float: left;
        padding: 15px 20px; }
        .wrap-team-home .box .sub-diretores > div:first-child {
          width: 55%;
          position: relative; }
          .wrap-team-home .box .sub-diretores > div:first-child:after {
            content: "";
            display: block;
            width: 27px;
            height: 22px;
            background: url(../images/marcacao.png) no-repeat center center;
            background-size: contain;
            position: absolute !important;
            left: 50%;
            -moz-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            top: 100%; }
        .wrap-team-home .box .sub-diretores > div:last-child {
          width: 45%;
          background: #12AF00 url(../images/mascara-01.png) no-repeat left top;
          background-size: auto 100%;
          position: relative; }
      .wrap-team-home .box .sub-diretores:after {
        content: "";
        display: block;
        clear: both; }
    .wrap-team-home .box .divisoes {
      margin-top: 54px;
      position: relative;
      padding: 0 5px; }
      .wrap-team-home .box .divisoes:before {
        content: "";
        display: block;
        height: 24px;
        width: 100%;
        background: transparent;
        position: absolute;
        top: -15px;
        left: 0;
        z-index: 1;
        border: 2px solid #00CAF9;
        border-bottom: 0; }
      .wrap-team-home .box .divisoes:after {
        content: "";
        display: block;
        clear: both; }
      .wrap-team-home .box .divisoes > .coluna {
        width: 14.2857%;
        float: left;
        padding: 0 5px; }
        .wrap-team-home .box .divisoes > .coluna:last-child .content .titulo {
          background: #849ED6; }
      .wrap-team-home .box .divisoes .content {
        font-size: 14px; }
        .wrap-team-home .box .divisoes .content .titulo {
          background: rgba(49, 45, 99, 0.15);
          padding: 8px 10px;
          color: #2F2965;
          line-height: 1.3em; }
        .wrap-team-home .box .divisoes .content ul {
          padding: 0;
          margin: 0;
          list-style: none; }
          .wrap-team-home .box .divisoes .content ul li {
            padding: 0;
            margin: 18px 0 0;
            font-weight: 600;
            color: #2F2965;
            line-height: 1.4em; }
        .wrap-team-home .box .divisoes .content .numeros {
          font-weight: 600;
          color: #12AF00;
          margin-top: 18px; }

.wrap-timeline {
  padding: 80px 0;
  overflow: hidden; }
  .wrap-timeline .box-timeline {
    margin: 40px 0 0; }
    .wrap-timeline .box-timeline:after {
      content: "";
      display: block;
      clear: both; }
    .wrap-timeline .box-timeline .nomes {
      width: 130px;
      float: left;
      padding-right: 30px;
      padding-top: 26px; }
    .wrap-timeline .box-timeline .timeline {
      width: -webkit-calc(100% - 130px);
      width: -moz-calc(100% - 130px);
      width: calc(100% - 130px);
      float: left; }
    .wrap-timeline .box-timeline .nome {
      font-size: 15px;
      line-height: 1.3em;
      font-weight: 600;
      color: #2F2965;
      margin: 20px 0 0;
      height: 40px; }
    .wrap-timeline .box-timeline .anos {
      display: flex;
      justify-content: flex-end;
      font-weight: bold;
      color: #2F2965; }
      .wrap-timeline .box-timeline .anos .item {
        flex: 1;
        /* Faz com que cada div tenha o mesmo tamanho */
        text-align: center;
        /* Centraliza o texto dentro de cada div */ }
      .wrap-timeline .box-timeline .anos .vinland {
        color: #12AF00; }
      .wrap-timeline .box-timeline .anos .vinland-inicio {
        position: relative; }
        .wrap-timeline .box-timeline .anos .vinland-inicio:after {
          content: "";
          width: 92px;
          height: 37px;
          background: url(../images/vinland-time@2x.png) no-repeat center center;
          background-size: cover;
          position: absolute;
          bottom: 100%;
          left: 0;
          margin: 0 0 20px 6px; }
  .wrap-timeline .linhas {
    padding: 0 12px;
    margin-top: 20px; }
    .wrap-timeline .linhas .item {
      margin: 20px 0 0; }
      .wrap-timeline .linhas .item:after {
        content: "";
        display: block;
        clear: both; }
      .wrap-timeline .linhas .item .empresa {
        float: left;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        position: relative;
        height: 40px; }
        .wrap-timeline .linhas .item .empresa:before {
          content: "";
          display: block;
          width: 100%;
          height: 10px;
          background: #D9D9D9;
          position: absolute !important;
          -moz-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          left: 50%;
          top: 50%;
          z-index: 1; }
        .wrap-timeline .linhas .item .empresa.azul-escuro:before {
          background: #2F2965; }
        .wrap-timeline .linhas .item .empresa.azul-claro:before {
          background: #00CAF9; }
        .wrap-timeline .linhas .item .empresa.verde:before {
          background: #12AF00; }
        .wrap-timeline .linhas .item .empresa.roxo:before {
          background: #665EC5; }
        .wrap-timeline .linhas .item .empresa span {
          display: block;
          text-align: center;
          font-size: 15px;
          line-height: 1.15em;
          color: #000000;
          white-space: nowrap;
          position: absolute !important;
          left: 50%;
          -moz-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          bottom: 10px;
          z-index: 2;
          font-weight: 500;
          -moz-transition: All 0.3s ease-in-out;
          -webkit-transition: All 0.3s ease-in-out;
          -ms-transition: All 0.3s ease-in-out;
          opacity: 0;
          text-align: center; }
        .wrap-timeline .linhas .item .empresa:hover span {
          bottom: -10px;
          opacity: 1; }

.table-padrao > thead > tr th {
  font-size: 15px;
  line-height: 1.2em;
  color: #2F2965;
  font-weight: bold;
  background: #fff;
  border: 0; }
.table-padrao > tbody > tr > th {
  border: 0;
  color: #2F2965;
  font-weight: 600;
  padding: 10px 8px;
  line-height: 1.2em;
  background: transparent; }
  .table-padrao > tbody > tr > th.fundo, .table-padrao > tbody > tr > th.dados, .table-padrao > tbody > tr > th.valores {
    background: #E0E0E7;
    font-weight: bold;
    line-height: 1.2em;
    font-size: 15px;
    color: #2F2965;
    border-top: 25px solid #fff; }
    .table-padrao > tbody > tr > th.fundo small, .table-padrao > tbody > tr > th.dados small, .table-padrao > tbody > tr > th.valores small {
      font-size: 12px;
      display: block;
      font-weight: normal; }
.table-padrao > tbody > tr > td {
  border: 0;
  font-size: 14px;
  padding: 10px 8px;
  color: #2F2965;
  font-weight: 500;
  background: transparent; }
  .table-padrao > tbody > tr > td.valores_bench, .table-padrao > tbody > tr > td.bench {
    background: #F4F4F7;
    color: #848484; }

.wrap-table-fundos {
  background: #F3F3F3 url(../images/bg-historia-home.png) repeat left top;
  padding: 80px 0 0;
  border-bottom: 80px solid #fff; }
  .wrap-table-fundos .area-table {
    background: #fff;
    padding-top: 40px; }
    .wrap-table-fundos .area-table a:hover {
      text-decoration: underline; }
  .wrap-table-fundos .secondary-title {
    display: block;
    -moz-transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -ms-transition: All 0.3s ease-in-out; }
    .wrap-table-fundos .secondary-title i {
      float: right;
      font-size: 36px;
      vertical-align: middle;
      margin-top: -5px;
      color: #12AF00;
      -moz-transition: All 0.3s ease-in-out;
      -webkit-transition: All 0.3s ease-in-out;
      -ms-transition: All 0.3s ease-in-out; }
    .wrap-table-fundos .secondary-title:hover i {
      color: #2F2965; }
    .wrap-table-fundos .secondary-title.ativo .fa-arrow-down {
      opacity: 0; }
  .wrap-table-fundos .area-botao {
    display: block;
    padding: 30px 50px 15px;
    background: url(../images/bg-btn-fundos.png) no-repeat;
    background-size: cover;
    position: relative; }
    .wrap-table-fundos .area-botao:after {
      content: "";
      display: block;
      clear: both;
      height: 50px;
      width: 272px;
      background: url(../images/bg-tabela-fundos.png) no-repeat left top;
      background-size: contain;
      position: absolute;
      bottom: 0;
      right: 100%;
      margin-right: -24px; }
  .wrap-table-fundos .ocultar-tabela {
    text-align: right;
    font-size: 36px;
    padding-top: 20px; }
    .wrap-table-fundos .ocultar-tabela a {
      color: #12AF00; }
      .wrap-table-fundos .ocultar-tabela a:hover {
        color: #2F2965; }

.wrap-nav-rodape {
  background: #2F2965 url(../images/bg-footer.png) no-repeat left bottom -1px;
  background-size: 100%; }
  .wrap-nav-rodape .conteudo-menu {
    background: #fff url(../images/bg-menu-rodape.png) no-repeat right 0px top;
    background-size: auto 101%;
    position: relative;
    float: left;
    padding: 20px 60px 20px 0; }
    .wrap-nav-rodape .conteudo-menu:before {
      content: "";
      display: block;
      height: 100%;
      width: 3000px;
      position: absolute;
      top: 0;
      right: 100%;
      z-index: 1;
      background: #fff; }
    .wrap-nav-rodape .conteudo-menu:after {
      content: "";
      display: block;
      clear: both; }
  .wrap-nav-rodape .logo-rodape,
  .wrap-nav-rodape .menu-rodape {
    float: left; }
  .wrap-nav-rodape .menu-rodape ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center; }
    .wrap-nav-rodape .menu-rodape ul:after {
      content: "";
      display: block;
      clear: both; }
    .wrap-nav-rodape .menu-rodape ul li {
      float: left;
      padding: 0;
      margin: 0 0 0 60px;
      font-size: 16px;
      line-height: 1.2em; }
      .wrap-nav-rodape .menu-rodape ul li a {
        color: #2F2965;
        display: block;
        padding: 0; }
        .wrap-nav-rodape .menu-rodape ul li a:hover {
          text-decoration: underline; }
  .wrap-nav-rodape .link-rodape {
    padding: 70px 0;
    color: #fff; }
    .wrap-nav-rodape .link-rodape .link {
      font-size: 14px;
      line-height: 1.2em;
      color: #fff;
      margin: 20px 0;
      display: block; }
      .wrap-nav-rodape .link-rodape .link:hover {
        text-decoration: underline; }
    .wrap-nav-rodape .link-rodape img {
      max-width: 100%;
      height: auto; }
  .wrap-nav-rodape .canal-denuncias {
    font-size: 20px;
    font-weight: bold;
    color: #00CAF9;
    margin: 25px 0 0; }
    .wrap-nav-rodape .canal-denuncias a {
      color: #00CAF9;
      border-top: 2px solid #00CAF9;
      padding: 22px 0 0;
      display: inline-block; }
      .wrap-nav-rodape .canal-denuncias a:hover {
        color: #00CAF9;
        opacity: 0.5; }
    .wrap-nav-rodape .canal-denuncias span {
      display: inline-block; }

.wrap-disclaimer {
  padding: 40px 0 80px;
  background: #fff url(../images/bg-disclaimer.png) no-repeat left bottom;
  background-size: 100%; }
  .wrap-disclaimer p {
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 500;
    margin: 0; }

.btn-float-whatsapp {
  position: fixed;
  bottom: 7px;
  right: 12px;
  z-index: 20;
  max-width: 50%;
  display: inline-block; }
  .btn-float-whatsapp img {
    max-width: 100%;
    height: auto; }
  .btn-float-whatsapp .fechar {
    position: absolute;
    top: -15px;
    right: 15px;
    font-size: 20px;
    color: #00CAF9;
    opacity: 1;
    padding: 0; }
    .btn-float-whatsapp .fechar:hover {
      color: #12AF00;
      cursor: pointer; }

.table {
  margin-bottom: 0; }

.icon-scroll {
  text-align: right;
  padding-bottom: 20px;
  display: none; }
  .icon-scroll img {
    display: inline-block;
    height: 30px; }

.wrap-topo-fundo {
  background: #2F2965;
  padding: 130px 0 50px; }
  .wrap-topo-fundo .voltar {
    font-size: 16px;
    color: #00CAF9; }
    .wrap-topo-fundo .voltar img {
      height: 20px;
      width: auto;
      vertical-align: middle;
      margin: 0px 10px 0 0; }
    .wrap-topo-fundo .voltar:hover {
      opacity: 0.6; }
  .wrap-topo-fundo .row-flex {
    justify-content: space-between; }
  .wrap-topo-fundo ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: -webkit-calc(100% - 113px);
    width: -moz-calc(100% - 113px);
    width: calc(100% - 113px);
    float: right; }
    .wrap-topo-fundo ul:after {
      content: "";
      display: block;
      clear: both; }
    .wrap-topo-fundo ul li {
      padding: 0;
      margin: 10px 30px 10px 0;
      font-size: 16px;
      color: #fff;
      float: left;
      position: relative;
      padding-left: 40px; }
      .wrap-topo-fundo ul li:before {
        content: "";
        display: block;
        background: url(../images/divisoria-fundo.png) no-repeat center center;
        background-size: contain;
        height: 31px;
        width: 24px;
        position: absolute !important;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        left: 0; }
      .wrap-topo-fundo ul li:last-child {
        color: #00CAF9; }
        .wrap-topo-fundo ul li:last-child:after {
          content: "";
          width: 42px;
          height: 2px;
          background: #00CAF9;
          position: relative;
          bottom: -9px;
          display: block; }
      .wrap-topo-fundo ul li h1 {
        font-size: 1em;
        color: #00CAF9; }

.wrap-caracteristicas-fundos {
  padding: 80px 0;
  background: #00CAF9 url(../images/bg-caracteristicas-fundo.jpg) no-repeat right top;
  background-size: cover; }
  .wrap-caracteristicas-fundos .secondary-title {
    margin: 0 0 30px; }
    .wrap-caracteristicas-fundos .secondary-title:before {
      background-image: url(../images/divisoria-fundo.png); }
  .wrap-caracteristicas-fundos p {
    margin: 0; }
  .wrap-caracteristicas-fundos .box-info {
    background: url(../images/bg-box-fundo.png) no-repeat left top;
    background-size: cover;
    padding: 60px 50px 60px 220px;
    margin-top: 60px;
    position: relative; }
    .wrap-caracteristicas-fundos .box-info .bg-2 {
      position: absolute;
      top: 0;
      left: 100%;
      z-index: 1;
      height: 100%;
      width: auto; }
    .wrap-caracteristicas-fundos .box-info .table {
      color: #fff;
      font-size: 15px; }
      .wrap-caracteristicas-fundos .box-info .table tbody > tr:first-child > td {
        padding-top: 0; }
      .wrap-caracteristicas-fundos .box-info .table tbody > tr > td {
        border-top: 0;
        border-bottom: 1px solid #fff;
        padding: 8px 0; }
        .wrap-caracteristicas-fundos .box-info .table tbody > tr > td:last-child {
          font-weight: bold;
          padding-left: 20px; }

.wrap-rentabilidade-acumulada {
  padding: 0 0 80px; }
  .wrap-rentabilidade-acumulada .secondary-title {
    margin: 0 0 30px; }
  .wrap-rentabilidade-acumulada .table-padrao > tbody > tr > th.fundo,
  .wrap-rentabilidade-acumulada .table-padrao > tbody > tr > th.dados,
  .wrap-rentabilidade-acumulada .table-padrao > tbody > tr > th.valores {
    border-top: 0;
    white-space: nowrap;
    position: relative;
    padding: 15px 8px; }
    .wrap-rentabilidade-acumulada .table-padrao > tbody > tr > th.fundo small,
    .wrap-rentabilidade-acumulada .table-padrao > tbody > tr > th.dados small,
    .wrap-rentabilidade-acumulada .table-padrao > tbody > tr > th.valores small {
      position: absolute;
      bottom: 0; }
  .wrap-rentabilidade-acumulada .table-padrao > tbody > tr > th:first-child {
    position: sticky;
    left: 0px;
    width: 170px;
    white-space: inherit; }

.wrap-performance {
  background: #30236B url(../images/bg-performance.jpg) no-repeat center bottom;
  background-size: 100%;
  padding: 80px 0 330px; }
  .wrap-performance .secondary-title {
    color: #fff;
    margin-bottom: 40px; }
  .wrap-performance img {
    max-width: 100%;
    height: auto; }
  .wrap-performance .period-buttons .period-btn {
    padding: 0;
    background: transparent;
    border: 0;
    padding-bottom: 3px;
    box-shadow: initial;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-right: 30px;
    opacity: 0.5;
    border-bottom: 2px solid transparent; }
    .wrap-performance .period-buttons .period-btn.active {
      opacity: 1;
      color: #00CAF9;
      border-color: #00CAF9; }
    .wrap-performance .period-buttons .period-btn:hover {
      color: #00CAF9;
      opacity: 1; }
  .wrap-performance #chart_div {
    width: 100%;
    height: 500px;
    margin-top: 10px;
    position: relative; }
    .wrap-performance #chart_div:before {
      content: '';
      position: absolute;
      left: 6%;
      top: 3%;
      bottom: 20%;
      width: 1px;
      background-color: #fff;
      z-index: 10;
      pointer-events: none; }

.wrap-relatorios {
  padding: 80px 0; }
  .wrap-relatorios .secondary-title {
    margin-bottom: 30px; }

.wrap-onde-investir {
  padding: 80px 0;
  padding-top: 120px;
  /* 30px de borda + 80px*/
  background: #fff;
  position: relative; }
  .wrap-onde-investir:before {
    content: "";
    display: block;
    height: 30px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #F3F3F3 url(../images/bg-historia-home.png) repeat left top; }
  .wrap-onde-investir .logos {
    text-align: center; }
    .wrap-onde-investir .logos img {
      margin-top: 40px;
      opacity: 0.26;
      -moz-transition: All 0.3s ease-in-out;
      -webkit-transition: All 0.3s ease-in-out;
      -ms-transition: All 0.3s ease-in-out;
      max-width: 100%;
      height: auto; }
      .wrap-onde-investir .logos img:hover {
        opacity: 1; }
    .wrap-onde-investir .logos > div:nth-child(4n+5) {
      clear: both; }

.lista-downloads .item {
  background: #fff;
  padding: 20px 30px;
  color: #2F2965; }
  .lista-downloads .item:nth-child(odd) {
    background: #E0E0E8; }
  .lista-downloads .item img {
    vertical-align: middle;
    margin: -3px 10px 0 0; }
  .lista-downloads .item a {
    color: #2F2965;
    font-weight: 500; }
    .lista-downloads .item a:hover span {
      text-decoration: underline; }

.wrap-documentos .lista-downloads {
  margin-top: 40px; }
.wrap-documentos .secondary-title:before {
  background-image: url(../images/bg-pre-title-azul.png); }

.wrap-documentos,
.wrap-disclaimer-fundo {
  background: #F3F3F3 url(../images/bg-historia-home.png) repeat left top;
  padding: 80px 0; }
  .wrap-documentos .secondary-title,
  .wrap-disclaimer-fundo .secondary-title {
    margin-bottom: 30px; }
  .wrap-documentos .aviso,
  .wrap-disclaimer-fundo .aviso {
    background: url(../images/bg-aviso.png) no-repeat left top;
    background-size: 100% 100%;
    padding: 8px 35px;
    color: #fff;
    padding-right: 315px;
    font-size: 15px; }

.table-padrao-2 > tbody > tr > td:first-child {
  font-weight: bold; }
.table-padrao-2 > tbody > tr:nth-child(odd) > td {
  background: #E0E0E7; }

.wrap-rentabilidade-mensal {
  padding: 0 0 40px;
  background: #F3F3F3 url(../images/bg-historia-home.png) repeat left bottom;
  position: relative; }
  .wrap-rentabilidade-mensal:before {
    content: "";
    display: block;
    width: 50%;
    height: -webkit-calc(100% + 100px);
    height: -moz-calc(100% + 100px);
    height: calc(100% + 100px);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: #F3F3F3 url(../images/bg-historia-home.png) repeat left bottom; }
  .wrap-rentabilidade-mensal .tabela {
    padding: 20px;
    background: #fff;
    position: relative; }
  .wrap-rentabilidade-mensal .box {
    background: transparent;
    padding: 0;
    filter: drop-shadow(10px 10px 31px rgba(0, 0, 0, 0.25));
    position: relative;
    z-index: 2; }
  .wrap-rentabilidade-mensal .botao-disc {
    text-align: right;
    padding: 20px 0 0; }
  .wrap-rentabilidade-mensal .secondary-title {
    margin: -250px 0 30px;
    color: #fff; }
  .wrap-rentabilidade-mensal .aviso-legal {
    padding: 20px 0 0;
    color: #2F2965;
    font-weight: 500;
    line-height: 1.3em; }
  .wrap-rentabilidade-mensal .botao-ir-disclaimer {
    display: block;
    margin: 0;
    font-size: 22px;
    line-height: 1.3em;
    background: #12AF00;
    font-weight: 600;
    text-decoration: underline;
    padding: 17px 20px 20px 30px;
    color: #fff;
    clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0 100%); }
  .wrap-rentabilidade-mensal .table-padrao-2 > tbody > tr > td {
    color: #000; }
    .wrap-rentabilidade-mensal .table-padrao-2 > tbody > tr > td:nth-last-child(1), .wrap-rentabilidade-mensal .table-padrao-2 > tbody > tr > td:nth-last-child(2) {
      font-weight: bold; }
    .wrap-rentabilidade-mensal .table-padrao-2 > tbody > tr > td:first-child {
      background: #fff; }
  .wrap-rentabilidade-mensal .table-padrao-2 > tbody > tr:nth-child(odd) > td {
    color: #2F2965; }
  .wrap-rentabilidade-mensal .table-padrao-2 > tbody > tr:nth-child(odd) > td:first-child {
    background: #E0E0E7; }

.wrap-topo-img {
  text-align: right;
  background: #00CAF9; }
  .wrap-topo-img img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    z-index: 2; }

.wrap-materiais {
  background: #F3F3F3 url(../images/bg-historia-home.png) repeat left top;
  padding: 80px 0;
  margin-top: -20px;
  position: relative;
  z-index: 1; }
  .wrap-materiais .secondary-title {
    margin-bottom: 30px; }

.wrap-disclaimer-fundo {
  background: #F3F3F3 url(../images/bg-historia-home.png) repeat left top;
  padding: 80px 0;
  position: relative;
  z-index: 1; }
  .wrap-disclaimer-fundo .secondary-title {
    margin-bottom: 30px; }
    .wrap-disclaimer-fundo .secondary-title:before {
      background-image: url(../images/bg-pre-title-azul.png); }
  .wrap-disclaimer-fundo .lista-downloads {
    margin-top: 30px; }

.wrap-aviso-manual {
  background: #fff;
  padding: 30px 0; }
  .wrap-aviso-manual p {
    margin: 0;
    font-size: 15px; }
    .wrap-aviso-manual p strong {
      color: #2F2965; }
  .wrap-aviso-manual img {
    max-width: 100%;
    height: auto; }

.wrap-cvm {
  background: #fff;
  padding: 160px 0 60px;
  position: relative;
  z-index: 1; }
  .wrap-cvm:before {
    content: "";
    display: block;
    height: 80px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #F3F3F3 url(../images/bg-historia-home.png) repeat left top; }
  .wrap-cvm .secondary-title {
    margin-bottom: 30px; }
    .wrap-cvm .secondary-title:before {
      background-image: url(../images/bg-pre-title-azul.png); }
  .wrap-cvm .lista-downloads .item-principal .item {
    padding-top: 10px;
    padding-bottom: 10px; }
    .wrap-cvm .lista-downloads .item-principal .item:nth-child(odd) {
      background: #fff; }
    .wrap-cvm .lista-downloads .item-principal .item:first-child {
      background: #E0E0E8; }

.wrap-contato {
  border-top: 50px solid #2F2965;
  background: url(../images/bg-contato.jpg) no-repeat center top -40px;
  background-size: cover; }
  .wrap-contato .box-contato {
    padding: 100px 0; }
  .wrap-contato .secondary-title {
    margin-bottom: 40px; }
    .wrap-contato .secondary-title:before {
      background-image: url(../images/bg-pre-title-branco.png); }
  .wrap-contato p {
    margin: 0px 0px 30px 0px; }
    .wrap-contato p:last-child {
      margin: 0; }
    .wrap-contato p strong {
      font-weight: 600; }
    .wrap-contato p a {
      color: #2F2965; }
      .wrap-contato p a:hover {
        color: #2F2965;
        text-decoration: underline; }
  .wrap-contato .assessoria {
    margin: 40px 0 0; }
    .wrap-contato .assessoria h2 {
      color: #fff;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 600;
      margin: 0 0 10px; }

.wrap-midia-imprensa {
  padding: 80px 0;
  background: #F3F3F3 url(../images/bg-historia-home.png) repeat left top; }
  .wrap-midia-imprensa .secondary-title {
    margin-bottom: 50px; }
    .wrap-midia-imprensa .secondary-title:before {
      background-image: url(../images/bg-pre-title-azul.png); }
  .wrap-midia-imprensa .select-midia {
    margin-top: 30px; }
    .wrap-midia-imprensa .select-midia .form-control {
      width: 330px;
      max-width: 100%;
      background: #fff;
      box-shadow: initial;
      border: 0;
      border-radius: 0;
      font-size: 15px;
      font-weight: 600;
      color: #2F2965;
      height: 60px;
      padding: 20px 15px; }
  .wrap-midia-imprensa .destaque {
    margin-top: 30px;
    background: #fff;
    padding: 80px 0; }
    .wrap-midia-imprensa .destaque .fonte {
      color: #00CAF9;
      font-weight: bold; }
    .wrap-midia-imprensa .destaque .data {
      font-size: 13px;
      color: #2F2965; }
    .wrap-midia-imprensa .destaque h2 {
      font-size: 28px;
      color: #2F2965;
      font-weight: bold;
      margin: 20px 0 10px; }
    .wrap-midia-imprensa .destaque p {
      font-size: 22px;
      line-height: 1.3em;
      font-weight: 500;
      color: #2F2965;
      margin: 0; }
    .wrap-midia-imprensa .destaque .leia-mais {
      font-weight: 600;
      margin: 40px 0 0; }
      .wrap-midia-imprensa .destaque .leia-mais a {
        color: #00CAF9; }
        .wrap-midia-imprensa .destaque .leia-mais a:hover {
          color: #00CAF9;
          text-decoration: underline; }
    .wrap-midia-imprensa .destaque .thumb {
      text-align: center;
      background: url(../images/bg-thumb-news.png) no-repeat center center;
      background-size: contain; }
      .wrap-midia-imprensa .destaque .thumb img {
        max-width: 100%;
        height: auto; }
  .wrap-midia-imprensa .lista-midia {
    overflow: hidden; }
    .wrap-midia-imprensa .lista-midia .container > .row {
      margin-left: -25px;
      margin-right: -25px; }
      .wrap-midia-imprensa .lista-midia .container > .row > div {
        padding-left: 25px;
        padding-right: 25px; }
        .wrap-midia-imprensa .lista-midia .container > .row > div:nth-child(3n+4) {
          clear: both; }
    .wrap-midia-imprensa .lista-midia .post {
      margin-top: 70px; }
      .wrap-midia-imprensa .lista-midia .post .fonte {
        text-align: right; }
        .wrap-midia-imprensa .lista-midia .post .fonte span {
          display: inline-block;
          background: url(../images/bg-font-news.png) no-repeat left top;
          background-size: cover;
          color: #fff;
          font-weight: 700;
          padding: 4px 20px 4px 35px; }
      .wrap-midia-imprensa .lista-midia .post .box {
        padding: 20px;
        background: #fff; }
        .wrap-midia-imprensa .lista-midia .post .box .thumb {
          background: url(../images/thumb-padrao-midia.jpg) no-repeat center center;
          background-size: cover; }
          .wrap-midia-imprensa .lista-midia .post .box .thumb img {
            max-width: 100%;
            height: auto; }
        .wrap-midia-imprensa .lista-midia .post .box p {
          margin: 25px 0; }
      .wrap-midia-imprensa .lista-midia .post .data-link span {
        font-size: 14px;
        float: left;
        color: #2F2965; }
      .wrap-midia-imprensa .lista-midia .post .data-link a {
        font-weight: 600;
        color: #00CAF9;
        float: right; }
        .wrap-midia-imprensa .lista-midia .post .data-link a:hover {
          text-decoration: underline; }
      .wrap-midia-imprensa .lista-midia .post .data-link:after {
        content: "";
        display: block;
        clear: both; }

.wrap-canal-mailing a {
  display: block;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 600;
  margin: 50px 0; }
  .wrap-canal-mailing a u {
    font-weight: bold; }
  .wrap-canal-mailing a.canal-denuncias {
    color: #00CAF9; }
  .wrap-canal-mailing a:hover {
    opacity: 0.7; }

.wrap-simulador {
  padding-bottom: 80px; }
  .wrap-simulador a {
    font-size: 24px;
    font-weight: 600;
    color: #2F2965;
    text-decoration: underline;
    display: inline-block;
    padding-right: 160px;
    background: url(../images/bg-simulador.png) no-repeat right center;
    background-size: contain; }
    .wrap-simulador a:hover {
      opacity: 0.7; }

.box-cookies {
  position: fixed;
  bottom: 19px;
  left: 20px;
  z-index: 20;
  background: url(../images/bg-cookies.png) no-repeat center center;
  background-size: 100% 100%;
  width: -webkit-calc(100% - 434px);
  width: -moz-calc(100% - 434px);
  width: calc(100% - 434px);
  padding: 30px 40px 30px 70px; }
  .box-cookies .fechar {
    position: absolute;
    top: -30px;
    right: 0;
    font-size: 20px;
    color: #12AF00;
    opacity: 1;
    padding: 0;
    cursor: pointer; }
    .box-cookies .fechar:hover {
      color: #00CAF9; }
  .box-cookies .titulo {
    font-size: 20px;
    color: #fff;
    background: url(../images/bg-title-cookies.png) no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    position: absolute;
    top: -22px;
    z-index: 1;
    padding: 8px 30px; }
  .box-cookies:after {
    content: "";
    display: block;
    clear: both; }
  .box-cookies .btn {
    background: url(../images/btn-cookies.png) no-repeat center center;
    background-size: 100% 100%;
    font-size: 16px;
    color: #2F2965;
    font-weight: bold;
    padding: 12px 40px;
    float: right; }
    .box-cookies .btn:hover {
      background-image: url(../images/btn-cookiesH.png);
      color: #fff; }
    .box-cookies .btn:focus, .box-cookies .btn:active {
      outline: initial;
      box-shadow: initial; }
  .box-cookies p {
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 1.5em;
    font-size: 14px;
    padding: 4px 0 0;
    float: left;
    width: -webkit-calc(100% - 305px);
    width: -moz-calc(100% - 305px);
    width: calc(100% - 305px); }
    .box-cookies p a {
      color: #fff;
      text-decoration: underline; }
      .box-cookies p a:hover {
        color: #2F2965; }

/* Large desktop */
/* medio */
@media (min-width: 980px) and (max-width: 1200px) {
  .navbar-nav > li {
    font-size: 14px;
    margin-left: 35px; }

  .header .language {
    padding: 0 10px 0 0; }
  .header .social {
    font-size: 16px; }
    .header .social a {
      margin-left: 10px; }

  .wrap-philosophy-home {
    background-position: left -90px top; }

  .wrap-nav-rodape .menu-rodape ul li {
    margin: 0 0 0 25px; }

  .wrap-topo-fundo ul li {
    font-size: 15px; }

  .wrap-canal-mailing a {
    font-size: 20px; }

  .box-cookies {
    padding: 30px 50px 30px 60px; }
    .box-cookies p {
      float: initial;
      width: 100%;
      margin-bottom: 20px; }
    .box-cookies .btn {
      font-size: 14px;
      padding: 8px 26px; } }
/* TABLET */
@media (min-width: 768px) and (max-width: 979px) {
  body {
    font-size: 15px; }

  .navbar-nav > li {
    font-size: 13px;
    margin-left: 20px; }

  .header .navbar {
    padding-left: 5px; }
  .header .language {
    padding: 0; }
    .header .language li {
      padding: 0 0 0 15px; }
      .header .language li:after {
        right: -10px; }
  .header .social {
    font-size: 16px;
    width: 70px;
    line-height: 1.2em; }
    .header .social a {
      margin: 2px;
      display: inline-block; }

  .wrap-philosophy-home {
    background-position: left -260px top; }

  .wrap-nav-rodape .menu-rodape ul li {
    margin: 0 0 0 25px; }

  .secondary-title {
    font-size: 18px; }

  .main-title {
    font-size: 28px; }

  .wrap-history-home .description {
    font-size: 14px; }

  .btn-float-whatsapp {
    width: 250px; }

  .wrap-team-home .box .sub-diretores > div:first-child {
    width: 52%; }
  .wrap-team-home .box .sub-diretores > div:last-child {
    width: 48%;
    padding-left: 40px; }

  .wrap-timeline .box-timeline .timeline {
    font-size: 12px; }
  .wrap-timeline .icon-scroll {
    display: none; }

  .table-responsive {
    width: 100%;
    margin-bottom: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }

  .wrap-nav-rodape .menu-rodape {
    margin-left: 15px; }
    .wrap-nav-rodape .menu-rodape ul li {
      margin: 0 0 0 15px;
      font-size: 14px; }

  .icon-scroll {
    display: block; }

  .wrap-nav-rodape .link-rodape {
    padding: 50px 0 60px; }

  .wrap-topo-fundo ul li {
    font-size: 14px;
    margin: 10px 20px 10px 0;
    padding-left: 35px; }

  .wrap-caracteristicas-fundos {
    overflow: hidden; }
    .wrap-caracteristicas-fundos .box-info .table {
      font-size: 14px; }

  .wrap-midia-imprensa .destaque h2 {
    font-size: 24px; }
  .wrap-midia-imprensa .destaque p {
    font-size: 18px; }
  .wrap-midia-imprensa .lista-midia .container > .row {
    margin-left: -15px;
    margin-right: -15px; }
    .wrap-midia-imprensa .lista-midia .container > .row > div {
      padding-left: 15px;
      padding-right: 15px; }
  .wrap-midia-imprensa .lista-midia .post .fonte span {
    font-size: 14px; }
  .wrap-midia-imprensa .lista-midia .post .box p {
    font-size: 13px; }
  .wrap-midia-imprensa .lista-midia .post .data-link span {
    font-size: 13px; }
  .wrap-midia-imprensa .lista-midia .post .data-link a {
    font-size: 13px; }

  .wrap-contato {
    background-position-x: -70px; }

  .wrap-canal-mailing a {
    font-size: 20px; }

  .box-cookies {
    padding: 30px 50px 30px 60px;
    width: -webkit-calc(100% - 272px);
    width: -moz-calc(100% - 272px);
    width: calc(100% - 272px);
    bottom: 15px;
    left: 15px; }
    .box-cookies .titulo {
      font-size: 16px; }
    .box-cookies p {
      float: initial;
      width: 100%;
      margin-bottom: 20px;
      font-size: 12px; }
    .box-cookies .btn {
      font-size: 14px;
      padding: 8px 26px; } }
/* smartphone */
@media (max-width: 767px) {
  body {
    font-size: 15px; }

  .wrap-video-home {
    margin-top: 78px; }

  .navbar-nav {
    margin: 0;
    padding: 20px 0 0 10px; }
    .navbar-nav > li {
      font-size: 16px;
      margin-left: 0; }
      .navbar-nav > li > a {
        padding: 10px 0;
        border-bottom: 4px solid transparent; }
        .navbar-nav > li > a:after {
          display: none; }
        .navbar-nav > li > a#abrirMenuFundos.active {
          border-bottom-color: #00CAF9; }
      .navbar-nav > li > .dropdown-menu {
        padding: 0; }
        .navbar-nav > li > .dropdown-menu > .menu-item a {
          padding: 12px 20px; }

  .navbar-toggle {
    margin: 0;
    border-radius: 0;
    padding: 5px;
    border: 0;
    position: absolute;
    top: 5px;
    right: 83px;
    z-index: 5; }
    .navbar-toggle .icon-bar {
      width: 28px;
      background: #2F2965; }
      .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 6px; }

  .header {
    background: #fff; }
    .header .logo {
      position: relative;
      z-index: 6;
      padding-left: 10px; }
    .header.header-scroll {
      background: #fff; }
    .header .container:before {
      margin-right: -100px; }
    .header .main {
      width: 100%;
      display: block; }
      .header .main:before {
        display: none; }
    .header .navbar {
      padding-left: 0;
      float: initial; }
    .header .language {
      padding: 0;
      position: absolute;
      top: 29px;
      right: 135px;
      z-index: 5; }
      .header .language li {
        padding: 0 0 0 15px; }
        .header .language li:after {
          right: -10px; }
    .header .social {
      font-size: 16px;
      width: 66px;
      line-height: 1.2em;
      float: initial;
      position: absolute;
      top: 17px;
      right: 15px;
      z-index: 1; }
      .header .social a {
        margin: 2px;
        display: inline-block;
        color: #2F2965; }

  .wrap-philosophy-home {
    background: #2F2965;
    padding: 60px 0; }

  .wrap-nav-rodape .menu-rodape ul li {
    margin: 0 0 0 25px; }

  .secondary-title {
    font-size: 18px; }

  .main-title {
    font-size: 24px; }

  .wrap-history-home {
    padding: 60px 0; }
    .wrap-history-home .secondary-title {
      margin: 0 0 30px; }
    .wrap-history-home .description {
      font-size: 14px; }
    .wrap-history-home .box {
      padding: 30px; }
    .wrap-history-home .divisoria {
      margin: 30px 0; }
      .wrap-history-home .divisoria .padrao {
        display: none; }
      .wrap-history-home .divisoria .mobile {
        display: block; }

  .btn-float-whatsapp {
    width: 250px;
    max-width: 70%; }

  .wrap-team-home {
    padding: 60px 0 0; }
    .wrap-team-home .box {
      padding: 40px 0; }
      .wrap-team-home .box .diretores {
        padding: 0; }
        .wrap-team-home .box .diretores p {
          padding: 8px 10px;
          text-align: left;
          line-height: 1.4em;
          font-size: 12px;
          font-weight: 500; }
          .wrap-team-home .box .diretores p:last-child {
            background: #fff;
            color: #2F2965;
            padding: 12px 10px; }
      .wrap-team-home .box .sub-diretores > div {
        padding: 8px 10px !important;
        font-size: 12px;
        line-height: 1.4em;
        position: relative; }
        .wrap-team-home .box .sub-diretores > div p {
          text-align: left;
          font-weight: 500; }
        .wrap-team-home .box .sub-diretores > div:first-child {
          width: 45%; }
          .wrap-team-home .box .sub-diretores > div:first-child p:last-child {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            color: #2F2965;
            padding: 25px 0 0; }
          .wrap-team-home .box .sub-diretores > div:first-child:after {
            width: 18px;
            height: 15px; }
        .wrap-team-home .box .sub-diretores > div:last-child {
          background: #12AF00;
          width: 55%; }
          .wrap-team-home .box .sub-diretores > div:last-child p:first-child {
            display: none; }
      .wrap-team-home .box .divisoes {
        margin: 67px 0 0; }
        .wrap-team-home .box .divisoes > .coluna {
          width: 100%;
          float: initial; }
        .wrap-team-home .box .divisoes .content {
          position: relative; }
          .wrap-team-home .box .divisoes .content ul {
            padding: 5px 10px;
            padding-right: 40px; }
            .wrap-team-home .box .divisoes .content ul li {
              margin: 5px 0; }
          .wrap-team-home .box .divisoes .content .numeros {
            margin-top: 0;
            position: absolute !important;
            top: 50%;
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            z-index: 1;
            right: 0;
            margin-top: 16px; }

  .wrap-timeline {
    padding: 60px 0; }
    .wrap-timeline .icon-scroll {
      margin: 20px 0 0; }
    .wrap-timeline .box-timeline {
      margin: 0; }
      .wrap-timeline .box-timeline .nomes {
        width: 90px;
        padding-right: 10px;
        padding-top: 16px; }
        .wrap-timeline .box-timeline .nomes .nome {
          font-size: 12px;
          margin: 15px 0 0;
          height: 30px; }
      .wrap-timeline .box-timeline .timeline {
        width: -webkit-calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: calc(100% - 90px);
        overflow-x: auto; }
        .wrap-timeline .box-timeline .timeline .scroll {
          width: 560px;
          padding: 0 0 20px; }
        .wrap-timeline .box-timeline .timeline .anos {
          font-size: 10px;
          margin-bottom: -10px; }
    .wrap-timeline .linhas .item {
      margin: 20px 0 0; }
      .wrap-timeline .linhas .item .empresa {
        height: 25px; }
        .wrap-timeline .linhas .item .empresa span {
          font-size: 10px; }
        .wrap-timeline .linhas .item .empresa:hover span {
          bottom: -5px; }

  .table-padrao {
    font-size: 14px; }
    .table-padrao th:first-child,
    .table-padrao td:first-child {
      position: sticky;
      left: 0px;
      width: 170px;
      white-space: inherit; }
    .table-padrao > tbody > tr > th {
      background: #fff;
      font-size: 14px; }

  .wrap-table-fundos {
    padding: 60px 0 0;
    border-bottom-width: 60px; }
    .wrap-table-fundos .area-botao {
      padding: 30px 20px 15px 50px; }
    .wrap-table-fundos .secondary-title i {
      margin-top: -20px; }
    .wrap-table-fundos .table-padrao > tbody > tr > td:first-child, .wrap-table-fundos .table-padrao > tbody > tr > th:first-child {
      white-space: initial; }

  .table-responsive {
    width: 100%;
    margin-bottom: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }

  .wrap-nav-rodape .menu-rodape {
    margin-left: 0;
    width: 100%; }
    .wrap-nav-rodape .menu-rodape ul {
      display: block; }
      .wrap-nav-rodape .menu-rodape ul li {
        float: initial;
        margin: 15px 0 0;
        font-size: 14px;
        display: block; }
  .wrap-nav-rodape .conteudo-menu {
    float: initial;
    padding: 20px 0;
    width: 270px; }

  .icon-scroll {
    display: block; }

  .wrap-nav-rodape .link-rodape {
    padding: 30px 0 30px; }
  .wrap-nav-rodape .canal-denuncias {
    font-size: 16px;
    margin: 35px 0 30px; }
    .wrap-nav-rodape .canal-denuncias a {
      padding: 15px 0 0; }

  .wrap-disclaimer {
    padding: 40px 0; }
    .wrap-disclaimer p {
      font-size: 12px; }

  .wrap-topo-fundo {
    padding: 105px 0 30px; }
    .wrap-topo-fundo .voltar {
      font-size: 14px; }
    .wrap-topo-fundo ul {
      width: -webkit-calc(100% - 93px);
      width: -moz-calc(100% - 93px);
      width: calc(100% - 93px); }
      .wrap-topo-fundo ul li {
        font-size: 12px;
        margin: 7px 15px 7px 0;
        padding-left: 30px; }
        .wrap-topo-fundo ul li:before {
          width: 17px;
          height: 22px; }

  .wrap-caracteristicas-fundos {
    padding: 60px 0;
    background-position-x: center; }
    .wrap-caracteristicas-fundos .box-info {
      padding: 25px;
      background: #2F2965;
      margin-top: 40px; }
      .wrap-caracteristicas-fundos .box-info .bg-2 {
        display: none; }
      .wrap-caracteristicas-fundos .box-info .table {
        font-size: 13px; }

  .wrap-rentabilidade-acumulada .table-padrao tr:nth-child(odd) td:first-child {
    background: #fff; }

  .wrap-performance #chart_div {
    height: 320px; }

  #chart_div:before {
    display: none; }

  .wrap-rentabilidade-acumulada {
    padding: 0 0 60px; }

  .wrap-performance {
    padding: 60px 0 300px; }

  .wrap-rentabilidade-mensal .botao-ir-disclaimer {
    font-size: 16px;
    padding: 17px 20px 20px 25px; }

  .wrap-relatorios {
    padding: 60px 0; }

  .lista-downloads .item > .row > div:nth-child(2) {
    margin-top: 15px; }
  .lista-downloads .item > .row > div:nth-child(3) {
    margin-top: 15px; }

  .wrap-onde-investir {
    padding: 60px 0;
    padding-top: 100px; }
    .wrap-onde-investir .logos {
      display: flex;
      display: -webkit-flex;
      flex-wrap: wrap;
      align-items: center; }
      .wrap-onde-investir .logos > div:nth-child(4n+5) {
        clear: initial; }
      .wrap-onde-investir .logos > div:nth-child(2n+3) {
        clear: both; }
      .wrap-onde-investir .logos img {
        max-width: 90%; }

  .wrap-disclaimer-fundo {
    padding: 60px 0; }
    .wrap-disclaimer-fundo .aviso {
      padding: 20px !important;
      background: #2F2965;
      margin-top: 40px; }

  .wrap-materiais {
    padding: 60px 0; }

  .wrap-topo-img {
    overflow: hidden;
    text-align: center; }
    .wrap-topo-img img {
      max-width: initial;
      width: 250%;
      margin-left: -75%; }

  .wrap-midia-imprensa {
    padding: 60px 0; }
    .wrap-midia-imprensa .destaque {
      padding: 60px 0; }
      .wrap-midia-imprensa .destaque h2 {
        font-size: 20px; }
      .wrap-midia-imprensa .destaque p {
        font-size: 16px; }
      .wrap-midia-imprensa .destaque .leia-mais {
        margin: 20px 0 40px; }
    .wrap-midia-imprensa .lista-midia .container > .row {
      margin-left: -15px;
      margin-right: -15px; }
      .wrap-midia-imprensa .lista-midia .container > .row > div {
        padding-left: 15px;
        padding-right: 15px; }
    .wrap-midia-imprensa .lista-midia .post {
      margin-top: 60px; }
      .wrap-midia-imprensa .lista-midia .post .fonte span {
        font-size: 14px; }
      .wrap-midia-imprensa .lista-midia .post .box p {
        font-size: 13px; }
      .wrap-midia-imprensa .lista-midia .post .data-link span {
        font-size: 13px; }
      .wrap-midia-imprensa .lista-midia .post .data-link a {
        font-size: 13px; }

  .wrap-aviso-manual img {
    margin-bottom: 40px; }

  .lista-downloads .item {
    padding: 20px; }

  .wrap-cvm {
    padding: 120px 0 40px; }
    .wrap-cvm:before {
      height: 60px; }
    .wrap-cvm .lista-downloads .item {
      padding: 20px; }

  .wrap-simulador {
    padding-bottom: 60px; }
    .wrap-simulador a {
      font-size: 16px; }

  .wrap-contato {
    background: #00CAF9;
    border-top: 0; }
    .wrap-contato .box-contato {
      padding: 140px 0 60px; }

  .wrap-menu-fundos .menu-principal > li:hover .sub-menu {
    display: initial; }

  .wrap-menu-fundos .menu-principal > li.mobile-device:hover .item {
    color: inherit !important;
    font-weight: inherit !important; }

  /* Permite scroll no mobile */
  .wrap-menu-fundos {
    overflow-y: auto;
    padding: 110px 0 60px; }

  /* Menu ocupa toda largura no mobile */
  .wrap-menu-fundos .menu-principal {
    width: 100%;
    margin: 20px 0 0; }

  /* Adiciona seta nos itens no mobile APENAS se for mobile-device */
  .wrap-menu-fundos .menu-principal > li.mobile-device .item {
    position: relative;
    padding-right: 30px; }

  .wrap-menu-fundos .menu-principal > li.mobile-device .item::after {
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease; }

  /* Item ativo no mobile */
  .wrap-menu-fundos .menu-principal > li.mobile-active {
    background: rgba(255, 255, 255, 0.1) !important;
    padding: 20px;
    margin: 10px 0; }

  .wrap-menu-fundos .menu-principal > li.mobile-active .item {
    color: var(--azulClaro) !important;
    font-weight: 500 !important; }

  .wrap-menu-fundos .menu-principal > li.mobile-active .item::after {
    transform: translateY(-50%) rotate(180deg); }

  /* Submenu no mobile */
  .wrap-menu-fundos .menu-principal .sub-menu {
    position: static;
    width: 100%;
    left: auto;
    top: auto;
    padding-left: 0;
    margin-top: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease; }

  .wrap-menu-fundos .menu-principal .sub-menu.mobile-show {
    display: block !important;
    max-height: 1000px; }

  /* Ajustes nos títulos e links para mobile */
  .wrap-menu-fundos .menu-principal .sub-menu .titulo {
    margin-top: 15px;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 5px; }

  .wrap-menu-fundos .menu-principal .sub-menu a {
    padding: 8px 0;
    font-size: 14px;
    border-left: 2px solid transparent;
    padding-left: 10px;
    transition: all 0.3s ease; }

  .wrap-menu-fundos .menu-principal .sub-menu a:hover {
    border-left-color: var(--azulClaro);
    background: rgba(255, 255, 255, 0.05); }

  .lista-downloads .item-principal .item {
    border-bottom: 1px solid #E0E0E8; }
    .lista-downloads .item-principal .item:last-child {
      border-bottom: 0; }

  .wrap-canal-mailing a {
    font-size: 16px; }

  .box-cookies {
    padding: 25px 30px 25px 40px;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    bottom: 10px;
    left: 10px; }
    .box-cookies .titulo {
      font-size: 14px;
      padding: 8px 25px; }
    .box-cookies p {
      float: initial;
      width: 100%;
      margin-bottom: 20px;
      font-size: 12px; }
    .box-cookies .btn {
      font-size: 13px;
      padding: 8px 26px; } }
@media (min-width: 768px) {
  .row-flex {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center; }
    .row-flex .align-left {
      margin-right: auto; }
    .row-flex .align-right {
      margin-left: auto; }

  .row-equal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .row-equal .row > [class*='col-'] {
      display: flex;
      flex-direction: column; } }

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