.charts {
  margin-top: 2rem;
}
.title {
  font-size: 2rem;
  margin: 3rem;
  text-align: center;
}
.container.internas {
  max-width: 80vw;
}
/* .btn.active {
  background-color: #000;
} */
#backOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  display: none;
  z-index: 998;
}
.boShow {
  display: block !important;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 5em;
  height: 5em;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.translator {
  position: fixed;
  bottom: 0;
  right: 10em;
  background-color: #212121;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  padding: 0.5em;
  color: #fff;
  cursor: pointer;
  box-shadow: 2px 2px 8px #444;
}
.translator .language {
  padding: 0.5em;
  display: none;
}
.translator .active {
  display: block;
}
.translator:hover .language {
  display: block;
}
.translator .language .l-btn {
}
.translator .language .l-btn img {
}
.translator .language .l-btn span {
}

.column-container {
  display: flex;
  flex-wrap: nowrap;
}
.column-container > div {
  width: 50%;
}

.month-selector {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2em;
  align-items: center;
}
.month-selector select {
  margin-left: 1em;
  padding: 1em;
  border: none;
  background-color: #e4e1ce;
  cursor: pointer;
}

.table-container {
  width: 100%;
  overflow-x: scroll;
}
table {
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}
table tr {
  transition-duration: 0.2s;
}
table tr:nth-child(odd) {
  background-color: #e4e1ce;
}
table .media {
  font-weight: bold;
  display: table-row;
}
table .media-mensal {
  background-color: #ed7d31 !important;
  color: #fff;
  font-weight: bold;
}
table .no-data {
  color: #c00;
}
table .title {
  background-color: #000 !important;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 2px #000;
}
table .title .br,
table .title .en {
  font-size: 1rem;
}
table .title span {
  font-size: 1rem;
}
table .title td {
  padding-top: 1em;
  padding-bottom: 1em;
}
table tr:hover {
  background-color: #f5bd98 !important;
}
table .media-mensal:hover {
  background-color: #494737 !important;
}
table .title:hover {
  background-color: #000 !important;
}
td {
  padding: 0.5em 0.5em;
}

.fixed {
  position: absolute !important;
  bottom: 5em;
}

.charts .rate-container {
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: space-between;
}
.rate-container > div {
  /* width: 31%; */
  /* margin-right: 1em; */
  /* border-radius: 0.2em; */
  box-shadow: 2px 2px 5px #666;
}
.rate-block h3 {
  margin: 0;
  /* padding: .5em 0; */
  /* background-color: #000000; */
  color: #fff;
  /* border-top-left-radius: 0.2em;
  border-top-right-radius: 0.2em; */
}
.rate-block .variation {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 1em;
  font-size: 1em;
  text-align: center;
}
.rate-block .variation > div {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.rate-block .variation > div span:first-child {
  font-weight: bold;
  color: #555;
  font-size: 0.9em;
  margin-bottom: 0.3em;
}
.rate-block .variation > div span:last-child {
  font-weight: bold;
  font-size: 1.1em;
}
.rate-block .rate {
  background-color: #e4e1ce;
  padding: 0.5em 0;
  border-bottom-left-radius: 0.2em;
  border-bottom-right-radius: 0.2em;
  font-size: 1.5em;
}
.rate-block .down {
  color: #ac4147;
}
.rate-block .up {
  color: #070;
}
.rate-block .rate iconify-icon {
  margin-right: 0.5em;
  font-size: 1.2em;
}

footer {
  background-color: #f2f2f2;
  width: 100%;
  display: flex;
  justify-content: center;
  color: #555;
  line-height: 1.5em;
}
footer h2 {
  font-weight: 400;
  font-size: 2em;
}
footer a {
  color: #555;
  text-decoration: none;
}
footer .container {
  display: flex;
  flex-wrap: nowrap;
}
footer .container .column {
  width: 25%;
  padding: 1em;
  display: flex;
  flex-direction: column;
}
footer .container .column p {
  margin-bottom: 1em;
  margin-top: 0;
}
footer .container .column .cr {
  color: #aaa;
}
footer .container .column i {
  margin-right: 0.5em;
}
footer .container .column .links {
  display: flex;
}
footer .container .column .links a {
  width: 25%;
}
footer .container .column .links a img {
  width: 100%;
}
footer .container .final a {
  padding: 0.5em;
  margin-bottom: 0.5em;
  background: rgba(0, 0, 0, 0.1);
}
footer .container .final a:hover {
  background-color: #918c65;
  color: #fff;
}

@media only screen and (min-width: 1980px) {
}

@media only screen and (min-width: 1600px) {
}

@media only screen and (max-width: 900px) {
  header .mob-btn {
    display: block;
    font-size: 2em;
  }
  header .navigation .container .menu {
    position: fixed;
    flex-direction: column;
    background-color: #fff;
    height: 110vh;
    top: 0;
    right: -50em;
    padding: 2em;
    box-shadow: -3px -3px 8px #666;
    margin: 0;
    font-size: 1.5em;
    z-index: 999;
    transition-duration: 0.2s;
  }
  header .navigation .container .menu-open {
    right: 0;
  }
  header .navigation .container .menu .item {
    margin-bottom: 1em;
  }
  header .navigation .container .menu .item .sub-menu {
    display: block;
    position: relative;
    box-shadow: none;
    margin-top: 0.5em;
    border-left: solid 2px #918c65;
  }

  .column-container {
    flex-wrap: wrap;
  }
  .column-container > div {
    width: 100%;
  }

  footer .container {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .container .column {
    width: 45%;
  }

  table tr td {
    padding: 1em 1.5em;
  }

  /* .rate-container > div {
    width: 30%;
    overflow: hidden;
    margin: 0;
  } */
  .rate-block .variation {
    font-size: 1em;
  }

  .fixed {
    bottom: unset;
  }
}

@media only screen and (max-width: 600px) {
  header .details .container {
    flex-direction: column;
    display: flex;
  }
  header .navigation .container .menu {
    font-size: 1em;
  }
  footer .container .column {
    width: 100%;
  }

  .charts .rate-container {
    flex-wrap: wrap;
  }
  /* .rate-container > div {
    width: 100%;
    margin-bottom: 1em;
  } */
}
