#site-header, #site-footer {display:none}
@import "http://fonts.googleapis.com/css?family=Montserrat:300,400,700";
.row-bg {
    background-image: url(https://forturcambio.com.br/wp-content/uploads/2023/07/money-exchange.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    padding: 20px 0;
}
.legend-mobile {
  text-align:center; padding: 20px;
}
.rwd-table {
  margin: 1em auto;
  width: 100%;
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: center;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}

body {}

.rwd-table {
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.rwd-table tr {
  border-color: #46627f;
}
.rwd-table th, .rwd-table td {
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    padding: 0.5em !important;
  }
}
.rwd-table th, .rwd-table td:before {
  color: #dd5;
}
@media (max-width: 480px) {
  .break-titulo-mobile{
    min-height: 75px;
  }
}
@media (min-width: 500px) {
  .legend-mobile{
    display: none !important;
  }
}
