@charset "UTF-8";
.c-title-section {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 49px;
  letter-spacing: 0em;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  text-align: center;
  margin: 0 0 40px;
}
.c-title-section b, .c-title-section strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 49px;
  letter-spacing: 0em;
}
.c-title-section::after {
  content: "";
  width: 111px;
  height: 2px;
  background: #8CC63F;
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

.btn {
  text-decoration: none;
  display: block;
  cursor: pointer;
  font-weight: 400;
  text-align: center;
  padding: 12px 16px;
  transition: 0.3s all;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  border: solid 1px transparent;
  /*--------------------------------------------------------------
  ## Tamanhos
  --------------------------------------------------------------*/
}
.btn--lg {
  width: 200px;
}
.btn--md {
  width: 165px;
}
.btn--sm {
  width: 105px;
}
.btn {
  /*--------------------------------------------------------------
  ## Cores da fonte
  --------------------------------------------------------------*/
}
.btn--white {
  color: white;
}
.btn--black {
  color: black;
}
.btn--primaryColor {
  color: #8CC63F;
}
.btn--secondaryColor {
  color: black;
}
.btn--tertiaryColor {
  color: black;
}
.btn {
  /*--------------------------------------------------------------
  ## Cores de fundo
  --------------------------------------------------------------*/
}
.btn--bgWhite {
  background: white;
  border-color: white;
}
.btn--bgBlack {
  background: black;
  border-color: black;
}
.btn--bgDisabled {
  background: #F2F2F2;
  border-color: #F2F2F2;
}
.btn--bgPrimaryColor {
  background: #8CC63F;
  border-color: #8CC63F;
}
.btn--bgPrimaryColor:hover, .btn--bgPrimaryColor--outline {
  background: transparent;
  color: #8CC63F;
  border-color: #8CC63F;
}
.btn--bgSecondaryColor {
  background: black;
  border-color: black;
}
.btn--bgTertiaryColor {
  background: black;
  border-color: black;
}
.btn:disabled {
  background: #F2F2F2;
  cursor: no-drop;
  border-color: #F2F2F2;
  color: #bebebe;
}
.btn:disabled:hover {
  opacity: 1;
}
.btn {
  /*--------------------------------------------------------------
  ## Efeitos
  --------------------------------------------------------------*/
}
.page-template-4um-relatorios main > .wpContent {
  padding: 0;
}
.page-template-4um-relatorios .no-files::after {
  content: "THERE ARE NO REPORTS TO DISPLAY";
  width: 100%;
}
.page-template-4um-relatorios#lang-pt-br .no-files::after {
  content: "NÃO EXISTEM RELATÓRIOS PARA EXIBIÇÃO";
}
.page-template-4um-relatorios .relatorios__gestao {
  background: #F5F5F5;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 62px 0;
}
.page-template-4um-relatorios .relatorios__gestao__linha-1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: #8CC63F;
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
}
.page-template-4um-relatorios .relatorios__gestao__linha-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px;
  gap: 22px;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .page-template-4um-relatorios .relatorios__gestao__linha-2 {
    flex-direction: row;
  }
}
.page-template-4um-relatorios .relatorios__gestao__linha-2 div {
  font-size: 32px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  color: #313131;
  font-family: "Montserrat", sans-serif;
}
.page-template-4um-relatorios .relatorios__gestao__linha-2 div b, .page-template-4um-relatorios .relatorios__gestao__linha-2 div strong {
  font-weight: 700;
}
.page-template-4um-relatorios .relatorios__gestao__linha-2 select {
  background: white;
  outline: none;
  border: solid 1px rgba(210, 210, 210, 0.5);
  border-radius: 4px;
  height: 36px;
  width: 76px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  padding: 0 0 0 8px;
}
.page-template-4um-relatorios .relatorios__gestao__linha-2 select, .page-template-4um-relatorios .relatorios__gestao__linha-2 select option {
  color: black;
  -webkit-text-fill-color: black;
}
.page-template-4um-relatorios .relatorios__gestao__linha-2 select.active {
  border: solid 2px black;
}
.page-template-4um-relatorios .relatorios__gestao__arquivos {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin: 30px 0 0;
  flex-wrap: wrap;
}
.page-template-4um-relatorios .relatorios__gestao__arquivos.no-files {
  position: relative;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  color: gray;
  font-family: "Montserrat", sans-serif;
  height: 45px;
}
.page-template-4um-relatorios .relatorios__gestao__arquivos.no-files::after {
  display: grid;
  place-items: center;
}
.page-template-4um-relatorios .relatorios__gestao__arquivos > a {
  padding: 10px;
  align-items: center;
  gap: 10px;
  display: none;
  font-family: "Montserrat", sans-serif;
}
.page-template-4um-relatorios .relatorios__gestao__arquivos > a.active {
  display: flex;
}
.page-template-4um-relatorios .relatorios__gestao__arquivos > a > figure {
  margin: 0;
}
.page-template-4um-relatorios .relatorios__gestao__arquivos > a > figure > img {
  width: 16px;
}
.page-template-4um-relatorios .relatorios__gestao__arquivos > a > div {
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}
.page-template-4um-relatorios .relatorios__comentarios {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 62px 0;
}
.page-template-4um-relatorios .relatorios__comentarios__linha-1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: #8CC63F;
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
}
.page-template-4um-relatorios .relatorios__comentarios__linha-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px;
  gap: 22px;
}
.page-template-4um-relatorios .relatorios__comentarios__linha-2 div {
  font-size: 32px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  color: #313131;
  font-family: "Montserrat", sans-serif;
}
.page-template-4um-relatorios .relatorios__comentarios__linha-2 div b, .page-template-4um-relatorios .relatorios__comentarios__linha-2 div strong {
  font-weight: 700;
}
.page-template-4um-relatorios .relatorios__comentarios__linha-2 select {
  background: white;
  outline: none;
  border: solid 1px rgba(210, 210, 210, 0.5);
  border-radius: 4px;
  height: 36px;
  width: 76px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  padding: 0 0 0 8px;
  color: black;
}
.page-template-4um-relatorios .relatorios__comentarios__linha-2 select, .page-template-4um-relatorios .relatorios__comentarios__linha-2 select option {
  color: black;
  -webkit-text-fill-color: black;
}
.page-template-4um-relatorios .relatorios__comentarios__linha-2 select.active {
  border: solid 2px black;
}
.page-template-4um-relatorios .relatorios__comentarios__arquivos {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin: 42px 0 0;
}
.page-template-4um-relatorios .relatorios__comentarios__arquivos__rendaFixa {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.page-template-4um-relatorios .relatorios__comentarios__arquivos__rendaFixa__titulo {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: white;
  padding: 10px 24.5px;
  background: #8CC63F;
  border-radius: 8px;
  min-width: 150px;
}
.page-template-4um-relatorios .relatorios__comentarios__arquivos__rendaFixa__arquivos {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
.page-template-4um-relatorios .relatorios__comentarios__arquivos__rendaFixa__arquivos a {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  color: #313131;
  text-transform: uppercase;
  text-decoration: none;
  display: none;
}
.page-template-4um-relatorios .relatorios__comentarios__arquivos__rendaFixa__arquivos a.active {
  display: block;
}
.page-template-4um-relatorios .relatorios__comentarios__arquivos__acoes {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.page-template-4um-relatorios .relatorios__comentarios__arquivos__acoes__titulo {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: white;
  padding: 10px 24.5px;
  background: #8CC63F;
  border-radius: 8px;
  min-width: 150px;
}
.page-template-4um-relatorios .relatorios__comentarios__arquivos__acoes__arquivos {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
.page-template-4um-relatorios .relatorios__comentarios__arquivos__acoes__arquivos a {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  color: #313131;
  text-transform: uppercase;
  text-decoration: none;
  display: none;
}
.page-template-4um-relatorios .relatorios__comentarios__arquivos__acoes__arquivos a.active {
  display: block;
}
.page-template-4um-relatorios .relatorios__comentarios__arquivos.no-files {
  position: relative;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  color: gray;
  height: 45px;
  font-family: "Montserrat", sans-serif;
}
.page-template-4um-relatorios .relatorios__comentarios__arquivos.no-files > div > div:first-of-type {
  display: none;
}
.page-template-4um-relatorios .relatorios__comentarios__arquivos.no-files::after {
  display: grid;
  place-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page-template-4um-relatorios .relatorios__anteriores {
  background: #F5F5F5;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 62px 0;
}
.page-template-4um-relatorios .relatorios__anteriores__linha-1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: #8CC63F;
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
}
.page-template-4um-relatorios .relatorios__anteriores__linha-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px;
  gap: 22px;
}
@media (max-width: 1199px) {
  .page-template-4um-relatorios .relatorios__anteriores__linha-2 div {
    margin: 0 0 0 -20px;
  }
}
.page-template-4um-relatorios .relatorios__anteriores__linha-2 div {
  font-size: 32px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  color: #313131;
  font-family: "Montserrat", sans-serif;
}
.page-template-4um-relatorios .relatorios__anteriores__linha-2 div b, .page-template-4um-relatorios .relatorios__anteriores__linha-2 div strong {
  font-weight: 700;
}
.page-template-4um-relatorios .relatorios__anteriores__linha-2 div button {
  background: transparent;
  border: none;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .page-template-4um-relatorios .relatorios__anteriores__linha-2 div button {
    position: absolute;
    margin: 0 0 0 10px;
  }
}
.page-template-4um-relatorios .relatorios__anteriores__linha-2 div button img {
  width: 24px;
}
.page-template-4um-relatorios .relatorios__anteriores__linha-2 select {
  background: white;
  outline: none;
  border: solid 1px rgba(210, 210, 210, 0.5);
  border-radius: 4px;
  height: 36px;
  width: 76px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  padding: 0 0 0 8px;
  color: black;
}
.page-template-4um-relatorios .relatorios__anteriores__linha-2 select, .page-template-4um-relatorios .relatorios__anteriores__linha-2 select option {
  color: black;
  -webkit-text-fill-color: black;
}
.page-template-4um-relatorios .relatorios__anteriores__linha-2 select.active {
  border: solid 2px black;
}
.page-template-4um-relatorios .relatorios__anteriores__arquivos {
  display: flex;
  gap: 32px;
  justify-content: flex-start;
  margin: 42px 0 0;
  overflow-x: auto;
}
@media (min-width: 1200px) {
  .page-template-4um-relatorios .relatorios__anteriores__arquivos {
    justify-content: flex-start;
  }
}
.page-template-4um-relatorios .relatorios__anteriores__arquivos table {
  width: auto;
  margin: auto;
}
.page-template-4um-relatorios .relatorios__anteriores__arquivos table thead tr {
  position: relative;
}
.page-template-4um-relatorios .relatorios__anteriores__arquivos table thead tr::after {
  content: "";
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: #8CC63F;
  left: 0;
  top: 0;
  border-radius: 10px;
  z-index: 1;
}
.page-template-4um-relatorios .relatorios__anteriores__arquivos table thead tr th {
  text-align: center;
  padding: 13px 50px;
  background: transparent;
  position: relative;
  z-index: 2;
  min-width: 300px;
}
.page-template-4um-relatorios .relatorios__anteriores__arquivos table tbody tr:first-of-type td {
  padding-top: 40px;
}
.page-template-4um-relatorios .relatorios__anteriores__arquivos table tbody tr td {
  vertical-align: top;
  width: 25%;
  text-align: left;
  border-left: solid 1px white;
}
.page-template-4um-relatorios .relatorios__anteriores__arquivos table tbody tr td:first-of-type {
  border: none;
}
.page-template-4um-relatorios .relatorios__anteriores__arquivos table tbody tr td {
  padding: 13px 50px;
}
.page-template-4um-relatorios .relatorios__anteriores__arquivos table tbody tr td a {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  color: #313131;
  text-transform: uppercase;
  text-decoration: none;
  display: none;
  gap: 10px;
  align-items: center;
  margin: 0 0 10px;
}
.page-template-4um-relatorios .relatorios__anteriores__arquivos table tbody tr td a:last-of-type {
  margin: 0;
}
.page-template-4um-relatorios .relatorios__anteriores__arquivos table tbody tr td a figure {
  margin: 0;
  width: 15px;
}
.page-template-4um-relatorios .relatorios__anteriores__arquivos table tbody tr td a figure img {
  width: 15px;
}
.page-template-4um-relatorios .relatorios__anteriores__arquivos table tbody tr td a div {
  width: 100%;
}
.page-template-4um-relatorios .relatorios__anteriores__arquivos table tbody tr td a.active {
  display: flex;
}
.page-template-4um-relatorios .relatorios__anteriores__arquivos.no-files {
  position: relative;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  color: gray;
  height: 45px;
  font-family: "Montserrat", sans-serif;
}
.page-template-4um-relatorios .relatorios__anteriores__arquivos.no-files table {
  display: none;
}
.page-template-4um-relatorios .relatorios__anteriores__arquivos.no-files::after {
  display: grid;
  place-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}