@charset "UTF-8";
.topo {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
}
.topo * {
  transition: all 0.3s ease;
}
.topo .logo {
  padding: 20px;
}
.topo .logo .pequena {
  display: none;
}
.topo .logo img {
  height: 63px;
}
@media only screen and (max-width: 769px) {
  .topo .logo {
    margin: 0 auto;
    padding: 10px;
  }
}
.topo .wrapper {
  display: flex;
  justify-content: space-between;
}
.topo .wrapper .active-menu {
  display: none;
}
@media only screen and (max-width: 769px) {
  .topo .wrapper .active-menu {
    display: block;
    position: absolute;
    right: 20px;
    top: 1px;
    color: white;
    font-size: 28px;
    z-index: 99;
    transition: none;
  }
  .topo .wrapper .active-menu i.fa-times {
    display: none;
  }
  .topo .wrapper .active-menu.active {
    color: black;
  }
  .topo .wrapper .active-menu.active i.fa-bars {
    display: none;
  }
  .topo .wrapper .active-menu.active i.fa-times {
    display: inline;
  }
}
@media only screen and (max-width: 769px) {
  .topo .wrapper .menu-wrapper {
    position: fixed;
    background: white;
    height: 100%;
    right: -100%;
    transform: all 0.4s ease-in-out;
    max-width: 274px;
    box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.5);
  }
  .topo .wrapper .menu-wrapper.active {
    right: 0;
  }
}
.topo .wrapper .navbar {
  margin-top: 32px;
  margin-bottom: 0;
  border-radius: 0;
  min-height: 0;
  text-transform: uppercase;
}
.topo .wrapper .navbar .nav {
  width: 100%;
}
@media only screen and (max-width: 769px) {
  .topo .wrapper .navbar .nav {
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }
}
.topo .wrapper .navbar .nav a {
  color: white;
  padding: 10px 15px 40px 15px;
  font-size: 13px;
  background-color: transparent !important;
  font-weight: 400;
  text-decoration: none !important;
}
@media only screen and (max-width: 769px) {
  .topo .wrapper .navbar .nav a {
    color: black;
    padding: 10px 0 10px 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    display: block;
  }
}
.topo .wrapper .navbar .nav a .caret {
  display: none;
}
.topo .wrapper .navbar .nav a:hover, .topo .wrapper .navbar .nav a:active, .topo .wrapper .navbar .nav a:focus {
  color: #4d9ec8;
}
.topo .wrapper .navbar .nav li.current-menu-item > a, .topo .wrapper .navbar .nav li.current-page-ancestor > a, .topo .wrapper .navbar .nav li.current-menu-ancestor > a {
  color: #4d9ec8;
}
.topo .wrapper .navbar .nav li:hover > a {
  color: #4d9ec8;
}
.topo .wrapper .navbar .nav .dropdown {
  position: relative;
}
.topo .wrapper .navbar .nav .dropdown .dropdown-menu {
  padding: 15px 20px;
  margin-left: -20px;
  color: #979797;
  background-color: #252424;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s;
  top: 40px;
}
@media only screen and (max-width: 769px) {
  .topo .wrapper .navbar .nav .dropdown .dropdown-menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    margin: 0;
    top: 0;
    left: 0;
    float: none;
    background-color: white;
    border: none;
    box-shadow: none;
    padding: 0px;
  }
}
@media (min-width: 769px) {
  .topo .wrapper .navbar .nav .dropdown .dropdown-menu {
    width: max-content;
  }
}
.topo .wrapper .navbar .nav .dropdown .dropdown-menu a {
  text-decoration: none !important;
  letter-spacing: 0;
  padding: 5px 15px;
}
@media only screen and (max-width: 769px) {
  .topo .wrapper .navbar .nav .dropdown .dropdown-menu a {
    padding-left: 20px !important;
  }
}
.topo .wrapper .navbar .nav .dropdown .dropdown-menu a:hover, .topo .wrapper .navbar .nav .dropdown .dropdown-menu a:active {
  color: #979797;
}
.topo .wrapper .navbar .nav .dropdown .dropdown-menu i {
  color: #999;
  font-size: 10px;
  margin-right: 7px;
}
.topo .wrapper .navbar .nav .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s;
}
@media (max-width: 1279px) {
  .topo .wrapper .navbar .nav a {
    letter-spacing: 0;
  }
}
@media (max-width: 1064px) {
  .topo .wrapper .navbar .nav a {
    padding: 10px 20px 10px 20px;
  }
  .topo .wrapper .navbar .nav .dropdown:after {
    right: 5px;
  }
}
.topo.active {
  background-color: #0d6898;
}
.topo.active .logo {
  padding-top: 10px;
  padding-bottom: 10px;
}
.topo.active .logo .grande {
  display: none;
}
.topo.active .logo .pequena {
  display: block;
}
.topo.active .logo img {
  height: 25px;
}
.topo.active .wrapper .navbar {
  margin-top: 0px;
}
.topo.active .wrapper .nav a {
  padding: 0px 15px 10px 15px;
}
footer {
  margin-top: 100px;
  background: #222121;
  padding: 30px 0;
  color: #939598;
  font-size: 10px;
}
footer .wrapper {
  max-width: 1000px;
  display: flex;
}
footer .wrapper .texto {
  text-align: justify;
}
@media only screen and (max-width: 769px) {
  footer .wrapper {
    flex-wrap: wrap;
  }
  footer .wrapper .texto {
    padding: 0 16px 20px 16px;
    text-align: justify;
  }
  footer .wrapper .logo {
    width: 100%;
    text-align: center;
  }
  footer .wrapper div {
    margin: 0;
    text-align: justify;
  }
  footer .wrapper div:nth-child(1) {
    margin-right: 0px !important;
  }
}
footer .wrapper div:nth-child(1) {
  margin-right: 40px;
}
.sub-footer {
  padding: 15px 0;
  font-size: 15px;
  color: #939598;
  background: white;
}
@media only screen and (max-width: 769px) {
  .sub-footer {
    text-align: center;
  }
}
.sub-footer .wrapper {
  max-width: 1000px;
  font-weight: lighter;
}
.sub-footer .wrapper div:nth-child(1) {
  margin-right: 40px;
}
.front-page {
  background-image: url(../img/bg-front-page.jpg);
}
.front-page .fundo {
  margin-top: 500px;
  height: fit-content;
}
.front-page table {
  width: 100%;
  max-width: 800px;
}
.front-page table td {
  padding: 5px;
}
.front-page table tr:nth-child(100), .front-page table tr:nth-child(200) {
  display: none;
}
.front-page table tr:nth-child(1) td {
  color: #0d6898;
  font-weight: bold;
  text-transform: uppercase;
}
.front-page table tr:nth-child(odd) {
  background: #f2f2f2;
}
.front-page .news, .front-page article.premios {
  height: 485px;
  position: relative;
}
.front-page .news .interno, .front-page article.premios .interno {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.front-page .news ul, .front-page article.premios ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.front-page .news ul li, .front-page article.premios ul li {
  margin: 15px 0;
  font-weight: lighter;
}
.front-page .news ul li a, .front-page article.premios ul li a {
  color: #0d6898;
  display: block;
  font-weight: bold;
}
.empresa {
  background-image: url(../img/bg-empresa.jpg);
}
.empresa article {
  max-width: 1000px;
  margin: 0 auto;
}
.empresa article.quem-somos {
  margin-top: 280px;
  margin-bottom: 100px;
}
.empresa article.quem-somos p {
  max-width: 800px;
  text-align: justify;
}
.empresa article.equipe ul, .empresa article.equipe li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.empresa article.equipe .cargo {
  font-weight: bold;
  color: #0d6898;
  padding-left: 20px;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.empresa article.equipe .nome {
  cursor: pointer;
  padding-left: 20px;
  font-weight: normal;
  margin-bottom: 5px;
  position: relative;
  font-size: 1.5rem;
}
.empresa article.equipe .nome:before {
  content: url(../img/seta.png);
  position: absolute;
  left: 0px;
}
.empresa article.equipe .nome.active:before {
  transform: rotate(90deg);
}
.empresa article.equipe .descricao {
  margin-left: 20px;
  max-height: 0;
  overflow: hidden;
}
.empresa article.equipe .descricao.active {
  padding: 0px 15px 0px 0;
  margin-bottom: 25px;
  margin-top: 20px;
  max-height: fit-content;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #0d6898;
  border-bottom: 1px solid #0d6898;
  text-align: justify;
}
.informacoes {
  background-image: url(../img/bg-informacoes.jpg);
}
.informacoes .arquivos {
  margin-top: 280px;
}
.informacoes .arquivos .files {
  display: flex;
  flex-wrap: wrap;
}
.informacoes .arquivos .files .file {
  margin-right: 150px;
  width: 170px;
  margin-top: 50px;
}
.informacoes .arquivos .files .file a {
  color: #337ab7;
  text-decoration: none;
}
@media only screen and (max-width: 769px) {
  .informacoes .arquivos .files .file {
    margin: 0 0 20px 0 !important;
    width: 50%;
  }
}
.informacoes .arquivos .files .file img {
  display: block;
  margin: 0 auto 20px auto;
}
.informacoes .arquivos .files .file span {
  text-align: center;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 769px) {
  .informacoes .arquivos .files .file span {
    padding: 0 5px 0 5px;
  }
}
.politica-de-privacidade {
  background-image: url(../img/bg-informacoes.jpg);
}
.politica-de-privacidade article {
  margin-top: 280px;
}
.politica-de-privacidade article p {
  text-align: justify;
}
.politica-de-privacidade article .files {
  display: flex;
  flex-wrap: wrap;
}
.politica-de-privacidade article .files .file {
  margin-right: 150px;
  width: 170px;
  margin-top: 50px;
}
@media only screen and (max-width: 769px) {
  .politica-de-privacidade article .files .file {
    margin: 0 0 20px 0 !important;
    width: 50%;
  }
}
.politica-de-privacidade article .files .file img {
  display: block;
  margin: 0 auto 20px auto;
}
.politica-de-privacidade article .files .file span {
  text-align: center;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 769px) {
  .politica-de-privacidade article .files .file span {
    padding: 0 5px 0 5px;
  }
}
.relatorios-gestao {
  background-image: url(../img/bg-relatorios.jpg);
}
.relatorios-gestao article.downloads {
  margin-top: 280px;
}
.relatorios-gestao .seletor {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  width: 480px;
}
.relatorios-gestao .seletor h2 {
  font-size: 14px;
  margin: 0;
  border: 1px solid #979797;
  color: #979797;
  padding: 10px 30px;
  cursor: pointer;
  position: relative;
  width: 200px;
  text-align: center;
}
.relatorios-gestao .seletor h2:after {
  content: url(../img/seta-down.png);
  position: absolute;
  right: 10px;
  top: 10px;
}
.relatorios-gestao .seletor button {
  background: #979797;
  color: white;
  text-transform: uppercase;
  outline: none;
  padding: 8px 12px 7px 12px;
}
.relatorios-gestao .seletor .select {
  position: relative;
}
.relatorios-gestao .seletor .select .erro {
  position: absolute;
  top: -25px;
  text-align: center;
  font-size: 11px;
  padding: 2px 15px;
  left: 50%;
  margin-left: -63px;
  border-radius: 10px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}
.relatorios-gestao .seletor .select ul {
  display: none;
  top: 28px;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  border: 1px solid #ccc;
  background: white;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}
.relatorios-gestao .seletor .select ul li {
  margin: 0;
  text-align: center;
  padding: 4px 0;
  cursor: pointer;
}
.relatorios-gestao .seletor .select ul li:hover {
  background: rgba(0, 0, 0, 0.08);
}
.relatorios-gestao .seletor .select ul.active {
  display: inherit;
}
.relatorios-gestao .arquivos .files {
  display: flex;
  flex-wrap: wrap;
}
.relatorios-gestao .arquivos .files .file {
  margin-right: 150px;
  width: 100px;
  margin-top: 50px;
}
.relatorios-gestao .arquivos .files .file img {
  display: block;
  margin: 0 auto 20px auto;
}
.relatorios-gestao .arquivos .files .file span {
  text-align: center;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
body.premios {
  background-image: url(../img/bg-premios.jpg);
}
body.premios article.arquivos {
  margin-top: 280px;
}
body.premios article {
  max-width: 1000px;
  margin: 0 auto;
}
body.premios .premio h2 {
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-bottom: 25px;
  margin-top: 50px;
}
body.premios .premio .anos {
  display: flex;
}
body.premios .premio .anos .ano {
  width: 150px;
  margin-right: 50px;
  text-align: center;
  margin-bottom: 50px;
}
body.premios .premio .anos .ano img {
  display: block;
  margin-bottom: 20px;
}
body.premios .premio .anos .ano span {
  display: block;
  font-weight: bold;
}
body.contato {
  background-image: url(../img/bg-contato.jpg);
}
body.contato article.contato {
  margin-top: 280px;
}
body.contato article.contato .texto strong {
  color: #0d6898;
  font-weight: bold;
}
body.contato article.contato .mapa-form {
  display: flex;
  margin-top: 50px;
}
@media only screen and (max-width: 769px) {
  body.contato article.contato .mapa-form {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-top: 20px;
  }
}
body.contato article.contato .mapa-form .mapa {
  width: 60%;
  margin-right: 50px;
}
@media only screen and (max-width: 769px) {
  body.contato article.contato .mapa-form .mapa {
    width: 100%;
    margin-right: 0;
  }
}
body.contato article.contato .mapa-form .mapa iframe {
  border: none;
  width: 100%;
  height: 400px;
}
body.contato article.contato .mapa-form .form {
  width: calc(40% - 50px);
}
@media only screen and (max-width: 769px) {
  body.contato article.contato .mapa-form .form {
    width: 100%;
    margin-bottom: 20px;
  }
}
body.contato article.contato .mapa-form .form .item {
  margin-bottom: 10px;
}
body.contato article.contato .mapa-form .form .item input[type=text], body.contato article.contato .mapa-form .form .item input[type=tel], body.contato article.contato .mapa-form .form .item input[type=email], body.contato article.contato .mapa-form .form .item textarea {
  background: #ececec;
  width: 100%;
  border: none;
  outline: none;
  padding: 4px 10px;
}
body.contato article.contato .mapa-form .form .item input[type=submit] {
  background: #0d6898;
  color: white;
  border: none;
  border-radius: 0;
  float: right;
}
body.contato article.contato .mapa-form .form .item ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(115, 115, 115, 0.53);
  font-style: italic;
  font-weight: 400;
}
body.contato article.contato .mapa-form .form .item ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(115, 115, 115, 0.53);
  font-style: italic;
  font-weight: 400;
}
body.contato article.contato .mapa-form .form .item :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(115, 115, 115, 0.53);
  font-style: italic;
  font-weight: 400;
}
body.contato article.contato .mapa-form .form .item :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(115, 115, 115, 0.53);
  font-style: italic;
  font-weight: 400;
}
body.fundos {
  background-image: url(../img/bg-fundos.jpg);
}
body.fundos h1 {
  text-transform: uppercase;
}
body.fundos article.fundo {
  margin-top: 280px;
}
body.fundos .boxes h2 {
  text-align: left;
  position: relative;
  color: #0d6898;
  font-size: 1.3rem;
  border-bottom: 1px solid #adadad;
  padding: 15px 0 15px 40px;
  font-weight: bold;
  margin: 0;
  cursor: pointer;
}
body.fundos .boxes h2:hover, body.fundos .boxes h2.active {
  background: #f2f2f2;
}
body.fundos .boxes h2:first-child {
  border-top: 1px solid #adadad;
}
body.fundos .boxes h2:before {
  content: url(../img/seta.png);
  position: absolute;
  left: 15px;
  transition: all 0.3s ease-in-out;
}
body.fundos .boxes h2.active:before {
  transform: rotate(90deg);
}
body.fundos .boxes .box {
  padding: 0px 20px 0px 20px;
  background: #f2f2f2;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
body.fundos .boxes .box .info {
  display: none;
}
@media only screen and (max-width: 769px) {
  body.fundos .boxes .box .info {
    display: block;
    margin: 0 0 10px 0;
  }
}
body.fundos .boxes .box .pos_tabela {
  font-style: italic;
  transform: scale(0.6);
  -webkit-transform-origin-x: 0;
}
body.fundos .boxes .box h3 {
  color: #0d6898;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 30px 0 10px 0;
  margin: 0;
}
body.fundos .boxes .box ul {
  padding-left: 15px;
}
body.fundos .boxes .box ul li {
  margin: 3px 0;
}
body.fundos .boxes .box.active {
  padding: 10px 20px 20px 20px;
  max-height: fit-content;
}
@media only screen and (max-width: 769px) {
  body.fundos .boxes .box.active {
    max-height: 2000px;
    overflow-x: scroll;
  }
}
body.fundos .boxes .box.arquivo .file {
  margin: 20px;
}
body.fundos .boxes .box.arquivo .file img {
  margin-right: 20px;
}
body.fundos .boxes .box.arquivo .file a {
  color: inherit;
}
body.fundos .boxes table {
  font-size: 11px;
}
body.fundos .boxes table td {
  text-align: center;
}
body.fundos .boxes table td:first-child {
  text-align: left;
  min-width: 170px;
}
body.fundos .boxes table tr:first-child {
  background: #7fadc5;
  text-transform: uppercase;
  color: white !important;
}
body.fundos .boxes table tr:first-child td {
  color: white !important;
  font-size: 8px;
  text-align: center;
}
body.fundos .boxes table tr:first-child td:first-child {
  text-align: left;
}
body.fundos .boxes table tr:nth-child(even) {
  background: white;
}
body.fundos .boxes table td {
  padding: 4px;
}
body.fundos .boxes table tr td:nth-child(14) {
  color: #7fadc5;
}
body.fundos .boxes table:nth-of-type(1) tr:nth-last-child(1) {
  font-size: 10px;
  font-style: oblique;
}
body.news {
  background-image: url(../img/bg-news.jpg);
}
body.news article.posts {
  margin-top: 280px;
}
body.news .post {
  border-bottom: 2px solid #0d6898;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
body.news .data {
  color: #0d6898;
}
body.news .titulo {
  font-weight: bold;
  margin: 5px 0 15px 0;
}
body.news .texto img {
  float: right;
  margin: 0 0 20px 20px;
}
body {
  background-color: white;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 104px;
  font-family: Ubuntu;
}
.wrapper {
  max-width: 100% !important;
  width: 1074px;
  margin: 0 auto;
}
.conteudo {
  min-height: 500px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 769px) {
  .conteudo {
    padding-left: 16px;
    padding-right: 16px;
  }
}
h1 {
  color: #0d6898;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 769px) {
  h1 {
    text-align: center;
  }
}
h2 {
  color: #0d6898;
  font-size: 20px;
  font-weight: bold;
  font-bottom: 20px;
}
@media only screen and (max-width: 769px) {
  h2 {
    text-align: center;
  }
}
.disclaimer {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  bottom: 0;
  height: 180px;
  width: 100%;
  z-index: 99999;
}
.disclaimer .internal {
  position: absolute;
  text-align: center;
  color: white;
  font-size: 12px;
  margin: 10px;
}
.disclaimer .internal img {
  display: none;
  margin: 0 auto 20px auto;
}
.disclaimer .internal .concordancia {
  text-align: center;
}
.disclaimer .internal .concordancia a {
  display: inline-block;
  margin-top: 5px;
  color: white;
  text-decoration: none;
  padding: 10px 15px;
}
.disclaimer .internal .concordancia a:first-child {
  background-color: #0d6898;
}
p {
  font-weight: lighter;
}
li {
  font-weight: lighter;
}
.titulo-fundo-novo {
  margin: 60px 0 30px;
  text-transform: uppercase;
  text-align: left !important;
}
.force-hide {
  display: none !important;
}
.wrapper-simulador {
  padding-top: 280px;
  /* Estilo para destacar valores quando são atualizados */
}
.wrapper-simulador .form-group {
  margin-bottom: 15px;
}
.wrapper-simulador .input-group {
  display: flex;
  flex-direction: column;
}
.wrapper-simulador #select-fundo, .wrapper-simulador .form-control {
  padding: 8px;
  margin-top: 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 100%;
}
@media (max-width: 768px) {
  .wrapper-simulador .row-taxas .coluna {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
}
.wrapper-simulador .highlight-update {
  transition: background-color 0.5s ease;
  background-color: rgba(255, 255, 0, 0.3);
}
.wrapper-simulador .form-simulador .selecao-classe label {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  color: #0d6898;
  font-weight: bold;
  margin: 30px 0 0;
}
.wrapper-simulador .form-simulador .selecao-classe #select-fundo {
  border: 1px solid #0D6898;
  box-shadow: initial;
  background: transparent;
  font-size: 22px;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
}
.wrapper-simulador .form-simulador .selecao-classe #select-fundo:focus {
  outline: initial;
}
.wrapper-simulador .taxa-global-performance, .wrapper-simulador .performance-total-valor-taxa, .wrapper-simulador .dados-cliente {
  margin-top: 40px;
}
.wrapper-simulador .taxa-global-performance .titulo, .wrapper-simulador .performance-total-valor-taxa .titulo, .wrapper-simulador .dados-cliente .titulo {
  background: #0d6898;
  font-size: 16px;
  line-height: 1.35em;
  font-weight: 400;
  color: #fff;
  padding: 15px;
}
.wrapper-simulador .taxa-global-performance .box, .wrapper-simulador .performance-total-valor-taxa .box, .wrapper-simulador .dados-cliente .box {
  background: #F2F2F2;
  padding: 10px 15px;
  margin-top: 10px;
}
.wrapper-simulador .taxa-global-performance .box label, .wrapper-simulador .performance-total-valor-taxa .box label, .wrapper-simulador .dados-cliente .box label {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #000;
}
.wrapper-simulador .taxa-global-performance .box .valor, .wrapper-simulador .performance-total-valor-taxa .box .valor, .wrapper-simulador .dados-cliente .box .valor {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.wrapper-simulador .taxa-global-performance .box .valor.destaque, .wrapper-simulador .performance-total-valor-taxa .box .valor.destaque, .wrapper-simulador .dados-cliente .box .valor.destaque {
  font-weight: bold;
}
.wrapper-simulador .taxa-global-performance .row, .wrapper-simulador .performance-total-valor-taxa .row, .wrapper-simulador .dados-cliente .row {
  margin-left: -2px;
  margin-right: -2px;
}
.wrapper-simulador .taxa-global-performance .row > div, .wrapper-simulador .performance-total-valor-taxa .row > div, .wrapper-simulador .dados-cliente .row > div {
  padding-left: 2px;
  padding-right: 2px;
}
.wrapper-simulador .performance-total-valor-taxa .box, .wrapper-simulador .dados-cliente .box {
  margin-top: 4px;
}
.wrapper-simulador .dados-cliente .box {
  padding: 10px;
}
.wrapper-simulador .dados-cliente .box .form-control {
  margin: 0;
  border-radius: 0;
  font-weight: 500;
  font-size: 20px;
}
.wrapper-simulador .dados-cliente .box .form-control:focus {
  outline: initial;
  box-shadow: initial;
  border-color: #0d6898;
}
.wrapper-simulador .dados-cliente .input-group-rentabilidade {
  margin-top: 20px;
}
.wrapper-simulador #selecao-acordo {
  margin-top: 60px;
}
.wrapper-simulador #selecao-acordo h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  color: #0d6898;
  margin: 0 0 20px;
}
.wrapper-simulador #selecao-acordo #select-acordo {
  border: 1px solid #0D6898;
  box-shadow: initial;
  background: transparent;
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #0d6898;
}
.wrapper-simulador #selecao-acordo #select-acordo:focus {
  outline: initial;
}
.bloco-tabela-acordo {
  margin-top: 40px;
}
.bloco-tabela-acordo h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #0d6898;
  font-weight: bold;
  margin: 0 0 15px;
}
.bloco-tabela-acordo .row-taxas {
  margin: 0;
}
.bloco-tabela-acordo .row-taxas:after {
  content: "";
  display: block;
  clear: both;
}
.bloco-tabela-acordo .row-taxas .coluna {
  padding: 0;
  width: 20%;
  float: left;
  font-size: 12px;
  border-right: 1px solid #000;
}
.bloco-tabela-acordo .row-taxas .coluna:last-child {
  border-right: 0;
}
.bloco-tabela-acordo .row-taxas .coluna p {
  background: #fff;
  margin: 0;
  text-align: center;
  width: 50%;
  float: left;
  background: #F2F2F2;
}
.bloco-tabela-acordo .row-taxas .coluna p:after {
  content: "";
  display: block;
}
.bloco-tabela-acordo .row-taxas .coluna p:first-child {
  text-transform: uppercase;
  font-weight: bold;
  color: #0d6898;
  width: 100%;
  padding: 12px;
}
.bloco-tabela-acordo .row-taxas .coluna p label {
  display: block;
  background: #fff;
  padding: 12px;
  color: #0d6898;
  font-weight: 500;
}
.bloco-tabela-acordo .row-taxas .coluna p span {
  display: block;
  padding: 12px;
  color: #000;
  font-weight: 500;
}
body.simulador {
  background-image: url(../img/bg-simulador.jpg);
}
@media only screen and (max-width: 769px) {
  .wrapper-simulador .form-simulador .selecao-classe label {
    font-size: 18px;
  }
  .wrapper-simulador .form-simulador .selecao-classe #select-fundo {
    font-size: 16px;
  }
  .wrapper-simulador .dados-cliente .titulo {
    font-size: 15px;
  }
  .wrapper-simulador .dados-cliente .box .form-control {
    font-size: 18px;
  }
  .wrapper-simulador .performance-total-valor-taxa .box .valor {
    font-size: 17px;
  }
  .wrapper-simulador #selecao-acordo h2 {
    font-size: 22px;
  }
  .bloco-tabela-acordo h3 {
    font-size: 18px;
  }
  .bloco-tabela-acordo .row-taxas .coluna {
    width: 100%;
    border-right: 0;
  }
}
