@charset "UTF-8";
:root {
  --spacer-lg: 5rem;
  --spacer: 3rem;
  --spacer-md: 3rem;
  --spacer-sm: 2rem;
  --spacer-sm-md: 2rem;
}

@media (min-width: 782px) {
  :root {
    --spacer-lg: 6.5rem;
    --spacer: 4rem;
  }
}
@media (min-width: 1024px) {
  :root {
    --spacer-lg: 8rem;
    --spacer: 6rem;
    --spacer-sm-md: 3rem;
  }
}
:root {
  --spacer-lg: 5rem;
  --spacer: 3rem;
  --spacer-md: 3rem;
  --spacer-sm: 2rem;
  --spacer-sm-md: 2rem;
}

@media (min-width: 782px) {
  :root {
    --spacer-lg: 6.5rem;
    --spacer: 4rem;
  }
}
@media (min-width: 1024px) {
  :root {
    --spacer-lg: 8rem;
    --spacer: 6rem;
    --spacer-sm-md: 3rem;
  }
}
.tab-group {
  margin-bottom: var(--spacer) !important;
}
* + .tab-group {
  margin-top: 3rem !important;
}
.tab-group + .btn {
  margin-top: -2rem !important;
}
.tab-group.vert {
  border-bottom: none;
}
.tab-group.vert > .acf-innerblocks-container {
  display: flex;
  flex-wrap: wrap;
}

:root {
  --spacer-lg: 5rem;
  --spacer: 3rem;
  --spacer-md: 3rem;
  --spacer-sm: 2rem;
  --spacer-sm-md: 2rem;
}

@media (min-width: 782px) {
  :root {
    --spacer-lg: 6.5rem;
    --spacer: 4rem;
  }
}
@media (min-width: 1024px) {
  :root {
    --spacer-lg: 8rem;
    --spacer: 6rem;
    --spacer-sm-md: 3rem;
  }
}
ul.tabs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #f8f8f8;
  box-shadow: inset 0 5px 0 0 #fff;
}
ul.tabs li {
  margin: 0;
  padding: 0;
}
ul.tabs a {
  display: block;
  font-weight: 500;
  text-decoration: none !important;
  color: rgba(51, 51, 51, 0.3);
  background: transparent;
  padding: 15px 15px 6px 15px;
  box-shadow: inset 0 5px 0 0 #fff;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
ul.tabs a.active, ul.tabs a:hover, ul.tabs a:active, ul.tabs a:focus {
  text-decoration: none;
  color: #fff;
  background: #a57c08;
  box-shadow: inset 0 0 0 0 #fff;
  outline: none;
}
ul.tabs.fw li {
  display: flex;
  align-items: stretch;
  flex-grow: 1;
  flex-basis: 0;
}
ul.tabs.fw li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.vert ul.tabs {
  display: flex;
  flex-direction: column;
  width: calc(35% - 30px);
  margin: 0 30px 0 0;
  padding: 0;
  border: none;
  box-shadow: none;
}
.vert ul.tabs li {
  width: 100%;
  margin: 0;
  border-bottom: 3px solid #fff;
}
.vert ul.tabs a {
  padding: 9px 15px 6px 15px;
  box-shadow: none;
}
@media (min-width: 750px) {
  .vert .tab-panel {
    width: 65%;
  }
}
@media (min-width: 1024px) {
  .vert ul.tabs {
    width: 180px;
  }
  .vert .tab-panel {
    width: calc(100% - 215px);
  }
}

@media (max-width: 749px) {
  .acc ul.tabs {
    display: none;
  }
}
:root {
  --spacer-lg: 5rem;
  --spacer: 3rem;
  --spacer-md: 3rem;
  --spacer-sm: 2rem;
  --spacer-sm-md: 2rem;
}

@media (min-width: 782px) {
  :root {
    --spacer-lg: 6.5rem;
    --spacer: 4rem;
  }
}
@media (min-width: 1024px) {
  :root {
    --spacer-lg: 8rem;
    --spacer: 6rem;
    --spacer-sm-md: 3rem;
  }
}
.tab-panel {
  padding: 30px 0;
}
.tab-panel > div {
  opacity: 0;
  overflow-x: hidden;
}

.vert .tab-panel {
  padding: 0;
}

@media (max-width: 749px) {
  .tab-group.acc {
    padding: 0;
  }
  .tab-group.acc .tab-panel {
    display: block !important;
    width: 100%;
    padding: 0;
  }
  .tab-group.acc .tab-panel input {
    display: none;
  }
  .tab-group.acc .tab-panel input + .acc-title {
    display: block;
    font-weight: 600;
    line-height: 1.35;
    padding: 1.4ch 30px 1.2ch 0;
    margin: 0;
    border-bottom: 1px solid #333;
    cursor: pointer;
    position: relative;
    transition: background 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out;
  }
  .tab-group.acc .tab-panel input + .acc-title:after {
    content: "+";
    display: block;
    font-size: 2.8rem;
    font-weight: 200;
    line-height: 1;
    position: absolute;
    top: calc(50% + 2px);
    right: 0;
    transform: translateY(-50%);
  }
  .tab-group.acc .tab-panel input + .acc-title:hover {
    color: #a57c08;
  }
  .tab-group.acc .tab-panel input + .acc-title span {
    width: calc(100% - 13px);
    padding-right: 3ch;
  }
  .tab-group.acc .tab-panel input + .acc-title svg {
    width: 13px;
  }
  .tab-group.acc .tab-panel input + .acc-title + .acc-panel {
    height: 0;
    visibility: hidden;
    padding: 0;
    border: 1px solid transparent;
    transition: visibility 0.35s cubic-bezier(0.25, 0.5, 0.5, 1) 0.05s, height 0.35s cubic-bezier(0.25, 0.5, 0.5, 1) 0.05s, margin 0.35s cubic-bezier(0.25, 0.5, 0.5, 1) 0.05s;
  }
  .tab-group.acc .tab-panel input + .acc-title + .acc-panel > * {
    opacity: 0;
    transition: opacity 0.25s cubic-bezier(0.82, -0.04, 1, 1);
  }
  .tab-group.acc .tab-panel input:checked + .acc-title {
    color: #a57c08;
  }
  .tab-group.acc .tab-panel input:checked + .acc-title:after {
    content: "–";
    margin-top: -2px;
  }
  .tab-group.acc .tab-panel input:checked + .acc-title + .acc-panel {
    height: auto;
    visibility: visible;
    margin-bottom: 10px;
    padding: 20px 0;
    opacity: 1;
  }
  .tab-group.acc .tab-panel input:checked + .acc-title + .acc-panel > * {
    opacity: 1;
  }
  .tab-group.tabs .tab-panel > input,
  .tab-group.tabs .tab-panel > label {
    display: none;
  }
  .tab-group.tabs .tab-panel > div {
    animation: fadeIn 0.45s forwards 0.15s;
  }
  .tab-group.tabs .tab-panel.active {
    display: block;
  }
  .tab-group.tabs .tab-panel.active > div {
    animation: fadeIn 0.45s forwards 0.15s;
  }
}
@media (min-width: 750px) {
  .tab-panel > input,
  .tab-panel > label {
    display: none;
  }
  .tab-panel > div {
    animation: fadeIn 0.45s forwards 0.15s;
  }
  .tab-panel.active {
    display: block;
  }
  .tab-panel.active > div {
    animation: fadeIn 0.45s forwards 0.15s;
  }
}
h2 + .tab-group {
  margin-top: 3rem;
}

.file-table .file {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  padding: 11px 10px;
  border-bottom: 1px solid #d6d6d6;
}
.file-table .file:first-child {
  border-top: 1px solid #a57c08;
}
.file-table .file:last-child {
  border-bottom: 1px solid #a57c08;
}
.file-table .file span {
  display: block;
}
.file-table .file span.date {
  font-size: 1.6rem;
  white-space: nowrap;
  padding-right: 3ch;
  color: #585758;
}
.file-table .file span.format, .file-table .file span.size {
  font-size: 1.6rem;
  text-transform: uppercase;
}
.file-table .file span.title {
  font-weight: 500;
}
.file-table .file span.icon {
  width: 36px;
}
.file-table .file span.icon svg {
  width: 36px;
  height: 36px;
}
.file-table .file span.icon svg .circle {
  transition: fill 0.18s ease-in-out 0.05s;
}
.file-table .file:hover, .file-table .file:active, .file-table .file:focus {
  text-decoration: none;
}
.file-table .file:hover .circle, .file-table .file:active .circle, .file-table .file:focus .circle {
  fill: #a57c08;
}
@media (max-width: 781px) {
  .file-table .file span {
    display: block;
  }
  .file-table .file span.date, .file-table .file span.title {
    width: 100%;
  }
  .file-table .file span.title {
    padding: 0.4ch 0 0.3ch 0;
  }
  .file-table .file span.icon {
    display: none;
  }
  .file-table .file span.format, .file-table .file span.size {
    padding-right: 2ch;
  }
}
@media (min-width: 782px) {
  .file-table .file {
    align-items: center;
    justify-content: space-between;
  }
  .file-table .file span {
    flex: 1;
  }
  .file-table .file span.date {
    flex: 2;
  }
  .file-table .file span.title {
    flex: 5;
    padding-right: 2ch;
  }
}
.file-table .accordion:first-of-type {
  border-top: none;
}
.file-table .accordion:last-of-type input + .acc-title {
  border-color: transparent;
}

@media (min-width: 782px) {
  html[lang=pt-br] .file-table .file span.date {
    width: 210px;
    flex: unset;
  }
}/*# sourceMappingURL=block-document-table.css.map */